/* ====================================
   BBOTTL.com - Styles
   Pop Art + Ethereal Blue + Horizontal Scroll
   ==================================== */

/* --- CSS Custom Properties --- */
:root {
    --midnight-abyss: #0B0E2D;
    --twilight-indigo: #1B1F4B;
    --cerulean-dream: #A8DADC;
    --electric-periwinkle: #6C63FF;
    --lichtenstein-pink: #FF6B9D;
    --ink-black: #111111;
    --frosted-white: #F0F4FF;
    --radar-blip: #39FF85;
    --amber-orb: #FFD166;

    --font-display: 'Bangers', cursive;
    --font-body: 'Space Grotesk', sans-serif;
    --font-accent: 'Silkscreen', monospace;

    --panel-count: 7;
}

/* --- Reset --- */
*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    overflow: hidden;
    height: 100%;
}

body {
    font-family: var(--font-body);
    background: var(--midnight-abyss);
    color: var(--frosted-white);
    height: 100vh;
    width: 100vw;
    overflow: hidden;
    cursor: default;
}

/* --- Progress Bar --- */
#progress-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    z-index: 1000;
    background: rgba(11, 14, 45, 0.5);
}

#progress-fill {
    height: 100%;
    width: 0%;
    background: linear-gradient(90deg, var(--cerulean-dream), var(--electric-periwinkle));
    transition: width 0.15s ease-out;
}

/* --- Panel Dot Indicators --- */
#panel-dots {
    position: fixed;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 12px;
    z-index: 1000;
}

.dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(168, 218, 220, 0.3);
    border: 1px solid rgba(168, 218, 220, 0.5);
    cursor: pointer;
    transition: all 0.3s ease;
}

.dot.active {
    background: var(--cerulean-dream);
    box-shadow: 0 0 12px rgba(168, 218, 220, 0.6);
    animation: dotPulse 2s ease-in-out infinite;
}

@keyframes dotPulse {
    0%, 100% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.3); opacity: 0.8; }
}

/* --- Bokeh Background Layer --- */
#bokeh-layer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: linear-gradient(135deg, var(--midnight-abyss) 0%, var(--twilight-indigo) 50%, var(--midnight-abyss) 100%);
    overflow: hidden;
}

.bokeh-circle {
    position: absolute;
    border-radius: 50%;
    filter: blur(1px);
    animation: bokehDrift 60s ease-in-out infinite alternate;
}

.bokeh-1 { width: 60px; height: 60px; background: radial-gradient(circle, rgba(168,218,220,0.25) 0%, transparent 70%); top: 10%; left: 5%; animation-delay: 0s; }
.bokeh-2 { width: 40px; height: 40px; background: radial-gradient(circle, rgba(108,99,255,0.3) 0%, transparent 70%); top: 25%; left: 15%; animation-delay: -5s; }
.bokeh-3 { width: 80px; height: 80px; background: radial-gradient(circle, rgba(255,209,102,0.2) 0%, transparent 70%); top: 60%; left: 8%; animation-delay: -10s; }
.bokeh-4 { width: 30px; height: 30px; background: radial-gradient(circle, rgba(255,107,157,0.25) 0%, transparent 70%); top: 80%; left: 20%; animation-delay: -15s; }
.bokeh-5 { width: 50px; height: 50px; background: radial-gradient(circle, rgba(168,218,220,0.2) 0%, transparent 70%); top: 15%; left: 35%; animation-delay: -20s; }
.bokeh-6 { width: 70px; height: 70px; background: radial-gradient(circle, rgba(108,99,255,0.2) 0%, transparent 70%); top: 45%; left: 40%; animation-delay: -25s; }
.bokeh-7 { width: 35px; height: 35px; background: radial-gradient(circle, rgba(255,209,102,0.3) 0%, transparent 70%); top: 70%; left: 50%; animation-delay: -30s; }
.bokeh-8 { width: 55px; height: 55px; background: radial-gradient(circle, rgba(255,107,157,0.2) 0%, transparent 70%); top: 20%; left: 55%; animation-delay: -35s; }
.bokeh-9 { width: 45px; height: 45px; background: radial-gradient(circle, rgba(168,218,220,0.3) 0%, transparent 70%); top: 85%; left: 65%; animation-delay: -40s; }
.bokeh-10 { width: 65px; height: 65px; background: radial-gradient(circle, rgba(108,99,255,0.25) 0%, transparent 70%); top: 35%; left: 70%; animation-delay: -45s; }
.bokeh-11 { width: 25px; height: 25px; background: radial-gradient(circle, rgba(57,255,133,0.2) 0%, transparent 70%); top: 55%; left: 78%; animation-delay: -50s; }
.bokeh-12 { width: 75px; height: 75px; background: radial-gradient(circle, rgba(255,209,102,0.2) 0%, transparent 70%); top: 10%; left: 82%; animation-delay: -55s; }
.bokeh-13 { width: 40px; height: 40px; background: radial-gradient(circle, rgba(168,218,220,0.25) 0%, transparent 70%); top: 75%; left: 88%; animation-delay: -3s; }
.bokeh-14 { width: 50px; height: 50px; background: radial-gradient(circle, rgba(255,107,157,0.2) 0%, transparent 70%); top: 40%; left: 92%; animation-delay: -8s; }
.bokeh-15 { width: 35px; height: 35px; background: radial-gradient(circle, rgba(108,99,255,0.3) 0%, transparent 70%); top: 5%; left: 48%; animation-delay: -13s; }
.bokeh-16 { width: 55px; height: 55px; background: radial-gradient(circle, rgba(57,255,133,0.15) 0%, transparent 70%); top: 90%; left: 38%; animation-delay: -18s; }
.bokeh-17 { width: 45px; height: 45px; background: radial-gradient(circle, rgba(255,209,102,0.25) 0%, transparent 70%); top: 30%; left: 25%; animation-delay: -23s; }
.bokeh-18 { width: 60px; height: 60px; background: radial-gradient(circle, rgba(168,218,220,0.2) 0%, transparent 70%); top: 65%; left: 60%; animation-delay: -28s; }
.bokeh-19 { width: 30px; height: 30px; background: radial-gradient(circle, rgba(108,99,255,0.2) 0%, transparent 70%); top: 50%; left: 15%; animation-delay: -33s; }
.bokeh-20 { width: 70px; height: 70px; background: radial-gradient(circle, rgba(255,107,157,0.15) 0%, transparent 70%); top: 8%; left: 72%; animation-delay: -38s; }

