:root {
    /* IBM Plex Sans Condensed** Condense for cue-sheet metadata */
    --booth-black: #070916;
    --acrylic-lilac: #C8A7FF;
    --debut-cyan: #49F6FF;
    --oshi-pink: #FF5DBE;
    --lime-superchat: #B8FF5C;
    --moon-milk: #FFF4D6;
    --warning-tangerine: #FF9A3D;
    --glass: rgba(200, 167, 255, 0.14);
    --soft-black: rgba(7, 9, 22, 0.82);
}

* { box-sizing: border-box; }

html {
    scroll-behavior: smooth;
    background: var(--booth-black);
}

body {
    margin: 0;
    min-height: 100vh;
    color: var(--moon-milk);
    font-family: "M PLUS Rounded 1c", Inter, sans-serif;
    background:
        radial-gradient(circle at 15% 12%, rgba(255, 93, 190, 0.25), transparent 27rem),
        radial-gradient(circle at 82% 18%, rgba(73, 246, 255, 0.22), transparent 31rem),
        radial-gradient(circle at 50% 90%, rgba(184, 255, 92, 0.11), transparent 26rem),
        linear-gradient(135deg, #070916 0%, #0d0f2b 47%, #070916 100%);
    overflow-x: hidden;
}

a { color: inherit; text-decoration: none; }
button { font: inherit; }

.stage-noise {
    position: fixed;
    inset: 0;
    pointer-events: none;
    opacity: 0.23;
    z-index: 1;
    background-image:
        linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.026) 1px, transparent 1px),
        radial-gradient(circle, rgba(255, 244, 214, 0.18) 1px, transparent 1.5px);
    background-size: 44px 44px, 44px 44px, 92px 92px;
    mix-blend-mode: screen;
}

.cursor-sparkle {
    position: fixed;
    width: 18px;
    height: 18px;
    border-radius: 50% 50% 50% 0;
    border: 2px solid var(--lime-superchat);
    box-shadow: 0 0 18px var(--lime-superchat), 0 0 32px var(--debut-cyan);
    transform: translate(-50%, -50%) rotate(45deg);
    pointer-events: none;
    z-index: 20;
    opacity: 0.85;
}

.broadcast-shell { position: relative; z-index: 2; }

.acrylic-tabs {
    position: fixed;
    top: 18px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    display: flex;
    gap: 10px;
    padding: 8px;
    border: 1px solid rgba(200, 167, 255, 0.35);
    border-radius: 999px;
    background: rgba(7, 9, 22, 0.54);
    box-shadow: 0 0 34px rgba(73, 246, 255, 0.16), inset 0 0 24px rgba(200, 167, 255, 0.08);
    backdrop-filter: blur(18px);
}

.tab {
    position: relative;
    padding: 10px 15px;
    border-radius: 999px;
    color: var(--moon-milk);
    font-family: "IBM Plex Sans Condensed", sans-serif;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 0.08em;
    background: rgba(255,255,255,0.05);
    transition: transform 220ms ease, background 220ms ease, color 220ms ease;
}

.tab::before {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    top: -4px;
    left: 50%;
    background: var(--debut-cyan);
    box-shadow: 0 0 14px var(--debut-cyan);
}

.tab:hover, .tab.active {
    transform: translateY(4px) rotate(-1deg);
    color: var(--booth-black);
    background: linear-gradient(135deg, var(--debut-cyan), var(--acrylic-lilac));
}

.scene {
    position: relative;
    min-height: 100vh;
    padding: 110px clamp(22px, 5vw, 72px) 72px;
    display: grid;
    align-items: center;
    overflow: hidden;
    isolation: isolate;
}

.scene::before {
    content: "";
    position: absolute;
    inset: 7% 4%;
    border: 1px solid rgba(255, 244, 214, 0.1);
    border-radius: 44px;
    pointer-events: none;
    box-shadow: inset 0 0 70px rgba(73, 246, 255, 0.05);
    z-index: -1;
}

