:root{--radius-s:10px;--radius-m:14px;--radius-l:20px;--font-ui:system-ui, -apple-system, "Segoe UI", sans-serif;--font-transcript:Charter, Georgia, "Times New Roman", serif;--bg:#121016;--surface:#1b1922;--surface-2:#262330;--text:#f6f4f0;--muted:#a29daa;--accent:#7c6cf2;--accent-soft:#7c6cf229;--danger:#ff5c7a;--ok:#4ade80;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}[data-theme=light]{--bg:#faf6ef;--surface:#fffdf9;--surface-2:#f0eae0;--text:#2b2733;--muted:#756f7e;--accent:#6d5add;--accent-soft:#6d5add1f;--danger:#d6455f;--ok:#2f9e5f;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}@media (prefers-color-scheme:light){:root:not([data-theme=dark]):not([data-theme=light]){--bg:#faf6ef;--surface:#fffdf9;--surface-2:#f0eae0;--text:#2b2733;--muted:#756f7e;--accent:#6d5add;--accent-soft:#6d5add1f;--danger:#d6455f;--ok:#2f9e5f;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}}*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{background:var(--bg);color:var(--text);font-family:var(--font-ui);-webkit-font-smoothing:antialiased;transition:background .25s,color .25s}@media (prefers-reduced-motion:reduce){*,:before,:after{transition:none!important;animation:none!important}}.splash{min-height:100dvh;color:var(--muted);place-items:center;font-size:2rem;display:grid}.muted{color:var(--muted)}.error{color:var(--danger);font-size:.9rem}button{font:inherit;cursor:pointer;background:var(--accent);color:#fff;border:none;border-radius:12px;padding:.8rem 1rem;font-weight:600}button:disabled{opacity:.5;cursor:default}button.link{color:var(--muted);background:0 0;padding:.4rem;font-weight:400}button.danger{color:var(--danger);border:1px solid var(--danger);background:0 0}input,select{font:inherit;border:1px solid var(--surface-2);background:var(--surface-2);width:100%;color:var(--text);border-radius:12px;padding:.8rem 1rem}.card{background:var(--surface);border-radius:18px;flex-direction:column;gap:.9rem;padding:1.5rem;display:flex}.auth{place-items:center;min-height:100dvh;padding:1.5rem;display:grid}.auth .card{width:min(100%,360px)}.auth h1{margin:0}.home{flex-direction:column;gap:1.5rem;max-width:560px;margin:0 auto;padding:1.5rem;display:flex}.topbar{justify-content:space-between;align-items:center;display:flex}.record-placeholder{place-items:center;gap:1rem;padding:2rem 0;display:grid}.big-button{background:var(--accent);border-radius:50%;width:180px;height:180px;font-size:3rem;box-shadow:0 12px 40px #6d5efc59}.recorder:not(.is-recording) .big-button:not(:disabled){animation:3.6s ease-in-out infinite breathe}@keyframes breathe{0%,to{transform:scale(1);box-shadow:0 12px 40px #6d5efc4d}50%{transform:scale(1.03);box-shadow:0 14px 52px #6d5efc73}}.row{justify-content:space-between;align-items:center;gap:1rem;display:flex}.row select{width:auto}.quota-row{justify-content:space-between;font-size:.9rem;display:flex}.quota-bar{background:var(--surface-2);border-radius:8px;height:8px;margin-top:.4rem;overflow:hidden}.quota-fill{background:var(--accent);height:100%;transition:width .3s}.recorder{border-radius:18px;place-items:center;gap:1rem;padding:1.5rem 0;transition:background .3s;display:grid}.recorder.is-recording{background:#ff5c7a1f}.recorder.is-recording .big-button{background:var(--danger);animation:1.4s ease-in-out infinite pulse;box-shadow:0 12px 48px #ff5c7a73}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.04)}}.rec-status{color:var(--muted);margin:0}.transcript{font-family:var(--font-transcript);text-align:center;max-width:40ch;margin:.5rem 0 0;font-size:1.5rem;line-height:1.45}.hint{text-align:center;max-width:32ch;font-size:.85rem}.small{font-size:.8rem}.notes{flex-direction:column;gap:.9rem;margin:0;padding:0;list-style:none;display:flex}.notes li{border-top:1px solid var(--surface-2)}.notes li:first-child{border-top:none}.note-item{text-align:left;width:100%;color:var(--text);background:0 0;border-radius:0;padding:.9rem 0;font-weight:400}.note-head{justify-content:space-between;align-items:baseline;gap:.5rem;display:flex}.note-item p{margin:.3rem 0 0;font-size:.95rem}.detail{flex-direction:column;gap:1rem;max-width:640px;margin:0 auto;padding:1.5rem;display:flex}.detail-title{margin:0}.danger-text{color:var(--danger)}.player{background:var(--surface);border-radius:14px;align-items:center;gap:1rem;padding:1rem;display:flex}.waveform{flex:1;min-width:0}.play-btn{border-radius:50%;flex:none;width:48px;height:48px;padding:0}.transcript-words,.transcript-full{font-family:var(--font-transcript);font-size:1.2rem;line-height:1.75}.word{cursor:pointer;border-radius:4px;transition:background .15s}.word:hover{background:var(--surface-2)}.word.active{background:var(--accent);color:#fff}.mode-toggle{background:var(--surface-2);border-radius:999px;gap:2px;padding:3px;display:inline-flex}.mode-toggle .seg{color:var(--muted);background:0 0;border-radius:999px;padding:.4rem .9rem;font-size:.85rem;font-weight:500}.mode-toggle .seg.active{background:var(--accent);color:#fff}.modal-backdrop{z-index:50;background:#0009;place-items:center;padding:1.5rem;display:grid;position:fixed;inset:0}.modal{width:min(100%,380px)}.model-loading{text-align:center;width:min(100%,320px)}.model-loading .quota-bar{margin-top:.3rem}.day-header{text-transform:none;padding:.8rem 0 .3rem;font-weight:600}.map{border-radius:14px;width:100%;height:360px;margin-top:.5rem;overflow:hidden}.map-pin{cursor:pointer;background:0 0;border:none;padding:0;font-size:1.6rem;line-height:1}.ai-block{background:var(--surface-2);border-radius:12px;padding:.9rem}.ai-tldr{margin:0 0 .5rem;font-style:italic}.ai-actions{margin:0 0 .5rem;padding-left:1.2rem}.recovery-key{background:var(--surface-2);letter-spacing:.05em;white-space:pre-wrap;word-break:break-all;-webkit-user-select:all;user-select:all;border-radius:12px;margin:0;padding:1rem;font-size:1.05rem}.chapters ol{margin:.5rem 0;padding:0;list-style:none}.chapters .chapter{border-left:3px solid var(--surface-2);margin:.25rem 0;padding:.15rem 0 .15rem .6rem}.chapters .chapter.active{border-left-color:var(--accent)}.chapter-btn{color:var(--text);cursor:pointer;text-align:left;background:0 0;border:none;align-items:baseline;gap:.6rem;padding:.1rem 0;display:flex}.chapter-time{color:var(--accent);font-variant-numeric:tabular-nums;font-size:.85rem}.chapter-tldr{margin:0 0 .2rem}.sync-failed{border:1px solid var(--danger);border-radius:12px;justify-content:space-between;align-items:center;gap:.6rem;margin-bottom:.7rem;padding:.55rem .8rem;display:flex}.recovery{border:1px solid var(--accent)}.recovery-item{margin:.4rem 0}.todos{margin:.4rem 0;padding:0;list-style:none}.todo{border-bottom:1px solid var(--surface-2);padding:.45rem 0}.todo-main{cursor:pointer;align-items:flex-start;gap:.6rem;display:flex}.todo-main input[type=checkbox]{width:1.15rem;height:1.15rem;accent-color:var(--accent);margin-top:.15rem}.todo.done .todo-text{color:var(--muted);text-decoration:line-through}.todo-meta{align-items:baseline;gap:.8rem;margin:.15rem 0 0 1.75rem;display:flex}.link.small{font-size:.8rem}.badge{background:var(--accent);color:#fff;border-radius:999px;margin-left:.35rem;padding:.05rem .4rem;font-size:.7rem}.onboarding{text-align:center;align-items:center}.onboarding-emoji{font-size:3rem}.onboarding h2{margin:0}.onboarding-dots{gap:.4rem;display:flex}.onboarding-dots .dot{background:var(--surface-2);border-radius:50%;width:8px;height:8px}.onboarding-dots .dot.active{background:var(--accent)}.privacy-note summary{cursor:pointer;font-weight:600}.privacy-note p{margin:.5rem 0 0}.sec-panel{background:var(--surface-2);border-radius:var(--radius-m);flex-direction:column;gap:.6rem;margin-top:.5rem;padding:.9rem;display:flex}.apk-link{align-self:flex-start;text-decoration:none}.apk-link:hover{text-decoration:underline}.crash-detail{background:var(--surface-2);border-radius:var(--radius-s);white-space:pre-wrap;word-break:break-word;margin:0;padding:.8rem;font-size:.8rem}[data-native] *,[data-native] :before,[data-native] :after{transition:none!important;animation:none!important}[data-native] .big-button,[data-native] .recorder.is-recording .big-button{box-shadow:none!important}[data-native] .home,[data-native] .detail{padding-top:calc(1.5rem + env(safe-area-inset-top,24px))}.update-banner{text-align:left;width:100%;font:inherit;cursor:pointer;color:inherit;border:1px solid var(--accent);background:var(--surface-2);text-decoration:none;display:block}.update-banner strong{color:var(--accent);display:block}html,body{overflow-x:clip}.recorder,.record-placeholder{grid-template-columns:minmax(0,1fr)}.recorder>*,.record-placeholder>*{min-width:0}.recorder>.row{width:100%}.row select{flex:1 1 0;min-width:0;max-width:100%}.topbar>.muted{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}