@keyframes bokehDrift {
    0% { transform: translate(0, 0); }
    25% { transform: translate(20px, -15px); }
    50% { transform: translate(-10px, 25px); }
    75% { transform: translate(15px, 10px); }
    100% { transform: translate(-20px, -20px); }
}

/* --- Scroll Container --- */
#scroll-container {
    position: relative;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    z-index: 1;
}

#panels-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    height: 100vh;
    will-change: transform;
    transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* --- Panel Base --- */
.panel {
    min-width: 100vw;
    height: 100vh;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

/* --- Ben-Day Dot Overlay --- */
.ben-day-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(circle, var(--ink-black) 1px, transparent 1px);
    background-size: 6px 6px;
    opacity: 0.06;
    pointer-events: none;
    z-index: 1;
}

/* --- Scan Line --- */
.scan-line {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgba(168, 218, 220, 0.15);
    z-index: 2;
    pointer-events: none;
    animation: scanSweep 4s linear infinite;
}

@keyframes scanSweep {
    0% { top: 0; }
    100% { top: 100%; }
}

/* ==================================
   PANEL 1: OPENING AIRLOCK
   ================================== */
.panel-airlock {
    background: transparent;
    flex-direction: column;
}

/* Bottle Cap */
#bottle-cap {
    position: absolute;
    z-index: 10;
    transition: transform 1.2s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.8s ease;
}

#bottle-cap.opened {
    transform: rotate(720deg) scale(0.2);
    opacity: 0;
    pointer-events: none;
}

.cap-outer {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--electric-periwinkle) 0%, var(--lichtenstein-pink) 100%);
    border: 6px solid var(--ink-black);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 40px rgba(108, 99, 255, 0.4), inset 0 0 20px rgba(0, 0, 0, 0.3);
    position: relative;
}

.cap-inner {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background: var(--twilight-indigo);
    border: 3px solid var(--ink-black);
    display: flex;
    align-items: center;
    justify-content: center;
}

.cap-text {
    font-family: var(--font-display);
    font-size: 32px;
    letter-spacing: 0.04em;
    color: var(--frosted-white);
    text-shadow: 2px 2px 0 var(--ink-black);
}

