@import url('https://fonts.googleapis.com/css?family=Cherry Bomb One|Itim|Coral Pixels|Special Elite|Silkscreen|Chicle');
@import url('https://use.fontawesome.com/releases/v5.8.1/css/all.css');

:root, [data-theme='Autumn'] {
    --bodybkgrnd: #eee;
    --border: #000;
    --bkgrnd: #EEE;
    --iconcolor: #fff;
    --header: #D57B2F;
    --link: #C0681B;
    --linkH:#000;
    --accent: #D57B2F;
    --darkaccent: #974F12;
    --lightaccent: #F19A51;
    --shadow:#252525;
    --headertxt: #fff;
    --cursor:url();
    
    --font: #000;
    --background: url(https://heathersaturnia.neocities.org/Woods/deco/Possum-Bkgrnd-FALL.png);
    --background-repeat: no-repeat;
    --background-position: 50% 100%;
    --background-size: contain;
    --background-attachment: fixed ;
    --divimg: url(https://file.garden/ZqvoqPvs4mjErqQ3/possum/msuhdivvy.gif);
     --divimg-height: 30px;
   --bllt1: url("https://heathersaturnia.neocities.org/Woods/deco/f320892.gif");
 
}
[data-theme='Winter'] {
          --bodybkgrnd: #000;  
          --border: #000;  
          --bkgrnd: #EEE;  
          --header: #384B45;  
          --link: #384B45;  
          --linkH:#000;   
          --accent: #384B45; 
          --darkaccent: #1E2B25;  
          --lightaccent: #54756A;  
          --shadow:#252525; 
           --headertxt: #fff; 
          --cursor:url();
         
          --font: #000; 
          --background: url(https://heathersaturnia.neocities.org/Woods/deco/Possum-Bkgrnd-WINTER.png); 
             --background-repeat: no-repeat; 
          --background-position: center; 
          --background-size: cover; 
          --background-attachment: fixed;
       --divimg: url(https://file.garden/ZqvoqPvs4mjErqQ3/possum/4aa68e3f92.gif);
       --divimg-height: 23px;
       --prfileimg: url("https://heathersaturnia.neocities.org/Woods/deco/prfl.png");
       --bllt1: url("https://heathersaturnia.neocities.org/Woods/deco/f1340336.gif");
 
       
}
[data-theme='Spring'] {
          --bodybkgrnd: #000; 
          --border: #000; 
          --bkgrnd: #EEE; 
          --header: #83833A; 
          --link: #83833A; 
          --linkH:#000;  
          --accent: #83833A;
          --darkaccent: #5F5F23; 
          --lightaccent: #AAAA63; 
          --shadow:#252525; 
           --headertxt: #fff; 
          --cursor:url();
          
          --font: #000; 
          --background: url(https://heathersaturnia.neocities.org/Woods/deco/Possum-Bkgrnd-SPRING.png);    
          --background-repeat: no-repeat; 
          --background-position: center; 
          --background-size: cover;  
          --background-attachment: fixed;
       --divimg: url(https://file.garden/ZqvoqPvs4mjErqQ3/possum/pixelsprouts.gif);
        --divimg-height: 20px;
       --prfileimg: url("https://heathersaturnia.neocities.org/Woods/deco/prfl.png");
       --bllt1: url("https://heathersaturnia.neocities.org/Woods/deco/f1047432.gif");
       
}
[data-theme='Summer'] {
          --bodybkgrnd: #000; 
          --border: #000; 
          --bkgrnd: #EEE; 
          --header: #756F1F; 
          --link: #756F1F; 
          --linkH:#000;  
          --accent: #756F1F;
          --darkaccent: #514B13; 
          --lightaccent: #ABA42D; 
          --shadow:#252525; 
           --headertxt: #fff; 
          --cursor:url();
          
          --font: #000; 
          --background: url(https://heathersaturnia.neocities.org/Woods/deco/Possum-Bkgrnd-Summer.png);
          --background-repeat: no-repeat; 
          --background-position: center; 
          --background-size: cover;  
          --background-attachment: fixed;
          --divimg: url(https://file.garden/ZqvoqPvs4mjErqQ3/possum/993de24f3c.gif);
           --divimg-height: 25px;
         --prfileimg: url("https://heathersaturnia.neocities.org/Woods/deco/prfl.png");
         --bllt1: url("https://heathersaturnia.neocities.org/Woods/deco/f1363163.gif");
       
}



body {
    display: flex;              
    justify-content: center;    
    align-items: center;        
    min-height: 100vh;
    margin: 0;
    padding: 0;
    background: #111;
    background-image: var(--background);
    background-repeat: var(--background-repeat);
    background-position: var(--background-position);
    background-size: var(--background-size);
    background-color: var(--bodybkgrnd);
}

html, body {
    overflow: hidden;
}

body {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.container {
    position: relative;
    width: min(1000px, 95vw);
    height: min(600px, 95vh);
}

/* --- Center Image --- */
.center-wrapper {
    position: fixed;
    bottom: 2%;
    left: 50%;
    transform: translateX(-50%);
    pointer-events: auto;   
    z-index: 500;
}

.center-img {
    max-width: 90vw;
    max-height: 60vh;
    width: auto;
    height: auto;
    z-index: 501;
    cursor: pointer;
    /* IMPORTANT: no pointer-events: none here */
}


/* --- Menu --- */
.circle-menu {
    position: absolute;
    width: 100%;
    height: 100%;
}

.menu-item {
    position: absolute;
    width: 26vh;
    height: 80px;
    cursor: pointer;
    transition: transform 0.8s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
    transform-origin: center center;
    z-index: 9999;
}

.menu-item img {
   max-height: 200px;
    display: block;
}

.menu-item::after {
    content: attr(data-label);
    position: absolute;
    opacity: 0;
    transition: opacity 0.2s ease;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: var(--accent);
    padding: 6px 12px;
    border-radius: 6px;
    font-family: 'Chicle';
    font-size: 20px;
    color: #fff;
    white-space: nowrap;
    pointer-events: none;
    z-index: 99999;
}

.menu-item:hover::after { opacity: 1; }

/* positions */
.menu-item:nth-child(1) { top: 8%;  left: 50%; transform: translate(-50%, 0); }
.menu-item:nth-child(2) { top: 15%; left: 70%; transform: translate(-50%, -50%); }
.menu-item:nth-child(3) { top: 15%; left: 30%; transform: translate(-50%, -50%); }
.menu-item:nth-child(4) { top: 30%; left: 10%;  transform: translate(-50%, -50%); }
.menu-item:nth-child(5) { top: 30%; left: 85%; transform: translate(-50%, -50%); }


.menu-item:nth-child(1):hover { transform: translate(-50%, 0) scale(1.1); }
.menu-item:nth-child(2):hover { transform: translate(-50%, -50%) scale(1.1); }
.menu-item:nth-child(3):hover { transform: translate(-50%, -50%) scale(1.1); }
.menu-item:nth-child(4):hover { transform: translate(-50%, -50%) scale(1.1); }
.menu-item:nth-child(5):hover { transform: translate(-50%, -50%) scale(1.1); }

/* --- Windows--- */
.popup-window {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: transparent;
    display: none;
    z-index: 9999;
    overflow: visible;
}

.popup-window0 { width: 910px; height: 625px; }
.popup-window1 { width: 910px; height: 625px; }
.popup-window2 { width: 910px; height: 625px; }
.popup-window3 { width: 910px; height: 625px; }
.popup-window4 { width: 910px; height: 625px; }
.popup-window5 { width: 910px; height: 625px; }

.auto-close {
    position: absolute;
    top: 5px;
    right: 40px;
    font-family: 'Chicle';
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    color: #ffffff;
    text-shadow: -4px 0 #000, 0 4px #000, 4px 0 #000, 0 -4px #000;
    z-index: 999999;
}

.popup-frame {
    width: 100%;
    height: 100%;
    border: none;
}

/* --- Music--- */
.music-button-wrapper {
    position: fixed;
    bottom: 40px;         
    left: 50%;             
    transform: translateX(140px); 
    z-index: 500;
    pointer-events: auto;  
}

#musicPopoutButton img {
    width: 60px;
    image-rendering: pixelated;
    
    
}
#musicPopoutButton::after {
    content: attr(data-label);
    position: absolute;
    opacity: 0;
    transition: opacity 0.2s ease;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--accent);
    padding: 6px 12px;
    border-radius: 6px;
    font-family: 'Chicle';
    font-size: 18px;
    color: #fff;
    white-space: nowrap;
    pointer-events: none;
   
}


#musicPopoutButton:hover::after {
    opacity: 1;
}


#musicPopout {
    display: none;
    position: absolute;
    bottom: 40%;          
    left: 70%;
    transform: translateX(-40%);
    width: 300px;
    height: 200px;
    z-index: 710;
}

.music-popout-content {
    width: 100%;
    height: 100%;
    background: transparent;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

#musicPopoutFrame {
    width: 100%;
    height: 100%;
    border: none;
}
/* --- Nature Sounds--- */

#audioContainer {
    position: fixed;
    bottom: 10px;
    left: 50%;
    transform: translateX(-140px);
    z-index: 800;      
    pointer-events: auto;
}


#birdWrapper {
    position: relative;
    display: inline-block;
    pointer-events: auto; 
}

#bird {
    position: relative;
    display: inline-block;
    cursor: pointer;
    pointer-events: auto;
}

#bird::after {
    content: attr(data-label);
    position: absolute;
    opacity: 0;
    transition: opacity 0.2s ease;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--accent);
    padding: 6px 12px;
    border-radius: 6px;
    font-family: 'Chicle';
    font-size: 18px;
    color: #fff;
    white-space: nowrap;
    pointer-events: none;
    z-index: 999999;
}

