:root{--bg: #0f172a;--bg-2: #1e293b;--bg-3: #334155;--text: #f1f5f9;--text-2: #cbd5e1;--border: #475569;--accent: #3b82f6;--accent-2: #2563eb;--error: #ef4444;color-scheme:dark}*{box-sizing:border-box;margin:0;padding:0}html,body{background:var(--bg);color:var(--text)}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.5;min-height:100vh;-webkit-font-smoothing:antialiased}h1{font-size:1.5rem;font-weight:700}h2{font-size:1.25rem;font-weight:600;margin-bottom:1rem}button,select,input{font:inherit;color:inherit;min-height:48px;border-radius:8px;border:1px solid var(--border);background:var(--bg-2);padding:0 1rem}button{cursor:pointer}button:disabled{opacity:.6;cursor:default}:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.primary{background:var(--accent);border-color:var(--accent);font-weight:600}.primary:hover{background:var(--accent-2)}.ghost:hover{background:var(--bg-3)}.error{color:var(--error);min-height:1.5rem}.gate{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.5rem;padding:1rem;text-align:center}.gate-form{display:flex;flex-direction:column;gap:.75rem;width:100%;max-width:320px}.topbar{position:sticky;top:0;z-index:1;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem;padding:.75rem 1rem;background:#0f172aeb;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--border)}.controls{display:flex;gap:.5rem;align-items:center}.count{color:var(--text-2);font-size:.875rem;padding:.75rem 1rem 0}.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem;padding:1rem}.card{display:flex;flex-direction:column;align-items:flex-start;gap:.35rem;text-align:left;padding:1rem;min-height:48px;transition:transform .15s ease,border-color .15s ease,background .15s ease}.card:hover{background:var(--bg-3);border-color:var(--accent);transform:translateY(-2px)}.card.unavailable{opacity:.55}.card-title{font-weight:600}.card-meta{color:var(--text-2);font-size:.875rem}.card-desc{color:var(--text-2);font-size:.8rem;white-space:pre-line;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.badge{font-size:.75rem;color:var(--error)}.player{max-width:1200px;margin:0 auto;padding:1rem}.back{margin-right:auto}.player-layout{display:grid;grid-template-columns:2fr 1fr;gap:1.5rem;align-items:start}.video-wrap{background:#000;border-radius:8px;overflow:hidden}video{display:block;width:100%;aspect-ratio:4 / 3;max-height:80vh;background:#000}.meta{background:var(--bg-2);border:1px solid var(--border);border-radius:8px;padding:1rem;display:flex;flex-direction:column;gap:.75rem}.meta-row{display:flex;flex-direction:column;gap:.15rem}.meta-label{font-size:.75rem;font-weight:600;text-transform:uppercase;color:var(--text-2);letter-spacing:.04em}.meta-value{overflow-wrap:anywhere;white-space:pre-line}@media(max-width:800px){.player-layout,.grid{grid-template-columns:1fr}h1{font-size:1.2rem}}