.cap-ridges {
    position: absolute;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    border: 3px dashed rgba(240, 244, 255, 0.3);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

/* Speech Bubbles */
.speech-bubbles {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 5;
    opacity: 0;
    transition: opacity 0.6s ease 0.8s;
}

.speech-bubbles.visible {
    opacity: 1;
}

.speech-bubble {
    background: var(--frosted-white);
    color: var(--ink-black);
    border: 4px solid var(--ink-black);
    border-radius: 30px;
    padding: 24px 40px;
    position: relative;
    box-shadow: 4px 4px 0 var(--electric-periwinkle);
}

.speech-bubble::after {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 20px solid var(--ink-black);
}

.speech-bubble::before {
    content: '';
    position: absolute;
    bottom: -14px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 17px solid var(--frosted-white);
    z-index: 1;
}

.bubble-main {
    margin-bottom: 50px;
}

.bubble-sub {
    padding: 16px 32px;
}

.bubble-sub::after,
.bubble-sub::before {
    display: none;
}

.kinetic-title {
    font-family: var(--font-display);
    letter-spacing: 0.04em;
    line-height: 1.1;
}

.bubble-main .kinetic-title {
    font-size: 96px;
    color: var(--ink-black);
    text-shadow: 3px 3px 0 var(--electric-periwinkle);
}

.subtitle-text {
    font-family: var(--font-body);
    font-size: 20px;
    font-weight: 400;
    color: var(--twilight-indigo);
    line-height: 1.6;
}

/* Pop Bursts */
.pop-burst {
    position: absolute;
    font-family: var(--font-display);
    font-size: 42px;
    letter-spacing: 0.04em;
    color: var(--amber-orb);
    text-shadow: 3px 3px 0 var(--ink-black);
    transform: rotate(-12deg);
    opacity: 0;
    animation: burstIn 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
    z-index: 15;
    pointer-events: none;
}

.pop-burst.visible {
    opacity: 1;
}

.burst-1 { top: 15%; right: 18%; transform: rotate(12deg); }
.burst-2 { bottom: 20%; left: 15%; transform: rotate(-8deg); }
.burst-3 { top: 12%; right: 10%; transform: rotate(15deg); }
.burst-4 { bottom: 15%; left: 8%; transform: rotate(-10deg); }
.burst-5 { top: 18%; left: 12%; transform: rotate(10deg); }

@keyframes burstIn {
    0% { transform: scale(0) rotate(var(--burst-rotate, -12deg)); opacity: 0; }
    60% { transform: scale(1.2) rotate(var(--burst-rotate, -12deg)); opacity: 1; }
    100% { transform: scale(1) rotate(var(--burst-rotate, -12deg)); opacity: 1; }
}

/* ==================================
   PANELS 2-4: STORY CORRIDOR
   ================================== */
.story-frame {
    padding: 40px;
}

.comic-frame {
    width: 85%;
    max-width: 900px;
    min-height: 60vh;
    border: 6px solid var(--ink-black);
    border-radius: 16px;
    background: rgba(27, 31, 75, 0.7);
    box-shadow: 4px 4px 0 var(--electric-periwinkle);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
    position: relative;
    z-index: 3;
    backdrop-filter: blur(4px);
}

.frame-content {
    text-align: center;
    opacity: 0;
    transform: translateX(60px);
    transition: opacity 0.8s ease, transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.frame-content.in-view {
    opacity: 1;
    transform: translateX(0);
}

.bubble-story {
    display: inline-block;
    text-align: center;
    max-width: 600px;
}

.bubble-story .kinetic-title {
    font-size: 56px;
    color: var(--ink-black);
    text-shadow: 2px 2px 0 var(--electric-periwinkle);
    margin-bottom: 20px;
}

.story-text {
    font-family: var(--font-body);
    font-size: 18px;
    line-height: 1.6;
    color: var(--twilight-indigo);
    font-weight: 400;
}

/* ==================================
   PANELS 5-6: HUD DASHBOARD
   ================================== */
.panel-hud {
    background: transparent;
}

/* Crosshair */
.crosshair {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
}

.crosshair::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, rgba(168, 218, 220, 0.08) 20%, rgba(168, 218, 220, 0.08) 80%, transparent 100%);
}

.crosshair::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    width: 1px;
    height: 100%;
    background: linear-gradient(180deg, transparent 0%, rgba(168, 218, 220, 0.08) 20%, rgba(168, 218, 220, 0.08) 80%, transparent 100%);
}

/* HUD Arcs */
.hud-arc {
    position: absolute;
    width: 300px;
    height: 300px;
    z-index: 1;
    pointer-events: none;
}

.hud-arc-1 {
    top: 5%;
    right: 5%;
    animation: arcRotate 20s linear infinite;
}

