:root{--background:#fdf9ef;--foreground:#1a1508;--surface:#fff;--surface-muted:#faf6eb;--border:#e8dfc8;--border-strong:#d9cdb0;--text-muted:#6b5f4a;--text-subtle:#8b7d66;--speaking-yellow:#fcfc00;--primary:#fcfc00;--primary-pressed:#d4d400;--primary-soft:#fff9c4;--primary-soft-alt:#fffde7;--komivo-navy:#0a1b4d;--komivo-aqua:#23c1b2;--on-primary:#0a1b4d;--speaking-summary-accent:#6b6400;--speaking-summary-hero:#fff9c4;--speaking-summary-panel:#fffde7;--speaking-summary-border:#d8cf4a;--accent-warm:#d6a85c;--danger:#9c1f33;--warning:#b07a18;--review-complete-success:#1f7a4c;--shadow-soft:0 18px 40px rgba(58,40,14,.08);--shadow-medium:0 24px 60px rgba(58,40,14,.12);--radius-card:28px;--radius-field:20px;--radius-mode:16px;--radius-pill:999px;--button-height:52px;--nav-link-height:42px;--page-max:1400px;--app-content-max:none;--content-sidebar:220px;--readable-measure:42rem;--focus-ring:rgba(10,27,77,.28);--brand-yellow:var(--speaking-yellow);--brand-ink:var(--komivo-navy);--font-sans:var(--font-geist-sans),"Hiragino Sans","Hiragino Kaku Gothic ProN","Noto Sans JP","Yu Gothic UI",system-ui,-apple-system,"Segoe UI",Roboto,sans-serif;--font-mono:var(--font-geist-mono),ui-monospace,SFMono-Regular,Menlo,monospace}*{box-sizing:border-box}html{scroll-behavior:smooth}body,html{overflow-x:clip}body{margin:0;max-width:100%;background:var(--background);color:var(--foreground);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;line-height:1.5}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}::selection{background:rgba(252,252,0,.35)}:focus-visible{outline:2px solid var(--komivo-navy);outline-offset:2px}.page-shell{width:100%;max-width:min(var(--page-max),92vw);margin:0 auto;padding-left:24px;padding-right:24px}@media (max-width:768px){.page-shell{padding-left:18px;padding-right:18px}}.surface-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-card);box-shadow:var(--shadow-soft)}.button-ghost,.button-primary,.button-secondary{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:var(--button-height);padding:0 22px;border-radius:var(--radius-pill);font-weight:700;font-size:.9375rem;border:1px solid transparent;transition:background .16s ease,color .16s ease,border-color .16s ease}.button-primary{background:var(--primary);color:var(--on-primary)}.button-primary:hover:not(:disabled){background:var(--primary-pressed)}.button-inline{width:-moz-fit-content;width:fit-content;max-width:100%}.button-secondary{background:var(--primary-soft);color:var(--komivo-navy);border-color:rgba(10,27,77,.12)}.button-ghost{min-height:40px;padding:0 14px;background:transparent;color:var(--text-muted);border-color:var(--border);font-weight:600}.button-ghost:disabled,.button-primary:disabled,.button-secondary:disabled{opacity:.55;cursor:not-allowed}.app-nav-link{display:inline-flex;align-items:center;min-height:var(--nav-link-height);padding:0 14px;border-radius:var(--radius-pill);color:var(--text-muted);font-weight:600;font-size:.9375rem;white-space:nowrap}.app-nav-link:hover{color:var(--foreground);background:var(--surface-muted)}.app-nav-link.active{background:var(--primary-soft);color:var(--komivo-navy);font-weight:700}.text-muted{color:var(--text-muted)}.app-root{min-height:100vh;display:flex;flex-direction:column;background:var(--background);overflow-x:clip}.app-header{border-bottom:1px solid var(--border);background:hsla(0,0%,100%,.9);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.app-header-inner{display:flex;min-height:64px;align-items:center;justify-content:space-between;gap:16px;padding-top:12px;padding-bottom:12px;min-width:0}.app-header-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap;justify-content:flex-end}.app-body{display:grid;grid-template-columns:minmax(0,1fr);grid-gap:24px;gap:24px;padding-top:24px;padding-bottom:24px;flex:1 1;min-width:0}@media (min-width:1024px){.app-body{grid-template-columns:var(--content-sidebar) minmax(0,1fr)}}.app-aside{height:-moz-fit-content;height:fit-content;padding:12px;min-width:0;max-width:100%}@media (min-width:1024px){.app-aside{position:-webkit-sticky;position:sticky;top:24px}}.app-nav{display:flex;gap:6px;max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain}@media (min-width:1024px){.app-nav{flex-direction:column;overflow:visible}}.app-main{min-width:0;width:100%}.app-page-header{margin-bottom:20px}.app-page-title{margin:0;font-size:1.5rem;font-weight:800;letter-spacing:-.02em;line-height:1.25;overflow-wrap:anywhere;color:var(--foreground)}.app-page-description{margin:4px 0 0;max-width:var(--readable-measure);font-size:.875rem;line-height:1.55;color:var(--text-muted);overflow-wrap:anywhere}.settings-stack{display:grid;grid-gap:24px;gap:24px}.settings-stack-tight{display:grid;grid-gap:16px;gap:16px}.settings-panel-pad{padding:20px}.settings-section-title{font-size:1.125rem;font-weight:800;letter-spacing:-.01em}.settings-section-title,.settings-subsection-title{margin:0;line-height:1.35;color:var(--foreground);overflow-wrap:anywhere}.settings-subsection-title{font-size:1rem;font-weight:600}.settings-helper{margin:8px 0 0;font-size:.875rem;line-height:1.55;overflow-wrap:anywhere}.settings-plan-status{margin:0;font-weight:600;font-size:.875rem;color:var(--komivo-navy)}.settings-actions{display:flex;flex-wrap:wrap;gap:8px}.app-footer{border-top:1px solid var(--border);padding-top:24px;padding-bottom:24px}.app-footer-note{margin:0;font-size:.875rem;line-height:1.55;color:var(--text-muted);overflow-wrap:anywhere}.brand-logo{display:inline-flex;align-items:center;gap:10px;min-width:0}.brand-logo-mark{display:flex;flex-shrink:0;align-items:center;justify-content:center;width:36px;height:36px;border-radius:16px;background:var(--surface);box-shadow:var(--shadow-soft);border:1px solid color-mix(in srgb,var(--border) 70%,transparent)}.brand-logo-mark img{width:28px;height:28px;border-radius:12px;display:block;object-fit:contain}.brand-logo-wordmark{margin:0;font-size:.875rem;font-weight:700;letter-spacing:-.02em;color:var(--foreground);white-space:nowrap}@media (max-width:420px){.brand-logo-wordmark{font-size:.8125rem}.app-header-actions{gap:8px}}.brand-logo-wordmark span{color:var(--komivo-navy)}.plan-badge{display:inline-flex;align-items:center;min-height:28px;padding:2px 10px;border-radius:var(--radius-pill);font-size:.75rem;font-weight:600;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.plan-badge-pro{background:var(--primary-soft);color:var(--komivo-navy)}.plan-badge-free{border:1px solid var(--border);background:var(--surface-muted);color:var(--text-muted)}.locale-switch{display:inline-flex;align-items:center;justify-content:center;min-height:36px;min-width:44px;padding:0 12px;border-radius:var(--radius-pill);border:1px solid var(--border);background:var(--surface);color:var(--text-muted);font-size:.875rem;font-weight:600}.locale-switch:hover{color:var(--foreground)}.logout-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:inline-flex;align-items:center;justify-content:center;min-height:36px;padding:0 14px;border-radius:var(--radius-pill);background:transparent;color:var(--text-muted);font-size:.875rem;font-weight:600;border:1px solid var(--border)}.logout-button:hover{color:var(--foreground)}.home-card-grid{display:grid;grid-gap:20px;gap:20px;grid-template-columns:1fr}@media (min-width:640px){.home-card-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.home-card{position:relative;display:flex;flex-direction:column;min-height:100%;padding:24px;border-radius:var(--radius-card);border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow-soft);transition:transform .16s ease,box-shadow .16s ease}a.home-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-medium)}.home-card-locked{background:linear-gradient(180deg,var(--surface) 0,var(--primary-soft-alt) 100%)}.home-card-icon{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;margin-bottom:16px;border-radius:16px;font-size:1.1rem;font-weight:800;color:var(--on-primary)}.home-card-icon-speaking{background:var(--primary)}.home-card-icon-review{background:var(--primary-soft);color:var(--komivo-navy)}.home-card-icon-test{background:var(--primary-soft-alt);color:var(--komivo-navy);box-shadow:inset 0 0 0 1px var(--border)}.home-card-title{margin:0;font-size:1.25rem;font-weight:700;overflow-wrap:anywhere}.home-card-description{margin:8px 0 0;flex:1 1;font-size:.875rem;line-height:1.55;color:var(--text-muted);overflow-wrap:anywhere}.home-card-cta{margin-top:12px;font-size:.875rem;font-weight:700;color:var(--komivo-navy)}a.home-card:hover .home-card-cta{text-decoration:underline}.home-card-pro-pill{position:absolute;top:12px;right:12px;display:inline-flex;align-items:center;min-height:28px;padding:2px 12px;border-radius:var(--radius-pill);background:var(--primary-soft);color:var(--komivo-navy);font-size:.78rem;font-weight:700}.home-card-helper{margin:10px 0 0;font-size:.82rem;color:var(--text-subtle);overflow-wrap:anywhere}.home-card-remaining-slot{display:none}.home-card-remaining{display:block;margin-top:.75rem;font-size:.75rem;font-weight:600;color:var(--text-subtle)}.setup-remaining{margin:.5rem 0 0;font-size:.8125rem;font-weight:600}.usage-limit-banner{margin-top:1rem;padding:1rem 1.15rem;border:1px solid color-mix(in srgb,var(--brand-ink) 12%,transparent);background:color-mix(in srgb,var(--brand-yellow) 18%,#fff)}.usage-limit-title{margin:0;font-size:1.05rem;font-weight:700}.usage-limit-body{margin:.35rem 0 0;font-size:.9rem;color:var(--text-muted)}.access-state{max-width:720px;margin:0 auto;padding:2rem 1.25rem}.access-state .recovery-actions{display:flex;flex-wrap:wrap;gap:12px;margin:16px 0}.access-state .recovery-actions .button-primary,.access-state .recovery-actions .button-secondary{min-height:44px}.access-state h1{margin:0 0 .75rem;font-size:1.5rem;font-weight:800;overflow-wrap:anywhere}.access-state p{margin:.5rem 0 0}.access-state a{color:var(--komivo-navy);font-weight:700;text-decoration:underline}.public-page{max-width:720px;margin:0 auto;padding:2rem 1.25rem}.public-page h1{margin:0 0 .75rem;font-size:1.75rem;font-weight:800}.public-page p{margin:.75rem 0 0;color:var(--text-muted);line-height:1.6}.public-page a{color:var(--komivo-navy);font-weight:700;text-decoration:underline}.public-page code{background:var(--surface-muted);padding:.1em .35em;border-radius:4px;border:1px solid var(--border)}.mode-select-title,.speaking-panel-title{margin:0;font-size:1.5rem;font-weight:800;letter-spacing:-.02em;line-height:1.25;overflow-wrap:anywhere}.audio-check-ephemeral,.audio-check-meta,.mode-select-intro,.setup-hint{margin:8px 0 0;max-width:40rem;overflow-wrap:anywhere}.mode-select-grid{display:grid;grid-gap:20px;gap:20px;margin-top:24px;grid-template-columns:1fr}@media (min-width:640px){.mode-select-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.mode-card{display:flex;flex-direction:column;min-height:100%;padding:24px;border-radius:var(--radius-card);border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow-soft);transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}.mode-card:focus-visible,.mode-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-medium);border-color:color-mix(in srgb,var(--komivo-navy) 18%,var(--border))}.mode-card-title{margin:0;font-size:1.125rem;font-weight:700}.mode-card-description{margin:10px 0 0;flex:1 1;font-size:.92rem;color:var(--text-muted);overflow-wrap:anywhere}.mode-card-cta{margin-top:16px;font-size:.92rem;font-weight:700;color:var(--komivo-navy)}.speaking-panel{max-width:none;width:100%;min-width:0;padding:24px;display:grid;grid-gap:16px;gap:16px}.speaking-panel-subtitle{margin:0;font-size:1.05rem;font-weight:700;overflow-wrap:anywhere}.audio-check,.session-handoff,.speaking-setup{display:grid;grid-gap:16px;gap:16px;max-width:none;width:100%;min-width:0}.setup-form{width:100%;max-width:720px;min-width:0}.setup-panel{display:grid;grid-gap:0;gap:0}.setup-panel-header{display:grid;grid-gap:8px;gap:8px;margin-bottom:8px}.setup-panel-desc{margin:0}.setup-mode-meta,.setup-remaining{margin:0;font-size:.9rem}.setup-section{display:grid;grid-gap:14px;gap:14px;padding:20px 0;border-top:1px solid var(--border)}.setup-section:first-of-type{border-top:none;padding-top:12px}.setup-section-heading{display:grid;grid-gap:4px;gap:4px}.setup-section-title{margin:0;font-size:1rem;font-weight:700;color:var(--foreground)}.setup-section-desc{margin:0;font-size:.85rem;line-height:1.45}.setup-grid{display:grid;grid-gap:16px;gap:16px;grid-template-columns:1fr}.setup-stack{display:grid;grid-gap:16px;gap:16px}@media (min-width:640px){.setup-grid{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:20px;row-gap:16px}}.setup-card{padding:20px}.field{display:grid;grid-gap:6px;gap:6px;min-width:0;align-content:start}.field-wide{grid-column:1/-1}.field-label{font-size:.875rem;font-weight:700;color:var(--foreground)}.field-hint{color:var(--text-subtle)}.field-error,.field-hint{margin:0;font-size:.8rem;overflow-wrap:anywhere;line-height:1.4}.field-error{color:var(--danger)}.field-input{width:100%;min-height:48px;padding:14px 16px;border-radius:var(--radius-field);border:1px solid var(--border);background:var(--surface);color:var(--foreground);font-size:1rem}.field-input,.field-input-select{max-width:100%}.field-input:focus{outline:2px solid rgba(10,27,77,.18);border-color:var(--komivo-navy)}.field-input-textarea,textarea.field-input{min-height:120px;resize:vertical;line-height:1.45}.setup-deferred{margin:8px 0 0;padding-top:16px;border-top:1px solid var(--border);font-size:.85rem;overflow-wrap:anywhere}.setup-actions{display:flex;flex-wrap:wrap;gap:12px;align-items:center;margin-top:20px;padding-top:4px}.setup-actions .button-primary,.setup-actions .button-secondary{width:auto;min-width:9.5rem;max-width:100%}.realtime-fallback-banner{display:grid;grid-gap:4px;gap:4px;padding:12px 14px;border-radius:var(--radius-mode);background:color-mix(in srgb,var(--warning) 14%,var(--surface));color:#7a5410;max-width:100%}.realtime-fallback-title{margin:0;font-size:.95rem;font-weight:700}.realtime-fallback-note,.realtime-fallback-reason{margin:0;font-size:.85rem;line-height:1.4;overflow-wrap:anywhere}.realtime-fallback-note{opacity:.9}.realtime-fallback-retry{margin-top:6px;justify-self:start}@media (max-width:420px){.setup-form{max-width:100%}.setup-section{padding:16px 0}.setup-actions .button-primary,.setup-actions .button-secondary{min-width:0;flex:1 1 auto}}.button-danger{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:var(--button-height);min-width:44px;padding:0 22px;border-radius:var(--radius-pill);font-weight:700;border:1px solid transparent;background:var(--danger);color:#fff}.button-danger:hover:not(:disabled){filter:brightness(.95)}.button-danger:disabled{opacity:.55;cursor:not-allowed}.audio-check-prompt{margin:10px 0 0;padding:14px 16px;border-radius:var(--radius-mode);background:var(--primary-soft);color:var(--komivo-navy);font-size:1.1rem;font-weight:600;overflow-wrap:anywhere}.audio-level-track{margin-top:6px;height:10px;overflow:hidden;border-radius:var(--radius-pill);background:var(--surface-muted);border:1px solid var(--border)}.audio-level-bar{height:100%;border-radius:inherit;background:var(--komivo-navy);transition:width 75ms linear}@media (prefers-reduced-motion:reduce){.audio-level-bar,.button-danger,.button-primary,.button-secondary,.home-card,.mode-card{transition:none}.mode-card:focus-visible,.mode-card:hover,a.home-card:hover{transform:none}.recording-dot{animation:none}}.recording-controls{display:flex;flex-wrap:wrap;gap:10px;align-items:center}.recording-indicator{display:inline-flex;align-items:center;gap:8px;font-size:.85rem;font-weight:700;color:var(--danger);overflow-wrap:anywhere}.recording-dot{width:10px;height:10px;border-radius:50%;background:var(--danger);animation:speaking-pulse 1.1s ease-in-out infinite}@keyframes speaking-pulse{0%,to{opacity:1}50%{opacity:.35}}.playback-block{display:grid;grid-gap:10px;gap:10px;width:100%}.playback-audio{width:100%;max-width:100%}.status-error,.status-live,.status-success,.status-warning{margin:0;font-size:.9rem;overflow-wrap:anywhere}.status-success{background:color-mix(in srgb,#1f7a4c 12%,var(--surface));color:#145235}.status-error,.status-success{padding:10px 12px;border-radius:var(--radius-mode)}.status-error{background:color-mix(in srgb,var(--danger) 12%,var(--surface));color:var(--danger)}.status-warning,.status-warning-panel{padding:10px 12px;border-radius:var(--radius-mode);background:color-mix(in srgb,var(--warning) 14%,var(--surface));color:#7a5410}.transcription-text{margin:6px 0 0;font-size:.95rem;overflow-wrap:anywhere}.handoff-summary{display:grid;grid-gap:12px;gap:12px;margin:8px 0 0;padding:0}.handoff-summary>div{display:grid;grid-gap:2px;gap:2px;grid-template-columns:minmax(0,1fr)}.handoff-summary dt{font-size:.78rem;font-weight:700;color:var(--text-subtle)}.handoff-summary dd{margin:0;font-weight:600;overflow-wrap:anywhere}.handoff-next{margin:8px 0 0;font-size:.9rem;overflow-wrap:anywhere}.voice-text-input{display:grid;grid-gap:12px;gap:12px;width:100%;min-width:0}.voice-textarea{width:100%}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.speaking-practice,.speaking-session,.speaking-summary{display:grid;grid-gap:16px;gap:16px;width:100%;max-width:none;min-width:0}.speaking-post-session,.speaking-practice:not(.speaking-post-session),.speaking-summary{max-width:none}.session-header{display:flex;flex-wrap:wrap;gap:12px 20px;align-items:center;justify-content:space-between;margin-bottom:4px}.session-header-main{min-width:0;flex:1 1 14rem}.session-header-actions{display:flex;flex-wrap:wrap;align-items:center;gap:12px}.session-page-title{margin:0;font-size:1.5rem;font-weight:700;color:var(--foreground);overflow-wrap:anywhere}.session-meta{margin:4px 0 0;font-size:.875rem;overflow-wrap:anywhere}.session-timer{display:inline-flex;flex-direction:column;gap:2px;align-items:flex-end;min-width:4.5rem;padding:4px 12px;border-radius:8px;background:var(--surface-muted);font-size:.875rem;font-weight:600}.session-timer-value{font-feature-settings:"tnum";font-variant-numeric:tabular-nums;font-weight:700;font-size:.875rem;color:var(--foreground)}.session-timer-warning{background:color-mix(in srgb,var(--warning) 18%,var(--surface));color:#7a5410}.session-timer-warn-text{font-size:.7rem;font-weight:700;color:#7a5410;overflow-wrap:anywhere;text-align:end}.session-stage-label{margin:0;font-size:.75rem;font-weight:700;color:var(--text-subtle);text-transform:uppercase;letter-spacing:.06em}.session-ai-prompt{margin:8px 0 0;font-size:.95rem;font-weight:500;line-height:1.5;overflow-wrap:anywhere;color:var(--foreground)}.session-voice-controls{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:4px}.session-layout{display:grid;grid-gap:20px;gap:20px;grid-template-columns:minmax(0,1fr);align-items:start;width:100%;min-width:0}.session-layout-voice-first{align-items:stretch;gap:16px}.session-conversation,.session-layout-voice-first{display:flex;flex-direction:column;width:100%;min-width:0}.session-conversation{gap:12px;max-width:none;max-height:min(58vh,560px);overflow-x:hidden;overflow-y:auto;padding:20px;box-sizing:border-box}.session-controls-bar{display:grid;grid-gap:10px;gap:10px;padding:4px 0 8px;width:100%;max-width:none;min-width:0;box-sizing:border-box}.session-voice-hint{margin:0;text-align:center}.session-mic-controls{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:10px}.session-mic-primary{min-width:min(100%,12rem)}.voice-text-input-voice-only{display:grid;grid-gap:8px;gap:8px;justify-items:center}.session-bubble-text{margin:0}.session-bubble-ai-actions{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-top:8px}.session-replay-btn{font-size:.75rem;padding:4px 10px}.session-autoplay-hint{font-size:.75rem}.session-mute-btn{white-space:nowrap}@media (max-width:430px){.session-conversation{max-height:min(48vh,420px);padding:14px}.session-header-actions{flex-wrap:wrap;justify-content:flex-end}.session-mic-primary{width:100%}}@media (min-width:1024px){.session-layout:not(.session-layout-voice-first){grid-template-columns:minmax(0,1fr) 320px}.session-conversation{max-height:min(62vh,640px)}}.session-bubble-row{display:flex}.session-bubble-row-ai{justify-content:flex-start}.session-bubble-row-user{justify-content:flex-end}.session-bubble{max-width:80%;border-radius:16px;padding:8px 16px;font-size:.875rem;overflow-wrap:anywhere;white-space:pre-wrap}.session-bubble-ai{background:var(--surface-muted);color:var(--foreground)}.session-bubble-user{background:var(--primary);color:var(--on-primary)}.session-bubble-role{display:block;margin-bottom:2px;font-size:10px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;opacity:.6}.session-audio-only{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;min-height:180px;padding:24px 16px;text-align:center}.session-audio-only-title{margin:0;font-size:1rem;font-weight:600;color:var(--foreground)}.session-audio-only-state{margin:0;font-size:.875rem}.session-audio-only-wave{width:120px;height:4px;border-radius:999px;background:color-mix(in srgb,#f5c542 35%,var(--surface-muted));opacity:.55;transition:opacity .16s ease,transform .16s ease}.session-audio-only-wave[data-active=true]{opacity:1;transform:scaleX(1.08)}.session-voice-stage{display:flex;min-height:220px;flex-direction:column;justify-content:center;gap:16px;padding:24px}.session-voice-stage-status{border-radius:16px;background:var(--surface-muted);padding:12px 16px;text-align:center;font-size:.875rem;font-weight:500}.session-ai-speaking{color:var(--komivo-navy);font-weight:600}.session-latest-prompt{text-align:center}.session-aside{display:grid;grid-gap:12px;gap:12px}.session-input-panel{padding:18px;display:grid;grid-gap:10px;gap:10px}.session-input-title{margin:0;font-size:.875rem;font-weight:600;color:var(--foreground)}.session-turn-count{margin:0;font-size:.75rem}.session-confirm-overlay{position:fixed;inset:0;z-index:40;display:grid;place-items:center;padding:16px;background:color-mix(in srgb,#0a1628 45%,transparent)}.session-confirm-card{width:min(100%,24rem);padding:20px;display:grid;grid-gap:12px;gap:12px}.summary-header{display:grid;grid-gap:6px;gap:6px}.summary-meta-line{margin:0;font-size:.875rem}.summary-intro-card{max-width:none;width:100%;margin-top:8px}.summary-intro-count{margin:8px 0 0;font-size:1rem;font-weight:600;color:var(--komivo-navy)}.summary-grid,.summary-stack{display:grid;grid-gap:20px;gap:20px;grid-template-columns:minmax(0,1fr);width:100%;min-width:0}.practice-complete-actions{margin-top:8px}.practice-complete-actions .button-primary{min-width:min(100%,16rem)}.summary-mistake-list{list-style:none;margin:12px 0 0;padding:0;display:grid;grid-gap:12px;gap:12px}.summary-mistake-item{padding:12px;border-radius:8px;background:var(--surface);border:1px solid var(--border);display:grid;grid-gap:6px;gap:6px;overflow-wrap:anywhere}.summary-top-correction{border-color:color-mix(in srgb,var(--primary) 35%,var(--border));background:color-mix(in srgb,var(--primary-soft-alt) 70%,var(--surface))}.summary-mistake-item p{margin:0}.summary-mistake-badges{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.summary-inline-correction{font-size:.875rem;line-height:1.75}.summary-transcript-panel{background:color-mix(in srgb,var(--surface-muted) 55%,var(--surface))}.summary-transcript-list{display:grid;grid-gap:8px;gap:8px;margin-top:8px}.summary-transcript-turn{font-size:.8125rem;line-height:1.55;overflow-wrap:anywhere;color:var(--text-muted)}.summary-turn-role-ai{font-weight:600;color:var(--text-subtle)}.summary-turn-role-user{font-weight:600;color:var(--text-muted)}.summary-turn-text{color:var(--text-muted)}.summary-better-line{display:flex;flex-wrap:wrap;align-items:baseline;gap:6px;font-size:.875rem}.summary-better-arrow{color:var(--text-subtle)}.summary-footer-actions{margin-top:8px}.diff-corrected,.diff-original,.diff-original-mark{margin:0;line-height:1.75;overflow-wrap:anywhere}.diff-original{color:var(--text-muted)}.diff-corrected,.diff-original-mark{color:var(--foreground)}.diff-removed{color:var(--danger);text-decoration:line-through}.diff-removed-mark{border-radius:2px;background:color-mix(in srgb,var(--danger) 14%,var(--surface));padding:0 2px;font-weight:600;color:#9c1f33}.diff-added{font-weight:600;color:var(--komivo-navy);background:var(--primary-soft)}.practice-header{display:grid;grid-gap:6px;gap:6px}.practice-card{gap:14px;max-width:none;width:100%}.practice-label-row{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:4px}.practice-label{margin:0;display:inline-flex;width:-moz-fit-content;width:fit-content;padding:4px 12px;border-radius:var(--radius-pill);background:var(--primary-soft-alt);color:var(--komivo-navy);font-size:.75rem;font-weight:700}.practice-prompt{margin:12px 0 0;font-size:.875rem;font-weight:600}.practice-hint-panel{margin-top:12px;border-radius:8px;background:var(--surface-muted);padding:8px 12px;font-size:.875rem}.practice-learning-point,.practice-why-panel{margin-top:12px}.practice-learning-point p:last-child,.practice-why-panel p:last-child{margin:4px 0 0;font-size:.95rem;font-weight:600;line-height:1.45}.practice-feedback-correct .practice-outcome-title{font-size:1.15rem;font-weight:700}.correction-one-tap .session-mic-primary{width:auto;min-width:10rem;max-width:100%}.practice-more-help{margin-top:8px;border-radius:8px;background:color-mix(in srgb,var(--warning) 14%,var(--surface));padding:8px 12px;font-size:.75rem;color:#7a5410}.practice-hint-label{font-weight:700;color:var(--text-subtle)}.practice-original-diff{font-size:1rem}.practice-target-diff{margin-top:4px;font-size:1rem}.practice-reveal{margin-top:8px;padding:12px;border-radius:8px;border:1px solid var(--speaking-summary-border);background:var(--primary-soft-alt);display:grid;grid-gap:6px;gap:6px}.practice-reveal-label{margin:0;font-size:.75rem;font-weight:700;color:var(--speaking-summary-accent)}.practice-reveal p{margin:0;overflow-wrap:anywhere}.practice-outcome-title{margin:0 0 4px;font-weight:700}.practice-compare{display:grid;grid-gap:14px;gap:14px}.practice-compare-block{display:grid;grid-gap:4px;gap:4px}.practice-attempt-diff{margin:0;font-size:1rem}.practice-compare-note{margin:2px 0 0;font-size:.75rem}.practice-why-natural{margin:8px 0 0;font-size:.875rem}.practice-point-list{display:grid;grid-gap:12px;gap:12px;margin-top:12px}.practice-select-row{display:flex;gap:12px;align-items:flex-start;border:1px solid var(--border);border-radius:var(--radius-mode);padding:14px;cursor:pointer;background:var(--surface)}.practice-select-row:hover{background:var(--surface-muted)}.practice-select-row input{margin-top:4px;accent-color:var(--komivo-navy)}.practice-select-row strong{display:block;margin-top:4px}.practice-select-explain{display:block;margin-top:2px;font-size:.875rem}.practice-inline-chips{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.practice-tier-chip{display:inline-flex;align-items:center;min-height:24px;padding:0 10px;border-radius:var(--radius-pill);background:var(--primary-soft);color:var(--komivo-navy);font-size:.75rem;font-weight:700}.practice-tier-chip-fix{background:color-mix(in srgb,var(--danger) 12%,var(--surface));color:var(--danger)}.practice-tier-chip-focus{background:color-mix(in srgb,var(--accent,#2a7a5a) 12%,var(--surface));color:var(--accent,#1f5c44)}.practice-eyebrow{display:inline-flex;align-items:center;min-height:24px;padding:0 10px;border-radius:var(--radius-pill);background:var(--surface-muted);color:var(--text-muted);font-size:.75rem;font-weight:700}.practice-context-panel{display:grid;grid-gap:4px;gap:4px;margin-bottom:4px}.practice-context-text{margin:0;font-size:.9375rem;color:var(--text-muted)}.practice-answer-surface{border-radius:12px;border:1px solid color-mix(in srgb,var(--danger) 18%,var(--border));background:color-mix(in srgb,var(--danger) 4%,var(--surface));padding:12px 14px}.practice-coach-panel{display:grid;grid-gap:10px;gap:10px;margin-top:4px;border-radius:12px;border:1px solid var(--border);background:var(--surface);padding:14px}.practice-round2-original{margin:0;font-size:1rem;line-height:1.5}.practice-next-only{margin-top:4px}.practice-next-only .button-primary{min-width:min(100%,12rem)}@media (max-width:430px){.practice-card,.practice-compare{gap:12px}.practice-next-only .button-primary{width:100%;min-width:0}}@media (max-width:420px){.session-timer{align-items:flex-start}.session-timer-warn-text{text-align:start}}@media (prefers-reduced-motion:reduce){.session-confirm-overlay{transition:none}}@media (max-width:420px){.recording-controls .button-danger,.recording-controls .button-primary,.recording-controls .button-secondary,.setup-actions .button-primary,.setup-actions .button-secondary{flex:1 1 auto}}.review-page,.test-page{max-width:none;width:100%;min-width:0}.review-page-title,.test-page-title{margin:0;font-size:1.5rem;font-weight:800;letter-spacing:-.02em;line-height:1.25}.review-page-lead,.test-page-lead{margin:4px 0 0;max-width:var(--readable-measure);color:var(--text-muted);font-size:.875rem;line-height:1.55}.review-setup,.test-setup{display:grid;grid-gap:16px;gap:16px;margin-top:16px;width:100%;min-width:0}.review-setup-card,.test-setup-card{padding:20px 24px;display:grid;grid-gap:8px;gap:8px}.review-setup-label,.test-setup-label{margin:0;font-size:.875rem;font-weight:700;color:var(--foreground)}.review-setup-hint,.test-setup-hint{margin:0;font-size:.8125rem;color:var(--text-muted);line-height:1.5}.review-size-row,.test-meta-row{display:flex;flex-wrap:wrap;gap:8px;margin-top:4px}.review-size-chip,.review-source-chip{display:inline-flex;align-items:center;min-height:36px;padding:6px 14px;border-radius:var(--radius-pill);border:1px solid var(--border);background:var(--surface-muted);color:var(--text-muted);font-size:.8125rem;font-weight:700;cursor:pointer}.review-size-chip[aria-pressed=true],.review-size-chip[data-selected=true],.review-source-chip[aria-pressed=true]{background:var(--primary);color:var(--on-primary);border-color:color-mix(in srgb,var(--komivo-navy) 18%,var(--primary))}.review-size-chip:disabled{opacity:.45;cursor:not-allowed}.test-instruction{margin:0 0 8px;font-size:.875rem;font-weight:600;color:var(--text-muted);line-height:1.45}.test-answer-recorded{margin:16px 0 8px;font-size:1.05rem;font-weight:700;color:var(--foreground);text-align:center}.test-results-duration{margin:4px 0 0;font-size:.875rem;color:var(--text-muted)}.review-custom-size{display:grid;grid-gap:6px;gap:6px;margin-top:4px;max-width:12rem}.review-custom-input{width:100%;min-height:40px;padding:8px 12px;border-radius:var(--radius-md);border:1px solid var(--border);background:var(--surface);color:var(--foreground);font-size:.9375rem;font-weight:600}.review-custom-invalid{color:var(--danger,#b42318)}.review-mode-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:8px;gap:8px;margin-top:4px}.review-mode-card{display:grid;grid-gap:4px;gap:4px;align-content:start;min-height:88px;padding:12px 14px;text-align:left;border-radius:var(--radius-md);border:1px solid var(--border);background:var(--surface);color:var(--foreground);cursor:pointer}.review-mode-card[aria-pressed=true]{background:color-mix(in srgb,var(--primary) 16%,var(--surface));border-color:color-mix(in srgb,var(--komivo-navy) 18%,var(--primary))}.review-mode-title{font-size:.875rem;font-weight:800}.review-mode-hint{font-size:.75rem;line-height:1.4;color:var(--text-muted)}.review-ready{gap:12px}.review-session{display:grid;grid-gap:12px;gap:12px;margin-top:20px}.review-progress{margin:0;font-size:.8125rem;font-weight:700;color:var(--text-muted)}.review-continue{margin-top:16px;width:100%}.review-complete{margin-top:20px;padding:24px;display:grid;grid-gap:12px;gap:12px}.review-complete-panel{display:grid;grid-gap:24px;gap:24px;margin-top:20px;width:100%;max-width:840px;margin-inline:auto;min-width:0}.review-complete-kpi{background:linear-gradient(165deg,#fffef5 0,var(--surface) 42%,#fcfcfb 100%);border:1px solid var(--border);border-radius:20px;padding:20px;box-shadow:0 1px 2px rgb(10 27 77/4%);width:100%;color:var(--foreground);display:grid;grid-gap:16px;gap:16px}.review-complete-eyebrow{margin:0;font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--komivo-navy)}.review-complete-title{margin:0;font-size:32px;line-height:36px;font-weight:800;letter-spacing:-1px;color:var(--foreground)}.review-complete-body{margin:0;color:var(--text-muted);font-size:15px;line-height:22px}.review-complete-kpi-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:12px;gap:12px;margin-top:0}.review-complete-kpi-metric{display:grid;grid-gap:12px;gap:12px;justify-items:center;align-content:center;padding:20px 16px;border-radius:16px;background:var(--surface);border:1px solid var(--border);box-shadow:0 1px 2px rgb(10 27 77/4%);opacity:0;transform:translateY(14px) scale(.985)}.review-complete-kpi-metric.is-visible{opacity:1;transform:translateY(0) scale(1);transition:opacity .42s cubic-bezier(.2,.8,.2,1),transform .42s cubic-bezier(.2,.8,.2,1)}.review-complete-kpi-ornament{display:grid;place-items:center;min-height:88px}.review-complete-kpi-dots{display:flex;flex-wrap:wrap;gap:6px;justify-content:center;align-items:center;min-height:22px;max-width:120px}.review-complete-kpi-dot{width:9px;height:9px;border-radius:999px;background:var(--komivo-navy);opacity:0;transform:translateY(-20px) scale(.9)}.review-complete-kpi-dot.is-visible{opacity:1;transform:translateY(0) scale(1);transition:opacity .22s ease,transform .32s cubic-bezier(.22,1,.36,1)}.review-complete-kpi-dot-extra{font-size:11px;font-weight:700;color:var(--komivo-navy);background:var(--primary-soft);border-radius:var(--radius-pill);padding:3px 8px}.review-complete-kpi-ring{position:relative;width:88px;height:88px}.review-complete-kpi-ring-svg{width:88px;height:88px;transform:rotate(-90deg)}.review-complete-kpi-ring-track{fill:none;stroke:var(--primary-soft);stroke-width:8}.review-complete-kpi-ring-progress{fill:none;stroke:var(--review-complete-success);stroke-width:8;stroke-linecap:round}.review-complete-kpi-ring-core{position:absolute;inset:35px;border-radius:999px;background:var(--primary-soft-alt)}.review-complete-kpi-clock{position:relative;width:88px;height:88px;border-radius:999px;border:2px solid var(--border-strong);background:var(--primary-soft-alt)}.review-complete-kpi-clock-tick{position:absolute;background:var(--border-strong);border-radius:1px}.review-complete-kpi-clock-tick--top{top:12px;left:50%;width:2px;height:10px;transform:translateX(-50%)}.review-complete-kpi-clock-tick--right{right:12px;top:50%;width:10px;height:2px;transform:translateY(-50%)}.review-complete-kpi-clock-hand{position:absolute;left:50%;bottom:50%;transform-origin:bottom center;border-radius:999px}.review-complete-kpi-clock-hand--minute{width:4px;height:22px;margin-left:-2px;background:var(--komivo-navy)}.review-complete-kpi-clock-hand--second{width:2px;height:30px;margin-left:-1px;background:var(--border-strong)}.review-complete-kpi-clock-center{position:absolute;inset:40px;border-radius:999px;background:var(--komivo-navy)}.review-complete-kpi-label{font-size:12px;line-height:16px;font-weight:700;color:var(--text-muted);text-transform:uppercase;letter-spacing:.8px;text-align:center}.review-complete-kpi-value{font-size:34px;line-height:38px;font-weight:700;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;color:var(--foreground);text-align:center}.review-complete-kpi-metric:last-child .review-complete-kpi-value{font-size:30px;line-height:34px}.review-complete-kpi-value.is-revealing{opacity:0;transform:translateY(8px)}.review-complete-kpi-value.is-visible{opacity:1;transform:translateY(0);transition:opacity 625ms cubic-bezier(.22,1,.36,1),transform 625ms cubic-bezier(.22,1,.36,1)}@media (prefers-reduced-motion:reduce){.review-complete-kpi-dot,.review-complete-kpi-dot.is-visible,.review-complete-kpi-metric,.review-complete-kpi-metric.is-visible,.review-complete-kpi-value.is-revealing,.review-complete-kpi-value.is-visible{opacity:1!important;transform:none!important;transition:none!important}}.review-complete-dashboard-card{width:100%;max-width:840px;margin-inline:auto;display:grid;grid-gap:12px;gap:12px;padding:20px;background:var(--surface);border:1px solid var(--border);border-radius:16px;box-shadow:0 1px 2px rgb(10 27 77/4%)}.review-complete-dashboard-title{margin:0;font-size:18px;line-height:24px;font-weight:700;color:var(--foreground)}.review-complete-dashboard-subtitle,.review-complete-history-loading,.review-complete-weak-empty{margin:0;font-size:13px;line-height:19px;color:var(--text-muted)}.review-complete-chart-legend{display:flex;flex-wrap:wrap;gap:12px}.review-complete-chart-legend-item{display:inline-flex;align-items:center;gap:6px;font-size:13px;line-height:19px;color:var(--text-muted)}.review-complete-chart-legend-dot{width:10px;height:10px;border-radius:var(--radius-pill)}.review-complete-chart-axis-footer,.review-complete-chart-axis-label,.review-complete-chart-tick{font-size:.65rem;color:var(--text-subtle)}.review-complete-chart-shell{display:flex;gap:4px;align-items:stretch}.review-complete-chart-y-ticks{width:28px;display:flex;flex-direction:column;justify-content:space-between;align-items:flex-end}.review-complete-chart-inner{flex:1 1;min-width:0}.review-complete-chart-plot{position:relative;height:220px;border-radius:16px;background:var(--surface-muted);border:1px solid var(--border);overflow:visible}.review-complete-chart-grid-line{position:absolute;left:0;right:0;height:1px;background:#e8dfc8}.review-complete-chart-diagonal{position:absolute;inset:0;width:100%;height:100%;pointer-events:none}.review-complete-chart-point{position:absolute;width:14px;height:14px;margin-left:-7px;margin-bottom:-7px;border-radius:var(--radius-pill);border:2px solid var(--surface);padding:0;cursor:pointer}.review-complete-chart-point.is-inspected{width:18px;height:18px;margin-left:-9px;margin-bottom:-9px;border-width:3px}.review-complete-chart-tooltip{position:absolute;z-index:2;background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:12px;box-shadow:0 1px 2px rgb(10 27 77/4%);min-width:120px;max-width:180px;margin-left:10px;margin-bottom:10px;pointer-events:none}.review-complete-chart-tooltip-word{margin:0;font-size:18px;line-height:24px;font-weight:700;color:var(--foreground)}.review-complete-chart-tooltip-meaning,.review-complete-chart-tooltip-trajectory{margin:.15rem 0 0;font-size:13px;line-height:19px;color:var(--text-muted)}.review-complete-chart-x-ticks{display:flex;justify-content:space-between;margin-top:6px}.review-complete-chart-axis-footer{margin:0 0 0 28px}.review-complete-weak-list{display:grid;grid-gap:12px;gap:12px}.review-complete-weak-row{border-top:1px solid var(--border);padding-top:12px}.review-complete-weak-primary{display:grid;grid-gap:12px;gap:12px}.review-complete-weak-topline{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.review-complete-weak-phrase{margin:0;flex:1 1;font-size:18px;line-height:24px;font-weight:700;color:var(--foreground);overflow-wrap:anywhere}.review-complete-weak-status{border-radius:var(--radius-pill);padding:6px 10px;font-size:13px;line-height:18px;font-weight:600;white-space:nowrap}.review-complete-weak-meta{display:flex;flex-wrap:wrap;align-items:center;gap:6px;font-size:.85rem;color:var(--text-muted)}.review-complete-weak-content{display:flex;flex-wrap:wrap;align-items:flex-start;gap:16px}.review-complete-trend-chart,.review-complete-weak-chart-col{width:calc(28px + 188px)}.review-complete-weak-details{flex:1 1;min-width:220px;display:grid;grid-gap:6px;gap:6px}.review-complete-weak-meaning{margin:0;color:var(--text-muted)}.review-complete-weak-example{margin:0;font-size:.85rem;color:var(--foreground)}.review-complete-weak-example-translation{margin:0;font-size:.85rem;color:var(--text-muted);font-style:italic}.review-complete-trend-plot-row{display:flex;align-items:flex-start}.review-complete-trend-y-axis{width:28px;height:96px;display:flex;flex-direction:column;justify-content:space-between;align-items:flex-end;padding-right:6px}.review-complete-trend-date-row{position:relative;width:188px;margin-top:4px}.review-complete-trend-date-text{position:absolute;font-size:.65rem;color:var(--text-subtle)}.review-complete-actions{display:grid;grid-gap:12px;gap:12px;margin-top:8px}.review-complete-actions .button-primary,.review-complete-actions .button-secondary{min-height:56px;width:100%;text-align:center;text-decoration:none}@media (max-width:390px){.review-complete-kpi-row{grid-template-columns:1fr}}@media (max-width:720px){.review-complete-kpi-row{grid-template-columns:1fr}}.review-conversation{margin:4px 0 14px;display:grid;grid-gap:8px;gap:8px}.review-conversation-label{margin:0;font-size:.75rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--text-muted)}.review-conversation-body{display:grid;grid-gap:8px;gap:8px;padding:12px 14px;border-radius:var(--radius-md);background:var(--surface-muted);border:1px solid var(--border)}.review-conversation-line{margin:0;display:grid;grid-gap:2px;gap:2px;font-size:.9375rem;line-height:1.5;color:var(--foreground);overflow-wrap:anywhere}.review-conversation-role{font-size:.6875rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase;color:var(--text-muted)}.review-conversation-line-ai .review-conversation-role{color:var(--komivo-navy)}.review-conversation-line-you .review-conversation-role{color:#8a5a00}.review-original-block{margin:4px 0 0;display:grid;grid-gap:6px;gap:6px;padding:14px 16px;border-radius:var(--radius-md);background:color-mix(in srgb,var(--primary) 12%,var(--surface));border:1px solid color-mix(in srgb,var(--komivo-navy) 10%,var(--primary))}.review-original-label{margin:0;font-size:.75rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--text-muted)}.review-original{margin:0;font-size:1.125rem;font-weight:700;color:var(--foreground);line-height:1.5;overflow-wrap:anywhere}.review-learning-point{margin:10px 0 0;padding:10px 12px;border-radius:12px;background:color-mix(in srgb,var(--primary) 18%,transparent);font-size:.875rem;line-height:1.5}.review-learning-bullets{margin:8px 0 0;padding-left:1.1rem;font-size:.875rem;line-height:1.5}.review-meaning-hint{margin:8px 0 0;font-size:.8125rem;line-height:1.45}.review-count-refresh{color:var(--text-muted);font-weight:600}.review-setup-start,.test-setup-start{width:100%;margin-top:4px}.review-setup-start:disabled,.test-setup-start:disabled{opacity:.45;cursor:not-allowed}.review-card,.review-empty,.test-card,.test-empty,.test-locked{margin-top:20px;padding:24px}.review-list,.test-list{display:grid;grid-gap:20px;gap:20px;margin-top:20px}.review-card-meta,.test-card-meta{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:8px}.pro-feature-badge,.review-type-badge,.source-badge,.test-type-badge{display:inline-flex;align-items:center;border-radius:var(--radius-pill);background:var(--primary-soft-alt);padding:4px 12px;font-size:.75rem;font-weight:700;color:#8a5a00}.source-badge{background:#e8f1ff;color:var(--komivo-navy)}.pro-feature-badge{background:#ede9fe;color:#5b21b6}.review-count,.review-pattern,.test-count,.test-pattern{font-size:.75rem;color:var(--text-subtle)}.review-count,.test-count{margin-left:auto}.review-prompt,.test-prompt{margin:0;font-size:1rem;font-weight:600;color:var(--foreground);line-height:1.45;overflow-wrap:anywhere}.test-prompt[data-loading=true]{color:var(--text-subtle);font-weight:500}.test-avoid{margin:6px 0 0;font-size:.75rem;color:var(--text-subtle);line-height:1.45;overflow-wrap:anywhere}.review-input-wrap,.test-input-wrap{margin-top:16px}.review-feedback,.test-feedback{margin-top:16px;border-radius:16px;padding:12px 14px;font-size:.875rem;line-height:1.5}.review-feedback-correct,.test-feedback-pass{background:#ecfdf5;color:#065f46}.review-feedback-wrong,.test-feedback-fail{background:#fffbeb;color:#92400e}.review-feedback-title,.test-feedback-title{margin:0 0 4px;font-weight:700}.review-scheduled{margin:8px 0 0;font-size:.75rem;font-weight:600;color:#047857}.test-locked{border-color:#ddd6fe;background:#f5f3ff}.test-locked-title{margin:8px 0 0;font-size:1.125rem;font-weight:700;color:#4c1d95}.test-locked-body{margin:6px 0 0;font-size:.875rem;color:#5b21b6;line-height:1.5}.summary-save-panel .summary-save-status{margin:8px 0 0;font-size:.875rem;line-height:1.5}.summary-save-status-ok{color:#047857;font-weight:600}.summary-save-status-error{color:var(--danger)}.test-session-progress{display:flex;flex-wrap:wrap;justify-content:space-between;gap:8px;margin-bottom:8px;font-size:.8125rem;font-weight:700;color:var(--text-muted)}.test-progress-bar{height:8px;width:100%;margin-bottom:16px;border-radius:var(--radius-pill);background:var(--surface-muted);overflow:hidden}.test-progress-bar-fill{height:100%;border-radius:inherit;background:var(--primary);transition:width .25s ease}.test-session-size{margin:4px 0 0;font-size:1.125rem;font-weight:800;color:var(--foreground)}.test-finish-gate{margin-top:20px;padding:24px;display:grid;grid-gap:12px;gap:12px}.test-results{display:grid;grid-gap:16px;gap:16px;margin-top:20px;width:100%;max-width:840px;min-width:0}.test-results-overview{padding:24px;display:grid;grid-gap:8px;gap:8px;background:color-mix(in srgb,var(--primary) 14%,var(--surface))}.test-results-title{margin:0;font-size:1.25rem;font-weight:800}.test-results-score{margin:0;font-size:2rem;font-weight:800;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.test-results-body{margin:0;color:var(--text-muted);font-size:.875rem}.test-results-list{display:grid;grid-gap:12px;gap:12px}.test-weak-items{padding:20px 24px;display:grid;grid-gap:8px;gap:8px}.test-weak-list{margin:0;padding-left:1.25rem;display:grid;grid-gap:6px;gap:6px;font-size:.875rem;line-height:1.45}.test-results-actions{display:flex;flex-wrap:wrap;gap:10px;align-items:center}.test-resume-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:12px}.test-result-card{margin-top:0;padding:20px 24px;display:grid;grid-gap:8px;gap:8px}.test-result-card-pass{border-color:color-mix(in srgb,#047857 28%,var(--border))}.test-result-card-fail{border-color:color-mix(in srgb,#92400e 28%,var(--border))}.test-result-heading{margin:0;font-size:.9375rem;font-weight:800}.test-result-line{margin:0;font-size:.875rem;line-height:1.5;color:var(--foreground);overflow-wrap:anywhere}.test-result-label{font-weight:700;color:var(--text-muted)}.test-result-meta{display:flex;flex-wrap:wrap;gap:8px}@media (max-width:768px){.review-mode-row{grid-template-columns:1fr}.review-card,.review-empty,.test-card,.test-empty,.test-finish-gate,.test-locked,.test-result-card{padding:18px}.review-count,.test-count{margin-left:0;width:100%}}@media (max-width:420px){.review-complete-kpi-row{grid-template-columns:1fr}}.summary-hero{gap:14px}.summary-hero-head{display:flex;align-items:center;gap:12px}.summary-hero-check{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:999px;background:var(--primary-soft);color:var(--komivo-navy);font-weight:800}.summary-bullet-list{margin:8px 0 0;padding-left:1.2rem;display:grid;grid-gap:6px;gap:6px}.summary-overview-grid{display:grid;grid-gap:16px;gap:16px}@media (min-width:768px){.summary-overview-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.summary-category-grid{display:grid;grid-gap:12px;gap:12px;grid-template-columns:repeat(auto-fill,minmax(9rem,1fr))}.summary-category-card{border-radius:16px;background:var(--surface-muted);padding:14px}.summary-category-count{margin:6px 0 0;font-size:1.25rem;font-weight:800}.ws-cat-label{margin:0;font-size:.75rem;font-weight:700;letter-spacing:.02em;text-transform:uppercase;color:var(--text-subtle)}.ws-summary{display:grid;grid-gap:20px;gap:20px;width:100%;min-width:0;--ws-primary:var(--speaking-summary-accent);--ws-primary-pressed:var(--primary-pressed);--ws-primary-soft:var(--speaking-summary-hero);--ws-primary-soft-alt:var(--speaking-summary-panel);--ws-border:var(--speaking-summary-border);--ws-text-muted:var(--text-muted);--ws-text-subtle:var(--text-subtle);--ws-foreground:var(--foreground);--ws-danger:var(--danger)}.ws-summary-hero{border-radius:20px;border:2px solid var(--ws-border);background:var(--ws-primary-soft);padding:24px}.ws-summary-hero-stats{display:flex;flex-wrap:wrap;gap:.75rem 1.25rem;margin:.75rem 0 0;padding:0;list-style:none;font-size:.875rem;color:var(--text-subtle)}.ws-summary-hero-stats li{margin:0}.ws-summary-hero-head{display:flex;align-items:center;gap:12px}.ws-summary-check{font-size:1.875rem;line-height:1;color:var(--ws-primary)}.ws-summary-title{margin:0;font-size:1.25rem;font-weight:700;color:var(--ws-primary)}.ws-summary-positive{margin-top:12px}.ws-summary-subhead{margin:0;font-size:.875rem;font-weight:600;color:var(--ws-text-subtle);text-transform:none;letter-spacing:normal}.ws-summary-body{margin:4px 0 0;font-size:1rem;line-height:2rem;color:var(--ws-foreground)}.ws-summary-overall{margin:8px 0 0;line-height:1.75rem}.ws-summary-meta,.ws-summary-overall{font-size:.875rem;color:var(--ws-text-muted)}.ws-summary-meta{margin:12px 0 0;line-height:1.5rem}.ws-summary-text{margin-top:12px;border-radius:16px;background:hsla(0,0%,100%,.6);padding:16px;border:1px solid var(--ws-border)}.ws-summary-examples{display:grid;grid-gap:12px;gap:12px;margin-top:8px}.ws-summary-example-item{display:grid;grid-gap:6px;gap:6px}.ws-summary-style-body{margin:4px 0 0;font-size:.875rem;line-height:1.75rem;color:var(--ws-text-muted)}.ws-inline-diff,.ws-summary-inline-diff{display:block;line-height:1.85}.ws-summary-inline-diff .diff-removed,.ws-summary-inline-diff .ws-swap-old{text-decoration:line-through;color:var(--ws-danger);font-weight:600;background:#fde8e8;border-radius:8px;padding:2px 6px;display:inline;margin:0 2px}.ws-summary-inline-diff .diff-added,.ws-summary-inline-diff .ws-swap-new{color:var(--ws-primary);font-weight:600;background:var(--ws-primary-soft);border-radius:8px;padding:2px 6px;display:inline;margin:0 2px}.ws-list{margin:8px 0 0;padding-left:1.2rem;display:grid;grid-gap:6px;gap:6px;color:var(--ws-foreground)}.ws-summary-actions{display:flex;flex-wrap:wrap;gap:12px}.ws-summary-actions .button-primary{background:var(--primary);color:var(--on-primary);border-color:color-mix(in srgb,var(--komivo-navy) 18%,var(--primary))}.ws-summary-actions .button-primary:focus-visible,.ws-summary-actions .button-primary:hover{background:var(--primary-pressed);border-color:var(--primary-pressed)}.ws-summary-actions .button-secondary{background:var(--ws-primary-soft);color:var(--ws-primary);border-color:var(--ws-border)}.ws-summary-notebook-link{margin:0;font-size:.875rem;color:var(--ws-text-muted)}.ws-summary-notebook-link a{color:var(--ws-text-muted);font-weight:600;text-decoration:underline}.ws-chip{display:inline-flex;align-items:center;border-radius:999px;padding:2px 10px;font-size:.75rem;font-weight:700;background:var(--ws-primary-soft-alt);color:var(--ws-primary)}.ws-panel{border-radius:16px;border:1px solid var(--border);padding:16px;background:var(--surface)}.ws-panel-soft{border-radius:20px;background:var(--speaking-summary-panel);padding:20px;border:0}.practice-feedback-panel{margin-bottom:12px}.practice-feedback-list{margin:6px 0 0;padding-left:1.2rem;display:grid;grid-gap:4px;gap:4px}@media (max-width:640px){.ws-summary-actions{flex-direction:column;align-items:stretch}.ws-summary-actions .button-primary,.ws-summary-actions .button-secondary{width:100%}}.test-remediation-complete{max-width:32rem;margin:0 auto;padding:1.75rem 1.5rem 1.5rem}.test-remediation-complete .review-complete-actions{display:flex;flex-direction:column;gap:.75rem;margin-top:1.5rem}.test-remediation-page{width:100%}.nb-list,.report-page{display:grid;grid-gap:16px;gap:16px;width:100%;min-width:0}.nb-state{padding:28px}.nb-toolbar{display:grid;grid-template-columns:minmax(0,1.6fr) repeat(3,minmax(0,1fr));grid-gap:.75rem 1rem;gap:.75rem 1rem;align-items:end;padding:.85rem 1rem;border-radius:16px;background:var(--surface-muted);border:1px solid color-mix(in srgb,var(--border) 70%,transparent)}.nb-filter,.nb-search{display:grid;grid-gap:.3rem;gap:.3rem;min-width:0}.nb-toolbar-label{font-size:.7rem;font-weight:600;letter-spacing:.02em;color:var(--text-subtle)}.nb-search-input,.nb-select{width:100%;min-width:0;border:1px solid var(--border);border-radius:10px;background:var(--surface);color:var(--foreground);padding:.55rem .7rem;font-size:.875rem;line-height:1.25}.nb-search-input:focus,.nb-select:focus{outline:2px solid color-mix(in srgb,var(--primary) 35%,transparent);outline-offset:1px}.nb-clear-filters{align-self:end;justify-self:start}.nb-card{position:relative;padding:2.75rem 1.25rem 1.25rem}.nb-card-main{display:block;min-width:0}.nb-card-sentence{margin:0;font-size:1.05rem;line-height:1.7;font-weight:500;white-space:pre-wrap}.nb-card-correction,.nb-card-sentence{color:var(--foreground);overflow-wrap:anywhere}.nb-card-correction{margin:.45rem 0 0;font-size:.9rem;line-height:1.55;font-weight:600;background:var(--primary-soft-alt);border-left:3px solid var(--primary);padding:.35rem .55rem;border-radius:0 6px 6px 0}.nb-card-title{margin:.65rem 0 0;font-size:.8rem;font-weight:600;color:var(--text-muted);overflow-wrap:anywhere}.nb-card-meta{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;margin-top:.45rem}.nb-card-type{margin:0;font-size:.8rem;color:var(--text-muted)}.nb-card-date{margin:.35rem 0 0;font-size:.75rem;color:var(--text-subtle)}.nb-kind-pill{letter-spacing:.02em;background:color-mix(in srgb,var(--primary) 12%,transparent);color:var(--komivo-navy)}.nb-kind-pill,.nb-pronunciation-pill{display:inline-flex;align-items:center;border-radius:999px;padding:.15rem .55rem;font-size:.7rem;font-weight:700}.nb-pronunciation-pill{background:var(--surface-muted);color:var(--text-muted)}.nb-retry{margin-top:.75rem}.nb-card-actions{position:absolute;top:.85rem;right:.85rem;display:flex;flex-shrink:0;align-items:center;gap:.5rem;z-index:1}.nb-occurrence-pill{border-radius:999px;background:var(--surface-muted);padding:.25rem .75rem;font-weight:700}.nb-delete-btn,.nb-occurrence-pill{font-size:.75rem;color:var(--text-muted)}.nb-delete-btn{display:inline-flex;align-items:center;gap:.25rem;border:0;border-radius:999px;background:transparent;padding:.25rem .625rem;font-weight:600;cursor:pointer}.nb-delete-btn:hover:not(:disabled){background:color-mix(in srgb,var(--danger,#a13c3c) 10%,transparent);color:var(--danger,#a13c3c)}.nb-delete-btn:disabled{cursor:not-allowed;opacity:.6}.nb-delete-error{margin:.75rem 0 0;font-size:.875rem;color:var(--danger,#a13c3c)}.speaking-report{display:grid;grid-gap:1.5rem;gap:1.5rem;max-width:840px;width:100%;min-width:0;overflow-x:hidden}.speaking-report__intro,.speaking-report__section{display:grid;grid-gap:.5rem;gap:.5rem}.speaking-report__section-title{margin:0;font-size:18px;line-height:24px;font-weight:700}.speaking-report__hint,.speaking-report__muted,.speaking-report__section-body{margin:0;color:var(--text-muted);font-size:15px;line-height:22px}.speaking-report__hint{font-size:13px;line-height:18px}.speaking-report__metrics{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));grid-gap:1rem;gap:1rem}.speaking-report__metric{display:grid;grid-gap:4px;gap:4px;padding:1rem;background:var(--surface-muted);border:1px solid var(--border);border-radius:16px}.speaking-report__metric-value{font-size:28px;line-height:32px;font-weight:700;letter-spacing:-.4px}.speaking-report__metric-label{font-size:13px;line-height:18px;color:var(--text-muted)}.speaking-report__list{margin:0;padding:0;list-style:none;display:grid;grid-gap:.5rem;gap:.5rem}.speaking-report__list li{display:grid;grid-gap:.35rem;gap:.35rem;padding:.75rem 0;border-bottom:1px solid var(--border)}.speaking-report__actions{display:flex;flex-wrap:wrap;gap:.5rem}.speaking-report__trend{margin:0;padding:0;list-style:none;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:.5rem;gap:.5rem;align-items:end;min-height:140px}.speaking-report__trend li{display:grid;grid-template-rows:1fr auto auto;justify-items:center;grid-gap:6px;gap:6px;min-height:120px}.speaking-report__trend-bar{width:100%;max-width:48px;align-self:end;min-height:8px;background:var(--primary);border-radius:4px;opacity:.85}.speaking-report__trend-count{font-size:15px;font-weight:700;line-height:18px}.speaking-report__trend-label{font-size:12px;line-height:16px;color:var(--text-muted);text-align:center}.speaking-report__filters{display:flex;flex-wrap:wrap;gap:.35rem}.speaking-report__filter{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid var(--border);background:var(--surface);color:var(--text-muted);border-radius:8px;padding:6px 10px;font-size:13px;line-height:18px;cursor:pointer}.speaking-report__filter--active{border-color:var(--primary);color:var(--foreground);background:var(--surface-muted)}.speaking-report__weak-main{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:.5rem;flex:1 1 12rem;min-width:0}.speaking-report__weak-identity{display:grid;grid-gap:4px;gap:4px;min-width:0;flex:1 1 10rem}.speaking-report__weak-title{margin:0;font-weight:700;font-size:1rem;line-height:1.35}.speaking-report__weak-correction,.speaking-report__weak-sentence{margin:0;font-size:.9rem;font-weight:400;color:var(--text-muted);line-height:1.35;overflow-wrap:anywhere}.speaking-report__weak-correction{color:var(--foreground);font-weight:600;background:var(--primary-soft-alt);border-left:3px solid var(--primary);padding:.25rem .5rem;border-radius:0 6px 6px 0}.speaking-report__weak-row{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:1rem}.speaking-report__trend-chart{flex:0 1 240px;width:min(100%,240px);min-width:0}.speaking-report__trend-chart--limited{color:var(--text-subtle);font-size:.75rem;display:inline-flex;align-items:center;min-height:2rem}.speaking-report__trend-plot-row{display:flex;align-items:flex-start;max-width:100%}.speaking-report__trend-y-axis{width:28px;height:88px;display:flex;flex-direction:column;justify-content:space-between;align-items:flex-end;padding-right:6px;flex-shrink:0}.speaking-report__trend-tick{font-size:.65rem;line-height:1;color:var(--text-subtle)}.speaking-report__trend-tick--threshold{color:var(--speaking-summary-accent);font-weight:600}.speaking-report__trend-plot-block{position:relative;min-width:0;flex:1 1 auto}.speaking-report__trend-plot-block svg{display:block;max-width:100%;height:auto}.speaking-report__trend-latest-svg{fill:var(--komivo-navy);font-size:10px;font-weight:600}.speaking-report__trend-date-row{position:relative;width:200px;max-width:100%;margin-top:2px}.speaking-report__trend-date-text{position:absolute;font-size:.65rem;color:var(--text-subtle);white-space:nowrap}.speaking-report__weak-tags{display:flex;flex-wrap:wrap;gap:6px}.speaking-report__tag{font-size:12px;line-height:16px;color:var(--text-muted);border:1px solid var(--border);border-radius:4px;padding:2px 6px}.speaking-report__clear-filter,.speaking-report__retry{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background:none;color:var(--komivo-navy);font-weight:600;cursor:pointer;padding:0;text-decoration:underline;-webkit-text-decoration-color:var(--primary);text-decoration-color:var(--primary);text-underline-offset:.15em}@media (max-width:720px){.nb-toolbar{grid-template-columns:1fr}}@media (max-width:420px){.speaking-report__weak-row{flex-direction:column;align-items:stretch}.speaking-report__trend-chart{width:100%;flex-basis:auto}.speaking-report__trend-date-row{width:100%}}