*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #0d0d0d;--surface: #1a1a1a;--surface2: #242424;--accent: #7c3aed;--accent-hover: #6d28d9;--text: #f5f5f5;--text-muted: #999;--radius: 8px}html,body{background:var(--bg);color:var(--text);font-family:Inter,system-ui,sans-serif;min-height:100vh;-webkit-font-smoothing:antialiased}.header{position:sticky;top:0;z-index:100;background:linear-gradient(to bottom,#0d0d0d 80%,transparent);padding:20px 40px 12px}.header-inner{display:flex;align-items:baseline;gap:8px}.logo{font-size:1.6rem;font-weight:800;letter-spacing:.12em;color:var(--accent);text-transform:uppercase}.logo-version{font-size:.75rem;font-weight:600;color:var(--text-muted);letter-spacing:.1em;text-transform:uppercase}.main{padding:8px 0 60px}.category-row{margin-bottom:40px}.category-title{font-size:1.1rem;font-weight:600;color:var(--text);padding:0 40px 14px;letter-spacing:.02em}.cards-scroll{display:flex;gap:12px;overflow-x:auto;padding:4px 40px 12px;scrollbar-width:thin;scrollbar-color:var(--surface2) transparent}.cards-scroll::-webkit-scrollbar{height:4px}.cards-scroll::-webkit-scrollbar-track{background:transparent}.cards-scroll::-webkit-scrollbar-thumb{background:var(--surface2);border-radius:99px}.card{flex:0 0 auto;width:180px;background:none;border:none;cursor:pointer;text-align:left;padding:0;transition:transform .2s ease}.card:hover{transform:scale(1.06)}.card-thumb{position:relative;width:180px;height:102px;border-radius:var(--radius);overflow:hidden;background:var(--surface)}.card-thumb img{width:100%;height:100%;object-fit:cover;display:block}.card-thumb-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--surface) 0%,var(--surface2) 100%);font-size:2.5rem;font-weight:700;color:var(--accent);text-transform:uppercase}.card-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000080;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .2s ease}.card:hover .card-overlay{opacity:1}.play-icon{font-size:2rem;color:#fff;filter:drop-shadow(0 2px 6px rgba(0,0,0,.6))}.badge{position:absolute;top:6px;right:6px;font-size:.6rem;font-weight:700;letter-spacing:.05em;padding:2px 6px;border-radius:4px;text-transform:uppercase}.youtube-badge{background:red;color:#fff}.mp4-badge{background:var(--accent);color:#fff}.card-info{padding:8px 2px 0}.card-title{font-size:.82rem;font-weight:500;color:var(--text);line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.card-year{font-size:.72rem;color:var(--text-muted);margin-top:2px}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;background:#000000d9;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;padding:20px}.modal{width:100%;max-width:900px;background:var(--surface);border-radius:12px;overflow:hidden;box-shadow:0 24px 80px #000c}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid var(--surface2)}.modal-title{font-size:1rem;font-weight:600;color:var(--text)}.modal-close{background:var(--surface2);border:none;color:var(--text-muted);font-size:1rem;cursor:pointer;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background .15s,color .15s}.modal-close:hover{background:var(--accent);color:#fff}.player-wrap{position:relative;width:100%;aspect-ratio:16 / 9;background:#000}.player-wrap iframe,.player-wrap video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}@media (max-width: 640px){.header{padding:16px 20px 10px}.category-title{padding:0 20px 12px;font-size:1rem}.cards-scroll{padding:4px 20px 10px;gap:10px}.card{width:150px}.card-thumb{width:150px;height:85px}.modal-backdrop{align-items:flex-end;padding:0}.modal{border-radius:16px 16px 0 0;max-width:100%}}