.vertical-stage-tab {
    position: absolute;
    top: 20%;
    left: 18px;
    writing-mode: vertical-rl;
    padding: 16px 9px;
    border-radius: 999px;
    font-family: "IBM Plex Sans Condensed", sans-serif;
    letter-spacing: 0.15em;
    font-weight: 700;
    color: var(--booth-black);
    background: var(--warning-tangerine);
    box-shadow: 0 0 24px rgba(255, 154, 61, 0.45);
}

.hero-scene {
    grid-template-columns: minmax(320px, 1.35fr) minmax(260px, 0.65fr);
    gap: 32px;
}

.monitor-stage { position: relative; min-height: 650px; }

.acrylic-sign {
    position: relative;
    z-index: 3;
    width: max-content;
    max-width: 100%;
    margin: 0 auto -38px;
    padding: 18px 32px 21px;
    text-align: center;
    border: 1px solid rgba(200, 167, 255, 0.48);
    border-radius: 28px 52px 28px 52px;
    background: linear-gradient(135deg, rgba(200, 167, 255, 0.24), rgba(73, 246, 255, 0.13));
    backdrop-filter: blur(14px);
    box-shadow: 0 0 32px rgba(200,167,255,0.35), 0 0 80px rgba(73,246,255,0.16), inset 0 0 24px rgba(255,244,214,0.09);
}

.acrylic-sign span,
.scene-title-block h1 {
    font-family: "Bungee Shade", cursive;
    font-weight: 400;
    line-height: 0.94;
    text-shadow: 2px 0 var(--oshi-pink), -2px 0 var(--debut-cyan), 0 0 24px rgba(255, 93, 190, 0.55);
}

.acrylic-sign span { font-size: clamp(34px, 6vw, 86px); }
.acrylic-sign small {
    display: block;
    margin-top: 8px;
    color: var(--lime-superchat);
    font-family: "IBM Plex Sans Condensed", sans-serif;
    letter-spacing: 0.22em;
    text-transform: uppercase;
}

.monitor-glass {
    position: relative;
    height: 560px;
    border: 2px solid rgba(73, 246, 255, 0.34);
    border-radius: 58px;
    background:
        linear-gradient(125deg, rgba(255,255,255,0.13), transparent 26%, rgba(255,93,190,0.09) 52%, rgba(73,246,255,0.1)),
        rgba(7, 9, 22, 0.72);
    box-shadow: 0 32px 90px rgba(0,0,0,0.52), inset 0 0 80px rgba(73,246,255,0.08), 0 0 52px rgba(200,167,255,0.22);
    overflow: hidden;
}

.monitor-glass::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(105deg, transparent 0 18%, rgba(255,255,255,0.15) 19%, transparent 35% 100%);
    opacity: 0.55;
}

.city-windows {
    position: absolute;
    inset: 50px 50px auto auto;
    display: grid;
    grid-template-columns: repeat(3, 42px);
    gap: 12px;
    opacity: 0.55;
}

.city-windows i {
    height: 72px;
    border-radius: 10px;
    background: linear-gradient(var(--acrylic-lilac), var(--debut-cyan));
    box-shadow: 0 0 20px rgba(73,246,255,0.45);
    animation: windowBlink 2.8s infinite alternate;
}
.city-windows i:nth-child(2n) { height: 106px; animation-delay: 0.5s; }
.city-windows i:nth-child(3n) { height: 52px; animation-delay: 1.1s; }

.avatar-orbit {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
}

.avatar-silhouette {
    position: relative;
    width: 230px;
    height: 340px;
    border-radius: 48% 48% 42% 42%;
    background: linear-gradient(180deg, rgba(200,167,255,0.28), rgba(7,9,22,0.85));
    border: 1px solid rgba(200,167,255,0.45);
    box-shadow: 0 0 48px rgba(200,167,255,0.38), inset 0 0 42px rgba(73,246,255,0.08);
}

