:root{--bg:#0a0a0f;--surface:#14141f;--surface2:#1c1c2e;--border:#2a2a3e;--text:#e8e8f0;--text2:#88a;--accent:#6366f1;--accent-glow:#6366f14d;--red:#ef4444;--green:#22c55e}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.5}.app{flex-direction:column;min-height:100vh;display:flex}.main-content{flex:1}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.header{z-index:100;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#0a0a0fd9;position:sticky;top:0;box-shadow:0 1px #ffffff0d}.header-inner{align-items:center;gap:16px;max-width:1200px;margin:0 auto;padding:12px 20px;display:flex}.logo{white-space:nowrap;color:var(--text);font-size:20px;font-weight:700;text-decoration:none;transition:opacity .2s}.logo:hover{opacity:.8}.logo:active{transform:scale(.96)}.header-right{flex:1;justify-content:flex-end;align-items:center;gap:12px;display:flex}.header-nav-slot{align-items:center;gap:12px;display:flex}.back-home-btn{background:var(--surface);border:1px solid var(--border);min-height:44px;color:var(--text);border-radius:8px;align-items:center;padding:8px 14px;font-size:13px;text-decoration:none;transition:border-color .2s,background .2s;display:inline-flex}.back-home-btn:hover{border-color:var(--accent)}.back-home-btn:active{transform:scale(.96)}.nav-controls{align-items:center;gap:12px;display:flex}.mode-switcher{gap:6px;display:flex}.mode-btn{border:1px solid var(--border);min-height:44px;color:var(--text2);cursor:pointer;white-space:nowrap;background:0 0;border-radius:8px;padding:8px 14px;font-size:12px;font-weight:600;transition:border-color .2s,color .2s,background .2s}.mode-btn:hover{border-color:var(--accent);color:var(--text)}.mode-btn:active{transform:scale(.96)}.mode-btn.active{background:var(--accent);border-color:var(--accent);color:#fff}.search-box{width:200px}.search-box input{background:var(--surface);border:1px solid var(--border);width:100%;min-height:44px;color:var(--text);border-radius:10px;outline:none;padding:10px 16px;font-size:14px;transition:border-color .2s,box-shadow .2s}.search-box input:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-glow)}.search-box input::placeholder{color:var(--text2)}.group-tabs{-ms-overflow-style:none;scrollbar-width:none;gap:8px;max-width:1200px;margin:0 auto;padding:12px 20px 0;display:flex;overflow-x:auto}.group-tabs::-webkit-scrollbar{display:none}.tab{border:1px solid var(--border);min-height:44px;color:var(--text2);cursor:pointer;white-space:nowrap;background:0 0;border-radius:20px;align-items:center;padding:10px 18px;font-size:13px;line-height:1;transition:border-color .2s,color .2s,background .2s,transform .15s;display:inline-flex}.tab:hover{border-color:var(--accent);color:var(--text)}.tab:active{transform:scale(.96)}.tab.active{background:var(--accent);border-color:var(--accent);color:#fff}.main{flex:1;max-width:1200px;margin:0 auto;padding:16px 20px 40px}.footer{background:var(--surface);margin-top:auto;padding:24px 20px;box-shadow:0 -1px #ffffff0d}.footer-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;max-width:1200px;margin:0 auto;display:flex}.footer-text{color:var(--text2);font-size:13px}.footer-links{color:var(--text2);align-items:center;gap:8px;font-size:12px;display:flex}.footer-badge{background:var(--surface2);border-radius:4px;padding:2px 8px;font-size:11px;font-weight:600;box-shadow:0 0 0 1px #ffffff0d}.footer-sep{color:var(--border)}.footer-link{color:var(--text2);align-items:center;min-height:44px;font-size:12px;text-decoration:none;transition:color .2s;display:inline-flex}.footer-link:hover{color:var(--accent)}.footer-author{color:var(--accent);font-weight:600;text-decoration:none}.footer-author:hover{text-decoration:underline}.disclaimer-page{max-width:800px;margin:0 auto;padding:40px 20px 60px}.disclaimer-content h1{color:var(--text);text-wrap:balance;margin-bottom:32px;font-size:28px;font-weight:700}.disclaimer-section{margin-bottom:32px}.disclaimer-section h2{color:var(--text);text-wrap:balance;margin-bottom:12px;font-size:18px;font-weight:600}.disclaimer-section p{color:var(--text2);text-wrap:pretty;margin-bottom:12px;font-size:15px;line-height:1.7}.disclaimer-section a{color:var(--accent);text-decoration:none}.disclaimer-section a:hover{text-decoration:underline}.count{color:var(--text2);margin-bottom:16px;font-size:13px}.grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:14px;display:grid}.channel-card{background:var(--surface);color:var(--text);border-radius:12px;align-items:center;gap:12px;padding:14px;text-decoration:none;transition:box-shadow .2s,background .2s,transform .2s;display:flex;position:relative;overflow:hidden;box-shadow:0 0 0 1px #ffffff0d,0 2px 8px #0003}.channel-card:hover{box-shadow:0 0 0 1px var(--accent), 0 8px 24px #0000004d;background:var(--surface2);transform:translateY(-2px)}.channel-card:active{transform:scale(.96)}.card-logo-wrap{background:var(--surface2);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex;overflow:hidden}.card-logo{object-fit:contain;outline-offset:-1px;border-radius:2px;outline:1px solid #ffffff1a;width:100%;height:100%}.card-logo-placeholder{font-size:24px}.card-body{flex:1;min-width:0}.card-name{white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:600;overflow:hidden}.card-group{color:var(--text2);white-space:nowrap;text-overflow:ellipsis;margin-top:2px;font-size:11px;display:block;overflow:hidden}.channel-card.dead{opacity:.5}.channel-card.dead:hover{opacity:.7}.badge-dead{background:#555!important;animation:none!important}.card-badge{background:var(--red);color:#fff;letter-spacing:.5px;border-radius:4px;padding:2px 8px;font-size:10px;font-weight:700;animation:2s ease-in-out infinite pulse;position:absolute;top:8px;right:8px}@keyframes pulse{0%,to{opacity:1}50%{opacity:.6}}.watch-page{background:var(--bg);min-height:100vh}.watch-header{background:#0a0a0fe6;align-items:center;gap:16px;padding:16px 20px;display:flex;box-shadow:0 1px #ffffff0d}.watch-info{align-items:center;gap:12px;width:100%;max-width:1200px;margin:0 auto;display:flex}.watch-logo{object-fit:contain;outline-offset:-1px;border-radius:8px;outline:1px solid #ffffff1a;width:40px;height:40px}.watch-info h1{text-wrap:balance;font-size:18px;font-weight:600}.watch-group{color:var(--text2);font-size:12px}.player-wrap{aspect-ratio:16/9;background:#000;width:100%;max-width:1200px;margin:0 auto;position:relative}.player-video{background:#000;width:100%;height:100%}.player-overlay{color:var(--text);background:#000000b3;flex-direction:column;justify-content:center;align-items:center;gap:12px;display:flex;position:absolute;inset:0}.player-error{color:var(--red)}.loading{color:var(--text2);flex-direction:column;justify-content:center;align-items:center;gap:16px;padding:60px 20px;display:flex}.spinner{border:3px solid var(--border);border-top-color:var(--accent);border-radius:50%;width:32px;height:32px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.empty{text-align:center;color:var(--text2);padding:60px 20px;font-size:16px}.load-more{text-align:center;padding:30px 20px}.load-more button{background:var(--surface);min-height:44px;color:var(--text);cursor:pointer;border-radius:10px;padding:12px 32px;font-size:14px;transition:box-shadow .2s,background .2s,transform .15s;box-shadow:0 0 0 1px #ffffff0d}.load-more button:hover{box-shadow:0 0 0 1px var(--accent);background:var(--surface2)}.load-more button:active{transform:scale(.96)}.error-box{text-align:center;color:var(--red);padding:60px 20px}.error-box button{background:var(--surface);min-height:44px;color:var(--text);cursor:pointer;border-radius:8px;margin-top:16px;padding:10px 24px;font-size:14px;transition:box-shadow .2s,background .2s,transform .15s;box-shadow:0 0 0 1px #ffffff0d}.error-box button:hover{box-shadow:0 0 0 1px var(--accent)}.error-box button:active{transform:scale(.96)}@media (width<=640px){.header-inner{flex-wrap:wrap}.nav-controls{order:2;justify-content:space-between;width:100%}.search-box{flex:1;width:auto}.grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:10px}.watch-header{flex-wrap:wrap}.player-wrap{aspect-ratio:auto;height:auto}.player-video{height:auto;max-height:60vh}}
