:root {
    /*puppy*/
    --cute-bg: #FFD6E0;
    --cute-accent: #FFB6F9;
    --cute-pink: #FF69B4;
    --cute-dark: #2d3a3a;
    /*scary colours*/
    --scary-red: #ff0000;
    --scary-blue: #0074d9;
    --scary-green: #00ff88;
    --scary-yellow: #fff200;
    --scary-black: #000;
    --scary-white: #fff;
}


.lover-decal {
    position: absolute;
    left: 8vw;
    top: 8vh;
    width: 6vw;
    z-index: 100;
    transform: scaleX(-1);
}
.googoo-decal {
    position: absolute;
    left: 80vw;
    top: 12vh;
    width: 5.7vw;
    z-index: 100;
}
.puppy-special-title {
    color: #000;
}
.puppy-fact {
    opacity: 0;
    transition: opacity 0.6s;
}
.puppy-section-spacer {
    height: 31.25vw;
}


#cute-section.cute-flex {
    position: relative;
    overflow: visible;
}
.cute-sparkle {
    position: absolute;
    pointer-events: none;
    width: 0.6vw;
    height: 0.6vw;
    z-index: 1;
    background: radial-gradient(circle, #fff 60%, #FFB6F9 100%);
    opacity: 0.85;
    border-radius: 50%;
    box-shadow: 0 0 0.4vw #fff, 0 0 0.6vw #FFB6F9;
    animation: sparkleTwinkle 1.6s infinite alternate;
}
@keyframes sparkleTwinkle {
    0% { opacity: 0.7; transform: scale(1); }
    50% { opacity: 1; transform: scale(1.3) rotate(10deg); }
    100% { opacity: 0.7; transform: scale(1); }
}



.scary-eye-1 { position: absolute; left: 5vw; top: 5vh; width: 4.2vw; z-index: 1; }
.scary-eye-2 { position: absolute; left: 85vw; top: 10vh; width: 5.2vw; z-index: 1; }
.scary-eye-3 { position: absolute; left: 60vw; top: 5vh; width: 4.7vw; z-index: 1; }
.scary-eye-4 { position: absolute; left: 10vw; top: 85vh; width: 6vw; z-index: 1; }
.scary-eye-5 { position: absolute; left: 80vw; top: 80vh; width: 6.2vw; z-index: 1; }
.scary-smile-1 { position: absolute; left: 5vw; top: 10vh; width: 4.7vw; z-index: 2; }
.scary-smile-2 { position: absolute; left: 80vw; top: 15vh; width: 5.7vw; z-index: 2; }
.scary-smile-3 { position: absolute; left: 10vw; top: 80vh; width: 4.2vw; z-index: 2; }
.scary-smile-4 { position: absolute; left: 85vw; top: 75vh; width: 6.2vw; z-index: 2; }
.scary-smile-5 { position: absolute; left: 60vw; top: 85vh; width: 5.2vw; z-index: 2; }

.scary-warning {
    position: relative;
    z-index: 10;
}

.malware-popup-persistent {
    box-shadow: 0 0 1.7vw #0074d9, 0 0 0.6vw #fff200;
    border: 0.15vw solid #0074d9 !important;
    background: #0074d9 !important;
    min-width: 16vw;
    max-width: 20vw;
    min-height: 8vw;
    pointer-events: auto;
    cursor: default;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    color: #fff;
    
}

.malware-popup button.malware-popup-close:hover {
    background: #ff0000;
    color: #fff;
}
#fake-terminal {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 22vw;
    max-width: 90vw;
    min-height: 6vw;
    max-height: 40vh;
    background: #111;
    color: #00ff00;
    font-family: 'Share Tech Mono', monospace;
    font-size: 1.05rem;
    padding: 0.7em 1em 0.7em 1em;
    border-top-right-radius: 0.7em;
    border-bottom-right-radius: 0.7em;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    box-shadow: 0 0 18px #000a;
    opacity: 0.93;
    overflow-y: auto;
    z-index: 5;
    pointer-events: none;
    white-space: pre-wrap;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
#malware-popups {
    position: fixed;
    top: 0; left: 0; width: 100vw; height: 100vh;
    pointer-events: none;
    z-index: 200;
}
.malware-popup {
    position: absolute;
    min-width: 11vw;
    max-width: 17vw;
    background: #ff0000;
    color: #fff200;
    border: 0.1vw solid #fff200;
    border-radius: 0.7em;
    box-shadow: 0 0 0.9vw #fff200cc, 0 0 0.1vw #fff;
    font-family: 'Share Tech Mono', monospace;
    font-size: 1rem;
    padding: 1.1em 1.3em 1em 1.3em;
    pointer-events: none;
    opacity: 0.97;
    animation: popupAppear 0.3s;
    z-index: 201;
}
.malware-popup-title {
    color: #fff;
    font-weight: bold;
    font-size: 1.1em;
    margin-bottom: 0.4em;
    letter-spacing: 0.04em;
}
.malware-popup-status {
    color: #fff200;
    font-size: 0.98em;
    margin-bottom: 0.2em;
}
.malware-popup-warning {
    color: #fff;
    background: #b20000;
    padding: 0.1em 0.5em;
    border-radius: 0.4em;
    font-size: 0.97em;
    margin-top: 0.5em;
    display: inline-block;
}
@keyframes popupAppear {
    from { opacity: 0; transform: scale(0.8); }
    to { opacity: 0.97; transform: scale(1); }
}