.avatar-silhouette::before,
.avatar-silhouette::after {
    content: "";
    position: absolute;
    top: -38px;
    width: 92px;
    height: 92px;
    border-radius: 20px 70px 20px 70px;
    border: 1px solid rgba(73,246,255,0.32);
    background: rgba(200,167,255,0.14);
}
.avatar-silhouette::before { left: 8px; transform: rotate(-24deg); }
.avatar-silhouette::after { right: 8px; transform: rotate(24deg) scaleX(-1); }

.avatar-eye {
    position: absolute;
    top: 118px;
    left: 50%;
    width: 74px;
    height: 8px;
    border-radius: 50%;
    background: var(--debut-cyan);
    box-shadow: 0 0 22px var(--debut-cyan);
    transform: translateX(-50%) scaleY(0.18);
    animation: openEye 4.8s ease-in-out infinite;
}

.rig-dot {
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--lime-superchat);
    box-shadow: 0 0 15px var(--lime-superchat);
    animation: pulseDot 1.6s infinite alternate;
}
.dot-a { top: 88px; left: 70px; }
.dot-b { top: 154px; right: 72px; animation-delay: 0.45s; }
.dot-c { bottom: 92px; left: 50%; animation-delay: 0.9s; }

.orbit-note {
    position: absolute;
    min-width: 150px;
    padding: 13px 16px;
    border-radius: 18px;
    color: var(--booth-black);
    font-family: "IBM Plex Sans Condensed", sans-serif;
    font-size: 14px;
    line-height: 1.1;
    background: var(--moon-milk);
    box-shadow: 6px 7px 0 rgba(255,93,190,0.45), 0 0 25px rgba(255,244,214,0.22);
    animation: floatNote 4s ease-in-out infinite;
}
.orbit-note b { font-family: "M PLUS Rounded 1c", sans-serif; }
.note-one { top: 135px; left: 80px; transform: rotate(-8deg); }
.note-two { top: 150px; right: 90px; transform: rotate(7deg); animation-delay: 0.7s; }
.note-three { bottom: 120px; left: 118px; transform: rotate(5deg); animation-delay: 1.2s; }
.note-four { bottom: 105px; right: 92px; transform: rotate(-6deg); animation-delay: 1.8s; }

.reflection {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%) scaleY(-1);
    color: rgba(200,167,255,0.16);
    font-family: "Bungee Shade", cursive;
    font-size: clamp(28px, 5vw, 62px);
    filter: blur(1px);
}

.stream-button {
    position: absolute;
    z-index: 4;
    right: 24px;
    bottom: 30px;
    display: inline-flex;
    align-items: center;
    gap: 14px;
    padding: 22px 28px;
    border: 2px solid rgba(255,244,214,0.35);
    border-radius: 20px;
    color: var(--booth-black);
    background: linear-gradient(135deg, var(--lime-superchat), var(--debut-cyan));
    box-shadow: 0 10px 0 rgba(0,0,0,0.4), 0 0 36px rgba(184,255,92,0.34);
    font-family: "IBM Plex Sans Condensed", sans-serif;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.13em;
    cursor: pointer;
    transition: transform 130ms ease, box-shadow 130ms ease;
}
.stream-button.pressed, .stream-button:active {
    transform: translateY(8px);
    box-shadow: 0 2px 0 rgba(0,0,0,0.4), 0 0 50px rgba(184,255,92,0.62);
}
.button-lamp {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: var(--oshi-pink);
    box-shadow: 0 0 18px var(--oshi-pink);
    animation: liveBreath 0.9s infinite alternate;
}

