:root {
    --ink: #17241f;
    --muted: #69766f;
    --paper: #f5f4ed;
    --card: #fffef9;
    --line: #dfe2d9;
    --green: #2c6e55;
    --green-dark: #1d503d;
    --green-pale: #e4eee7;
    --lime: #d9e784;
    --navy: #15251f;
    --red: #9b3f36;
    --shadow: 0 16px 45px rgba(27, 52, 42, .08);
    --radius: 20px;
}

* { box-sizing: border-box; }
html { font-size: 16px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.5; }
button, input, select, textarea { color: inherit; font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
h1, h2, p { margin-top: 0; }
h1, h2 { letter-spacing: -.035em; line-height: 1.12; }
h1 { font-size: clamp(1.8rem, 3vw, 2.65rem); margin-bottom: .65rem; }
h2 { font-size: 1.35rem; margin-bottom: .35rem; }
.muted, .page-header p, .panel-title p, .card-heading p { color: var(--muted); }
.eyebrow { margin: 0 0 .6rem; color: var(--green); font-size: .73rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.brand { display: inline-flex; align-items: center; gap: .7rem; color: inherit; font-size: 1.05rem; font-weight: 800; line-height: 1.1; text-decoration: none; }
.brand small { display: block; margin-top: .16rem; color: #87968e; font-size: .56rem; font-weight: 600; letter-spacing: .11em; text-transform: uppercase; }
.brand-mark { display: inline-grid; width: 2.25rem; height: 2.25rem; place-items: center; border-radius: 11px 4px 11px 4px; color: var(--navy); background: var(--lime); font-family: Georgia, serif; font-size: 1.45rem; font-weight: 800; transform: rotate(-2deg); }
.button { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; gap: .75rem; padding: .75rem 1.2rem; border: 1px solid var(--green); border-radius: 12px; color: white; background: var(--green); box-shadow: none; cursor: pointer; font-weight: 750; text-decoration: none; transition: .18s ease; }
.button:hover { background: var(--green-dark); transform: translateY(-1px); }
.button:focus-visible, button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid rgba(44, 110, 85, .25); outline-offset: 2px; }
.button.secondary { color: var(--green); background: transparent; }
.button.secondary:hover { color: #fff; background: var(--green); }
.button.full { width: 100%; }
.button:disabled, fieldset:disabled .button { opacity: .5; cursor: not-allowed; }
.alert { margin-bottom: 1.2rem; padding: .9rem 1rem; border: 1px solid; border-radius: 12px; font-size: .92rem; }
.alert.error { color: #742f29; border-color: #e8b7b1; background: #fff0ee; }
.alert.success { color: #205a42; border-color: #b8d8c7; background: #eaf6ee; }
label { display: block; color: #38443e; font-size: .82rem; font-weight: 750; }
input, select, textarea { width: 100%; border: 1px solid var(--line); border-radius: 11px; color: var(--ink); background: #fff; }
input, select { min-height: 46px; padding: .7rem .85rem; }
textarea { padding: 1rem; resize: vertical; }
input:focus, select:focus, textarea:focus { border-color: var(--green); outline: 3px solid rgba(44, 110, 85, .1); }
label small { display: block; margin-top: .35rem; color: var(--muted); font-size: .72rem; font-weight: 500; }
.form-stack { display: grid; gap: 1rem; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
fieldset { display: grid; gap: 1rem; margin: .3rem 0; padding: 1.1rem; border: 1px solid var(--line); border-radius: 14px; }
legend { padding: 0 .5rem; color: var(--ink); font-weight: 800; }

/* Login */
.auth-shell { display: grid; min-height: 100vh; grid-template-columns: minmax(360px, 1.05fr) minmax(440px, .95fr); }
.auth-visual { position: relative; display: flex; overflow: hidden; min-height: 700px; flex-direction: column; justify-content: space-between; padding: clamp(2rem, 5vw, 4rem); color: white; background: radial-gradient(circle at 76% 25%, rgba(217, 231, 132, .17), transparent 23%), linear-gradient(145deg, #1c4335, #12251f 70%); }
.auth-visual::after { position: absolute; right: -14%; bottom: -22%; width: 540px; height: 540px; border: 1px solid rgba(255,255,255,.09); border-radius: 50%; content: ""; box-shadow: 0 0 0 80px rgba(255,255,255,.025), 0 0 0 160px rgba(255,255,255,.018); }
.brand.light small { color: #9fb8ad; }
.auth-copy { position: relative; z-index: 1; max-width: 630px; }
.auth-copy .eyebrow { color: var(--lime); }
.auth-copy h1 { max-width: 580px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.25rem, 4vw, 4.15rem); font-weight: 500; letter-spacing: -.045em; }
.auth-copy > p:last-child { max-width: 530px; color: #c6d4ce; font-size: 1.05rem; }
.privacy-note { position: relative; z-index: 1; margin: 0; color: #9fb8ad; font-size: .75rem; letter-spacing: .06em; text-transform: uppercase; }
.language-orbit { position: absolute; right: 7%; top: 12%; width: 260px; height: 260px; border: 1px solid rgba(255,255,255,.11); border-radius: 50%; opacity: .8; }
.language-orbit i { position: absolute; inset: 50% auto auto 50%; color: var(--lime); font-size: 2rem; transform: translate(-50%, -50%); }
.language-orbit span { position: absolute; padding: .35rem .65rem; border: 1px solid rgba(255,255,255,.12); border-radius: 99px; color: #dce8e2; background: rgba(255,255,255,.05); font-size: .72rem; }
.language-orbit span:nth-child(1) { left: -8%; top: 45%; }.language-orbit span:nth-child(2) { left: 30%; top: -8%; }.language-orbit span:nth-child(3) { right: -14%; top: 28%; }.language-orbit span:nth-child(4) { right: 0; bottom: 5%; }.language-orbit span:nth-child(5) { left: 8%; bottom: -5%; }
.auth-form-wrap { display: grid; place-items: center; padding: 2rem; background: #f7f5ef; }
.auth-card { width: min(100%, 420px); }
.auth-card h2 { margin-bottom: .45rem; font-size: 1.85rem; }
.auth-card > .muted { margin-bottom: 2rem; }
.auth-card .button { margin-top: .4rem; }
.secure-caption { margin: 1.4rem 0 0; color: var(--muted); font-size: .74rem; text-align: center; }
.locale-switch { display: flex; width: max-content; gap: .25rem; margin: 0 0 1.5rem auto; padding: .2rem; border: 1px solid var(--line); border-radius: 9px; background: rgba(255,255,255,.5); }
.locale-switch a { padding: .3rem .55rem; border-radius: 6px; color: var(--muted); font-size: .68rem; font-weight: 850; text-decoration: none; }
.locale-switch a.active { color: white; background: var(--green); }
.install-locale { margin: 0 0 2rem; border-color: rgba(255,255,255,.18); background: rgba(255,255,255,.05); }
.install-locale a { color: #9fb8ad; }.install-locale a.active { color: var(--navy); background: var(--lime); }
.password-field { position: relative; margin-top: .35rem; }
.password-field input { padding-right: 4rem; }
.password-field button { position: absolute; right: .45rem; top: .45rem; min-width: 3rem; height: 34px; border: 0; border-radius: 8px; color: var(--green); background: var(--green-pale); cursor: pointer; font-size: .73rem; font-weight: 800; }

/* Installer */
.installer { min-height: 100vh; background: linear-gradient(135deg, #edf0e8, #faf8f2); }
.install-shell { display: grid; min-height: 100vh; grid-template-columns: minmax(310px, .75fr) minmax(560px, 1.25fr); }
.install-intro { display: flex; flex-direction: column; justify-content: center; padding: clamp(2.2rem, 6vw, 6rem); color: white; background: var(--navy); }
.install-intro .eyebrow { margin-top: 3rem; color: var(--lime); }
.install-intro h1 { font-family: Georgia, serif; font-size: clamp(2.2rem, 3.8vw, 3.65rem); font-weight: 500; }
.install-intro > p:not(.eyebrow) { color: #b9cac2; }
.steps { display: grid; gap: .7rem; margin: 3rem 0 0; padding: 0; list-style: none; counter-reset: install; }
.steps li { color: #82988e; counter-increment: install; }
.steps li::before { display: inline-grid; width: 1.8rem; height: 1.8rem; margin-right: .7rem; place-items: center; border: 1px solid #587065; border-radius: 50%; content: counter(install); font-size: .72rem; }
.steps li.active { color: white; }.steps li.active::before { color: var(--navy); border-color: var(--lime); background: var(--lime); }
.install-card { align-self: center; width: min(92%, 520px); margin: 2rem auto; padding: 2rem; border: 1px solid var(--line); border-radius: var(--radius); background: var(--card); box-shadow: var(--shadow); }
.install-card.wide { width: min(90%, 760px); padding: clamp(1.5rem, 4vw, 3rem); }
.section-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 1rem; margin-bottom: 1rem; }
.status-pill { flex: 0 0 auto; padding: .35rem .7rem; border-radius: 99px; font-size: .72rem; font-weight: 800; }.status-pill.success { color: var(--green); background: var(--green-pale); }.status-pill.warning { color: #815e23; background: #faedc9; }
.requirements { display: grid; grid-template-columns: 1fr 1fr; gap: .55rem; margin: 1rem 0 1.5rem; }
.requirements > div { display: flex; align-items: center; gap: .5rem; color: var(--muted); font-size: .78rem; }
.check { display: inline-grid; width: 1.3rem; height: 1.3rem; place-items: center; border-radius: 50%; font-size: .7rem; font-weight: 900; }.check.ok { color: var(--green); background: var(--green-pale); }.check.bad { color: var(--red); background: #f9dfdc; }
.hint { padding: .8rem; border-radius: 10px; background: #fff6dc; font-size: .8rem; }

/* App frame */
.app-shell { display: grid; min-height: 100vh; grid-template-columns: 248px 1fr; }
.sidebar { position: sticky; top: 0; display: flex; height: 100vh; flex-direction: column; padding: 1.6rem 1.15rem; color: #d6e1dc; background: var(--navy); }
.sidebar > .brand { padding: .15rem .55rem 2.2rem; color: white; }
.sidebar nav { display: grid; gap: .35rem; }
.sidebar nav a { display: flex; align-items: center; gap: .8rem; padding: .72rem .85rem; border-radius: 10px; color: #9fb0a9; font-size: .9rem; font-weight: 650; text-decoration: none; transition: .15s; }
.sidebar nav a:hover { color: white; background: rgba(255,255,255,.05); }
.sidebar nav a.active { color: var(--navy); background: var(--lime); }
.nav-icon { display: inline-grid; width: 1.3rem; place-items: center; font-size: 1rem; }
.sidebar-footer { margin-top: auto; padding-top: 1rem; border-top: 1px solid rgba(255,255,255,.08); }
.user-chip { display: flex; min-width: 0; align-items: center; gap: .7rem; }
.user-chip > span { display: grid; width: 2.1rem; height: 2.1rem; flex: 0 0 auto; place-items: center; border-radius: 50%; color: var(--navy); background: #d9e784; font-weight: 850; }
.user-chip div { min-width: 0; }.user-chip strong, .user-chip small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }.user-chip strong { color: white; font-size: .76rem; }.user-chip small { max-width: 150px; color: #84968e; font-size: .64rem; }
.link-button { padding: .7rem 0 0 2.8rem; border: 0; color: #84968e; background: transparent; cursor: pointer; font-size: .7rem; }.link-button:hover { color: white; }
.main-column { min-width: 0; }
.mobile-header { display: none; }
.main-content { width: min(100%, 1440px); margin: 0 auto; padding: clamp(2rem, 4vw, 4.5rem); }
.page-header { display: flex; align-items: flex-end; justify-content: space-between; gap: 2rem; margin-bottom: 2rem; }
.page-header > div:first-child { max-width: 760px; }.page-header h1 { margin-bottom: .6rem; font-family: Georgia, serif; font-weight: 500; }.page-header p { margin-bottom: 0; }
.page-header.compact { align-items: center; }.page-header.compact h1 { font-size: clamp(1.8rem, 2.5vw, 2.35rem); }
.model-badge { display: flex; min-width: 235px; align-items: center; gap: .7rem; padding: .75rem .9rem; border: 1px solid var(--line); border-radius: 13px; background: rgba(255,255,255,.55); }
.model-badge > span { width: .55rem; height: .55rem; border-radius: 50%; background: #57a574; box-shadow: 0 0 0 4px #e1f0e5; }.model-badge div { min-width: 0; flex: 1; }.model-badge small, .model-badge strong { display: block; }.model-badge small { color: var(--muted); font-size: .62rem; text-transform: uppercase; }.model-badge strong { overflow: hidden; font-size: .8rem; text-overflow: ellipsis; white-space: nowrap; }.model-badge a { color: var(--green); font-size: .7rem; font-weight: 800; }
.workspace-card { border: 1px solid var(--line); border-radius: var(--radius); background: var(--card); box-shadow: 0 8px 30px rgba(35, 57, 48, .045); }

/* Translator */
.translator-form { display: grid; gap: 1.1rem; }
.options-bar { display: flex; align-items: end; justify-content: space-between; gap: 1.5rem; padding: .8rem; }
.segmented { display: flex; padding: .25rem; border-radius: 10px; background: #efeee7; }
.segmented input, .operation-options input, .provider-option input { position: absolute; opacity: 0; pointer-events: none; }
.segmented span { display: block; padding: .55rem 1rem; border-radius: 8px; color: var(--muted); cursor: pointer; font-size: .78rem; font-weight: 750; }
.segmented input:checked + span { color: var(--green-dark); background: white; box-shadow: 0 2px 8px rgba(25,50,40,.08); }
.select-row { display: flex; align-items: end; gap: .6rem; }.select-row label { min-width: 180px; }.select-row label > span { display: block; margin: 0 0 .3rem .2rem; color: var(--muted); font-size: .62rem; letter-spacing: .08em; text-transform: uppercase; }.select-row select { min-height: 40px; padding: .5rem 2rem .5rem .7rem; border-color: transparent; background-color: #f1f1ea; font-size: .78rem; }
.swap { width: 38px; height: 38px; margin-bottom: 1px; border: 1px solid var(--line); border-radius: 50%; color: var(--green); background: white; cursor: pointer; }
.editor-grid { display: grid; grid-template-columns: 1fr; gap: 1.1rem; }.editor-grid.has-result { grid-template-columns: 1fr 1fr; }
.editor-panel, .result-panel { display: flex; min-height: 415px; flex-direction: column; overflow: hidden; }
.panel-title { display: flex; align-items: center; justify-content: space-between; padding: 1.2rem 1.3rem; border-bottom: 1px solid var(--line); }.panel-title > div { display: flex; align-items: center; gap: .8rem; }.panel-title h2, .panel-title p { margin: 0; }.panel-title h2 { font-size: 1rem; }.panel-title p { margin-top: .15rem; font-size: .68rem; }
.number { display: grid; width: 2rem; height: 2rem; place-items: center; border-radius: 9px; color: var(--green); background: var(--green-pale); font-size: .63rem; font-weight: 900; }.number.accent { color: var(--navy); background: var(--lime); }
.icon-button { width: 2rem; height: 2rem; border: 0; border-radius: 50%; color: var(--muted); background: transparent; cursor: pointer; font-size: 1.3rem; }.icon-button:hover { background: #f0f0ea; }
.editor-panel textarea { min-height: 300px; flex: 1; border: 0; border-radius: 0; background: transparent; font-family: Georgia, serif; font-size: 1.03rem; line-height: 1.8; outline: none; }.editor-panel textarea:focus { box-shadow: inset 0 0 0 2px rgba(44,110,85,.15); }
.editor-footer { display: flex; align-items: center; justify-content: space-between; padding: .7rem 1rem; border-top: 1px solid var(--line); color: var(--muted); font-size: .67rem; }.text-button, .copy-button { border: 0; color: var(--green); background: transparent; cursor: pointer; font-size: .72rem; font-weight: 800; }
.result-panel { padding-bottom: .7rem; }.result-block { margin: .85rem 1rem 0; padding: 1rem; border: 1px solid var(--line); border-radius: 13px; background: #fff; }.result-block.improved { border-color: #cad9ae; background: #f7faeb; }.result-block > div { display: flex; justify-content: space-between; color: var(--green); font-size: .68rem; font-weight: 850; letter-spacing: .05em; text-transform: uppercase; }.result-block p { margin: .8rem 0 0; font-family: Georgia, serif; font-size: .9rem; line-height: 1.65; }
.action-dock { display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding: 1rem 1.15rem; }.action-dock .eyebrow { margin-bottom: .35rem; }.operation-options { display: flex; gap: .45rem; }.operation-options span { display: block; min-width: 115px; padding: .55rem .75rem; border: 1px solid var(--line); border-radius: 10px; cursor: pointer; }.operation-options b, .operation-options small { display: block; }.operation-options b { font-size: .74rem; }.operation-options small { color: var(--muted); font-size: .59rem; font-weight: 500; }.operation-options input:checked + span { border-color: var(--green); background: var(--green-pale); box-shadow: inset 0 0 0 1px var(--green); }
.translate-button { min-width: 205px; background: var(--navy); border-color: var(--navy); }.translate-button:hover { background: #273c34; }.translate-button > span { color: var(--lime); }.translate-button i { margin-left: auto; font-style: normal; }

/* History */
.history-list { display: grid; gap: .8rem; }.history-item { position: relative; padding: 1.2rem 1.3rem; }.history-meta { display: flex; flex-wrap: wrap; align-items: center; gap: .6rem 1rem; color: var(--muted); font-size: .68rem; }.type-chip { padding: .25rem .55rem; border-radius: 99px; color: var(--green); background: var(--green-pale); font-weight: 800; }.history-item h2 { max-width: 85%; margin: .9rem 0 .6rem; font-family: Georgia, serif; font-size: 1.05rem; font-weight: 500; }.history-item details summary { color: var(--green); cursor: pointer; font-size: .75rem; font-weight: 800; }.history-detail { display: grid; gap: .8rem; margin-top: 1rem; }.history-detail > div { padding: .9rem; border-left: 3px solid var(--green-pale); background: #f8f7f1; }.history-detail strong { font-size: .68rem; text-transform: uppercase; }.history-detail p { margin: .35rem 0 0; white-space: normal; font-family: Georgia, serif; font-size: .85rem; }.danger-link { position: absolute; right: 1.2rem; bottom: 1.1rem; border: 0; color: var(--red); background: transparent; cursor: pointer; font-size: .7rem; }
.empty-state { padding: 5rem 2rem; text-align: center; }.empty-state > span { display: block; margin-bottom: 1rem; color: var(--green); font-size: 2rem; font-weight: 800; }.empty-state p { color: var(--muted); }.empty-state .button { margin-top: 1rem; }

/* Settings */
.settings-grid { display: grid; gap: 1rem; grid-template-columns: .8fr 1.2fr; }.settings-card { padding: 1.35rem; }.settings-card:nth-of-type(3) { grid-column: 1 / -1; }.card-heading { display: flex; gap: .8rem; margin-bottom: 1.25rem; }.card-heading > span { display: grid; width: 2rem; height: 2rem; flex: 0 0 auto; place-items: center; border-radius: 9px; color: var(--green); background: var(--green-pale); font-size: .62rem; font-weight: 900; }.card-heading h2, .card-heading p { margin: 0; }.card-heading h2 { font-size: 1.05rem; }.card-heading p { margin-top: .15rem; font-size: .72rem; }
.provider-grid { display: grid; gap: .7rem; }.provider-option > span { position: relative; display: grid; min-height: 84px; align-content: center; padding: .85rem 2.6rem .85rem 4rem; border: 1px solid var(--line); border-radius: 13px; cursor: pointer; }.provider-logo { position: absolute; left: .9rem; top: 1.05rem; display: grid; width: 2.3rem; height: 2.3rem; place-items: center; border-radius: 10px; color: white; background: #2c2c2c; font-size: .9rem; }.provider-logo.alt { color: var(--navy); background: var(--lime); font-size: .65rem; }.provider-option strong, .provider-option small { display: block; }.provider-option strong { font-size: .82rem; }.provider-option small { color: var(--muted); font-size: .67rem; font-weight: 500; }.provider-option i { position: absolute; right: .9rem; top: 1.5rem; display: none; width: 1.4rem; height: 1.4rem; place-items: center; border-radius: 50%; color: white; background: var(--green); font-size: .7rem; font-style: normal; }.provider-option input:checked + span { border-color: var(--green); background: #f4f9f5; box-shadow: inset 0 0 0 1px var(--green); }.provider-option input:checked + span i { display: grid; }
.optional { float: right; color: var(--muted); font-size: .65rem; font-weight: 500; }.settings-actions { display: flex; justify-content: flex-end; gap: .7rem; margin-top: 1.2rem; padding-top: 1rem; border-top: 1px solid var(--line); }
.toggle-row { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }.toggle-row span strong, .toggle-row span small { display: block; }.toggle-row span small { color: var(--muted); font-weight: 500; }.toggle-row input { position: absolute; opacity: 0; }.toggle-row i { position: relative; width: 46px; height: 26px; flex: 0 0 auto; border-radius: 99px; background: #c9cec9; cursor: pointer; }.toggle-row i::after { position: absolute; left: 3px; top: 3px; width: 20px; height: 20px; border-radius: 50%; background: white; box-shadow: 0 2px 5px rgba(0,0,0,.15); content: ""; transition: .2s; }.toggle-row input:checked + i { background: var(--green); }.toggle-row input:checked + i::after { transform: translateX(20px); }
.privacy-box { margin-top: 1rem; padding: .8rem; border-radius: 10px; color: var(--muted); background: #f0f1ea; font-size: .72rem; }
.settings-toggle { margin-top: 1.2rem; padding-top: 1.1rem; border-top: 1px solid var(--line); }

@media (max-width: 1050px) {
    .auth-shell { grid-template-columns: 1fr 1fr; }.language-orbit { opacity: .35; }
    .options-bar { align-items: stretch; flex-direction: column; }.select-row label { min-width: 0; flex: 1; }
    .action-dock { align-items: stretch; flex-direction: column; }.translate-button { align-self: end; }
    .settings-grid { grid-template-columns: 1fr; }.settings-card:nth-of-type(3) { grid-column: auto; }
}
@media (max-width: 800px) {
    .auth-shell, .install-shell { display: block; }.auth-visual { min-height: 380px; padding: 2rem; }.auth-copy { margin: auto 0; }.auth-copy h1 { font-size: 2.3rem; }.language-orbit { right: -5%; top: 4%; }.privacy-note { display: none; }.auth-form-wrap { min-height: 560px; }
    .install-intro { padding: 2rem; }.install-intro .eyebrow { margin-top: 1.5rem; }.install-intro h1 { font-size: 2.2rem; }.steps { display: none; }
    .app-shell { display: block; }.sidebar { position: fixed; z-index: 20; left: 0; top: 0; width: 260px; transform: translateX(-105%); transition: transform .2s; }.sidebar.open { transform: translateX(0); box-shadow: 15px 0 40px rgba(0,0,0,.2); }
    .mobile-header { position: sticky; z-index: 10; top: 0; display: flex; align-items: center; gap: 1rem; padding: .65rem 1rem; border-bottom: 1px solid var(--line); background: rgba(245,244,237,.92); backdrop-filter: blur(10px); }.mobile-header .brand small { display: none; }.mobile-header .brand-mark { width: 1.8rem; height: 1.8rem; font-size: 1.1rem; }.menu-button { width: 2.2rem; height: 2.2rem; border: 1px solid var(--line); border-radius: 8px; background: white; cursor: pointer; }
    .main-content { padding: 2rem 1.1rem; }.page-header { align-items: flex-start; flex-direction: column; }.model-badge { width: 100%; }
    .editor-grid.has-result { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
    .auth-visual { min-height: 320px; }.auth-copy h1 { font-size: 1.9rem; }.auth-copy > p:last-child, .language-orbit { display: none; }.auth-form-wrap { min-height: 520px; padding: 2rem 1.2rem; }
    .install-card.wide { width: calc(100% - 1.4rem); padding: 1.2rem; }.requirements, .form-grid { grid-template-columns: 1fr; }.section-heading { display: block; }.status-pill { display: inline-block; margin-bottom: 1rem; }
    .select-row { display: grid; grid-template-columns: 1fr auto 1fr; }.select-row label { min-width: 0; }.select-row select { font-size: .7rem; }.options-bar { padding: .7rem; }
    .operation-options { display: grid; grid-template-columns: 1fr 1fr 1fr; }.operation-options span { min-width: 0; padding: .5rem; }.operation-options small { display: none; }.translate-button { width: 100%; align-self: stretch; }
    .editor-panel, .result-panel { min-height: 360px; }.page-header h1 { font-size: 1.8rem; }
    .settings-actions { flex-direction: column-reverse; }.settings-actions .button { width: 100%; }.history-item h2 { max-width: 100%; }.danger-link { position: static; margin-top: 1rem; padding: 0; }
}
