@import "node_modules/7.css/dist/7.css";

body{
    background-image: url('assets/backgroundwater.gif');
    background-repeat: no-repeat;
    background-attachment: fixed;
    image-rendering: pixelated;
    background-size: cover;}

.hasjs{
    display: none;
}

.container {
  display: grid;
  width: 95vw;
  height: 95dvh;
  grid-template-columns: 4fr 1fr;
  grid-template-rows: 4fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-rows: 1fr;
  gap: 20px 50px;
  grid-auto-flow: row dense;
  grid-template-areas:
    "MainWindow NewsWindow"
    "MainWindow Toc";}

.flex-container {
   display: flex;
   justify-content: space-between;
   align-items: stretch;
   /* flex-flow: row nowrap; */
   flex-direction: row;
   flex-wrap: nowrap;
   height: 95dvh;
   gap: 5vw;

 }

.whiteText {
    color: white;
    font-size: medium;
}

.winbody{
    position: absolute;
    top: 30px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-image: url('assets/dontspeakhuman-export.gif'), url('assets/space_map.gif');
    background-repeat: no-repeat, repeat;
    background-size: contain, contain;
    background-position: center, center;
    overflow-y: scroll;
}

.winBodyGeneral{
    position: absolute;
    top: 30px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-repeat: no-repeat, repeat;
    background-size: contain, contain;
    background-position: center, center;
    overflow-y: scroll;
}

.bottom-bar {
      position: fixed;      /* stays in place even when scrolling */
      bottom: 0;            /* stick to the bottom */
      left: 0;              /* align to the left edge */
      width: 100%;          /* full width of the screen */
      height: 50px;         /* rectangle height */
      background: #333;     /* rectangle color */
    }

.MainWindow {
    order:0;
    flex-grow:2.5;
    position: relative;}

.item2 {
  /* flex:1.5 1 auto; */
  flex-grow:1.5;
}

.sideTabsContainer {
  /* flex:1 1 auto; */
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
   flex-flow: column nowrap;
  flex-direction: column;
  flex-grow:1;
}

@media screen and (max-width: 600px) {
      .noMobile {
        display: none;
      }
      .mobileOnly{
          display: block !important;
      }
      .container {
        grid-template-areas:
          "MainWindow MainWindow"
          "MainWindow MainWindow";}
    }
.twitchJackie{
    position: fixed;
    left: 50%;                /* Center horizontally */
    bottom: 0;                /* Anchor to bottom */
    transition: all 1s ease-in-out;
    transform: translate(-50%, 81%); /* Push it down by half its height */
    scale: 0.8;
    &:hover{
        transition: all 1s ease-in-out;
        transform: translate(-50%, 45%);
        scale: 0.8;
    }
}


.firstTabby{
    background-color: white;
    cursor: pointer;
    height: 20px;
}


.secondTabby{
    background-color: gray;
    cursor: pointer;
    height: 20px;

}

.tabs-container {
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr;
  grid-template-columns: repeat(2, auto);
}

.tabs-container > details {
  display: contents;

}

.tabs-container > details > summary {
  display: flex;
  justify-content: center;
  grid-row: 1;
}

/* Hides the ::marker pseudo-element */
.tabs-container > details > summary::marker {
  display: none !important;
  content: "" !important;
}

.tabs-container > details > div {
  grid-column: 1 / -1;
}

.tabs-container > details[open]::details-content {
  display: contents;
}



.NewsWindow { grid-area: NewsWindow; }

.Toc { grid-area: Toc; }

backgroundSelectorDiv:before{
    position:absolute;

    background-color:block;
    width: 110%;
}

radio-picker {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  /* flex-flow: nowrap; */
  flex-wrap: nowrap;
  align-content: center;
  /*padding: 15px;*/
  gap: 5px;
  /*div {

  }*/
 .labelbtn {
    &:has(input:checked) {
        box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    }
    &:has(input:focus-visible) {
      outline: 4px solid #000;
    }
    padding: 10px;
    cursor: pointer;
    flex-grow:1;
    outline-style: outset;
    outline-color: darkgray;
    border: 1px solid #F3F3F3;
    transition: all 0.1s ease-in-out;
        -moz-box-shadow: 0 0 0 1px #707070;
        -webkit-box-shadow: 0 0 0 1px #707070;
        box-shadow: 0 0 0 1px #707070;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        background: -moz-linear-gradient(top, #F2F2F2 0%, #EBEBEB 50%, #DDDDDD 51%, #CFCFCF 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0,#F2F2F2), color-stop(0.5,#EBEBEB),color-stop(0.51,#DDDDDD),color-stop(1,#CFCFCF));
        background: linear-gradient(top, #F2F2F2 0%, #EBEBEB 50%, #DDDDDD 51%, #CFCFCF 100%);
        font: normal 12px sans-serif;
        color: black;
        text-decoration: none;
    &:hover { border: 1px solid #ECF7FD;
        -moz-box-shadow: 0 0 0 1px #3C7FB1;
        -webkit-box-shadow: 0 0 0 1px #3C7FB1;
        box-shadow: 0 0 0 1px #3C7FB1;
        background: -moz-linear-gradient(top, #EAF6FD 0%, #fcdada 50%, #BEE6FD 51%, #A7D9F5 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0,#EAF6FD), color-stop(0.5,#fcdada),color-stop(0.51,#BEE6FD),color-stop(1,#A7D9F5));
        background: linear-gradient(top, #EAF6FD 0%, #fcdada 50%, #BEE6FD 51%, #A7D9F5 100%);
        transform: scale(1.05)}
    &:active {
        border: 1px solid #73A7C4;
            border-bottom: 0;
            -moz-box-shadow: 0 0 0 1px #2C628B;
            -webkit-box-shadow: 0 0 0 1px #2C628B;
            box-shadow: 0 0 0 1px #2C628B;
            background: -moz-linear-gradient(top, #E5F4FC 0%, #C4E5F6 50%, #98D1EF 51%, #68B3DB 100%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0,#E5F4FC), color-stop(0.5,#C4E5F6),color-stop(0.51,#98D1EF),color-stop(1,#68B3DB));
    }
  }
  input {
    /* To allow screen reader to still access these. */
    opacity: 0;
    position: absolute;
    pointer-events: none;
  }
}

    body:has(#main:not(:checked)) #tab-main,
    body:has(#roadmap:not(:checked)) #tab-roadmap,
    body:has(#navigation:not(:checked)) #tab-navigation {
    display: none;
  }
