:root{--blue:#1a73e8;--blue-dark:#0d47a1;--blue-light:#bbdefb;--red:#e53935;--green:#43a047;--accent:#ff6b35;--purple:#7c4dff;--purple-dark:#651fff;--gradient-start:#667eea;--gradient-end:#764ba2;--bg:#f8f9fa;--surface:#fff;--card:#fff;--text:#1c1b1f;--text-secondary:#1c1b1f99;--text-muted:#1c1b1f66;--border:#00000014;--shadow:0 2px 8px #00000014;--shadow-lg:0 8px 24px #0000001f;--radius:16px;--radius-sm:12px;--nav-height:64px}[data-theme=dark]{--bg:#1a1a2e;--surface:#16213e;--card:#16213e;--text:#fff;--text-secondary:#fff9;--text-muted:#fff6;--border:#ffffff14;--shadow:0 2px 8px #0000004d;--shadow-lg:0 8px 24px #0006}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{background:var(--bg);height:100%;color:var(--text);-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;overflow:hidden}.app{flex-direction:column;max-width:480px;height:100%;margin:0 auto;display:flex;position:relative}@media (width>=768px){.app{box-shadow:0 0 40px #00000026}}.header{background:var(--surface);border-bottom:1px solid var(--border);z-index:10;flex-shrink:0;justify-content:space-between;align-items:center;padding:12px 16px;display:flex}.header-actions{align-items:center;gap:8px;display:flex}.install-btn{background:var(--blue);color:#fff;cursor:pointer;border:none;border-radius:20px;align-items:center;gap:6px;padding:6px 12px;font-size:12px;font-weight:600;transition:opacity .2s;display:flex}.install-btn:hover{opacity:.85}.header-logo{align-items:center;gap:10px;display:flex}.header-logo svg{width:28px;height:28px;color:var(--blue)}.header-logo span{background:linear-gradient(135deg, var(--blue), var(--purple));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:18px;font-weight:700}.theme-toggle{background:var(--bg);width:36px;height:36px;color:var(--text);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;transition:background .2s;display:flex}.theme-toggle:hover{background:var(--blue-light)}.content{flex:1;min-height:0;overflow:hidden}.screen{flex-direction:column;height:100%}.nav{height:var(--nav-height);background:var(--surface);border-top:1px solid var(--border);padding-bottom:env(safe-area-inset-bottom);flex-shrink:0;justify-content:space-around;align-items:center;display:flex}.nav-item{border-radius:var(--radius-sm);cursor:pointer;color:var(--text-muted);background:0 0;border:none;flex-direction:column;align-items:center;gap:4px;padding:8px 16px;font-size:11px;font-weight:500;text-decoration:none;transition:all .2s;display:flex}.nav-item.active{color:var(--blue);background:#1a73e814}.nav-item svg{width:24px;height:24px}.player-container{aspect-ratio:16/9;background:#000;flex-shrink:0;width:100%;position:relative;overflow:hidden}.player-container video{object-fit:contain;width:100%;height:100%}.player-overlay{opacity:0;cursor:pointer;background:#0006;justify-content:center;align-items:center;transition:opacity .3s;display:flex;position:absolute;inset:0}.player-overlay.visible{opacity:1}.play-btn{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#fff;cursor:pointer;background:#fff3;border:none;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;transition:transform .2s;display:flex}.play-btn:hover{transform:scale(1.1)}.play-btn svg{width:32px;height:32px}.player-bottom{background:linear-gradient(#0000,#000000b3);justify-content:space-between;align-items:center;padding:8px 12px;display:flex;position:absolute;bottom:0;left:0;right:0}.live-badge{color:#fff;align-items:center;gap:6px;font-size:12px;font-weight:700;display:flex}.live-dot{background:var(--red);border-radius:50%;width:8px;height:8px;animation:1.5s infinite pulse}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.fullscreen-btn{color:#fff;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.fullscreen-btn svg{width:22px;height:22px}.channels-row{scrollbar-width:none;flex-shrink:0;gap:10px;padding:12px 16px;display:flex;overflow-x:auto}.channels-row::-webkit-scrollbar{display:none}.channel-card{background:var(--surface);width:100px;box-shadow:var(--shadow);cursor:pointer;border:2px solid #0000;border-radius:14px;flex-direction:column;flex-shrink:0;align-items:center;gap:4px;padding:10px 12px;transition:all .2s;display:flex}.channel-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}.channel-card.active{background:var(--blue);color:#fff;border-color:var(--blue);box-shadow:0 4px 16px #1a73e866}.channel-card svg{width:22px;height:22px}.channel-card.active svg{color:#fff}.channel-card span{text-align:center;white-space:nowrap;text-overflow:ellipsis;max-width:100%;font-size:12px;font-weight:600;overflow:hidden}.dates-row{scrollbar-width:none;flex-shrink:0;gap:6px;padding:8px 16px;display:flex;overflow-x:auto}.dates-row::-webkit-scrollbar{display:none}.date-chip{cursor:pointer;border:1px solid var(--border);color:var(--text-secondary);white-space:nowrap;background:0 0;border-radius:12px;flex-shrink:0;padding:7px 14px;font-size:13px;font-weight:500;transition:all .2s}.date-chip.active{background:var(--blue);color:#fff;border-color:var(--blue);font-weight:700}.program-header{flex-shrink:0;align-items:center;gap:8px;padding:8px 16px;display:flex}.program-header:before{content:"";background:var(--blue);border-radius:2px;width:4px;height:18px}.program-header h3{font-size:15px;font-weight:700}.program-list{-webkit-overflow-scrolling:touch;scroll-behavior:smooth;flex:1;min-height:0;padding:4px 16px 16px;overflow-y:auto}.program-list::-webkit-scrollbar{width:3px}.program-list::-webkit-scrollbar-track{background:0 0}.program-list::-webkit-scrollbar-thumb{background:var(--text-muted);border-radius:3px}.program-item{border-radius:10px;align-items:flex-start;gap:8px;padding:10px 12px;transition:background .2s;display:flex}.program-item.live{background:#1a73e812}.program-time{width:48px;color:var(--text-muted);flex-shrink:0;font-size:14px;font-weight:500}.program-item.live .program-time{color:var(--blue)}.program-dot{background:var(--red);border-radius:50%;flex-shrink:0;width:8px;height:8px;margin-top:6px;animation:1.5s infinite pulse}.program-spacer{flex-shrink:0;width:16px}.program-content{flex:1;min-width:0}.program-title{color:var(--text);opacity:.8;font-size:14px;line-height:1.4}.program-item.live .program-title{opacity:1;font-weight:600}.program-desc{color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;margin-top:2px;font-size:12px;overflow:hidden}.program-live-tag{color:var(--red);background:#e539351a;border-radius:6px;flex-shrink:0;margin-top:2px;margin-left:8px;padding:2px 6px;font-size:10px;font-weight:700}.program-loading{text-align:center;color:var(--text-muted);padding:40px;font-size:14px}.radio-title{flex-shrink:0;padding:12px 16px;font-size:18px;font-weight:700}.radio-list{-webkit-overflow-scrolling:touch;flex-direction:column;flex:1;gap:10px;min-height:0;padding:4px 16px 16px;display:flex;overflow-y:auto}.radio-list::-webkit-scrollbar{width:3px}.radio-list::-webkit-scrollbar-track{background:0 0}.radio-list::-webkit-scrollbar-thumb{background:var(--text-muted);border-radius:3px}.radio-card{border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow);cursor:pointer;align-items:center;gap:16px;padding:16px;transition:all .2s;display:flex}.radio-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-1px)}.radio-card.active{background:#7c4dff14;box-shadow:0 4px 16px #7c4dff33}.radio-icon{background:linear-gradient(135deg,#7c4dff1a,#7c4dff33);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;display:flex}.radio-card.active .radio-icon{background:linear-gradient(135deg, var(--gradient-start), var(--gradient-end))}.radio-icon svg{width:24px;height:24px;color:var(--purple)}.radio-card.active .radio-icon svg{color:#fff}.radio-info{flex:1;min-width:0}.radio-name{font-size:16px;font-weight:600}.radio-freq{color:var(--text-muted);margin-top:2px;font-size:13px}.radio-play-btn{width:44px;height:44px;color:var(--purple);cursor:pointer;background:#7c4dff1a;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:all .2s;display:flex}.radio-play-btn.playing{color:var(--red);background:#e539351a}.radio-play-btn svg{width:24px;height:24px}.equalizer{align-items:flex-end;gap:3px;height:24px;display:flex}.equalizer .bar{background:#fff;border-radius:2px;width:4px;animation:.6s ease-in-out infinite alternate eq-bounce}.equalizer .bar:first-child{height:8px;animation-delay:0s}.equalizer .bar:nth-child(2){height:16px;animation-delay:.1s}.equalizer .bar:nth-child(3){height:12px;animation-delay:.2s}@keyframes eq-bounce{0%{transform:scaleY(.4)}to{transform:scaleY(1)}}.news-placeholder{flex:1;justify-content:center;align-items:center;padding:32px;display:flex}.news-card{background:var(--surface);width:100%;max-width:360px;box-shadow:var(--shadow-lg);text-align:center;border-radius:24px;padding:32px}.news-icon{background:#1a73e81a;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 24px;display:flex}.news-icon svg{width:40px;height:40px;color:var(--blue)}.news-card h2{margin-bottom:8px;font-size:24px;font-weight:700}.news-card p{color:var(--text-secondary);margin-bottom:8px;font-size:16px}.news-card .sub{color:var(--text-muted);font-size:14px;line-height:1.5}
