:root{--ink: #f7f7f2;--muted: #b6b8af;--soft-muted: #7e827b;--surface: #151a16;--line: rgba(247, 247, 242, .14);--accent: #d9ff7f;--accent-ink: #17200b;--focus: #f6ffe0;--shadow: rgba(0, 0, 0, .46);--bezel: 12px}*{box-sizing:border-box;margin:0;padding:0}html,body{height:100%;background:#0a0d0b;color:var(--ink);font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}body{background:radial-gradient(120% 130% at 50% -10%,#12160f,#090b09 52%,#030403);display:grid;overflow:hidden;place-items:center}button{border:0;color:inherit;font:inherit}.tv{align-items:center;display:flex;flex-direction:column;transform:scale(var(--tv-scale, 1))}.tv-screen{aspect-ratio:16 / 9;background:#000;border-radius:16px;box-shadow:0 0 0 var(--bezel) #10130f,0 0 0 calc(var(--bezel) + 1px) #f7f7f21f,0 30px 90px #000000b3,0 0 140px #d9ff7f0d;container-type:size;overflow:hidden;position:relative;width:1920px}.tv-screen:fullscreen{border-radius:0;box-shadow:none;height:100%;width:100%}#app{height:100%;overflow-x:hidden;overflow-y:auto;scrollbar-width:none}#app::-webkit-scrollbar{display:none}.screen{min-height:100%;padding:2.8cqh 4.7cqw 5cqh}.app-header{align-items:center;display:flex;justify-content:space-between;min-height:5.2cqh;position:relative;z-index:4}.brand{color:var(--ink);font-size:clamp(1rem,1.32cqw,1.35rem);font-weight:800;letter-spacing:0}.app-header-note,.eyebrow{color:var(--muted);font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:clamp(.6rem,.72cqw,.72rem);font-weight:500;letter-spacing:.08em;text-transform:uppercase}.app-header-note{color:var(--soft-muted)}[data-focus]{cursor:pointer;outline:0;position:relative;transition:box-shadow .16s ease,transform .16s ease,border-color .16s ease}[data-focus].focused{box-shadow:0 0 0 3px var(--focus),0 0 0 7px #d9ff7f57,0 18px 40px var(--shadow);transform:scale(1.035);z-index:3}.home{background:#0c100d}.home-content{margin-top:3.1cqh}.hero-stage.focused{transform:scale(1.008)}.hero-stage{background:var(--surface);min-height:min(57.5cqh,660px);overflow:hidden;position:relative}.hero-image{height:100%;inset:0;object-fit:cover;position:absolute;width:100%}.hero-shade,.slideshow-vignette{background:linear-gradient(90deg,#050806d1,#05080661 46%,#0508060a 76%),linear-gradient(0deg,rgba(5,8,6,.62),transparent 45%);inset:0;pointer-events:none;position:absolute}.hero-content{bottom:clamp(2rem,6cqh,5.7rem);max-width:min(48rem,67cqw);position:absolute;left:clamp(1.4rem,4.3cqw,5rem);z-index:1}.hero-content h1,.browse-heading h1,.empty-home h1{font-size:clamp(2.3rem,4.45cqw,5rem);font-weight:800;letter-spacing:0;line-height:1.04;margin-top:1.1cqh}.hero-story{color:#eef0e8;font-size:clamp(.96rem,1.22cqw,1.25rem);line-height:1.55;margin-top:1.5cqh;max-width:43rem}.hero-actions{display:flex;flex-wrap:wrap;gap:.9rem;margin-top:clamp(1.4rem,3.2cqh,2.7rem)}.action-button{align-items:center;border:1px solid transparent;border-radius:999px;display:inline-flex;font-size:clamp(.88rem,1.02cqw,1.05rem);font-weight:700;gap:.55rem;justify-content:center;letter-spacing:.01em;min-height:3.3rem;padding:.8rem 1.7rem}.action-button .button-icon{fill:currentColor;flex:none;height:1.05em;width:1.05em}.action-primary{background:linear-gradient(180deg,#e9ffa8,var(--accent));box-shadow:inset 0 1px #ffffff73,0 8px 24px #d9ff7f38;color:var(--accent-ink)}.action-secondary{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#f7f7f217;border-color:#f7f7f252;box-shadow:inset 0 1px #ffffff14;color:var(--ink)}.hero-credit{bottom:1.5rem;color:#f7f7f2c2;font-size:.72rem;position:absolute;right:1.6rem;text-shadow:0 1px 4px rgba(0,0,0,.75);z-index:1}.destination-rail{margin-top:5cqh}.section-heading{align-items:end;display:flex;justify-content:space-between;margin-bottom:1.8cqh}.section-heading h2{font-size:clamp(1.35rem,1.9cqw,2rem);line-height:1.25;margin-top:.55cqh}.section-heading>p,.browse-heading>p{color:var(--muted);font-size:clamp(.8rem,.95cqw,1rem)}.destination-track{display:grid;gap:clamp(.8rem,1.25cqw,1.5rem);grid-template-columns:repeat(5,minmax(0,1fr));padding:.5rem .7rem 1.35rem .35rem}.destination-card,.card{background:var(--surface);overflow:hidden;text-align:left}.destination-image{aspect-ratio:1.38 / 1;background:#222a24;display:block}.destination-image img,.card-img img{display:block;height:100%;object-fit:cover;width:100%}.destination-copy,.card-copy{display:flex;flex-direction:column;padding:.95rem 1rem 1.05rem}.destination-name,.card-name{font-size:clamp(.93rem,1.05cqw,1.1rem);font-weight:700;line-height:1.35}.destination-count,.card-count{color:var(--muted);font-size:.76rem;margin-top:.36rem}.empty-home{display:flex;flex-direction:column;justify-content:center;min-height:73cqh;padding-left:clamp(0rem,5cqw,5rem)}.empty-home>p:not(.eyebrow){color:var(--muted);font-size:1.05rem;line-height:1.6;margin-top:1.4rem;max-width:32rem}.empty-home .action-button{margin-top:2.2rem;width:fit-content}.browse{background:#0c100d}.browse-heading{margin:clamp(3rem,7cqh,7rem) 0 clamp(2.1rem,4.4cqh,4.5rem)}.browse-heading>p:last-child{margin-top:1.2rem}.grid{display:grid;gap:clamp(.9rem,1.4cqw,1.65rem);grid-template-columns:repeat(5,minmax(0,1fr));padding:.35rem}.card-img{aspect-ratio:1.43 / 1;background:#222a24;display:block;position:relative}.badge{background:#edb95f;color:#20180a;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.62rem;font-weight:500;left:.7rem;letter-spacing:.07em;padding:.35rem .5rem;position:absolute;text-transform:uppercase;top:.7rem}.empty{color:var(--muted);font-size:1.1rem}.slideshow{background:#000;inset:0;overflow:hidden;padding:0;position:fixed}.slideshow img.layer-a,.slideshow img.layer-b{height:100%;inset:0;object-fit:cover;opacity:0;position:absolute;transition:opacity 1.05s ease;width:100%}.slideshow img.visible{opacity:1}.slideshow-vignette{background:linear-gradient(180deg,transparent 57%,rgba(0,0,0,.7));z-index:1}.slide-info{bottom:0;left:0;max-width:min(60rem,68cqw);position:absolute;z-index:2}.info-panel{padding:5cqh 4.7cqw 4.8cqh}.info-panel h2{font-size:clamp(1.8rem,3.3cqw,3.8rem);font-weight:800;line-height:1.08;margin-top:.8cqh}.info-panel .story{font-size:clamp(.98rem,1.2cqw,1.18rem);line-height:1.58;margin-top:1.25cqh;max-width:58ch}.info-panel .meta{color:#f7f7f2c2;font-size:clamp(.75rem,.9cqw,.9rem);line-height:1.45;margin-top:1.65cqh}.attribution{bottom:2.2cqh;color:#f7f7f2b8;font-size:.68rem;position:absolute;right:4.7cqw;text-align:right;text-shadow:0 1px 4px rgba(0,0,0,.8);z-index:2}.slide-badge{left:auto;right:4.7cqw;top:7.3cqh;z-index:2}.paused-hint{color:var(--ink);font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.72rem;letter-spacing:.08em;position:absolute;right:4.7cqw;text-transform:uppercase;top:11.8cqh;z-index:2}#toast{background:#f1f2e9;bottom:6cqh;color:#141a12;font-size:.9rem;font-weight:700;left:50%;opacity:0;padding:.9rem 1.25rem;pointer-events:none;position:fixed;transform:translate(-50%,1rem);transition:opacity .18s ease,transform .18s ease;z-index:10}#toast.show{opacity:1;transform:translate(-50%)}#debug-overlay{background:#090d0ae6;border:1px solid rgba(217,255,127,.6);color:#d9ff7f;display:none;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.72rem;left:1rem;line-height:1.6;padding:.75rem .9rem;position:fixed;top:1rem;z-index:20}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition-duration:1ms!important}}