#bird:hover::after {
    opacity: 1;
}

#musicnotes {
    position: absolute;
    left: 50%;
    top: -15px;
    transform: translateX(-50%);
    z-index: 90;
    pointer-events: auto;
}
#bird img {
    width: 40px;
    image-rendering: pixelated;
}

#musicnotes {
    width: 60px;
    transform-origin: center;
    
}
#sign {
    position: relative;
    display: inline-block;
    pointer-events: auto;
    cursor: pointer;

    width: 40px; 
    image-rendering: pixelated;

    
    margin-left: -120px;   
}








/* --- Left Box --- */
#leftBox {
    position: absolute;
    top: 75%;
    left: 15%;
    width: 200px;
    height: 90px;
    transform: translate(-50%, -50%);
    z-index: 20;
    border: 2px solid var(--accent);
    border-radius: 10px;
}

.left-box-content {
    width: 100%;
    height: 100%;
    background: #000000;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    background-image: url("https://file.garden/ZqvoqPvs4mjErqQ3/possum/pprtext3.jpg");
}

.theme-row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.theme-title {
    width: 100%;
    text-align: center;
    margin-bottom: 6px;
}

.theme-buttons {
    display: flex;
    gap: 5px;
    justify-content: center;
}

.theme-selector {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    color: #000000;
    text-shadow: -1px 0 #ffffff, 0 1px #ffffff, 1px 0 #ffffff, 0 -1px #ffffff;
    font-weight: bold;
    font-family: 'Itim';
    font-size: 12px;
    flex-direction: column;
}


.theme-selector button {
    padding: 2px 4px;
    font-family: "Itim";
    font-size: 12px;
    background: var(--lightaccent);
    color: var(--darkaccent);
    border: 1px dashed var(--darkaccent);
    cursor: crosshair;
    border-radius: 4px;
    transition: 0.2s;
}

.theme-selector button:hover {
    background: var(--darkaccent);
    color: var(--accent);
}
.theme-selector button i {
    font-size: 13pt;
    pointer-events: none;
}

.bullet,
.bullet2 {
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
}

.bullet::before,
.bullet2::before {
    content: var(--bllt1);
    display: inline-block;
}

.divimg {
    background-image: var(--divimg);
    height: var(--divimg-height);
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
}
* {
  scrollbar-width: thin;
  scrollbar-color: var(--accent) transparent;
}