.hud-arc-2 {
    bottom: 5%;
    left: 5%;
    animation: arcRotate 25s linear infinite reverse;
}

.hud-arc-3 {
    top: 50%;
    right: 8%;
    transform: translateY(-50%);
    animation: arcRotate 18s linear infinite;
}

.arc-segment {
    fill: none;
    stroke: var(--cerulean-dream);
    stroke-width: 1;
    stroke-dasharray: 40 20 80 30;
    opacity: 0.3;
}

.arc-inner {
    stroke: var(--electric-periwinkle);
    stroke-dasharray: 30 50 20 40;
    opacity: 0.2;
}

@keyframes arcRotate {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.hud-arc-3 {
    animation: arcRotate3 18s linear infinite;
}

@keyframes arcRotate3 {
    from { transform: translateY(-50%) rotate(0deg); }
    to { transform: translateY(-50%) rotate(360deg); }
}

/* HUD Grid */
.hud-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    padding: 40px;
    max-width: 1000px;
    z-index: 5;
    position: relative;
}

.hud-grid-quotes {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    max-width: 800px;
}

.hud-grid-quotes .ring-gauge {
    grid-column: 1 / -1;
    justify-self: center;
}

/* HUD Readout Panels */
.hud-readout {
    background: rgba(27, 31, 75, 0.6);
    border: 1px solid rgba(168, 218, 220, 0.2);
    border-radius: 12px;
    padding: 32px 24px;
    text-align: center;
    position: relative;
    backdrop-filter: blur(6px);
    transition: transform 0.2s ease-out, box-shadow 0.2s ease-out;
}

.hud-readout:hover {
    box-shadow: 0 0 20px rgba(108, 99, 255, 0.2);
}

/* Bracket Corners */
.bracket-corner {
    position: absolute;
    width: 16px;
    height: 16px;
    border-color: var(--cerulean-dream);
    border-style: solid;
    border-width: 0;
    opacity: 0.5;
}

.bracket-corner.tl {
    top: -1px;
    left: -1px;
    border-top-width: 2px;
    border-left-width: 2px;
    border-top-left-radius: 4px;
}

.bracket-corner.tr {
    top: -1px;
    right: -1px;
    border-top-width: 2px;
    border-right-width: 2px;
    border-top-right-radius: 4px;
}

.bracket-corner.bl {
    bottom: -1px;
    left: -1px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-bottom-left-radius: 4px;
}

.bracket-corner.br {
    bottom: -1px;
    right: -1px;
    border-bottom-width: 2px;
    border-right-width: 2px;
    border-bottom-right-radius: 4px;
}

.hud-label {
    display: block;
    font-family: var(--font-accent);
    font-size: 11px;
    color: var(--cerulean-dream);
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.hud-value {
    display: block;
    font-family: var(--font-display);
    font-size: 56px;
    color: var(--radar-blip);
    letter-spacing: 0.04em;
    line-height: 1.1;
    text-shadow: 0 0 20px rgba(57, 255, 133, 0.3);
}

.hud-unit {
    display: block;
    font-family: var(--font-accent);
    font-size: 10px;
    color: rgba(168, 218, 220, 0.6);
    margin-top: 8px;
    text-transform: uppercase;
}

/* HUD Quote Panels */
.hud-quote-text {
    font-family: var(--font-body);
    font-size: 16px;
    line-height: 1.6;
    color: var(--frosted-white);
    font-style: italic;
    margin: 8px 0;
    border-left: none;
    padding: 0;
}

/* Ring Gauge */
.ring-gauge {
    position: relative;
    width: 160px;
    height: 160px;
    transition: transform 0.2s ease-out;
}

.ring-gauge svg {
    width: 100%;
    height: 100%;
}

.gauge-track {
    fill: none;
    stroke: rgba(168, 218, 220, 0.1);
    stroke-width: 6;
}

.gauge-fill {
    fill: none;
    stroke: var(--electric-periwinkle);
    stroke-width: 6;
    stroke-linecap: round;
    stroke-dasharray: 440;
    stroke-dashoffset: 440;
    transform: rotate(-90deg);
    transform-origin: center;
    transition: stroke-dashoffset 2s ease-out;
}

.gauge-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.gauge-percent {
    font-family: var(--font-display);
    font-size: 36px;
    color: var(--electric-periwinkle);
    letter-spacing: 0.04em;
    display: block;
}

/* ==================================
   PANEL 7: MESSAGE CHAMBER
   ================================== */
.panel-chamber {
    background: transparent;
    overflow: hidden;
}

#bottle-container {
    position: relative;
    z-index: 5;
    animation: bottleBob 5s ease-in-out infinite;
}

