@font-face{font-family:Bodoni Moda;src:url(/fonts/bodoni-moda-400.ttf) format("truetype");font-style:normal;font-weight:400;font-display:swap}@font-face{font-family:Bodoni Moda;src:url(/fonts/bodoni-moda-500.ttf) format("truetype");font-style:normal;font-weight:500;font-display:swap}@font-face{font-family:Inter;src:url(/fonts/inter-400.ttf) format("truetype");font-style:normal;font-weight:400;font-display:swap}@font-face{font-family:Inter;src:url(/fonts/inter-500.ttf) format("truetype");font-style:normal;font-weight:500;font-display:swap}@font-face{font-family:Inter;src:url(/fonts/inter-600.ttf) format("truetype");font-style:normal;font-weight:600;font-display:swap}*{box-sizing:border-box}:root{color-scheme:light;--paper: #f7f4ec;--surface: #fffdfa;--ink: #171716;--muted: #78746d;--line: rgba(26, 24, 21, .12);--line-strong: rgba(26, 24, 21, .24);--gold: #b88a35;--blue: #315f8f;--green: #2f7358;--red: #a7433b;--amber: #936825;--soft-blue: #e9f0f7;--soft-green: #e9f4ee;--soft-red: #f6ebe8;--shadow: 0 24px 80px rgba(35, 31, 24, .1)}body{margin:0;min-height:100vh;background:#fffdf9;color:var(--ink);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Arial,sans-serif}button,input,select,textarea{font:inherit}a{color:var(--blue);text-decoration:none}h1,h2,h3,p{margin:0}h1,h2{font-family:Cormorant Garamond,Georgia,Times New Roman,serif;font-weight:500;letter-spacing:0}h1{max-width:820px;font-size:clamp(48px,7vw,104px);line-height:.93}h2{font-size:clamp(30px,4vw,58px);line-height:1}h3{font-size:17px;font-weight:650;letter-spacing:0}.app-shell{display:grid;grid-template-columns:284px minmax(0,1fr);min-height:100vh}.sidebar{position:sticky;top:0;height:100vh;padding:28px 22px;border-right:1px solid var(--line);background:#fffdfab8;-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px)}.content{min-width:0;padding:34px clamp(22px,4vw,62px) 60px}.view{max-width:1260px;margin:0 auto}.brand{display:flex;gap:12px;align-items:center;margin-bottom:28px}.brand-mark{display:grid;place-items:center;width:38px;height:38px;border:1px solid var(--line-strong);border-radius:50%;color:var(--gold);font-family:Georgia,Times New Roman,serif;font-size:22px}.brand-name{font-family:Georgia,Times New Roman,serif;font-size:25px;line-height:1;letter-spacing:0}.brand-caption{margin-top:3px;font-size:11px;text-transform:uppercase;letter-spacing:.16em;color:var(--muted)}.eyebrow,.muted,.label,.meta{color:var(--muted)}.eyebrow{margin-bottom:18px;font-size:12px;letter-spacing:.22em;text-transform:uppercase}.tabs{display:grid;gap:5px}.tab{display:flex;justify-content:space-between;align-items:center;min-height:38px;padding:9px 10px;border:1px solid transparent;border-radius:8px;color:#393731;cursor:pointer;background:transparent}.tab:hover{border-color:var(--line);background:#ffffff7a}.tab.active{border-color:#b88a3557;background:#fffaf0;color:var(--ink)}.tab-dot{width:6px;height:6px;border-radius:50%;background:var(--line-strong)}.tab.active .tab-dot{background:var(--gold)}.logout{margin-top:18px;width:100%;justify-content:center}.hero{display:grid;grid-template-columns:minmax(0,1.02fr) minmax(420px,.98fr);gap:clamp(26px,4vw,58px);align-items:center;min-height:520px;padding:28px 0 34px}.lead{max-width:720px;margin-top:24px;color:#494640;font-size:clamp(17px,1.65vw,23px);line-height:1.46}.hero-actions,.row-actions,.inline-actions{display:flex;gap:10px;flex-wrap:wrap;align-items:center}.hero-actions{margin-top:30px}button,.button-link{border:1px solid var(--line-strong);border-radius:999px;padding:10px 16px;background:var(--surface);color:var(--ink);cursor:pointer;text-decoration:none}button:hover,.button-link:hover{border-color:#b88a358c;background:#fffaf0}button:disabled{opacity:.55;cursor:default}button.primary,.button-link.primary{border-color:#171716;background:#171716;color:#fffdfa}button.ghost{background:transparent}button.danger{border-color:#a7433b47;color:var(--red);background:var(--soft-red)}input,select,textarea{width:100%;border:1px solid var(--line);border-radius:10px;background:#fffdfad6;color:var(--ink);padding:12px 14px;outline:none}input:focus,select:focus,textarea:focus{border-color:#b88a3594;box-shadow:0 0 0 4px #b88a351a}.premium-panel{border:1px solid var(--line);border-radius:8px;background:#fffdfad1;box-shadow:var(--shadow)}.auth-shell{display:grid;place-items:center;min-height:100vh;padding:28px}.auth-card{width:min(100%,980px);display:grid;grid-template-columns:1fr 390px;gap:0;overflow:hidden}.auth-copy{padding:clamp(34px,5vw,68px)}.auth-form{padding:34px;border-left:1px solid var(--line);background:#fffdfa}.auth-form form{display:grid;gap:12px;margin-top:20px}.snippet{overflow:auto;padding:14px;border-radius:8px;border:1px solid var(--line);background:#171716;color:#fffdfa;font-size:12px}.metric-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;border:1px solid var(--line);border-radius:8px;overflow:hidden;background:var(--line)}.metric{min-height:130px;padding:18px;background:#fffdfad1}.metric .value{margin-top:18px;font-family:Georgia,Times New Roman,serif;font-size:clamp(30px,4vw,48px);line-height:.95}.metric .label,.label{font-size:12px;letter-spacing:.12em;text-transform:uppercase}.section-head{display:flex;justify-content:space-between;gap:18px;align-items:end;margin:46px 0 18px}.section-head p{max-width:610px;line-height:1.45}.trust-object{position:relative;min-height:500px;border:1px solid var(--line);border-radius:8px;overflow:hidden;background:radial-gradient(circle at 50% 50%,rgba(184,138,53,.12),transparent 35%),linear-gradient(135deg,#ffffffe0,#e9f0f7b8)}.trust-object:before,.trust-object:after{content:"";position:absolute;top:64px;right:18%;bottom:64px;left:18%;border:1px solid rgba(184,138,53,.42);border-radius:50%}.trust-object:after{top:118px;right:29%;bottom:118px;left:29%;border-color:#315f8f3d}.trust-core{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:156px;height:156px;border-radius:50%;border:1px solid rgba(23,23,22,.22);display:grid;place-items:center;text-align:center;background:#fffdfad1;box-shadow:0 30px 90px #315f8f29;z-index:3}.core-title{font-family:Georgia,Times New Roman,serif;font-size:25px;line-height:1}.core-sub{margin-top:6px;color:var(--muted);font-size:11px;letter-spacing:.14em;text-transform:uppercase}.path-line{position:absolute;left:10%;right:10%;top:50%;height:1px;background:linear-gradient(90deg,transparent,rgba(47,115,88,.62),rgba(184,138,53,.72),rgba(167,67,59,.2),transparent)}.agent{position:absolute;width:54px;height:80px;z-index:4}.agent .head{position:absolute;left:16px;top:2px;width:22px;height:22px;border-radius:50%;border:1px solid currentColor;background:#fffdfaeb}.agent .body{position:absolute;left:11px;top:31px;width:32px;height:42px;border-radius:18px 18px 10px 10px;border:1px solid currentColor;background:currentColor}.human{color:var(--green)}.bot{color:var(--red);opacity:.76}.bot .head{border-radius:8px}.bot .head:before,.bot .head:after{content:"";position:absolute;top:8px;width:3px;height:3px;border-radius:50%;background:currentColor}.bot .head:before{left:6px}.bot .head:after{right:6px}.bot.failed{filter:grayscale(.1);opacity:.38}.agent.one{left:10%;top:18%}.agent.two{left:18%;bottom:16%;transform:scale(.9)}.agent.three{right:12%;top:24%;transform:scale(1.05)}.agent.four{right:24%;bottom:12%;transform:scale(.82)}.agent.five{left:39%;top:12%;transform:scale(.74)}.signal-tags{position:absolute;inset:auto 24px 24px;display:flex;flex-wrap:wrap;gap:8px;z-index:5}.badge{display:inline-flex;align-items:center;gap:6px;min-height:26px;padding:5px 10px;border-radius:999px;border:1px solid var(--line);background:#fffdfac7;color:var(--ink);font-size:12px}.badge.clean,.badge.normal{border-color:#2f735840;color:var(--green);background:var(--soft-green)}.badge.suspicious,.badge.conservative{border-color:#93682540;color:var(--amber);background:#fbf3df}.badge.fraud{border-color:#a7433b40;color:var(--red);background:var(--soft-red)}.badge.silent{color:var(--muted)}.workspace-grid{display:grid;grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);gap:22px}.canvas-panel{border-top:1px solid var(--line);padding:22px 0}.canvas-panel:first-child{border-top:0}.panel-title{display:flex;justify-content:space-between;gap:14px;align-items:start}.panel-title p{margin-top:8px;line-height:1.45}.evidence-list,.feed-list,.control-stack{display:grid;gap:10px}.evidence-card,.feed-item,.policy-row,.site-row,.plan-card{border:1px solid var(--line);border-radius:8px;background:#fffdfab8;padding:16px}.feed-item{display:grid;grid-template-columns:128px minmax(0,1fr) auto;gap:16px;align-items:start}.feed-main{min-width:0}.feed-main h3{margin-bottom:8px}.reason-line{display:flex;flex-wrap:wrap;gap:7px;margin-top:10px}.mono{font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:12px}.score{font-family:Georgia,Times New Roman,serif;font-size:38px;line-height:1}.score.clean{color:var(--green)}.score.suspicious{color:var(--amber)}.score.fraud{color:var(--red)}.bar{position:relative;height:9px;border-radius:999px;overflow:hidden;background:#17171614}.bar>span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--green),var(--gold),var(--red))}.signal-map{display:grid;gap:12px}.signal-row{display:grid;grid-template-columns:minmax(160px,1fr) minmax(170px,2fr) auto;gap:14px;align-items:center;padding:12px 0;border-bottom:1px solid var(--line)}.signal-row:last-child{border-bottom:0}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.form-grid .wide{grid-column:1 / -1}.field{display:grid;gap:7px}.field label{font-size:12px;color:var(--muted);letter-spacing:.09em;text-transform:uppercase}.slider-row{display:grid;grid-template-columns:1fr 68px;gap:12px;align-items:center}input[type=range]{padding:0;height:32px}.empty{padding:24px;border:1px dashed var(--line-strong);border-radius:8px;color:var(--muted);background:#fffdfa70}.error{color:var(--red)}.ok{color:var(--green)}.timeline{position:relative;display:grid;gap:12px}.timeline:before{content:"";position:absolute;left:15px;top:12px;bottom:12px;width:1px;background:var(--line)}.timeline-item{position:relative;padding-left:40px}.timeline-item:before{content:"";position:absolute;left:8px;top:11px;width:15px;height:15px;border-radius:50%;border:1px solid var(--gold);background:var(--surface)}.split-actions{display:grid;grid-template-columns:1fr auto;gap:12px;align-items:center}@media (max-width: 1040px){.app-shell{grid-template-columns:1fr}.sidebar{position:static;height:auto}.tabs{grid-template-columns:repeat(2,minmax(0,1fr))}.hero,.workspace-grid,.auth-card{grid-template-columns:1fr}.auth-form{border-left:0;border-top:1px solid var(--line)}.metric-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.trust-object{min-height:430px}}@media (max-width: 680px){.content{padding:22px 14px 44px}.sidebar{padding:18px 14px}.tabs{grid-template-columns:1fr}h1{font-size:46px}.metric-grid,.form-grid,.feed-item,.signal-row,.split-actions{grid-template-columns:1fr}.agent.three,.agent.four{right:8%}}.public-page{min-height:100vh;background:#fffdf9;color:#06182d}.public-nav{display:flex;align-items:center;justify-content:space-between;gap:28px;max-width:1530px;margin:0 auto;padding:38px clamp(22px,4vw,60px) 18px}.site-brand{display:inline-flex;align-items:center;gap:14px;color:#06182d;font-size:clamp(24px,2.5vw,38px);font-weight:500;line-height:1;letter-spacing:.22em}.site-brand.compact{font-size:24px}.site-logo{width:48px;height:54px}.public-nav nav{display:flex;align-items:center;gap:clamp(18px,3vw,52px);font-family:Georgia,Times New Roman,serif;font-size:clamp(15px,1.35vw,21px)}.public-nav nav a{position:relative;color:#06182d;padding:0 0 12px}.public-nav nav a.active:after{content:"";position:absolute;left:0;right:0;bottom:0;height:2px;background:#20a878}.request-link{padding:17px 29px!important;border:1px solid rgba(32,168,120,.68);border-radius:4px}.home-page{overflow-x:hidden;background:transparent}.live-home{position:relative;display:grid;grid-template-columns:minmax(360px,.46fr) minmax(620px,.54fr);gap:clamp(18px,2.5vw,42px);align-items:center;min-height:calc(100vh - 116px);max-width:1680px;margin:0 auto;padding:clamp(38px,4vw,76px) clamp(28px,4.1vw,70px) clamp(42px,5vw,80px);background:#fff}.live-home:before{display:none}.home-copy{position:relative;z-index:2}.home-copy h1{max-width:760px;color:#06182d;font-family:Cormorant Garamond,Georgia,Times New Roman,serif;font-size:clamp(64px,7.9vw,128px);font-weight:400;line-height:.86}.home-copy p{max-width:520px;margin-top:28px;color:#405061;font-family:Cormorant Garamond,Georgia,Times New Roman,serif;font-size:clamp(22px,1.75vw,32px);line-height:1.28}.home-principles{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));max-width:520px;margin-top:44px;color:#06182d}.home-principle{display:grid;justify-items:center;align-content:start;min-width:0;min-height:92px;padding:0 14px;border-right:1px solid rgba(6,24,45,.22);text-align:center}.home-principle:last-child{border-right:0}.home-principle .drawn-icon{width:38px;height:38px;margin:0 0 9px;filter:none}.home-principle span{max-width:82px;font-family:Cormorant Garamond,Georgia,Times New Roman,serif;font-size:17px;line-height:1.08}.home-stage{position:relative;z-index:1;min-width:0;align-self:stretch;display:grid;place-items:center;min-height:620px;overflow:hidden}.approved-art{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;background:#fff}.approved-art img{display:block;width:178%;max-width:none;height:auto;transform:translate(-43%,-10%);transform-origin:top left}.home-system-art{display:none}.home-system-art .traffic path{fill:none;stroke-linecap:round}.home-system-art .green-flow path{stroke:url(#homeGreen);stroke-width:2.4}.home-system-art .red-flow path{stroke:#d86252;stroke-width:1.9;stroke-dasharray:4 8;opacity:.72}.tube-word{fill:#2d79d8;font-family:Inter,Arial,sans-serif;font-size:31px;font-weight:600;letter-spacing:.22em}.label-plate rect{fill:#ffffff7a;stroke:#6c94bb75;stroke-width:1.2}.label-plate path,.label-plate circle{fill:none;stroke:#b88635;stroke-width:2.6;stroke-linecap:round;stroke-linejoin:round}.label-plate text{fill:#06182d;font-family:Cormorant Garamond,Georgia,Times New Roman,serif;font-size:22px}.site-canvas{padding-bottom:82px}.site-hero{display:grid;grid-template-columns:minmax(0,.86fr) minmax(460px,1.14fr);gap:clamp(34px,5vw,74px);align-items:center;max-width:1530px;margin:0 auto;padding:62px clamp(22px,4vw,60px) 42px}.site-hero.slim{display:block;max-width:1180px;padding-bottom:28px}.site-hero h1{color:#06182d;font-size:clamp(54px,7.2vw,104px);font-weight:400;line-height:.92}.site-hero .lead{max-width:740px;color:#405061;font-family:Georgia,Times New Roman,serif;font-size:clamp(21px,2vw,30px);line-height:1.28}.glass-system{position:relative;min-height:500px;overflow:hidden;border-radius:8px;background:linear-gradient(180deg,#ffffffad,#ffffff6b),radial-gradient(circle at 42% 48%,rgba(45,121,216,.15),transparent 29%),radial-gradient(circle at 76% 62%,rgba(32,168,120,.14),transparent 26%)}.glass-system:before{content:"";position:absolute;left:11%;right:11%;top:40%;height:92px;border:2px solid rgba(45,121,216,.38);border-radius:46px;background:#ffffff5c;box-shadow:inset 0 0 30px #2d79d81f,0 24px 60px #2d79d81f}.corridor-label{position:absolute;left:50%;top:47%;transform:translate(-50%,-50%);font-size:24px;letter-spacing:.18em;text-transform:uppercase;color:#2d79d8}.lane{position:absolute;height:2px;border-radius:999px;transform-origin:left center}.lane.verified{left:54%;top:42%;width:40%;background:#20a878;transform:rotate(-9deg)}.lane.verified.two{top:52%;transform:rotate(4deg);opacity:.78}.lane.blocked{left:4%;top:55%;width:41%;border-top:2px dashed #d86252;background:transparent;transform:rotate(-8deg)}.lane.blocked.two{top:66%;transform:rotate(8deg);opacity:.72}.person,.machine{position:absolute;z-index:2}.person{width:18px;height:52px;border-radius:10px 10px 4px 4px;background:linear-gradient(#2d79d8 0,#2d79d8 34%,#20a878 34%,#20a878)}.person:before{content:"";position:absolute;left:3px;top:-13px;width:12px;height:12px;border-radius:50%;background:#b88635}.p1{left:61%;top:29%}.p2{left:72%;top:58%;transform:scale(.86)}.p3{left:88%;top:36%;transform:scale(.75)}.machine{width:34px;height:30px;border-radius:7px;border:1px solid rgba(6,24,45,.34);background:linear-gradient(135deg,#f7f8f8,#bfc6c9)}.machine:before{content:"";position:absolute;left:8px;right:8px;top:10px;height:3px;background:#d86252}.m1{left:18%;top:57%}.m2{left:32%;top:70%;transform:scale(.82)}.icon-run,.process-line,.pixel-lab{max-width:1390px;margin:0 auto;padding:34px clamp(22px,4vw,60px)}.icon-run{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:34px}.icon-story{min-width:0;padding-top:22px;border-top:1px solid rgba(6,24,45,.14)}.drawn-icon{width:118px;height:118px;margin-bottom:14px;overflow:visible;filter:drop-shadow(0 18px 22px rgba(41,89,136,.12))}.icon-story h2,.process-step h2{font-size:clamp(28px,3vw,44px);font-weight:400;line-height:1}.icon-story p,.process-step p,.pixel-form label{margin-top:12px;color:#405061;font-size:16px;line-height:1.5}.process-line{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:18px;counter-reset:process}.process-step{position:relative;min-height:300px;padding-top:48px}.process-step:before{content:"";position:absolute;left:0;right:-18px;top:20px;height:2px;background:linear-gradient(90deg,#2d79d8,#20a878)}.process-step span{position:absolute;left:0;top:0;display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:#fffdf9;border:1px solid #2d79d8;color:#2d79d8;font-family:Georgia,Times New Roman,serif;font-size:18px}.pixel-lab{display:grid;grid-template-columns:minmax(320px,.74fr) minmax(0,1.26fr);gap:46px;align-items:center}.pixel-form{display:grid;gap:18px}.light-snippet{margin-top:10px;white-space:pre-wrap;word-break:break-word;padding:16px;border:1px solid rgba(45,121,216,.2);border-radius:8px;background:#fff;color:#06182d;font-size:13px}.site-action{justify-self:start;border-color:#06182d;border-radius:4px;background:#06182d;color:#fffdf9}.attack-art{display:grid;grid-template-columns:126px 1fr 126px;gap:22px;align-items:center;min-height:320px}.attack-track{position:relative;height:94px}.attack-track span{position:absolute;left:0;height:2px;border-radius:999px;transition:width .22s ease}.attack-track .good{top:28px;background:#20a878}.attack-track .bad{top:61px;border-top:2px dashed #d86252}.attack-result{grid-column:1 / -1;display:flex;flex-wrap:wrap;gap:12px 22px;align-items:baseline;color:#405061;font-family:Georgia,Times New Roman,serif;font-size:22px}.attack-result strong{color:#06182d;font-size:54px;font-weight:400}.attack-result span{flex-basis:100%;font-family:Inter,Arial,sans-serif;font-size:13px}@media (max-width: 1060px){.public-nav,.site-hero,.pixel-lab{grid-template-columns:1fr}.public-nav{align-items:flex-start;flex-direction:column}.icon-run,.process-line{grid-template-columns:repeat(2,minmax(0,1fr))}.process-step:before{right:0}.glass-system{min-height:420px}.live-home{grid-template-columns:1fr;min-height:auto;padding-top:34px}.home-copy h1{max-width:820px;font-size:clamp(60px,10vw,104px)}.home-copy p,.home-principles{max-width:720px}.home-stage{margin-top:18px;min-height:520px}}@media (max-width: 620px){.public-nav nav{align-items:flex-start;flex-direction:column;gap:14px}.icon-run,.process-line,.attack-art{grid-template-columns:1fr}.site-hero h1{font-size:44px}.live-home{padding:24px 18px 42px}.home-copy h1{font-size:46px;line-height:.92}.home-copy p{font-size:20px}.home-principles{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 0}.home-principle:nth-child(2){border-right:0}.home-stage{min-height:380px}.approved-art img{width:214%;transform:translate(-49%,-8%)}}@media (min-width: 1061px){.home-page{position:relative}.home-page .public-nav{position:absolute;z-index:5;top:0;left:0;right:0;max-width:1672px;min-height:124px;padding:40px 3.6% 24px;background:#fff}.home-page .site-brand{gap:14px;font-size:clamp(28px,2.1vw,36px)}.home-page .site-logo{width:49px;height:56px}.home-page .public-nav nav{gap:clamp(34px,3vw,52px);font-size:clamp(17px,1.2vw,20px)}.live-home{position:relative;display:block;width:100%;height:clamp(760px,56.28vw,941px);min-height:0;max-width:1672px;padding:0;overflow:hidden;background:#fff}.home-copy{position:absolute;z-index:3;top:18.5%;left:3.65%;width:40.5%}.home-copy:before{content:"";position:absolute;z-index:-1;top:-18px;left:-18px;width:calc(100% + 28px);height:390px;background:#fff}.home-copy h1{max-width:650px;font-size:clamp(64px,4.85vw,82px);line-height:1.02}.home-copy p{max-width:315px;margin-top:29px;font-size:clamp(17px,1.22vw,21px);line-height:1.48}.home-principles{display:none}.home-stage{position:absolute;z-index:1;top:0;right:0;bottom:0;left:0;min-height:0;overflow:hidden}.approved-art{top:0;right:0;bottom:0;left:0}.approved-art img{width:100%;height:100%;object-fit:cover;object-position:center top;transform:none}}.exact-home-page{position:relative;width:min(100%,1672px);margin:0 auto;overflow:hidden;background:#fff}.exact-home-reference{display:block;width:100%;height:auto}.verification-scene{position:absolute;z-index:1;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:auto;overflow:visible}.verification-scene text{letter-spacing:0}.verification-scene .contour-title text{fill:#1749b5;font-family:Inter,Arial,sans-serif;font-size:17px;font-weight:600;letter-spacing:.17em}.verification-scene .stage-title,.verification-scene .scene-label,.verification-scene .learning,.verification-scene .site-panel{fill:#06182d;font-family:Bodoni Moda,Didot,Times New Roman,serif}.verification-scene .stage-title{font-size:14px;font-weight:500}.verification-scene .scene-label{font-size:18px;font-weight:500}.verification-scene .scene-label.danger{fill:#c43f35}.verification-scene .scene-label.trusted{fill:#14845f}.verification-scene .scene-label.review{fill:#9a6b24}.verification-scene .learning,.verification-scene .site-panel{font-size:15px}.verification-scene .attack-lines,.verification-scene .trusted-lines,.verification-scene .signal-flow,.verification-scene .review-path{animation:scene-flow 8s linear infinite}@keyframes scene-flow{to{stroke-dashoffset:-60}}.exact-home-header{position:absolute;z-index:4;top:4.2%;left:3.55%;right:auto;display:flex;align-items:center;justify-content:space-between}.exact-home-header .site-brand{gap:14px;color:#06182d;text-decoration:none}.exact-home-header .site-logo{width:49px;height:55px}.exact-home-header .site-brand span{font-family:Inter,Arial,sans-serif;font-size:34px;font-weight:600;letter-spacing:.2em}.exact-home-nav{display:flex;align-items:center;gap:clamp(24px,3vw,50px)}.exact-home-nav a{color:#06182d;font-family:Bodoni Moda,Didot,Times New Roman,serif;font-size:clamp(15px,1.15vw,19px);font-weight:400;line-height:1;text-decoration:none}.exact-home-nav a:not(.request-access){padding:10px 0 8px;border-bottom:1px solid transparent}.exact-home-nav a:not(.request-access):hover{border-color:#1749b5}.exact-home-nav .request-access{min-width:174px;padding:17px 24px 16px;border:1px solid #20a878;text-align:center;transition:background-color .2s ease,color .2s ease}.exact-home-nav .request-access:hover{color:#fff;background:#14845f}.exact-home-copy{position:absolute;z-index:3;top:18.8%;left:3.75%;width:30.5%;color:#06182d}.exact-home-kicker{margin:0 0 18px;color:#1d5b91;font-family:Inter,Arial,sans-serif;font-size:clamp(10px,.68vw,11px);font-weight:600;letter-spacing:.19em;text-transform:uppercase}.exact-home-copy h1{margin:0;font-family:Bodoni Moda,Didot,Times New Roman,serif;font-size:clamp(48px,4.05vw,68px);font-weight:400;line-height:.96;letter-spacing:0}.exact-home-lead{max-width:420px;margin:27px 0 0;color:#293d53;font-family:Bodoni Moda,Didot,Times New Roman,serif;font-size:clamp(17px,1.16vw,19px);font-weight:400;line-height:1.42;letter-spacing:0}.exact-home-statement{max-width:410px;margin:23px 0 0;color:#1749b5;font-family:Bodoni Moda,Didot,Times New Roman,serif;font-size:clamp(18px,1.3vw,22px);font-style:italic;font-weight:500;line-height:1.25;letter-spacing:0}.exact-home-variant-1 .exact-home-copy h1{font-size:clamp(46px,3.75vw,63px)}.exact-home-variant-2 .exact-home-copy{top:21.4%}.exact-home-variant-3 .exact-home-copy{top:21.2%}.exact-live-principles{position:absolute;z-index:3;top:62.8%;left:2.7%;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));width:21.2%;min-height:112px;padding:4px 0 6px;background:transparent}.exact-live-principle{display:grid;grid-template-rows:54px auto;justify-items:center;align-items:start;min-width:0;padding:0 9px;border-right:1px solid rgba(6,24,45,.22);color:#06182d;text-align:center}.exact-live-principle:last-child{border-right:0}.exact-live-principle .principle-icon{width:54px;height:54px;overflow:visible;filter:drop-shadow(0 8px 12px rgba(45,121,216,.12))}.exact-live-principle span{max-width:78px;font-family:Bodoni Moda,Didot,Times New Roman,serif;font-size:15.5px;font-weight:500;line-height:1.05}@media (min-width: 761px) and (max-width: 1100px){.exact-home-page{width:100%;min-height:900px}.exact-home-reference,.verification-scene{position:absolute;top:0;left:0;width:auto;max-width:none;height:900px;transform:translate(-20%)}.exact-home-header{top:28px;left:32px;right:28px}.exact-home-header .site-logo{width:38px;height:43px}.exact-home-header .site-brand span{font-size:25px}.exact-home-nav{gap:22px}.exact-home-nav a{font-size:15px}.exact-home-nav a[href="/app"]:not(.request-access){display:none}.exact-home-nav .request-access{min-width:148px;padding:14px 18px 13px}.exact-home-copy{top:142px;left:32px;width:430px;padding:0 72px 28px 0;background:linear-gradient(90deg,#fffffffa 0,#fffffffa 76%,#fff0)}.exact-home-copy h1{font-size:65px;line-height:.96}.exact-home-lead{max-width:345px;margin-top:25px;font-size:19px}.exact-live-principles{top:auto;bottom:34px;left:28px;width:420px;padding:14px 8px 12px;background:#ffffffdb;-webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px)}}@media (max-width: 760px){.exact-home-page{width:100%;min-height:844px}.exact-home-reference,.verification-scene{width:auto;max-width:none;height:844px;object-fit:cover;object-position:46% top;transform:translate(-36%)}.exact-home-header{top:24px;left:22px;right:22px}.exact-home-header .site-logo{width:34px;height:38px}.exact-home-header .site-brand span{font-size:23px}.exact-home-nav a:not(.request-access),.exact-home-nav .request-access{display:none}.exact-home-copy{top:112px;left:22px;width:calc(100% - 44px);padding-bottom:26px;background:linear-gradient(90deg,#fffffff5 0,#fffffff5 78%,#fff0)}.exact-home-copy h1{font-size:51px}.exact-home-lead{max-width:340px;margin-top:22px;font-size:18px}.exact-live-principles{top:auto;bottom:28px;left:18px;width:calc(100% - 36px);padding:12px 4px;background:#ffffffe6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.exact-live-principle{grid-template-rows:44px auto;padding:0 4px}.exact-live-principle .principle-icon{width:42px;height:42px}.exact-live-principle span{font-size:12px}}.premium-page{--premium-ink: #0b1238;--premium-blue: #003bea;--premium-green: #008967;--premium-red: #fb5656;--premium-amber: #fdaa44;width:100%;min-height:100vh;overflow:hidden;background:#fff;color:var(--premium-ink);font-family:Inter,Arial,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}.premium-page button,.premium-page input,.premium-page select{font:inherit}.premium-header{position:relative;z-index:20;display:flex;align-items:center;justify-content:space-between;width:min(calc(100% - 96px),1576px);height:118px;margin:0 auto}.premium-brand{display:inline-flex;align-items:center;gap:30px;color:var(--premium-ink);text-decoration:none}.premium-brand img{display:block;width:46px;height:53px}.premium-brand span{font-size:31px;font-weight:600;letter-spacing:.39em}.premium-header nav{display:flex;align-items:center;gap:clamp(30px,3.1vw,52px)}.premium-header nav a,.premium-header nav button{position:relative;padding:12px 0 11px;border:0;color:var(--premium-ink);background:transparent;font-family:Bodoni Moda,Didot,Times New Roman,serif;font-size:17px;font-optical-sizing:auto;line-height:1;text-decoration:none;cursor:pointer}.premium-header nav a:after,.premium-header nav button:after{content:"";position:absolute;right:0;bottom:0;left:0;height:2px;background:var(--premium-blue);transform:scaleX(0);transform-origin:left;transition:transform .2s ease}.premium-header nav a:hover:after,.premium-header nav button:hover:after,.premium-header nav a.active:after{transform:scaleX(1)}.premium-home .premium-brand,.premium-how .premium-brand{transform:translateY(11px)}.premium-home .premium-header nav,.premium-how .premium-header nav{transform:translateY(6px)}.premium-test .premium-brand{transform:translateY(-7px)}.premium-test .premium-header nav{transform:translateY(-11px)}.premium-eyebrow{color:var(--premium-ink);font-size:11px;font-weight:600;letter-spacing:.25em;text-transform:uppercase}.premium-home{min-height:max(780px,100vh)}.premium-home-layout{position:relative;display:grid;grid-template-columns:minmax(410px,.67fr) minmax(850px,1.73fr);align-items:center;width:min(calc(100% - 96px),1576px);min-height:calc(100vh - 190px);margin:0 auto}.premium-home-copy{position:relative;z-index:4;align-self:center;padding:4px 0 58px;transform:translate(12px,31px)}.premium-home-copy h1{max-width:430px;margin:38px 0 0;color:var(--premium-ink);font-family:Bodoni Moda,Didot,Times New Roman,serif;font-optical-sizing:auto;font-size:clamp(55px,4.1vw,68px);font-weight:400;line-height:.97;letter-spacing:0;text-transform:uppercase;transform:scaleX(.88);transform-origin:left top}.premium-home-copy h2{max-width:430px;margin:34px 0 0;font-family:Inter,Arial,sans-serif;font-size:17px;font-weight:650;line-height:1.35}.premium-home-copy>p:not(.premium-eyebrow){max-width:415px;margin:17px 0 0;color:#253954;font-size:15px;line-height:1.55}.premium-home-copy>p:last-child{max-width:360px}.human-signature{display:block;width:100%;height:100%;overflow:visible}.premium-home .human-signature{position:absolute;z-index:2;top:-4px;right:-3.2%;width:82.5%;height:725px}.point-field-3d{position:relative;overflow:hidden;pointer-events:none}.point-field-webgl{display:block;width:100%;height:100%}.premium-home .point-field-3d{position:absolute;z-index:2;top:-23px;right:-3.2%;width:85.15%;height:750px}.home-entry-lines{position:absolute;z-index:1;top:397px;left:285px;width:220px;height:300px;overflow:visible}.home-entry-lines path{stroke:#003bea33;stroke-width:1}.home-entry-lines path:nth-child(3n+1){stroke:#00896733}.home-entry-lines circle{fill:#003bea}.home-entry-lines circle:nth-child(3n+1){fill:#008967}.human-word{font-family:Bodoni Moda,Didot,Times New Roman,serif;font-size:270px;font-weight:500;letter-spacing:0}.human-word-shadow{fill:none;stroke:#07183214;stroke-width:13px;filter:url(#signatureGlow)}.human-word-dots{stroke-width:2px;stroke-dasharray:1 6}.signature-entry path,.signature-threat path,.signature-residual,.signature-learning{stroke-linecap:round;animation:premium-flow 8s linear infinite}.signature-threat path{animation-duration:5.4s}.signature-residual{animation-duration:11s}@keyframes premium-flow{to{stroke-dashoffset:-72}}.premium-index{position:absolute;z-index:5;right:48px;bottom:43px;left:48px;display:grid;grid-template-columns:repeat(7,auto);align-items:center;justify-content:space-between;padding-left:32px;border-left:1px solid var(--premium-ink);font-size:10px;font-weight:600;letter-spacing:.2em;text-transform:uppercase}.premium-index span:not(:last-child):after{content:"·";margin-left:clamp(16px,2vw,34px);color:var(--premium-blue)}.premium-how{min-height:max(850px,100vh)}.how-intro{position:relative;display:grid;grid-template-columns:34% 66%;align-items:start;width:min(calc(100% - 120px),1552px);min-height:334px;margin:0 auto;padding-top:69px;box-sizing:border-box}.how-intro h1{width:620px;max-width:620px;margin:0;font-family:Bodoni Moda,Didot,Times New Roman,serif;font-optical-sizing:auto;font-size:clamp(72px,4.9vw,82px);font-weight:400;line-height:.9;letter-spacing:0;transform:scaleX(.68);transform-origin:left top}.how-intro>div:first-child>p{max-width:470px;margin-top:24px;color:#253954;font-size:15px;line-height:1.5}.how-signal{position:absolute;top:25px;right:-33px;width:1080px;height:280px;overflow:hidden}.how-signal .human-signature,.how-signal .point-field-3d{width:100%;height:100%}.how-human{position:absolute;top:13px;right:1.5%;color:transparent;background:radial-gradient(circle,#003bea 0 1.05px,transparent 1.2px) 0 0 / 4px 4px,linear-gradient(90deg,#008967 0,#008967 42%,#003bea 72%);background-clip:text;-webkit-background-clip:text;font-family:Bodoni Moda,Didot,Times New Roman,serif;font-size:91px;font-weight:500;line-height:1}.how-steps{position:relative;z-index:3;display:grid;grid-template-columns:420px 127px 440px 95px minmax(0,1fr);align-items:start;width:min(calc(100% - 120px),1552px);min-height:349px;margin:0 auto}.how-step{min-width:0}.how-step header{display:grid;grid-template-columns:64px 1fr;gap:8px;align-items:start;min-height:94px}.how-step header>span{color:var(--premium-blue);font-family:Bodoni Moda,Didot,Times New Roman,serif;font-size:57px;font-weight:400;line-height:.9}.how-step h2{margin:3px 0 0;font-family:Bodoni Moda,Didot,Times New Roman,serif;font-size:31px;font-weight:400;line-height:1}.how-step header p{margin-top:9px;color:#253954;font-size:12px;line-height:1.35}.step-arrow{padding-top:51px;color:var(--premium-blue);font-family:Georgia,serif;font-size:44px;text-align:center}.pixel-id{display:flex;align-items:center;min-height:39px;margin:3px 0 8px;font-size:12px;letter-spacing:.05em}.pixel-id small{margin-right:15px;font-size:10px;font-weight:600;letter-spacing:.16em;text-transform:uppercase}.pixel-id i{width:8px;height:8px;margin-right:12px;border-radius:50%;background:var(--premium-green)}.pixel-id code{font-size:12px}.premium-code{display:grid;grid-template-columns:36px 1fr;min-height:172px;overflow:hidden;border:1px solid rgba(23,73,223,.22);background:#ffffffd1}.premium-code .code-lines{display:grid;grid-auto-rows:23px;padding:10px 0;border-right:1px solid rgba(23,73,223,.14);color:#677792;font-family:Consolas,monospace;font-size:11px;text-align:center}.premium-code pre{margin:0;padding:10px 14px;overflow:hidden;color:var(--premium-ink);font-family:Consolas,SFMono-Regular,monospace;font-size:11px;line-height:23px;white-space:pre-wrap}.premium-code code{font-family:inherit}.premium-code em{color:var(--premium-green);font-style:normal}.premium-code b{color:var(--premium-red);font-weight:500}.premium-code mark{display:block;margin:0 -14px;padding:0 14px;background:#10945f17;color:inherit}.copy-action{display:inline-flex;align-items:center;gap:9px;margin-top:11px;padding:6px 0;border:0;color:var(--premium-blue);background:transparent;font-size:10px;font-weight:600;letter-spacing:.08em;cursor:pointer}.copy-action svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.7}.editor-tab{display:inline-flex;align-items:center;gap:13px;height:30px;padding:0 13px;border:1px solid rgba(23,73,223,.2);border-bottom:0;font-size:11px}.domain-field{display:block;margin-top:3px}.domain-field small{display:block;margin-bottom:8px;font-size:10px;font-weight:600;letter-spacing:.16em;text-transform:uppercase}.domain-field>span{display:grid;grid-template-columns:28px 1fr auto;align-items:center;gap:0}.domain-field b{display:grid;place-items:center;height:39px;border:1px solid rgba(23,73,223,.22);border-right:0;color:var(--premium-green)}.domain-field input{min-width:0;height:39px;border:1px solid rgba(23,73,223,.22);border-right:0;outline:0;color:var(--premium-ink);background:#fff;font-size:12px}.domain-field button{height:39px;padding:0 16px;border:1px solid var(--premium-blue);color:#fff;background:var(--premium-blue);font-size:11px;cursor:pointer}.signal-state{position:relative;min-height:132px;margin-top:13px;padding:18px 16px 0;border:1px solid rgba(23,73,223,.2)}.signal-state strong{display:flex;align-items:center;gap:10px;color:#68778f;font-family:Bodoni Moda,Didot,serif;font-size:16px;font-weight:500}.signal-state strong i{width:9px;height:9px;border-radius:50%;background:#9ba7b8}.signal-state.verified strong{color:var(--premium-green)}.signal-state.verified strong i{background:var(--premium-green)}.signal-state p{margin:6px 0 0 19px;color:#68778f;font-size:11px}.mini-wave{position:absolute;top:22px;right:16px;display:flex;align-items:center;gap:3px;height:30px}.mini-wave span{width:2px;height:8px;background:#a9b4c4;animation:mini-wave 1.1s ease-in-out infinite}.verified .mini-wave span{background:var(--premium-green)}.mini-wave span:nth-child(2n){animation-delay:-.25s}.mini-wave span:nth-child(3n){animation-delay:-.5s}@keyframes mini-wave{50%{height:28px}}.signal-state footer{display:grid;grid-template-columns:1fr 1fr;margin-top:18px;padding-top:10px;border-top:1px solid rgba(23,73,223,.15);color:#68778f;font-size:9px;text-transform:uppercase}.signal-state footer span+span{padding-left:14px;border-left:1px solid rgba(23,73,223,.15)}.signal-state footer b{color:var(--premium-ink);font-size:10px;font-weight:500;text-transform:none}.how-footer{display:flex;flex-direction:column;align-items:center;width:min(calc(100% - 96px),1576px);margin:0 auto;transform:translate(-26px)}.how-footer a{display:flex;align-items:center;justify-content:center;width:495px;height:54px;border:1px solid var(--premium-blue);color:var(--premium-blue);font-family:Bodoni Moda,Didot,serif;font-size:22px;text-align:center;text-decoration:none}.how-footer a span{margin-left:28px}.how-footer p{margin:28px 0 0;padding-left:24px;border-left:1px solid rgba(7,24,50,.55);color:#253954;font-size:11px;text-align:center}.premium-test{min-height:max(800px,100vh)}.test-layout{display:grid;grid-template-columns:minmax(390px,.82fr) minmax(600px,1.38fr) minmax(240px,.52fr);gap:34px;width:min(calc(100% - 96px),1576px);min-height:calc(100vh - 118px);margin:0 auto;padding:12px 0 36px}.test-controls h1{margin:24px 0 0;font-family:Bodoni Moda,Didot,Times New Roman,serif;font-optical-sizing:auto;font-size:clamp(48px,4vw,66px);font-weight:400;line-height:.96;letter-spacing:0;white-space:nowrap;transform:scaleX(.8);transform-origin:left top}.test-lead{max-width:430px;margin-top:27px;color:#253954;font-size:15px;line-height:1.5}.test-control{display:grid;grid-template-columns:30px 1fr;gap:12px;margin-top:24px}.test-control>div{position:relative;min-width:0}.test-control>span{display:grid;place-items:center;align-self:start;width:24px;height:24px;border:1px solid var(--premium-blue);border-radius:50%;color:var(--premium-blue);font-family:Georgia,serif;font-size:13px}.test-control h3{margin:4px 0 13px;font-size:10px;font-weight:600;letter-spacing:.22em;text-transform:uppercase}.test-control label{color:#4b5d77;font-size:10px}.test-control label i{display:inline-block;width:7px;height:7px;margin:0 8px;border-radius:50%;background:var(--premium-green)}.test-control label code{color:var(--premium-green);font-family:Consolas,monospace;font-size:10px}.test-id-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.test-id-row .copy-action{flex:0 0 auto;margin:0}.test-code-label{margin:11px 0 7px;color:#4b5d77;font-size:10px}.test-control>div>.copy-action{float:right;margin-top:3px}.test-control .premium-code{clear:both;grid-template-columns:1fr;min-height:58px;margin-top:11px}.test-control .test-code-label+.premium-code{margin-top:0}.test-control .premium-code pre{padding:7px 10px;font-size:9px;line-height:19px}.test-control input,.test-control select{width:100%;height:38px;padding:0 12px;border:1px solid rgba(23,73,223,.24);outline:0;color:var(--premium-ink);background:#fff;font-size:12px}.test-control input{border-color:var(--premium-green);box-shadow:inset 0 0 0 1px #10945f14}.test-control input:focus,.test-control select:focus{border-color:var(--premium-green)}.validated-url{display:grid;grid-template-columns:30px minmax(0,1fr) 30px;max-width:393px;height:38px;border:1px solid var(--premium-green)}.validated-url span,.validated-url b{display:grid;place-items:center;color:var(--premium-green);font-size:13px;font-weight:500}.validated-url input{height:36px;padding:0 6px;border:0;box-shadow:none}.test-control .premium-code,.test-control select{max-width:393px}.launch-test{width:calc(100% - 62px);height:52px;margin:23px 0 0 42px;border:0;color:#fff;background:var(--premium-blue);font-family:Bodoni Moda,Didot,serif;font-size:20px;cursor:pointer}.launch-test span{margin-right:15px;font-family:Arial,sans-serif;font-size:15px}.launch-test:disabled{cursor:wait;opacity:.72}.test-art{position:relative;min-width:0;overflow:hidden}.test-art .human-signature{position:absolute;top:92px;left:-4%;width:109%;height:650px}.test-art .point-field-3d{position:absolute;top:85px;left:-4%;width:104%;height:615px}.test-status{position:absolute;z-index:4;top:52px;left:135px;font-family:Bodoni Moda,Didot,serif;font-size:16px}.test-status i{display:inline-block;width:8px;height:8px;margin-right:13px;border-radius:50%;background:var(--premium-green)}.test-status b{margin:0 14px;font-weight:400}.test-legend{position:absolute;right:8px;bottom:36px;left:8px;display:flex;justify-content:center;gap:26px;font-size:9px}.test-legend span:before{content:"";display:inline-block;width:8px;height:8px;margin-right:8px;border-radius:50%;background:currentColor}.blue{color:var(--premium-blue)}.green{color:var(--premium-green)}.red{color:var(--premium-red)}.amber{color:var(--premium-amber)}.test-results{padding-top:56px}.test-results dl{margin:28px 0 0}.test-results dl div{margin-bottom:25px}.test-results dt{font-family:Bodoni Moda,Didot,Times New Roman,serif;font-size:52px;font-weight:400;line-height:.9}.test-results dd{margin:8px 0 0;color:var(--premium-ink);font-size:14px}.download-evidence{display:flex;align-items:center;gap:12px;margin-top:41px;padding:0 0 7px;border:0;border-bottom:1px solid var(--premium-blue);color:var(--premium-blue);background:transparent;font-size:22px;cursor:pointer}.download-evidence span{font-family:Bodoni Moda,Didot,serif;font-size:17px}.test-results>p:last-child{max-width:230px;margin-top:26px;color:#4f5f76;font-size:11px;line-height:1.5}@media (max-width: 1180px){.premium-header,.premium-home-layout,.how-intro,.how-steps,.how-footer,.test-layout{width:calc(100% - 56px)}.premium-home-layout{grid-template-columns:390px 1fr}.premium-home .human-signature{right:-12%;width:82%}.premium-home-copy h1{font-size:57px}.how-signal{right:-3%;width:69.6%}.how-step header{grid-template-columns:55px 1fr}.how-step h2{font-size:25px}.how-step header>span{font-size:49px}.test-layout{grid-template-columns:minmax(335px,.78fr) minmax(475px,1.2fr) 210px;gap:20px}.test-art .human-signature{width:132%}}@media (min-width: 1101px) and (max-width: 1519px){.premium-header{width:calc(100% - 72px)}.premium-home-layout{display:block;width:calc(100% - 72px);min-height:790px}.premium-home-copy{width:380px;padding-top:55px;transform:none}.premium-home-copy h1{font-size:54px}.premium-home .point-field-3d{top:0;right:-20%;bottom:auto;width:88%;height:720px}.home-entry-lines,.premium-index{display:none}.how-intro{display:grid;grid-template-columns:360px minmax(0,1fr);width:calc(100% - 72px);min-height:330px;padding-top:69px}.how-intro h1{width:500px;font-size:66px}.how-intro>div:first-child>p{max-width:350px;font-size:13px}.how-signal{top:34px;right:-2%;width:calc(100% - 340px);height:280px}.how-steps{grid-template-columns:repeat(3,minmax(0,1fr));gap:32px;width:calc(100% - 72px)}.step-arrow{display:none}.how-footer{width:calc(100% - 72px);transform:none}.test-layout{grid-template-columns:minmax(335px,.8fr) minmax(0,1.35fr) minmax(175px,.45fr);gap:24px;width:calc(100% - 72px)}.test-controls h1{font-size:51px;white-space:normal;transform:none}.test-art{min-height:700px}.test-results{padding-top:56px}.test-results dt{font-size:43px}.download-evidence{font-size:17px}}@media (min-width: 761px) and (max-width: 1100px){.premium-page{min-height:0;height:100vh;overflow:hidden}.premium-home,.premium-how,.premium-test{min-height:0;height:100vh}.premium-header{width:calc(100% - 36px);height:88px}.premium-brand{gap:13px;transform:none!important}.premium-brand img{width:34px;height:39px}.premium-brand span{font-size:21px;letter-spacing:.27em}.premium-header nav{gap:24px;transform:none!important}.premium-header nav a,.premium-header nav button{font-size:12px}.premium-home-layout{display:block;width:calc(100% - 36px);min-height:0;height:calc(100vh - 88px)}.premium-home-copy{width:280px;padding:45px 0 0;transform:none}.premium-home-copy h1{margin-top:24px;font-size:39px}.premium-home-copy h2{margin-top:21px;font-size:13px}.premium-home-copy>p:not(.premium-eyebrow){margin-top:13px;font-size:11px;line-height:1.43}.premium-home .point-field-3d{top:142px;right:0;width:62%;height:auto;aspect-ratio:1342 / 750}.home-entry-lines,.premium-index{display:none}.how-intro{display:block;width:calc(100% - 36px);min-height:0;height:248px;padding-top:25px}.how-intro h1{width:285px;max-width:285px;font-size:41px;transform:scaleX(.82)}.how-intro>div:first-child>p{max-width:280px;margin-top:15px;font-size:10px;line-height:1.42}.how-signal{top:61px;right:0;width:62%;height:auto;aspect-ratio:1080 / 280}.how-human{display:none}.how-steps{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;width:calc(100% - 36px);min-height:0;height:300px}.how-step header{grid-template-columns:38px 1fr;gap:5px;min-height:68px}.how-step header>span{font-size:35px}.how-step h2{font-size:18px}.how-step header p{font-size:9px}.step-arrow{display:none}.pixel-id{font-size:9px}.pixel-id small{margin-right:7px;font-size:8px}.pixel-id code{font-size:8px}.premium-code{grid-template-columns:28px 1fr;min-height:132px}.how-step .premium-code{height:130px;min-height:0}.how-step .premium-code .code-lines{grid-auto-rows:17px;padding:6px 0}.how-step .premium-code pre{padding:6px 7px;font-size:7px;line-height:17px;white-space:pre}.premium-code .code-lines{font-size:8px}.premium-code pre{padding-inline:8px;font-size:8px;line-height:19px}.domain-field small{font-size:8px}.domain-field>span{grid-template-columns:24px minmax(0,1fr) 96px}.domain-field button{margin:0;padding:0 7px;font-size:8px}.signal-state{min-height:112px;padding:14px 11px 0}.signal-state strong{font-size:13px}.mini-wave{right:10px}.how-footer{width:calc(100% - 36px);height:86px;transform:none}.how-footer a{width:440px;height:44px;font-size:18px}.how-footer p{margin-top:15px;font-size:9px}.test-layout{grid-template-columns:minmax(265px,.82fr) minmax(0,1.18fr) minmax(140px,.42fr);gap:14px;width:calc(100% - 36px);min-height:0;height:calc(100vh - 88px);padding:0 0 12px}.test-controls h1{margin-top:10px;font-size:36px;white-space:normal;transform:none}.test-lead{margin-top:12px;font-size:10px;line-height:1.4}.test-control{grid-template-columns:24px 1fr;gap:7px;margin-top:12px}.test-control>span{width:20px;height:20px;font-size:11px}.test-control h3{margin-top:3px;font-size:8px}.test-id-row{align-items:flex-start;flex-wrap:wrap}.test-control>div>.copy-action{float:none;margin:7px 0 0;font-size:8px}.test-control .premium-code,.test-control select,.validated-url{max-width:none}.test-control .premium-code pre{font-size:7px;line-height:16px}.launch-test{width:calc(100% - 31px);height:42px;margin:13px 0 0 31px;border-radius:0;font-size:14px}.test-art{min-height:0;height:100%}.test-art .point-field-3d{top:145px;left:0;width:100%;height:auto;aspect-ratio:795 / 615}.test-status{top:72px;left:8px;font-size:12px}.test-legend{right:0;bottom:50px;left:0;flex-wrap:wrap;gap:7px 12px;font-size:7px}.test-results{padding-top:45px}.test-results dl{margin-top:20px}.test-results dl div{margin-bottom:22px}.test-results dt{font-size:31px}.test-results dd{font-size:10px}.download-evidence{gap:6px;font-size:13px}.download-evidence span{font-size:11px;white-space:nowrap}}@media (max-width: 760px){.premium-page{overflow-x:hidden}.premium-header{width:calc(100% - 36px);height:88px}.premium-brand{gap:13px}.premium-brand img{width:34px;height:39px}.premium-brand span{font-size:21px;letter-spacing:.27em}.premium-header nav a{display:none}.premium-header nav button{font-size:14px}.premium-home-layout{display:block;width:calc(100% - 36px);min-height:1330px}.premium-home-copy{padding-top:55px}.premium-home-copy{transform:none}.premium-home-copy h1{font-size:49px}.premium-home .human-signature{top:auto;right:-47%;bottom:0;width:165%;height:610px;transform:none}.premium-home .point-field-3d{top:auto;right:-47%;bottom:0;width:165%;height:610px}.home-entry-lines,.premium-index{display:none}.how-intro{display:block;width:calc(100% - 36px);min-height:610px;padding-top:65px}.how-intro h1{width:auto;max-width:none;font-size:55px;transform:none}.how-signal{top:330px;right:-74%;width:165%;height:260px}.how-human{display:none}.how-steps{display:block;width:calc(100% - 36px)}.how-step{margin-bottom:48px}.step-arrow{display:none}.how-footer{display:block;width:calc(100% - 36px);padding-bottom:30px}.how-footer{transform:none}.how-footer a{width:100%}.how-footer p{margin-top:22px}.test-layout{display:block;width:calc(100% - 36px)}.test-controls h1{font-size:51px;white-space:normal;transform:none}.test-id-row{align-items:flex-start;flex-wrap:wrap}.test-id-row .copy-action{margin-left:auto}.test-control>div>.copy-action{float:none;justify-content:flex-start;margin:12px 0 0}.test-art{min-height:520px;margin-top:30px;padding-top:42px}.test-art .human-signature,.test-art .point-field-3d{top:20px;width:170%;height:480px}.test-status{top:0;left:0}.test-art .point-field-3d{top:64px}.test-art{min-height:585px}.test-legend{bottom:8px}.test-results{padding:20px 0 50px}.launch-test{width:calc(100% - 42px)}}.email-auth-overlay{position:fixed;z-index:1000;top:0;right:0;bottom:0;left:0;display:grid;place-items:start center;padding:64px 24px 24px;overflow-y:auto;background:#f7fbff85;-webkit-backdrop-filter:blur(18px) saturate(115%);backdrop-filter:blur(18px) saturate(115%)}.email-auth{position:relative;width:min(100%,560px);padding:42px 46px 36px;border:1px solid rgba(0,59,234,.2);border-radius:4px;color:#0b1238;background:#ffffffd1;box-shadow:0 28px 80px #0b12381f;font-family:Inter,Arial,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}.email-auth-close{position:absolute;top:18px;right:18px;display:grid;place-items:center;width:34px;height:34px;padding:0;border:0;color:#0b1238;background:transparent;font:300 30px/1 Inter,sans-serif;cursor:pointer}.email-auth-brand{display:flex;align-items:center;gap:16px}.email-auth-brand img{width:30px;height:35px}.email-auth-brand span{font-size:17px;font-weight:600;letter-spacing:.36em}.email-auth-eyebrow{margin:40px 0 0;font-size:10px;font-weight:600;letter-spacing:.25em;text-transform:uppercase}.email-auth h2{margin:12px 0 0;font:400 58px/.95 Bodoni Moda,Didot,serif;font-optical-sizing:auto}.email-auth-modes{display:grid;grid-template-columns:1fr 1fr;margin-top:34px;border-bottom:1px solid rgba(11,18,56,.16)}.email-auth-modes button{position:relative;height:48px;padding:0;border:0;color:#637087;background:transparent;font-size:13px;cursor:pointer}.email-auth-modes button:after{content:"";position:absolute;right:0;bottom:-1px;left:0;height:2px;background:#003bea;transform:scaleX(0);transition:transform .2s ease}.email-auth-modes button.active{color:#0b1238}.email-auth-modes button.active:after{transform:scaleX(1)}.email-auth form{display:grid;margin-top:30px}.email-auth label{margin-bottom:9px;font-size:10px;font-weight:600;letter-spacing:.18em;text-transform:uppercase}.email-auth input{width:100%;height:58px;padding:0 17px;border:1px solid rgba(11,18,56,.22);border-radius:0;outline:0;color:#0b1238;background:#ffffffb3;font-size:16px}.email-auth input:focus{border-color:#003bea;box-shadow:inset 0 -2px #003bea}.email-auth form>p{margin:12px 0 0;color:#68778f;font-size:11px;line-height:1.5}.email-auth-submit{height:56px;margin-top:25px;border:1px solid #003bea;color:#fff;background:#003bea;font:500 14px Inter,sans-serif;cursor:pointer}.email-auth-submit:disabled{cursor:wait;opacity:.5}.email-auth-back{justify-self:start;margin:-4px 0 24px;padding:0;border:0;color:#003bea;background:transparent;font-size:12px;cursor:pointer}.email-auth-code{text-align:center;font-family:Consolas,monospace;font-size:24px!important;letter-spacing:.42em;text-transform:uppercase}.email-auth-resend{justify-self:center;margin-top:18px;padding:4px 0;border:0;border-bottom:1px solid rgba(0,59,234,.5);color:#003bea;background:transparent;font-size:11px;cursor:pointer}.email-auth-resend:disabled{border-bottom-color:transparent;color:#8c98aa;cursor:default}.email-auth-error{margin-top:16px;padding-left:13px;border-left:2px solid #fb5656;color:#c83232;font-size:12px;line-height:1.45}.email-auth-note{margin:28px 0 0;color:#7b8799;font-size:10px;line-height:1.5}.email-auth-page{display:grid;place-items:center;min-height:100vh;padding:40px 24px;background:#fff}.email-auth-page .email-auth{box-shadow:none}@media (max-width: 620px){.email-auth-overlay{padding:18px;place-items:center}.email-auth{padding:32px 24px 28px}.email-auth h2{font-size:46px}.email-auth-eyebrow{margin-top:30px}}.scene-home{--scene-ink: #06182d;--scene-blue: #1749b5;--scene-green: #14845f;--scene-amber: #9a6b24;position:relative;width:min(100%,1672px);min-height:min(100vh,941px);aspect-ratio:1672 / 941;margin:0 auto;overflow:hidden;background:#fff;color:var(--scene-ink)}.scene-home-art{position:absolute;z-index:1;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%;object-fit:cover;object-position:center}.scene-home-header{position:absolute;z-index:5;top:4.4%;right:3.2%;left:3.55%;display:flex;align-items:center;justify-content:space-between}.scene-home-header .site-brand{display:flex;align-items:center;gap:14px;color:var(--scene-ink);text-decoration:none}.scene-home-header .site-logo{width:49px;height:55px}.scene-home-header .site-brand span{font-size:clamp(26px,2.03vw,34px);font-weight:600;letter-spacing:.2em}.scene-home-nav{display:flex;align-items:center;gap:clamp(28px,3vw,50px)}.scene-home-nav a{padding:10px 0 8px;border-bottom:1px solid transparent;color:var(--scene-ink);font-family:Bodoni Moda,Didot,Times New Roman,serif;font-size:clamp(15px,1.13vw,19px);line-height:1;text-decoration:none}.scene-home-nav a:not(.scene-home-access):hover{border-color:var(--scene-blue)}.scene-home-nav .scene-home-access{min-width:176px;padding:17px 24px 16px;border:1px solid var(--scene-green);text-align:center}.scene-home-nav .scene-home-access:hover{color:#fff;background:var(--scene-green)}.scene-home-copy{position:absolute;z-index:4;top:22.1%;left:3.75%;width:29.5%;color:var(--scene-ink)}.scene-home-kicker{margin:0 0 18px;color:var(--scene-blue);font-size:clamp(10px,.68vw,11px);font-weight:600;letter-spacing:.19em;text-transform:uppercase}.scene-home-copy h1{margin:0;color:var(--scene-ink);font-family:Bodoni Moda,Didot,Times New Roman,serif;font-size:clamp(45px,3.38vw,56px);font-weight:400;line-height:1;letter-spacing:0}.scene-home-lead,.scene-home-truth{max-width:420px;font-family:Bodoni Moda,Didot,Times New Roman,serif;letter-spacing:0}.scene-home-lead{max-width:405px;margin:29px 0 0;color:#293d53;font-size:clamp(16px,1.02vw,17px);line-height:1.5}.scene-home-truth{margin:18px 0 0;padding-left:16px;border-left:1px solid rgba(154,107,36,.58);color:#79551f;font-size:clamp(14px,.96vw,16px);font-style:italic;line-height:1.38}.scene-home-link{display:inline-flex;align-items:center;gap:14px;margin-top:25px;padding-bottom:6px;border-bottom:1px solid rgba(23,73,181,.42);color:var(--scene-blue);font-size:10px;font-weight:600;letter-spacing:.14em;text-transform:uppercase}.scene-home-link span{font-size:18px;font-weight:400;line-height:.7}.scene-home-disclosure{position:absolute;z-index:4;right:3.5%;bottom:4.7%;width:176px;color:var(--scene-ink);text-align:right}.scene-home-disclosure span{color:var(--scene-green);font-size:9px;font-weight:600;letter-spacing:.17em;text-transform:uppercase}.scene-home-disclosure p{margin-top:6px;font-family:Bodoni Moda,Didot,Times New Roman,serif;font-size:15px;line-height:1.22}@media (min-width: 761px) and (max-width: 1100px){.scene-home{width:100%;min-height:900px;aspect-ratio:auto}.scene-home-art{width:auto;max-width:none;height:900px;transform:translate(-16%)}.scene-home-header{top:28px;right:30px;left:32px}.scene-home-header .site-logo{width:38px;height:43px}.scene-home-header .site-brand span{font-size:25px}.scene-home-nav{gap:22px}.scene-home-nav a{font-size:15px}.scene-home-nav .scene-home-access{min-width:148px;padding:14px 18px 13px}.scene-home-copy{top:145px;left:32px;width:430px;padding:18px 82px 30px 0;background:linear-gradient(90deg,#fffffffa 0,#fffffffa 76%,#fff0)}.scene-home-copy h1{font-size:60px}.scene-home-lead{max-width:355px;font-size:18px}.scene-home-truth{max-width:355px;font-size:15px}.scene-home-disclosure{display:none}}@media (max-width: 760px){.scene-home{width:100%;min-height:900px;aspect-ratio:auto}.scene-home-art{top:auto;bottom:0;left:0;width:auto;max-width:none;height:710px;object-fit:cover;transform:translate(-38%)}.scene-home:after{content:"";position:absolute;z-index:2;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#fff 0,#fff 45%,#fffffff5 54%,#fff0 74%);pointer-events:none}.scene-home-header{top:22px;right:20px;left:20px}.scene-home-header .site-logo{width:34px;height:38px}.scene-home-header .site-brand span{font-size:22px}.scene-home-nav a{display:none}.scene-home-nav .scene-home-access{display:block;min-width:auto;padding:12px 13px 11px;font-size:13px}.scene-home-copy{top:116px;left:20px;width:calc(100% - 40px)}.scene-home-kicker{margin-bottom:14px}.scene-home-copy h1{font-size:50px}.scene-home-lead{max-width:355px;margin-top:21px;font-size:17px}.scene-home-truth{max-width:355px;margin-top:15px;font-size:14px}.scene-home-link{margin-top:20px}.scene-home-disclosure{display:none}}.proof-home{--proof-ink: #06182d;--proof-blue: #276cae;--proof-green: #21856b;--proof-red: #d2574d;--proof-amber: #b77b24;position:relative;min-height:100vh;overflow:hidden;background:#fff;color:var(--proof-ink)}.proof-home-header{position:relative;z-index:5;display:flex;align-items:center;justify-content:space-between;width:min(100% - 96px,1576px);height:120px;margin:0 auto}.proof-home-header .site-brand{gap:14px;color:var(--proof-ink);text-decoration:none}.proof-home-header .site-logo{width:45px;height:51px}.proof-home-header .site-brand span{font-size:31px;font-weight:600;letter-spacing:.2em}.proof-home-nav{display:flex;align-items:center;gap:clamp(25px,2.7vw,48px)}.proof-home-nav a{padding:10px 0 8px;border-bottom:1px solid transparent;color:var(--proof-ink);font-family:Bodoni Moda,Didot,Times New Roman,serif;font-size:17px}.proof-home-nav a:hover{border-color:var(--proof-blue);color:var(--proof-blue)}.proof-home-nav .proof-home-access{min-width:166px;padding:15px 22px 14px;border:1px solid rgba(33,133,107,.72);text-align:center}.proof-home-hero{position:relative;z-index:2;display:grid;grid-template-columns:minmax(410px,.76fr) minmax(720px,1.44fr);align-items:center;width:min(100% - 96px,1576px);min-height:calc(100vh - 208px);margin:0 auto}.proof-home-copy{position:relative;z-index:3;padding:4px 36px 70px 0}.proof-home-kicker{margin:0 0 24px;color:var(--proof-blue);font-size:11px;font-weight:600;letter-spacing:.2em;text-transform:uppercase}.proof-home-copy h1{max-width:570px;margin:0;color:var(--proof-ink);font-family:Bodoni Moda,Didot,Times New Roman,serif;font-size:clamp(62px,5.3vw,89px);font-weight:400;line-height:.93;letter-spacing:0}.proof-home-lead{max-width:500px;margin:31px 0 0;color:#34475c;font-family:Bodoni Moda,Didot,Times New Roman,serif;font-size:clamp(18px,1.2vw,20px);line-height:1.47}.proof-home-honesty{margin:18px 0 0;color:var(--proof-amber);font-family:Bodoni Moda,Didot,Times New Roman,serif;font-size:16px;font-style:italic}.proof-home-actions{display:flex;gap:29px;margin-top:30px}.proof-home-actions a{padding-bottom:6px;border-bottom:1px solid rgba(6,24,45,.42);color:var(--proof-ink);font-size:11px;font-weight:600;letter-spacing:.13em;text-transform:uppercase}.proof-home-actions a:last-child{border-color:#21856ba3;color:var(--proof-green)}.proof-home-art{position:relative;min-width:0;min-height:665px}.proof-typography{position:absolute;top:50%;right:-2.5%;width:105%;height:auto;overflow:visible;transform:translateY(-53%)}.proof-word{font-family:Bodoni Moda,Didot,Times New Roman,serif;font-weight:500;letter-spacing:0}.proof-word-one{font-size:174px}.proof-word-two{font-size:180px}.proof-word-three{font-size:154px}.proof-letter-base{fill:var(--proof-ink)}.proof-letter-base text{stroke:#06182d33;stroke-width:.5px}.proof-pressure{fill:none;stroke:var(--proof-red);stroke-width:34px;opacity:.55;filter:url(#proofSoftGlow)}.proof-pressure-two{stroke-width:22px;opacity:.4}.proof-feedback{fill:none;stroke:var(--proof-amber);stroke-width:3px;stroke-dasharray:3 9;opacity:.8}.proof-mark{transform-box:fill-box;transform-origin:center;animation:proof-breathe 8s ease-in-out infinite}.proof-mark.verified{fill:#6fd0b5}.proof-mark.blocked{fill:#ff8579}.proof-mark.review{fill:#e9b75d;stroke:#ffffffa6;stroke-width:1px}.proof-clone rect{fill:#ff7469b8;stroke:#fffc;stroke-width:1px}.proof-clone circle{fill:#fff}.proof-rule{fill:none;stroke:#06182d3d;stroke-width:1px}.proof-note text{fill:#718094;font-family:Inter,Arial,sans-serif;font-size:10px;font-weight:600;letter-spacing:.18em}.proof-note-verified circle{fill:var(--proof-green)}.proof-note-blocked circle{fill:var(--proof-red)}.proof-note-review circle{fill:var(--proof-amber)}@keyframes proof-breathe{0%,to{opacity:.48;transform:scale(.82)}45%{opacity:1;transform:scale(1.18)}}.proof-home-status{position:absolute;right:1%;bottom:2%;display:flex;gap:26px;color:#526276;font-family:Bodoni Moda,Didot,Times New Roman,serif;font-size:14px}.proof-home-status div{display:flex;align-items:center;gap:8px}.proof-home-status i{width:7px;height:7px;border-radius:50%}.proof-home-status .verified{background:var(--proof-green)}.proof-home-status .blocked{background:var(--proof-red)}.proof-home-status .review{background:var(--proof-amber)}.proof-home-footer{position:absolute;z-index:4;right:48px;bottom:25px;left:48px;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));color:#667488;font-size:10px;font-weight:600;letter-spacing:.15em;text-transform:uppercase}.proof-home-footer span{padding-top:12px;border-top:1px solid rgba(6,24,45,.12)}@media (max-width: 1120px){.proof-home-header,.proof-home-hero{width:min(100% - 56px,1040px)}.proof-home-nav a:nth-child(3){display:none}.proof-home-hero{grid-template-columns:minmax(350px,.8fr) minmax(520px,1.2fr)}.proof-home-copy h1{font-size:68px}.proof-home-art{min-height:610px}}@media (max-width: 760px){.proof-home{min-height:910px}.proof-home-header{width:calc(100% - 40px);height:92px}.proof-home-header .site-logo{width:36px;height:41px}.proof-home-header .site-brand span{font-size:23px}.proof-home-nav a{display:none}.proof-home-nav .proof-home-access{display:block;min-width:auto;padding:11px 13px 10px;font-size:13px}.proof-home-hero{display:block;width:100%;min-height:810px}.proof-home-copy{width:calc(100% - 40px);margin:0 auto;padding:32px 0 0}.proof-home-copy h1{font-size:54px}.proof-home-lead{margin-top:23px;font-size:17px}.proof-home-actions{margin-top:24px}.proof-home-art{position:absolute;right:-100px;bottom:30px;left:-40px;min-height:370px}.proof-typography{width:100%;transform:translateY(-48%)}.proof-home-status{right:115px;bottom:0;gap:14px;font-size:11px}.proof-home-footer{display:none}}.signal-home{--signal-ink: #07182d;--signal-blue: #286bae;--signal-green: #21856b;--signal-red: #d2574d;--signal-amber: #b77b24;position:relative;min-height:100vh;overflow:hidden;background:#fff;color:var(--signal-ink)}.signal-home:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:linear-gradient(90deg,rgba(7,24,45,.045) 1px,transparent 1px) 0 0 / 25% 100%,linear-gradient(rgba(7,24,45,.028) 1px,transparent 1px) 0 0 / 100% 25%;-webkit-mask-image:linear-gradient(90deg,transparent,#000 42%,#000);mask-image:linear-gradient(90deg,transparent,#000 42%,#000)}.signal-home-header{position:relative;z-index:5;display:flex;align-items:center;justify-content:space-between;width:min(100% - 96px,1570px);height:126px;margin:0 auto}.signal-home-header .site-brand{gap:14px;color:var(--signal-ink);text-decoration:none}.signal-home-header .site-logo{width:45px;height:51px}.signal-home-header .site-brand span{font-size:31px;font-weight:600;letter-spacing:.2em}.signal-home-nav{display:flex;align-items:center;gap:clamp(25px,2.7vw,48px)}.signal-home-nav a{padding:10px 0 8px;border-bottom:1px solid transparent;color:var(--signal-ink);font-family:Bodoni Moda,Didot,Times New Roman,serif;font-size:17px;transition:border-color .2s ease,color .2s ease}.signal-home-nav a:hover{border-color:var(--signal-blue);color:var(--signal-blue)}.signal-home-nav .signal-home-access{min-width:166px;padding:15px 22px 14px;border:1px solid rgba(33,133,107,.72);text-align:center}.signal-home-hero{position:relative;z-index:2;display:grid;grid-template-columns:minmax(390px,.78fr) minmax(720px,1.42fr);align-items:center;width:min(100% - 96px,1570px);min-height:calc(100vh - 218px);margin:0 auto}.signal-home-copy{position:relative;z-index:3;align-self:center;padding:10px 12px 76px 0}.signal-home-kicker{margin:0 0 23px;color:var(--signal-blue);font-size:11px;font-weight:600;letter-spacing:.2em;text-transform:uppercase}.signal-home-copy h1{max-width:590px;margin:0;color:var(--signal-ink);font-family:Bodoni Moda,Didot,Times New Roman,serif;font-size:clamp(68px,6.3vw,106px);font-weight:400;line-height:.88;letter-spacing:0}.signal-home-lead{max-width:500px;margin:34px 0 0;color:#34475c;font-family:Bodoni Moda,Didot,Times New Roman,serif;font-size:clamp(18px,1.27vw,21px);line-height:1.48}.signal-home-honesty{max-width:470px;margin:19px 0 0;color:var(--signal-amber);font-family:Bodoni Moda,Didot,Times New Roman,serif;font-size:16px;font-style:italic;line-height:1.35}.signal-home-actions{display:flex;align-items:center;gap:28px;margin-top:32px}.signal-home-actions a{padding-bottom:6px;border-bottom:1px solid rgba(7,24,45,.42);color:var(--signal-ink);font-size:12px;font-weight:600;letter-spacing:.12em;text-transform:uppercase}.signal-home-actions a:last-child{border-color:#21856ba6;color:var(--signal-green)}.signal-home-art{position:relative;align-self:stretch;min-width:0;min-height:650px}.traffic-signal-canvas{position:absolute;top:-12px;right:-50px;bottom:24px;left:-80px;width:calc(100% + 130px);height:calc(100% - 12px);cursor:crosshair}.signal-annotation{position:absolute;z-index:2;display:flex;align-items:center;gap:9px;color:#607083;font-size:10px;font-weight:600;letter-spacing:.15em;text-transform:uppercase;white-space:nowrap}.signal-annotation span{width:28px;height:1px;background:currentColor;opacity:.6}.signal-annotation-human{top:17%;right:13%;color:var(--signal-green)}.signal-annotation-bot{top:26%;left:31%;color:var(--signal-red)}.signal-annotation-ddos{right:2%;bottom:24%;color:var(--signal-red)}.signal-annotation-review{left:55%;top:43%;color:var(--signal-amber)}.signal-home-status{position:absolute;right:2%;bottom:7%;display:flex;gap:27px;color:#526276;font-family:Bodoni Moda,Didot,Times New Roman,serif;font-size:14px}.signal-home-status div{display:flex;align-items:center;gap:8px}.signal-home-status i{width:7px;height:7px;border-radius:50%}.signal-home-status .verified{background:var(--signal-green)}.signal-home-status .blocked{background:var(--signal-red)}.signal-home-status .review{background:var(--signal-amber)}.signal-home-footer{position:absolute;z-index:4;right:48px;bottom:26px;left:48px;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));color:#667488;font-size:10px;font-weight:600;letter-spacing:.15em;text-transform:uppercase}.signal-home-footer span{padding-top:12px;border-top:1px solid rgba(7,24,45,.12)}@media (max-width: 1120px){.signal-home-header,.signal-home-hero{width:min(100% - 56px,1040px)}.signal-home-nav a:nth-child(3){display:none}.signal-home-hero{grid-template-columns:minmax(350px,.8fr) minmax(520px,1.2fr)}.signal-home-copy h1{font-size:74px}.signal-home-art{min-height:610px}.signal-home-footer{right:28px;left:28px}}@media (max-width: 760px){.signal-home{min-height:900px}.signal-home-header{width:calc(100% - 40px);height:92px}.signal-home-header .site-logo{width:36px;height:41px}.signal-home-header .site-brand span{font-size:23px}.signal-home-nav a{display:none}.signal-home-nav .signal-home-access{display:block;min-width:auto;padding:11px 13px 10px;font-size:13px}.signal-home-hero{display:block;width:100%;min-height:800px}.signal-home-copy{width:calc(100% - 40px);margin:0 auto;padding:34px 0 0}.signal-home-copy h1{font-size:58px}.signal-home-lead{max-width:410px;margin-top:24px;font-size:18px}.signal-home-honesty{max-width:350px;font-size:15px}.signal-home-actions{margin-top:24px}.signal-home-art{position:absolute;right:0;bottom:42px;left:0;min-height:400px}.traffic-signal-canvas{top:0;right:-110px;bottom:0;left:-80px;width:calc(100% + 190px);height:100%}.signal-annotation{display:none}.signal-home-status{right:20px;bottom:8px;left:20px;justify-content:space-between;gap:8px;font-size:12px}.signal-home-footer{display:none}}@media (min-width: 761px) and (max-width: 1519px){.premium-page{width:100%;height:auto;min-height:100vh;overflow-x:hidden;overflow-y:visible}.premium-home,.premium-how,.premium-test{height:auto;min-height:100vh}.premium-header{width:calc(100% - clamp(36px,5vw,72px));height:clamp(88px,8vw,112px)}.premium-brand{gap:clamp(13px,2vw,25px);transform:none!important}.premium-brand img{width:clamp(34px,3.2vw,44px);height:auto}.premium-brand span{font-size:clamp(21px,2.2vw,29px);letter-spacing:.3em}.premium-header nav{gap:clamp(20px,3vw,44px);transform:none!important}.premium-header nav a,.premium-header nav button{font-size:clamp(12px,1.25vw,16px)}.premium-home-layout{display:grid;grid-template-columns:minmax(280px,.62fr) minmax(0,1.38fr);align-items:center;gap:clamp(16px,2.5vw,34px);width:calc(100% - clamp(36px,5vw,72px));height:auto;min-height:calc(100vh - clamp(88px,8vw,112px))}.premium-home-copy{width:auto;padding:clamp(30px,5vw,64px) 0;transform:none}.premium-home-copy h1{margin-top:clamp(24px,3vw,38px);font-size:clamp(39px,4.2vw,61px)}.premium-home-copy h2{margin-top:clamp(21px,2.5vw,32px);font-size:clamp(13px,1.25vw,17px)}.premium-home-copy>p:not(.premium-eyebrow){margin-top:clamp(13px,1.5vw,18px);font-size:clamp(11px,1.1vw,15px)}.premium-home .point-field-3d,.premium-home .human-signature{position:relative;inset:auto;grid-column:2;width:100%;height:auto;aspect-ratio:1342 / 750}.home-entry-lines,.premium-index{display:none}.how-intro{display:grid;grid-template-columns:minmax(280px,.62fr) minmax(0,1.38fr);align-items:center;gap:clamp(18px,3vw,42px);width:calc(100% - clamp(36px,5vw,72px));height:auto;min-height:0;padding:clamp(26px,4.5vw,68px) 0 clamp(30px,4vw,56px)}.how-intro h1{width:auto;max-width:520px;font-size:clamp(41px,5vw,72px);transform:scaleX(.82)}.how-intro>div:first-child>p{max-width:420px;font-size:clamp(10px,1.1vw,14px)}.how-signal{position:relative;inset:auto;width:100%;height:auto;aspect-ratio:1080 / 280}.how-human{display:none}.how-steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(20px,3vw,44px);width:calc(100% - clamp(36px,5vw,72px));height:auto;min-height:0}.how-step header{grid-template-columns:clamp(38px,4vw,58px) 1fr;min-height:clamp(68px,7vw,94px)}.how-step header>span{font-size:clamp(35px,4.3vw,55px)}.how-step h2{font-size:clamp(18px,2.2vw,29px)}.how-step header p{font-size:clamp(9px,.9vw,12px)}.step-arrow{display:none}.how-step .premium-code{height:clamp(130px,13vw,172px);min-height:0}.how-step .premium-code .code-lines{grid-auto-rows:clamp(17px,1.8vw,23px);padding:6px 0}.how-step .premium-code pre{padding:6px 8px;font-size:clamp(7px,.72vw,10px);line-height:clamp(17px,1.8vw,23px);white-space:pre}.pixel-id,.pixel-id code{font-size:clamp(8px,.82vw,11px)}.domain-field>span{grid-template-columns:24px minmax(0,1fr) minmax(86px,auto)}.domain-field button{grid-column:auto;margin:0;padding:0 clamp(7px,1vw,15px);font-size:clamp(8px,.78vw,10px)}.how-footer{width:calc(100% - clamp(36px,5vw,72px));height:auto;margin-top:clamp(24px,4vw,54px);padding-bottom:clamp(24px,4vw,48px);transform:none}.how-footer a{width:min(100%,495px)}.test-layout{display:grid;grid-template-columns:minmax(250px,.82fr) minmax(270px,1.18fr) minmax(140px,.42fr);align-items:start;gap:clamp(14px,2vw,30px);width:calc(100% - clamp(36px,5vw,72px));height:auto;min-height:calc(100vh - clamp(88px,8vw,112px));padding:clamp(8px,1.5vw,20px) 0 clamp(28px,4vw,56px)}.test-controls h1{margin-top:10px;font-size:clamp(36px,4.2vw,58px);white-space:normal;transform:none}.test-lead{margin-top:clamp(12px,1.8vw,24px);font-size:clamp(10px,1vw,14px)}.test-control{grid-template-columns:24px minmax(0,1fr);gap:7px;margin-top:clamp(12px,1.7vw,22px)}.test-id-row{align-items:flex-start;flex-wrap:wrap}.test-control>div>.copy-action{float:none;margin:7px 0 0}.test-control .premium-code,.test-control select,.validated-url{max-width:none}.launch-test{width:calc(100% - 31px);margin:clamp(13px,1.8vw,22px) 0 0 31px;border-radius:0}.test-art{display:flex;flex-direction:column;min-width:0;min-height:0;height:auto;padding-top:clamp(58px,7vw,92px)}.test-art .point-field-3d,.test-art .human-signature{position:relative;inset:auto;width:100%;height:auto;aspect-ratio:795 / 615}.test-status{top:clamp(20px,3vw,48px);left:0;font-size:clamp(11px,1vw,15px)}.test-legend{position:static;flex-wrap:wrap;gap:8px 14px;margin-top:18px;font-size:clamp(7px,.68vw,9px)}.test-results{padding-top:clamp(34px,4vw,56px)}.test-results dt{font-size:clamp(31px,3.8vw,50px)}.download-evidence{font-size:clamp(12px,1.4vw,19px)}.download-evidence span{font-size:clamp(11px,1.1vw,16px);white-space:normal}}.premium-human-home{--premium-ink: #07172d;--premium-body: #34445a;--premium-line: rgba(7, 23, 45, .16);min-height:max(820px,100svh);background:#fff}.premium-human-home .premium-header{width:min(calc(100% - clamp(72px,7vw,118px)),1576px);height:clamp(104px,8vw,126px)}.premium-human-home .premium-brand{gap:26px;transform:none}.premium-human-home .premium-brand img{width:48px;height:auto}.premium-human-home .premium-brand span{font-size:clamp(28px,2vw,33px);font-weight:500;letter-spacing:.44em}.premium-human-home .premium-header nav{gap:clamp(38px,4vw,68px);transform:none}.premium-human-home .premium-header nav a,.premium-human-home .premium-header nav button{color:#101c2f;font-size:15px;font-weight:500}.premium-human-home .premium-account-action{min-height:0;padding:12px 0 10px!important;border:0!important;border-bottom:1px solid rgba(7,23,45,.34)!important;border-radius:0;background:transparent!important}.premium-human-home .premium-account-action:hover{border-color:var(--premium-blue)!important;background:transparent!important}.premium-human-home .premium-home-layout{grid-template-columns:minmax(430px,.7fr) minmax(0,1.8fr);align-items:center;width:min(calc(100% - clamp(72px,7vw,118px)),1576px);min-height:calc(100svh - 164px)}.premium-human-home .premium-home-copy{isolation:isolate;width:460px;padding:8px 0 88px;transform:none}.premium-human-home .premium-home-copy:before{content:"";position:absolute;z-index:-1;top:-28px;right:-34px;bottom:-28px;left:-28px;background:#fff;box-shadow:34px 0 28px #fff}.premium-human-home .premium-eyebrow{color:#27374e;font-size:10px;font-weight:600;letter-spacing:.31em}.premium-human-home .premium-home-copy h1{max-width:520px;margin-top:42px;font-size:clamp(64px,4.9vw,82px);font-weight:400;line-height:.88;text-transform:none;transform:none}.premium-human-home .premium-home-copy h2{max-width:400px;margin-top:42px;color:#12243d;font-family:Bodoni Moda,Didot,Times New Roman,serif;font-size:21px;font-weight:400;line-height:1.25}.premium-human-home .premium-home-copy>p:not(.premium-eyebrow){max-width:408px;margin-top:20px;color:#34445a;font-size:14px;line-height:1.62}.premium-human-home .premium-home-copy .premium-truth{position:relative;max-width:390px;margin-top:22px;padding-left:24px;color:#29394f}.premium-human-home .premium-home-copy .premium-truth:before{content:"";position:absolute;top:.68em;left:0;width:13px;height:1px;background:#b77a16}.premium-human-home .point-field-3d{top:-26px;right:-4.2%;width:86%;height:760px}.premium-human-home .premium-index{right:clamp(48px,5vw,84px);bottom:38px;left:clamp(48px,5vw,84px);padding-left:26px;color:#14243a;font-size:9px;font-weight:600;letter-spacing:.24em}@media (min-width: 761px) and (max-width: 1519px){.premium-human-home .premium-home-layout{display:grid;grid-template-columns:minmax(350px,.72fr) minmax(0,1.48fr);align-items:center;width:calc(100% - 72px);min-height:calc(100svh - 126px);padding-top:0}.premium-human-home .premium-home-copy{width:380px;padding:0 0 68px}.premium-human-home .premium-home-copy h1{font-size:clamp(56px,5.2vw,74px)}.premium-human-home .point-field-3d{top:12px;right:-12%;width:80%;height:700px;margin:0}}@media (max-width: 760px){.premium-human-home{min-height:1120px}.premium-human-home .premium-header{width:calc(100% - 36px);height:88px}.premium-human-home .premium-brand{gap:12px}.premium-human-home .premium-brand img{width:34px}.premium-human-home .premium-brand span{font-size:21px;letter-spacing:.28em}.premium-human-home .premium-account-action{padding:9px 0 7px!important;font-size:12px}.premium-human-home .premium-account-action svg{display:none}.premium-human-home .premium-home-layout{display:block;width:calc(100% - 36px);min-height:1010px}.premium-human-home .premium-home-copy{width:100%;padding:55px 0 0}.premium-human-home .premium-home-copy:before{display:none}.premium-human-home .premium-home-copy h1{margin-top:30px;font-size:clamp(50px,14.8vw,64px);line-height:.9}.premium-human-home .premium-home-copy h2{margin-top:32px;font-size:18px}.premium-human-home .premium-home-copy>p:not(.premium-eyebrow){max-width:100%;font-size:13px;line-height:1.56}.premium-human-home .point-field-3d{top:auto;right:-54%;bottom:12px;width:178%;height:560px;margin:0}}.proof-concept-page{--proof-ink: #07172f;--proof-blue: #1c53d8;min-height:100svh;overflow:hidden;color:var(--proof-ink);background:#fff;font-family:Inter,Helvetica Neue,Arial,sans-serif}.proof-concept-header{position:relative;z-index:3;display:flex;align-items:center;justify-content:space-between;width:min(100% - clamp(48px,7vw,118px),1640px);height:clamp(82px,8.8vw,112px);margin:0 auto}.proof-concept-brand{display:inline-flex;align-items:center;gap:16px;color:var(--proof-ink);text-decoration:none}.proof-concept-brand svg{width:29px;height:37px;fill:none;stroke:currentColor;stroke-width:2.2}.proof-concept-brand .proof-mark-accent{stroke:var(--proof-blue);stroke-width:1}.proof-concept-brand span{font-size:clamp(23px,2vw,32px);font-weight:600;letter-spacing:.24em}.proof-concept-header nav{display:flex;align-items:center;gap:clamp(28px,3.2vw,56px)}.proof-concept-header nav a{color:#15223a;font-size:14px;font-weight:500;text-decoration:none}.proof-concept-header nav a:not(.proof-concept-account){padding:14px 0;border-bottom:1px solid transparent}.proof-concept-header nav a:hover{color:var(--proof-blue);border-color:currentColor}.proof-concept-account{padding:13px 18px;border:1px solid rgba(7,23,47,.28)}.proof-concept-hero{display:grid;grid-template-columns:minmax(310px,.73fr) minmax(0,1.7fr);align-items:center;width:min(100% - clamp(48px,7vw,118px),1640px);min-height:calc(100svh - clamp(154px,17vw,202px));margin:0 auto}.proof-concept-copy{position:relative;z-index:2;align-self:center;padding:22px 0 72px}.proof-concept-eyebrow{margin:0 0 24px;color:var(--proof-blue);font-size:10px;font-weight:600;letter-spacing:.24em}.proof-concept-copy h1{max-width:580px;margin:0;color:var(--proof-ink);font-family:Bodoni Moda,Didot,Times New Roman,serif;font-size:clamp(58px,5.7vw,94px);font-weight:400;letter-spacing:0;line-height:.91}.proof-concept-copy h1 em{color:var(--proof-blue);font-style:italic}.proof-concept-lead{max-width:440px;margin:34px 0 28px;color:#3c485c;font-size:clamp(14px,1.08vw,17px);line-height:1.65}.proof-concept-link{display:inline-flex;align-items:center;gap:32px;padding:9px 0;border-bottom:1px solid var(--proof-blue);color:var(--proof-blue);font-size:13px;font-weight:500;text-decoration:none}.proof-concept-link b{font-size:18px;font-weight:400;transition:transform .2s ease}.proof-concept-link:hover b{transform:translate(4px,-4px)}.proof-concept-visual{min-width:0;margin:-8px -48px 8px -88px}.proof-concept-art{display:block;width:100%;height:auto;overflow:visible}.proof-inputs path{opacity:.58;stroke-dasharray:2 6;animation:proof-flow 9s linear infinite}.proof-security-print path{fill:none;stroke:#1c53d8;stroke-width:.7;opacity:.09}.proof-security-print circle{fill:#1c53d8;opacity:.12}.proof-document-copy path{stroke:#1a2a41;stroke-width:.7;opacity:.35}.proof-svg-kicker{fill:#405069;font-family:Inter,sans-serif;font-size:8px;font-weight:600;letter-spacing:.15em}.proof-svg-serif{fill:var(--proof-ink);font-family:Bodoni Moda,Didot,serif;font-size:35px;font-weight:400;letter-spacing:0}.proof-svg-label{fill:#21334d;font-family:Inter,sans-serif;font-size:8px;font-weight:600;letter-spacing:.08em}.proof-svg-body{fill:#45536a;font-family:Inter,sans-serif;font-size:9px}.proof-svg-number{fill:var(--proof-blue);font-family:Bodoni Moda,serif;font-size:22px}.proof-outcomes path{fill:none;stroke-width:1.25}.proof-outcomes text{font-family:Inter,sans-serif;font-size:8px;font-weight:600;letter-spacing:.08em}.proof-outcomes .proof-outcome-value{fill:#536077;font-size:8px;font-weight:400;letter-spacing:0}.proof-destinations{fill:none;stroke:#17785e;stroke-width:1.25;opacity:.75}.proof-loop path{fill:none;stroke:#a96812;stroke-width:1;stroke-dasharray:3 5}.proof-loop text{fill:#7c5a26;font-family:Inter,sans-serif;font-size:7px;font-weight:600;letter-spacing:.1em}.proof-concept-footer{display:grid;grid-template-columns:repeat(6,1fr);width:min(100% - clamp(48px,7vw,118px),1640px);margin:-48px auto 0;padding:22px 0 28px;border-top:1px solid rgba(7,23,47,.14)}.proof-concept-footer span{padding:0 16px;border-left:1px solid rgba(7,23,47,.12);color:#445168;font-size:10px;line-height:1.4}.proof-concept-footer span:first-child{padding-left:0;border-left:0}@keyframes proof-flow{to{stroke-dashoffset:-80}}@media (max-width: 980px){.proof-concept-page{overflow:visible}.proof-concept-header{width:min(100% - 36px,760px);height:82px}.proof-concept-header nav{gap:18px}.proof-concept-header nav a:not(.proof-concept-account){display:none}.proof-concept-hero{display:block;width:min(100% - 36px,760px);min-height:0}.proof-concept-copy{padding:42px 0 0}.proof-concept-copy h1{font-size:clamp(54px,13vw,84px)}.proof-concept-visual{margin:4px -18px 0 -24px}.proof-concept-footer{grid-template-columns:repeat(2,1fr);width:min(100% - 36px,760px);margin:-10px auto 0}.proof-concept-footer span{min-height:48px;padding:10px 12px;border-bottom:1px solid rgba(7,23,47,.1)}}@media (max-width: 560px){.proof-concept-brand{gap:10px}.proof-concept-brand span{font-size:19px}.proof-concept-brand svg{width:23px}.proof-concept-account{padding:11px 12px;font-size:12px!important}.proof-concept-copy h1{font-size:clamp(48px,15vw,68px)}.proof-concept-lead{margin-top:24px;font-size:14px}.proof-concept-visual{margin:18px -44px 0 -56px;width:calc(100% + 86px)}}.woven-page{position:relative;min-height:100svh;overflow:hidden;color:#07172f;background:#fff;font-family:Inter,Helvetica Neue,Arial,sans-serif}.woven-header{position:relative;z-index:4;display:flex;align-items:flex-start;justify-content:space-between;width:calc(100% - clamp(64px,7.2vw,122px));margin:0 auto;padding-top:clamp(36px,4.5vw,48px)}.woven-brand{display:inline-flex;align-items:center;gap:24px;color:#07172f;text-decoration:none}.woven-brand svg{width:clamp(42px,4vw,60px);height:clamp(52px,4.8vw,72px);fill:none;stroke:currentColor;stroke-width:.75}.woven-mark-canvas,.woven-mark-vector{display:block;width:clamp(50px,4.45vw,67px);height:clamp(64px,5.65vw,85px)}.woven-brand span{font-family:Bodoni Moda,Didot,serif;font-size:clamp(40px,4.7vw,72px);font-weight:400;letter-spacing:.015em;line-height:1}.woven-header nav{display:flex;gap:clamp(34px,3.4vw,58px);padding-top:12px}.woven-header nav a{color:#16233a;font-family:Bodoni Moda,Didot,serif;font-size:clamp(14px,1.18vw,18px);font-weight:400;text-decoration:none}.woven-header nav a:hover{color:#164ac7}.woven-hero{position:relative;min-height:calc(100svh - 146px)}.woven-copy{position:relative;z-index:3;width:clamp(340px,32vw,535px);margin-left:clamp(42px,3.6vw,61px);padding-top:clamp(24px,3vw,45px)}.woven-copy h1{margin:0;font-family:Bodoni Moda,Didot,serif;font-size:clamp(48px,3.83vw,64px);font-weight:400;letter-spacing:0;line-height:.98}.woven-copy h1 span{display:block;white-space:nowrap}.woven-copy p{width:min(100%,330px);margin:16px 0 0 4px;color:#3c485c;font-family:Bodoni Moda,Didot,serif;font-size:clamp(14px,1.06vw,17px);line-height:1.48}.woven-art{position:absolute;z-index:1;top:0;right:0;bottom:0;left:0}.woven-traffic-canvas,.woven-traffic-vector{display:block;width:100%;height:100%;overflow:visible}.woven-risk{position:absolute;left:64%;top:60%;display:flex;align-items:center;gap:10px;color:#263347;font-size:10px;white-space:nowrap}.woven-risk i{width:7px;height:7px;border-radius:50%;background:#b97512;box-shadow:0 0 0 5px #b975121f}.woven-capabilities{position:absolute;z-index:3;right:3.7vw;bottom:clamp(24px,3.5vw,38px);left:7.3vw;display:grid;grid-template-columns:repeat(6,1fr);align-items:end;gap:18px}.woven-capabilities span{color:#07172f;font-family:Bodoni Moda,Didot,serif;font-size:clamp(15px,1.45vw,22px);line-height:1.15;text-align:center}@media (max-width: 900px){.woven-page{min-height:100svh;overflow-x:hidden;overflow-y:visible}.woven-header{width:calc(100% - 36px);padding-top:22px}.woven-brand{gap:12px}.woven-brand span{font-size:31px}.woven-header nav{padding-top:8px}.woven-header nav a:not(:last-child){display:none}.woven-header nav a{font-family:Inter,sans-serif;font-size:12px}.woven-hero{min-height:720px}.woven-copy{width:calc(100% - 36px);margin-left:18px;padding-top:54px}.woven-copy h1{font-size:clamp(48px,12.4vw,68px);line-height:.96}.woven-copy h1 span{white-space:normal}.woven-copy p{width:min(100%,420px);margin-top:24px;font-family:Inter,sans-serif;font-size:14px;line-height:1.58}.woven-art{top:404px;right:0;bottom:auto;left:0;height:280px}.woven-risk{left:57%;top:58%;font-size:8px}.woven-capabilities{position:relative;right:auto;bottom:auto;left:auto;grid-template-columns:repeat(2,1fr);width:calc(100% - 36px);margin:-80px auto 0;gap:18px 22px}.woven-capabilities span{min-height:30px;padding:0;font-family:Inter,sans-serif;font-size:11px;text-align:left}}@media (max-width: 480px){.woven-brand svg{width:30px;height:42px}.woven-mark-canvas,.woven-mark-vector{width:34px;height:44px}.woven-brand span{font-size:25px}.woven-copy{padding-top:44px}.woven-copy h1{font-size:clamp(44px,13.8vw,62px)}.woven-hero{min-height:690px}.woven-art{top:404px;right:-70px;bottom:auto;left:-90px;height:245px}.woven-risk{left:55%;top:56%}}@media (max-width: 760px){.premium-page,.premium-home,.premium-how,.premium-test{width:100%;height:auto;min-height:100vh;overflow-x:hidden}.premium-home-layout,.how-intro,.how-steps,.how-footer,.test-layout{width:calc(100% - 36px);height:auto;min-height:0}.premium-home-layout{display:flex;flex-direction:column}.premium-home-copy{width:100%;padding:48px 0 34px}.premium-home-copy h1{font-size:clamp(46px,14vw,64px)}.premium-home .point-field-3d,.premium-home .human-signature{position:relative;inset:auto;width:112%;height:auto;margin-left:-6%;aspect-ratio:1342 / 750}.how-intro{display:flex;flex-direction:column;padding:50px 0 34px}.how-intro h1{width:auto;max-width:none}.how-signal{position:relative;inset:auto;width:112%;height:auto;margin:34px 0 0 -6%;aspect-ratio:1080 / 280}.how-steps{display:block}.how-step{margin-bottom:54px}.how-step .premium-code{height:auto;min-height:150px}.how-step .premium-code pre{white-space:pre-wrap}.how-footer{margin-top:0;padding-bottom:34px}.test-layout{display:block;padding-bottom:42px}.test-art{display:flex;flex-direction:column;height:auto;min-height:0;margin-top:40px;padding-top:54px}.test-art .point-field-3d,.test-art .human-signature{position:relative;inset:auto;width:100%;height:auto;aspect-ratio:795 / 615}.test-status{top:16px;left:0}.test-legend{position:static;flex-wrap:wrap;margin-top:18px}.test-results{padding:54px 0 30px}}.premium-page{--premium-ink: #07172b;--premium-body: #344255;--premium-muted: #687487;--premium-blue: #1647d8;--premium-green: #078768;--premium-red: #e94f55;--premium-amber: #b98230;--premium-line: rgba(7, 23, 43, .16);color:var(--premium-ink);font-family:Inter,Helvetica Neue,Arial,sans-serif}.premium-page button,.premium-page input,.premium-page select{border-radius:2px}.premium-page input,.premium-page select{background:#fff}.email-auth button{border-radius:2px}.premium-eyebrow,.test-control h3,.domain-field small,.test-code-label{color:#455268;font-size:10px;font-weight:600;letter-spacing:.24em;line-height:1.4}.premium-home-copy h1,.how-intro h1,.test-controls h1,.how-step h2,.test-results dt{color:var(--premium-ink);font-family:Bodoni Moda,Didot,Times New Roman,serif;font-optical-sizing:auto;font-weight:400;letter-spacing:0;text-wrap:balance}.premium-home-copy h2{color:#17263a;font-weight:600;letter-spacing:0}.premium-home-copy>p:not(.premium-eyebrow),.how-intro>div:first-child>p,.test-lead{color:var(--premium-body);line-height:1.55}.premium-header nav a,.premium-header nav button{font-family:Inter,Helvetica Neue,Arial,sans-serif;font-weight:500;letter-spacing:0}.premium-account-action{display:inline-flex;align-items:center;gap:9px;min-height:42px;padding:0 15px!important;border:1px solid var(--premium-line)!important;color:var(--premium-ink)!important;transition:border-color .2s ease,background-color .2s ease,color .2s ease}.premium-account-action:after{display:none}.premium-account-action:hover{border-color:#1647d873!important;background:#1647d809!important;color:var(--premium-blue)!important}.premium-account-action svg{width:17px;height:17px;stroke-width:1.45}.copy-action{gap:8px;color:var(--premium-blue);font-size:11px;font-weight:500;letter-spacing:.035em}.copy-action svg{width:15px;height:15px;stroke-width:1.55}.editor-tab{color:#27364a;background:#fbfcfe;font-size:10px;font-weight:500}.editor-tab svg{width:11px;height:11px;stroke-width:1.45}.premium-code{border-color:var(--premium-line);background:#fbfcfe}.premium-code .code-lines{color:#778398;border-right-color:#07172b1a}.premium-code pre{color:#14243a}.domain-field b,.domain-field input,.domain-field button,.test-control input,.test-control select,.validated-url{border-color:var(--premium-line)}.domain-field b svg,.validated-url svg{width:14px;height:14px;stroke-width:1.55}.domain-field input,.test-control input,.test-control select{color:#17263a;font-size:12px}.domain-field button{display:inline-flex;align-items:center;justify-content:center;gap:7px;border-color:var(--premium-ink);color:#fff;background:var(--premium-ink);font-weight:500;letter-spacing:.01em;transition:background-color .2s ease,border-color .2s ease}.domain-field button:hover{border-color:var(--premium-blue);background:var(--premium-blue)}.domain-field button svg{width:14px;height:14px;stroke-width:1.55}.signal-state{border-color:var(--premium-line);background:#fbfcfeb8}.signal-state strong{font-family:Inter,Helvetica Neue,Arial,sans-serif;font-size:13px;font-weight:500}.how-footer a{gap:24px;border-color:var(--premium-ink);color:var(--premium-ink);background:transparent;font-family:Inter,Helvetica Neue,Arial,sans-serif;font-size:14px;font-weight:500;letter-spacing:.015em;transition:color .2s ease,background-color .2s ease}.how-footer a:hover{color:#fff;background:var(--premium-ink)}.how-footer a svg{width:18px;height:18px;stroke-width:1.45}.how-footer p{color:var(--premium-muted);line-height:1.5}.test-control>span{border-color:#1647d87a;color:var(--premium-blue);font-family:Inter,Helvetica Neue,Arial,sans-serif;font-size:10px;font-weight:500}.validated-url span,.validated-url b{color:var(--premium-green)}.launch-test{display:inline-flex;align-items:center;justify-content:center;gap:12px;border:1px solid var(--premium-ink);color:#fff;background:var(--premium-ink);font-family:Inter,Helvetica Neue,Arial,sans-serif;font-size:14px;font-weight:500;letter-spacing:.015em;box-shadow:0 14px 34px #07172b1a;transition:transform .2s ease,background-color .2s ease,border-color .2s ease}.launch-test:hover{border-color:var(--premium-blue);background:var(--premium-blue);transform:translateY(-1px)}.launch-test svg{width:17px;height:17px;fill:currentColor;stroke-width:1.35}.download-evidence{gap:9px;border-bottom-color:#1647d873;color:var(--premium-blue);font-family:Inter,Helvetica Neue,Arial,sans-serif;font-weight:500}.download-evidence svg{width:17px;height:17px;stroke-width:1.45}.download-evidence span{font-family:inherit}.test-results dd{color:var(--premium-body);font-size:12px}.email-auth-close svg{width:24px;height:24px;stroke-width:1.35}.email-auth-back{display:inline-flex;align-items:center;gap:8px}.email-auth-back svg{width:15px;height:15px;stroke-width:1.45}@media (min-width: 761px) and (max-width: 1519px){.premium-home-layout{grid-template-columns:minmax(285px,.58fr) minmax(0,1.42fr);align-items:start;padding-top:clamp(24px,3.5vw,50px)}.premium-home-copy{padding:0 0 clamp(36px,5vw,64px)}.premium-home-copy h1{font-size:clamp(48px,4.7vw,66px)}.premium-home-copy h2{font-size:clamp(14px,1.3vw,18px)}.premium-home-copy>p:not(.premium-eyebrow){font-size:clamp(12px,1.12vw,15px)}.premium-home .point-field-3d,.premium-home .human-signature{margin-top:clamp(58px,7vw,105px);transform:none}.how-intro h1{font-size:clamp(44px,5.1vw,74px)}.how-intro>div:first-child>p{font-size:clamp(11px,1.12vw,14px)}.how-step h2{font-size:clamp(20px,2.25vw,30px)}.how-step header p{font-size:clamp(10px,.92vw,12px)}.test-controls h1{font-size:clamp(40px,4.3vw,60px)}.test-lead{font-size:clamp(11px,1.05vw,14px)}}html{font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{color:#07172b;background:#fff;font-kerning:normal}.premium-page,.email-auth,.app-shell{--type-ink: #07172b;--type-body: #2c3d53;--type-muted: #647186;--type-blue: #1647d8;font-family:Inter,Helvetica Neue,Arial,sans-serif;font-feature-settings:"kern" 1,"liga" 1,"calt" 1}.premium-brand span,.email-auth-brand span,.brand-name{color:var(--type-ink, #07172b);font-family:Inter,Helvetica Neue,Arial,sans-serif;font-weight:500;letter-spacing:.32em;line-height:1}.premium-header nav a,.premium-header nav button{color:#16263b;font-size:clamp(13px,.9vw,15px);font-weight:500;line-height:1.2;white-space:nowrap}.premium-eyebrow,.email-auth-eyebrow,.eyebrow,.label,.field label,.domain-field small,.test-code-label{color:#526177;font-size:10px;font-weight:600;letter-spacing:.2em;line-height:1.45;text-transform:uppercase}.premium-home-copy h1,.premium-home-copy h2,.how-intro h1,.how-step h2,.test-controls h1,.test-results dt,.email-auth h2,.app-shell h1,.app-shell h2,.metric .value,.score,.core-title{font-family:Bodoni Moda,Didot,Times New Roman,serif;font-optical-sizing:auto;font-weight:400;letter-spacing:0}.premium-human-home .premium-home-copy h1{max-width:7.2em;color:var(--type-ink);font-size:clamp(66px,5vw,84px);line-height:.9}.premium-human-home .premium-home-copy h2{max-width:20em;color:#142942;font-size:clamp(20px,1.42vw,23px);font-weight:400;line-height:1.18}.premium-human-home .premium-home-copy>p:not(.premium-eyebrow){max-width:39em;color:var(--type-body);font-size:14px;line-height:1.66}.premium-human-home .premium-truth{color:#536075!important;font-size:12.5px!important;line-height:1.62!important}.premium-index{color:#253750;font-size:10px;font-weight:500;letter-spacing:.045em}.how-intro h1{color:var(--type-ink);font-size:clamp(58px,5.3vw,82px);line-height:.91}.how-intro>div:first-child>p{max-width:42em;color:var(--type-body);font-size:clamp(13px,.98vw,15px);line-height:1.62}.how-step header{grid-template-columns:clamp(48px,4vw,64px) minmax(0,1fr);gap:14px}.how-step header>span{color:var(--type-blue);font-family:Bodoni Moda,Didot,serif;font-size:clamp(45px,3.7vw,58px);font-variant-numeric:lining-nums tabular-nums;font-weight:400;line-height:.86}.how-step h2{color:var(--type-ink);font-size:clamp(24px,1.9vw,31px);line-height:1.02;text-wrap:balance}.how-step header p{max-width:31em;margin-top:10px;color:#415169;font-size:12px;line-height:1.48}.pixel-id,.pixel-id code,.editor-tab,.domain-field input,.domain-field button,.signal-state p,.signal-state footer,.copy-action{font-size:11px;line-height:1.4}.premium-code pre,.premium-code .code-lines{font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:10.5px}.how-footer a{min-height:56px;font-family:Bodoni Moda,Didot,serif;font-size:clamp(18px,1.55vw,23px);font-weight:400}.how-footer p{color:var(--type-muted);font-size:11.5px}.test-controls h1{color:var(--type-ink);font-size:clamp(54px,4.4vw,70px);line-height:.92}.test-lead{max-width:41em;color:var(--type-body);font-size:clamp(13px,.98vw,15px);line-height:1.62}.test-control h3{color:#24364e;font-family:Inter,Helvetica Neue,Arial,sans-serif;font-size:10.5px;font-weight:600;letter-spacing:.18em;line-height:1.42}.test-control>span{font-family:Bodoni Moda,Didot,serif;font-size:16px;font-variant-numeric:lining-nums tabular-nums}.test-control label,.test-control label code,.test-control input,.test-control select{font-size:11px}.test-status{color:#23364d;font-family:Inter,Helvetica Neue,Arial,sans-serif;font-size:12px;font-weight:500;letter-spacing:.025em}.test-legend{color:#4d5d72;font-size:9.5px;font-weight:500}.test-results dt{color:var(--type-ink);font-size:clamp(46px,3.6vw,58px);font-variant-numeric:lining-nums tabular-nums;line-height:.84}.test-results dd,.test-results>p:last-child{color:var(--type-body);font-size:12px;line-height:1.55}.download-evidence{font-size:12.5px;line-height:1.3}.email-auth{color:var(--type-ink)}.email-auth h2{color:var(--type-ink);font-size:clamp(56px,4.3vw,70px);line-height:.92;text-wrap:balance}.email-auth-modes button,.email-auth-submit{font-size:13px;font-weight:500;letter-spacing:.01em}.email-auth label{color:#40516a;font-size:10px;letter-spacing:.18em}.email-auth input{color:var(--type-ink);font-size:15px}.email-auth form>p,.email-auth-note{color:var(--type-muted);font-size:11px;line-height:1.58}.app-shell{--paper: #f8fafc;--surface: #fff;--ink: #07172b;--muted: #667386;--line: rgba(7, 23, 43, .12);--line-strong: rgba(7, 23, 43, .22);--gold: #b98230;--blue: #1647d8;--green: #078768;--red: #d9464c;background:#fff;color:var(--type-ink)}.app-shell h1{color:var(--type-ink);font-size:clamp(54px,5vw,78px);line-height:.92}.app-shell h2{color:var(--type-ink);font-size:clamp(32px,3vw,48px);line-height:.98}.app-shell h3{color:#162941;font-size:15px;font-weight:600;line-height:1.3}.app-shell p,.app-shell .muted,.app-shell .meta{color:#56657a;line-height:1.55}.app-shell .brand-name{font-size:21px}.app-shell .brand-caption,.app-shell .metric .label,.app-shell .label,.app-shell .eyebrow{color:#667386;font-size:10px;font-weight:600;letter-spacing:.18em}.app-shell .metric .value,.app-shell .score{color:var(--type-ink);font-variant-numeric:lining-nums tabular-nums}.app-shell button,.app-shell .button-link,.app-shell input,.app-shell select,.app-shell textarea{border-radius:3px;font-size:13px}@media (min-width: 761px) and (max-width: 1100px){.premium-header nav{gap:clamp(16px,2.2vw,28px)}.premium-header nav a,.premium-header nav button{font-size:12.5px}.premium-human-home .premium-home-copy h1{font-size:clamp(54px,7.4vw,68px)}.how-step header{grid-template-columns:48px minmax(0,1fr);gap:9px}.how-step h2{font-size:clamp(21px,2.8vw,27px)}.how-step header p{font-size:10.5px}.test-controls h1{font-size:clamp(48px,6vw,62px)}}@media (max-width: 760px){.premium-header nav a{display:none}.premium-header nav{gap:0}.premium-header nav button{font-size:12px}.premium-human-home .premium-home-copy h1{font-size:clamp(50px,14.8vw,64px)}.premium-human-home .premium-home-copy h2{font-size:19px}.premium-human-home .premium-home-copy>p:not(.premium-eyebrow){font-size:13px}.how-intro h1,.test-controls h1{font-size:clamp(48px,13.4vw,64px)}.how-intro>div:first-child>p,.test-lead{font-size:13px}.how-step header{grid-template-columns:48px minmax(0,1fr);gap:12px}.how-step header>span{font-size:46px}.how-step h2{font-size:25px}.how-step header p{font-size:11.5px}.how-footer a{width:100%;font-size:18px}.test-control h3{font-size:10px}.test-results dt{font-size:50px}.email-auth h2{font-size:clamp(50px,14vw,62px)}.app-shell h1{font-size:clamp(46px,13vw,62px)}.app-shell h2{font-size:clamp(31px,9vw,42px)}}.premium-human-home .premium-home-copy h1{margin-top:0}.app-access-stage{position:relative;min-height:100svh;overflow:hidden;background:#fff}.app-access-stage>.premium-page{min-height:100svh}.email-auth-overlay{padding:clamp(24px,5vw,64px) 24px;place-items:center;background:#ffffff29;backdrop-filter:blur(11px) saturate(108%);-webkit-backdrop-filter:blur(11px) saturate(108%)}.email-auth{width:min(100%,590px);padding:clamp(36px,4vw,52px) clamp(28px,4.2vw,54px) 38px;border:1px solid rgba(255,255,255,.92);border-radius:3px;background:#ffffff8f;box-shadow:0 34px 90px #07172b21,inset 0 0 0 1px #1647d81f,inset 0 1px #fffffff5;backdrop-filter:blur(24px) saturate(112%);-webkit-backdrop-filter:blur(24px) saturate(112%)}.email-auth:before{content:"";position:absolute;top:-1px;left:clamp(28px,4.2vw,54px);width:92px;height:1px;background:#1647d8;box-shadow:98px 0 #078768,196px 0 #b98230}.email-auth-close{border:1px solid rgba(7,23,43,.12);border-radius:50%!important;background:#ffffff6b;transition:color .2s ease,border-color .2s ease,transform .2s ease}.email-auth-close:hover{border-color:#1647d875;color:#1647d8;background:#ffffffa8;transform:rotate(4deg)}.email-auth-modes{border-bottom-color:#07172b24}.email-auth-modes button{border-radius:0!important;color:#69768a;background:transparent!important;box-shadow:none!important}.email-auth-modes button.active{color:#07172b}.email-auth-modes button:after{height:1px;background:#1647d8}.email-auth input,.premium-page input,.premium-page select,.app-shell input,.app-shell select,.app-shell textarea{border:1px solid rgba(7,23,43,.18);border-radius:3px;color:#07172b;background:#ffffff8a;box-shadow:inset 0 1px #ffffffeb,inset 0 -1px #1647d80d;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);transition:border-color .2s ease,box-shadow .2s ease,background-color .2s ease}.email-auth input:hover,.premium-page input:hover,.premium-page select:hover,.app-shell input:hover,.app-shell select:hover,.app-shell textarea:hover{border-color:#1647d859}.email-auth input:focus,.premium-page input:focus,.premium-page select:focus,.app-shell input:focus,.app-shell select:focus,.app-shell textarea:focus{border-color:#1647d8;background:#ffffffc2;box-shadow:inset 0 -2px #1647d8,0 0 0 4px #1647d80f,0 14px 34px #07172b0f}.email-auth-submit,.domain-field button,.launch-test,.app-shell button.primary,.app-shell .button-link.primary{position:relative;overflow:hidden;border:1px solid #07172b!important;border-radius:3px!important;color:#fff!important;background:#07172bf5!important;box-shadow:0 18px 40px #07172b21,inset 0 1px #ffffff29,inset 14px 0 #1647d814}.email-auth-submit:hover,.domain-field button:hover,.launch-test:hover,.app-shell button.primary:hover,.app-shell .button-link.primary:hover{border-color:#1647d8!important;background:#1647d8!important;box-shadow:0 20px 46px #1647d82e,inset 0 1px #fff3}.premium-account-action,.copy-action,.download-evidence,.email-auth-back,.email-auth-resend{border-radius:0!important;background:transparent!important;box-shadow:none!important}.premium-account-action{border-width:0 0 1px!important;border-color:#07172b47!important}.premium-account-action:hover{border-color:#1647d8!important;color:#1647d8!important}.how-footer a{position:relative;overflow:hidden;border-color:#07172b3d;border-radius:3px;background:#ffffff80;box-shadow:inset 0 0 0 1px #ffffffe6,0 16px 38px #07172b0e}.how-footer a:hover{border-color:#07172b;background:#07172b}.signal-state,.premium-code,.validated-url{border-color:#07172b24;border-radius:3px;background:#ffffff8a;box-shadow:inset 0 1px #fffffff5,0 14px 32px #07172b09;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.app-shell button,.app-shell .button-link{border-color:#07172b29;border-radius:3px;background:#ffffff94;box-shadow:inset 0 1px #ffffffeb}.app-shell .tab{border-width:0 0 1px;border-color:#07172b14;border-radius:0;background:transparent;box-shadow:none}.app-shell .tab.active{border-color:#1647d87a;color:#07172b;background:#1647d809}@media (max-width: 620px){.email-auth-overlay{padding:14px}.email-auth{padding:32px 22px 26px}.email-auth:before{left:22px;width:58px;box-shadow:64px 0 #078768,128px 0 #b98230}}.audit-options{display:grid;gap:10px;margin-top:13px;color:#17263a}.audit-options label{display:flex;align-items:center;gap:9px;font-family:Manrope,Arial,sans-serif;font-size:12px;line-height:1.45;letter-spacing:0;text-transform:none}.audit-options input{flex:0 0 auto;width:15px;height:15px;margin:0;accent-color:#1647d8}.audit-options .audit-consent{margin-top:4px;color:#43526a}
