*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body{height:100%;background:var(--bg)}body{font-family:Inter,system-ui,-apple-system,sans-serif;-webkit-font-smoothing:antialiased;display:flex;justify-content:center}#root{width:100%;max-width:100%;position:relative;display:flex;flex-direction:column;min-height:100%;min-height:100dvh;background:var(--bg)}@media (min-width:768px){body{min-height:100vh;align-items:stretch}#root{box-shadow:none}}button,input{font:inherit;background:none;border:none;cursor:pointer}img{display:block}[data-theme=light]{--bg:#F5F0E8;--surface:#FAFAF6;--text:#2C1A12;--text-sub:#7A6244;--text-muted:#8A7256;--active-row:#EDE8DC;--track-bg:#DDD5C0;--ring-track:#D4CCBA;--icon:#2C1A12;--card-shadow:0 1px 4px rgba(26,15,8,.1);--card-border:none;--divider:rgba(60,40,20,.1)}[data-theme=dark]{--bg:#130E0A;--surface:#1E1610;--text:#F2EDE4;--text-sub:#AE9E8E;--text-muted:#907870;--active-row:#252010;--track-bg:#2E2018;--ring-track:#2E2018;--icon:#F2EDE4;--card-shadow:none;--card-border:1px solid #2A1E14;--divider:rgba(255,255,255,.06)}.app-shell{display:flex;flex-direction:column;flex:1;min-height:0}@media (min-width:768px){.app-shell{min-height:100vh;position:relative}}.screen{display:flex;flex-direction:column;flex:1;background:var(--bg);overflow:hidden;min-height:0}.screen-scroll{flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch;min-height:0}.center-screen{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;background:var(--bg);gap:8px;padding:20px;text-align:center}.header{background:var(--surface);padding:18px 16px 14px 20px;position:relative;box-shadow:0 1px 0 var(--divider);z-index:10;flex-shrink:0}@media (min-width:768px){.header{padding:22px 24px 18px}}.header-title-row{display:flex;align-items:center;gap:10px;margin-bottom:2px}.header-title{font-size:16px;font-weight:700;color:var(--text);text-transform:uppercase;letter-spacing:1.5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:calc(100% - 50px)}@media (min-width:768px){.header-title{font-size:18px}}.header-meta{font-size:11px;font-weight:500;color:var(--text-sub);margin-top:3px;text-transform:uppercase;letter-spacing:.8px}.header-avatar{width:28px;height:28px;border-radius:50%;flex-shrink:0;object-fit:cover}.header-avatar-ph{background:#8b5a2b;display:flex;align-items:center;justify-content:center}.header-avatar-initial{font-size:13px;font-weight:700;color:#f2ede4}.menu-btn{position:absolute;right:12px;top:50%;transform:translateY(-50%);padding:6px;font-size:22px;color:var(--text-sub);line-height:1;letter-spacing:-1px}.back-btn{display:inline-flex;align-items:center;background:none;border:none;cursor:pointer;padding:0;margin-bottom:8px}.back-text{font-size:13px;font-weight:600;color:#f06248;text-transform:uppercase;letter-spacing:1px}.card-list{padding:12px;display:flex;flex-direction:column;gap:8px}@media (min-width:768px){.card-list{padding:20px;gap:10px;max-width:1080px;margin:0 auto;width:100%}}.has-mini{padding-bottom:76px}@media (min-width:768px){.streamer-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}}@media (min-width:1024px){.streamer-grid{grid-template-columns:1fr 1fr 1fr}}.streamer-row{display:flex;align-items:center;background:var(--surface);padding:14px 16px;border-radius:10px;box-shadow:var(--card-shadow);border:var(--card-border);cursor:pointer;-webkit-tap-highlight-color:transparent;transition:opacity .1s,transform .1s}.streamer-row:active{opacity:.75}@media (min-width:768px){.streamer-row:hover{transform:translateY(-1px);box-shadow:0 3px 12px #1a0f081f}}.streamer-avatar{width:48px;height:48px;border-radius:50%;margin-right:14px;flex-shrink:0;object-fit:cover}.streamer-avatar-ph{background:#8b5a2b;display:flex;align-items:center;justify-content:center}.streamer-initial{font-size:20px;font-weight:700;color:#f2ede4}.streamer-info{flex:1;min-width:0}.streamer-name{font-size:15px;font-weight:600;color:var(--text);text-transform:uppercase;letter-spacing:1px;display:flex;align-items:center;gap:6px}.streamer-meta{font-size:12px;font-weight:400;color:var(--text-muted);margin-top:2px}.twitch-link{display:inline-flex;align-items:center;color:#9146ff;opacity:.55;flex-shrink:0;transition:opacity .15s;text-decoration:none;line-height:1}.twitch-link:hover{opacity:1}.streamer-request{padding:20px 12px 32px;text-align:center}@media (min-width:768px){.streamer-request{max-width:1080px;margin:0 auto;width:100%;padding:20px 20px 40px}}.streamer-request-label{font-size:12px;font-weight:600;color:var(--text-sub);text-transform:uppercase;letter-spacing:.8px;margin-bottom:12px}.streamer-request-row{display:flex;gap:8px;max-width:360px;margin:0 auto}.streamer-request-input{flex:1;padding:9px 12px;border-radius:8px;border:1px solid var(--track-bg);background:var(--surface);color:var(--text);font-size:14px;outline:none}.streamer-request-input:focus{border-color:#f06248}.streamer-request-btn{padding:9px 16px;border-radius:8px;background:#f06248;color:#fff;font-size:13px;font-weight:700;letter-spacing:.3px;cursor:pointer;flex-shrink:0;transition:opacity .15s}.streamer-request-btn:hover{opacity:.85}.streamer-request-btn:disabled{opacity:.4;cursor:default}.streamer-request-done{font-size:13px;color:#f06248;font-weight:600}.streamer-request-error{font-size:12px;color:var(--text-muted);margin-top:8px}.vod-row{background:var(--surface);border-radius:10px;overflow:hidden;box-shadow:var(--card-shadow);border:var(--card-border);cursor:pointer;-webkit-tap-highlight-color:transparent;transition:opacity .1s}.vod-row:active{opacity:.75}@media (min-width:768px){.vod-row:hover{box-shadow:0 3px 12px #1a0f081f}}.vod-row-content{display:flex;align-items:center;padding:14px 16px}.vod-info{flex:1;min-width:0}.vod-title{font-size:15px;font-weight:500;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.vod-date{font-size:11px;font-weight:500;color:var(--text-sub);margin-top:3px;text-transform:uppercase;letter-spacing:.6px}.vod-chevron{font-size:12px;color:var(--text-muted);margin-left:8px;flex-shrink:0}.vod-new{font-size:10px;font-weight:700;color:#c00;margin-left:8px;margin-right:8px;text-transform:uppercase;letter-spacing:1px;flex-shrink:0}.player-body{flex:1;display:flex;flex-direction:column;overflow:hidden;min-height:0}@media (min-width:768px){.player-body{flex-direction:row}.player-body .screen-scroll{flex:0 0 360px;border-right:1px solid var(--divider)}.player-body .player-bar{flex:1;box-shadow:none;border-top:none;padding:48px 56px;display:flex;flex-direction:column;justify-content:center;overflow-y:auto}}@media (min-width:1024px){.player-body .screen-scroll{flex-basis:400px}.player-body .player-bar{padding:56px 72px}}.chapter-row{display:flex;align-items:center;padding:10px 16px 10px 11px;border-left:3px solid transparent;background:var(--bg);cursor:pointer;-webkit-tap-highlight-color:transparent}.chapter-row:active{opacity:.8}@media (min-width:768px){.chapter-row:hover{background:var(--active-row)}}.chapter-row.active{background:var(--active-row);border-left:4px solid #F06248}.chapter-status{width:22px;display:flex;align-items:center;justify-content:center;margin-right:4px;flex-shrink:0}.chapter-num{font-family:Lora,serif;font-size:13px;font-weight:700;color:var(--text-muted);width:22px;text-align:right;margin-right:10px;flex-shrink:0}.chapter-row.active .chapter-num{font-weight:700;color:#f06248}.chapter-info{flex:1;min-width:0}.chapter-title{font-family:Lora,serif;font-size:14px;font-weight:400;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chapter-row.active .chapter-title{font-weight:700;color:#f06248}.chapter-dur{font-size:12px;color:var(--text-muted);margin-top:2px}.chapter-views{margin-left:4px;opacity:.7}.completed-badge{width:18px;height:18px;background:#f06248;display:flex;align-items:center;justify-content:center;border-radius:2px;flex-shrink:0}.completed-check{width:4px;height:7px;border-bottom:2px solid #F2EDE4;border-right:2px solid #F2EDE4;transform:rotate(45deg);margin-top:-2px}.eq-icon{display:flex;align-items:flex-end;height:14px;gap:3px}.eq-bar{width:3px;background:#f06248;border-radius:1px;height:2px;transition:height .15s ease}.eq-bar.b2{height:6px}.eq-bar.playing.b1{animation:eq1 .68s ease-in-out infinite;transition:none}.eq-bar.playing.b2{animation:eq2 .46s ease-in-out infinite;transition:none}.eq-bar.playing.b3{animation:eq3 .82s ease-in-out infinite;transition:none}@keyframes eq1{0%,to{height:2px}50%{height:14px}}@keyframes eq2{0%,to{height:14px}50%{height:2px}}@keyframes eq3{0%,to{height:7px}50%{height:14px}}.player-bar{background:var(--surface);padding:16px 20px;padding-bottom:max(20px,calc(env(safe-area-inset-bottom) + 16px));box-shadow:0 -1px 0 var(--divider);flex-shrink:0}.now-playing-row{display:flex;align-items:center;margin-bottom:12px}.now-playing{flex:1;font-size:14px;font-weight:500;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media (min-width:768px){.now-playing{font-size:17px;white-space:normal;overflow:visible}.now-playing-row{align-items:flex-start;margin-bottom:20px;gap:12px}}.speed-btn{display:flex;align-items:center;gap:4px;padding:4px 8px;margin-left:8px;flex-shrink:0}.speed-icon{font-size:16px;color:#f06248}.speed-text{font-size:12px;font-weight:600;color:var(--text);letter-spacing:.3px}@media (min-width:768px){.speed-btn{margin-left:0;flex-shrink:0;padding:5px 10px;border:1px solid var(--track-bg);border-radius:6px;margin-top:2px}}.now-playing-chapter-num{display:none;font-size:11px;font-weight:600;color:#f06248;text-transform:uppercase;letter-spacing:1px;margin-bottom:6px}@media (min-width:768px){.now-playing-chapter-num{display:block}}.progress-row{display:flex;align-items:center;gap:8px;margin-bottom:12px}@media (min-width:768px){.progress-row{margin-bottom:20px}}.time{font-size:12px;font-weight:500;color:var(--text-muted);width:38px;flex-shrink:0;font-variant-numeric:tabular-nums}.time.scrubbing{color:#f06248;font-weight:600}.progress-wrap{flex:1;position:relative}.progress-track{height:36px;display:flex;align-items:center;cursor:pointer;position:relative;touch-action:none;-webkit-user-select:none;user-select:none}.progress-inner{display:flex;height:6px;border-radius:3px;background:var(--track-bg);overflow:hidden;width:100%;pointer-events:none}@media (min-width:768px){.progress-inner{height:8px;border-radius:4px}}.progress-fill{background:#f06248}.scrub-thumb{position:absolute;width:14px;height:14px;border-radius:50%;background:#f06248;top:50%;transform:translate(-50%,-50%);pointer-events:none;transition:width .1s,height .1s}.scrub-thumb.active{width:18px;height:18px}@media (min-width:768px){.scrub-thumb{width:16px;height:16px}.scrub-thumb.active{width:20px;height:20px}}.scrub-tooltip{position:absolute;bottom:calc(100% + 4px);transform:translate(-50%);background:var(--text);color:var(--surface);font-size:11px;font-weight:600;padding:3px 6px;border-radius:4px;pointer-events:none;white-space:nowrap}.controls{display:flex;align-items:center;justify-content:center;gap:4px}@media (min-width:768px){.controls{gap:8px}}.ctrl-btn{width:54px;height:54px;display:flex;align-items:center;justify-content:center}.play-btn{width:60px;height:60px;display:flex;align-items:center;justify-content:center}@media (min-width:768px){.ctrl-btn{width:64px;height:64px}.play-btn{width:72px;height:72px}}.seek-btn{width:54px;height:54px;display:flex;flex-direction:column;align-items:center;justify-content:center}@media (min-width:768px){.seek-btn{width:64px;height:64px}}.seek-arrow{font-size:22px;color:var(--icon);line-height:1}.seek-label{font-size:10px;font-weight:600;color:var(--icon);text-transform:uppercase;letter-spacing:.5px;margin-top:-2px}.skip-icon{display:flex;align-items:center;gap:2px}.skip-bar{width:3px;height:16px;background:var(--icon)}.skip-tri-l{width:0;height:0;border-top:8px solid transparent;border-bottom:8px solid transparent;border-right:13px solid var(--icon)}.skip-tri-r{width:0;height:0;border-top:8px solid transparent;border-bottom:8px solid transparent;border-left:13px solid var(--icon)}.play-tri{width:0;height:0;border-top:11px solid transparent;border-bottom:11px solid transparent;border-left:18px solid var(--icon);margin-left:3px}@media (min-width:768px){.skip-bar{height:20px}.skip-tri-l{border-top-width:10px;border-bottom-width:10px;border-right-width:16px}.skip-tri-r{border-top-width:10px;border-bottom-width:10px;border-left-width:16px}.play-tri{border-top-width:14px;border-bottom-width:14px;border-left-width:22px}}.pause-icon{display:flex;gap:6px;align-items:center}.pause-bar{width:6px;height:22px;background:var(--icon)}@media (min-width:768px){.pause-bar{width:7px;height:26px}}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#120a05a6;display:flex;align-items:flex-end;justify-content:center;z-index:200}.modal-sheet{background:var(--surface);border-radius:12px 12px 0 0;padding:12px 0 max(36px,calc(env(safe-area-inset-bottom)+20px));width:100%;max-width:480px;max-height:85vh;overflow-y:auto}@media (min-width:768px){.modal-backdrop{align-items:center}.modal-sheet{border-radius:12px;max-width:440px;padding:12px 0 24px}}.modal-handle{width:32px;height:3px;background:var(--track-bg);border-radius:2px;margin:0 auto 14px}@media (min-width:768px){.modal-handle{display:none}}.modal-title{font-size:11px;font-weight:700;color:var(--text-sub);text-transform:uppercase;letter-spacing:2px;padding:0 20px;margin-bottom:6px}.settings-row{display:flex;align-items:center;padding:11px 20px;cursor:pointer;-webkit-tap-highlight-color:transparent}.settings-row:active{opacity:.7}@media (min-width:768px){.settings-row:hover{background:var(--active-row)}}.s-icon{font-size:22px;color:#f06248;margin-right:14px;width:28px;text-align:center;flex-shrink:0}.s-text{flex:1}.s-label{font-size:15px;font-weight:600;color:var(--text)}.s-sub{font-size:13px;color:var(--text-muted);margin-top:2px}.speed-row{display:flex;align-items:center;padding:13px 20px;cursor:pointer;-webkit-tap-highlight-color:transparent}.speed-row:active{opacity:.7}@media (min-width:768px){.speed-row:hover{background:var(--active-row)}}.speed-row-text{flex:1;font-size:15px;color:var(--text)}.speed-row-text.active{font-weight:600;color:#f06248}.speed-check{font-size:15px;font-weight:700;color:#f06248}.toggle{position:relative;display:inline-block;width:48px;height:28px;flex-shrink:0}.toggle input{opacity:0;width:0;height:0;position:absolute}.toggle-track{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--track-bg);border-radius:28px;transition:background .2s;cursor:pointer}.toggle-track:after{content:"";position:absolute;width:24px;height:24px;left:2px;top:2px;background:#f2ede4;border-radius:50%;transition:transform .2s;box-shadow:0 1px 3px #0003}.toggle input:checked~.toggle-track{background:#f06248}.toggle input:checked~.toggle-track:after{transform:translate(20px)}.mini-player{position:absolute;left:0;right:0;bottom:0;background:var(--surface);box-shadow:0 -1px 0 var(--divider),0 -4px 16px #0000001a;padding:10px 16px;padding-bottom:max(10px,calc(env(safe-area-inset-bottom)+6px));cursor:pointer;z-index:50;-webkit-tap-highlight-color:transparent}.mini-row{display:flex;align-items:center;min-height:44px}.mini-title{flex:1;font-size:14px;font-weight:500;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mini-btn{width:44px;height:44px;display:flex;align-items:center;justify-content:center;margin-left:8px;flex-shrink:0}.mini-close-btn{width:28px;margin-left:-10px;margin-right:2px;color:var(--text-muted)}.mini-play-tri{width:0;height:0;border-top:8px solid transparent;border-bottom:8px solid transparent;border-left:13px solid var(--icon);margin-left:2px}.mini-pause{display:flex;gap:5px;align-items:center}.mini-pause-bar{width:5px;height:16px;background:var(--icon)}@keyframes pulse{0%,to{opacity:.35}50%{opacity:.75}}.skel{background:var(--track-bg);border-radius:4px;animation:pulse 1.4s ease-in-out infinite}.skel-circle{border-radius:50%!important}.about-content{max-width:540px;margin:0 auto}.about-body{font-family:Lora,serif;font-size:15px;line-height:1.65;color:var(--text);margin-bottom:28px}.about-heading{font-size:11px;font-weight:700;color:var(--text-sub);text-transform:uppercase;letter-spacing:2px;margin-bottom:12px}.about-table{background:var(--surface);border-radius:10px;overflow:hidden;box-shadow:var(--card-shadow);border:var(--card-border)}.about-table-row{display:flex;align-items:center;padding:13px 16px;border-bottom:1px solid var(--divider)}.about-table-row:last-child{border-bottom:none}.about-table-label{font-family:Lora,serif;flex:1;font-size:14px;color:var(--text);padding-right:12px}.about-table-value{font-size:12px;font-weight:700;color:#f06248;text-transform:uppercase;letter-spacing:.8px;text-align:right}.about-contact{font-size:14px;line-height:1.6;color:var(--text-sub);margin-top:28px;text-align:center}.about-contact a{color:#f06248;font-weight:600}.error-text{font-size:16px;font-weight:500;color:var(--text)}.error-sub{font-size:13px;color:var(--text-sub);margin-top:4px}.spinner{width:18px;height:18px;border:2px solid var(--track-bg);border-top-color:#f06248;border-radius:50%;animation:spin .6s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.landing-nav{display:flex;align-items:center;gap:10px;padding:14px 20px;background:var(--surface);box-shadow:0 1px 0 var(--divider);flex-shrink:0;position:sticky;top:0;z-index:10}.landing-nav-logo{width:22px;height:22px;flex-shrink:0}.landing-nav-brand{flex:1;font-size:15px;font-weight:700;color:var(--text);letter-spacing:-.3px}.landing-nav-btn{font-size:14px;font-weight:600;color:var(--text-sub);padding:5px 10px;border-radius:6px;cursor:pointer;border:1px solid var(--track-bg);letter-spacing:.4px}@media (min-width:768px){.landing-nav-btn{font-size:13px}}.landing-nav-theme{font-size:18px;border:none;padding:4px 8px}.landing-hero{display:flex;flex-direction:column;align-items:center;text-align:center;padding:64px 24px 52px}@media (min-width:768px){.landing-hero{padding:100px 24px 80px}}.landing-hero-logo{width:80px;height:80px;border-radius:0;margin-bottom:24px;box-shadow:0 4px 24px #0000001f}@media (min-width:768px){.landing-hero-logo{width:96px;height:96px}}.landing-brand{font-size:28px;font-weight:700;color:var(--text);letter-spacing:-.5px;margin-bottom:14px}@media (min-width:768px){.landing-brand{font-size:44px;margin-bottom:18px}}.landing-tagline{font-size:15px;color:var(--text-sub);max-width:300px;line-height:1.6;margin-bottom:36px}@media (min-width:768px){.landing-tagline{font-size:18px;max-width:400px}}.landing-cta{background:linear-gradient(160deg,#f6854a,#f03d3d);color:#f2ede4;font-size:14px;font-weight:600;padding:12px 28px;border-radius:8px;cursor:pointer;letter-spacing:.3px;transition:opacity .15s}.landing-cta:hover{opacity:.85}.landing-section{padding:0 20px 52px;max-width:1040px;margin:0 auto;width:100%}@media (min-width:768px){.landing-section{padding:0 32px 68px}}.landing-section-label{font-size:11px;font-weight:700;color:var(--text-sub);text-transform:uppercase;letter-spacing:2px;margin-bottom:14px}.landing-vod-grid{display:grid;grid-template-columns:1fr;gap:10px}@media (min-width:640px){.landing-vod-grid{grid-template-columns:repeat(3,1fr)}}.landing-vod-card{background:var(--surface);border-radius:12px;padding:18px 20px;cursor:pointer;box-shadow:var(--card-shadow);border:var(--card-border);display:flex;flex-direction:column;position:relative;transition:box-shadow .12s;-webkit-tap-highlight-color:transparent}.landing-vod-card:active{opacity:1}@media (min-width:768px){.landing-vod-card:hover{box-shadow:0 4px 16px #1a0f0821}}.landing-vod-popout{position:absolute;top:12px;right:12px;color:var(--text-muted);opacity:.6;pointer-events:none}.landing-vod-streamer-row{display:flex;align-items:center;gap:6px;margin-bottom:6px}.landing-vod-avatar{width:16px;height:16px;border-radius:50%;flex-shrink:0;object-fit:cover}.landing-vod-avatar-ph{background:#8b5a2b;display:flex;align-items:center;justify-content:center}.landing-vod-streamer{font-size:10px;font-weight:700;color:#f06248;text-transform:uppercase;letter-spacing:1.2px}.landing-vod-title{font-size:14px;font-weight:500;color:var(--text);line-height:1.45;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;margin-bottom:8px}.landing-vod-meta{font-size:11px;color:var(--text-muted);margin-bottom:10px;text-transform:uppercase;letter-spacing:.4px}.landing-feature-list{background:var(--surface);border-radius:12px;overflow:hidden;box-shadow:var(--card-shadow);border:var(--card-border)}.landing-feature-item{display:flex;flex-direction:column;gap:3px;padding:14px 20px;border-bottom:1px solid var(--divider)}.landing-feature-item:last-child{border-bottom:none}.landing-feature-title{font-size:14px;font-weight:600;color:var(--text)}.landing-feature-desc{font-size:13px;color:var(--text-muted);line-height:1.5}.landing-card-chapter{font-size:11px;line-height:1.4;color:var(--text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-height:calc(11px * 1.4);margin-bottom:6px}.landing-card-controls{display:flex;flex-direction:column;gap:8px;padding-top:12px;margin-top:auto;border-top:1px solid var(--divider)}.lc-btn-row{display:flex;align-items:center;justify-content:center;gap:0}.lc-ctrl-btn{width:38px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer}.lc-seek-btn{width:38px;height:36px;display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer}.lc-seek-arrow{font-size:16px;color:var(--icon);line-height:1}.lc-seek-label{font-size:9px;font-weight:600;color:var(--icon);text-transform:uppercase;letter-spacing:.4px;margin-top:-3px}.lc-skip-icon{display:flex;align-items:center;gap:1px}.lc-skip-bar{width:2px;height:11px;background:var(--icon)}.lc-skip-tri-l{width:0;height:0;border-top:5px solid transparent;border-bottom:5px solid transparent;border-right:9px solid var(--icon)}.lc-skip-tri-r{width:0;height:0;border-top:5px solid transparent;border-bottom:5px solid transparent;border-left:9px solid var(--icon)}.landing-card-play-btn{width:32px;height:32px;border-radius:50%;background:#f06248;flex-shrink:0;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:opacity .15s}.landing-card-play-btn:hover{opacity:.85}.landing-card-play-tri{width:0;height:0;border-top:6px solid transparent;border-bottom:6px solid transparent;border-left:10px solid #F2EDE4;margin-left:2px}.landing-card-pause{display:flex;gap:4px;align-items:center}.landing-card-pause-bar{width:3px;height:12px;background:#f2ede4;border-radius:1px}.landing-card-progress-wrap{flex:1;display:flex;flex-direction:column;gap:4px}.landing-card-progress-track{height:4px;background:var(--track-bg);border-radius:2px;overflow:hidden}.landing-card-progress-fill{height:100%;background:#f06248;transition:width .25s linear}.landing-card-times{display:flex;justify-content:space-between;font-size:10px;color:var(--text-muted);font-variant-numeric:tabular-nums}.search-input{flex:1;padding:8px 12px;border-radius:8px;border:1px solid var(--track-bg);background:var(--surface);color:var(--text);font-size:15px;outline:none;margin-left:8px}.search-input:focus{border-color:#f06248}.search-result-card{background:var(--surface);border-radius:10px;padding:14px 16px;box-shadow:var(--card-shadow);border:var(--card-border);cursor:pointer;-webkit-tap-highlight-color:transparent;transition:opacity .1s}.search-result-card:active{opacity:.75}@media (min-width:768px){.search-result-card:hover{transform:translateY(-1px);box-shadow:0 3px 12px #1a0f081f}}.search-result-title{font-size:15px;font-weight:600;color:var(--text);line-height:1.3}.search-result-meta{font-size:12px;font-weight:600;color:#f06248;text-transform:uppercase;letter-spacing:.6px;margin-top:4px}.search-result-vod{font-size:12px;color:var(--text-sub);margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.search-keyword-chips{display:flex;flex-wrap:wrap;gap:5px;margin-top:8px}.search-keyword-chip{font-size:11px;font-weight:500;color:var(--text-sub);background:var(--active-row);padding:3px 8px;border-radius:12px}
