:root,.dark{color-scheme:dark;--background:222 24% 5%;--foreground:210 20% 92%;--card:222 20% 8%;--card-foreground:210 20% 92%;--popover:222 22% 7%;--popover-foreground:210 20% 92%;--primary:233 86% 73%;--primary-foreground:230 30% 10%;--primary-deep:233 58% 56%;--secondary:222 16% 14%;--secondary-foreground:210 16% 90%;--muted:222 16% 13%;--muted-foreground:215 14% 57%;--accent:222 16% 16%;--accent-foreground:210 20% 92%;--destructive:0 72% 55%;--destructive-foreground:222 30% 3%;--success:142 58% 45%;--success-foreground:230 30% 10%;--warning:40 90% 55%;--warning-foreground:40 90% 8%;--border:222 15% 17%;--input:222 15% 19%;--ring:233 86% 73%;--ridge-1:213 94% 68%;--ridge-2:255 92% 76%;--ridge-3:330 81% 60%;--radius:.5rem;--font-sans:"Inter", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--font-mono:ui-monospace, "SF Mono", SFMono-Regular, Menlo, Consolas, "Liberation Mono", monospace}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/fonts/InterVariable-latin.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/fonts/InterVariable-latin-ext.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}*{box-sizing:border-box}:root{--ridge-gradient:linear-gradient(90deg, hsl(var(--ridge-1)), hsl(var(--ridge-2)), hsl(var(--ridge-3)));--container-max:72rem;--speed:.16s;--nav-h:4.25rem}html{color-scheme:dark;scroll-behavior:smooth}body{background:hsl(var(--background));min-height:100vh;color:hsl(var(--foreground));font-family:var(--font-sans,Inter, system-ui, sans-serif);-webkit-font-smoothing:antialiased;flex-direction:column;margin:0;font-weight:430;line-height:1.6;display:flex;overflow-x:hidden}.skip-link{z-index:100;border:2px solid hsl(var(--ring));border-radius:var(--radius);background:hsl(var(--background));color:hsl(var(--foreground));padding:.75rem 1rem;font-weight:700;text-decoration:none;position:fixed;top:.75rem;left:.75rem;transform:translateY(-150%)}.skip-link:focus{transform:translateY(0)}main{flex:1}a{color:hsl(var(--primary));transition:color var(--speed) ease}a:hover{color:hsl(var(--foreground))}a:not([class]){text-underline-offset:.18em}:focus-visible{outline:2px solid hsl(var(--ring));outline-offset:2px;border-radius:2px}[id]{scroll-margin-top:calc(var(--nav-h) + 1.25rem)}img,svg{max-width:100%;height:auto}code,pre,kbd{font-family:var(--font-mono)}.container{width:100%;max-width:var(--container-max);margin:0 auto;padding:0 1.5rem}.visually-hidden{clip:rect(0 0 0 0);white-space:nowrap;clip-path:inset(50%);width:1px;height:1px;position:absolute;overflow:hidden}h1,h2,h3{letter-spacing:-.02em;text-wrap:balance;margin-top:0;font-weight:800;line-height:1.04}h1{margin:0 0 1.25rem;font-size:clamp(2.5625rem,1.1rem + 6vw,4.875rem);font-weight:820;line-height:.98}h2{margin:0 0 1rem;font-size:clamp(2.125rem,1.55rem + 2.4vw,3.5rem)}h3{margin:0 0 .5rem;font-size:1.1875rem;font-weight:700;line-height:1.25}p{margin-top:0}.lede{color:hsl(var(--muted-foreground));max-width:42rem;font-size:clamp(1.0625rem,1rem + .5vw,1.3125rem);font-weight:440;line-height:1.55}.eyebrow{color:hsl(var(--primary));letter-spacing:.09em;text-transform:uppercase;align-items:center;gap:.55rem;margin:0 0 1.1rem;font-size:.75rem;font-weight:720;display:inline-flex}.eyebrow:before{content:"";background:hsl(var(--primary));width:.5rem;height:.5rem;box-shadow:0 0 0 5px hsl(var(--primary) / .16);border-radius:50%}.sub{color:hsl(var(--muted-foreground));max-width:44rem;margin:0 0 2.5rem;font-size:1.0625rem;line-height:1.6}.ridge-top,.ridge-bottom{position:relative}.ridge-top:before,.ridge-bottom:after{content:"";z-index:3;background:var(--ridge-gradient);opacity:.85;pointer-events:none;height:2px;position:absolute;left:0;right:0}.ridge-top:before{top:0}.ridge-bottom:after{bottom:0}.ridge-text{background-image:var(--ridge-gradient);color:#0000;background-clip:text}.section{padding:6rem 0}.band{background:radial-gradient(circle at 14% 0%, hsl(var(--primary) / .07), transparent 34%), radial-gradient(circle at 88% 100%, hsl(var(--ridge-1) / .05), transparent 36%), #07080b}.band-raised{background:radial-gradient(circle at 82% 0%, hsl(var(--ridge-3) / .045), transparent 32%), hsl(var(--card))}.btn{border-radius:calc(var(--radius) - 2px);white-space:nowrap;cursor:pointer;min-height:2.875rem;transition:background-color var(--speed) ease, border-color var(--speed) ease, color var(--speed) ease, transform var(--speed) ease, box-shadow var(--speed) ease;border:1px solid #0000;justify-content:center;align-items:center;gap:.5rem;padding:0 1.125rem;font-size:.9375rem;font-weight:620;line-height:1;text-decoration:none;display:inline-flex}.btn.primary{color:#fff;background:hsl(var(--primary-deep));box-shadow:0 14px 34px hsl(var(--primary) / .22)}.btn.primary:hover{color:#fff;background:#6270da;transform:translateY(-1px)}.btn.ghost{color:hsl(var(--foreground));border-color:hsl(var(--border));background:hsl(var(--secondary) / .5)}.btn.ghost:hover{border-color:hsl(var(--primary) / .55);color:hsl(var(--foreground));background:hsl(var(--secondary))}.btn.sm{min-height:2.25rem;padding:0 .875rem;font-size:.875rem}.cta-row{flex-wrap:wrap;gap:.75rem;display:flex}.nav{z-index:50;border-bottom:1px solid hsl(var(--border) / .7);background:linear-gradient(90deg, hsl(var(--primary) / .09), transparent 32%), #0a0c10db;-webkit-backdrop-filter:blur(18px);position:sticky;top:0}.nav-content{min-height:var(--nav-h);align-items:center;gap:1.25rem;display:flex}.nav .brand{letter-spacing:-.01em;color:hsl(var(--foreground));align-items:center;gap:.6rem;font-size:1.1875rem;font-weight:780;text-decoration:none;display:inline-flex}.nav .brand svg{width:1.75rem;height:1.75rem;filter:drop-shadow(0 0 10px hsl(var(--primary) / .35))}.nav .spacer{flex:1}.nav .link{color:hsl(var(--muted-foreground));background-image:var(--ridge-gradient);transition:color var(--speed) ease, background-size var(--speed) ease;background-position:0 100%;background-repeat:no-repeat;background-size:0% 2px;padding:.35rem 0;font-size:.9375rem;font-weight:540;text-decoration:none}.nav .link:hover{color:hsl(var(--foreground));background-size:100% 2px}@media (width<=56.25em){.hide-md{display:none}}@media (width<=30em){.hide-sm{display:none}.nav-content{gap:.875rem}}.footer{border-top:1px solid hsl(var(--border) / .7);color:hsl(var(--muted-foreground));background:#07080b;padding:3.5rem 0 2.5rem;font-size:.875rem}.footer-grid{flex-wrap:wrap;gap:2.5rem 4rem;margin-bottom:2.5rem;display:flex}.footer-brand{max-width:18rem}.footer-brand .brand{color:hsl(var(--foreground));align-items:center;gap:.5rem;margin-bottom:.625rem;font-size:1.0625rem;font-weight:760;text-decoration:none;display:inline-flex}.footer-brand .brand svg{width:1.5rem;height:1.5rem}.footer-brand p{margin:0;line-height:1.55}.footer-col h4{color:hsl(var(--foreground));letter-spacing:.06em;text-transform:uppercase;margin:0 0 .75rem;font-size:.8125rem;font-weight:680}.footer-col ul{gap:.5rem;margin:0;padding:0;list-style:none;display:grid}.footer a{color:hsl(var(--muted-foreground));text-decoration:none}.footer a:hover{color:hsl(var(--foreground))}.co-brand{border-top:1px solid hsl(var(--border) / .5);margin:0;padding-top:1.5rem}.co-brand a{color:hsl(var(--primary))}.co-brand a:hover{color:hsl(var(--foreground))}.hero{background:radial-gradient(circle at 82% 12%, hsl(var(--primary) / .14), transparent 30%), radial-gradient(circle at 12% 88%, hsl(var(--ridge-1) / .09), transparent 32%), #07080b;padding:5.5rem 0 6rem;position:relative;overflow:hidden}.hero.compact{padding:4.5rem 0}.hero-grid{opacity:.5;pointer-events:none;grid-template-columns:repeat(6,1fr);display:grid;position:absolute;inset:0}.hero-grid span{border-left:1px solid hsl(var(--foreground) / .05)}.hero-lines{pointer-events:none;position:absolute;inset:0}.hero-lines i{background:linear-gradient(90deg, transparent, hsl(var(--primary) / .55), transparent);width:58vw;height:1px;animation:8s linear infinite sweep;position:absolute;right:-12vw;transform:rotate(-16deg)}.hero-lines i:first-child{top:26%}.hero-lines i:nth-child(2){animation-delay:-2.6s;top:54%}.hero-lines i:nth-child(3){animation-delay:-5.2s;top:78%}@keyframes sweep{0%{opacity:0;translate:24vw}25%,70%{opacity:1}to{opacity:0;translate:-34vw}}.hero>.container{z-index:1;position:relative}.hero .badge{border:1px solid hsl(var(--border));background:hsl(var(--secondary) / .6);color:hsl(var(--muted-foreground));border-radius:999px;align-items:center;gap:.5rem;margin-bottom:1.375rem;padding:.375rem .875rem;font-size:.8125rem;font-weight:560;display:inline-flex}.hero .badge:before{content:"";background:var(--ridge-gradient);border-radius:50%;width:.4375rem;height:.4375rem}.hero h1{max-width:15ch}.hero .lede strong{color:hsl(var(--foreground));font-weight:560}.grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;display:grid}.grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}@media (width<=64em){.grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=36em){.grid,.grid.two{grid-template-columns:1fr}}.card{border:1px solid hsl(var(--border));border-radius:var(--radius);background:hsl(var(--card) / .75);transition:border-color var(--speed) ease, transform var(--speed) ease, box-shadow var(--speed) ease;flex-direction:column;padding:1.5rem;display:flex}.card:hover{border-color:hsl(var(--primary) / .4);transform:translateY(-2px);box-shadow:0 18px 44px #0404078c}.card p{color:hsl(var(--muted-foreground));margin:0;font-size:.9375rem;line-height:1.55}.card .text-link{margin-top:auto;padding-top:1rem;font-size:.9375rem;font-weight:600;text-decoration:none}.step-n{border:1px solid hsl(var(--primary) / .5);background:hsl(var(--primary) / .12);width:2rem;height:2rem;color:hsl(var(--primary));border-radius:50%;place-items:center;margin-bottom:.875rem;font-size:.875rem;font-weight:740;display:inline-grid}.usecase-strip{flex-wrap:wrap;gap:.625rem;display:flex}.usecase-strip span{border:1px solid hsl(var(--border));background:hsl(var(--secondary) / .5);color:hsl(var(--foreground) / .85);transition:border-color var(--speed) ease, color var(--speed) ease;border-radius:999px;padding:.5rem 1rem;font-size:.9375rem;font-weight:520}.usecase-strip span:hover{border-color:hsl(var(--primary) / .5);color:hsl(var(--foreground))}.trust-band{grid-template-columns:minmax(0,.95fr) minmax(0,1fr);align-items:start;gap:3.5rem;display:grid}@media (width<=56.25em){.trust-band{grid-template-columns:1fr;gap:2rem}}.trust-list{border:1px solid hsl(var(--border));border-radius:var(--radius);background:hsl(var(--border));gap:1px;display:grid;overflow:hidden}.trust-list>div{background:hsl(var(--card));gap:.25rem;padding:1.25rem 1.5rem;display:grid}.trust-list b{font-weight:700}.trust-list span{color:hsl(var(--muted-foreground));font-size:.9375rem;line-height:1.5}.works-with{flex-wrap:wrap;align-items:center;gap:.75rem 1rem;margin:0 0 2rem;display:flex}.works-with .ww-label{color:hsl(var(--muted-foreground));letter-spacing:.07em;text-transform:uppercase;margin-right:.25rem;font-size:.8125rem;font-weight:640}.works-with .ww-item{border:1px solid hsl(var(--border));border-radius:calc(var(--radius) - 2px);background:hsl(var(--secondary) / .45);color:hsl(var(--foreground) / .9);align-items:center;gap:.5rem;padding:.5rem .9375rem;font-size:.9375rem;font-weight:560;display:inline-flex}.works-with .ww-native{border-color:hsl(var(--primary) / .45)}.works-with .ww-native:after{content:"protocol-native approvals";color:hsl(var(--primary));letter-spacing:.04em;text-transform:uppercase;font-size:.6875rem;font-weight:640}.founder-note{border-left:2px solid #0000;border-image:var(--ridge-gradient) 1;background:hsl(var(--card) / .6);border-radius:0 var(--radius) var(--radius) 0;border-image-width:0 0 0 2px;gap:.375rem;max-width:46rem;padding:1.375rem 1.5rem;display:grid}.founder-note p{color:hsl(var(--muted-foreground));margin:0;font-size:.9875rem;line-height:1.6}.founder-note .who{color:hsl(var(--foreground));font-size:.875rem;font-weight:620}.plans{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem;max-width:52rem;display:grid}@media (width<=40em){.plans{grid-template-columns:1fr}}.plan{border:1px solid hsl(var(--border));border-radius:var(--radius);background:hsl(var(--card) / .75);transition:border-color var(--speed) ease, box-shadow var(--speed) ease;flex-direction:column;padding:1.75rem;display:flex}.plan:hover{border-color:hsl(var(--primary) / .4)}.plan.pro{border-color:hsl(var(--primary) / .55);background:radial-gradient(circle at 80% 0%, hsl(var(--primary) / .1), transparent 42%), hsl(var(--card));position:relative}.plan.pro:before{content:"";background:var(--ridge-gradient);border-radius:2px 2px 0 0;height:2px;position:absolute;top:0;left:0;right:0}.plan .name{font-size:1.0625rem;font-weight:720}.plan .price{letter-spacing:-.02em;margin:.5rem 0 1.125rem;font-size:2.625rem;font-weight:800;line-height:1}.plan .price small{color:hsl(var(--muted-foreground));letter-spacing:0;font-size:1rem;font-weight:480}.plan ul{color:hsl(var(--muted-foreground));gap:.625rem;margin:0 0 1.75rem;padding:0;font-size:.9375rem;list-style:none;display:grid}.plan ul li{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M3 8.5 6.5 12 13 4.5' fill='none' stroke='%237d8cf5' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") 0 .3em/.875rem no-repeat;padding-left:1.375rem}.plan .btn{margin-top:auto}.faq{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}@media (width<=48em){.faq{grid-template-columns:1fr}}.faq .card h3{font-size:1.0625rem}.prose{max-width:46rem}.prose h2{margin:2.75rem 0 .875rem;font-size:1.5rem;font-weight:740}.prose h2:first-child{margin-top:0}.prose p{color:hsl(var(--foreground) / .82);margin:0 0 1.125rem;line-height:1.7}.prose .grid.two{margin:1.5rem 0}.context-note{color:hsl(var(--muted-foreground));font-size:.875rem}.doc{max-width:48rem;padding:3.5rem 0 5rem}.doc h1{font-size:clamp(2rem,1.4rem + 2vw,2.75rem)}.doc h2{margin:2.5rem 0 .75rem;font-size:1.4375rem;font-weight:740}.doc h3{margin:1.75rem 0 .5rem}.doc p,.doc li{color:hsl(var(--foreground) / .82);line-height:1.7}.doc a{text-underline-offset:3px;text-decoration:underline;text-decoration-color:hsl(var(--primary) / .5)}.doc table{border-collapse:collapse;table-layout:fixed;width:100%;max-width:100%;font-size:.9375rem}.doc th,.doc td{border:1px solid hsl(var(--border));text-align:left;overflow-wrap:anywhere;padding:.5rem .75rem}pre,.doc pre,pre.code{border:1px solid hsl(var(--border));border-radius:calc(var(--radius) - 2px);background:#07080b;margin:1rem 0;padding:1rem 5.5rem 1rem 1.25rem;font-size:.875rem;line-height:1.6;position:relative;overflow-x:auto}:not(pre)>code{background:hsl(var(--secondary));overflow-wrap:anywhere;word-break:break-word;border-radius:4px;padding:.125rem .375rem;font-size:.875em}.code-wrap{position:relative}.code-copy{border:1px solid hsl(var(--border));background:hsl(var(--secondary));min-width:2.75rem;min-height:2.75rem;color:hsl(var(--muted-foreground));font:600 .75rem var(--font-sans);cursor:pointer;transition:color var(--speed) ease, border-color var(--speed) ease;border-radius:6px;padding:.3125rem .625rem;position:absolute;top:.625rem;right:.625rem}.code-copy:hover{color:hsl(var(--foreground));border-color:hsl(var(--primary) / .5)}@media (width<=48em){.section{padding:4rem 0}.hero{padding:3.5rem 0 4rem}.hero.compact{padding:3rem 0}.container{padding:0 1.25rem}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}.hero-lines i{opacity:0;animation:none}}
