:root{--navy-950: #0D1B2A;--navy-900: #1A2E42;--navy-800: #243B53;--blue-700: #0F6E56;--blue-600: #3BA876;--blue-500: #3BA876;--blue-400: #3BA876;--blue-200: rgba(58, 168, 118, .22);--blue-100: #E1F5EE;--blue-50: rgba(58, 168, 118, .12);--ink: #0D1B2A;--muted: #7A8694;--line: rgba(13, 27, 42, .1);--surface: #ffffff;--surface-soft: #F4F2EE;--surface-mint: #E1F5EE;--gold: #C9973A;--green: #3BA876;--green-dark: #0F6E56;--red: #E24B4A;--shadow-sm: 0 8px 22px rgba(13, 27, 42, .07);--shadow-md: 0 18px 46px rgba(13, 27, 42, .12);--radius-sm: 8px;--radius-md: 14px;--radius-lg: 16px;--header-h: 76px;--max-w: 1200px;--ease: cubic-bezier(.22, 1, .36, 1)}*{box-sizing:border-box}html{scroll-behavior:smooth;height:100%}body{margin:0;height:100%;color:var(--ink);font-family:Inter,Noto Sans SC,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--surface-soft)}#root{height:100%}.app-shell{display:flex;flex-direction:column;min-height:100vh}.app-main{flex:1 0 auto;padding-top:var(--header-h)}h1,h2,h3,p{margin-top:0}h1,h2{color:var(--navy-950);font-family:inherit;font-weight:600;letter-spacing:0}h1{max-width:760px;font-size:clamp(2.25rem,4.8vw,3.6rem);line-height:1.15;margin-bottom:1.25rem}h2{font-size:clamp(1.9rem,3.2vw,2.5rem);line-height:1.25;margin-bottom:1rem}h3{color:var(--navy-900);font-size:1rem;font-weight:500;line-height:1.4;margin-bottom:.5rem}p{color:var(--muted);line-height:1.7}a{color:inherit;text-decoration:none}svg{display:block}.site-header{position:fixed;z-index:100;inset:0 0 auto;height:var(--header-h);display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:2rem;padding:0 clamp(1.25rem,4vw,4rem);background:#f4f2eeeb;border-bottom:.5px solid rgba(13,27,42,.12);backdrop-filter:blur(18px)}.brand{display:inline-flex;align-items:center;gap:.7rem;color:var(--navy-950);font-family:inherit;font-size:1.28rem;font-weight:600;letter-spacing:0;white-space:nowrap}.brand-mark{width:34px;height:34px;display:grid;place-items:center;color:var(--navy-800)}.brand-mark svg{width:100%;height:100%}.brand-mark path:first-child{fill:#e1f5ee;stroke:currentColor;stroke-width:2.6}.brand-mark path:last-child{fill:none;stroke:currentColor;stroke-width:2.8;stroke-linecap:round;stroke-linejoin:round}.nav-links{justify-self:center;display:flex;align-items:center;gap:clamp(.7rem,1.25vw,1.55rem);color:#0d1b2ab3;font-size:.93rem;font-weight:500}.nav-links a{opacity:.86;white-space:nowrap;transition:opacity .2s var(--ease)}.nav-links a:hover{opacity:1}.btn{display:inline-flex;align-items:center;gap:.5rem;border:0;min-height:44px;border-radius:8px;font:inherit;font-size:14px;font-weight:500;cursor:pointer;transition:transform .18s var(--ease),box-shadow .18s var(--ease),background .18s var(--ease)}.btn-primary{background:var(--green);color:#fff;padding:12px 24px;border:none}.btn-primary:hover{background:var(--green-dark);transform:translateY(-1px);box-shadow:var(--shadow-sm)}.btn-secondary{background:transparent;color:var(--navy-950);padding:12px 20px;border:.5px solid rgba(13,27,42,.2)}.btn-secondary:hover{background:#0d1b2a0a;border-color:#0d1b2a52}.btn-small{min-height:36px;padding:8px 14px;font-size:.84rem}.btn-light{background:var(--green);color:#fff;padding:12px 24px}.btn-light:hover{background:var(--green-dark);transform:translateY(-1px);box-shadow:var(--shadow-sm)}.btn-ghost{background:transparent;color:#ffffffb3;padding:12px 20px;border:.5px solid rgba(255,255,255,.25)}.btn-ghost:hover{background:#ffffff0f;border-color:#ffffff59;color:#fff}.snap-shell{min-height:calc(100vh - var(--header-h))}.snap-section{min-height:auto;display:grid;align-items:center;padding:72px clamp(24px,4vw,48px)}.section-inner{width:100%;max-width:var(--max-w);margin:0 auto}.hero-section{min-height:calc(100svh - var(--header-h) - 24px);align-items:center;background:linear-gradient(180deg,#0d1b2af5,#0d1b2a),var(--navy-950)}.hero-grid{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr);gap:clamp(2rem,4vw,4rem);align-items:center}.eyebrow{font-size:12px;font-weight:500;color:var(--muted);letter-spacing:.8px;text-transform:uppercase;margin-bottom:12px}.lead{font-size:1rem;max-width:520px;margin-bottom:1.6rem}.hero-section h1,.hero-section h2{color:#fff}.hero-section .eyebrow{color:#ffffff59}.hero-section .lead,.hero-section .trust-note{color:#fff9}.hero-actions{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1.6rem}.value-strip{display:flex;flex-wrap:wrap;gap:.55rem;margin:-.4rem 0 1.2rem}.value-strip span{display:inline-flex;align-items:center;min-height:32px;padding:5px 14px;border:.5px solid rgba(58,168,118,.3);border-radius:20px;background:#3aa87626;color:#3ba876;font-size:12px;font-weight:500;line-height:1.2}.trust-note{display:flex;align-items:center;gap:.6rem;font-size:.84rem;color:var(--muted)}.mini-shield{width:22px;height:22px;border-radius:50%;background:var(--surface-mint);color:var(--green-dark);display:grid;place-items:center;font-size:.72rem;font-weight:700}.summary-card{background:#ffffff0f;border-radius:16px;box-shadow:none;padding:28px;border:.5px solid rgba(255,255,255,.12)}.card-top{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem}.card-kicker{font-size:12px;font-weight:500;color:#fff6;letter-spacing:.8px;text-transform:uppercase;margin-bottom:.2rem}.pill{font-size:12px;font-weight:500;background:#3aa87626;color:var(--green);padding:5px 14px;border:.5px solid rgba(58,168,118,.3);border-radius:20px}.metric-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:1.2rem;margin-bottom:1.5rem}.metric span{display:block;font-size:.78rem;color:#fff9;margin-bottom:.2rem}.metric strong{color:#fff;font-size:1rem;display:block;margin-bottom:.4rem}.callout-metric{min-height:78px;padding:14px;border:.5px solid rgba(255,255,255,.08);border-radius:10px;background:#ffffff0a}.callout-metric em{color:var(--green);font-size:.72rem;font-style:normal;font-weight:700}.tier-medium{color:var(--gold)}.tier-low{color:var(--green)}.tier-high{color:var(--red)}.metric strong.tier-medium{color:var(--gold)}.metric strong.tier-low{color:var(--green)}.metric strong.tier-high{color:var(--red)}.bar{display:flex;gap:3px}.bar i{width:18px;height:4px;border-radius:2px;background:currentColor}.bar i.muted{opacity:.2}.bar-warm{color:var(--gold)}.bar-green{color:var(--green)}.donut{width:80px;height:80px;border-radius:50%;background:conic-gradient(var(--green) calc(var(--value) * 1%),var(--line) 0);display:grid;place-items:center;place-self:center}.donut strong{font-size:.92rem}.donut span{font-size:.68rem;color:var(--muted)}.signin-shell .container{min-height:calc(100svh - var(--header-h) - 120px)}.signin-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,460px);gap:24px;align-items:stretch}.signin-trust-panel{position:relative;display:flex;min-height:520px;flex-direction:column;justify-content:center;padding:42px;border-radius:16px;background:var(--navy-950);color:#fff;overflow:hidden;isolation:isolate}.signin-trust-panel>:not(.code-texture){position:relative;z-index:2}.signin-trust-panel h1{max-width:620px;margin-bottom:18px;color:#fff;font-size:clamp(2.4rem,4.8vw,4rem);line-height:1.08}.signin-trust-panel p:not(.brand-pill){max-width:560px;color:#ffffff9e}.signin-proof-list{display:flex;flex-wrap:wrap;gap:10px;margin-top:32px}.signin-proof-list span{padding:5px 14px;border:.5px solid rgba(58,168,118,.3);border-radius:20px;background:#3aa87626;color:var(--green);font-size:12px;font-weight:500}.signin-card{width:100%;align-self:center;background:var(--surface);border-radius:14px;padding:32px;border:.5px solid rgba(13,27,42,.07);box-shadow:none;text-align:left}.signin-card h2{font-size:1.8rem;margin-bottom:.55rem}.signin-card>p:not(.eyebrow):not(.signin-note){margin-bottom:28px}.signin-buttons{display:flex;flex-direction:column;gap:.8rem}.btn-signin{display:flex;align-items:center;justify-content:center;gap:.7rem;width:100%;min-height:48px;padding:12px 16px;border-radius:8px;font-weight:500;font-size:.95rem;border:.5px solid rgba(13,27,42,.16);background:var(--surface);color:var(--ink);transition:background .18s var(--ease),border-color .18s var(--ease)}.btn-signin:hover{background:var(--surface-soft);border-color:#3aa87666}.signin-note{margin-top:1.5rem;font-size:.82rem;color:var(--muted)}.signin-error{display:flex;justify-content:space-between;gap:12px;margin:0 0 1.5rem;text-align:left}.signin-error button{border:0;background:none;color:inherit;cursor:pointer;font-size:1.15rem;line-height:1}@media (max-width: 860px){.signin-layout{grid-template-columns:1fr}.signin-trust-panel{min-height:auto}}.header-user{display:flex;align-items:center;gap:.8rem}.header-actions{display:flex;align-items:center;gap:.7rem}.language-switcher{display:inline-flex;align-items:center;gap:.45rem;color:var(--muted);font-size:.84rem;font-weight:600;white-space:nowrap}.language-switcher select{min-height:34px;border:.5px solid rgba(13,27,42,.18);border-radius:8px;background:#ffffffb8;color:var(--ink);font:inherit;padding:0 28px 0 10px;cursor:pointer}.language-switcher select:focus{outline:2px solid rgba(58,168,118,.28);outline-offset:2px}.language-switcher-compact span{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.user-email{font-size:.84rem;color:var(--muted);max-width:180px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-avatar{width:32px;height:32px;border-radius:50%;object-fit:cover;border:2px solid var(--line)}.user-avatar-placeholder{width:32px;height:32px;border-radius:50%;background:var(--blue-700);color:#fff;display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:600}.nav-dropdown{position:relative}.nav-dropdown-trigger{background:none;border:none;font:inherit;color:var(--muted);cursor:pointer;display:flex;align-items:center;padding:0;transition:color .15s}.nav-dropdown-trigger:hover,.nav-dropdown-trigger.active{color:var(--ink)}.nav-dropdown-menu{position:absolute;top:calc(100% + 8px);left:50%;transform:translate(-50%);background:var(--surface);border:1px solid var(--line);border-radius:10px;box-shadow:var(--shadow-md);min-width:180px;padding:6px;z-index:200;animation:dropdownIn .15s var(--ease)}.nav-dropdown-menu:before{content:"";position:absolute;top:-8px;left:0;right:0;height:8px}@keyframes dropdownIn{0%{opacity:0;transform:translate(-50%) translateY(-4px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.nav-dropdown-item{display:flex;align-items:center;gap:8px;padding:9px 12px;border-radius:7px;font-size:.9rem;color:var(--ink);transition:background .12s}.nav-dropdown-item:hover{background:var(--surface-soft);color:var(--blue-700)}.nav-dropdown-item svg{color:var(--muted);flex-shrink:0}.nav-dropdown-item:hover svg{color:var(--blue-700)}.split-heading{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem;align-items:start;margin-bottom:32px}.feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.feature-card{background:var(--surface);border-radius:14px;padding:28px;border:.5px solid rgba(13,27,42,.07);box-shadow:0 1px #071e4108}.feature-icon{width:44px;height:44px;border-radius:8px;background:#3aa8761f;display:grid;place-items:center;margin-bottom:1rem;color:var(--blue-700)}.feature-icon svg,.step-icon svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.trust-section{background:var(--surface)}.trust-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:2.2rem}.trust-card{min-height:172px;padding:28px;border:.5px solid rgba(13,27,42,.07);border-left:3px solid var(--green);border-radius:0 12px 12px 0;background:var(--surface);box-shadow:none}.trust-card strong{display:block;color:var(--navy-900);font-size:1.02rem;margin-bottom:.55rem}.trust-card p{margin:0;font-size:.94rem}.process-line{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;position:relative}.process-line:before{content:"";position:absolute;top:39px;left:10%;right:10%;height:1px;background:#3aa87633}.step-icon{width:36px;height:36px;border-radius:50%;background:#3aa87626;border:.5px solid rgba(58,168,118,.3);display:grid;place-items:center;margin:0 auto 1rem;color:var(--blue-700);position:relative;z-index:1}.step-icon svg{width:18px;height:18px}.compare-band{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.compare-card{background:var(--surface);border-radius:var(--radius-md);padding:2rem;border:1px solid var(--line)}.compare-card h3{margin-bottom:.8rem}.report-layout{display:grid;grid-template-columns:2fr 1fr;gap:2rem;align-items:start}.report-main{background:var(--surface);border-radius:14px;box-shadow:var(--shadow-sm);overflow:hidden;border:.5px solid rgba(13,27,42,.07)}.report-metrics{display:grid;grid-template-columns:repeat(4,1fr);border-bottom:1px solid var(--line)}.report-metrics div{padding:1.2rem;text-align:center;border-right:1px solid var(--line)}.report-metrics div:last-child{border-right:0}.report-metrics span{display:block;font-size:.78rem;color:var(--muted);margin-bottom:.3rem}.report-metrics strong{font-size:1.1rem}.report-body{padding:1.5rem}.report-body table{table-layout:fixed}.report-body th,.report-body td{vertical-align:top}.report-body td:first-child{color:var(--navy-900);font-weight:650}.action-grid{display:grid;grid-template-columns:1fr 1fr}.action-row{padding:1.2rem;border-bottom:1px solid var(--line);border-right:1px solid var(--line)}.action-row:nth-child(2n){border-right:0}.action-row:nth-last-child(-n+2){border-bottom:0}.report-aside{background:var(--surface);border-radius:14px;padding:28px;box-shadow:none;border:.5px solid rgba(13,27,42,.07)}.mini-stats{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1.2rem}.mini-stats div{text-align:center}.mini-stats span{display:block;font-size:.78rem;color:var(--muted)}.mini-stats strong{font-size:1rem}.primary-action{background:#3aa8761f;border-left:3px solid var(--green);border-radius:var(--radius-sm);padding:1rem;margin-bottom:1.2rem;font-size:.92rem}.check-list{list-style:none;padding:0}.check-list li{display:flex;align-items:center;gap:.6rem;padding:.6rem 0;font-size:.92rem;color:var(--ink);border-bottom:1px solid var(--line)}.check-list li:last-child{border-bottom:0}.check-list span{color:var(--green);font-weight:700}.cta-footer{background:var(--navy-950);color:#fff;padding:5rem clamp(1.25rem,4vw,4rem) 2rem}.cta-inner{max-width:var(--max-w);margin:0 auto 4rem;text-align:center}.cta-inner h2{color:#fff;max-width:640px;margin:0 auto 1.6rem}.site-footer{max-width:var(--max-w);margin:0 auto;padding:2rem 0 3rem;border-top:1px solid rgba(255,255,255,.1);display:flex;flex-direction:column;align-items:center;gap:1.25rem}.footer-brand{color:#fff}.footer-links{display:flex;gap:1.5rem;font-size:.88rem;color:#ffffffb3;justify-content:center}.footer-links a:hover{color:#fff}.site-footer p{text-align:center;color:#ffffffad;font-size:.82rem;line-height:1.5;max-width:540px}.audience-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.audience-card{background:var(--surface);border-radius:var(--radius-sm);padding:1.5rem;border:1px solid var(--line)}.belief-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;max-width:900px;margin:2rem auto 0}.pricing-card{background:var(--surface);border-radius:var(--radius-md);padding:2rem;border:1px solid var(--line);text-align:center}.pricing-card.featured{border-color:var(--navy-950);box-shadow:var(--shadow-md)}table{width:100%;border-collapse:collapse;font-size:.88rem}th,td{padding:.7rem 1rem;text-align:left;border-bottom:1px solid var(--line)}th{font-weight:650;color:var(--navy-950);font-size:.82rem}.upload-panel{background:var(--surface);border-radius:var(--radius-md);padding:2rem;border:1px solid var(--line);max-width:560px}.upload-panel form{display:flex;flex-direction:column;gap:1rem}.upload-panel input[type=file]{padding:1rem;border:2px dashed var(--line);border-radius:var(--radius-sm);background:var(--surface-soft);cursor:pointer}.error{color:var(--red);margin-top:.5rem;font-size:.9rem}.error-reload{margin-top:.5rem}.error-reload-hint{font-size:.8rem;color:var(--muted);margin-top:.25rem}.scan-page{padding-top:calc(var(--header-h) + 3rem);padding-bottom:3rem}.scan-page h1{font-size:clamp(2rem,4vw,3rem);margin-bottom:2rem}.report-page{padding-top:calc(var(--header-h) + 3rem);padding-bottom:3rem}.report-page h1{font-size:clamp(1.6rem,3vw,2.4rem);margin-bottom:2rem}.issue-card{background:var(--surface);border-radius:var(--radius-sm);padding:1.2rem;margin-bottom:.8rem;border:1px solid var(--line)}.issue-header{display:flex;align-items:center;gap:.8rem;cursor:pointer}.severity{font-size:.72rem;font-weight:700;padding:.2rem .6rem;border-radius:99px;text-transform:uppercase}.severity.high{background:#fde8e8;color:var(--red)}.severity.medium{background:#fef3e0;color:var(--gold)}.severity.low{background:#e6f7ee;color:var(--green)}.suggestion{margin-top:1rem;padding-top:1rem;border-top:1px solid var(--line)}.suggestion p{margin-bottom:.8rem}.btn-sm{padding:.45rem .9rem;font-size:.82rem;background:var(--navy-950);color:#fff;border:0;border-radius:99px;cursor:pointer;font-weight:650}.btn-sm:hover{background:var(--navy-900)}@media (max-width: 1050px){.nav-links,.header-user,.header-actions{display:none}.hamburger{display:flex!important}.site-header{grid-template-columns:auto auto;justify-content:space-between}.hero-grid,.split-heading,.compare-band,.report-layout{grid-template-columns:1fr}.feature-grid{grid-template-columns:repeat(3,1fr)}.summary-card{max-width:720px}.trust-grid{grid-template-columns:1fr}}.hamburger{display:none;flex-direction:column;justify-content:center;gap:5px;width:36px;height:36px;padding:6px;background:none;border:none;cursor:pointer}.hamburger span{display:block;width:100%;height:2.5px;background:var(--navy-950);border-radius:2px;transition:transform .25s var(--ease),opacity .2s}.hamburger.is-open span:nth-child(1){transform:translateY(7.5px) rotate(45deg)}.hamburger.is-open span:nth-child(2){opacity:0}.hamburger.is-open span:nth-child(3){transform:translateY(-7.5px) rotate(-45deg)}.mobile-menu{position:fixed;inset:0;z-index:99;background:#00000059;animation:fadeIn .2s var(--ease)}.mobile-menu-inner{position:absolute;top:var(--header-h);right:0;width:min(320px,85vw);height:calc(100dvh - var(--header-h));background:var(--surface);border-left:1px solid var(--line);padding:1.5rem;overflow-y:auto;animation:slideInRight .25s var(--ease)}.mobile-link{display:flex;align-items:center;gap:.6rem;padding:.85rem 0;color:var(--ink);font-weight:620;font-size:.95rem;border-bottom:1px solid var(--line);opacity:.88;transition:opacity .15s}.mobile-link:hover{opacity:1}.mobile-menu-actions{margin-top:1.2rem}.mobile-menu-actions .btn{width:100%;justify-content:center}.mobile-menu .language-switcher{width:100%;justify-content:space-between;padding:0 0 1rem;border-bottom:1px solid var(--line);margin-bottom:.25rem}.mobile-menu .language-switcher select{min-width:150px}@keyframes slideInRight{0%{transform:translate(100%)}to{transform:translate(0)}}@media (max-width: 760px){:root{--header-h: 68px}.snap-shell{scroll-snap-type:none}.snap-section{min-height:auto;padding:calc(var(--header-h) + 1.25rem) 1.25rem 2.4rem}.hero-section{padding-top:calc(var(--header-h) + 1rem)}h1{font-size:clamp(2.65rem,14vw,4rem);line-height:.96;margin-bottom:1rem}h2{font-size:clamp(1.9rem,10vw,2.8rem)}.lead{font-size:1rem;line-height:1.55;margin-bottom:1.25rem}.hero-grid{gap:1.4rem}.hero-actions{gap:.75rem;margin-bottom:1rem}.hero-actions .btn{width:100%;justify-content:center}.value-strip{gap:.45rem;margin-bottom:1rem}.value-strip span{border-radius:8px;flex:1 1 150px}.trust-note{align-items:flex-start;line-height:1.35}.summary-card{padding:1.45rem;border-radius:14px}.card-top{gap:1rem;margin-bottom:1.1rem}.card-top h2{font-size:2.1rem}.site-header{gap:1rem}.brand{font-size:1.35rem}.hero-grid,.belief-grid,.process-line,.feature-grid,.audience-grid,.trust-grid,.metric-grid,.mini-stats,.report-metrics,.action-grid{grid-template-columns:1fr}.action-row,.action-row:nth-child(2n),.action-row:nth-last-child(-n+2){border-right:0;border-bottom:1px solid var(--line)}.action-row:last-child{border-bottom:0}.process-line:before{display:none}.process-line{gap:1.15rem}.process-line>div{display:grid;grid-template-columns:54px 1fr;column-gap:1rem;align-items:start}.process-line h3,.process-line p{grid-column:2}.step-icon{grid-row:1 / span 2;width:54px;height:54px;margin:0}.step-icon svg{width:22px;height:22px}.report-metrics div{border-right:0;border-bottom:1px solid var(--line)}.report-metrics div:last-child{border-bottom:0}table{display:block;overflow-x:auto;white-space:normal}.report-body table,.report-body thead,.report-body tbody,.report-body tr,.report-body td{display:block;width:100%}.report-body thead{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}.report-body tr{padding:.8rem 0;border-bottom:1px solid var(--line)}.report-body tr:last-child{border-bottom:0}.report-body td{padding:.35rem 0;border-bottom:0}.report-body td:before{display:block;margin-bottom:.12rem;color:var(--muted);font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.report-body td:nth-child(1):before{content:"Claim"}.report-body td:nth-child(2):before{content:"Evidence issue"}.report-body td:nth-child(3):before{content:"Severity"}.report-body td:nth-child(4):before{content:"Suggested fix"}.footer-links{flex-wrap:wrap;row-gap:.8rem}}@media (prefers-reduced-motion: reduce){html{scroll-behavior:auto}.snap-shell{scroll-snap-type:none}.btn{transition:none}.code-row{animation:none!important}.scan-progress-fill:after,.rewrite-progress-pulse,.submitted-editor-backdrop,.submitted-editor-backdrop.is-closing,.submitted-editor-sheet,.submitted-editor-backdrop.is-closing .submitted-editor-sheet,.sample-report-preview:not(.is-paused) .sample-preview-tabs button.is-active:after,.sample-preview-panel>*{animation:none!important}}.site-header-dark{background:var(--navy-950);border-bottom-color:#ffffff0f}.site-header-dark .brand,.site-header-dark .nav-links,.site-header-dark .nav-dropdown-trigger,.site-header-dark .language-switcher{color:#fff}.site-header-dark .language-switcher select{background:#ffffff14;border-color:#ffffff38;color:#fff}.site-header-dark .language-switcher option{color:var(--ink)}.site-header-dark .brand-mark path:first-child{fill:#3aa8761f;stroke:var(--green)}.site-header-dark .brand-mark path:last-child{stroke:var(--green)}.site-header-dark .nav-links>a{color:#ffffff9e}.site-header-dark .nav-links>a:hover{color:#fff}.site-header-dark .nav-dropdown-menu{background:var(--surface);border-color:#0d1b2a1a}.site-header-dark .nav-dropdown-item{color:var(--ink);opacity:1}.site-header-dark .nav-dropdown-item:hover{background:var(--surface-soft);color:var(--blue-700)}.site-header-dark .nav-dropdown-item svg{color:var(--muted)}.site-header-dark .nav-dropdown-item:hover svg{color:var(--blue-700)}.site-header-dark>.btn-primary{background:transparent;color:#fff;border:.5px solid rgba(255,255,255,.35)}.site-header-dark>.btn-primary:hover{background:#ffffff0f;box-shadow:none}.site-header-dark .hamburger span{background:#fff}.landing-page{background:var(--surface-soft)}.landing-hero{position:relative;min-height:610px;display:grid;align-items:center;padding:84px clamp(24px,4vw,48px) 56px;background:var(--navy-950);color:#fff;overflow:hidden;isolation:isolate}.landing-hero:after{content:"";position:absolute;inset:0;z-index:0;pointer-events:none;background:linear-gradient(90deg,#0d1b2af5,#0d1b2ac7 42%,#0d1b2a9e),radial-gradient(circle at 78% 30%,rgba(58,168,118,.12),transparent 28rem)}.landing-hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,540px);gap:clamp(48px,9vw,148px);align-items:center}.code-texture{position:absolute;inset:0;z-index:1;width:100%;height:100%;pointer-events:none;opacity:.86}.hero-code-field{opacity:1}.footer-code-texture{opacity:.72}.app-hero-dark .code-texture,.dash-hero .code-texture,.signin-trust-panel .code-texture{opacity:.82}.code-texture-layer text{fill:#ffffff4d;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:22px;font-weight:650;letter-spacing:.08em}.code-texture-layer .code-row-b text{fill:#3aa87685}.app-hero-dark .code-texture-layer text,.dash-hero .code-texture-layer text,.signin-trust-panel .code-texture-layer text,.global-footer-wrap .code-texture-layer text,.landing-hero .code-texture-layer text,.checks-section .code-texture-layer text,.landing-cta .code-texture-layer text{fill:#ffffff57;text-shadow:0 0 14px rgba(255,255,255,.12)}.app-hero-dark .code-texture-layer .code-row-b text,.dash-hero .code-texture-layer .code-row-b text,.signin-trust-panel .code-texture-layer .code-row-b text,.global-footer-wrap .code-texture-layer .code-row-b text,.landing-hero .code-texture-layer .code-row-b text,.checks-section .code-texture-layer .code-row-b text,.landing-cta .code-texture-layer .code-row-b text{fill:#3aa87694}.code-row{transform-box:fill-box;transform-origin:center;will-change:transform,opacity}.code-row-a{animation:codeDriftLeft 28s linear infinite}.code-row-b{animation:codeDriftRight 34s linear infinite;opacity:.86}@keyframes codeDriftLeft{0%{transform:translate(0)}to{transform:translate(-360px)}}@keyframes codeDriftRight{0%{transform:translate(-360px)}to{transform:translate(0)}}.brand-pill{display:inline-flex;align-items:center;min-height:26px;margin:0 0 22px;padding:5px 14px;border:.5px solid rgba(58,168,118,.3);border-radius:20px;background:#3aa87626;color:var(--green);font-size:12px;font-weight:500;line-height:1.2}.landing-hero h1{max-width:520px;margin-bottom:20px;color:#fff;font-size:clamp(2.75rem,5vw,4.25rem);line-height:1.06}.landing-hero h1 span{color:var(--green)}.landing-hero .lead{max-width:520px;color:#ffffffad}.landing-hero .hero-actions{margin:26px 0 18px}.landing-hero .btn-ghost,.landing-cta .btn-ghost{min-width:204px;justify-content:center}.landing-hero .trust-note{color:#ffffff70;font-size:13px}.landing-hero .mini-shield{width:16px;height:16px;background:transparent;border:1px solid var(--green)}.review-panel{padding:28px;border:.5px solid rgba(255,255,255,.18);border-radius:16px;background:#ffffff0f;box-shadow:inset 0 1px #ffffff0d}.review-panel-top{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:18px}.review-panel h2{margin:0 0 8px;color:#fff;font-size:30px;line-height:1.25}.review-panel>p{margin-bottom:24px;color:#ffffff5c;font-size:14px}.live-dot{display:inline-flex;align-items:center;gap:6px;color:var(--green);font-size:12px}.live-dot:before{content:"";width:6px;height:6px;border-radius:999px;background:currentColor}.review-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-bottom:18px}.review-metric{min-height:82px;padding:14px;border:.5px solid rgba(255,255,255,.12);border-radius:10px;background:#ffffff0a}.review-metric span,.primary-fix span{display:block;margin-bottom:7px;color:#ffffff5c;font-size:11px;font-weight:500;letter-spacing:.8px;text-transform:uppercase}.review-metric strong,.primary-fix strong{display:block;margin-bottom:12px;font-size:14px;font-weight:500}.review-bar{height:4px;border-radius:2px;background:#ffffff1a;overflow:hidden}.review-bar i{display:block;height:100%;border-radius:inherit}.review-bar.positive i{background:var(--green)}.review-bar.warning i{background:var(--gold)}.primary-fix{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px;border:.5px solid rgba(58,168,118,.3);border-radius:10px;background:#3aa8761f}.primary-fix strong{margin-bottom:0;color:#fff}.primary-fix em{padding:3px 10px;border-radius:12px;background:#3aa87633;color:var(--green);font-size:11px;font-style:normal}.trust-bar{padding:18px clamp(24px,4vw,48px);background:var(--surface);border-bottom:.5px solid rgba(13,27,42,.06)}.trust-bar-inner{display:flex;align-items:center;gap:12px 24px;flex-wrap:wrap;color:var(--muted);font-size:13px}.trust-bar strong{padding:4px 14px;border-radius:20px;background:#e1f5ee;color:var(--green-dark);font-size:12px;font-weight:500}.sample-report-section{background:linear-gradient(180deg,#f8fafc,#eef7f4);border-bottom:.5px solid rgba(13,27,42,.08)}.sample-report-layout{display:grid;grid-template-columns:minmax(280px,.72fr) minmax(420px,1.28fr);gap:clamp(32px,6vw,76px);align-items:center}.sample-report-copy{max-width:480px}.sample-report-copy h2{margin-bottom:18px}.sample-report-copy p{color:var(--muted);font-size:1rem;line-height:1.7}.sample-report-points{display:grid;gap:10px;margin:24px 0 28px}.sample-report-points span{position:relative;display:block;padding-left:22px;color:var(--navy-800);font-size:.92rem;font-weight:800}.sample-report-points span:before{content:"";position:absolute;left:0;top:.42rem;width:9px;height:9px;border:2px solid var(--green);border-radius:999px}.sample-report-value-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:0 0 28px}.sample-report-value-grid article{min-width:0;min-height:126px;padding:14px;border:1px solid #d8e2ec;border-left:4px solid #0f766e;border-radius:8px;background:#ffffffc7;box-shadow:0 10px 24px #0f172a0f}.sample-report-value-grid article:nth-child(2){border-left-color:#d97706}.sample-report-value-grid article:nth-child(3){border-left-color:#16a34a}.sample-report-value-grid article:nth-child(4){border-left-color:#0e7490}.sample-report-value-grid strong{display:block;color:var(--navy-950);font-size:.9rem;font-weight:900;line-height:1.25}.sample-report-value-grid p{margin:8px 0 0;color:#52627a;font-size:.8rem;font-weight:650;line-height:1.45}.sample-report-preview{overflow:hidden;border:1px solid #d8e2ec;border-radius:16px;background:#ffffffdb;box-shadow:0 24px 60px #0f172a1f}.sample-preview-tabs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;padding:10px;border-bottom:1px solid #dbe4ea;background:#f8fbffe6}.sample-preview-tabs button{position:relative;overflow:hidden;min-width:0;padding:10px 12px;border:1px solid transparent;border-radius:10px;background:transparent;color:#52627a;text-align:left;cursor:pointer}.sample-preview-tabs button:after{content:"";position:absolute;left:10px;right:10px;bottom:6px;height:2px;border-radius:999px;background:#0f766e;transform:scaleX(0);transform-origin:left}.sample-preview-tabs button:hover,.sample-preview-tabs button.is-active{border-color:#a8ead8;background:#ecfdf5;color:#0f766e}.sample-report-preview:not(.is-paused) .sample-preview-tabs button.is-active:after{animation:sample-tab-progress 4.5s linear forwards}.sample-preview-tabs button:focus-visible{outline:3px solid rgba(15,118,110,.24);outline-offset:2px}.sample-preview-tabs span,.sample-preview-tabs em{display:block;line-height:1.2}.sample-preview-tabs span{font-size:.82rem;font-weight:950}.sample-preview-tabs em{margin-top:4px;font-size:.68rem;font-style:normal;font-weight:800}.sample-preview-panel{min-height:430px}.sample-preview-panel>*{animation:sample-panel-enter .28s var(--ease) both}@keyframes sample-tab-progress{0%{transform:scaleX(0)}to{transform:scaleX(1)}}@keyframes sample-panel-enter{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.sample-report-pattern{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:18px;align-items:flex-start;padding:18px;border-bottom:1px solid #dbe4ea}.sample-report-pattern-main{display:flex;min-width:0;gap:14px;align-items:flex-start}.sample-transformation-icon{display:grid;place-items:center;flex:0 0 46px;width:46px;height:46px;color:#0f766e;background:#ecfdf5;border:1px solid #a7f3d0;border-radius:13px}.sample-report-pattern span,.sample-contribution>span,.sample-original-head span{color:#52627a;font-size:.7rem;font-weight:950;letter-spacing:0;line-height:1.2;text-transform:uppercase}.sample-report-pattern h3{margin:6px 0 10px;color:var(--navy-950);font-size:1.38rem;line-height:1.15}.sample-report-tags{display:flex;flex-wrap:wrap;gap:8px}.sample-report-tags em{padding:5px 9px;color:#0f766e;background:#dff9f1;border:1px solid #a8ead8;border-radius:999px;font-size:.7rem;font-style:normal;font-weight:900}.sample-authorship-badge{position:relative;display:grid;justify-items:end;align-content:center;min-width:148px;min-height:90px;padding:13px 14px;color:#166534;background:linear-gradient(135deg,#ecfdf5,#fff);border:2px solid rgba(22,101,52,.62);border-radius:12px;box-shadow:inset 0 0 0 1px #ffffffc2;text-align:right}.sample-authorship-badge:before,.sample-authorship-badge:after{content:"";position:absolute;inset:.42rem;border:1px solid rgba(22,101,52,.32);border-radius:8px;pointer-events:none}.sample-authorship-badge:after{inset:.68rem;border-style:dashed;opacity:.55}.sample-authorship-badge span,.sample-authorship-badge strong,.sample-authorship-badge small{position:relative;z-index:1}.sample-authorship-badge strong{display:block;color:#166534;font-size:clamp(1.35rem,2.4vw,1.9rem);font-weight:950;line-height:.95;text-transform:uppercase}.sample-authorship-badge small{display:block;margin-top:5px;color:#475569;font-size:.72rem;font-weight:850;line-height:1.2}.sample-report-chart{padding:16px 18px 18px}.sample-original-scan{padding-bottom:16px;border-bottom:1px solid #dbe4ea}.sample-original-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:12px}.sample-original-head strong{display:block;margin-top:3px;color:var(--navy-950);font-size:.95rem;font-weight:950;line-height:1.2}.sample-original-head em{color:#b45309;font-size:1.2rem;font-style:normal;font-weight:950;line-height:1}.sample-contribution{margin:0;padding:16px;border:1px solid #dbe4ea;border-radius:10px;background:#f8fbff}.sample-contribution p{margin:8px 0 14px;color:var(--navy-950);font-size:.86rem;font-weight:850;line-height:1.45}.sample-contribution .sample-report-tags{margin-bottom:14px}.sample-contribution-bars{display:grid;gap:9px}.sample-signal-row{display:grid;gap:5px}.sample-signal-row-label{display:flex;justify-content:space-between;gap:12px;color:#34445c;font-size:.74rem;font-weight:850;line-height:1.2}.sample-signal-row-label strong{color:var(--navy-950);font-weight:950}.sample-signal-track{height:8px;overflow:hidden;border-radius:999px;background:#e8eef5}.sample-signal-track i{display:block;height:100%;min-width:3px;border-radius:inherit;background:#0f766e}.sample-signal-track i.is-ai{background:#c2410c}.sample-signal-track i.is-human{background:#16a34a}.sample-signal-track i.is-quality{background:#0f766e}.sample-report-notes{display:flex;flex-wrap:wrap;gap:9px;padding:12px 0 0}.sample-report-notes span{padding:6px 10px;color:#34445c;background:#f8fbff;border:1px solid #dbe4ea;border-radius:999px;font-size:.72rem;font-weight:900;line-height:1.15}.sample-reference-note{margin:14px 0 0;color:#64748b;font-size:.76rem;font-weight:750;line-height:1.45}.sample-section-card{padding:18px}.sample-section-card-head{padding-bottom:16px;border-bottom:1px solid #dbe4ea}.sample-section-card-head span{display:block;color:#52627a;font-size:.7rem;font-weight:950;letter-spacing:0;line-height:1.2;text-transform:uppercase}.sample-section-card-head h3{margin:6px 0 8px;color:var(--navy-950);font-size:1.35rem;line-height:1.15}.sample-section-card-head p{max-width:620px;margin:0;color:#52627a;font-size:.88rem;font-weight:700;line-height:1.5}.sample-score-profile-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:16px}.sample-score-signal{min-width:0;padding:12px;border:1px solid #dbe4ea;border-top:3px solid #d97706;border-radius:10px;background:#f8fbff}.sample-score-signal.is-positive{border-top-color:#16a34a}.sample-score-signal.is-quality{border-top-color:#0e7490}.sample-score-signal span,.sample-score-signal em{display:block;color:#52627a;font-size:.7rem;font-style:normal;font-weight:800;line-height:1.25}.sample-score-signal strong{display:block;margin:6px 0;color:var(--navy-950);font-size:1rem;font-weight:950;line-height:1;overflow-wrap:anywhere}.sample-profile-bars{display:grid;gap:12px;margin-top:18px;padding:16px;border:1px solid #dbe4ea;border-radius:10px;background:#fff}.sample-action-list{display:grid;gap:12px;margin-top:16px}.sample-action-item{display:grid;grid-template-columns:auto minmax(0,1fr);gap:14px;padding:14px;border:1px solid #dbe4ea;border-left:4px solid #d97706;border-radius:10px;background:#f8fbff}.sample-action-item.is-quality{border-left-color:#0e7490}.sample-action-item.is-positive{border-left-color:#16a34a}.sample-action-item>span{color:#94a3b8;font-size:.78rem;font-weight:950;line-height:1.35}.sample-action-item strong{display:block;color:var(--navy-950);font-size:.94rem;font-weight:950;line-height:1.25}.sample-action-item p{margin:5px 0 0;color:#52627a;font-size:.82rem;font-weight:750;line-height:1.45}.landing-section{padding:72px clamp(24px,4vw,48px)}.landing-section h2{max-width:620px;margin-bottom:38px;font-size:clamp(2rem,3vw,2.5rem)}.help-section{background:var(--surface);border-bottom:.5px solid rgba(13,27,42,.06)}.help-heading{display:grid;grid-template-columns:minmax(0,.9fr) minmax(320px,.75fr);gap:clamp(24px,5vw,64px);align-items:end;margin-bottom:34px}.help-heading h2{margin-bottom:0}.help-heading>p{margin:0;color:var(--muted);font-size:1rem;line-height:1.7}.help-grid{display:grid;grid-template-columns:repeat(4,1fr);border:.5px solid rgba(13,27,42,.1);border-radius:14px;background:var(--surface-soft);overflow:hidden}.help-card{min-height:240px;padding:26px;background:linear-gradient(180deg,#ffffffdb,#ffffff7a),var(--surface-soft);border-right:.5px solid rgba(13,27,42,.08)}.help-card:last-child{border-right:0}.help-card>span{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;margin-bottom:32px;border:1px solid rgba(58,168,118,.22);border-radius:999px;color:var(--green-dark);background:#3aa8761a;font-size:.78rem;font-weight:850}.help-card h3{max-width:220px;margin:0 0 12px;color:var(--ink);font-size:1.08rem;line-height:1.25}.help-card p{margin:0;color:var(--muted);font-size:.9rem;line-height:1.62}.human-written-section{background:var(--surface);border-bottom:.5px solid rgba(13,27,42,.06)}.human-written-layout{display:grid;grid-template-columns:minmax(0,.95fr) minmax(340px,.72fr);gap:clamp(28px,5vw,72px);align-items:center}.human-written-layout h2{margin-bottom:20px}.human-written-layout p{max-width:700px;margin-bottom:14px}.human-written-panel{padding:26px;border:.5px solid rgba(13,27,42,.1);border-radius:14px;background:var(--surface-soft)}.signal-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding:0;margin:0 0 22px;list-style:none}.signal-list li{min-height:46px;display:flex;align-items:center;padding:10px 12px;border:.5px solid rgba(13,27,42,.08);border-left:3px solid var(--green);border-radius:8px;background:#fff;color:var(--navy-900);font-size:.86rem;font-weight:600;line-height:1.35}.human-written-guardrails{display:flex;flex-direction:column;gap:8px;padding-top:18px;border-top:.5px solid rgba(13,27,42,.1)}.human-written-guardrails span{color:var(--muted);font-size:.86rem}.human-written-guardrails strong{margin-top:4px;color:var(--green-dark);font-size:.96rem;line-height:1.45}.why-card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.why-card{min-height:244px;padding:28px;border:.5px solid rgba(13,27,42,.1);border-radius:14px;background:var(--surface)}.why-card>span{display:block;margin-bottom:28px;color:#0d1b2a14;font-size:30px;font-weight:600}.why-card p{margin-bottom:16px;font-size:14px}.why-card small{color:var(--green-dark);font-size:12px}.strategy-section{background:var(--surface);border-top:.5px solid rgba(13,27,42,.06);border-bottom:.5px solid rgba(13,27,42,.06)}.strategy-heading{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,460px);gap:32px;align-items:end;margin-bottom:34px}.strategy-heading h2{margin-bottom:0}.strategy-heading>p{margin:0;color:var(--muted);font-size:15px}.strategy-grid{display:grid;grid-template-columns:repeat(4,1fr);border:.5px solid rgba(13,27,42,.1);border-radius:14px;background:var(--surface-soft);overflow:hidden}.strategy-card{min-height:218px;padding:24px;border-right:.5px solid rgba(13,27,42,.08);border-bottom:.5px solid rgba(13,27,42,.08);background:linear-gradient(180deg,#ffffffc7,#ffffff6b),var(--surface-soft)}.strategy-card:nth-child(4n){border-right:0}.strategy-card:nth-last-child(-n+4){border-bottom:0}.strategy-card span{display:inline-flex;align-items:center;min-height:24px;margin-bottom:30px;padding:4px 10px;border:.5px solid rgba(13,27,42,.1);border-radius:999px;color:var(--muted);font-size:11px;font-weight:500}.strategy-card h3{max-width:220px;margin-bottom:12px;color:var(--ink);font-size:18px;line-height:1.24}.strategy-card p{margin:0;color:var(--muted);font-size:13px}.strategy-proof{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-top:18px;padding:18px 20px;border-left:3px solid var(--green);background:#e1f5ee}.strategy-proof strong{color:var(--green-dark);font-size:15px;font-weight:600}.strategy-proof span{max-width:720px;color:#0d1b2aa3;font-size:13px}.checks-section{position:relative;background:var(--navy-950);overflow:hidden;isolation:isolate}.checks-section .section-inner{position:relative;z-index:2}.checks-section h2,.checks-section h3{color:#fff}.checks-section .eyebrow{color:#ffffff59}.section-lead{margin:-28px 0 52px;color:#ffffff75}.check-line{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.check-step{position:relative;padding-top:58px}.check-step:before{content:"";position:absolute;top:18px;left:42px;right:0;height:1px;background:#3aa87633}.check-step span{position:absolute;top:0;left:0;display:grid;place-items:center;width:36px;height:36px;border:.5px solid rgba(58,168,118,.3);border-radius:50%;background:#3aa87626;color:var(--green);font-size:13px;font-weight:500}.check-step p{max-width:260px;margin:0;color:#ffffff75;font-size:14px}.belief-row-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px 24px}.belief-row{display:flex;align-items:center;gap:14px;min-height:54px;padding:18px 20px;border:.5px solid rgba(13,27,42,.06);border-radius:12px;background:var(--surface);color:var(--ink);font-size:14px}.belief-row span{display:grid;place-items:center;width:22px;height:22px;border-radius:50%;background:#fcebeb;color:#a32d2d;flex:0 0 auto}.belief-row-positive{grid-column:1 / -1;border-left:3px solid var(--green);border-radius:0 12px 12px 0}.belief-row-positive span{background:#e1f5ee;color:var(--green-dark)}.landing-cta{position:relative;padding:92px clamp(24px,4vw,48px);background:var(--navy-950);color:#fff;text-align:center;overflow:hidden;isolation:isolate}.landing-cta .section-inner{position:relative;z-index:2}.landing-cta .brand-pill{width:min(520px,100%);justify-content:center;margin-bottom:24px}.landing-cta h2{margin:0 auto 18px;color:#fff;font-size:clamp(2rem,3vw,2.6rem)}.landing-cta p{max-width:560px;margin:0 auto 42px;color:#ffffff85}.landing-cta small{display:block;margin-top:22px;color:#ffffff52;font-size:12px}.landing-footer{padding:28px clamp(24px,4vw,48px);background:var(--surface-soft);color:var(--muted);border-top:.5px solid rgba(13,27,42,.08)}.landing-footer-inner{display:flex;align-items:flex-start;justify-content:space-between;gap:32px}.footer-wordmark{display:inline-flex;margin-bottom:10px;color:var(--ink);font-size:14px;font-weight:500}.landing-footer p{max-width:620px;margin:0;color:var(--muted);font-size:12px}.landing-footer .footer-freshness{justify-content:flex-start;margin:12px 0 0;font-size:12px}.landing-footer nav{display:flex;gap:28px;flex-wrap:wrap;justify-content:flex-end;color:var(--muted);font-size:13px}.landing-footer a:hover{color:var(--ink)}@media (max-width: 900px){.faq-intro,.faq-layout{grid-template-columns:1fr}.faq-intro{align-items:flex-start;flex-direction:column}.faq-nav{position:static;grid-template-columns:repeat(2,minmax(0,1fr))}.landing-hero-grid,.why-card-grid,.help-heading,.human-written-layout,.strategy-heading,.sample-report-layout,.belief-row-grid{grid-template-columns:1fr}.sample-report-copy{max-width:680px}.sample-report-value-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.strategy-grid,.help-grid{grid-template-columns:repeat(2,1fr)}.help-card:nth-child(2n){border-right:0}.help-card:nth-child(n+3){border-top:.5px solid rgba(13,27,42,.08)}.strategy-card:nth-child(4n){border-right:.5px solid rgba(13,27,42,.08)}.strategy-card:nth-child(2n){border-right:0}.strategy-card:nth-last-child(-n+4){border-bottom:.5px solid rgba(13,27,42,.08)}.strategy-card:nth-last-child(-n+2){border-bottom:0}.strategy-proof{align-items:flex-start;flex-direction:column}.check-line{grid-template-columns:1fr 1fr}.essay-checker-intro{grid-template-columns:1fr}.essay-checker-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.essay-checker-cta{align-items:flex-start;flex-direction:column}.landing-footer-inner{flex-direction:column}.landing-footer nav{justify-content:flex-start}}@media (max-width: 640px){.faq-shell{padding-bottom:3rem}.faq-intro-actions,.faq-intro-actions .btn,.faq-cta .hero-actions,.faq-cta .btn{width:100%}.faq-intro-actions .btn,.faq-cta .btn{justify-content:center}.faq-nav{grid-template-columns:1fr}.faq-group,.faq-intro,.faq-cta{padding:1rem}.faq-question summary{align-items:flex-start}.landing-hero{padding-top:48px}.landing-hero-grid{gap:32px}.review-grid,.signal-list,.help-grid,.strategy-grid,.essay-checker-grid,.check-line{grid-template-columns:1fr}.help-card,.help-card:nth-child(2n){border-right:0}.help-card+.help-card{border-top:.5px solid rgba(13,27,42,.08)}.sample-report-section{padding-inline:16px}.sample-report-layout{gap:26px}.sample-report-value-grid{grid-template-columns:1fr}.sample-report-value-grid article{min-height:0}.sample-report-preview{border-radius:12px}.sample-preview-tabs{grid-template-columns:1fr;gap:6px}.sample-preview-panel{min-height:0}.sample-report-pattern{grid-template-columns:1fr}.sample-authorship-badge{max-width:180px}.sample-score-profile-grid{grid-template-columns:1fr}.strategy-card,.strategy-card:nth-child(2n),.strategy-card:nth-child(4n){border-right:0}.strategy-card:nth-last-child(-n+2){border-bottom:.5px solid rgba(13,27,42,.08)}.strategy-card:last-child{border-bottom:0}.check-step:before{display:none}.trust-bar-inner{gap:10px}.code-texture-layer text{font-size:16px}}.app-page,.dash-shell,.pricing-shell,.why-shell,.essay-checker-shell{background:var(--surface-soft)}.app-page .container,.pricing-shell .container,.why-shell .container,.essay-checker-shell .container{max-width:var(--max-w);margin:0 auto;padding:48px clamp(24px,4vw,48px) 72px}.app-hero{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:32px;padding:28px;border:.5px solid rgba(13,27,42,.07);border-radius:16px;background:var(--surface)}.app-hero-dark{position:relative;background:var(--navy-950);color:#fff;border-color:#ffffff1a;border-left:0;border-radius:16px;overflow:hidden;isolation:isolate}.app-hero-dark:before{content:"";position:absolute;inset:0;z-index:0;pointer-events:none;background:linear-gradient(90deg,#07121f94,#07121f7a 48%,#07121f61),radial-gradient(circle at 86% 24%,rgba(58,168,118,.1),transparent 24rem)}.app-hero-dark .code-texture{z-index:1;opacity:.82}.app-hero-dark>:not(.code-texture){position:relative;z-index:3}.app-hero h1{max-width:720px;margin:0 0 12px;font-size:clamp(2rem,3.8vw,3rem);line-height:1.14}.app-hero p{max-width:640px;margin:0}.app-hero-dark h1{color:#fff}.app-hero-dark .eyebrow{color:#ffffff61}.app-hero-dark p{color:#ffffff9e}.app-hero-dark .app-hero-stat{border-color:#ffffff24;background:#ffffff12}.app-hero-stat{min-width:min(100%,260px);padding:14px;border:.5px solid rgba(58,168,118,.24);border-radius:10px;background:#3aa8761a}.app-hero:not(.app-hero-dark) .app-hero-stat{border-color:#0d1b2a14;background:#3aa8761a}.app-hero-stat span,.app-hero-stat small{display:block;color:#ffffff7a;font-size:12px}.app-hero:not(.app-hero-dark) .app-hero-stat span,.app-hero:not(.app-hero-dark) .app-hero-stat small{color:var(--muted)}.app-hero-stat span{margin-bottom:7px;font-weight:500;letter-spacing:.8px;text-transform:uppercase}.app-hero-stat strong{display:block;margin-bottom:5px;color:#fff;font-size:1.35rem;font-weight:600}.app-hero-stat time{font:inherit}.app-hero:not(.app-hero-dark) .app-hero-stat strong{color:var(--ink)}.page-freshness{display:flex;align-items:center;justify-content:center;gap:8px;max-width:920px;margin:22px auto 0;color:var(--muted);font-size:.82rem}.page-freshness span{font-weight:500;color:var(--ink-soft)}.page-freshness time{font:inherit;color:var(--muted)}.app-hero-dark .btn-ghost{background:transparent;color:#ffffffc7;border-color:#ffffff40}.app-hero-dark .btn-ghost:hover{background:#ffffff0f;border-color:#ffffff59;color:#fff}.page-actions-center{display:flex;justify-content:center;margin-top:32px}@media (max-width: 760px){.app-hero{align-items:stretch;flex-direction:column}}.dash-shell{background:var(--surface-soft)}.dash-shell .container{max-width:var(--max-w);margin:0 auto;padding:48px clamp(24px,4vw,48px) 72px}.dash-hero{position:relative;display:flex;justify-content:space-between;align-items:center;gap:24px;margin-bottom:24px;padding:28px;border-radius:16px;background:var(--navy-950);color:#fff;border:.5px solid rgba(255,255,255,.1);overflow:hidden;isolation:isolate}.dash-hero>:not(.code-texture){position:relative;z-index:2}.dash-welcome{display:flex;align-items:center;gap:18px;min-width:0}.dash-avatar{width:58px;height:58px;border-radius:50%;background:#3aa87626;border:.5px solid rgba(58,168,118,.3);color:#fff;display:grid;place-items:center;font-size:1.35rem;font-weight:700;flex-shrink:0}.dash-avatar-img{background:none;object-fit:cover;border:.5px solid rgba(255,255,255,.25)}.dash-welcome h1{font-size:clamp(1.8rem,3vw,2.45rem);line-height:1.15;margin:0 0 6px;color:#fff}.dash-welcome .eyebrow{margin-bottom:8px;color:#ffffff59}.dash-email{color:#fff9;margin:0;font-size:.9rem;overflow-wrap:anywhere}.dash-hero-panel{display:flex;align-items:center;gap:18px;min-width:min(100%,320px);padding:14px;border:.5px solid rgba(255,255,255,.12);border-radius:10px;background:#ffffff0f}.dash-hero-panel div{flex:1}.dash-hero-panel span{display:block;margin-bottom:5px;color:#fff6;font-size:11px;font-weight:500;letter-spacing:.8px;text-transform:uppercase}.dash-hero-panel strong{color:#fff;font-size:1.05rem;font-weight:600}.dash-grid{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(300px,.85fr);gap:24px;margin-bottom:48px}.dash-primary-card,.dash-small-card{background:var(--surface);border:.5px solid rgba(13,27,42,.07);color:var(--ink);text-decoration:none;transition:transform .15s var(--ease),box-shadow .15s var(--ease),border-color .15s var(--ease)}.dash-primary-card:hover,.dash-small-card:hover{transform:translateY(-2px);border-color:#3aa8764d;box-shadow:var(--shadow-sm)}.dash-primary-card{display:flex;min-height:300px;flex-direction:column;justify-content:space-between;padding:28px;border-radius:14px}.dash-primary-card .brand-pill{margin-bottom:22px}.dash-primary-card h2{max-width:560px;margin-bottom:14px;font-size:clamp(1.9rem,3vw,2.45rem)}.dash-primary-card p{max-width:620px;margin:0}.dash-free-note{display:inline-flex;width:fit-content;margin-top:18px!important;padding:9px 12px;border:.5px solid rgba(58,168,118,.22);border-radius:8px;background:#3aa8761a;color:var(--green-dark);font-size:.9rem;font-weight:600;line-height:1.35}.dash-card-footer{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:32px;padding-top:18px;border-top:.5px solid rgba(13,27,42,.08)}.dash-card-footer span{color:var(--muted);font-size:13px}.dash-card-footer strong{display:inline-flex;align-items:center;min-height:36px;padding:8px 14px;border-radius:8px;background:var(--green);color:#fff;font-size:14px;font-weight:500}.dash-side-stack{display:grid;gap:16px}.dash-small-card{display:flex;align-items:flex-start;gap:16px;min-height:142px;padding:22px;border-radius:14px}.dash-action-icon{width:44px;height:44px;border-radius:10px;background:#3aa8761f;display:grid;place-items:center;flex-shrink:0}.dash-action-icon svg{width:24px;height:24px;color:var(--green-dark)}.dash-small-card h3{margin:0 0 .25rem;font-size:1rem}.dash-small-card p{margin:0;color:var(--muted);font-size:.875rem}.dash-section{padding:28px;border:.5px solid rgba(13,27,42,.07);border-radius:14px;background:var(--surface)}.dash-section-heading{margin-bottom:24px}.dash-section-heading .eyebrow{margin-bottom:8px}.dash-section h2{font-size:clamp(1.45rem,2.4vw,2rem);margin:0;color:var(--ink)}.dash-workflow-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.dash-workflow-panel{display:flex;flex-direction:column;min-width:0;padding:20px;border:.5px solid rgba(13,27,42,.07);border-radius:12px;background:var(--surface-soft)}.dash-workflow-panel-heading{margin-bottom:18px}.dash-workflow-panel-heading .brand-pill{margin-bottom:12px}.dash-workflow-panel h3{margin:0;color:var(--ink);font-size:1.05rem;line-height:1.3}.dash-workflow-link{align-self:flex-start;margin-top:22px;color:var(--green-dark);font-size:.9rem;font-weight:600;text-decoration:none}.dash-workflow-link:hover{text-decoration:underline}.dash-steps{display:grid;grid-template-columns:1fr;gap:16px;margin:0;padding:0;list-style:none}.dash-step{position:relative;min-height:32px;padding:0 0 0 48px}.dash-step:before{content:"";position:absolute;top:40px;bottom:-8px;left:16px;width:1px;background:#3aa87633}.dash-step:last-child:before{display:none}.step-num{width:32px;height:32px;border-radius:50%;position:absolute;top:0;left:0;background:#3aa87626;border:.5px solid rgba(58,168,118,.3);color:var(--green);display:grid;place-items:center;font-size:.85rem;font-weight:700;flex-shrink:0}.dash-step strong{display:block;margin-bottom:8px;color:var(--ink);font-size:.95rem;font-weight:500}.dash-step p{margin:0;color:var(--muted);font-size:.85rem;line-height:1.55}@media (max-width: 920px){.dash-hero,.dash-grid{grid-template-columns:1fr}.dash-hero{align-items:stretch;flex-direction:column}.dash-steps{gap:16px}.dash-workflow-grid{grid-template-columns:1fr}}@media (max-width: 640px){.dash-shell .container{padding-inline:20px}.dash-welcome{align-items:flex-start}.dash-avatar{width:48px;height:48px}.dash-hero-panel,.dash-card-footer{align-items:stretch;flex-direction:column}.dash-step{padding-left:44px}}.pricing-shell{background:var(--surface-soft)}.pricing-shell .container{max-width:var(--max-w);margin:0 auto;padding:48px clamp(24px,4vw,48px) 72px}.pricing-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-bottom:32px}@media (max-width: 700px){.pricing-grid{grid-template-columns:1fr}}.pricing-hero{text-align:left;margin-bottom:32px}.pricing-hero h1{color:#fff}.pricing-lead{color:#ffffffa3;font-size:1.05rem;margin:0}.pricing-card{background:var(--surface);border:.5px solid rgba(13,27,42,.07);border-top:3px solid var(--green);border-radius:14px;padding:28px;margin-bottom:0;display:flex;flex-direction:column;box-shadow:none}.pricing-card .pricing-cta{margin-top:auto}.pricing-card-header{text-align:center;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid var(--line)}.pricing-card-header h2{font-size:12px;font-weight:500;text-transform:uppercase;letter-spacing:.8px;color:var(--muted);margin:0 0 .75rem}.pricing-amount{display:flex;align-items:baseline;justify-content:center;flex-wrap:wrap;gap:.1rem}.pricing-currency{font-size:1.5rem;font-weight:700;color:var(--ink)}.pricing-value{font-size:3rem;font-weight:600;color:var(--ink);line-height:1}.pricing-unit{font-size:1rem;color:var(--muted);margin-left:.25rem;white-space:nowrap}.pricing-features{list-style:none;padding:0;margin:0 0 2rem;display:flex;flex-direction:column;gap:.75rem;text-align:left}.pricing-features li{display:flex;align-items:flex-start;gap:.75rem;font-size:.95rem;color:var(--ink)}.pricing-features .check{color:var(--green);font-weight:700;font-size:1rem;flex-shrink:0}.pricing-cta{display:block;width:100%;text-align:center;padding:.9rem 1.5rem;font-size:1rem}.pricing-card--rewrite{border-color:var(--gold);border-top-color:var(--gold)}.pricing-value--sm{font-size:2.5rem}.pricing-faq h2{font-size:1.45rem;margin:0 0 1.5rem;color:var(--ink)}.pricing-faq{padding:28px;border:.5px solid rgba(13,27,42,.07);border-radius:14px;background:var(--surface)}.faq-item{padding:1.25rem 0;border-top:1px solid var(--line)}.faq-item:first-child{border-top:none}.faq-item h3{font-size:1rem;margin:0 0 .35rem;color:var(--ink)}.faq-item p{margin:0;color:var(--muted);font-size:.9rem;line-height:1.5}.essay-checker-hero .hero-actions{margin:24px 0 0}.essay-checker-intro{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;margin-bottom:32px}.essay-checker-intro>div,.essay-checker-section,.essay-checker-cta{padding:28px;border:.5px solid rgba(13,27,42,.08);border-radius:14px;background:var(--surface)}.essay-checker-intro h2,.essay-checker-section h2,.essay-checker-cta h2{margin-bottom:12px;font-size:1.45rem}.essay-checker-intro p,.essay-checker-section p,.essay-checker-cta p{margin-bottom:0}.essay-checker-section{margin-bottom:24px}.essay-checker-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.essay-checker-grid article{min-height:176px;padding:20px;border:.5px solid rgba(13,27,42,.08);border-left:3px solid var(--green);border-radius:8px;background:var(--surface-soft)}.essay-checker-grid article>span{display:block;margin-bottom:18px;color:#0d1b2a38;font-size:1.35rem;font-weight:800}.essay-checker-grid h3{margin-bottom:8px;color:var(--ink);font-size:1rem;font-weight:700}.essay-checker-cta{display:flex;align-items:center;justify-content:space-between;gap:24px}.essay-checker-cta p{max-width:680px}.faq-shell{padding:2rem 0 4rem}.faq-hero{margin-bottom:1.4rem}.faq-intro{display:flex;align-items:center;justify-content:space-between;gap:1.2rem;padding:1.25rem;margin-bottom:1.4rem;border:.5px solid rgba(13,27,42,.08);border-radius:14px;background:#ffffffc7;box-shadow:0 14px 32px #0f172a0f}.faq-intro h2{margin:0 0 .35rem;color:var(--navy-950);font-size:1.1rem}.faq-intro p{max-width:760px;margin:0;color:#475569;font-size:.94rem}.faq-intro-actions{display:flex;flex:0 0 auto;gap:.7rem;flex-wrap:wrap}.faq-layout{display:grid;grid-template-columns:minmax(190px,240px) minmax(0,1fr);gap:1.4rem;align-items:start}.faq-nav{position:sticky;top:calc(var(--header-h) + 1rem);display:grid;gap:.35rem;padding:.85rem;border:.5px solid rgba(13,27,42,.08);border-radius:12px;background:#ffffffd6}.faq-nav a{padding:.58rem .65rem;border-radius:8px;color:#475569;font-size:.84rem;font-weight:750;line-height:1.25}.faq-nav a:hover{background:#ecfdf5;color:#047857}.faq-groups{display:grid;gap:1rem}.faq-group{scroll-margin-top:calc(var(--header-h) + 1rem);padding:1.1rem;border:.5px solid rgba(13,27,42,.08);border-radius:14px;background:var(--surface)}.faq-group>span{display:block;color:#0f766e;font-size:.72rem;font-weight:850;letter-spacing:.08em;text-transform:uppercase}.faq-group h2{margin:.25rem 0 1rem;color:var(--navy-950);font-size:1.25rem}.faq-question-list{display:grid;gap:.65rem}.faq-question{border:1px solid #dbe4ea;border-radius:10px;background:#fff;overflow:hidden}.faq-question summary{display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:52px;padding:.85rem 1rem;color:var(--navy-950);cursor:pointer;font-size:.95rem;font-weight:850;line-height:1.35;list-style:none}.faq-question summary::-webkit-details-marker{display:none}.faq-question summary:after{content:"+";display:grid;place-items:center;flex:0 0 26px;width:26px;height:26px;border:1px solid #cbd5e1;border-radius:8px;color:#0f766e;font-size:1rem;font-weight:850}.faq-question[open] summary:after{content:"-"}.faq-question p{margin:0;padding:0 1rem 1rem;color:#475569;font-size:.92rem;line-height:1.6}.faq-cta{margin-top:1.4rem;padding:1.35rem;border:.5px solid rgba(13,27,42,.08);border-radius:14px;background:linear-gradient(135deg,#f8fafc,#ecfdf5);text-align:center}.faq-cta h2{margin:0 0 .45rem;color:var(--navy-950)}.faq-cta p{max-width:680px;margin:0 auto 1rem;color:#475569}@media (max-width: 900px){.faq-intro,.faq-layout{grid-template-columns:1fr}.faq-intro{align-items:flex-start;flex-direction:column}.faq-nav{position:static;grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 640px){.faq-shell{padding-bottom:3rem}.faq-intro-actions,.faq-intro-actions .btn,.faq-cta .hero-actions,.faq-cta .btn{width:100%}.faq-intro-actions .btn,.faq-cta .btn{justify-content:center}.faq-nav{grid-template-columns:1fr}.faq-group,.faq-intro,.faq-cta{padding:1rem}.faq-question summary{align-items:flex-start}}.balance-display{display:inline-block;background:var(--blue-100);color:var(--blue-700);padding:.5rem 1.25rem;border-radius:var(--radius-sm);font-size:.95rem;margin-top:.75rem}.pack-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem;max-width:920px;margin:0 auto}.pack-card{background:var(--surface);border:.5px solid rgba(13,27,42,.07);border-radius:14px;padding:28px;text-align:center;transition:box-shadow .2s var(--ease),border-color .2s}.pack-card:hover{box-shadow:var(--shadow-sm);border-color:var(--blue-700)}.pack-card h3{font-size:1.1rem;margin:0 0 1rem;color:var(--ink)}.pack-tokens{font-size:2.15rem;font-weight:600;color:var(--navy-900)}.pack-price{font-size:1.35rem;font-weight:600;color:var(--ink);margin:.5rem 0 .25rem}.pack-unit{font-size:.85rem;color:var(--muted);margin-bottom:20px}.pack-card .btn{width:100%;justify-content:center}.alert{max-width:600px;margin:0 auto 1.5rem;padding:1rem 1.25rem;border-radius:var(--radius-sm);text-align:center;font-size:.95rem}.alert-success{background:var(--surface-mint);color:var(--green);border:1px solid #c8e6d8}.alert-info{background:var(--surface-soft);color:var(--muted);border:1px solid var(--line)}.alert-error{background:#fef2f2;color:var(--red);border:1px solid #f5c6c6}.token-badge{display:inline-flex;align-items:center;gap:.35rem;background:var(--blue-100);color:var(--blue-700);padding:.3rem .75rem;border-radius:99px;font-size:.78rem;font-weight:600;text-decoration:none;white-space:nowrap;transition:background .2s}.token-badge:hover{background:var(--blue-200);color:var(--blue-700)}.scan-page{max-width:720px;margin:0 auto;padding:3rem 1.5rem}.scan-page h1{font-size:1.5rem;margin-bottom:1.5rem}.scan-shell .container{max-width:var(--max-w)}.scan-workspace{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:24px;align-items:start}.scan-tabs{display:flex;gap:0;border-bottom:2px solid var(--line);margin-bottom:1.5rem}.scan-tabs .tab{padding:.65rem 1.5rem;background:none;border:none;font-size:.92rem;font-weight:600;color:var(--muted);cursor:pointer;border-bottom:2px solid transparent;margin-bottom:-2px;transition:color .15s,border-color .15s}.scan-tabs .tab:hover{color:var(--ink)}.scan-tabs .tab.active{color:var(--blue-700);border-bottom-color:var(--blue-700)}.scan-form{display:flex;flex-direction:column;gap:1.25rem;padding:28px;border:.5px solid rgba(13,27,42,.07);border-radius:14px;background:var(--surface)}.scan-label{display:flex;flex-direction:column;gap:4px;color:var(--ink);font-size:1rem;font-weight:500}.scan-label span{color:var(--muted);font-size:13px;font-weight:400}.scan-pricing-note{margin:-6px 0 0;padding:10px 12px;border-left:3px solid var(--green);background:#3aa87614;color:var(--green-dark);font-size:13px;line-height:1.45}.scan-delivery-note{margin:-4px 0 0;color:var(--muted);font-size:13px;line-height:1.45}.scan-textarea{width:100%;min-height:420px;padding:18px;border:.5px solid rgba(13,27,42,.16);border-radius:10px;background:#fff;color:var(--ink);font-size:.95rem;line-height:1.7;resize:vertical;font-family:inherit;transition:border-color .15s;box-sizing:border-box}.scan-textarea:focus{outline:none;border-color:var(--green);box-shadow:0 0 0 3px #3aa8761f}.scan-meta-row{display:flex;align-items:center;justify-content:space-between;gap:16px;color:var(--muted);font-size:13px}.scan-meta-row strong{color:var(--green-dark);font-weight:500}.scan-form .btn-primary{width:fit-content}.scan-side-panel{padding:28px;border:.5px solid rgba(13,27,42,.07);border-radius:14px;background:var(--surface)}.scan-side-panel h2{margin-bottom:18px;font-size:1.45rem}.scan-side-panel ul{display:flex;flex-direction:column;gap:12px;margin:0;padding:0;list-style:none}.scan-side-panel li{display:flex;align-items:flex-start;gap:12px;color:var(--ink);font-size:14px;line-height:1.5}.scan-side-panel li span{display:grid;place-items:center;width:24px;height:24px;border-radius:50%;background:#3aa87626;color:var(--green);font-size:12px;flex:0 0 auto}.word-count{text-align:right;font-size:.85rem;color:var(--muted);margin-top:.4rem}.word-limit{color:#c0392b;font-weight:600}.word-tokens{color:var(--blue-500, #2563eb);font-weight:500}.scan-progress{display:flex;flex-direction:column;gap:.45rem}.scan-progress-meta{display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:1.25rem;font-size:.84rem;font-weight:600;color:var(--muted)}.scan-progress-track{width:100%;height:4px;overflow:hidden;border-radius:2px;background:#0d1b2a14}.scan-progress-fill{height:100%;border-radius:inherit;background:var(--green);transition:width .25s ease}.report-rewrite-progress{margin:-1rem 0 1.5rem;max-width:680px;padding:1rem 1.1rem;border:1px solid #bfdbfe;border-radius:var(--radius-sm);background:#eff6ff}.report-rewrite-progress.has-error{border-color:#fecaca;background:#fef2f2}.report-rewrite-progress.is-complete{border-color:#bbf7d0;background:#f0fdf4}.report-rewrite-progress .scan-progress-meta{align-items:flex-start;color:var(--ink)}.report-rewrite-progress .scan-progress-meta em{display:block;margin-top:.18rem;color:var(--muted);font-size:.78rem;font-style:normal;font-weight:500}.report-rewrite-progress:not(.has-error):not(.is-complete) .scan-progress-track{position:relative}.report-rewrite-progress:not(.has-error):not(.is-complete) .scan-progress-fill{position:relative;overflow:hidden}.report-rewrite-progress:not(.has-error):not(.is-complete) .scan-progress-fill:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.42),transparent);animation:rewriteProgressSweep 1.5s linear infinite}.rewrite-progress-detail{display:flex;align-items:center;gap:.5rem;margin-top:.28rem;color:#334155;font-size:.82rem;line-height:1.45}.rewrite-progress-pulse{width:.5rem;height:.5rem;border-radius:999px;background:var(--green);box-shadow:0 0 #3aa8766b;flex:0 0 auto;animation:rewritePulse 1.35s ease-out infinite}.rewrite-progress-footnote{display:flex;flex-wrap:wrap;gap:.35rem .85rem;margin-top:.1rem;color:#64748b;font-size:.76rem;line-height:1.45}@keyframes rewriteProgressSweep{0%{transform:translate(-100%)}to{transform:translate(100%)}}@keyframes rewritePulse{70%{box-shadow:0 0 0 7px #3aa87600}to{box-shadow:0 0 #3aa87600}}.rewrite-progress-link{display:inline-flex;margin-top:.85rem;color:var(--blue-700);font-size:.86rem;font-weight:700}.upload-zone{padding:2rem;border:2px dashed var(--line);border-radius:10px;text-align:center}.upload-zone input[type=file]{margin-bottom:.5rem}.file-name{display:block;color:var(--muted);font-size:.85rem;margin-top:.5rem}.global-footer-wrap{position:relative;flex-shrink:0;background:var(--navy-950);color:#fff;padding:0 clamp(1.25rem,4vw,4rem) 2rem;border-top:0;overflow:hidden;isolation:isolate}.global-footer-wrap .site-footer{position:relative;z-index:2;max-width:var(--max-w);margin:0 auto;padding:2.5rem 0 1rem;border-top:1px solid rgba(255,255,255,.1);display:flex;flex-direction:column;align-items:center;gap:1.25rem}.global-footer-wrap .footer-brand{color:#fff}.global-footer-wrap .footer-links{display:flex;gap:1.5rem;font-size:.88rem;color:#ffffffb3;justify-content:center}.global-footer-wrap .footer-links a:hover{color:#fff}.global-footer-wrap .site-footer p{text-align:center;color:#ffffffad;font-size:.82rem;line-height:1.5;max-width:540px}.reports-page-shell .container,.history-page-shell .container{max-width:var(--max-w)}.reports-hero{align-items:stretch}.reports-hero-actions{display:flex;align-items:stretch;gap:14px}.reports-hero-actions .btn{align-self:center;white-space:nowrap}.reports-page h1{font-size:clamp(2rem,4vw,2.8rem);margin-bottom:.2rem}.reports-subtitle{font-size:.92rem;color:var(--muted);margin-bottom:0}.reports-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:2rem;gap:1rem;flex-wrap:wrap}.reports-loading,.reports-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 1rem;border:.5px solid rgba(13,27,42,.07);border-radius:14px;background:var(--surface);text-align:center;gap:.8rem}.reports-loading p,.reports-empty p{color:var(--muted);font-size:.92rem}.reports-empty h3{color:var(--navy-900);margin:.5rem 0 0}.reports-spinner{width:32px;height:32px;border:3px solid var(--line);border-top-color:var(--green);border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.page-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:calc(100vh - var(--header-h, 64px));gap:1rem;color:var(--muted);font-size:.95rem}.page-loading .reports-spinner{width:36px;height:36px}.reports-table-wrap{background:var(--surface);border-radius:14px;border:.5px solid rgba(13,27,42,.07);overflow-x:auto;box-shadow:none;border-top:3px solid var(--green)}.history-table-wrap{max-width:960px;margin:0 auto}.reports-table{width:100%;border-collapse:collapse;font-size:.9rem}.reports-table th{text-align:left;padding:14px 16px;font-size:12px;font-weight:500;color:var(--muted);text-transform:uppercase;letter-spacing:.8px;border-bottom:.5px solid rgba(13,27,42,.08);background:#fff}.reports-table td{padding:16px;border-bottom:.5px solid rgba(13,27,42,.06);vertical-align:middle}.reports-table tr:last-child td{border-bottom:none}.reports-table tr:hover td{background:var(--surface-soft)}.td-date{color:var(--ink);font-size:.88rem;font-weight:500;white-space:nowrap}.status-badge{display:inline-block;padding:3px 10px;border-radius:12px;font-size:11px;font-weight:500}.status-badge-neutral{background:#0d1b2a12;color:var(--muted)}.status-badge-active{background:#3aa8761f;color:var(--green-dark)}.status-badge-positive{background:#e1f5ee;color:var(--green-dark)}.status-badge-negative{background:#fcebeb;color:#a32d2d}.tier-badge{display:inline-block;padding:3px 10px;border-radius:12px;font-size:11px;font-weight:500;border:.5px solid;text-transform:capitalize}.tier-badge-neutral{border-color:#0d1b2a29;color:var(--muted)}.tier-badge-positive{border-color:#3aa8764d;background:#3aa8761f;color:var(--green-dark)}.tier-badge-warning{border-color:#c9973a5c;background:#c9973a1f;color:#8a621d}.tier-badge-negative{border-color:#e24b4a52;background:#e24b4a1a;color:#a32d2d}.tier-score{font-weight:400;opacity:.75;margin-left:2px}.td-findings,.td-words,.td-score{color:var(--muted)}.muted-link{color:var(--muted);font-size:.84rem}.reports-ai-footnote{max-width:860px;margin:14px 0 0;color:var(--muted);font-size:.82rem;font-weight:650;line-height:1.55}.td-actions{display:flex;gap:8px;align-items:center;justify-content:flex-end}.score-value{font-weight:500}.score-value-positive{color:var(--green-dark)}.score-value-warning{color:#8a621d}.score-value-negative{color:#a32d2d}.score-value-neutral{color:var(--muted)}.history-token-count{color:var(--green-dark);font-weight:500}.history-amount{color:var(--ink);font-weight:500}.btn-delete{color:#a32d2d;border:.5px solid rgba(226,75,74,.26);background:#fff}.btn-delete:hover:not(:disabled){background:#fef2f2}.btn-delete:disabled{opacity:.5;cursor:not-allowed}@media (max-width: 760px){.reports-hero-actions{flex-direction:column}.reports-hero-actions .btn{align-self:stretch}}.modal-backdrop{position:fixed;inset:0;background:#0006;display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .15s ease}.modal-card{background:#fff;border-radius:12px;padding:28px 32px;max-width:420px;width:90%;box-shadow:0 20px 60px #00000026;animation:slideUp .2s ease}.modal-title{font-size:1.1rem;font-weight:700;margin:0 0 12px}.modal-message{font-size:.9rem;color:var(--muted);line-height:1.6;margin:0 0 24px}.modal-actions{display:flex;gap:10px;justify-content:flex-end}.btn-danger{background:#dc2626;color:#fff;border:none}.btn-danger:hover{background:#b91c1c}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.report-page-enhanced h1{font-size:clamp(1.8rem,3.5vw,2.4rem);margin-bottom:.3rem;line-height:1.1}.report-page-enhanced h2{font-size:1.3rem;margin-bottom:1rem}.report-back{display:inline-flex;align-items:center;gap:5px;color:var(--blue-700);font-size:.88rem;font-weight:500;margin-bottom:1.5rem;transition:color .15s}.report-back:hover{color:var(--navy-800)}.report-hero{display:flex;flex-direction:column;align-items:flex-start;gap:1.35rem;margin-bottom:2.5rem}.report-hero-title-row{display:flex;align-items:center;gap:1.45rem;min-width:0}.report-doc-icon{display:grid;place-items:center;flex:0 0 76px;width:76px;height:76px;color:#f8fafc;border-radius:18px;background:linear-gradient(145deg,#0b2b67,#061836);box-shadow:0 16px 34px #07183647}.report-hero-info{min-width:0}.report-hero-info h1{max-width:min(760px,100%);margin-bottom:.7rem;font-size:clamp(3rem,6vw,4.75rem);line-height:.92;overflow-wrap:anywhere}.report-eyebrow{font-size:.9rem;font-weight:800;color:#667085;letter-spacing:.03em;margin-bottom:1.4rem}.report-meta{display:inline-flex;align-items:center;gap:.55rem;font-size:1rem;font-weight:600;color:#667085;margin-bottom:0}.report-meta svg{color:#667085;flex:0 0 auto}.report-hero-tier{display:flex;align-items:center;gap:10px;padding:12px 20px;border-radius:var(--radius-sm);font-weight:700;font-size:.92rem;white-space:nowrap;flex-shrink:0}.report-hero-actions{display:flex;align-items:flex-start;justify-content:space-between;gap:clamp(1rem,2.4vw,1.5rem);flex-wrap:wrap;width:100%}.rewrite-action-group{display:flex;flex-direction:column;align-items:flex-end;gap:.4rem;margin-left:auto;min-width:max-content;max-width:none}.rewrite-action-group .rewrite-btn{align-self:flex-end}.rewrite-token-estimate{display:inline-flex;align-items:center;justify-content:flex-end;max-width:34rem;color:#0f172a;font-size:.8rem;font-weight:850;line-height:1.35;text-align:right}.rewrite-action-group span{color:#64748b;font-size:.76rem;font-weight:650;line-height:1.35;white-space:nowrap}.download-pdf-btn,.rewrite-btn,.rewrite-results-link{display:inline-flex;align-items:center;justify-content:center;gap:.55rem;min-height:42px;padding:10px 18px;border:0;border-radius:8px;color:#fff;font:inherit;font-size:14px;font-weight:700;line-height:1;text-decoration:none;white-space:nowrap}.download-pdf-btn{color:#047857;background:#ecfdf5;border:1px solid #a7f3d0}.download-pdf-btn:hover{color:#065f46;background:#d1fae5;border-color:#6ee7b7}.rewrite-btn{background:#4f46e5;cursor:pointer}.rewrite-btn:hover:not(:disabled){background:#4338ca}.rewrite-cancel-btn{color:#991b1b;background:#fef2f2;border:1px solid #fecaca}.rewrite-cancel-btn:hover:not(:disabled){color:#7f1d1d;background:#fee2e2;border-color:#fca5a5}.rewrite-btn:disabled{background:#94a3b8;cursor:wait}.rewrite-results-link{background:#059669;box-shadow:0 10px 22px #05966938}.rewrite-results-link:hover{background:#047857}.report-summary-bar{display:grid;grid-template-columns:minmax(150px,1.25fr);grid-auto-flow:column;grid-auto-columns:minmax(86px,1fr);align-items:center;padding:1.25rem 0;background:#ffffffe0;border-radius:16px;border:1px solid #e2e8f0;box-shadow:0 16px 34px #0f172a14;margin-bottom:2.5rem;overflow:hidden}.report-stat{display:flex;flex-direction:column;justify-content:center;min-height:64px;min-width:0;padding:.5rem .75rem;border-left:1px solid #e2e8f0;overflow:hidden}.report-stat:first-child,.report-risk-stat+.report-stat{border-left:0}.report-stat-value{font-size:.9rem;font-weight:850;color:var(--navy-950);line-height:1;white-space:nowrap}.report-stat-label{margin-top:.75rem;font-size:.82rem;color:#64748b;text-transform:uppercase;letter-spacing:.04em;font-weight:700}.report-risk-stat{flex-direction:row;align-items:center;gap:.85rem;flex:0 0 auto;min-width:0;padding:.5rem 1rem;border-left:0;border-radius:12px;margin:0}.report-risk-icon{display:grid;place-items:center;flex:0 0 auto;width:44px;height:44px;border-radius:14px;background:#ffffff73}.report-risk-icon svg{width:28px;height:28px}.report-risk-copy{display:flex;flex-direction:column;min-width:0}.report-risk-value{display:inline-flex;align-items:center;font-size:1.1rem;font-weight:800;line-height:1.1;white-space:nowrap}.report-risk-copy .report-stat-label{margin-top:.7rem}.report-overview-card{margin:0 0 2.5rem;border:1px solid #d8e1ea;border-radius:16px;background:#ffffffeb;box-shadow:0 16px 34px #0f172a14;overflow:hidden}.report-overview-card .report-summary-bar{margin:0;border:0;border-bottom:1px solid #e2e8f0;border-radius:0;box-shadow:none;background:transparent}.report-overview-card .transformation-scorecard{margin:0;border:0;border-radius:0;box-shadow:none;background:transparent}.report-overview-card.is-rewrite-comparison .transformation-scorecard{border-bottom:1px solid #e2e8f0}.report-baseline-summary{padding:.85rem 1rem 1rem;background:#f8fafc}.report-baseline-label{display:block;color:#64748b;font-size:.68rem;font-weight:850;letter-spacing:.08em;text-transform:uppercase}.report-overview-card.is-rewrite-comparison .report-baseline-summary .report-summary-bar{margin:.7rem 0 0;padding:.7rem 0;border:0;border-radius:0;background:transparent;box-shadow:none}.report-overview-card.is-rewrite-comparison .report-baseline-summary .report-stat{min-height:48px;padding:.35rem .7rem}.report-overview-card.is-rewrite-comparison .report-baseline-summary .report-risk-stat{gap:.65rem;padding-left:0}.report-overview-card.is-rewrite-comparison .report-baseline-summary .report-risk-icon{width:34px;height:34px;border-radius:10px}.report-overview-card.is-rewrite-comparison .report-baseline-summary .report-risk-icon svg{width:22px;height:22px}.report-overview-card.is-rewrite-comparison .report-baseline-summary .report-risk-value,.report-overview-card.is-rewrite-comparison .report-baseline-summary .report-stat-value{font-size:.82rem}.report-overview-card.is-rewrite-comparison .report-baseline-summary .report-stat-label{margin-top:.45rem;font-size:.66rem;letter-spacing:.06em}.report-rewrite-summary-bar{display:grid;grid-template-columns:auto minmax(180px,1.3fr) repeat(6,minmax(90px,1fr)) auto;align-items:center;padding:1rem 0;margin:0 0 2rem;border:1px solid #86efac;border-radius:16px;background:linear-gradient(90deg,#f0fdf4,#f7fffb);box-shadow:0 12px 30px #16a34a14;overflow:hidden}.report-rewrite-summary-bar.is-preserved{border-color:#fed7aa;background:linear-gradient(90deg,#fff7ed,#fffbf5);box-shadow:0 12px 30px #ea580c14}.report-rewrite-summary-bar.is-preserved .rewrite-summary-icon{color:#ea580c;background:radial-gradient(circle,rgba(234,88,12,.13) 0 36%,transparent 37% 100%);border-color:#ea580c24}.report-rewrite-summary-bar.is-preserved .rewrite-summary-icon span{background:#ffedd5}.report-rewrite-summary-bar.is-preserved .rewrite-summary-kicker{color:#c2410c}.report-rewrite-summary-bar.is-preserved .rewrite-summary-stat{border-left-color:#fed7aa}.report-rewrite-summary-bar.is-blocked{border-color:#fecaca;background:linear-gradient(90deg,#fef2f2,#fff7f7);box-shadow:0 12px 30px #dc262614}.report-rewrite-summary-bar.is-blocked .rewrite-summary-icon{color:#dc2626;background:radial-gradient(circle,rgba(220,38,38,.13) 0 36%,transparent 37% 100%);border-color:#dc262624}.report-rewrite-summary-bar.is-blocked .rewrite-summary-icon span{background:#fee2e2}.report-rewrite-summary-bar.is-blocked .rewrite-summary-kicker{color:#b91c1c}.report-rewrite-summary-bar.is-blocked .rewrite-summary-stat{border-left-color:#fecaca}.rewrite-summary-icon{display:grid;place-items:center;position:relative;flex:0 0 56px;width:56px;height:56px;color:#16a34a;margin-right:0;border-radius:999px;background:radial-gradient(circle,rgba(22,163,74,.13) 0 36%,transparent 37% 100%);border:1px solid rgba(22,163,74,.12)}.rewrite-summary-icon span{display:grid;place-items:center;width:36px;height:36px;border-radius:999px;background:#dcfce7}.rewrite-summary-main{display:flex;flex-direction:column;justify-content:center;flex:0 0 auto;min-width:0;padding:.5rem clamp(.6rem,1.4vw,1.2rem) .5rem .6rem}.rewrite-summary-kicker{color:#059669;font-size:.95rem;font-weight:800;letter-spacing:0;text-transform:none;white-space:nowrap}.rewrite-summary-main strong{color:var(--ink);margin-top:.35rem;font-size:.82rem;font-weight:650;line-height:1.25}.rewrite-summary-main em{color:var(--muted);display:block;margin-top:.28rem;max-width:320px;font-size:.72rem;font-style:normal;font-weight:650;line-height:1.35}.rewrite-summary-stat{display:flex;flex-direction:column;justify-content:center;min-width:0;min-height:58px;padding:.5rem .75rem;border-left:1px solid #bbf7d0;overflow:visible}.rewrite-summary-stat span{color:var(--navy-950);font-size:.9rem;font-weight:850;line-height:1.15;white-space:nowrap}.rewrite-summary-stat small{color:var(--muted);margin-top:.65rem;font-size:.72rem;font-weight:800;letter-spacing:0;line-height:1.25;text-transform:uppercase;white-space:normal;overflow-wrap:anywhere}.report-rewrite-summary-bar .rewrite-results-link{justify-self:end;margin:0 .75rem;min-height:44px;width:auto;min-width:0;padding-inline:.85rem;background:linear-gradient(135deg,#059669,#047857);box-shadow:0 8px 16px #05966947;white-space:nowrap;font-size:.82rem}.transformation-scorecard{display:block;margin:-1rem 0 2rem;border:1px solid #d8e1ea;border-radius:16px;background:#ffffffeb;box-shadow:0 16px 34px #0f172a12;overflow:hidden}.transformation-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1.2rem;padding:1.15rem 1.15rem 1rem;border-bottom:1px solid #e2e8f0}.transformation-summary{display:flex;gap:1rem;align-items:flex-start;min-width:0}.transformation-signal-gauge-strip{display:grid;grid-template-columns:repeat(4,minmax(96px,1fr));gap:.85rem;align-self:stretch;flex:1 1 520px;max-width:620px;min-width:430px;padding:.15rem .2rem}.transformation-signal-gauge{--gauge-color: #64748b;display:grid;justify-items:center;align-content:center;min-width:0;min-height:122px;padding:.45rem .45rem .65rem;color:var(--gauge-color);border-radius:10px;background:#f8fafcad}.transformation-signal-gauge.is-positive{--gauge-color: #059669}.transformation-signal-gauge.is-warning{--gauge-color: #b45309}.transformation-signal-gauge.is-danger{--gauge-color: #b91c1c}.transformation-signal-gauge.is-info{--gauge-color: #0e7490}.transformation-signal-gauge svg{width:104px;height:58px;overflow:visible}.transformation-signal-gauge path{fill:none;stroke-linecap:round;stroke-width:8.5}.transformation-signal-gauge-track{stroke:#e2e8f0}.transformation-signal-gauge-fill{stroke:var(--gauge-color)}.transformation-signal-gauge strong{margin-top:-1rem;color:var(--navy-950);font-size:1.3rem;font-weight:950;line-height:1}.transformation-signal-gauge span{margin-top:.3rem;color:#1f2937;font-size:.78rem;font-weight:850;line-height:1.05;text-align:center}.transformation-icon{display:grid;place-items:center;flex:0 0 54px;width:54px;height:54px;color:#0f766e;background:#ecfdf5;border:1px solid #a7f3d0;border-radius:14px}.transformation-kicker{display:block;color:#64748b;font-size:.72rem;font-weight:850;letter-spacing:.08em;text-transform:uppercase}.transformation-summary h2{margin:.35rem 0 .8rem;color:var(--navy-950);font-size:clamp(1.15rem,2vw,1.55rem);font-weight:850;line-height:1.15}.transformation-ai-score{display:flex;flex-direction:column;align-items:flex-end;flex:0 0 auto;min-width:90px}.transformation-ai-score span{color:#64748b;font-size:.72rem;font-weight:850;letter-spacing:.08em;text-transform:uppercase}.transformation-ai-score strong{margin-top:.35rem;color:#b45309;font-size:1.35rem;font-weight:900;line-height:1}.transformation-authorship-seal{position:relative;display:grid;justify-items:end;align-content:center;flex:0 0 clamp(150px,22vw,220px);min-height:92px;padding:.9rem 1rem;color:var(--rating-color, #b45309);background:linear-gradient(135deg,color-mix(in srgb,var(--rating-bg, #fff7ed) 88%,white),#fff);border:2px solid color-mix(in srgb,var(--rating-color, #b45309) 62%,transparent);border-radius:12px;box-shadow:inset 0 0 0 1px #ffffffc2;text-align:right}.transformation-authorship-seal:before,.transformation-authorship-seal:after{content:"";position:absolute;inset:.42rem;border:1px solid color-mix(in srgb,var(--rating-color, #b45309) 32%,transparent);border-radius:8px;pointer-events:none}.transformation-authorship-seal:after{inset:.68rem;border-style:dashed;opacity:.55}.transformation-authorship-seal span{position:relative;z-index:1;color:#64748b;font-size:.68rem;font-weight:900;letter-spacing:.1em;line-height:1.1;text-transform:uppercase}.transformation-authorship-seal strong{position:relative;z-index:1;max-width:100%;margin-top:.28rem;color:var(--rating-color, #b45309);font-size:clamp(1.28rem,2.5vw,2rem);font-weight:950;letter-spacing:0;line-height:.98;overflow-wrap:anywhere;text-transform:uppercase}.transformation-authorship-seal em{position:relative;z-index:1;margin-top:.42rem;color:#475569;font-size:.75rem;font-style:normal;font-weight:850;line-height:1.2}.transformation-meta-row{display:flex;flex-wrap:wrap;gap:.45rem}.transformation-pill{display:inline-flex;align-items:center;min-height:26px;padding:.35rem .55rem;color:#0f766e;background:#f0fdfa;border:1px solid #ccfbf1;border-radius:8px;font-size:.72rem;font-weight:800;text-transform:capitalize}.transformation-chart{padding:1rem 1.15rem 1.15rem}.transformation-comparison-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.1rem;align-items:stretch}.transformation-detail{display:grid;grid-template-rows:auto minmax(0,1fr) auto auto;align-items:start;min-width:0}.transformation-detail+.transformation-detail{border-left:1px solid #e2e8f0;padding-left:1.1rem}.transformation-detail-head{display:flex;align-items:flex-start;justify-content:space-between;gap:.8rem;margin-bottom:.85rem}.transformation-detail-head div{min-width:0}.transformation-detail-head span{display:block;color:#64748b;font-size:.72rem;font-weight:850;letter-spacing:.08em;text-transform:uppercase}.transformation-detail-head strong{display:block;margin-top:.28rem;color:var(--navy-950);font-size:1rem;font-weight:850;line-height:1.2}.transformation-column-rating{display:inline-flex;align-items:center;max-width:100%;min-height:24px;gap:.38rem;margin-top:.48rem;padding:.24rem .5rem;color:var(--rating-color, #334155);background:color-mix(in srgb,var(--rating-bg, #f8fafc) 88%,white);border:1px solid color-mix(in srgb,var(--rating-color, #334155) 28%,transparent);border-radius:999px;line-height:1;vertical-align:top}.transformation-detail-head .transformation-column-rating span{display:inline;color:#64748b;font-size:.6rem;font-weight:900;letter-spacing:.06em;line-height:1;text-transform:uppercase;white-space:nowrap}.transformation-column-rating b{min-width:0;overflow:hidden;color:var(--rating-color, #334155);font-size:.7rem;font-weight:950;letter-spacing:0;line-height:1;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}.transformation-detail-head em{flex:0 0 auto;color:#b45309;font-size:1.1rem;font-style:normal;font-weight:900;line-height:1;text-align:right}.transformation-ratio-summary{display:grid;grid-template-columns:minmax(220px,.85fr) minmax(280px,1.15fr);gap:1rem;align-self:stretch;align-items:center;padding:.9rem;margin-bottom:.9rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px}.transformation-detail .transformation-ratio-summary{grid-template-columns:1fr}.transformation-ratio-copy{min-width:0}.transformation-ratio-copy span{display:block;color:#64748b;font-size:.72rem;font-weight:850;letter-spacing:.08em;text-transform:uppercase}.transformation-ratio-copy p{margin:.35rem 0 0;color:#1f2937;font-size:.9rem;font-weight:650;line-height:1.45}.transformation-adjustment-row{display:flex;flex-wrap:wrap;gap:.45rem;margin-top:.7rem}.transformation-adjustment-row strong{display:inline-flex;align-items:center;min-height:26px;padding:.32rem .5rem;color:#334155;background:#fff;border:1px solid #dbe4ea;border-radius:8px;font-size:.72rem;font-weight:850}.transformation-ratio-bars{display:grid;gap:.7rem;min-width:0}.transformation-ratio-row{display:grid;grid-template-columns:minmax(120px,1fr) auto;gap:.35rem .75rem;align-items:center;color:#475569;font-size:.76rem;font-weight:800}.transformation-ratio-row strong{color:var(--navy-950);font-weight:900}.transformation-ratio-track{grid-column:1 / -1;height:10px;overflow:hidden;border-radius:999px;background:#e8eef5}.transformation-ratio-fill{height:100%;min-width:3px;border-radius:inherit}.transformation-ratio-fill.is-human{background:#16a34a}.transformation-ratio-fill.is-ai{background:#c2410c}.transformation-evidence{display:flex;flex-wrap:wrap;gap:.45rem;margin-top:.95rem;padding-top:.85rem;border-top:1px solid #e2e8f0}.transformation-evidence span{display:inline-flex;align-items:center;min-height:24px;padding:.3rem .5rem;color:#334155;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;font-size:.72rem;font-weight:750}.transformation-reference-note{margin:1rem 0 0;color:#64748b;font-size:.82rem;font-weight:650;line-height:1.55}.submitted-content-review{margin:0 0 2.25rem;border:1px solid #d8e1ea;border-radius:16px;background:#fffffff0;box-shadow:0 16px 34px #0f172a12;overflow:hidden}.submitted-content-head{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.1rem 1.15rem;border-bottom:1px solid #e2e8f0}.submitted-content-kicker,.submitted-panel-kicker{display:block;color:#64748b;font-size:.72rem;font-weight:850;letter-spacing:.08em;text-transform:uppercase}.submitted-content-head h2{margin:.25rem 0 0;color:var(--navy-950);font-size:1.25rem;font-weight:850}.submitted-content-count{display:flex;flex-direction:column;align-items:flex-end;min-width:110px}.submitted-content-count strong{color:var(--navy-950);font-size:1.35rem;font-weight:900;line-height:1}.submitted-content-count span{margin-top:.35rem;color:#64748b;font-size:.72rem;font-weight:800;text-transform:uppercase}.submitted-signal-legend{display:flex;flex-wrap:wrap;gap:.5rem;padding:.85rem 1.15rem;border-bottom:1px solid #e2e8f0;background:#f8fafc}.submitted-signal-chip{display:inline-flex;align-items:center;gap:.42rem;min-height:28px;padding:.35rem .55rem;color:color-mix(in srgb,var(--signal-color) 70%,#172033);background:color-mix(in srgb,var(--signal-color) 9%,white);border:1px solid color-mix(in srgb,var(--signal-color) 35%,#dbe4ea);border-radius:8px;font-size:.74rem;font-weight:800}.submitted-signal-chip i{display:block;width:10px;height:10px;border-radius:999px;background:var(--signal-color)}.submitted-signal-chip.signal-style-rewrite_smoothness i,.submitted-signal-chip.signal-style-outline_to_text_expansion i,.submitted-signal-chip.signal-style-semantic_uniformity_risk i{border-radius:2px}.submitted-signal-chip.signal-style-section_style_variance i,.submitted-signal-chip.signal-style-style_shift_risk i{background:transparent;border:2px solid var(--signal-color);border-radius:2px}.submitted-signal-chip.signal-style-citation_grounding_risk i,.submitted-signal-chip.signal-style-grounding_risk i,.submitted-signal-chip.signal-style-source_grounding_risk i{height:3px;border-radius:999px}.submitted-signal-chip.signal-style-human_anchor_score i,.submitted-signal-chip.signal-style-human_anchor_discount i{border-radius:999px;box-shadow:inset 0 0 0 2px color-mix(in srgb,white 72%,var(--signal-color))}.submitted-signal-chip strong{display:inline-grid;place-items:center;min-width:1.3rem;height:1.3rem;padding:0 .28rem;color:#fff;background:var(--signal-color);border-radius:999px;font-size:.68rem}.submitted-content-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,34%);align-items:stretch;min-height:360px}.submitted-document{align-self:stretch;min-height:100%;max-height:none;overflow:auto;box-sizing:border-box;padding:1.25rem 1.35rem;border-right:1px solid #e2e8f0;background:#fff;color:#172033;font-family:Georgia,Times New Roman,serif;font-size:1rem;line-height:1.82}.submitted-document p{margin:0 0 1rem}.submitted-document p:last-child{margin-bottom:0}.submitted-highlight{display:inline;margin:0 .08rem;padding:.08rem .18rem .12rem;border:0;border-bottom:2.5px solid var(--signal-color);border-radius:4px;background:color-mix(in srgb,var(--signal-color) 12%,white);color:inherit;font:inherit;line-height:inherit;text-align:left;cursor:pointer;box-decoration-break:clone;-webkit-box-decoration-break:clone}.submitted-highlight.signal-style-ai_likelihood,.submitted-highlight.signal-style-predictability,.submitted-highlight.signal-style-topk_pattern,.submitted-highlight.signal-style-topk_pattern_raw,.submitted-highlight.signal-style-topk_calibrated_risk{background:linear-gradient(to bottom,color-mix(in srgb,#f59e0b 11%,white),color-mix(in srgb,#f59e0b 18%,white));border-bottom-color:#d97706;box-shadow:inset 0 -1px #d97706}.submitted-highlight.signal-style-rewrite_smoothness,.submitted-highlight.signal-style-outline_to_text_expansion,.submitted-highlight.signal-style-semantic_uniformity_risk{background:color-mix(in srgb,#7c3aed 12%,white);border-bottom-color:#7c3aed;border-bottom-style:dashed}.submitted-highlight.signal-style-section_style_variance,.submitted-highlight.signal-style-style_shift_risk{padding-inline:.2rem;background:color-mix(in srgb,#2563eb 10%,white);border:1px solid color-mix(in srgb,#2563eb 42%,transparent);border-left:3px solid #2563eb}.submitted-highlight.signal-style-citation_grounding_risk,.submitted-highlight.signal-style-grounding_risk,.submitted-highlight.signal-style-source_grounding_risk,.submitted-highlight.signal-style-unsupported_claim_risk,.submitted-highlight.signal-style-citation_weakness_risk{background:color-mix(in srgb,#dc2626 10%,white);border-bottom-color:#dc2626;border-bottom-width:3px}.submitted-highlight.signal-style-human_anchor_score,.submitted-highlight.signal-style-human_anchor_discount,.submitted-highlight.signal-style-domain_grounding_strength,.submitted-highlight.signal-style-source_grounding_strength{background:color-mix(in srgb,#16a34a 12%,white);border-bottom-color:#16a34a;box-shadow:inset 0 0 0 1px color-mix(in srgb,#16a34a 18%,transparent)}.submitted-highlight:hover,.submitted-highlight.is-selected{background:color-mix(in srgb,var(--signal-color) 20%,white);box-shadow:0 0 0 2px color-mix(in srgb,var(--signal-color) 24%,transparent),inset 0 -1px 0 var(--signal-color)}.submitted-paragraph-highlight{display:block;width:100%;margin:0;padding:.22rem .28rem .26rem}.submitted-signal-panel{display:flex;flex-direction:column;align-self:stretch;gap:.85rem;padding:1.15rem;background:#f8fafc;min-width:0}.submitted-signal-panel h3{margin:-.35rem 0 0;color:var(--navy-950);font-size:1.05rem;font-weight:850;text-transform:capitalize}.submitted-signal-panel p{margin:0;color:#334155;font-size:.9rem;line-height:1.55}.submitted-panel-meta,.submitted-panel-stack{display:flex;flex-wrap:wrap;gap:.45rem}.submitted-panel-meta span,.submitted-panel-stack em{display:inline-flex;align-items:center;min-height:26px;padding:.32rem .5rem;border:1px solid #dbe4ea;border-radius:8px;background:#fff;color:#475569;font-size:.72rem;font-style:normal;font-weight:800;text-transform:capitalize}.submitted-panel-stack{padding-top:.3rem}.submitted-panel-stack>span,.submitted-panel-note span{flex:0 0 100%;color:#64748b;font-size:.72rem;font-weight:850;letter-spacing:.08em;text-transform:uppercase}.submitted-panel-note{display:grid;gap:.4rem;padding:.85rem;border:1px solid #dbe4ea;border-radius:10px;background:#fff}.submitted-panel-note ul{margin:0;padding-left:1.05rem;color:#334155;font-size:.86rem;line-height:1.5}.submitted-panel-note li+li{margin-top:.25rem}.submitted-content-actions{display:flex;align-items:center;gap:.85rem}.submitted-edit-button{min-height:38px;white-space:nowrap}.submitted-editor-backdrop{position:fixed;inset:0;z-index:80;display:flex;align-items:flex-end;background:#0f172a6b;backdrop-filter:blur(6px);animation:submitted-editor-backdrop-in .22s ease-out}.submitted-editor-backdrop.is-closing{pointer-events:none;animation:submitted-editor-backdrop-out .24s ease-in forwards}.submitted-editor-sheet{position:relative;width:100%;height:84vh;height:84dvh;max-height:calc(100vh - 24px);max-height:calc(100dvh - 24px);display:grid;grid-template-rows:auto minmax(0,1fr);border:1px solid rgba(148,163,184,.45);border-radius:18px 18px 0 0;background:#f7f8f4;box-shadow:0 -24px 70px #0f172a42;animation:submitted-editor-slide-up .28s cubic-bezier(.2,.8,.2,1);overflow:hidden}.submitted-editor-backdrop.is-closing .submitted-editor-sheet{animation:submitted-editor-slide-down .24s cubic-bezier(.4,0,.2,1) forwards}.submitted-editor-close-button{position:absolute;top:.8rem;right:.9rem;z-index:3;display:inline-grid;place-items:center;width:2.25rem;height:2.25rem;border:1px solid #cbd5e1;border-radius:999px;background:#fff;color:#172033;font-size:.88rem;font-weight:900;line-height:1;cursor:pointer;box-shadow:0 8px 18px #0f172a1f}.submitted-editor-close-button:hover,.submitted-editor-close-button:focus-visible{border-color:#2d695a;color:#0f3f36;outline:none;box-shadow:0 0 0 3px #2d695a26,0 8px 18px #0f172a1f}.submitted-editor-close-button:disabled{cursor:not-allowed;opacity:.55}@keyframes submitted-editor-slide-up{0%{transform:translateY(56px);opacity:.78}to{transform:translateY(0);opacity:1}}@keyframes submitted-editor-slide-down{0%{transform:translateY(0);opacity:1}to{transform:translateY(64px);opacity:.86}}@keyframes submitted-editor-backdrop-in{0%{opacity:0}to{opacity:1}}@keyframes submitted-editor-backdrop-out{0%{opacity:1}to{opacity:0}}.submitted-editor-head{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:1rem 4rem 1rem 1.25rem;border-bottom:1px solid #dbe4ea;background:#ffffffeb}.submitted-editor-head h2{margin:.2rem 0 .25rem;color:var(--navy-950);font-size:1.35rem;font-weight:850;letter-spacing:0}.submitted-editor-head p{margin:0;max-width:760px;color:#475569;font-size:.9rem;line-height:1.45}.submitted-editor-actions,.submitted-editor-toolbar-actions{display:flex;align-items:center;justify-content:flex-end;gap:.65rem;flex-wrap:wrap}.submitted-rescan-token-note{flex:0 0 100%;margin-top:-.3rem;color:#64748b;font-size:.76rem;font-weight:800;text-align:right}.submitted-save-state{display:inline-flex;align-items:center;min-height:30px;padding:.3rem .55rem;border:1px solid #dbe4ea;border-radius:8px;background:#fff;color:#64748b;font-size:.75rem;font-weight:800}.submitted-save-state.is-saving{color:#92400e;border-color:#fed7aa;background:#fff7ed}.submitted-save-state.is-saved{color:#166534;border-color:#bbf7d0;background:#f0fdf4}.submitted-save-state.is-error{color:#991b1b;border-color:#fecaca;background:#fef2f2}.submitted-editor-grid{min-height:0;display:grid;grid-template-columns:minmax(0,1fr) minmax(330px,29vw);gap:0}.submitted-editor-main{min-width:0;min-height:0;display:grid;grid-template-rows:auto minmax(260px,1fr) auto auto;border-right:1px solid #dbe4ea;background:#fff}.submitted-editor-toolbar{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.85rem 1rem;border-bottom:1px solid #e2e8f0;background:#fafaf8}.submitted-editor-toolbar>div:first-child{display:grid;gap:.15rem}.submitted-editor-toolbar strong{color:#172033;font-size:.95rem;font-weight:850}.submitted-editor-toolbar span{color:#64748b;font-size:.78rem;font-weight:760}.submitted-editor-textarea-wrap{position:relative;min-height:0;overflow:hidden;border-bottom:1px solid #e2e8f0;background:#fff}.submitted-editor-highlight-layer,.submitted-editor-textarea{width:100%;height:100%;min-height:0;padding:1.35rem 1.55rem;border:0;outline:none;font-family:Georgia,Times New Roman,serif;font-size:1.02rem;line-height:1.78;white-space:pre-wrap;overflow-wrap:break-word}.submitted-editor-highlight-layer{position:absolute;inset:0;overflow:auto;color:transparent;pointer-events:none;scrollbar-width:none}.submitted-editor-highlight-layer::-webkit-scrollbar{display:none}.submitted-editor-textarea{position:relative;z-index:1;display:block;resize:none;background:transparent;color:#172033;caret-color:#172033}.submitted-editor-highlight-selected{border-radius:4px;background:linear-gradient(to bottom,#f59e0b2e,#f59e0b47);box-shadow:inset 0 -2px #d97706b8,0 0 0 1px #d977061f;color:transparent;box-decoration-break:clone;-webkit-box-decoration-break:clone}.submitted-editor-textarea:focus{box-shadow:inset 0 0 0 2px #2d695a33}.submitted-rescan-status{margin:.85rem 1rem 0;padding:.7rem .8rem;border:1px solid #bfdbfe;border-radius:8px;background:#eff6ff;color:#1d4ed8;font-size:.82rem;font-weight:800}.submitted-rescan-status.is-error{border-color:#fecaca;background:#fef2f2;color:#991b1b}.submitted-tracked-preview{min-height:170px;max-height:31vh;overflow:auto;margin:.85rem 1rem 1rem;border:1px solid #dbe4ea;border-radius:10px;background:#fcfcfb}.submitted-tracked-head{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.7rem .85rem;border-bottom:1px solid #e2e8f0;background:#f8fafc}.submitted-tracked-head strong{color:#172033;font-size:.85rem;font-weight:850}.submitted-tracked-head span{color:#64748b;font-size:.76rem;font-weight:760}.submitted-tracked-body{padding:.95rem;color:#172033;font-family:Georgia,Times New Roman,serif;font-size:.95rem;line-height:1.7;white-space:pre-wrap}.submitted-diff-insert{background:#dcfce7;color:#14532d;text-decoration:underline;text-decoration-thickness:1px}.submitted-diff-delete{background:#fee2e2;color:#991b1b;text-decoration:line-through}.submitted-affected-panel{min-width:0;min-height:0;display:grid;grid-template-rows:auto minmax(170px,.8fr) minmax(260px,1fr);background:#f8fafc}.submitted-affected-head{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.85rem 1rem;border-bottom:1px solid #e2e8f0;background:#fff}.submitted-affected-head span{color:#64748b;font-size:.72rem;font-weight:850;letter-spacing:.08em;text-transform:uppercase}.submitted-affected-head strong{display:inline-grid;place-items:center;min-width:2rem;height:2rem;border-radius:999px;background:#172033;color:#fff;font-size:.86rem}.submitted-affected-list{overflow:auto;padding:.75rem;border-bottom:1px solid #e2e8f0}.submitted-affected-item{width:100%;display:grid;gap:.25rem;margin:0 0 .55rem;padding:.75rem;border:1px solid #dbe4ea;border-radius:8px;background:#fff;color:inherit;text-align:left;cursor:pointer}.submitted-affected-item:hover,.submitted-affected-item.is-selected{border-color:#2d695a;box-shadow:0 0 0 2px #2d695a1f}.submitted-affected-item span{color:#64748b;font-size:.68rem;font-weight:850;letter-spacing:.08em;text-transform:uppercase}.submitted-affected-item strong{color:#172033;font-size:.84rem;font-weight:850;text-transform:capitalize}.submitted-affected-item em{display:-webkit-box;overflow:hidden;color:#475569;font-family:Georgia,Times New Roman,serif;font-size:.82rem;font-style:normal;line-height:1.45;-webkit-line-clamp:3;-webkit-box-orient:vertical}.submitted-editor-detail{overflow:auto;display:flex;flex-direction:column;gap:.85rem;padding:1rem}.submitted-editor-detail h3{margin:-.3rem 0 0;color:var(--navy-950);font-size:1.05rem;font-weight:850;text-transform:capitalize}.submitted-editor-sentence,.submitted-editor-signal{display:grid;gap:.4rem}.submitted-editor-sentence>span,.submitted-editor-signal>span{color:#64748b;font-size:.72rem;font-weight:850;letter-spacing:.08em;text-transform:uppercase}.submitted-editor-sentence p,.submitted-editor-signal p{margin:0;color:#334155;font-size:.9rem;line-height:1.55}.submitted-signal-gauge{display:grid;gap:.45rem;padding:.75rem;border:1px solid color-mix(in srgb,var(--signal-color) 34%,#dbe4ea);border-radius:10px;background:linear-gradient(135deg,color-mix(in srgb,var(--signal-color) 10%,#fff),#fff 72%),#fff}.submitted-signal-gauge-head{display:flex;align-items:baseline;justify-content:space-between;gap:.75rem}.submitted-signal-gauge-head span{color:#64748b;font-size:.72rem;font-weight:850;letter-spacing:.08em;text-transform:uppercase}.submitted-signal-gauge-head strong{color:var(--navy-950);font-size:1.35rem;font-weight:900;letter-spacing:0;line-height:1}.submitted-signal-gauge-track{overflow:hidden;height:10px;border-radius:999px;background:#e2e8f0;box-shadow:inset 0 0 0 1px #0f172a0f}.submitted-signal-gauge-track span{display:block;width:var(--signal-strength, 0%);height:100%;border-radius:inherit;background:linear-gradient(90deg,color-mix(in srgb,var(--signal-color) 72%,#fff),var(--signal-color));box-shadow:0 0 0 1px color-mix(in srgb,var(--signal-color) 50%,transparent)}.score-profile-section{margin:0 0 2.25rem;border:1px solid #d8e1ea;border-radius:16px;background:#fffffff0;box-shadow:0 16px 34px #0f172a12;overflow:hidden}.score-profile-head{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:1.1rem 1.15rem;border-bottom:1px solid #e2e8f0}.score-profile-kicker{display:block;color:#0f766e;font-size:.72rem;font-weight:850;letter-spacing:.08em;text-transform:uppercase}.score-profile-head h2{margin:.25rem 0 0;color:var(--navy-950);font-size:1.25rem;font-weight:850}.score-profile-head p{max-width:780px;margin:.45rem 0 0;color:#475569;font-size:.92rem;font-weight:650;line-height:1.55}.score-profile-stat{display:flex;flex-direction:column;align-items:flex-end;flex:0 0 auto;min-width:110px}.score-profile-stat strong{color:var(--navy-950);font-size:1.35rem;font-weight:900;line-height:1}.score-profile-stat span{margin-top:.35rem;color:#64748b;font-size:.72rem;font-weight:800;text-align:right;text-transform:uppercase}.score-profile-summary-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.8rem;padding:1rem 1.15rem;background:#f8fafc;border-bottom:1px solid #e2e8f0}.score-profile-summary-card{display:flex;flex-direction:column;min-width:0;min-height:156px;padding:.9rem;border:1px solid #dbe4ea;border-left:4px solid #0f766e;border-radius:8px;background:#fff}.score-profile-summary-card.is-ai_authorship{border-left-color:#c2410c}.score-profile-summary-card.is-human_authenticity{border-left-color:#16a34a}.score-profile-summary-card.is-quality_calibration{border-left-color:#0e7490}.score-profile-summary-card>span{color:#64748b;font-size:.68rem;font-weight:850;letter-spacing:.08em;line-height:1.2;text-transform:uppercase}.score-profile-summary-card strong{margin-top:.5rem;color:var(--navy-950);font-size:1rem;font-weight:850;line-height:1.25;overflow-wrap:anywhere}.score-profile-summary-card p{margin:.45rem 0 0;color:#475569;font-size:.82rem;font-weight:650;line-height:1.45}.score-profile-summary-meta{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:auto;padding-top:.8rem}.score-profile-summary-meta em{display:inline-flex;align-items:center;min-height:24px;padding:.28rem .48rem;color:#334155;background:#f8fafc;border:1px solid #dbe4ea;border-radius:8px;font-size:.7rem;font-style:normal;font-weight:800}.score-profile-details{background:#fff}.score-profile-details summary{display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:54px;padding:.9rem 1.15rem;color:var(--navy-950);cursor:pointer;list-style:none}.score-profile-details summary::-webkit-details-marker{display:none}.score-profile-details summary:after{content:"+";display:grid;place-items:center;flex:0 0 28px;width:28px;height:28px;border:1px solid #cbd5e1;border-radius:8px;color:#0f766e;font-size:1.05rem;font-weight:850}.score-profile-details[open] summary:after{content:"-"}.score-profile-details summary span{font-size:.92rem;font-weight:850}.score-profile-details summary em{margin-left:auto;color:#64748b;font-size:.78rem;font-style:normal;font-weight:650;line-height:1.35;text-align:right}.score-profile-detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;padding:0 1.15rem 1.15rem}.score-profile-group{min-width:0;padding:.95rem;border:1px solid #dbe4ea;border-left:4px solid #0f766e;border-radius:8px;background:#fff}.score-profile-group.is-ai_authorship{border-left-color:#c2410c}.score-profile-group.is-human_authenticity{border-left-color:#16a34a}.score-profile-group.is-quality_calibration{border-left-color:#0e7490}.score-profile-group-head{display:flex;justify-content:space-between;gap:.8rem;margin-bottom:.85rem}.score-profile-group-head h3{margin:0;color:var(--navy-950);font-size:.96rem;font-weight:850}.score-profile-group-head p{margin:.28rem 0 0;color:#64748b;font-size:.78rem;font-weight:650;line-height:1.4}.score-profile-group-head>span{flex:0 0 auto;align-self:flex-start;min-height:24px;padding:.28rem .5rem;color:#475569;background:#f8fafc;border:1px solid #dbe4ea;border-radius:999px;font-size:.68rem;font-weight:800;white-space:nowrap}.score-profile-bars{display:grid;gap:.8rem}.score-profile-row{display:grid;gap:.35rem;min-width:0}.score-profile-row-head,.score-profile-row-foot{display:flex;align-items:baseline;justify-content:space-between;gap:.75rem;min-width:0}.score-profile-row-head span{min-width:0;color:#334155;font-size:.8rem;font-weight:800;overflow-wrap:anywhere}.score-profile-row-head strong{flex:0 0 auto;color:var(--navy-950);font-size:.82rem;font-weight:900}.score-profile-track{position:relative;height:10px;overflow:hidden;border-radius:999px;background:#e8eef5}.score-profile-fill{position:absolute;inset-block:0;left:0;min-width:3px;border-radius:inherit}.score-profile-fill.is-original{background:#cbd5e1}.score-profile-fill.is-current{background:var(--score-profile-color, #0f766e)}.score-profile-row-foot span{min-width:0;color:#64748b;font-size:.72rem;font-weight:650;line-height:1.35;overflow-wrap:anywhere}.score-profile-row-foot em{flex:0 0 auto;color:#15803d;font-size:.72rem;font-style:normal;font-weight:850;line-height:1.35;text-align:right}.rewritten-document-section{margin:24px 0}.rewrite-diff-section{margin:24px 0;padding:1rem;border:1px solid #dbe4ea;border-radius:12px;background:#fbfcf8}.rewrite-diff-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem;margin-bottom:.65rem}.rewrite-diff-heading h3{margin:.18rem 0 0;color:var(--navy-950);font-size:1.15rem;font-weight:850}.rewrite-diff-legend{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.45rem}.rewrite-diff-legend span{display:inline-flex;align-items:center;min-height:26px;padding:.32rem .55rem;border-radius:999px;font-size:.72rem;font-weight:800}.rewrite-diff-legend .is-delete{border:1px solid #fecaca;background:#fef2f2;color:#991b1b}.rewrite-diff-legend .is-insert{border:1px solid #bbf7d0;background:#f0fdf4;color:#166534}.rewrite-diff-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:.85rem;margin-top:1rem}.rewrite-diff-pane{min-width:0;overflow:hidden;border:1px solid #e2e8f0;border-radius:10px;background:#fff}.rewrite-diff-pane-head{display:flex;align-items:baseline;justify-content:space-between;gap:.75rem;padding:.75rem .9rem;border-bottom:1px solid #e2e8f0;background:#f8fafc}.rewrite-diff-pane-head span{color:var(--navy-950);font-size:.82rem;font-weight:850;text-transform:uppercase}.rewrite-diff-pane-head strong{color:#64748b;font-size:.76rem;font-weight:750;white-space:nowrap}.rewrite-diff-body{max-height:520px;overflow:auto;padding:1rem;color:#334155;font-family:Georgia,Times New Roman,serif;font-size:.95rem;line-height:1.72;white-space:pre-wrap}.rewrite-diff-delete,.rewrite-diff-insert{border-radius:4px;padding:.04rem .1rem}.rewrite-diff-delete{background:#fee2e2;color:#7f1d1d;text-decoration:line-through;text-decoration-thickness:1px}.rewrite-diff-insert{background:#dcfce7;color:#14532d}.rewrite-status-alert{margin:24px 0;padding:16px 18px;border:1px solid #fde68a;border-left:4px solid #d97706;border-radius:8px;background:#fffbeb;color:#78350f}.rewrite-status-alert strong{display:block;margin-bottom:.35rem;font-size:.95rem}.rewrite-status-alert p{max-width:820px;margin:0;color:#92400e;line-height:1.55}.rewritten-document-heading{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:.85rem}.rewritten-document-heading h3{margin:0}.rewritten-document-title{display:flex;flex-wrap:wrap;align-items:baseline;gap:.45rem .75rem;min-width:0}.rewritten-document-title span{color:var(--muted);font-size:.84rem;font-weight:750}.copy-rewrite-btn{display:inline-flex;align-items:center;justify-content:center;min-height:36px;padding:.55rem .95rem;border:1px solid var(--line);border-radius:8px;background:var(--surface);color:var(--navy-950);font:inherit;font-size:.86rem;font-weight:750;cursor:pointer;transition:background .15s var(--ease),border-color .15s var(--ease),color .15s var(--ease)}.copy-rewrite-btn:hover{border-color:var(--blue-700);background:var(--blue-100);color:var(--blue-700)}.copy-rewrite-btn.is-copied{border-color:#86efac;background:#f0fdf4;color:#15803d}.copy-rewrite-btn.has-error{border-color:#fecaca;background:#fef2f2;color:#b91c1c}.rewritten-document-content{max-height:600px;overflow:auto;padding:20px;border:1px solid #e2e8f0;border-radius:12px;background:#f8fafc;color:var(--ink);font-family:Georgia,Times New Roman,serif;line-height:1.7;white-space:pre-wrap}.rewrite-review-section{margin:2rem 0}.rewrite-review-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem;margin-bottom:.85rem}.rewrite-review-heading h3{margin:.15rem 0 0;color:var(--navy-950)}.rewrite-review-kicker{display:block;color:#0f766e;font-size:.72rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.rewrite-review-count{display:inline-grid;place-items:center;min-width:2.25rem;height:2.25rem;padding:0 .65rem;border-radius:999px;background:#ecfdf5;color:#047857;font-weight:850;border:1px solid #a7f3d0}.rewrite-review-copy{max-width:760px;margin:0 0 1rem;color:#475569;line-height:1.6}.rewrite-suggestion-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1rem}.rewrite-suggestion-card{background:#ffffffeb;border:1px solid #dbe4ea;border-left:4px solid #0f766e;border-radius:10px;padding:1rem;box-shadow:0 10px 22px #0f172a0f}.rewrite-suggestion-meta{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.75rem;color:#64748b;font-size:.76rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.rewrite-suggestion-meta span{overflow-wrap:anywhere}.rewrite-suggestion-card h4{margin:0 0 .9rem;color:var(--navy-950);font-size:1rem}.rewrite-target-block,.rewrite-addition-block{margin-top:.75rem;padding:.85rem;border-radius:8px;border:1px solid #e2e8f0;background:#f8fafc}.rewrite-addition-block{background:#f7fffb;border-color:#bbf7d0}.rewrite-target-block span,.rewrite-addition-block span{display:block;margin-bottom:.45rem;color:#64748b;font-size:.72rem;font-weight:800;letter-spacing:.05em;text-transform:uppercase}.rewrite-target-block p,.rewrite-addition-block p,.rewrite-review-note p{margin:0;color:#172033;line-height:1.58;overflow-wrap:anywhere}.rewrite-review-note{margin-top:.75rem;display:grid;gap:.35rem}.rewrite-review-note p{color:#475569;font-size:.92rem}.rewrite-placeholder{display:inline;padding:.05rem .2rem;border-radius:4px;background:#fef3c7;color:#92400e;font-weight:750}.report-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:5rem 1rem;gap:1rem}.report-pulse{width:40px;height:40px;border-radius:50%;background:var(--blue-700);animation:pulse 1.4s ease-in-out infinite}@keyframes pulse{0%,to{opacity:.3;transform:scale(.8)}50%{opacity:.8;transform:scale(1.1)}}.report-raw-details{margin-bottom:2rem}.report-raw-details summary{cursor:pointer;font-size:.88rem;color:var(--muted);padding:.8rem 0;font-weight:500}.report-raw-details summary:hover{color:var(--ink)}.report-raw-json{background:var(--navy-950);color:#c9d6e8;padding:1.25rem;border-radius:10px;font-size:.78rem;line-height:1.6;overflow-x:auto;max-height:400px}@media (max-width: 1280px){.report-summary-bar{gap:.75rem 0}.report-risk-stat{flex-basis:100%;margin:0}.report-risk-stat+.report-stat{border-left:0}.report-rewrite-summary-bar{gap:.75rem 0;padding:1.45rem 0}.rewrite-summary-icon{width:64px;height:64px}.rewrite-summary-icon span{width:42px;height:42px}.rewrite-summary-kicker{font-size:1rem}.rewrite-summary-main strong{font-size:.92rem}.rewrite-summary-stat{padding:.5rem .75rem}.rewrite-summary-stat span{font-size:1.35rem}.rewrite-summary-stat small{font-size:.68rem}.report-rewrite-summary-bar .rewrite-results-link{min-width:205px;margin-left:.75rem;max-width:none}}@media (max-width: 768px){.reports-table-wrap{overflow-x:auto}.reports-table{min-width:780px}.rewrite-diff-heading{align-items:flex-start;flex-direction:column}.rewrite-diff-legend{justify-content:flex-start}.rewrite-diff-grid{grid-template-columns:1fr}.report-hero,.report-hero-title-row{align-items:flex-start}.report-hero-actions{width:100%;justify-content:flex-start;gap:.8rem}.rewrite-action-group{flex:1 1 220px;margin-left:0;min-width:0;max-width:none}.rewrite-action-group span{white-space:normal}.rewrite-token-estimate{justify-content:flex-start;max-width:none;text-align:left}.rewrite-action-group .rewrite-btn{align-self:stretch}.download-pdf-btn,.rewrite-btn{flex:1 1 180px}.report-doc-icon{width:58px;height:58px;flex-basis:58px;border-radius:14px}.report-doc-icon svg{width:34px;height:34px}.report-hero-info h1{font-size:clamp(2.2rem,12vw,3.3rem)}.report-summary-bar,.report-rewrite-summary-bar{grid-template-columns:1fr;grid-auto-flow:row;grid-auto-columns:auto;gap:1rem;padding:1.2rem}.report-stat,.rewrite-summary-stat{border-left:0;border-top:1px solid #e2e8f0;padding:1rem 0 0;min-width:0;flex-basis:100%}.report-risk-stat{margin:0;min-width:0;flex-basis:auto}.rewrite-summary-icon{width:70px;height:70px;margin-right:0}.rewrite-summary-main{min-width:0;padding-right:0}.report-rewrite-summary-bar .rewrite-results-link{margin-left:0;width:100%}.transformation-scorecard{margin-top:-1rem}.transformation-header{flex-direction:column;padding:1rem}.transformation-signal-gauge-strip{grid-template-columns:repeat(2,minmax(0,1fr));width:100%;max-width:none;min-width:0}.transformation-authorship-seal{justify-items:start;width:100%;min-height:82px;text-align:left}.transformation-chart{padding:1rem}.transformation-comparison-grid{grid-template-columns:1fr}.transformation-detail{display:block}.transformation-detail+.transformation-detail{border-left:0;border-top:1px solid #e2e8f0;padding-left:0;padding-top:1rem}.transformation-ratio-summary{grid-template-columns:1fr}.transformation-ai-score{align-items:flex-start}.transformation-icon{width:48px;height:48px;flex-basis:48px}.submitted-content-head{align-items:flex-start;flex-direction:column;padding:1rem}.submitted-content-count{align-items:flex-start}.submitted-content-actions{align-items:flex-start;flex-direction:column}.submitted-signal-legend{padding:.85rem 1rem}.submitted-content-grid{grid-template-columns:1fr}.submitted-document{align-self:auto;min-height:0;max-height:520px;border-right:0;border-bottom:1px solid #e2e8f0;padding:1rem;font-size:.95rem}.submitted-signal-panel{padding:1rem}.submitted-editor-sheet{height:96vh;border-radius:14px 14px 0 0}.submitted-editor-head,.submitted-editor-toolbar,.submitted-tracked-head{align-items:flex-start;flex-direction:column}.submitted-editor-actions,.submitted-editor-toolbar-actions{justify-content:flex-start;width:100%}.submitted-editor-grid{grid-template-columns:1fr;overflow:auto}.submitted-editor-main{min-height:74vh;border-right:0;border-bottom:1px solid #dbe4ea}.submitted-editor-textarea-wrap{min-height:42vh}.submitted-editor-highlight-layer,.submitted-editor-textarea{padding:1rem;font-size:.96rem}.submitted-affected-panel{grid-template-rows:auto minmax(190px,auto) auto}.submitted-editor-detail{max-height:none}.score-profile-head{align-items:flex-start;flex-direction:column;padding:1rem}.score-profile-stat{align-items:flex-start}.score-profile-summary-grid,.score-profile-detail-grid{grid-template-columns:1fr;padding-inline:1rem}.score-profile-details summary{align-items:flex-start;padding-inline:1rem}.score-profile-details summary em{display:none}.score-profile-group-head,.score-profile-row-head,.score-profile-row-foot{align-items:flex-start;flex-direction:column;gap:.35rem}.score-profile-row-foot em{text-align:left}}.pagination{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:2rem;padding-top:1.5rem;border-top:1px solid var(--line)}.pagination-info{display:flex;gap:.25rem}.pagination-btn{width:2rem;height:2rem;border:1px solid var(--line);border-radius:6px;background:var(--surface);color:var(--ink);font-size:.85rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s,border-color .15s}.pagination-btn:hover{background:var(--blue-50);border-color:var(--blue-700)}.pagination-btn.active{background:var(--blue-700);border-color:var(--blue-700);color:#fff;font-weight:600}.pagination .btn:disabled{opacity:.4;cursor:default}.why-shell{background:var(--surface-soft)}.why-shell .container{max-width:var(--max-w);margin:0 auto;padding:48px clamp(24px,4vw,48px) 72px}.why-hero{text-align:left;margin-bottom:32px}.why-hero h1{color:#fff;margin:0 0 16px}.why-hero .lead{color:#ffffffa3;font-size:1.05rem;line-height:1.7;max-width:760px;margin:0 0 .75rem}.why-section{position:relative;max-width:860px;margin:0 auto;padding:32px 0 32px 72px;border-top:.5px solid rgba(13,27,42,.1)}.why-num{position:absolute;left:0;top:3rem;font-size:2.5rem;font-weight:800;color:var(--blue-200);line-height:1}.why-section h2{font-size:1.45rem;color:var(--ink);margin:0 0 1.25rem}.why-section p{color:var(--muted);line-height:1.75;margin:0 0 1rem}.why-punch{font-weight:700;font-size:1.1rem;color:var(--blue-700)!important;margin-top:1.5rem!important}.why-highlight{background:var(--surface);border:.5px solid rgba(13,27,42,.06);border-left:3px solid var(--green);padding:1rem 1.25rem;border-radius:0 8px 8px 0;font-weight:600}.why-quote{font-size:1.15rem;font-style:italic;color:var(--muted)!important;padding-left:1rem;border-left:3px solid var(--green)}.why-list{list-style:none;padding:0;margin:0 0 1.5rem;display:flex;flex-direction:column;gap:.6rem}.why-list li{position:relative;padding-left:1.5rem;color:var(--muted);line-height:1.6}.why-list li:before{content:"→";position:absolute;left:0;color:var(--blue-700);font-weight:700}.why-beliefs-list{list-style:none;padding:0;margin:0 0 1.5rem;display:flex;flex-direction:column;gap:.75rem}.why-beliefs-list li{position:relative;padding-left:1.75rem;color:var(--muted);line-height:1.6}.why-beliefs-list li:before{content:"✕";position:absolute;left:0;color:var(--red);font-weight:700}.why-cta{text-align:center;max-width:860px;margin:32px auto 0;padding:32px;border:.5px solid rgba(13,27,42,.07);border-radius:14px;background:var(--surface)}.why-cta h2{font-size:1.5rem;color:var(--ink);margin:0 auto 1.25rem;max-width:580px}.why-cta p{color:var(--muted);line-height:1.7;max-width:580px;margin:0 auto 1rem}.why-cta .why-highlight{display:inline-block;font-size:1.1rem;margin-bottom:2rem}.why-cta .hero-actions{margin-top:1rem}@media (max-width: 600px){.why-section{padding-left:0}.why-num{position:static;display:block;margin-bottom:.5rem}}.legal-shell{background:var(--surface-soft)}.legal-shell .container{max-width:var(--max-w);margin:0 auto;padding:48px clamp(24px,4vw,48px) 72px}.legal-hero{text-align:left;margin-bottom:32px}.legal-hero h1{color:#fff;margin:0 0 16px}.legal-hero .lead{color:#ffffffa3;font-size:1.05rem;line-height:1.7;max-width:760px;margin:0}.legal-date{margin-top:1rem;font-size:.82rem;color:var(--muted)}.legal-section{max-width:920px;margin:0 auto 18px;padding:28px;border:.5px solid rgba(13,27,42,.07);border-radius:14px;background:var(--surface)}.legal-section h2{font-family:inherit;font-size:1.35rem;font-weight:600;color:var(--ink);margin-bottom:1.1rem}.legal-section h3{font-size:1rem;font-weight:500;color:var(--ink);margin:1.2rem 0 .5rem}.legal-section p{color:var(--muted);line-height:1.75;margin-bottom:.75rem}.legal-section ul{list-style:none;padding:0}.legal-section li{color:var(--muted);line-height:1.75;margin-bottom:.75rem;padding:12px 14px 12px 42px;position:relative;border:.5px solid rgba(13,27,42,.06);border-radius:10px;background:#fff}.legal-section li:before{content:"✓";position:absolute;left:14px;top:14px;display:grid;place-items:center;width:18px;height:18px;border-radius:50%;background:#e1f5ee;color:var(--green-dark);font-size:11px;font-weight:700}.legal-section a{color:var(--blue-700);text-decoration:none}.legal-section a:hover{text-decoration:underline}.legal-table{width:100%;border-collapse:collapse;font-size:.9rem;margin-top:1rem;overflow:hidden;border:.5px solid rgba(13,27,42,.07);border-radius:10px}.legal-table th{text-align:left;padding:12px 14px;background:var(--surface-soft);color:var(--muted);font-weight:500;font-size:12px;text-transform:uppercase;letter-spacing:.8px}.legal-table td{padding:14px;border-bottom:.5px solid rgba(13,27,42,.06);color:var(--muted);line-height:1.5}.legal-table td:first-child{color:var(--ink);font-weight:500}@media (max-width: 640px){.legal-shell .container{padding:32px 20px 56px}.legal-section{padding:22px}.legal-table th,.legal-table td{padding:.5rem;font-size:.82rem}}.app-hero.app-hero-dark>:not(.code-texture){position:relative!important;z-index:3!important}.app-hero.app-hero-dark h1,.app-hero.app-hero-dark h2,.app-hero.app-hero-dark h3,.why-hero.app-hero-dark h1,.pricing-hero.app-hero-dark h1,.legal-hero.app-hero-dark h1{color:#f8fafc!important;opacity:1!important;text-shadow:0 1px 18px rgba(0,0,0,.35)}.app-hero.app-hero-dark p,.app-hero.app-hero-dark .lead,.pricing-hero.app-hero-dark .pricing-lead,.why-hero.app-hero-dark .lead,.legal-hero.app-hero-dark .lead{color:#f8fafcc2!important;opacity:1!important}.app-hero.app-hero-dark .eyebrow{color:#f8fafc80!important}.why-hero.app-hero-dark .why-punch{color:#3aa876!important;opacity:1!important}.submitted-document{background:#fff;border-radius:12px;font-family:Georgia,serif;font-size:1.05rem;line-height:1.85;color:#1a202c;padding:36px 42px;border:.5px solid rgba(13,27,42,.08);box-shadow:none}.submitted-highlight{border-bottom:2px solid var(--signal-color);background:color-mix(in srgb,var(--signal-color) 8%,white)!important;border-radius:4px;padding:2px 4px;margin:0 1px;transition:all .22s cubic-bezier(.4,0,.2,1)!important;box-shadow:none!important}.submitted-highlight:hover,.submitted-highlight.is-selected{background:color-mix(in srgb,var(--signal-color) 16%,white)!important;border-bottom-width:2.5px;outline:none}.submitted-paragraph-highlight{display:block;width:100%;margin:0;padding:4px 6px}.submitted-signal-panel{background:#fbfbfa!important;border-left:.5px solid rgba(13,27,42,.08);padding:24px!important;display:flex;flex-direction:column;gap:16px!important;transition:all .25s ease}.submitted-panel-note{border:.5px solid rgba(13,27,42,.08)!important;border-left:3.5px solid var(--gold)!important;border-radius:8px!important;background:#fff!important;padding:14px 16px!important}.score-profile-summary-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;padding:24px;background:#f8fafc;border-bottom:.5px solid rgba(13,27,42,.08)}.score-profile-summary-card{display:flex;flex-direction:column;text-align:left;min-height:150px;padding:20px;background:#fff;border:.5px solid rgba(13,27,42,.08);border-radius:12px;cursor:pointer;font:inherit;transition:all .25s cubic-bezier(.4,0,.2,1)}.score-profile-summary-card:hover{background:#fafaf9;border-color:#0d1b2a29}.score-profile-summary-card:focus-visible{outline:3px solid rgba(14,116,144,.35);outline-offset:3px}.score-profile-summary-card.is-ai_authorship{border-left:4.5px solid #c2410c}.score-profile-summary-card.is-human_authenticity{border-left:4.5px solid #16a34a}.score-profile-summary-card.is-quality_calibration{border-left:4.5px solid #0e7490}.score-profile-summary-card.is-active,.score-profile-summary-card[aria-selected=true]{background:#fff;border-color:#0d1b2a33}.score-profile-summary-card.is-active span,.score-profile-summary-card[aria-selected=true] span{color:var(--navy-950);font-weight:800}.score-profile-summary-card.is-ai_authorship.is-active{border-left-width:6px;border-color:#c2410c;background:#fffcfb}.score-profile-summary-card.is-human_authenticity.is-active{border-left-width:6px;border-color:#16a34a;background:#fcfdfb}.score-profile-summary-card.is-quality_calibration.is-active{border-left-width:6px;border-color:#0e7490;background:#fbfdfd}.score-profile-focused-detail{padding:24px;background:#fff;animation:tabFadeIn .3s cubic-bezier(.4,0,.2,1)}.score-profile-focused-detail .score-profile-group-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;border-bottom:.5px solid rgba(13,27,42,.08);padding-bottom:16px;margin-bottom:20px}.score-profile-focused-detail h3{font-size:1.15rem;font-weight:850;color:var(--navy-950);margin:0}.score-profile-focused-detail p{font-size:.88rem;color:var(--muted);margin:4px 0 0;font-weight:650}@keyframes tabFadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 960px){.score-profile-summary-grid{grid-template-columns:1fr;gap:12px;padding:16px}}
