/* --- CUSTOM FONTS --- */
@font-face { 
    font-family: 'starshines'; 
    src: url(https://dl.dropbox.com/s/5ojtturb4ny5zgk/Starshines%20Italic.ttf); 
}

@font-face { 
    font-family: 'candy cutes'; 
    src: url(https://dl.dropbox.com/s/3w49a89tknlumag/Candycutes.ttf); 
}

/* --- GLOBAL STYLES --- */
body {
    background-color: #1a0f1d; 
    background-image: url('https://i.pinimg.com/564x/ba/11/99/ba119941a903edd6d851a76e31495199.jpg'); 
    background-attachment: fixed;
    background-size: 200px;
    text-transform: lowercase;
    font-family: 'candy cutes', sans-serif;
    color: #ffb7d5; 
    margin: 0;
    cursor: url(https://cur.cursors-4u.net/anime/ani-1/ani195.png), auto;
    display: flex;
    justify-content: center;
}

.container {
    width: 810px;
    max-width: 95%;
    margin: 40px 0;
}

/* --- Y2K SQUARE BOX STYLING --- */
.section-box {
    background-color: #0d060e; 
    border: 3px solid #ff1493; /* Bold Pink Border */
    outline: 2px solid #000; /* Black outer outline for that sticker look */
    box-shadow: 8px 8px 0px #ff1493; /* Blocky, non-blurry shadow */
    margin-bottom: 30px;
    padding: 20px;
    border-radius: 0px !important; /* Forces everything to be SQUARE */
}

h2 {
    font-family: 'starshines', sans-serif;
    font-size: 280%;
    text-align: center;
    color: #ff1493;
    text-shadow: 2px 2px 0px #000;
    margin-top: 0;
}

/* --- FORTUNE WIDGET --- */
.fortune-widget {
    text-align: center;
    padding: 30px;
    background-color: #1a0f1d;
    border: 2px dashed #ff1493;
    border-radius: 0px; 
}

#cookie-checker { display: none; }

.cookie-label {
    cursor: pointer;
    display: inline-block;
    min-height: 180px;
    transition: transform 0.1s;
}

.cookie-label:active { transform: scale(0.9); }

/* STICKER STYLING */
.cookie-closed, .cookie-open {
    width: 150px; 
    height: auto;
    display: block;
    margin: 0 auto;
    filter: drop-shadow(0 0 10px #ff1493);
}

.cookie-open { display: none; }

/* TOGGLE LOGIC */
#cookie-checker:checked ~ .cookie-label .cookie-closed { display: none; }
#cookie-checker:checked ~ .cookie-label .cookie-open { display: block !important; }

/* THE FORTUNE PAPER (SQUARE & BOLD) */
.fortune-paper {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.3s ease;
    color: #0d060e;
    background-color: #ffb7d5;
    font-weight: bold;
    font-size: 1.3rem;
    border-radius: 0px; 
    border: 2px solid #000;
    line-height: 1.4;
}

#cookie-checker:checked ~ .fortune-paper {
    max-height: 150px;
    opacity: 1;
    padding: 15px;
    margin-top: 20px;
}

/* --- NAVIGATION --- */
nav .links {
    background-color: #0d060e;
    border: 3px solid #ff1493;
    outline: 2px solid #000;
    padding: 12px;
    border-radius: 0px;
    margin-bottom: 25px;
    text-align: center;
}

nav .links a {
    color: #ff1493;
    font-weight: bold;
    text-decoration: none;
    padding: 0 15px;
    font-size: 1.1rem;
}

nav .links a:hover {
    background-color: #ff1493;
    color: #000;
}

.hint { font-size: 11px; color: #ff1493; margin-top: 10px; letter-spacing: 1px; }/* --- CUSTOM FONTS --- */
@font-face { 
    font-family: 'starshines'; 
    src: url(https://dl.dropbox.com/s/5ojtturb4ny5zgk/Starshines%20Italic.ttf); 
}

@font-face { 
    font-family: 'candy cutes'; 
    src: url(https://dl.dropbox.com/s/3w49a89tknlumag/Candycutes.ttf); 
}

/* --- GLOBAL STYLES --- */
body {
    background-color: #1a0f1d; 
    background-image: url('https://i.pinimg.com/564x/ba/11/99/ba119941a903edd6d851a76e31495199.jpg'); 
    background-attachment: fixed;
    background-size: 200px;
    text-transform: lowercase;
    font-family: 'candy cutes', sans-serif;
    color: #ffb7d5; 
    margin: 0;
    cursor: url(https://cur.cursors-4u.net/anime/ani-1/ani195.png), auto;
    display: flex;
    justify-content: center;
}

.container {
    width: 810px;
    max-width: 95%;
    margin: 40px 0;
}

/* --- Y2K SQUARE BOX STYLING --- */
.section-box {
    background-color: #0d060e; 
    border: 3px solid #ff1493; /* Bold Pink Border */
    outline: 2px solid #000; /* Black outer outline for that sticker look */
    box-shadow: 8px 8px 0px #ff1493; /* Blocky, non-blurry shadow */
    margin-bottom: 30px;
    padding: 20px;
    border-radius: 0px !important; /* Forces everything to be SQUARE */
}

h2 {
    font-family: 'starshines', sans-serif;
    font-size: 280%;
    text-align: center;
    color: #ff1493;
    text-shadow: 2px 2px 0px #000;
    margin-top: 0;
}

/* --- FORTUNE WIDGET --- */
.fortune-widget {
    text-align: center;
    padding: 30px;
    background-color: #1a0f1d;
    border: 2px dashed #ff1493;
    border-radius: 0px; 
}

#cookie-checker { display: none; }

.cookie-label {
    cursor: pointer;
    display: inline-block;
    min-height: 180px;
    transition: transform 0.1s;
}

.cookie-label:active { transform: scale(0.9); }

/* STICKER STYLING */
.cookie-closed, .cookie-open {
    width: 150px; 
    height: auto;
    display: block;
    margin: 0 auto;
    filter: drop-shadow(0 0 10px #ff1493);
}

.cookie-open { display: none; }

/* TOGGLE LOGIC */
#cookie-checker:checked ~ .cookie-label .cookie-closed { display: none; }
#cookie-checker:checked ~ .cookie-label .cookie-open { display: block !important; }

/* THE FORTUNE PAPER (SQUARE & BOLD) */
.fortune-paper {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.3s ease;
    color: #0d060e;
    background-color: #ffb7d5;
    font-weight: bold;
    font-size: 1.3rem;
    border-radius: 0px; 
    border: 2px solid #000;
    line-height: 1.4;
}

#cookie-checker:checked ~ .fortune-paper {
    max-height: 150px;
    opacity: 1;
    padding: 15px;
    margin-top: 20px;
}

/* --- NAVIGATION --- */
nav .links {
    background-color: #0d060e;
    border: 3px solid #ff1493;
    outline: 2px solid #000;
    padding: 12px;
    border-radius: 0px;
    margin-bottom: 25px;
    text-align: center;
}

nav .links a {
    color: #ff1493;
    font-weight: bold;
    text-decoration: none;
    padding: 0 15px;
    font-size: 1.1rem;
}

nav .links a:hover {
    background-color: #ff1493;
    color: #000;
}

.hint { font-size: 11px; color: #ff1493; margin-top: 10px; letter-spacing: 1px; }