:root{--background:#f7faf9;--ink:#111827;--muted:#5f6b7a;--line:#dce7e3;--brand:#0f766e;--brand-dark:#115e59;--accent:#f59e0b;--panel:#fff;--tool-bg:#fff;--tool-panel:#f7faf9;--tool-line:#dce7e3;--tool-muted:#5f6b7a;--tool-ink:#111827;--tool-green:#16a34a}*{box-sizing:border-box}body{background:var(--background);color:var(--ink);margin:0;font-family:Arial,Helvetica,sans-serif}button,select,textarea{font:inherit}a{color:inherit;text-decoration:none}.page{min-height:100vh}.shell{width:min(1180px,100% - 32px);margin:0 auto}.nav{justify-content:space-between;align-items:center;padding:22px 0;display:flex}.brand{letter-spacing:0;align-items:center;gap:10px;font-weight:800;display:flex}.brand-mark{object-fit:contain;border-radius:8px;width:36px;height:36px;display:block}.nav-links{color:var(--muted);gap:22px;font-size:14px;display:flex}.hero{padding:24px 0 44px}.hero-copy{text-align:center;max-width:880px;margin:0 auto 30px}.eyebrow{color:var(--brand);text-transform:uppercase;font-size:13px;font-weight:800}h1{letter-spacing:0;max-width:860px;margin:12px auto 18px;font-size:clamp(42px,6vw,72px);line-height:.96}.lead{color:var(--muted);font-size:18px;line-height:1.7}.legal-page{padding:34px 0 70px}.legal-page h1{margin-left:0;margin-right:0}.legal-page h2{margin-top:34px;font-size:28px}.legal-page p{color:var(--muted);font-size:17px;line-height:1.78}.hero-points{flex-wrap:wrap;justify-content:center;gap:12px 18px;max-width:1080px;margin:22px auto 0;display:flex}.hero-point{color:#263241;text-align:left;border:1px solid var(--line);background:#ffffffb8;border-radius:8px;align-items:flex-start;gap:10px;padding:12px 14px;display:flex}.check{width:22px;height:22px;color:var(--brand-dark);background:#ccfbf1;border-radius:999px;flex:0 0 22px;place-items:center;font-weight:800;display:inline-grid}.tool{background:var(--tool-bg);border:1px solid var(--tool-line);border-radius:14px;overflow:hidden;box-shadow:0 24px 70px #0f766e1f}.tool-bar{border-bottom:1px solid var(--tool-line);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:14px;padding:18px 22px;display:flex}.tool-title{gap:3px;display:grid}.tool-title-main{color:var(--ink);font-size:18px;font-weight:900}.tool-title-sub{color:var(--muted);font-size:14px}.select-row{flex-wrap:wrap;gap:10px;margin-left:auto;display:flex}select{border:1px solid var(--tool-line);min-width:250px;min-height:44px;color:var(--tool-ink);background:#fff;border-radius:8px;padding:0 16px}.counter{color:#556273;background:#eaf3f0;border-radius:6px;align-items:center;min-height:38px;padding:0 12px;font-size:16px;font-weight:800;display:inline-flex}.counter.over{color:#b91c1c;font-weight:700}.panes{grid-template-columns:1fr;display:grid}.has-output .panes{grid-template-columns:1fr 1fr}.single-input .output-pane{display:none}.pane{flex-direction:column;min-height:470px;display:flex;position:relative}.has-output .pane{min-height:430px}.has-output .pane+.pane{border-left:1px solid var(--tool-line)}.pane-head{background:var(--tool-panel);border-bottom:1px solid var(--tool-line);min-height:58px;color:var(--tool-muted);text-transform:uppercase;letter-spacing:.04em;justify-content:space-between;align-items:center;padding:0 20px;font-weight:800;display:flex}textarea,.output{resize:none;width:100%;min-height:382px;color:var(--tool-ink);background:#fff;border:0;outline:none;flex:1;padding:26px;font-size:18px;line-height:1.65}textarea::placeholder{color:#9aa5b1;font-weight:700}.output{white-space:pre-wrap;color:var(--tool-ink)}.loading-state{min-height:100%;color:var(--muted);text-align:center;place-items:center;gap:14px;font-weight:800;display:grid}.spinner{border:4px solid #dce7e3;border-top-color:var(--brand);border-radius:999px;width:46px;height:46px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.placeholder{color:#9aa5b1}.paste-button{width:96px;height:96px;color:var(--tool-green);cursor:pointer;background:#eefbf4;border:1px solid #168453;border-radius:14px;place-items:center;font-weight:900;display:grid;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 18px 50px #31e98114}.link-button{color:var(--tool-muted);cursor:pointer;text-transform:none;background:0 0;border:0;font-weight:800}.actions{border-top:1px solid var(--tool-line);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:14px;padding:18px 20px;display:flex}.detector-hero{padding-bottom:34px}.detector-tool{grid-template-columns:minmax(0,1fr);align-items:center;gap:22px;max-width:1040px;margin:0 auto;display:grid}.detector-has-result{grid-template-columns:minmax(0,1.1fr) minmax(300px,.56fr)}.detector-input,.detector-result{border:1px solid var(--line);background:#fff;border-radius:14px;overflow:hidden;box-shadow:0 24px 70px #0f766e1a}.detector-head{border-bottom:1px solid var(--line);background:#f7faf9;justify-content:space-between;align-items:center;gap:14px;min-height:68px;padding:0 20px;display:flex}.detector-heading{color:var(--ink);align-items:center;gap:10px;font-size:18px;font-weight:900;display:inline-flex}.detector-heading:before{content:"";border:3px solid var(--tool-green);width:18px;height:18px;box-shadow:10px 10px 0 -7px var(--tool-green);border-radius:999px}.detector-head-actions{gap:10px;display:flex}.detector-small-button{border:1px solid var(--line);min-height:40px;color:var(--muted);cursor:pointer;background:#fff;border-radius:8px;padding:0 16px;font-weight:800}.detector-small-button:disabled{cursor:not-allowed;opacity:.5}.detector-input textarea{background:#fff;min-height:520px;font-size:20px}.detector-has-result .detector-input textarea{min-height:430px}.detector-foot{border-top:1px solid var(--line);min-height:48px;color:var(--muted);align-items:center;padding:0 20px;font-weight:800;display:flex}.detector-result{text-align:center;align-content:center;justify-items:center;min-height:360px;padding:34px;display:grid}.detector-result.ai{background:#fff7f7;border-color:#ef4444}.detector-result.human{background:#f4fbf7;border-color:#16a34a}.score-ring{background:radial-gradient(circle at center, #fff 0 58%, transparent 59%), conic-gradient(#ef4444 var(--score), #dce7e3 0);border-radius:999px;place-items:center;width:160px;height:160px;margin-bottom:22px;display:grid}.score-ring strong{color:#ef4444;font-size:38px}.score-ring span{color:var(--muted);text-transform:uppercase;margin-top:-62px;font-size:12px;font-weight:800}.detector-result h2{color:#ef4444;margin-bottom:8px}.detector-result p,.editorial p{color:var(--muted);line-height:1.74}.detector-result.human .score-ring{background:radial-gradient(circle at center, #fff 0 58%, transparent 59%), conic-gradient(#16a34a var(--score), #dce7e3 0)}.detector-result.human .score-ring strong,.detector-result.human h2{color:#16a34a}.detector-humanize-link,.detector-submit{color:#fff;cursor:pointer;background:#26c765;border:0;border-radius:12px;justify-content:center;align-items:center;min-height:54px;padding:0 28px;font-size:18px;font-weight:900;display:inline-flex;box-shadow:0 12px 26px #26c76538}.detector-humanize-link{background:#4f46e5;margin-top:12px}.detector-submit-row{flex-wrap:wrap;grid-column:1/-1;justify-content:center;align-items:center;gap:14px;display:flex}.primary,.secondary{cursor:pointer;border:0;border-radius:8px;min-height:50px;padding:0 24px;font-weight:800}.primary{color:#fff;background:#26c765;margin-left:auto;font-size:18px;box-shadow:0 12px 26px #26c7653d}.primary:hover{background:#20b85b}.primary:disabled,.secondary:disabled{cursor:not-allowed;opacity:.55}.secondary{border:1px solid var(--tool-line);min-height:38px;color:var(--tool-green);background:#fff}.error{color:#b91c1c;font-size:14px}.stats{grid-template-columns:repeat(4,1fr);gap:14px;padding:32px 0;display:grid}.stat,.card,.step,.faq-item{border:1px solid var(--line);background:#fff;border-radius:8px}.stat{padding:20px}.stat strong{font-size:28px;display:block}.section{padding:58px 0}.section.alt{background:#eef8f5}.section-head{max-width:760px;margin-bottom:26px}h2{letter-spacing:0;margin:0 0 12px;font-size:clamp(28px,4vw,44px);line-height:1.08}.section-head p,.card p,.step p,.faq-item p,.stat span{color:var(--muted);line-height:1.65}.grid-3{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.grid-2{grid-template-columns:repeat(2,1fr);gap:16px;display:grid}.card,.step,.faq-item{padding:22px}.card h3,.step h3,.faq-item h3{margin:0 0 8px;font-size:19px}.detectors{border-collapse:collapse;background:#fff;border-radius:8px;width:100%;overflow:hidden}.detectors th,.detectors td{border:1px solid var(--line);text-align:left;padding:14px}.detectors th{background:#e1f5ef}.footer{color:var(--muted);border-top:1px solid var(--line);padding:36px 0}.footer-grid{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:24px;display:grid}.footer-grid p{max-width:680px;line-height:1.65}.footer-links{color:var(--ink);flex-wrap:wrap;gap:16px;font-weight:800;display:flex}@media (max-width:900px){.has-output .panes,.detector-tool,.footer-grid,.stats,.grid-3,.grid-2{grid-template-columns:1fr}.has-output .pane+.pane{border-left:0;border-top:1px solid var(--tool-line)}.nav-links{display:none}.tool-bar{align-items:stretch}.select-row{margin-left:0}}@media (max-width:520px){.shell{width:min(100% - 20px,1120px)}.tool-bar,.actions{flex-direction:column;align-items:stretch}.primary{margin-left:0}.primary,.secondary,select{width:100%}}
