:root{color-scheme:dark;--bg: #050505;--panel: #101010;--panel-strong: #171717;--line: rgba(255, 255, 255, .12);--text: #f7f7f7;--muted: #a3a3a3;--red: #e50914;--red-hot: #ff2d38}*{box-sizing:border-box}html{min-width:320px;background:var(--bg);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}body{min-height:100vh;margin:0;background:radial-gradient(circle at 20% 0%,rgba(229,9,20,.22),transparent 30rem),linear-gradient(135deg,rgba(229,9,20,.1),transparent 22rem),var(--bg);color:var(--text)}a{color:inherit}button,a{-webkit-tap-highlight-color:transparent}:focus-visible{outline:2px solid var(--red-hot);outline-offset:3px}.shell{width:min(1180px,calc(100% - 32px));margin:0 auto}.site-header{position:sticky;top:0;z-index:20;border-bottom:1px solid var(--line);background:#050505d1;backdrop-filter:blur(18px)}.nav{display:flex;align-items:center;justify-content:space-between;min-height:74px;gap:18px}.brand{display:inline-flex;align-items:center;gap:12px;text-decoration:none;font-weight:900;letter-spacing:0}.brand-mark{display:grid;width:38px;height:38px;place-items:center;border:1px solid rgba(255,45,56,.55);border-radius:8px;background:linear-gradient(135deg,var(--red),#1a0002);box-shadow:0 0 34px #e509145c}.brand-mark svg,.icon{width:20px;height:20px}.nav-actions{display:flex;align-items:center;gap:10px}.button{display:inline-flex;align-items:center;justify-content:center;min-height:42px;gap:9px;border:1px solid var(--line);border-radius:8px;padding:0 14px;background:#ffffff0f;color:var(--text);font:inherit;font-weight:800;text-decoration:none;cursor:pointer;transition:border-color .2s ease,background .2s ease,color .2s ease}.button:hover{border-color:#ff2d38b8;background:#e509142e}.button.primary{border-color:#ff2d38cc;background:var(--red)}.hero{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:24px;align-items:stretch;padding:32px 0 24px}.stage{overflow:hidden;min-height:clamp(420px,68vh,760px);border:1px solid rgba(255,45,56,.22);border-radius:8px;background:#000;box-shadow:0 30px 90px #0000008c}.stage-media{width:100%;height:100%;min-height:inherit;object-fit:contain;background:#000;display:block}.info-panel{display:flex;flex-direction:column;justify-content:space-between;min-height:420px;border:1px solid var(--line);border-radius:8px;padding:24px;background:linear-gradient(180deg,rgba(229,9,20,.15),transparent 44%),var(--panel)}.eyebrow{margin:0 0 12px;color:var(--red-hot);font-size:.76rem;font-weight:900;letter-spacing:.14em;text-transform:uppercase}h1{max-width:10ch;margin:0;font-size:clamp(3.35rem,9vw,7.8rem);line-height:.86;letter-spacing:0;text-transform:uppercase}.info-panel h1{font-size:clamp(3rem,7vw,5.25rem)}.meta{display:grid;gap:10px;margin:24px 0;color:var(--muted)}.meta strong{color:var(--text)}.copy-row{display:flex;gap:10px}.copy-input{min-width:0;flex:1;border:1px solid var(--line);border-radius:8px;padding:0 12px;background:#00000059;color:var(--muted);font:inherit}.section-title{display:flex;align-items:end;justify-content:space-between;gap:20px;padding:22px 0 14px}.section-title h2{margin:0;font-size:clamp(1.8rem,4vw,3.35rem);line-height:.95;text-transform:uppercase}.count{color:var(--muted);font-weight:800}.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(210px,1fr));gap:14px;padding:0 0 54px}.tile{overflow:hidden;border:1px solid var(--line);border-radius:8px;background:var(--panel);text-decoration:none;cursor:pointer;transition:transform .2s ease,border-color .2s ease,background .2s ease}.tile:hover{transform:translateY(-3px);border-color:#ff2d38b3;background:var(--panel-strong)}.thumb{aspect-ratio:4 / 3;width:100%;object-fit:cover;display:block;background:#000}.tile-body{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:13px}.tile-title{min-width:0}.tile-title strong,.tile-title span{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tile-title span{margin-top:3px;color:var(--muted);font-size:.86rem}.type-badge{flex:0 0 auto;border:1px solid rgba(255,45,56,.55);border-radius:999px;padding:5px 9px;color:var(--red-hot);font-size:.72rem;font-weight:900;text-transform:uppercase}.empty{margin:80px auto;max-width:560px;text-align:center}.empty h1{max-width:none}@media(max-width:900px){.hero{grid-template-columns:1fr}.info-panel{min-height:auto}}@media(max-width:620px){.shell{width:min(100% - 22px,1180px)}.nav{min-height:66px}.brand span:last-child,.hide-mobile{display:none}.hero{padding-top:18px}.stage{min-height:58vh}.copy-row{flex-direction:column}.grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.tile-body{align-items:flex-start;flex-direction:column}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
