*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--bg:#0f0f0f;--surface:#1a1a1a;--border:#2a2a2a;--accent:#f5a800;--text:#f0f0f0;--text-muted:#f0f0f0}html{scroll-behavior:smooth;font-size:16px}body{background-color:var(--bg);color:var(--text);flex-direction:column;min-height:100dvh;font-family:Inter,system-ui,sans-serif;display:flex}#app{flex-direction:column;min-height:100dvh;display:flex}.notice-banner{border-bottom:1px solid var(--accent);width:100%;color:var(--accent);text-align:center;letter-spacing:.02em;background:#1a1400;padding:.5rem 1.5rem;font-size:.8rem}.topbar{z-index:100;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border);background:#0f0f0fd9;justify-content:space-between;align-items:center;padding:.75rem 1.5rem;display:flex;position:sticky;top:0}.topbar-title{letter-spacing:.06em;color:var(--accent);font-family:Fredoka,sans-serif;font-size:1.25rem;font-weight:900}header{text-align:center;padding:4rem 1.5rem 2rem}header h1{letter-spacing:.04em;color:var(--accent);text-shadow:0 2px 12px #000c;font-family:Fredoka,sans-serif;font-size:clamp(3.5rem,10vw,8rem);font-weight:700;line-height:1}.tagline{color:var(--text-muted);margin-top:1rem;max-width:600px;margin-inline:auto;font-size:clamp(.95rem,2vw,1.1rem);line-height:1.65}main{flex-direction:column;flex:1;gap:3.5rem;width:100%;max-width:860px;margin:0 auto;padding:0 1.5rem 4rem;display:flex}.video-section{flex-direction:column;gap:1.75rem;margin-top:1.5rem;display:flex}.video-wrapper{aspect-ratio:16/9;border:1px solid var(--border);width:100%;box-shadow:0 0 0 1px var(--border), 0 8px 40px #0009;border-radius:10px;position:relative;overflow:hidden}.video-wrapper video{width:100%;height:100%;display:block;position:absolute;inset:0}.video-controls{opacity:0;background:linear-gradient(#0000,#000000d9);align-items:center;gap:.75rem;padding:.6rem .85rem;transition:opacity .2s;display:flex;position:absolute;bottom:0;left:0;right:0}.video-wrapper:hover .video-controls,.video-wrapper:focus-within .video-controls{opacity:1}.play-btn,.fullscreen-btn{color:var(--text);cursor:pointer;opacity:.9;background:0 0;border:none;flex-shrink:0;align-items:center;padding:0;transition:opacity .15s;display:flex}.play-btn:hover,.fullscreen-btn:hover{opacity:1}.play-btn svg{width:1.1rem;height:1.1rem}.fullscreen-btn svg{width:1rem;height:1rem}.time-current,.time-duration{color:var(--text);font-variant-numeric:tabular-nums;-webkit-user-select:none;user-select:none;flex-shrink:0;font-size:.75rem}.scrubber-track{cursor:pointer;background:#fff3;border-radius:2px;flex:1;height:4px;position:relative}.scrubber-track:hover .scrubber-thumb{transform:translate(-50%)scale(1)}.scrubber-fill{background:var(--accent);pointer-events:none;border-radius:2px;width:0%;height:100%}.scrubber-thumb{background:var(--accent);pointer-events:none;border-radius:50%;width:12px;height:12px;transition:transform .1s;position:absolute;top:50%;left:0%;transform:translate(-50%)scale(0)}.video-caption{color:var(--text-muted);text-align:center;font-size:.875rem}.description{text-align:center;flex-direction:column;gap:1.25rem;display:flex}.description h2{letter-spacing:.06em;color:#ff424d;text-shadow:0 2px 12px #000c;font-family:Fredoka,sans-serif;font-size:clamp(2rem,5vw,3rem)}.description p{color:var(--text-muted);max-width:540px;margin-inline:auto;font-size:clamp(.95rem,2vw,1.05rem);line-height:1.7}.characters-wrapper{border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:#1e1e1e;width:100vw;padding:3.5rem 1.5rem;position:relative;left:50%;transform:translate(-50%)}.characters{flex-direction:column;gap:2rem;max-width:860px;margin:0 auto;display:flex}.characters h2{letter-spacing:.06em;color:var(--accent);text-align:center;text-shadow:0 2px 12px #000c;font-family:Fredoka,sans-serif;font-size:clamp(2rem,5vw,3rem)}.character-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;display:grid}.character-card{background:var(--surface);border:1px solid var(--border);border-radius:10px;flex-direction:column;display:flex;overflow:hidden}.character-card img{width:100%;height:auto;display:block}.character-info{flex-direction:column;gap:.4rem;padding:1.25rem 1.5rem 1.5rem;display:flex}.character-info h3{letter-spacing:.05em;color:var(--text);text-shadow:0 2px 8px #000c;font-family:Fredoka,sans-serif;font-size:1.75rem}.character-role{letter-spacing:.1em;text-transform:uppercase;color:var(--accent);margin-bottom:.4rem;font-size:.8rem;font-weight:500}.character-info p:last-child{color:var(--text);font-size:.95rem;line-height:1.65}.patreon-btn{color:#fff;letter-spacing:.02em;background:#ff424d;border-radius:6px;align-self:center;align-items:center;gap:.5rem;width:fit-content;margin-top:.5rem;padding:.45rem 1rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:opacity .2s,transform .1s;display:inline-flex}.patreon-btn:hover{opacity:.88}.patreon-btn:active{transform:scale(.97)}.patreon-logo{fill:#fff;flex-shrink:0;width:1.1em;height:1.1em}footer{text-align:center;color:var(--text-muted);border-top:1px solid var(--border);padding:2rem 1.5rem;font-size:.8rem}
