:root{--page-bg:#f1f5f9;--surface:#fff;--surface-muted:#f8fafc;--text:#475569;--text-h:#0f172a;--text-muted:#64748b;--border:#cbd5e1;--input-bg:#fff;--input-text:#0f172a;--placeholder:#94a3b8;--accent:#2554dc;--accent-hover:#1d4ed8;--accent-text:#fff;--disabled:#94a3b8;--error:#b91c1c;--shadow:#0f172a1a 0 10px 25px -5px, #0f172a0a 0 8px 10px -6px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;color:var(--text);background:var(--page-bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (width<=1024px){:root{font-size:16px}}:root[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--page-bg:#111318;--surface:#1b1f27;--surface-muted:#242a35;--text:#cbd5e1;--text-h:#f8fafc;--text-muted:#a8b3c4;--border:#465064;--input-bg:#11151c;--input-text:#f8fafc;--placeholder:#7f8ca3;--accent:#3d63d8;--accent-hover:#456bdf;--accent-text:#fff;--disabled:#596579;--error:#fca5a5;--shadow:#00000073 0 20px 35px -12px, #0000004d 0 8px 16px -8px}body{background:var(--page-bg);margin:0;transition:background-color .16s,color .16s}#root{text-align:center;box-sizing:border-box;flex-direction:column;width:1126px;max-width:100%;min-height:100svh;margin:0 auto;display:flex}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}h1{letter-spacing:-1.68px;margin:32px 0;font-size:56px}@media (width<=1024px){h1{margin:20px 0;font-size:36px}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (width<=1024px){h2{font-size:20px}}p{margin:0}.app-shell{background:var(--page-bg);justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex}.translator-card{background:var(--surface);border:1px solid var(--border);width:100%;max-width:640px;box-shadow:var(--shadow);text-align:left;border-radius:12px;padding:2rem}.translator-card.glossary-card{max-width:1080px}.app-header{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.25rem;display:flex}.app-header nav{gap:.35rem;display:flex}.app-header nav a{color:var(--text-muted);border-radius:7px;padding:.45rem .7rem;font-size:.9rem;font-weight:600;text-decoration:none}.app-header nav a.active{background:var(--surface-muted);color:var(--text-h)}.theme-selector{justify-content:flex-end;gap:.25rem;margin-bottom:0;display:flex}.translator-card .theme-selector button{color:var(--text-muted);background:0 0;border:1px solid #0000;margin:0;padding:.35rem .7rem;font-size:.8rem}.translator-card .theme-selector button[aria-pressed=true]{border-color:var(--border);background:var(--surface-muted);color:var(--text-h)}.pronunciation-selector{color:var(--text-muted);justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.25rem;font-size:.85rem;font-weight:600;display:flex}.pronunciation-selector>div{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.translator-card .pronunciation-selector button{border:1px solid var(--border);background:var(--surface-muted);color:var(--text-h);border-radius:0;margin:0;padding:.4rem .75rem;font-size:.85rem}.translator-card .pronunciation-selector button:first-child{border-radius:8px 0 0 8px}.translator-card .pronunciation-selector button:last-child{border-radius:0 8px 8px 0;margin-left:-1px}.translator-card .pronunciation-selector button[aria-pressed=true]{border-color:var(--accent);background:var(--accent);color:var(--accent-text);position:relative}.tone-selector{align-items:center;gap:.75rem;margin-bottom:1.25rem;display:flex}.tone-selector label{color:var(--text-muted);white-space:nowrap;font-size:.85rem;font-weight:600}.translator-card .tone-selector select{border:1px solid var(--border);background:var(--surface-muted);color:var(--text-h);cursor:pointer;border-radius:8px;padding:.4rem .75rem;font-size:.85rem;font-weight:600}.translator-card .tone-selector select:hover{border-color:var(--accent);background:var(--surface)}.translator-card .tone-selector select:focus{outline:2px solid var(--accent);outline-offset:2px}.eyebrow{text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);margin:0 0 .5rem;font-size:.8rem}.translator-card h1{margin:0 0 1.5rem;font-size:1.5rem}.privacy-notice{color:var(--text-muted);margin:0 0 1.5rem;font-size:.9rem}.privacy-notice a,.privacy-details a{color:var(--text-h);font-weight:600;text-decoration:underline}.privacy-details{border-top:1px solid var(--border);margin-top:1.75rem;padding-top:1.25rem}.privacy-details h2{font-size:1rem}.privacy-details p{color:var(--text-muted);font-size:.85rem}.direction-selector{grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem;margin-bottom:1.5rem;display:grid}.translator-card .direction-selector button{border:1px solid var(--border);background:var(--surface-muted);color:var(--text-h);margin:0;padding:.65rem}.translator-card .direction-selector button.active{border-color:var(--accent);background:var(--accent);color:var(--accent-text)}.translator-page label{margin-bottom:.5rem;font-weight:600;display:block}.translator-page textarea{box-sizing:border-box;border:1px solid var(--border);background:var(--input-bg);width:100%;color:var(--input-text);caret-color:var(--input-text);resize:vertical;border-radius:8px;padding:.75rem;font-family:inherit;font-size:1rem}.translator-page textarea::placeholder{color:var(--placeholder)}.char-counter{color:var(--text-muted);text-align:right;margin-top:.5rem;font-size:.75rem}.char-counter.at-limit{color:var(--error);font-weight:600}.char-counter .limit-warning{margin-left:.5rem}.translator-card textarea:focus-visible,.translator-card button:focus-visible{outline:3px solid color-mix(in srgb, var(--accent) 35%, transparent);outline-offset:2px}.translator-page form>button{background:var(--accent);color:var(--accent-text);cursor:pointer;border:none;border-radius:8px;margin-top:1rem;padding:.6rem 1.4rem;font-size:1rem}.translator-page form>button:hover:not(:disabled){background:var(--accent-hover)}.translator-card .theme-selector button:hover,.translator-card .pronunciation-selector button:hover:not([aria-pressed=true]),.translator-card .direction-selector button:hover:not(.active){background:var(--surface-muted)}.translator-page form>button:disabled{background:var(--disabled);cursor:not-allowed}.result-region{margin-top:1.5rem}.translation-output{white-space:pre-wrap}.error{color:var(--error)}.glossary-intro{color:var(--text-muted);margin-bottom:1.25rem}.glossary-grid{text-align:left;width:100%;height:680px}.empty-glossary{height:100%;color:var(--text-muted);place-items:center;display:grid}.page-loader{min-height:12rem;color:var(--text-muted);justify-content:center;align-items:center;gap:.75rem;display:flex}.page-loader-spinner{border:3px solid var(--border);border-top-color:var(--accent);border-radius:50%;width:1.25rem;height:1.25rem;animation:.8s linear infinite spin}.MuiDialog-paper{background:var(--surface)!important;color:var(--text)!important}.MuiDialogContent-root p+p{margin-top:1rem}.MuiDialogTitle-root,.MuiDialogContent-root strong{color:var(--text-h)}.spinner{vertical-align:-.125em;border:2px solid #ffffff4d;border-top-color:currentColor;border-radius:50%;width:1em;height:1em;margin-right:.5em;animation:.8s linear infinite spin;display:inline-block}@keyframes spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.spinner,.page-loader-spinner{animation:none}}@media (width<=560px){.app-shell{padding:1rem}.translator-card{padding:1.25rem}.app-header{flex-direction:column-reverse;align-items:stretch}.theme-selector{justify-content:flex-end}.direction-selector{grid-template-columns:1fr}.pronunciation-selector{flex-direction:column;align-items:stretch;gap:.5rem}.glossary-grid{height:620px}}