.prop-cluster { position: relative; min-height: 620px; }
.expression-wheel {
    position: absolute;
    top: 70px;
    right: 20px;
    width: 265px;
    height: 265px;
    border-radius: 50%;
    border: 3px dashed var(--acrylic-lilac);
    background: radial-gradient(circle, rgba(255,93,190,0.25), rgba(73,246,255,0.09) 52%, rgba(7,9,22,0.82));
    box-shadow: 0 0 40px rgba(200,167,255,0.31);
    transition: transform 600ms cubic-bezier(.17,.67,.23,1.31);
}
.expression-wheel span {
    position: absolute;
    font-family: "IBM Plex Sans Condensed", sans-serif;
    font-weight: 700;
    color: var(--moon-milk);
}
.expression-wheel span:nth-child(1) { top: 18px; left: 50%; transform: translateX(-50%); color: var(--lime-superchat); }
.expression-wheel span:nth-child(2) { right: 18px; top: 50%; transform: translateY(-50%); color: var(--debut-cyan); }
.expression-wheel span:nth-child(3) { bottom: 18px; left: 50%; transform: translateX(-50%); color: var(--warning-tangerine); }
.expression-wheel span:nth-child(4) { left: 18px; top: 50%; transform: translateY(-50%); color: var(--oshi-pink); }
.wheel-heart { position: absolute; inset: 82px; display: grid; place-items: center; border-radius: 50%; background: var(--moon-milk); color: var(--oshi-pink); font-size: 52px; }

.laminated-card,
.acrylic-panel,
.schedule-charm,
.forecast-stack div,
.cooldown-checklist,
.cassette {
    border: 1px solid rgba(255, 244, 214, 0.2);
    background: linear-gradient(145deg, rgba(255,244,214,0.16), rgba(200,167,255,0.12));
    box-shadow: 0 20px 60px rgba(0,0,0,0.28), inset 0 0 24px rgba(255,255,255,0.06);
    backdrop-filter: blur(16px);
}

.debut-card {
    position: absolute;
    top: 365px;
    right: 0;
    max-width: 330px;
    padding: 23px;
    border-radius: 26px;
    transform: rotate(5deg);
    color: var(--moon-milk);
}
.debut-card b { color: var(--lime-superchat); font-family: "IBM Plex Sans Condensed", sans-serif; font-size: 24px; }
.debut-card p { margin: 10px 0 0; line-height: 1.5; }

.mascot-cable {
    position: absolute;
    left: 24px;
    bottom: 80px;
    width: 98px;
    height: 98px;
    display: grid;
    place-items: center;
    border-radius: 35% 55% 45% 55%;
    color: var(--booth-black);
    background: var(--acrylic-lilac);
    font-size: 52px;
    box-shadow: 0 0 28px rgba(200,167,255,0.52);
    animation: mascotTug 2.4s ease-in-out infinite;
}

.countdown-strip {
    position: absolute;
    bottom: 28px;
    left: clamp(48px, 8vw, 110px);
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 12px 18px;
    border-radius: 999px;
    color: var(--booth-black);
    background: repeating-linear-gradient(-45deg, var(--warning-tangerine) 0 12px, var(--moon-milk) 12px 24px);
    box-shadow: 0 0 24px rgba(255,154,61,0.45);
    font-family: "IBM Plex Sans Condensed", sans-serif;
    font-weight: 700;
    letter-spacing: 0.08em;
}
.countdown-strip b { font-size: 24px; }

.scene-title-block { max-width: 760px; position: relative; z-index: 3; }
.scene-title-block p {
    margin: 0 0 12px;
    color: var(--lime-superchat);
    font-family: "IBM Plex Sans Condensed", sans-serif;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}
.scene-title-block h1 { margin: 0; font-size: clamp(48px, 8vw, 116px); color: var(--moon-milk); }
.scene-title-block span { display: block; margin-top: 18px; color: var(--acrylic-lilac); font-size: 22px; line-height: 1.35; }
.scene-title-block.compact { max-width: 680px; margin-bottom: 24px; }

