@import "https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Manrope:wght@400;500;600;700;800&display=swap";:root{--ink:#142022;--ink-soft:#233235;--paper:#f6f4ee;--paper-deep:#e8e8df;--white:#fffefa;--acid:#d7f36b;--acid-dark:#a8ca38;--muted:#6d7773;--line:#14202224;--shadow:0 28px 80px #0f181824;--radius:22px;color:var(--ink);background:var(--paper);font-synthesis:none;text-rendering:optimizelegibility;font-family:Manrope,system-ui,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--paper);min-width:320px;margin:0}body,button,input,textarea{font-family:inherit}button,input{font:inherit}button{cursor:pointer}a{color:inherit}.skip-link{z-index:50;background:var(--acid);color:var(--ink);padding:.75rem 1rem;font-weight:800;transition:transform .16s;position:absolute;top:0;left:1rem;transform:translateY(-120%)}.skip-link:focus{transform:translateY(0)}.site-header{z-index:10;color:var(--white);position:absolute;top:0;left:0;right:0}.site-header__inner{justify-content:space-between;align-items:center;width:min(1240px,100% - 3rem);min-height:84px;margin:0 auto;display:flex}.brand{color:inherit;letter-spacing:-.04em;align-items:center;gap:.55rem;font-size:1.08rem;font-weight:800;text-decoration:none;display:inline-flex}.brand-mark{background:var(--acid);border-radius:50%;width:.75rem;height:.75rem;box-shadow:0 0 0 5px #d7f36b24}.site-header nav{align-items:center;gap:1.5rem;font-size:.82rem;font-weight:700;display:flex}.site-header nav a{color:#fffefac2;text-decoration:none;transition:color .18s}.site-header nav a:hover,.site-header nav a:focus-visible{color:var(--acid)}.nav-cta{background:var(--acid);border-radius:999px;padding:.62rem .95rem;color:var(--ink)!important}.nav-cta:hover,.nav-cta:focus-visible{background:var(--white);color:var(--ink)!important}.hero{color:var(--white);background:radial-gradient(circle at 78% 15%,#d7f36b21,#0000 24rem),linear-gradient(120deg,#102022 0%,#1b3030 60%,#183232 100%);position:relative;overflow:hidden}.hero:before,.hero:after{pointer-events:none;content:"";position:absolute}.hero:before{border:1px solid #d7f36b33;border-radius:50%;width:42rem;height:42rem;top:-18rem;right:-15rem;box-shadow:0 0 0 3rem #d7f36b09,0 0 0 8rem #d7f36b06}.hero:after{background:linear-gradient(#0000,#d7f36b5c,#0000);width:1px;height:56%;bottom:0;right:8%}.hero__inner{z-index:1;grid-template-columns:minmax(0,1fr) minmax(360px,.82fr);align-items:center;gap:clamp(2rem,6vw,7rem);width:min(1240px,100% - 3rem);min-height:min(760px,100svh);margin:0 auto;padding:8rem 0 5rem;display:grid;position:relative}.hero__copy{max-width:610px}.eyebrow,.section-kicker,.tool-kicker{color:var(--acid);letter-spacing:.12em;text-transform:uppercase;margin:0 0 1.1rem;font-family:DM Mono,ui-monospace,monospace;font-size:.7rem;font-weight:500}.hero h1,.page-hero h1{letter-spacing:-.085em;max-width:720px;margin:0;font-size:clamp(3rem,6.8vw,6.7rem);font-weight:700;line-height:.94}.hero h1 span,.page-hero h1 span{color:var(--acid)}.hero__lede{color:#fffefab8;max-width:490px;margin:1.7rem 0 0;font-size:clamp(1rem,1.5vw,1.2rem);line-height:1.6}.hero__notes{color:#fffefa94;flex-wrap:wrap;gap:.75rem 1.15rem;margin:2rem 0 0;font-family:DM Mono,ui-monospace,monospace;font-size:.68rem;display:flex}.hero__notes span:before{color:var(--acid);content:"·";margin-right:.42rem}.tool-shell{color:var(--ink);box-shadow:var(--shadow);background:#fffefaf5;border:1px solid #fffefa8c;border-radius:26px;padding:1.15rem;position:relative}.tool-shell:before{background:var(--acid);content:"";width:4rem;height:1.3rem;position:absolute;top:-.65rem;left:2rem;transform:rotate(-3deg)}.tool-shell__heading{justify-content:space-between;align-items:flex-start;gap:1rem;padding:.45rem .55rem 1rem;display:flex}.tool-shell__heading strong{letter-spacing:-.03em;font-size:1.02rem;display:block}.tool-shell__heading span{color:var(--muted);margin-top:.32rem;font-size:.75rem;display:block}.tool-badge{color:#53680a;white-space:nowrap;background:#edf8c5;border-radius:999px;padding:.32rem .55rem;font-family:DM Mono,ui-monospace,monospace;font-size:.62rem}.ocr-tool{gap:.9rem;display:grid}.drop-zone{text-align:center;background:linear-gradient(135deg,#d7f36b29,#0000 42%),#f3f4e9;border:1px dashed #14202259;border-radius:17px;outline:0 solid #0000;place-items:center;min-height:220px;padding:2rem 1.2rem;transition:border-color .18s,background .18s,outline .18s,transform .18s;display:grid}.drop-zone:hover,.drop-zone:focus-within,.drop-zone.is-dragging{border-color:var(--acid-dark);background:#edf5cf;outline:4px solid #d7f36b59;transform:translateY(-2px)}.drop-zone__icon{width:3.5rem;height:3.5rem;color:var(--ink);background:var(--acid);border-radius:50%;place-items:center;margin-bottom:1.05rem;font-size:1.5rem;line-height:1;display:grid}.drop-zone strong{letter-spacing:-.02em;font-size:.95rem;display:block}.drop-zone p{color:var(--muted);margin:.5rem 0 0;font-size:.76rem;line-height:1.5}.drop-zone__button,.primary-button{min-height:2.85rem;color:var(--ink);background:var(--acid);border:0;border-radius:999px;justify-content:center;align-items:center;padding:.7rem 1rem;font-size:.8rem;font-weight:800;transition:background .18s,box-shadow .18s,transform .18s;display:inline-flex}.drop-zone__button{margin-top:1rem}.drop-zone__button:hover,.primary-button:hover,.drop-zone__button:focus-visible,.primary-button:focus-visible{background:#ecffa0;transform:translateY(-1px);box-shadow:0 7px 20px #7da01c38}.drop-zone__hint{color:var(--muted);margin-top:.9rem;font-family:DM Mono,ui-monospace,monospace;font-size:.62rem;display:block}.selected-file,.ocr-result{gap:.85rem;display:grid}.selected-file{background:#f3f4e9;border-radius:15px;padding:.9rem}.selected-file__meta{align-items:center;gap:.8rem;display:flex}.file-type{width:2.3rem;height:2.3rem;color:var(--ink);background:var(--acid);border-radius:9px;flex:none;place-items:center;font-family:DM Mono,ui-monospace,monospace;font-size:.6rem;font-weight:500;display:grid}.selected-file strong{text-overflow:ellipsis;white-space:nowrap;font-size:.8rem;display:block;overflow:hidden}.selected-file small{color:var(--muted);margin-top:.2rem;font-family:DM Mono,ui-monospace,monospace;font-size:.62rem;display:block}.tool-actions{gap:.65rem;display:flex}.turnstile-slot{min-height:65px;margin-top:1rem}.legal-page{min-height:70svh;padding:clamp(7rem,12vw,10rem) 1.5rem 6rem}.legal-page article{width:min(760px,100%);margin:0 auto}.legal-page h1{letter-spacing:-.07em;max-width:680px;margin:0 0 2rem;font-size:clamp(2.8rem,7vw,5.5rem);line-height:.96}.legal-page h2{margin:2.7rem 0 .65rem;font-size:1.25rem}.legal-page p{color:var(--muted);line-height:1.75}.legal-page .legal-lede{color:var(--ink);font-size:1.15rem}.legal-page .legal-updated{margin-top:3rem;font-family:DM Mono,ui-monospace,monospace;font-size:.75rem}.tool-actions button{flex:1}.secondary-button,.text-button{color:var(--ink-soft);border:1px solid var(--line);background:0 0}.secondary-button{border-radius:999px;min-height:2.85rem;padding:.7rem 1rem;font-size:.8rem;font-weight:700}.secondary-button:hover,.secondary-button:focus-visible{background:var(--paper);border-color:#14202259}.tool-status{min-height:1.25rem;color:var(--muted);margin:0;font-size:.76rem;line-height:1.45}.tool-status[data-tone=error]{color:#a13b2f}.tool-status[data-tone=success]{color:#55710d}.result-heading{justify-content:space-between;align-items:center;gap:1rem;display:flex}.result-heading strong{letter-spacing:-.02em;font-size:.9rem}.result-heading span{color:#55710d;font-family:DM Mono,ui-monospace,monospace;font-size:.62rem}.result-text{width:100%;min-height:250px;color:var(--ink);border:1px solid var(--line);resize:vertical;background:#f3f4e9;border-radius:14px;padding:1rem;font-family:DM Mono,ui-monospace,monospace;font-size:.75rem;line-height:1.65}.result-text:focus{border-color:var(--acid-dark);outline:3px solid #d7f36b59}.trust-line{color:var(--muted);text-align:center;justify-content:center;align-items:center;gap:.45rem;font-family:DM Mono,ui-monospace,monospace;font-size:.62rem;display:flex}.trust-line:before{color:#55710d;content:"✓";font-family:inherit;font-weight:700}.section{width:min(1240px,100% - 3rem);margin:0 auto;padding:clamp(5rem,10vw,9rem) 0}.section--tight{padding-top:4rem;padding-bottom:4rem}.section-intro{grid-template-columns:minmax(0,.75fr) minmax(0,1fr);align-items:end;gap:clamp(2rem,8vw,10rem);margin-bottom:4rem;display:grid}.section-intro h2{letter-spacing:-.08em;max-width:580px;margin:0;font-size:clamp(2.2rem,4.5vw,4.7rem);font-weight:700;line-height:.98}.section-intro p{max-width:450px;color:var(--muted);margin:0;font-size:1rem;line-height:1.7}.workflow{border-top:1px solid var(--line);grid-template-columns:repeat(3,1fr);display:grid}.workflow__item{border-bottom:1px solid var(--line);min-height:220px;padding:1.5rem 1.5rem 1.5rem 0}.workflow__item+.workflow__item{border-left:1px solid var(--line);padding-left:1.5rem}.workflow__number{color:var(--acid-dark);margin-bottom:3rem;font-family:DM Mono,ui-monospace,monospace;font-size:.72rem;display:block}.workflow h3{letter-spacing:-.04em;margin:0;font-size:1.15rem}.workflow p{max-width:250px;color:var(--muted);margin:.65rem 0 0;font-size:.84rem;line-height:1.6}.sample-section{color:var(--white);background:var(--ink)}.sample-section .section{padding-top:clamp(5rem,9vw,8rem);padding-bottom:clamp(5rem,9vw,8rem)}.sample-grid{grid-template-columns:.82fr 1.18fr;align-items:center;gap:clamp(2rem,9vw,9rem);display:grid}.sample-grid h2{letter-spacing:-.08em;max-width:500px;margin:0;font-size:clamp(2.2rem,4.7vw,4.8rem);line-height:.98}.sample-grid__copy p{color:#fffefa9e;max-width:390px;margin:1.5rem 0 0;line-height:1.7}.sample-sheet{min-height:400px;color:var(--ink);background:#eeeee6;padding:clamp(1.25rem,3vw,2.5rem);position:relative;transform:rotate(2.2deg);box-shadow:20px 24px #d7f36b33}.sample-sheet:before{background:var(--acid);content:"↗";text-align:center;border-radius:50%;width:2.4rem;height:2.4rem;font-size:1.25rem;line-height:2.4rem;position:absolute;top:1.4rem;right:1.4rem}.sample-sheet__label{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;margin:0 0 3rem;font-family:DM Mono,ui-monospace,monospace;font-size:.64rem}.sample-sheet h3{letter-spacing:-.08em;max-width:520px;margin:0;font-size:clamp(1.8rem,3.6vw,3.6rem);line-height:.97}.sample-sheet__lines{gap:.55rem;margin-top:3rem;display:grid}.sample-sheet__lines span{background:#14202224;height:.52rem;display:block}.sample-sheet__lines span:first-child{width:92%}.sample-sheet__lines span:nth-child(2){width:77%}.sample-sheet__lines span:nth-child(3){width:88%}.sample-sheet__lines span:nth-child(4){width:65%}.sample-sheet__lines span:nth-child(5){width:81%}.tool-index{border-top:1px solid var(--line);grid-template-columns:repeat(3,1fr);gap:0 1.5rem;display:grid}.tool-index a{border-bottom:1px solid var(--line);min-height:76px;color:var(--ink);justify-content:space-between;align-items:center;gap:1rem;text-decoration:none;transition:color .18s,padding .18s;display:flex}.tool-index a:hover,.tool-index a:focus-visible{color:var(--acid-dark);padding-left:.45rem}.tool-index span{color:var(--muted);font-family:DM Mono,ui-monospace,monospace;font-size:.65rem}.tool-index strong{font-size:.85rem;font-weight:700}.faq{max-width:820px;margin:0 auto}.faq details{border-top:1px solid var(--line)}.faq details:last-child{border-bottom:1px solid var(--line)}.faq summary{cursor:pointer;justify-content:space-between;align-items:center;gap:1rem;padding:1.3rem 0;font-size:.97rem;font-weight:700;list-style:none;display:flex}.faq summary::-webkit-details-marker{display:none}.faq summary:after{color:var(--acid-dark);content:"+";font-family:DM Mono,ui-monospace,monospace;font-size:1.2rem;font-weight:400}.faq details[open] summary:after{content:"−"}.faq details p{max-width:660px;color:var(--muted);margin:-.35rem 3rem 1.3rem 0;font-size:.88rem;line-height:1.7}.site-footer{color:#fffefaa3;background:var(--ink)}.site-footer__inner{justify-content:space-between;align-items:center;gap:2rem;width:min(1240px,100% - 3rem);margin:0 auto;padding:2.4rem 0;font-size:.74rem;display:flex}.site-footer .brand{color:var(--white)}.site-footer nav{gap:1.2rem;display:flex}.site-footer nav a{text-decoration:none}.site-footer nav a:hover,.site-footer nav a:focus-visible{color:var(--acid)}.page-hero{color:var(--white);background:radial-gradient(circle at 88% 12%, #d7f36b26, transparent 24rem), var(--ink);position:relative;overflow:hidden}.page-hero__inner{grid-template-columns:minmax(0,1fr) minmax(340px,.72fr);align-items:center;gap:clamp(2rem,7vw,8rem);width:min(1240px,100% - 3rem);min-height:min(680px,94svh);margin:0 auto;padding:9rem 0 5rem;display:grid}.page-hero__copy{max-width:690px}.page-hero h1{max-width:680px;font-size:clamp(2.8rem,6vw,6.2rem)}.page-hero__lede{color:#fffefaad;max-width:550px;margin:1.55rem 0 0;line-height:1.7}.page-hero .tool-shell{margin-top:1rem}.page-content{grid-template-columns:.8fr 1.2fr;align-items:start;gap:clamp(2rem,9vw,9rem);display:grid}.page-content__aside{position:sticky;top:2rem}.page-content__aside h2{letter-spacing:-.07em;margin:0;font-size:clamp(1.8rem,3vw,3rem);line-height:1}.page-content__aside p{color:var(--muted);margin:1rem 0 0;line-height:1.7}.best-for{gap:.7rem;margin:2rem 0 0;padding:0;list-style:none;display:grid}.best-for li{align-items:baseline;gap:.7rem;font-size:.82rem;display:flex}.best-for li:before{color:var(--acid-dark);content:"↳";font-family:DM Mono,ui-monospace,monospace}.example{background:var(--line);grid-template-columns:repeat(2,1fr);gap:1px;display:grid}.example__panel{background:var(--paper);min-height:230px;padding:1.5rem}.example__panel--output{background:#eef6d0}.example__label{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;margin-bottom:2.2rem;font-family:DM Mono,ui-monospace,monospace;font-size:.64rem;display:block}.example__panel p{white-space:pre-line;margin:0;font-size:1.05rem;line-height:1.65}.example__panel--output p{font-family:DM Mono,ui-monospace,monospace;font-size:.8rem}.not-found{text-align:center;background:var(--ink);place-items:center;min-height:100svh;padding:2rem;display:grid}.not-found__inner{max-width:640px;color:var(--white)}.not-found h1{letter-spacing:-.1em;margin:0;font-size:clamp(3rem,10vw,8rem);line-height:.9}.not-found p{color:#fffefaad;line-height:1.65}.not-found .primary-button{margin-top:1rem;text-decoration:none}@media (width<=900px){.hero__inner,.page-hero__inner{grid-template-columns:1fr;min-height:auto;padding-top:8.5rem}.hero__copy{max-width:720px}.hero__inner .tool-shell,.page-hero__inner .tool-shell{max-width:620px}.sample-grid,.page-content{grid-template-columns:1fr}.page-content__aside{position:static}}@media (width<=680px){.site-header__inner,.hero__inner,.page-hero__inner,.section,.site-footer__inner{width:min(100% - 2rem,1240px)}.site-header__inner{min-height:72px}.site-header nav a:not(.nav-cta){display:none}.hero__inner,.page-hero__inner{padding-top:7.4rem;padding-bottom:3rem}.hero h1,.page-hero h1{font-size:clamp(2.8rem,16vw,5rem)}.workflow,.tool-index,.example{grid-template-columns:1fr}.workflow__item,.workflow__item+.workflow__item{border-left:0;min-height:0;padding:1.4rem 0}.workflow__number{margin-bottom:1.5rem}.sample-sheet{min-height:330px}.sample-sheet__label{margin-bottom:2rem}.example__panel{min-height:0}.example__label{margin-bottom:1.35rem}.site-footer__inner{flex-direction:column;align-items:flex-start}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
