@import"https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;800&display=swap";*{box-sizing:border-box}html,body,#root{margin:0;width:100%;height:100%}body{background:#090909 radial-gradient(1200px 800px at 76% 72%,#0f0f0f,#0a0a0a 55%,#070707);font-family:Open Sans,sans-serif}:root{--gutter: clamp(24px, 4vw, 72px);--nav-pad: clamp(18px, 3.2vh, 32px);--slot-h: 44px;--panel-w: 340px;--h1: clamp(30px, 7.6vw, 72px)}.page{min-height:100vh;min-height:100dvh;max-width:1800px;margin:0 auto;display:grid;grid-template-rows:auto 1fr auto}.site-nav{position:relative;z-index:2;padding:var(--nav-pad) var(--gutter);display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:flex;align-items:center;gap:8px;text-decoration:none}.brand-mark{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:2.45px;background:#fbbf24;color:#0f0e0a;font-family:Segoe UI,Open Sans,sans-serif;font-weight:700;font-size:9.82px;line-height:1}.brand-word{color:#fff;font-size:12px;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.nav-control{position:relative;display:flex;align-items:center;justify-content:flex-end;min-height:var(--slot-h)}.stage-panel{position:absolute;top:calc(100% + 12px);right:0;width:var(--panel-w);max-width:calc(100vw - 2 * var(--gutter));max-height:calc(100dvh - var(--nav-pad) - var(--slot-h) - 28px);overflow-y:auto;padding:22px 24px 24px;background:#222221;border:1px solid #494844;border-radius:8px;box-shadow:0 18px 48px #00000080;text-align:left}.stage h2{margin:0;color:#eeeeec;font-size:16px;font-weight:600;line-height:1.45}.support{margin:8px 0 0;color:#ffffff8c;font-size:14px;line-height:1.6}.hero{min-width:0;padding:28px var(--gutter) 56px;display:grid;grid-template-columns:minmax(0,1fr);row-gap:36px;align-content:start}.hero h1{margin:0 0 0 -.045em;color:#fff;font-size:var(--h1);font-weight:800;line-height:1;letter-spacing:-.025em}.hero-copy{margin:0;max-width:27em;text-wrap:balance;color:#ffffffb3;font-size:16px;line-height:1.65}.hero-brand{color:#fbbf24;font-weight:600}.shot-stack{--shot-out: -8%;position:relative;isolation:isolate;width:100%;aspect-ratio:1.752}.shot-stack:before{content:"";position:absolute;z-index:-1;inset:-18% max(-5%,calc(4px - var(--gutter))) -12% -10%;background:radial-gradient(ellipse at 54% 46%,#fbbf2438,#fbbf2416 40%,#fbbf2400 72%);filter:blur(28px);pointer-events:none}.shot-card{position:absolute;left:0;bottom:0;width:72.46%;aspect-ratio:1920 / 1200;overflow:hidden;border-radius:8px;border:1px solid rgba(255,255,255,.18);background:#121212;box-shadow:0 36px 70px -24px #000000e6,0 12px 26px -12px #000000b3;transform-origin:center;will-change:transform;transition:transform .6s cubic-bezier(.4,0,.1,1) .2s}.shot-card img{display:block;width:100%;height:100%;filter:brightness(1.12) contrast(1.02)}.shot-card:after{content:"";position:absolute;inset:0;background:#ffffff0f;pointer-events:none}.shot-shade{position:absolute;inset:0;background:#060606;opacity:0;pointer-events:none;transition:opacity .6s cubic-bezier(.4,0,.1,1) .2s}.shot-card.is-slot-0{z-index:3;transform:none}.shot-card.is-slot-1{z-index:2;transform:translate(22%,-16%) rotate(1.4deg) scale(.94)}.shot-card.is-slot-1 .shot-shade{opacity:.2}.shot-card.is-slot-2{z-index:1;transform:translate(44%,-32%) rotate(2.8deg) scale(.88)}.shot-card.is-slot-2 .shot-shade{opacity:.36}.shot-card.is-returning{transition:none;animation:shot-to-back .82s both}.shot-card.is-returning .shot-shade{transition:opacity .28s ease-out}@keyframes shot-to-back{0%{transform:none;z-index:4;animation-timing-function:cubic-bezier(.33,0,.2,1)}38%{transform:translate(var(--shot-out),-4%) rotate(-3deg) scale(.88);z-index:4;animation-timing-function:cubic-bezier(.45,0,.15,1)}38.2%{z-index:1}to{transform:translate(44%,-32%) rotate(2.8deg) scale(.88);z-index:1}}@media(prefers-reduced-motion:reduce){.shot-card,.shot-shade,.shot-card.is-returning .shot-shade{transition:none}.shot-card.is-returning{animation:none}}@media(min-width:1024px)and (min-height:640px){:root{--h1: clamp( 44px, min(5.4vw, 8.8vh, calc((100vw - 2 * var(--gutter) - var(--panel-w) - 40px) / 10)), 96px )}.page{height:100vh;height:100dvh}.hero{min-height:0;padding:clamp(4px,1.6vh,20px) var(--gutter) clamp(12px,2.8vh,30px);grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);grid-template-rows:auto minmax(0,1fr);column-gap:clamp(40px,5vw,96px);row-gap:clamp(28px,4.5vh,56px);align-content:stretch}.hero h1{grid-column:1 / -1;white-space:nowrap}.hero-copy{align-self:end;font-size:clamp(15px,1.95vh,18px)}.hero-visual{container-type:size;min-width:0;min-height:0;display:flex;align-items:flex-end;justify-content:flex-end}.shot-stack{--shot-out: -30%;width:min(100cqw,calc((100cqh - 20px)*1.752),48vw,900px)}}.choice{margin-top:18px;display:flex;align-items:center;gap:10px;color:#ffffffb3;font-size:14px;cursor:pointer;-webkit-user-select:none;user-select:none}.choice input{appearance:none;margin:0;width:16px;height:16px;border:1px solid #3b3a37;background:transparent;cursor:pointer;display:grid;place-content:center}.choice input:checked{background:#fbbf24;border-color:#fbbf24}.choice input:checked:after{content:"";width:9px;height:5px;border-left:2px solid #1a1503;border-bottom:2px solid #1a1503;transform:rotate(-45deg) translate(1px,-1px)}.actions{margin-top:20px;display:flex;justify-content:flex-start}.cta-stack{display:flex;flex-direction:row;align-items:center;justify-content:flex-end}.choice-slot{display:flex;align-items:center}.choice-slot .choice{margin-top:0;margin-right:24px;white-space:nowrap}.cta-zone{width:220px;height:44px;flex:none;display:flex;align-items:center;justify-content:center}.cta-zone .spin{margin:0}.cta{appearance:none;border:0;border-radius:4px;width:220px;height:44px;padding:0;background:#fbbf24;color:#1a1503;font:inherit;font-size:15px;font-weight:600;letter-spacing:.04em;cursor:pointer}.cta:hover{filter:brightness(1.06)}.cta-resolved{display:flex;align-items:center;justify-content:center;box-sizing:border-box;background:transparent;border:1px solid #3b3a37;color:#7a776f;cursor:default;-webkit-user-select:none;user-select:none}.cta-resolved:hover{filter:none}.cta-inactive{display:flex;align-items:center;justify-content:center;background:transparent;border:1px solid #3b3a37;color:#fff;cursor:default;-webkit-user-select:none;user-select:none}.cta-inactive:hover{filter:none}.cta-anchor{display:flex;align-items:center;justify-content:center;background:transparent;border:1px solid #fbbf24;color:#fbbf24;cursor:default;-webkit-user-select:none;user-select:none}.cta-anchor:hover{filter:none}.actions button{appearance:none;border:0;border-radius:4px;padding:12px 30px;background:#fbbf24;color:#1a1503;font:inherit;font-size:15px;font-weight:600;letter-spacing:.04em;cursor:pointer}.actions button:hover{filter:brightness(1.06)}.spin{width:22px;height:22px;border-radius:50%;border:2px solid #3b3a37;border-top-color:#fbbf24;animation:spin .8s linear infinite;margin:16px 0 0}@keyframes spin{to{transform:rotate(360deg)}}.bar{height:3px;background:#3b3a37;overflow:hidden;position:relative;margin:18px 0 6px;width:100%}.bar:after{content:"";position:absolute;top:0;bottom:0;width:40%;background:#fbbf24;animation:slide 1.2s ease-in-out infinite}@keyframes slide{0%{left:-40%}to{left:100%}}.site-footer{padding:0 var(--gutter) clamp(14px,2.4vh,24px);text-align:left}.site-footer a{color:#ffffff59;font-size:12px;letter-spacing:.04em;text-decoration:none;margin:0 24px 0 0}.site-footer a:hover{color:#ffffffb3}.modal-backdrop{position:fixed;z-index:10;inset:0;background:#0009;display:flex;align-items:center;justify-content:center;padding:24px}.modal{width:100%;max-width:400px;background:#191918;border:1px solid #2a2a28;border-radius:12px;padding:28px 28px 22px;text-align:left;box-shadow:0 24px 60px #00000073}.modal h2{margin:0 0 10px;color:#eeeeec;font-size:18px;font-weight:600}.modal p{margin:0;color:#ffffff8c;font-size:14px;line-height:1.6}.modal-choice{margin-top:18px}.modal p.modal-warning{margin-top:14px;color:#ef4444}.modal-actions{margin-top:24px;display:flex;justify-content:space-between;align-items:center}.modal-cancel{background:transparent;border:1px solid #fbbf24;color:#fbbf24;border-radius:4px;padding:8px 18px;font:inherit;font-size:14px;cursor:pointer}.modal-cancel:hover{background:#fbbf241a}.modal-remove{background:transparent;border:none;color:#ef4444;padding:8px 12px;font:inherit;font-size:14px;font-weight:600;cursor:pointer}.modal-remove:hover{color:#f87171}@media(min-width:1152px)and (min-height:640px){.shot-stack{--shot-out: -40%}}@media(min-width:1366px)and (min-height:640px){.shot-stack{--shot-out: -50%}}@media(max-width:480px){.site-nav{gap:16px}.cta-zone,.cta{width:184px}.cta{font-size:14px;letter-spacing:.02em}}