@keyframes bottleBob {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-20px); }
}

.bottle {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.bottle-neck {
    width: 50px;
    height: 50px;
    background: linear-gradient(180deg, rgba(108, 99, 255, 0.4) 0%, rgba(108, 99, 255, 0.6) 100%);
    border: 4px solid var(--ink-black);
    border-bottom: none;
    border-radius: 8px 8px 0 0;
    position: relative;
    z-index: 2;
}

.bottle-neck::before {
    content: '';
    position: absolute;
    top: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 10px;
    background: var(--cerulean-dream);
    border: 3px solid var(--ink-black);
    border-radius: 4px;
}

.bottle-body {
    width: 280px;
    min-height: 360px;
    background: linear-gradient(180deg, rgba(108, 99, 255, 0.15) 0%, rgba(27, 31, 75, 0.6) 100%);
    border: 4px solid var(--ink-black);
    border-radius: 20px 20px 60px 60px;
    padding: 40px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    box-shadow: 4px 4px 0 var(--electric-periwinkle), 0 0 60px rgba(108, 99, 255, 0.15);
    backdrop-filter: blur(8px);
    overflow: hidden;
}

.bottle-shine {
    position: absolute;
    top: 0;
    left: 20px;
    width: 3px;
    height: 70%;
    background: linear-gradient(180deg, rgba(240, 244, 255, 0.3) 0%, transparent 100%);
    border-radius: 2px;
    pointer-events: none;
    z-index: 10;
}

.bottle-message {
    text-align: center;
    z-index: 2;
}

.bottle-message .kinetic-title {
    font-size: 48px;
    color: var(--frosted-white);
    text-shadow: 2px 2px 0 var(--ink-black);
    margin-bottom: 16px;
}

.chamber-text {
    font-family: var(--font-body);
    font-size: 15px;
    line-height: 1.7;
    color: rgba(240, 244, 255, 0.85);
    margin-bottom: 12px;
}

.chamber-sign {
    font-family: var(--font-display);
    font-size: 20px;
    color: var(--amber-orb);
    letter-spacing: 0.04em;
    margin-top: 20px;
}

/* Mini Bottles */
.mini-bottle {
    position: absolute;
    z-index: 2;
    opacity: 0.6;
}

.mini-bottle svg {
    width: 32px;
    height: 52px;
}

.mini-1 {
    top: 15%;
    left: 12%;
    animation: bottleBob 7s ease-in-out infinite;
    animation-delay: -1s;
}

.mini-2 {
    bottom: 20%;
    right: 15%;
    animation: bottleBob 6s ease-in-out infinite;
    animation-delay: -3s;
}

.mini-3 {
    top: 60%;
    left: 80%;
    animation: bottleBob 8s ease-in-out infinite;
    animation-delay: -5s;
}

/* ==================================
   KINETIC TYPOGRAPHY
   ================================== */
.kinetic-title .char {
    display: inline-block;
    opacity: 0;
    transform: translateY(20px) scale(0.8);
    animation: charPop 0.4s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}

@keyframes charPop {
    0% { opacity: 0; transform: translateY(20px) scale(0.8); }
    100% { opacity: 1; transform: translateY(0) scale(1); }
}

/* Pulse animation for key phrases */
.pulse-text {
    animation: textPulse 2s ease-in-out infinite;
}

@keyframes textPulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.03); }
}

/* ==================================
   RESPONSIVE ADJUSTMENTS
   ================================== */
@media (max-width: 768px) {
    .bubble-main .kinetic-title {
        font-size: 60px;
    }

    .bubble-story .kinetic-title {
        font-size: 36px;
    }

    .cap-outer {
        width: 150px;
        height: 150px;
    }

    .cap-inner {
        width: 100px;
        height: 100px;
    }

    .cap-text {
        font-size: 24px;
    }

    .hud-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 20px;
    }

    .hud-grid-quotes {
        grid-template-columns: 1fr;
    }

    .hud-value {
        font-size: 40px;
    }

    .comic-frame {
        width: 92%;
        padding: 24px;
        min-height: 50vh;
    }

    .bottle-body {
        width: 220px;
        min-height: 280px;
        padding: 30px 20px;
    }

    .bottle-message .kinetic-title {
        font-size: 36px;
    }

    .pop-burst {
        font-size: 28px;
    }

    .hud-arc {
        width: 180px;
        height: 180px;
    }
}
