:root{color-scheme:light;--bg: #f7f9fb;--surface: #ffffff;--surface-soft: #eef6f1;--surface-blue: #edf5ff;--text: #10131a;--text-soft: #303846;--muted: #667085;--border: #dce3ea;--border-strong: #c5ced8;--green: #128a42;--green-strong: #087536;--green-soft: #e1f5e8;--blue: #2563eb;--blue-soft: #dbeafe;--amber: #d98600;--amber-soft: #fff2d6;--red: #e23d28;--red-soft: #ffe5df;--shadow: 0 24px 70px rgba(15, 23, 42, .12);--shadow-soft: 0 14px 38px rgba(15, 23, 42, .08);--page-start: #ffffff;--grid-line: rgba(16, 19, 26, .035);--grid-mask: linear-gradient(180deg, rgba(0, 0, 0, .35), transparent 58rem);--header-bg: rgba(255, 255, 255, .86);--header-border: rgba(220, 227, 234, .78);--section-border: rgba(220, 227, 234, .75);--band-bg: rgba(255, 255, 255, .62);--report-bg: rgba(255, 255, 255, .88);--placeholder-bg: #f7f9fb;--placeholder-color: #a3adba;--signal-icon: #596273;--panel-bg: #ffffff;--feature-bg: rgba(255, 255, 255, .56);--icon-bg: #f5fbf7;--step-arrow: #a7b0bc;--unknown-bg: #eef1f5;--unknown-text: #6b7280;--screenshot-text: #818b9a;--screenshot-bg: linear-gradient(135deg, rgba(37, 99, 235, .06), transparent), linear-gradient(180deg, #ffffff, #eef2f6);--laptop-border: #111827;--laptop-screen-bg: linear-gradient(180deg, #f8fafc, #ffffff);--laptop-base-bg: linear-gradient(180deg, #d8dee6, #9aa4b2);--app-card-bg: rgba(255, 255, 255, .76);--app-card-hover: #ffffff;--footer-bg: #ffffff;--button-on-dark: #ffffff;--max-width: 1180px}:root[data-theme=dark]{color-scheme:dark;--bg: #07110d;--surface: #101914;--surface-soft: #14281d;--surface-blue: #102430;--text: #f3f7f4;--text-soft: #d0dacd;--muted: #9caea4;--border: rgba(174, 202, 185, .18);--border-strong: rgba(174, 202, 185, .32);--green: #38c46d;--green-strong: #7ee4a2;--green-soft: rgba(56, 196, 109, .16);--blue: #78a9ff;--blue-soft: rgba(120, 169, 255, .18);--amber: #f0b34f;--amber-soft: rgba(240, 179, 79, .18);--red: #ff7a66;--red-soft: rgba(255, 122, 102, .18);--shadow: 0 28px 76px rgba(0, 0, 0, .42);--shadow-soft: 0 18px 44px rgba(0, 0, 0, .28);--page-start: #0b100e;--grid-line: rgba(206, 238, 218, .045);--grid-mask: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent 58rem);--header-bg: rgba(8, 14, 11, .86);--header-border: rgba(174, 202, 185, .16);--section-border: rgba(174, 202, 185, .14);--band-bg: rgba(12, 22, 17, .66);--report-bg: rgba(16, 25, 20, .92);--placeholder-bg: #0c1511;--placeholder-color: #78897f;--signal-icon: #9fafaa;--panel-bg: #101914;--feature-bg: rgba(16, 25, 20, .68);--icon-bg: rgba(56, 196, 109, .1);--step-arrow: #60736a;--unknown-bg: rgba(156, 174, 164, .14);--unknown-text: #b6c2bb;--screenshot-text: #9caea4;--screenshot-bg: linear-gradient(135deg, rgba(120, 169, 255, .1), transparent), linear-gradient(180deg, #121d18, #0b1410);--laptop-border: #d8e4dc;--laptop-screen-bg: linear-gradient(180deg, #101914, #0b1410);--laptop-base-bg: linear-gradient(180deg, #506258, #26342d);--app-card-bg: rgba(16, 25, 20, .78);--app-card-hover: #142019;--footer-bg: #09110d;--button-on-dark: #ffffff}@font-face{font-family:Atkinson;src:url(/fonts/atkinson-regular.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Atkinson;src:url(/fonts/atkinson-bold.woff) format("woff");font-weight:700;font-style:normal;font-display:swap}*{box-sizing:border-box}html{scroll-behavior:smooth;scrollbar-gutter:stable}body{margin:0;background:radial-gradient(circle at 72% 18%,rgba(18,138,66,.08),transparent 30rem),linear-gradient(180deg,var(--page-start) 0%,var(--bg) 44rem);color:var(--text);font-family:Inter,Atkinson,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;line-height:1.6;text-rendering:optimizeLegibility}body:before{position:fixed;inset:0;z-index:-1;background-image:linear-gradient(var(--grid-line) 1px,transparent 1px),linear-gradient(90deg,var(--grid-line) 1px,transparent 1px);background-size:88px 88px;mask-image:var(--grid-mask);content:""}a{color:inherit;text-decoration:none}a:hover{color:var(--green)}button,input,textarea,select{font:inherit}img,svg{display:block}img{max-width:100%;height:auto}.site-header{position:sticky;top:0;z-index:20;border-bottom:1px solid var(--header-border);background:var(--header-bg);backdrop-filter:blur(18px)}.nav-shell{display:grid;grid-template-columns:minmax(max-content,1fr) auto minmax(max-content,1fr);align-items:center;gap:24px;width:min(100% - 40px,var(--max-width));min-height:74px;margin:0 auto}.brand{display:inline-flex;align-items:center;gap:12px;width:fit-content;color:var(--text);font-size:17px;font-weight:700;letter-spacing:0}.brand img{width:40px;height:40px;border-radius:8px;box-shadow:0 8px 18px #128a4233}.brand.compact{font-size:16px}.brand.compact img{width:32px;height:32px}.nav-links{display:flex;align-items:center;justify-content:center;gap:4px}.nav-links a{padding:10px 12px;border-radius:8px;color:var(--text-soft);font-size:14px;font-weight:700;line-height:1.2;white-space:nowrap}.nav-links a:hover{background:var(--green-soft);color:var(--green-strong)}.nav-cta,.button{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:44px;padding:0 18px;border:1px solid transparent;border-radius:8px;background:var(--green);box-shadow:0 12px 28px #128a4233;color:#fff;font-size:14px;font-weight:700;line-height:1.2;white-space:nowrap}.nav-actions{display:inline-flex;align-items:center;justify-self:end;gap:10px}.nav-cta{justify-self:end}.nav-cta:hover,.button:hover{background:var(--green-strong);color:#fff;transform:translateY(-1px)}.nav-cta svg,.button svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.theme-toggle{position:relative;display:inline-grid;place-items:center;width:44px;height:44px;border:1px solid var(--border-strong);border-radius:8px;background:var(--surface);color:var(--text-soft);cursor:pointer}.theme-toggle:hover{background:var(--surface-soft);color:var(--green-strong);transform:translateY(-1px)}.theme-icon{position:absolute;width:20px;height:20px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2;transition:opacity .16s ease,transform .16s ease}.theme-icon-sun{opacity:0;transform:scale(.72) rotate(-22deg)}:root[data-theme=dark] .theme-icon-moon{opacity:0;transform:scale(.72) rotate(22deg)}:root[data-theme=dark] .theme-icon-sun{opacity:1;transform:scale(1) rotate(0)}.button.secondary{background:var(--surface);border-color:var(--border-strong);box-shadow:none;color:var(--text)}.button.secondary:hover{background:var(--surface-soft);border-color:#128a423d;color:var(--green-strong)}.page-shell{overflow:hidden}.section{padding:92px 0;border-top:1px solid var(--section-border)}.section:first-child{border-top:0}.section.tight{padding:64px 0}.section.band{background:var(--band-bg)}.container{width:min(100% - 40px,var(--max-width));margin:0 auto}.section-heading{max-width:760px;margin:0 auto 44px;text-align:center}.section-heading.left{margin-right:0;margin-left:0;text-align:left}.section-heading h1,.section-heading h2{margin:0;color:var(--text);font-size:40px;font-weight:700;letter-spacing:0;line-height:1.1}.section-heading p{margin:16px 0 0;color:var(--muted);font-size:18px;line-height:1.65}.hero{position:relative;padding:66px 0 42px}.hero-grid{display:grid;grid-template-columns:minmax(0,.86fr) minmax(500px,1.14fr);align-items:center;gap:66px}.hero-copy{max-width:590px}.hero h1{margin:0;font-size:64px;font-weight:700;letter-spacing:0;line-height:1.04}.hero .lead{margin:28px 0 0;color:var(--text-soft);font-size:21px;line-height:1.62}.hero .sublead{margin:18px 0 0;color:var(--muted);font-size:17px;line-height:1.72}.hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:34px}.trust-row{display:flex;flex-wrap:wrap;gap:18px;margin-top:26px;color:var(--text-soft);font-size:14px;font-weight:700}.trust-row span{display:inline-flex;align-items:center;gap:7px}.trust-row svg{width:16px;height:16px;color:var(--green);fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.4}.hero-preview{width:100%;max-width:100%;height:auto;border:1px solid var(--border-strong);border-radius:14px;background:var(--report-bg);box-shadow:var(--shadow)}.feature-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border-top:1px solid var(--border);border-left:1px solid var(--border)}.feature-item{min-height:240px;padding:32px 30px;border-right:1px solid var(--border);border-bottom:1px solid var(--border);background:var(--feature-bg)}.feature-icon,.meaning-icon,.step-number{display:grid;place-items:center;width:46px;height:46px;border:1px solid rgba(18,138,66,.2);border-radius:8px;background:var(--icon-bg);color:var(--green)}.feature-icon svg,.meaning-icon svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.9}.feature-item h3,.step h3,.meaning h3{margin:18px 0 8px;color:var(--text);font-size:17px;line-height:1.28}.feature-item p,.step p,.meaning p{margin:0;color:var(--text-soft);font-size:15px;line-height:1.62}.steps{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:28px}.step{position:relative;text-align:center}.step:not(:last-child):after{position:absolute;top:27px;right:-24px;width:20px;height:20px;border-top:1.5px solid var(--step-arrow);border-right:1.5px solid var(--step-arrow);transform:rotate(45deg);content:""}.step-visual{display:flex;align-items:center;justify-content:center;gap:12px;min-height:54px}.step-number{margin:0;background:var(--green-soft);color:var(--green-strong);font-weight:700}.step-icon{display:grid;place-items:center;width:54px;height:54px;margin:0;color:var(--text)}.step-icon svg{width:34px;height:34px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}.meaning-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;border-top:1px solid var(--border);border-left:1px solid var(--border)}.meaning{padding:34px 28px;border-right:1px solid var(--border);border-bottom:1px solid var(--border);text-align:center}.meaning-icon{width:64px;height:64px;margin:0 auto;border-color:transparent;border-radius:50%;background:var(--green);color:var(--button-on-dark)}.meaning.caution .meaning-icon{background:var(--amber-soft);color:var(--amber)}.meaning.high .meaning-icon{background:var(--red-soft);color:var(--red)}.meaning.unknown .meaning-icon{background:var(--unknown-bg);color:var(--unknown-text)}.gatekeeper-note{max-width:780px;margin:28px auto 0;color:var(--muted);font-size:14px;text-align:center}.screenshots{display:grid;grid-template-columns:repeat(auto-fit,minmax(440px,1fr));gap:28px}.screenshot{margin:0;display:flex;flex-direction:column;gap:12px}.screenshot img{width:100%;height:auto;border:1px solid var(--border-strong);border-radius:12px;background:var(--screenshot-bg);box-shadow:var(--shadow-soft)}.screenshot figcaption{color:var(--text-soft);font-size:14px;line-height:1.55}.surface-layout,.helper-grid{display:grid;grid-template-columns:minmax(0,.95fr) minmax(420px,1.05fr);align-items:center;gap:58px}.surface-grid,.helper-notes{display:grid;gap:14px;margin-top:28px}.surface-card,.helper-notes article,.helper-panel{padding:22px;border:1px solid var(--border);border-radius:8px;background:var(--app-card-bg);box-shadow:var(--shadow-soft)}.surface-card h3,.helper-notes h3,.helper-panel h3{margin:0 0 8px;color:var(--text);font-size:17px;line-height:1.25}.surface-card p,.helper-notes p{margin:0;color:var(--text-soft);font-size:15px;line-height:1.62}.surface-shot{margin:0}.surface-shot img{width:100%;height:auto;border:1px solid var(--border-strong);border-radius:12px;background:var(--screenshot-bg);box-shadow:var(--shadow)}.surface-shot figcaption{margin-top:12px;color:var(--text-soft);font-size:14px;line-height:1.55}.privacy-grid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(360px,1.1fr);align-items:center;gap:72px}.check-list{display:grid;gap:12px;margin:24px 0 0;padding:0;list-style:none}.check-list li{display:grid;grid-template-columns:21px 1fr;gap:10px;color:var(--text-soft);font-size:16px}.check-list svg{width:19px;height:19px;margin-top:3px;color:var(--green);fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.5}.privacy-visual{position:relative;display:grid;place-items:center;min-height:320px}.orbit{position:absolute;inset:7% 2%;border:1px solid rgba(18,138,66,.26);border-radius:50%;transform:rotate(-5deg)}.orbit:nth-child(2){inset:18% 13%;transform:rotate(8deg)}.laptop{position:relative;width:min(420px,100%)}.laptop-screen{display:grid;place-items:center;aspect-ratio:16 / 10;border:6px solid var(--laptop-border);border-radius:8px 8px 4px 4px;background:var(--laptop-screen-bg);box-shadow:var(--shadow-soft)}.laptop-screen img{width:96px;height:96px;border-radius:16px}.laptop-base{width:112%;height:15px;margin-left:-6%;border-radius:0 0 50% 50%;background:var(--laptop-base-bg)}.why-built{display:grid;grid-template-columns:minmax(0,.95fr) minmax(380px,1.05fr);align-items:start;gap:70px}.why-built .section-heading{margin-bottom:0}.why-built-copy{display:grid;gap:18px;padding:28px;border:1px solid var(--border);border-radius:8px;background:var(--app-card-bg);box-shadow:var(--shadow-soft)}.why-built-copy p{margin:0;color:var(--text-soft);font-size:17px;line-height:1.72}.developer-grid{display:grid;grid-template-columns:minmax(0,.95fr) minmax(380px,1.05fr);align-items:start;gap:70px}.developer-copy{max-width:640px;margin:-18px 0 0;color:var(--text-soft);font-size:17px;line-height:1.72}.developer-copy a{color:var(--green);font-weight:700}.developer-copy a:hover{color:var(--green-strong)}.app-links{display:grid;gap:14px}.app-link{display:grid;grid-template-columns:54px 1fr;gap:18px;align-items:center;padding:20px;border:1px solid var(--border);border-radius:8px;background:var(--app-card-bg);box-shadow:0 10px 28px #0f172a0d}.app-link:hover{border-color:#128a4252;background:var(--app-card-hover);color:var(--text);transform:translateY(-1px)}.app-link-icon{display:grid;place-items:center;width:54px;height:54px;border:1px solid rgba(18,138,66,.2);border-radius:8px;background:var(--green-soft);color:var(--green)}.app-link-icon svg{width:28px;height:28px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.9}.app-link strong{display:block;color:var(--text);font-size:18px;line-height:1.25}.app-link span span{display:block;margin-top:5px;color:var(--text-soft);font-size:15px;line-height:1.5}.faq-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 22px}details{border:1px solid var(--border);border-radius:8px;background:var(--app-card-bg)}summary{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:58px;padding:0 18px;color:var(--text);cursor:pointer;font-size:16px;font-weight:700;line-height:1.25;list-style:none}summary::-webkit-details-marker{display:none}summary:after{width:9px;height:9px;border-right:1.8px solid currentColor;border-bottom:1.8px solid currentColor;transform:rotate(45deg);transition:transform .16s ease;content:""}details[open] summary:after{transform:rotate(225deg)}details p{margin:-2px 18px 18px;color:var(--text-soft);font-size:15px;line-height:1.65}.faq-link{display:inline-flex;align-items:center;gap:8px;margin:28px auto 0;color:var(--green);font-weight:700}.download-band{padding:42px 0;background:linear-gradient(135deg,#087536,#0c9d4b);color:#fff}.download-grid{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:26px}.download-icon{width:74px;height:74px;border-radius:16px;box-shadow:0 18px 40px #0000002e}.download-band h2{margin:0;font-size:30px;line-height:1.12}.download-band p{margin:8px 0 0;color:#ffffffd1}.download-band .button{background:var(--button-on-dark);box-shadow:none;color:#087536}.download-band .button:hover{color:#066b30;background:#fff}.download-note{margin-top:8px;color:#ffffffbd;font-size:13px;text-align:center}.site-footer{border-top:1px solid var(--border);background:var(--footer-bg)}.footer-inner{display:grid;grid-template-columns:minmax(220px,1.35fr) minmax(130px,.65fr) minmax(130px,.65fr) minmax(130px,.65fr) minmax(190px,.9fr);gap:44px;width:min(100% - 40px,var(--max-width));margin:0 auto;padding:36px 0 46px}.footer-brand p,.footer-legal p{margin:12px 0 0;color:var(--muted);font-size:14px;line-height:1.55}.footer-column{display:grid;gap:8px;align-content:start}.footer-column h2{margin:0 0 5px;font-size:14px;line-height:1.2}.footer-column a{color:var(--muted);font-size:14px}.footer-column a:hover{color:var(--green)}.footer-legal{text-align:right}.content-page{max-width:860px;margin:0 auto;padding:82px 0 96px}.content-page h1{margin:0;font-size:52px;line-height:1.08}.content-page .intro{margin:18px 0 42px;color:var(--text-soft);font-size:20px;line-height:1.65}.policy-section{padding:30px 0;border-top:1px solid var(--border)}.policy-section h2{margin:0 0 12px;font-size:24px;line-height:1.2}.policy-section p,.policy-section li{color:var(--text-soft);font-size:16px;line-height:1.72}.policy-section p{margin:0 0 14px}.policy-section ul,.policy-section ol{display:grid;gap:8px;margin:14px 0 0;padding-left:22px}.support-panel{display:grid;gap:18px;padding:28px;border:1px solid var(--border);border-radius:8px;background:var(--panel-bg)}.support-panel p{margin:0;color:var(--text-soft)}.support-panel .button{width:fit-content}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(max-width:1060px){.nav-shell{grid-template-columns:1fr auto}.nav-links{display:none}.hero-grid{grid-template-columns:1fr;max-height:none;gap:48px}.hero-copy{max-width:760px}.feature-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.privacy-grid,.surface-layout,.helper-grid{grid-template-columns:1fr;gap:38px}.developer-grid,.why-built{grid-template-columns:1fr;gap:30px}}@media(max-width:820px){.section{padding:68px 0}.hero{padding-top:54px}.hero-grid{min-height:auto}.hero h1,.content-page h1{font-size:44px}.hero .lead,.content-page .intro{font-size:18px}.section-heading h1,.section-heading h2{font-size:32px}.steps,.meaning-grid,.faq-grid,.developer-grid,.why-built,.surface-layout,.helper-grid,.download-grid,.footer-inner{grid-template-columns:1fr}.step{text-align:left}.step:not(:last-child):after{display:none}.step-visual{justify-content:flex-start}.download-grid,.download-note,.footer-legal{text-align:left}}@media(max-width:620px){.nav-shell,.container,.footer-inner{width:min(100% - 28px,var(--max-width))}.site-header{position:static}.nav-shell{min-height:66px;gap:14px}.brand span{max-width:150px;font-size:15px;line-height:1.1}.nav-cta{min-height:38px;padding:0 12px;font-size:13px}.nav-actions{gap:8px}.nav-cta svg{display:none}.nav-cta-extra{display:none}.theme-toggle{width:38px;height:38px}.hero h1,.content-page h1{font-size:38px}.hero-actions{display:grid}.screenshots{grid-template-columns:1fr}.button{width:100%}.feature-grid,.app-link{grid-template-columns:1fr}.feature-item{min-height:auto;padding:26px 22px}}@media(max-width:420px){.brand span{display:none}}
