@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;600;700&display=swap";
@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/8a480f0b521d4e75-s.06d3mdzz5bre_.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/7178b3e590c64307-s.11.cyxs5p-0z~.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/caa3a2e1cccd8315-s.p.16t1db8_9y2o~.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Geist Fallback;src:local(Arial);ascent-override:95.94%;descent-override:28.16%;line-gap-override:0.0%;size-adjust:104.76%}.geist_2ae47f08-module__h69qWW__className{font-family:Geist,Geist Fallback;font-style:normal}.geist_2ae47f08-module__h69qWW__variable{--font-geist-sans:"Geist", "Geist Fallback"}
@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/4fa387ec64143e14-s.0q3udbd2bu5yp.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/bbc41e54d2fcbd21-s.0gw~uztddq1df.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/797e433ab948586e-s.p.0.q-h669a_dqa.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Geist Mono Fallback;src:local(Arial);ascent-override:74.67%;descent-override:21.92%;line-gap-override:0.0%;size-adjust:134.59%}.geist_mono_eb58308d-module__w_p2Lq__className{font-family:Geist Mono,Geist Mono Fallback;font-style:normal}.geist_mono_eb58308d-module__w_p2Lq__variable{--font-geist-mono:"Geist Mono", "Geist Mono Fallback"}
:root{--bg-color:#f9f9f9;--panel-bg:#fff;--panel-border:#e5e5e5;--accent:#0f766e;--accent-glow:#0f766e33;--text-main:#0f0f0f;--text-muted:#606060;--danger:#c00;--success:#0f9d58}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-color);color:var(--text-main);flex-direction:column;min-height:100vh;font-family:Outfit,sans-serif;display:flex}.container{width:100%;max-width:1000px;margin:0 auto;padding:2rem}.glass-panel{background:var(--panel-bg);border:1px solid var(--panel-border);border-radius:12px;padding:1.5rem;box-shadow:0 4px 12px #0000000d}h1{text-align:center;color:var(--text-main);margin-bottom:.5rem;font-size:3rem;font-weight:700}p.subtitle{text-align:center;color:var(--text-muted);margin-bottom:2rem;font-size:1.1rem}.input-group{gap:1rem;margin-bottom:2rem;display:flex}input[type=text]{border:1px solid var(--panel-border);color:var(--text-main);background:#fff;border-radius:12px;outline:none;flex:1;padding:1rem 1.5rem;font-family:inherit;font-size:1.1rem;transition:all .3s}input[type=text]:focus{border-color:var(--accent);box-shadow:0 0 15px var(--accent-glow)}button{background:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:12px;justify-content:center;align-items:center;gap:.5rem;padding:1rem 2rem;font-family:inherit;font-size:1.1rem;font-weight:600;transition:all .3s;display:flex}button:hover{box-shadow:0 4px 15px var(--accent-glow);background:#0d6059;transform:translateY(-2px)}button:disabled{opacity:.5;cursor:not-allowed;box-shadow:none;transform:none}button.secondary{color:#0f0f0f;background:#f1f1f1}button.secondary:hover{background:#e5e5e5}button.secondary i{color:var(--text-muted)}button.danger{color:var(--danger);background:#cc00001a;border:1px solid #c003}button.danger:hover{background:#cc000026}.switch-container{border-bottom:1px solid var(--panel-border);justify-content:space-between;align-items:center;padding:1rem 0;display:flex}.switch{width:50px;height:28px;display:inline-block;position:relative}.switch input{opacity:0;width:0;height:0}.slider{cursor:pointer;background-color:#ffffff1a;border-radius:34px;transition:all .4s;position:absolute;inset:0}.slider:before{content:"";background-color:#fff;border-radius:50%;width:20px;height:20px;transition:all .4s;position:absolute;bottom:4px;left:4px}input:checked+.slider{background-color:var(--success)}input:checked+.slider:before{transform:translate(22px)}.word-tag{border:1px solid var(--panel-border);background:#f1f1f1;border-radius:20px;align-items:center;gap:.5rem;margin:.25rem;padding:.4rem .8rem;font-size:.9rem;display:inline-flex}.word-tag button{color:var(--text-muted);box-shadow:none;background:0 0;margin:0;padding:0}.word-tag button:hover{color:var(--danger);transform:none}.player-wrapper{aspect-ratio:16/9;background:#000;border-radius:16px;width:100%;margin-top:2rem;position:relative;overflow:hidden;box-shadow:0 10px 40px #00000080}.player-status{color:var(--success);background:#10b9811a;border-radius:12px;justify-content:center;align-items:center;gap:.5rem;margin-top:1rem;padding:1rem;font-weight:600;transition:all .3s;display:flex}.player-status.muted{color:var(--danger);background:#ef44441a;animation:1.5s infinite pulse}@keyframes pulse{0%{opacity:.8}50%{opacity:1}to{opacity:.8}}.header-logo{justify-content:center;align-items:center;gap:1rem;margin-bottom:2rem;display:flex;position:relative}.modal-overlay{z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000080;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.modal-content{background:var(--bg-color);border-radius:16px;width:100%;max-width:650px;max-height:90vh;padding:0;position:relative;overflow-y:auto;box-shadow:0 10px 40px #0003}.close-modal{color:var(--text-muted);cursor:pointer;z-index:10;background:0 0;border:none;padding:.5rem;font-size:1.5rem;position:absolute;top:1rem;right:1.5rem}.close-modal:hover{color:var(--danger);box-shadow:none;background:0 0;transform:none}
@media screen and (max-width:768px){.container{padding:1.5rem 1rem 1rem}.header-logo{flex-direction:row;justify-content:flex-start;align-items:center;gap:.5rem;margin-bottom:1.5rem;display:flex;position:relative!important}.header-logo .settings-btn{justify-content:center;margin-top:0;display:flex;width:45px!important;height:45px!important;padding:0!important;position:absolute!important;top:50%!important;right:0!important;transform:translateY(-50%)!important}.main-title{text-align:left;margin-bottom:0;font-size:1.6rem!important}.header-icon{width:75px!important;height:75px!important}p.subtitle{padding:0 1rem;font-size:.95rem!important}.input-group{flex-direction:column!important;gap:.8rem!important}.input-group input[type=text],.input-group button{width:100%}.glass-panel{padding:1.2rem 1rem!important}.modal-content{max-width:95%!important;max-height:90vh!important}.modal-content>div{padding:1.5rem!important}.watch-again-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr))!important}.subtitle-overlay{width:95%!important;min-width:95%!important;padding:1rem!important;bottom:20%!important}.subtitle-overlay-prev,.subtitle-overlay-next{font-size:1rem!important}.subtitle-overlay-curr{font-size:1.2rem!important}}@media screen and (max-width:480px){.main-title{font-size:1.4rem!important}.header-icon{width:40px!important;height:40px!important}.watch-again-grid{grid-template-columns:repeat(auto-fill,minmax(130px,1fr))!important}}
