*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #0b0b14;--surface: #16161f;--surface2: #1e1e2a;--accent: #0070f3;--accent2: #00c2ff;--text: #f0f0f5;--text-muted: #7b7b90;--tab-bar-h: 52px;--page-pad: 20px}html,body{background:var(--bg);color:var(--text);font-family:Inter,system-ui,sans-serif;min-height:100vh;-webkit-font-smoothing:antialiased;overflow-x:hidden}.top-menu{position:fixed;top:0;left:0;right:0;z-index:200;height:var(--tab-bar-h);display:flex;align-items:center;justify-content:center;gap:6px;padding:0 20px;background:#0b0b14f5;border-bottom:1px solid rgba(255,255,255,.05);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.tab-btn{background:none;border:none;color:var(--text-muted);font-family:inherit;font-size:.9rem;font-weight:600;letter-spacing:.03em;padding:8px 18px;border-radius:99px;cursor:pointer;transition:color .15s,background .15s;white-space:nowrap}.tab-btn:hover{color:var(--text)}.tab-active{color:var(--text)!important;background:var(--surface2)}.page{padding-top:var(--tab-bar-h);min-height:100vh}.hero{padding:24px var(--page-pad) 28px;display:flex;flex-direction:column;align-items:flex-start;gap:18px}.hero-card{width:100%;aspect-ratio:16 / 9;border-radius:14px;overflow:hidden;background:var(--surface);box-shadow:0 8px 40px #0009}.hero-card-img{width:100%;height:100%;object-fit:cover;display:block}.hero-card-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:3.5rem;font-weight:800;color:var(--accent);text-transform:uppercase}.hero-info{display:flex;flex-direction:column;gap:6px;padding:0 2px}.hero-label{font-size:.7rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--accent2)}.hero-title{font-size:1.7rem;font-weight:800;line-height:1.15;letter-spacing:-.02em;color:var(--text)}.hero-play-btn{margin-top:8px;display:inline-flex;align-items:center;background:#fff;color:#0b0b14;border:none;font-family:inherit;font-size:.9rem;font-weight:700;padding:11px 24px;border-radius:8px;cursor:pointer;letter-spacing:.01em;transition:background .15s,transform .1s}.hero-play-btn:hover{background:#e0e0e0}.hero-play-btn:active{transform:scale(.97)}.hero-empty{align-items:center;justify-content:center;min-height:220px}.hero-empty-text{color:var(--text-muted);font-size:.9rem;text-align:center}.page-content{padding:8px 0 48px}.category-section{padding:12px 0 4px}.section-title{font-size:.78rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);padding:0 var(--page-pad) 10px}.cards-scroll{display:flex;gap:10px;overflow-x:auto;padding:0 var(--page-pad) 12px;scrollbar-width:none;-webkit-overflow-scrolling:touch}.cards-scroll::-webkit-scrollbar{display:none}.card{flex:0 0 auto;width:110px;background:none;border:none;cursor:pointer;text-align:left;padding:0;transition:transform .2s ease}.card:hover{transform:scale(1.05)}.card-thumb{position:relative;width:110px;height:155px;border-radius:8px;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.2rem;font-weight:800;color:var(--accent)}.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}.card:hover .card-overlay,.card:focus .card-overlay{opacity:1}.play-icon{font-size:1.6rem;color:#fff}.badge{position:absolute;top:6px;right:6px;font-size:.55rem;font-weight:700;letter-spacing:.05em;padding:2px 5px;border-radius:4px;text-transform:uppercase}.yt-badge{background:red;color:#fff}.card-title{font-size:.72rem;font-weight:500;color:var(--text-muted);margin-top:6px;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:110px}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:300;background:#000000e0;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;padding:20px}.modal{width:100%;max-width:900px;background:var(--surface);border-radius:14px;overflow:hidden;box-shadow:0 30px 90px #000000e6}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:14px 18px;border-bottom:1px solid var(--surface2)}.modal-title{font-size:.95rem;font-weight:600}.modal-close{background:var(--surface2);border:none;color:var(--text-muted);font-size:.9rem;cursor:pointer;width:30px;height:30px;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: 480px){.hero-title{font-size:1.45rem}.modal-backdrop{align-items:flex-end;padding:0}.modal{border-radius:16px 16px 0 0;max-width:100%}}