#scary-section.flicker {
    animation: flickerBg 0.18s infinite alternate;
}
@keyframes flickerBg {
    0% { filter: brightness(1) contrast(1); }
    40% { filter: brightness(0.95) contrast(1.1); }
    60% { filter: brightness(1.1) contrast(0.95); }
    100% { filter: brightness(0.92) contrast(1.15); }
}
#ransom-overlay {
    position: absolute;
    top: 10vh;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(10,0,0,0.97);
    backdrop-filter: blur(6px) brightness(0.7);
    border: 0.15vw solid #ff0000;
    border-radius: 1.2rem;
    box-shadow: 0 0 1.7vw #ff0000cc;
    padding: 2.5rem 2.5vw 2rem 2.5vw;
    z-index: 100;
    color: #fff;
    max-width: 90vw;
    min-width: 16vw;
    text-align: center;
    font-family: 'Share Tech Mono', monospace;
    animation: ransomPulse 1.2s infinite alternate;
}
.ransom-title {
    color: #ff0000;
    font-size: 2.2rem;
    margin-bottom: 1.2rem;
    letter-spacing: 0.04em;
    text-shadow: 0 0 8px #fff, 0 0 16px #ff0000;
}
.ransom-note {
    font-size: 1.1rem;
    color: #fff;
    margin-bottom: 0.7rem;
}
.ransom-amount {
    color: #ffb800;
    font-weight: bold;
    font-size: 1.2em;
}
.ransom-address {
    display: block;
    font-size: 0.95em;
    color: #00ffea;
    margin: 0.5em 0 0.7em 0;
    word-break: break-all;
}
.ransom-timer {
    color: #ff0000;
    font-weight: bold;
    font-size: 1.1em;
    margin: 0.7em 0 0.7em 0;
    display: block;
}
.ransom-warning {
    color: #fff;
    background: #ff0000;
    padding: 0.2em 0.7em;
    border-radius: 0.5em;
    font-size: 1em;
    margin-top: 1em;
    display: inline-block;
    text-shadow: 0 0 8px #000;
}
@keyframes ransomPulse {
    0% { box-shadow: 0 0 16px #ff0000cc; }
    100% { box-shadow: 0 0 48px #ff0000; }
}

#fake-status-bg {
    position: fixed;
    top: 4vw;
    left: 16vw;
    width: 100vw;
    height: 100vw;
    z-index: 1;
    pointer-events: none;
    font-family: 'Share Tech Mono', monospace;
    color: #0ff;
    opacity: 0.09;
    font-size: 1.1rem;
    white-space: pre;
    overflow: hidden;
    user-select: none;
}



html {
    box-sizing: border-box;
    font-size: 1.1rem;
}
*, *:before, *:after {
    box-sizing: inherit;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Baloo 2', cursive, Arial, sans-serif;
    background: linear-gradient(135deg, #FFD6E0 0%, #FFB6F9 100%);
    color: #333;
    transition: background 1s, color 1s;
}

header {
    text-align: center;
    padding: 2rem 1rem 1rem 1rem;
}

h1 {
    font-size: 2.5rem;
    margin: 0;
    color: #FF69B4;
    text-shadow: 2px 2px 0 #fff, 0 0 10px #FFB6F9;
    letter-spacing: 0.1em;
}

main {
    width: 100vw;
    max-width: 100vw;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


.main-header {
    background: linear-gradient(90deg, #FFD6E0 60%, #FFB6F9 100%);
    padding: 1.5rem 0 0.5rem 0;
    text-align: center;
    border-bottom: 2px solid #FFB6F9;
    margin-bottom: 0.5rem;
}
.main-header .barbie-title.open {
    text-align: center;
    font-size: 2.7rem;
    margin: 0 0 0.2rem 0;
    color: #FF69B4;
    text-shadow: 2px 2px 0 #fff, 0 0 10px #FFB6F9;
}
.main-header .barbie-tagline.open {
    margin: 0 auto 1.2rem auto;
    color: #0066ff;
    font-size: 1.2rem;
    font-style: italic;
    max-width: 600px;
}
.main-nav ul {
    list-style: none;
    padding: 0;
    margin: 0 0 0.5rem 0;
    display: flex;
    justify-content: center;
    gap: 2.5rem;
}
.main-nav a {
    color: #FF69B4;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1rem;
    letter-spacing: 0.04em;
    transition: color 0.2s;
}
.main-nav a:hover {
    color: #C06C84;
    text-decoration: underline;
}

#cute-section.cute-flex {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: stretch;
    gap: 0;
    background: none;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 2rem;
    padding: 0 0 2rem 0;
    position: relative;
    min-height: 47vw;
    width: 100vw;
    max-width: 100vw;
    box-sizing: border-box;
}
.side-bar {
    flex: 0 0 4vw;
    min-height: 36vw;
    background: repeating-linear-gradient(135deg, #FFD6E0, #FFB6F9 1vw, #FFD6E0 2vw);
    opacity: 0.25;
    border-radius: 2rem;
    margin: 2rem 0 0 0;
}
.left-bar {
    margin-left: 0.5rem;
    margin-right: 1.5rem;
}
.right-bar {
    margin-right: 0.5rem;
    margin-left: 1.5rem;
}
.cute-main-content {
    flex: 1 1 100vw;
    width: 100vw;
    max-width: 100vw;
    min-width: 0;
    padding: 0 4vw;
    position: relative;
    box-sizing: border-box;
}
.puppy-float-gallery {
    width: 100%;
    min-height: 9vw;
    margin-bottom: 1.5rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 2vw;
    position: relative;
}
.puppy-img.float {
   
    opacity: 0.97;
}
.puppy-img.float.left {
    left: 0;
    transform: rotate(-8deg) scale(1.05);
    box-shadow: 0 8px 24px #ffb6f955;
    flex: 1 1 auto;
    max-width: 33vw;
    height: auto;
    display: block;
    margin: 0 0.5vw;
    opacity: 0.97;
    
    object-fit: contain;
    min-width: 4vw;
    max-height: 17vw;
}
.puppy-img.float.right {
    right: 0;
    transform: rotate(7deg) scale(1.05);
    box-shadow: 0 8px 24px #ffb6f955;
}
.puppy-img.float.center {
    left: 50%;
    transform: translateX(-50%) scale(1.15) rotate(-2deg);
    box-shadow: 0 12px 32px #ffb6f966;
    z-index: 3;
}


.cute-paragraph {
    font-size: 1.25rem;
    line-height: 1.7;
    margin: 1.5rem 0 1rem 0;
    color: #C06C84;
    background: none;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
}
.barbie-list.open {
    background: #fff0fa;
    border-radius: 1rem;
    padding: 1rem 2rem;
    box-shadow: 0 2px 8px #ffb6f955;
    color: #C06C84;
    font-size: 1.1rem;
    margin: 1.5rem auto 1rem auto;
    display: block;
    text-align: left;
}
.barbie-cta.open {
    margin-top: 2rem;
    font-size: 1.2rem;
    color: #FF69B4;
    font-weight: bold;
    text-shadow: 0 0 8px #fff;
}

.barbie-header {
    margin-top: 1.5rem;
}
.barbie-title {
    font-family: 'Baloo 2', cursive;
    font-size: 2.2rem;
    color: #FF69B4;
    margin: 0.5rem 0 0 0;
    letter-spacing: 0.08em;
    text-shadow: 1px 1px 0 #fff, 0 0 8px #FFB6F9;
}
.barbie-tagline {
    color: #B5EAD7;
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
    font-style: italic;
}
.barbie-content {
    margin: 0 auto;
    max-width: 600px;
    padding: 0 1rem;
}
.barbie-gallery {
    display: flex;
    justify-content: center;
    gap: 1.2rem;
    margin: 1.5rem 0 1rem 0;
}
.puppy-img {
    width: 11vw;
    max-width: 80vw;
    border-radius: 1.5rem;
    margin-bottom: 1.5rem;
    background: #fff;
}
.puppy-img.small {
    width: 4.7vw;
    margin-bottom: 0;
}
.glam-border {
    border: 4px solid #FFB6F9;
    box-shadow: 0 0 16px #FF69B4, 0 0 8px #fff;
}
.barbie-list {
    text-align: left;
    margin: 1.5rem auto 1rem auto;
    display: inline-block;
    background: #fff0fa;
    border-radius: 1rem;
    padding: 1rem 2rem;
    box-shadow: 0 2px 8px #ffb6f955;
    color: #C06C84;
    font-size: 1.1rem;
}
.barbie-list li {
    margin-bottom: 0.7em;
    list-style: none;
    position: relative;
    padding-left: 1.2em;
}
.barbie-list li:before {
    content: '✨';
    position: absolute;
    left: 0;
}
.barbie-cta {
    margin-top: 2rem;
    font-size: 1.2rem;
    color: #FF69B4;
    font-weight: bold;
    text-shadow: 0 0 8px #fff;
}


@keyframes sparkle {
    0%, 100% { filter: brightness(1.2); }
    50% { filter: brightness(2); }
}
.glam-border {
    animation: sparkle 2s infinite alternate;
}


#scary-section {
    display: none;
    background: #000;
    color: #fff;
    min-height: 100vh;
    text-align: center;
    position: relative;
    overflow: hidden;
    font-family: 'Share Tech Mono', monospace, Arial, sans-serif;
    transition: background 1s, color 1s;
    border-radius: 2rem;
    box-shadow: 0 8px 32px #000a;
    z-index: 2;
}

#scary-section.active {
    display: block;
    animation: fadeIn 1s;
}

.scary-message {
    font-size: 1.5rem;
    color: #FF0000;
    margin: 2rem 0;
    text-shadow: 0 0 8px #ff0000, 0 0 2px #fff;
}

.glitch {
    color: #fff;
    background: #ff0000;
    padding: 0.2em 0.5em;
    font-size: 1.2em;
    animation: glitch 0.7s infinite alternate;
}

@keyframes glitch {
    0% { text-shadow: 2px 0 #00ffea, -2px 0 #ff00c8; }
    20% { text-shadow: -2px 0 #00ffea, 2px 0 #ff00c8; }
    40% { text-shadow: 2px 2px #00ffea, -2px -2px #ff00c8; }
    60% { text-shadow: -2px -2px #00ffea, 2px 2px #ff00c8; }
    80% { text-shadow: 2px 0 #00ffea, -2px 0 #ff00c8; }
    100% { text-shadow: -2px 0 #00ffea, 2px 0 #ff00c8; }
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

#eyes-container {
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    width: 100vw;
    height: 100vh;
    pointer-events: none;
    z-index: -1;
}
#scary-section {
    position: relative;
    z-index: 2;
}


@media (max-width: 900px) {
    #cute-section.cute-flex {
        flex-direction: column;
        align-items: stretch;
    }
    .side-bar {
        display: none;
    }
    .cute-main-content {
        max-width: 100vw;
        padding: 0 1vw;
    }
}
@media (max-width: 600px) {
    html {
        font-size: 0.95rem;
    }
    h1 {
        font-size: 1.3rem;
    }
    .main-header .barbie-title.open {
        font-size: 1.1rem;
    }
    .puppy-img, .puppy-img.float, .puppy-img.icon-flex {
        width: 32vw;
        min-width: 18vw;
        max-width: 40vw;
        height: auto;
    }
    .puppy-float-gallery {
        flex-direction: column;
        gap: 2vw;
        align-items: center;
    }
    .cute-main-content {
        padding: 0 0.2rem;
    }
    .barbie-list.open {
        padding: 0.7rem 0.5rem;
        font-size: 0.93rem;
    }
    .scary-message {
        font-size: 1rem;
    }
    .malware-popup, .malware-popup-persistent {
        min-width: 60vw;
        max-width: 90vw;
        font-size: 0.95rem;
        padding: 0.7em 0.5em 0.7em 0.5em;
    }
    #fake-terminal {
        width: 95vw;
        min-height: 12vw;
        font-size: 0.9rem;
        padding: 0.5em 0.5em 0.5em 0.5em;
    }
    #ransom-overlay {
        padding: 1.2rem 1vw 1rem 1vw;
        min-width: 60vw;
        max-width: 98vw;
    }
    .scary-eye-1, .scary-eye-2, .scary-eye-3, .scary-eye-4, .scary-eye-5,
    .scary-smile-1, .scary-smile-2, .scary-smile-3, .scary-smile-4, .scary-smile-5 {
        width: 12vw !important;
        min-width: 8vw;
    }
    .glitch {
        font-size: 1em;
        padding: 0.1em 0.2em;
    }
    .main-nav ul {
        flex-direction: column;
        gap: 0.7rem;
    }
    .main-header {
        padding: 0.7rem 0 0.3rem 0;
    }
}