.rigging-scene { grid-template-rows: auto 1fr; gap: 28px; }
.constellation-panel {
    position: relative;
    min-height: 560px;
    border-radius: 44px;
    overflow: hidden;
}
.rig-svg { position: absolute; inset: 0; width: 100%; height: 100%; }
.bone-path {
    fill: none;
    stroke: var(--debut-cyan);
    stroke-width: 5;
    stroke-linecap: round;
    filter: drop-shadow(0 0 12px var(--debut-cyan));
    stroke-dasharray: 1200;
    stroke-dashoffset: 1200;
    animation: cableDraw 5s ease-in-out infinite;
}
.bone-path.delayed { stroke: var(--oshi-pink); animation-delay: 0.8s; }
.bone-path.third { stroke: var(--lime-superchat); animation-delay: 1.4s; }
.star-nodes circle { fill: var(--moon-milk); stroke: var(--acrylic-lilac); stroke-width: 4; filter: drop-shadow(0 0 12px var(--moon-milk)); animation: liveBreath 1.5s infinite alternate; }

.face-rig {
    position: absolute;
    left: 50%; top: 50%;
    width: 185px; height: 225px;
    transform: translate(-50%, -50%);
    border-radius: 46%;
    border: 1px solid rgba(255,244,214,0.22);
    background: rgba(7,9,22,0.6);
    box-shadow: inset 0 0 35px rgba(73,246,255,0.13), 0 0 34px rgba(200,167,255,0.22);
}
.rig-face-eye { position: absolute; top: 82px; width: 38px; height: 18px; border-radius: 50%; background: var(--debut-cyan); box-shadow: 0 0 16px var(--debut-cyan); }
.rig-face-eye.left { left: 45px; } .rig-face-eye.right { right: 45px; }
.rig-mouth { position: absolute; left: 50%; bottom: 60px; width: 52px; height: 20px; border-bottom: 5px solid var(--oshi-pink); border-radius: 50%; transform: translateX(-50%); }

.sticker {
    position: absolute;
    padding: 13px 18px;
    border-radius: 17px 17px 6px 17px;
    color: var(--booth-black);
    font-weight: 800;
    transform: rotate(-7deg);
}
.sticker-cyan { right: 8%; top: 11%; background: var(--debut-cyan); }
.sticker-pink { left: 10%; bottom: 13%; background: var(--oshi-pink); transform: rotate(8deg); }
.cue-ribbon { position: absolute; left: 0; right: 0; bottom: 0; padding: 17px; background: var(--warning-tangerine); color: var(--booth-black); font-family: "IBM Plex Sans Condensed", sans-serif; font-weight: 700; letter-spacing: 0.16em; text-align: center; }

