:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#142429;background:#f4f7f7;font-synthesis:none;--teal: #00959f;--teal-action: #007780;--teal-dark: #075b62;--ink: #142429;--muted: #637378;--line: #d9e1e1;--surface: #ffffff;--soft: #f4f7f7;--fact: #a84e00;--fact-bg: #fff4e8;--copy: #0958a5;--copy-bg: #eaf4ff;--danger: #9f2f2f;--shadow: 0 18px 50px rgba(24, 55, 59, .08)}*{box-sizing:border-box}html{min-width:320px;background:var(--soft)}body{margin:0;min-width:320px;min-height:100vh;background:linear-gradient(180deg,#fff 0,#f4f7f7 38rem)}button,input,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:var(--teal-action)}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,summary:focus-visible{outline:3px solid rgba(0,149,159,.28);outline-offset:3px}h1,h2,h3,p{margin-top:0}h1{font-size:clamp(2.1rem,4.3vw,4.2rem);line-height:1.02;letter-spacing:-.045em;font-weight:650}h2{letter-spacing:-.025em}.eyebrow{margin-bottom:.7rem;color:var(--teal-action);font-size:.72rem;line-height:1;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.muted-copy{color:var(--muted);line-height:1.6}.button{display:inline-flex;min-height:43px;align-items:center;justify-content:center;gap:8px;border:1px solid transparent;border-radius:9px;padding:10px 17px;cursor:pointer;font-weight:720;text-decoration:none;transition:transform .14s ease,background .14s ease,border-color .14s ease}.button:hover:not(:disabled){transform:translateY(-1px)}.button:disabled{cursor:not-allowed;opacity:.48}.button-primary{color:#fff;background:var(--teal-action)}.button-primary:hover:not(:disabled){background:var(--teal-dark)}.button-secondary{color:var(--teal-dark);background:#fff;border-color:#b8cccc}.button-quiet{min-height:36px;padding:7px 10px;color:#53666a;background:transparent;border-color:var(--line)}.button-wide{width:100%}.form-error{margin:0;color:var(--danger);font-size:.88rem;line-height:1.4}.app-shell{min-height:100vh;display:flex;flex-direction:column}.site-header{width:min(1180px,calc(100% - 40px));min-height:82px;margin:0 auto;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:28px;border-bottom:1px solid var(--line)}.brand{justify-self:start;display:inline-flex}.brand img{width:202px;height:auto;display:block}.site-header nav{display:flex;gap:7px}.site-header nav a{padding:9px 12px;border-radius:8px;color:#506267;text-decoration:none;font-size:.88rem;font-weight:700}.site-header nav a.active{color:var(--teal-dark);background:#e7f4f4}.account-tools{justify-self:end;display:flex;align-items:center;gap:10px}.quota-chip{color:#506267;font-size:.76rem;white-space:nowrap}.quota-chip strong{color:var(--ink)}.main-content{width:min(1180px,calc(100% - 40px));margin:0 auto;padding:64px 0 80px;flex:1}.site-footer{width:min(1180px,calc(100% - 40px));min-height:70px;margin:0 auto;border-top:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;color:#718085;font-size:.75rem}.auth-page{min-height:100vh;display:grid;grid-template-columns:minmax(0,1.1fr) minmax(430px,.9fr)}.auth-brand{position:relative;overflow:hidden;padding:clamp(42px,7vw,100px);display:flex;flex-direction:column;justify-content:space-between;background:#f2f8f8}.auth-brand:after{content:"";position:absolute;right:-16%;bottom:-24%;width:70%;aspect-ratio:1;border:1px solid rgba(0,149,159,.14);border-radius:50%;box-shadow:0 0 0 75px #00959f09,0 0 0 150px #00959f06}.auth-brand img{position:relative;z-index:1;width:218px;height:auto}.auth-brand>div{position:relative;z-index:1;max-width:650px;margin-bottom:9vh}.auth-brand h1{max-width:730px}.auth-brand p:last-child{max-width:590px;color:#53666a;font-size:1.08rem;line-height:1.7}.auth-panel{display:grid;place-items:center;padding:35px;background:#fff}.auth-card{width:min(100%,420px)}.auth-card h2{margin-bottom:10px;font-size:2.25rem}.auth-card form{display:grid;gap:18px;margin-top:30px}.auth-card label{display:grid;gap:8px;color:#42565b;font-size:.83rem;font-weight:700}.auth-card input{width:100%;border:1px solid #cbd8d9;border-radius:9px;padding:13px 14px;color:var(--ink);background:#fbfcfc}.auth-help{margin:26px 0 0;text-align:center;color:#718085;font-size:.77rem}.password-page{min-height:100vh;padding:40px;display:grid;place-items:center;background:#f2f8f8}.password-card{padding:44px;border:1px solid var(--line);border-radius:14px;background:#fff;box-shadow:var(--shadow)}.password-card img{display:block;margin-bottom:54px}.password-card h1{font-size:2.35rem}.page-intro{display:grid;grid-template-columns:1fr auto;align-items:end;gap:38px;margin-bottom:42px}.page-intro>div:first-child{max-width:830px}.page-intro h1{margin-bottom:16px}.page-intro p:last-child{max-width:700px;color:var(--muted);line-height:1.65}.page-intro.compact{margin-bottom:34px}.allowance-card{min-width:165px;padding:18px 22px;border-left:2px solid var(--teal);background:#f2f8f8}.allowance-card span,.allowance-card small{display:block;color:#68797d;font-size:.69rem;text-transform:uppercase;letter-spacing:.08em}.allowance-card strong{display:block;margin:6px 0 4px;font-size:2.2rem;line-height:1}.editor-card{overflow:hidden;border:1px solid var(--line);border-radius:14px;background:#fff;box-shadow:var(--shadow)}.editor-heading{min-height:82px;padding:20px 25px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--line)}.editor-heading label{display:block;margin-bottom:3px;font-weight:760}.editor-heading small{color:var(--muted)}.counter{color:#617479;font-size:.8rem;font-variant-numeric:tabular-nums}.counter.over{color:var(--danger);font-weight:750}.editor-card textarea{width:100%;min-height:380px;resize:vertical;display:block;border:0;outline:0;padding:clamp(25px,4vw,48px);color:#26373b;background:#fff;font:400 1.08rem/1.9 Georgia,Times New Roman,serif;white-space:pre-wrap}.editor-card textarea::placeholder{color:#9aa8aa}.editor-footer{min-height:86px;padding:16px 22px;display:flex;align-items:center;justify-content:space-between;gap:25px;border-top:1px solid var(--line);background:#fbfcfc}.review-promise{display:flex;align-items:center;gap:10px}.review-promise i{width:25px;height:25px;display:grid;place-items:center;border-radius:50%;color:var(--teal-dark);background:#dff0f1;font-style:normal;font-size:.7rem;font-weight:800}.review-promise span{display:grid}.review-promise strong{font-size:.76rem}.review-promise small{color:var(--muted);font-size:.67rem}.review-promise b{color:#9aa8aa;margin:0 4px}.submit-area{display:flex;align-items:center;gap:14px}.scope-note{margin-top:18px;padding:17px 20px;display:flex;gap:18px;border-radius:9px;color:#52656a;background:#eaf4f4;font-size:.79rem;line-height:1.55}.scope-note strong{color:var(--teal-dark);white-space:nowrap}.history-list{border-top:1px solid var(--line)}.history-more{display:flex;justify-content:center;margin-top:24px}.history-row{min-height:100px;padding:18px 10px;display:grid;grid-template-columns:minmax(0,1fr) auto 105px 22px;align-items:center;gap:26px;border-bottom:1px solid var(--line);color:inherit;text-decoration:none}.history-row:hover{background:#ffffff9e}.history-row time{color:#748388;font-size:.7rem;text-transform:uppercase;letter-spacing:.07em}.history-row p{margin:7px 0 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#34474c}.status-pill{padding:6px 9px;border-radius:999px;background:#edf2f2;color:#596c71;font-size:.68rem;font-weight:800;text-transform:uppercase;letter-spacing:.06em}.status-completed{color:#18704f;background:#e6f5ee}.status-failed,.status-contaminated{color:var(--danger);background:#faebeb}.history-count{text-align:right;font-size:1.25rem;font-weight:700}.history-count small{display:block;color:#7c898d;font-size:.58rem;text-transform:uppercase;letter-spacing:.07em}.history-row>b{color:var(--teal-action);font-size:1.6rem}.empty-card,.loading-card{max-width:720px;margin:12vh auto;padding:45px;border:1px solid var(--line);border-radius:14px;background:#fff;text-align:center;box-shadow:var(--shadow)}.empty-card h1{font-size:2.3rem}.empty-card.error-card{border-top:4px solid var(--danger)}.breadcrumb{margin-bottom:32px;display:flex;justify-content:space-between;gap:20px;color:#718085;font-size:.75rem}.breadcrumb a{color:var(--teal-action);font-weight:750;text-decoration:none}.progress-card{padding:clamp(28px,4vw,48px);border:1px solid var(--line);border-radius:15px;background:#fff;box-shadow:var(--shadow)}.progress-summary{display:flex;justify-content:space-between;align-items:start;gap:30px}.progress-summary h2{margin-bottom:8px;font-size:2.2rem}.progress-summary p:last-child{color:var(--muted)}.progress-number{font-size:3.2rem;font-weight:650;line-height:1;color:var(--teal-dark)}.progress-number span{margin-left:2px;font-size:1rem}.progress-track{height:6px;overflow:hidden;margin:28px 0 35px;border-radius:99px;background:#e7eded}.progress-track span{height:100%;display:block;border-radius:inherit;background:var(--teal);transition:width .25s ease}.progress-width-0{width:0}.progress-width-5{width:5%}.progress-width-20{width:20%}.progress-width-50{width:50%}.progress-width-60{width:60%}.progress-width-80{width:80%}.progress-width-90{width:90%}.progress-width-100{width:100%}.stepper{margin:0;padding:0;display:grid;grid-template-columns:repeat(8,1fr);list-style:none}.stepper li{position:relative;display:grid;justify-items:center;gap:9px;color:#8a979a;text-align:center;font-size:.62rem}.stepper li:before{content:"";position:absolute;top:6px;left:0;right:0;height:1px;background:#dbe3e3}.stepper li:first-child:before{left:50%}.stepper li:last-child:before{right:50%}.stepper i{position:relative;z-index:1;width:13px;height:13px;border:2px solid #cbd6d7;border-radius:50%;background:#fff}.stepper li.done,.stepper li.active{color:var(--teal-dark);font-weight:750}.stepper li.done i{border-color:var(--teal);background:var(--teal)}.stepper li.active i{border:4px solid var(--teal)}.processing-note,.failure-card{margin-top:20px;padding:22px 25px;display:flex;align-items:center;gap:16px;border-radius:10px;background:#eaf4f4}.processing-note p{margin:3px 0 0;color:var(--muted);font-size:.8rem}.pulse{width:12px;height:12px;border-radius:50%;background:var(--teal);box-shadow:0 0 0 7px #00959f1f}.failure-card{display:block;color:#732a2a;background:#faeded}.failure-card h2{margin-bottom:8px}.failure-card p{margin-bottom:9px}.result-hero{display:flex;align-items:end;justify-content:space-between;gap:35px;margin-bottom:32px}.result-hero h1{margin-bottom:13px}.result-hero p:last-child{color:var(--muted)}.result-actions{display:flex;gap:9px;padding-bottom:7px}.legend-bar{min-height:52px;padding:10px 16px;display:flex;align-items:center;gap:24px;border:1px solid var(--line);border-bottom:0;border-radius:11px 11px 0 0;background:#fff;font-size:.74rem}.legend-bar span{display:inline-flex;align-items:center;gap:7px}.legend-bar b{color:#758488}.legend-swatch{width:13px;height:13px;border-radius:3px;border-bottom:2px solid}.legend-swatch.fact{background:var(--fact-bg);border-color:var(--fact)}.legend-swatch.orthography{background:var(--copy-bg);border-color:var(--copy)}.comparison-tabs{display:none}.comparison-grid{display:grid;grid-template-columns:1fr 1fr;border:1px solid var(--line);border-radius:0 0 12px 12px;background:#fff;box-shadow:var(--shadow)}.text-panel{min-width:0}.text-panel+.text-panel{border-left:1px solid var(--line)}.text-panel header{min-height:73px;padding:17px 22px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);background:#fbfcfc}.text-panel header .eyebrow{margin-bottom:4px}.text-panel header h2{margin:0;font-size:1.18rem}.text-panel header>span{color:#7a898d;font-size:.63rem}.review-text{min-height:420px;max-height:70vh;overflow:auto;padding:clamp(25px,3.2vw,43px);color:#293a3e;font:400 1rem/1.9 Georgia,Times New Roman,serif;white-space:pre-wrap;overflow-wrap:anywhere}mark.change{margin:0 1px;padding:2px 1px;border-radius:2px;color:inherit;border-bottom:2px solid}mark.change-fact{color:#753600;background:var(--fact-bg);border-color:var(--fact)}mark.change-orthography{color:#073f77;background:var(--copy-bg);border-color:var(--copy)}mark.change-original{text-decoration:line-through;text-decoration-thickness:1px}.changes-section{margin-top:55px}.section-heading{margin-bottom:16px;display:flex;justify-content:space-between;align-items:end}.section-heading h2{margin:0;font-size:1.75rem}.section-heading>span{color:#718085;font-size:.75rem}.changes-list{border-top:1px solid var(--line)}.change-row{min-height:82px;padding:14px 9px;display:grid;grid-template-columns:42px 105px 1fr;align-items:center;gap:14px;border-bottom:1px solid var(--line)}.change-index{color:#899699;font-size:.7rem;font-variant-numeric:tabular-nums}.kind-label{width:max-content;padding:5px 8px;border-radius:5px;font-size:.62rem;font-weight:850;text-transform:uppercase;letter-spacing:.08em}.kind-label.fact{color:var(--fact);background:var(--fact-bg)}.kind-label.orthography{color:var(--copy);background:var(--copy-bg)}.change-row>div{display:flex;align-items:center;flex-wrap:wrap;gap:10px}.change-row del,.change-row ins{padding:4px 6px;border-radius:4px;font:400 .95rem/1.4 Georgia,serif;text-decoration-thickness:1px}.change-row del{color:#7a5050;background:#f8eeee}.change-row ins{text-decoration:none}.change-row.fact ins{color:#753600;background:var(--fact-bg)}.change-row.orthography ins{color:#073f77;background:var(--copy-bg)}.change-row small{flex-basis:100%;color:#768589;font-size:.7rem}.empty-inline{padding:30px;border:1px solid var(--line);border-radius:10px;color:var(--muted);background:#fff}.reasoning-card{margin-top:45px;overflow:hidden;border:1px solid var(--line);border-radius:12px;background:#fff}.reasoning-card summary{min-height:88px;padding:20px 24px;display:flex;align-items:center;justify-content:space-between;cursor:pointer;list-style:none}.reasoning-card summary::-webkit-details-marker{display:none}.reasoning-card summary span{display:grid;gap:4px}.reasoning-card summary small{color:var(--muted);font-size:.72rem;font-weight:400}.reasoning-card summary i{color:var(--teal-action);font: 300 1.7rem/1 sans-serif;transition:transform .2s}.reasoning-card[open] summary i{transform:rotate(45deg)}.reasoning-content{padding:28px clamp(24px,6vw,75px) 50px;border-top:1px solid var(--line);color:#314449;line-height:1.7}.reasoning-content h1{font-size:1.8rem}.reasoning-content h2{margin-top:2rem;font-size:1.25rem}.reasoning-content h3{margin-top:1.5rem;font-size:1rem}.reasoning-content code{padding:2px 4px;border-radius:3px;background:#eef2f2}.reasoning-content a{overflow-wrap:anywhere}.version-row{margin-top:18px;display:flex;flex-wrap:wrap;gap:13px 24px;color:#809093;font-size:.63rem}.toast{position:fixed;right:24px;bottom:24px;z-index:10;padding:12px 17px;border-radius:8px;color:#fff;background:#173b3f;box-shadow:var(--shadow);font-size:.8rem}@media(max-width:900px){.site-header{grid-template-columns:1fr auto}.site-header nav{grid-row:2;grid-column:1 / -1;padding-bottom:12px}.quota-chip{display:none}.auth-page{grid-template-columns:1fr}.auth-brand{min-height:46vh;gap:70px}.auth-brand>div{margin-bottom:0}.auth-panel{padding:70px 25px}.page-intro{grid-template-columns:1fr;align-items:start}.allowance-card{width:max-content}.editor-footer{align-items:flex-end}.review-promise{display:none}.submit-area{width:100%;justify-content:flex-end}.result-hero{align-items:start;flex-direction:column}.comparison-tabs{display:flex;margin-top:10px;border:1px solid var(--line);border-bottom:0;background:#fff}.comparison-tabs button{flex:1;border:0;border-bottom:2px solid transparent;padding:11px;color:var(--muted);background:transparent;cursor:pointer}.comparison-tabs button.active{color:var(--teal-dark);border-color:var(--teal);font-weight:750}.comparison-grid{grid-template-columns:1fr;border-radius:0 0 12px 12px}.text-panel+.text-panel{border-left:0}.comparison-grid.tab-original .final-panel,.comparison-grid.tab-final .original-panel{display:none}.comparison-grid.tab-comparison .text-panel+.text-panel{border-top:1px solid var(--line)}}@media(max-width:620px){h1{font-size:2.45rem}.site-header{width:calc(100% - 28px);gap:14px}.brand img{width:168px}.site-header nav a{padding:8px;font-size:.78rem}.account-tools .button{padding:7px 8px;font-size:.7rem}.main-content{width:calc(100% - 28px);padding:44px 0 62px}.site-footer{width:calc(100% - 28px);align-items:flex-start;flex-direction:column;justify-content:center;gap:5px}.auth-brand{padding:34px 25px 50px}.auth-brand h1{font-size:2.7rem}.password-page{padding:18px}.password-card{padding:30px 24px}.editor-heading{align-items:flex-start;gap:16px}.editor-heading small{display:none}.editor-card textarea{padding:24px 20px;font-size:1rem}.editor-footer,.submit-area{align-items:stretch;flex-direction:column}.submit-area .button{width:100%}.scope-note{flex-direction:column;gap:5px}.history-row{grid-template-columns:minmax(0,1fr) 20px;gap:13px}.history-row .status-pill,.history-count{grid-column:1;justify-self:start}.history-row>b{grid-column:2;grid-row:1 / 3}.progress-card{padding:27px 21px}.progress-number{font-size:2.4rem}.stepper{grid-template-columns:repeat(4,1fr);row-gap:23px}.stepper li:nth-child(4):before,.stepper li:nth-child(8):before{right:50%}.stepper li:nth-child(5):before{left:50%}.result-actions{width:100%}.result-actions .button{flex:1;padding-left:10px;padding-right:10px;font-size:.76rem}.legend-bar{align-items:flex-start;flex-direction:column;gap:8px;padding:13px}.review-text{min-height:330px;max-height:none;padding:25px 20px}.change-row{grid-template-columns:30px 1fr}.change-row .kind-label{grid-column:2}.change-row>div{grid-column:2}.reasoning-card summary{padding:18px}.reasoning-content{padding:25px 19px 35px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important}}
