.cvl-home{background:var(--paper);color:var(--ink);min-height:100vh;font-size:16px;line-height:1.6}.cvl-home h1,.cvl-home h2,.cvl-home h3{text-wrap:balance;margin:0;font-weight:700;line-height:1.18}.cvl-home p{margin:0}.cvl-home a{color:var(--green);text-decoration:none}.cvl-home a:hover{color:var(--green-hover);text-decoration:underline}.cvl-home button{font:inherit;cursor:pointer}.cvl-home :focus-visible{outline:2px solid var(--green);outline-offset:2px;border-radius:4px}.cvl-home ::placeholder{color:var(--muted);opacity:.85}.cvl-home svg{display:block}.cvl-home .num{font-variant-numeric:tabular-nums}.cvl-home .shell{max-width:1140px;margin:0 auto;padding:0 22px}.cvl-home .home-head{align-items:center;gap:26px;padding:22px 0 6px;display:flex}.cvl-home .home-head nav{align-items:center;gap:20px;margin-left:auto;display:flex}.cvl-home .home-head nav a{color:var(--ink);font-size:14.5px;font-weight:500}.cvl-home .home-head .signin{color:var(--muted)}.cvl-home .hero{grid-template-columns:1.04fr .96fr;align-items:center;gap:52px;padding:64px 0 78px;display:grid}.cvl-home .hero h1{letter-spacing:-.015em;font-size:clamp(34px,4.6vw,54px)}.cvl-home .hero .sub{color:var(--muted);max-width:58ch;margin-top:18px;font-size:18px}.cvl-home .hero .sub strong{color:var(--ink);font-weight:500}.cvl-home .capture{max-width:480px;margin-top:30px}.cvl-home .capture label{color:var(--muted);margin-bottom:7px;font-size:13px;font-weight:500;display:block}.cvl-home .capture .row{gap:10px;display:flex}.cvl-home .capture input[type=email]{min-width:0;height:50px;font:inherit;color:var(--ink);background:var(--card);border:1px solid var(--line);border-radius:var(--r);flex:1;padding:0 16px;font-size:16px}.cvl-home .capture input[type=email]:focus{border-color:var(--green);box-shadow:0 0 0 3px var(--tint);outline:none}.cvl-home .btn{border-radius:var(--r);background:var(--green);height:50px;color:var(--green-ink);white-space:nowrap;border:1px solid #0000;justify-content:center;align-items:center;gap:8px;padding:0 22px;font-size:15.5px;font-weight:700;transition:background .15s,transform .15s;display:inline-flex}.cvl-home .btn:hover{background:var(--green-hover)}.cvl-home .btn:active{transform:scale(.98)}.cvl-home .btn:disabled{opacity:.6;cursor:default;transform:none}.cvl-home .capture .fine{color:var(--muted);margin-top:11px;font-size:13px}.cvl-home .capture .ok{color:var(--green-strong);margin-top:11px;font-size:14px;font-weight:500}.cvl-home .capture .err{color:var(--red);margin-top:11px;font-size:14px;font-weight:500}.cvl-home .digest{background:var(--card);border:1px solid var(--line);box-shadow:var(--shadow);border-radius:14px;margin:0;overflow:hidden}.cvl-home .digest-head{border-bottom:1px solid var(--line);align-items:baseline;gap:10px;padding:16px 20px 12px;display:flex}.cvl-home .digest-head h2{font-size:15.5px;font-weight:700}.cvl-home .digest-head time{color:var(--muted);font-size:12.5px}.cvl-home .sample{letter-spacing:.08em;text-transform:uppercase;color:var(--muted);border:1px solid var(--line);white-space:nowrap;border-radius:999px;margin-left:auto;padding:2px 8px;font-size:10.5px;font-weight:700}.cvl-home .finding{border-bottom:1px solid var(--line);gap:12px;padding:15px 20px;display:flex}.cvl-home .finding:last-child{border-bottom:0}.cvl-home .finding .dot{border-radius:50%;flex:none;width:9px;height:9px;margin:7px 0 0}.cvl-home .dot.leak{background:var(--amber)}.cvl-home .dot.broken{background:var(--red)}.cvl-home .dot.lift{background:var(--green)}.cvl-home .dot.quiet{background:var(--muted)}.cvl-home .finding p{font-size:14.5px;line-height:1.5}.cvl-home .finding .meta{flex-wrap:wrap;gap:12px;margin-top:7px;font-size:12.5px;display:flex}.cvl-home .finding .meta .path{color:var(--muted);background:var(--paper);border:1px solid var(--line);border-radius:6px;padding:1px 7px}.cvl-home .finding .meta .soon{color:var(--muted)}@media (prefers-reduced-motion:no-preference){.cvl-home .digest .finding{opacity:0;animation:.5s cubic-bezier(.16,1,.3,1) forwards cvl-rise;transform:translateY(8px)}.cvl-home .digest .finding:nth-child(2){animation-delay:80ms}.cvl-home .digest .finding:nth-child(3){animation-delay:.16s}.cvl-home .digest .finding:nth-child(4){animation-delay:.24s}.cvl-home .digest .finding:nth-child(5){animation-delay:.32s}@keyframes cvl-rise{to{opacity:1;transform:none}}}.cvl-home .sect{border-top:1px solid var(--line);padding:74px 0}.cvl-home .sect h2{letter-spacing:-.012em;max-width:24ch;font-size:clamp(25px,3.2vw,34px)}.cvl-home .sect .lead{color:var(--muted);max-width:62ch;margin-top:14px;font-size:16.5px}.cvl-home .sect .lead strong{color:var(--ink);font-weight:500}.cvl-home .ledger{border:1px solid var(--line);background:var(--card);border-radius:12px;margin-top:34px;overflow:hidden}.cvl-home .ledger-scroll{overflow-x:auto}.cvl-home .ledger table{border-collapse:collapse;width:100%;min-width:640px;font-size:14.5px}.cvl-home .ledger th,.cvl-home .ledger td{text-align:left;vertical-align:top;border-top:1px solid var(--line);padding:14px 18px}.cvl-home .ledger thead th{color:var(--muted);border-top:0;font-size:13px;font-weight:500}.cvl-home .ledger thead th:last-child{color:var(--green-strong);font-weight:700}.cvl-home .ledger td:first-child{white-space:nowrap;width:1%;padding-right:28px;font-weight:700}.cvl-home .ledger td{color:var(--muted)}.cvl-home .ledger td:last-child{color:var(--ink);background:color-mix(in srgb, var(--tint) 45%, transparent)}.cvl-home .ledger .up{margin-left:6px}.cvl-home .steps{grid-template-columns:repeat(3,1fr);gap:30px;margin-top:38px;display:grid}.cvl-home .step{min-width:0}.cvl-home .step .n{color:var(--green);font-variant-numeric:tabular-nums;font-size:34px;font-weight:700}.cvl-home .step h3{margin-top:6px;font-size:17.5px}.cvl-home .step p{color:var(--muted);margin-top:8px;font-size:14.5px}.cvl-home .snippet{background:var(--chrome);color:#d7e5df;white-space:nowrap;border-radius:8px;margin-top:14px;padding:11px 14px;font-family:ui-monospace,Cascadia Code,Consolas,monospace;font-size:12px;overflow-x:auto}.cvl-home .snippet .g{color:#7dd3b0}.cvl-home .after{margin-top:30px;font-size:15.5px}.cvl-home .after strong{color:var(--green-strong)}.cvl-home .panel{background:var(--card);border:1px solid var(--line);border-radius:12px;margin-top:30px;overflow:hidden}.cvl-home .panel-h{border-bottom:1px solid var(--line);flex-wrap:wrap;align-items:baseline;gap:8px 10px;padding:15px 18px 12px;display:flex}.cvl-home .panel-h h3{font-size:15.5px;font-weight:700}.cvl-home .panel-h .sub{color:var(--muted);font-size:12.5px}.cvl-home .panel-h .more{white-space:nowrap;margin-left:auto;font-size:13px;font-weight:500}.cvl-home .panel-b{padding:16px 18px}.cvl-home .frow{grid-template-columns:130px 1fr 74px;align-items:center;gap:12px;padding:6px 0;display:grid}.cvl-home .frow .fl{white-space:nowrap;font-size:13.5px;font-weight:500}.cvl-home .frow .bar{border-radius:5px;min-width:3px;height:22px}.cvl-home .frow .fv{text-align:right;font-variant-numeric:tabular-nums;color:var(--muted);font-size:13.5px}.cvl-home .fconv{grid-template-columns:130px 1fr;gap:12px;padding:0 0 2px;display:grid}.cvl-home .fconv span{color:var(--muted);font-variant-numeric:tabular-nums;grid-column:2;font-size:11.5px}.cvl-home .note{background:var(--paper);border-top:1px solid var(--line);color:var(--muted);padding:12px 18px;font-size:12.5px}.cvl-home .pair{grid-template-columns:1fr 1fr;gap:48px;margin-top:36px;display:grid}.cvl-home .pair h3{font-size:18px}.cvl-home .pair p{color:var(--muted);margin-top:10px;font-size:15px}.cvl-home .wont{margin:14px 0 0;padding:0;list-style:none}.cvl-home .wont li{gap:10px;padding:7px 0;font-size:14.5px;display:flex}.cvl-home .wont svg{width:17px;height:17px;stroke:var(--green);flex:none;margin-top:3px}.cvl-home .roadmap{border:1px dashed var(--line);color:var(--muted);border-radius:12px;flex-wrap:wrap;align-items:baseline;gap:8px 22px;margin-top:40px;padding:18px 22px;font-size:14.5px;display:flex}.cvl-home .roadmap b{color:var(--ink)}.cvl-home .up{letter-spacing:.07em;text-transform:uppercase;color:var(--muted);border:1px solid var(--line);border-radius:999px;padding:2px 8px;font-size:10.5px;font-weight:700}.cvl-home .faq{max-width:760px;margin-top:30px}.cvl-home .faq details{border-top:1px solid var(--line)}.cvl-home .faq details:last-child{border-bottom:1px solid var(--line)}.cvl-home .faq summary{cursor:pointer;color:var(--ink);align-items:center;gap:12px;padding:17px 2px;font-size:16px;font-weight:500;list-style:none;display:flex}.cvl-home .faq summary::-webkit-details-marker{display:none}.cvl-home .faq summary svg{width:16px;height:16px;stroke:var(--muted);flex:none;margin-left:auto;transition:transform .2s}.cvl-home .faq details[open] summary svg{transform:rotate(180deg)}.cvl-home .faq .a{color:var(--muted);max-width:66ch;padding:0 2px 18px;font-size:15px}.cvl-home .cta-band{background:var(--tint);border-radius:16px;margin:80px 0;padding:52px clamp(24px,5vw,64px)}.cvl-home .cta-band h2{font-size:clamp(24px,3vw,32px)}.cvl-home .cta-band .lead{color:var(--muted);margin-top:10px;font-size:16px}.cvl-home .cta-band .capture{margin-top:24px}.cvl-home .home-foot{color:var(--muted);flex-wrap:wrap;align-items:center;gap:10px 26px;padding:10px 0 46px;font-size:13.5px;display:flex}.cvl-home .home-foot .word{color:var(--ink);font-size:15px;font-weight:700}.cvl-home .home-foot nav{gap:20px;margin-left:auto;display:flex}.cvl-home .home-foot a{color:var(--muted)}@media (max-width:860px){.cvl-home .hero{grid-template-columns:1fr;gap:40px;padding:44px 0 60px}.cvl-home .steps,.cvl-home .pair{grid-template-columns:1fr;gap:30px}.cvl-home .sect{padding:56px 0}.cvl-home .home-head nav a.ghost-hide{display:none}}@media (max-width:560px){.cvl-home .capture .row{flex-direction:column}.cvl-home .btn{width:100%}.cvl-home .cta-band{margin:56px 0}.cvl-home .frow{grid-template-columns:104px 1fr 64px}.cvl-home .fconv{grid-template-columns:104px 1fr}}