.collab-scene { display: block; }
.switchboard {
    position: relative;
    min-height: 620px;
    border-radius: 54px;
    border: 1px solid rgba(200,167,255,0.25);
    background: rgba(7,9,22,0.48);
    box-shadow: inset 0 0 70px rgba(255,93,190,0.08);
    overflow: hidden;
}
.cable-svg { position: absolute; inset: 0; width: 100%; height: 100%; }
.cable { fill: none; stroke-width: 7; stroke-linecap: round; stroke-dasharray: 1450; stroke-dashoffset: 1450; animation: cableDraw 6s ease-in-out infinite; }
.cable-pink { stroke: var(--oshi-pink); filter: drop-shadow(0 0 10px var(--oshi-pink)); }
.cable-lime { stroke: var(--lime-superchat); filter: drop-shadow(0 0 10px var(--lime-superchat)); animation-delay: 0.7s; }
.cable-orange { stroke: var(--warning-tangerine); filter: drop-shadow(0 0 10px var(--warning-tangerine)); animation-delay: 1.3s; }
.cable-cyan { stroke: var(--debut-cyan); filter: drop-shadow(0 0 10px var(--debut-cyan)); animation-delay: 1.9s; }
.moon {
    position: absolute;
    width: 140px; height: 140px;
    display: grid; place-items: center;
    text-align: center;
    border-radius: 50%;
    color: var(--booth-black);
    background: radial-gradient(circle at 30% 30%, var(--moon-milk), var(--acrylic-lilac));
    box-shadow: 0 0 35px rgba(255,244,214,0.38);
    font-family: "IBM Plex Sans Condensed", sans-serif;
    font-weight: 700;
}
.moon b { display: block; font-size: 25px; }
.moon-one { left: 7%; top: 16%; } .moon-two { right: 8%; top: 18%; } .moon-three { left: 42%; bottom: 8%; }
.schedule-charm { position: absolute; width: 220px; padding: 18px; border-radius: 24px; animation: charmSwing 4s ease-in-out infinite; }
.schedule-charm::before { content: ""; position: absolute; left: 50%; top: -64px; width: 1px; height: 64px; background: linear-gradient(var(--moon-milk), transparent); }
.schedule-charm b { color: var(--lime-superchat); display: block; font-family: "IBM Plex Sans Condensed", sans-serif; font-size: 25px; }
.schedule-charm span { color: var(--moon-milk); }
.charm-a { left: 25%; top: 28%; } .charm-b { right: 26%; bottom: 26%; animation-delay: 0.6s; } .charm-c { left: 8%; bottom: 18%; animation-delay: 1.2s; }
.deck-grid { position: absolute; right: 8%; bottom: 8%; display: grid; grid-template-columns: repeat(2, 96px); gap: 12px; }
.deck-grid button { height: 76px; border: 0; border-radius: 18px; color: var(--booth-black); background: linear-gradient(135deg, var(--debut-cyan), var(--lime-superchat)); box-shadow: 0 8px 0 rgba(0,0,0,0.45), 0 0 20px rgba(73,246,255,0.28); font-family: "IBM Plex Sans Condensed", sans-serif; font-weight: 700; cursor: pointer; transition: transform 150ms ease; }
.deck-grid button:active, .deck-grid button.lit { transform: translateY(7px); background: linear-gradient(135deg, var(--oshi-pink), var(--warning-tangerine)); }

.chat-scene { place-items: center; }
.weather-machine { position: relative; width: min(1120px, 100%); min-height: 650px; border-radius: 52px; padding: clamp(28px, 5vw, 58px); overflow: hidden; }
.weather-title { max-width: 710px; }
.weather-orb { position: absolute; right: 8%; top: 22%; width: 350px; height: 350px; border-radius: 50%; background: radial-gradient(circle, rgba(73,246,255,0.18), rgba(255,93,190,0.1), rgba(7,9,22,0.72)); border: 2px solid rgba(73,246,255,0.32); box-shadow: 0 0 60px rgba(73,246,255,0.18); }
.storm-ring { position: absolute; inset: 38px; border-radius: 50%; border: 3px dotted var(--acrylic-lilac); animation: spin 14s linear infinite; }
.chat-symbol { position: absolute; display: grid; place-items: center; border-radius: 50%; font-weight: 800; color: var(--booth-black); box-shadow: 0 0 20px currentColor; animation: fizz 3.2s ease-in-out infinite; }
.heart { width: 76px; height: 76px; left: 42px; top: 92px; background: var(--oshi-pink); color: var(--oshi-pink); font-size: 36px; }
.fog { width: 65px; height: 65px; right: 70px; top: 70px; background: var(--moon-milk); color: var(--moon-milk); font-size: 35px; animation-delay: 0.6s; }
.meteor { width: 82px; height: 82px; right: 82px; bottom: 72px; background: var(--lime-superchat); color: var(--lime-superchat); font-size: 38px; animation-delay: 1.1s; }
.emote { width: 68px; height: 68px; left: 105px; bottom: 64px; background: var(--debut-cyan); color: var(--debut-cyan); font-size: 26px; animation-delay: 1.6s; }
.forecast-stack { position: absolute; left: 6%; bottom: 9%; display: grid; gap: 14px; width: min(510px, 48%); }
.forecast-stack div { padding: 18px 20px; border-radius: 22px; transform: rotate(-1deg); }
.forecast-stack div:nth-child(2) { transform: translateX(28px) rotate(2deg); }
.forecast-stack b { display: block; color: var(--debut-cyan); font-family: "IBM Plex Sans Condensed", sans-serif; font-size: 24px; }

.shrine-scene { background: radial-gradient(circle at 50% 70%, rgba(255,244,214,0.1), transparent 35rem); }
.shrine-desk { position: relative; min-height: 680px; width: min(1120px,100%); margin: 0 auto; border-radius: 58px; background: linear-gradient(180deg, rgba(255,244,214,0.09), rgba(7,9,22,0.74)); border: 1px solid rgba(255,244,214,0.18); box-shadow: inset 0 0 70px rgba(255,244,214,0.07); padding: clamp(28px, 5vw, 60px); }
.shrine-title h1 { color: var(--moon-milk); }
.shrine-title span, .diary-fragment { font-family: "Fraunces", serif; color: var(--moon-milk); }
.vod-row { position: absolute; left: 6%; bottom: 26%; display: flex; gap: 18px; transform: rotate(-3deg); }
.cassette { width: 178px; height: 105px; border-radius: 18px; padding: 18px; color: var(--moon-milk); font-family: "IBM Plex Sans Condensed", sans-serif; }
.cassette b { color: var(--lime-superchat); }
.tea-cup { position: absolute; right: 19%; bottom: 22%; width: 120px; height: 82px; border-radius: 0 0 48px 48px; background: var(--moon-milk); box-shadow: 0 0 32px rgba(255,244,214,0.26); }
.tea-cup::before { content: ""; position: absolute; right: -32px; top: 14px; width: 46px; height: 42px; border: 10px solid var(--moon-milk); border-left: 0; border-radius: 0 50% 50% 0; }
.tea-cup span, .tea-cup span::before, .tea-cup span::after { content: ""; position: absolute; bottom: 90px; left: 34px; width: 10px; height: 64px; border-radius: 50%; background: rgba(255,244,214,0.45); filter: blur(5px); animation: steam 2.8s ease-in-out infinite; }
.tea-cup span::before { left: 26px; bottom: 0; animation-delay: 0.7s; }
.tea-cup span::after { left: 52px; bottom: 0; animation-delay: 1.2s; }
.sleeping-mascot { position: absolute; right: 7%; bottom: 12%; color: var(--acrylic-lilac); font-size: 54px; text-shadow: 0 0 18px var(--acrylic-lilac); animation: sleepBob 3s ease-in-out infinite; }
.cooldown-checklist { position: absolute; right: 7%; top: 28%; width: 310px; border-radius: 28px; padding: 24px; color: var(--moon-milk); }
.cooldown-checklist b { display: block; color: var(--warning-tangerine); font-family: "IBM Plex Sans Condensed", sans-serif; font-size: 26px; margin-bottom: 10px; }
.cooldown-checklist p { margin: 12px 0; }
.cooldown-checklist span { display: inline-block; width: 16px; height: 16px; margin-right: 10px; border-radius: 50%; background: var(--lime-superchat); box-shadow: 0 0 14px var(--lime-superchat); vertical-align: -2px; transform: scale(0); animation: checkPop 1.6s ease forwards; }
.cooldown-checklist p:nth-child(3) span { animation-delay: 0.7s; }
.cooldown-checklist p:nth-child(4) span { animation-delay: 1.4s; }
.diary-fragment { position: absolute; left: 9%; bottom: 9%; max-width: 560px; font-size: clamp(24px, 3vw, 38px); line-height: 1.12; color: var(--moon-milk); }

.scene .scene-title-block,
.scene .acrylic-panel,
.scene .switchboard,
.scene .shrine-desk,
.scene .monitor-stage,
.scene .prop-cluster {
    opacity: 0.55;
    transform: translateY(24px) scale(0.985);
    transition: opacity 700ms ease, transform 700ms ease;
}
.scene.in-view .scene-title-block,
.scene.in-view .acrylic-panel,
.scene.in-view .switchboard,
.scene.in-view .shrine-desk,
.scene.in-view .monitor-stage,
.scene.in-view .prop-cluster {
    opacity: 1;
    transform: translateY(0) scale(1);
}
.scene.shift-started .orbit-note { animation-duration: 2.4s; }
.scene.shift-started .monitor-glass { box-shadow: 0 32px 90px rgba(0,0,0,0.52), inset 0 0 90px rgba(73,246,255,0.18), 0 0 80px rgba(184,255,92,0.24); }

@keyframes openEye { 0%, 24%, 100% { transform: translateX(-50%) scaleY(0.18); } 36%, 72% { transform: translateX(-50%) scaleY(1); height: 36px; } 82% { transform: translateX(-50%) scaleY(0.08); } }
@keyframes windowBlink { from { opacity: 0.32; transform: translateY(0); } to { opacity: 0.92; transform: translateY(-8px); } }
@keyframes pulseDot { from { transform: scale(0.7); opacity: 0.55; } to { transform: scale(1.25); opacity: 1; } }
@keyframes floatNote { 0%,100% { margin-top: 0; } 50% { margin-top: -18px; } }
@keyframes liveBreath { from { opacity: 0.45; transform: scale(0.9); } to { opacity: 1; transform: scale(1.12); } }
@keyframes mascotTug { 0%,100% { transform: rotate(-6deg) translateX(0); } 50% { transform: rotate(5deg) translateX(18px); } }
@keyframes cableDraw { 0% { stroke-dashoffset: 1450; } 45%, 70% { stroke-dashoffset: 0; } 100% { stroke-dashoffset: -1450; } }
@keyframes charmSwing { 0%,100% { transform: rotate(-3deg); } 50% { transform: rotate(4deg) translateY(10px); } }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes fizz { 0%,100% { transform: translateY(18px) scale(0.92); } 50% { transform: translateY(-18px) scale(1.08); } }
@keyframes steam { from { opacity: 0; transform: translateY(16px) scaleY(0.6); } 45% { opacity: 0.75; } to { opacity: 0; transform: translateY(-42px) scaleY(1.3); } }
@keyframes sleepBob { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }
@keyframes checkPop { to { transform: scale(1); } }

@media (max-width: 980px) {
    .acrylic-tabs { width: calc(100% - 24px); overflow-x: auto; justify-content: flex-start; }
    .tab { white-space: nowrap; }
    .hero-scene { grid-template-columns: 1fr; }
    .monitor-stage { min-height: 590px; }
    .monitor-glass { height: 500px; }
    .prop-cluster { min-height: 410px; }
    .expression-wheel { left: 0; right: auto; }
    .debut-card { right: 0; top: 230px; }
    .weather-orb { position: relative; right: auto; top: auto; margin: 40px auto 0; }
    .forecast-stack { position: relative; left: auto; bottom: auto; width: 100%; margin-top: 26px; }
    .vod-row { position: relative; left: auto; bottom: auto; flex-wrap: wrap; margin-top: 40px; }
    .cooldown-checklist, .tea-cup, .sleeping-mascot, .diary-fragment { position: relative; right: auto; left: auto; top: auto; bottom: auto; margin-top: 28px; }
}

@media (max-width: 650px) {
    .scene { padding-left: 22px; padding-right: 22px; }
    .vertical-stage-tab { display: none; }
    .orbit-note { min-width: 120px; font-size: 12px; }
    .note-one { left: 12px; } .note-two { right: 12px; } .note-three { left: 20px; } .note-four { right: 20px; }
    .stream-button { left: 18px; right: 18px; justify-content: center; }
    .moon { width: 105px; height: 105px; }
    .schedule-charm { width: 170px; }
    .deck-grid { grid-template-columns: repeat(2, 74px); right: 5%; }
    .deck-grid button { height: 60px; }
    .weather-orb { width: 290px; height: 290px; }
}
