/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */@layer theme{:host,:root{--font-sans:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-mono:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--spacing:.25rem;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,::backdrop,:after,:before{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}:host,html{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:var(--default-mono-font-family,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}menu,ol,ul{list-style:none}audio,canvas,embed,iframe,img,object,svg,video{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,optgroup,select,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab,red,red)){::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit,::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.absolute{position:absolute}.static{position:static}.start{inset-inline-start:var(--spacing)}.container{width:100%}@media (min-width:40rem){.container{max-width:40rem}}@media (min-width:48rem){.container{max-width:48rem}}@media (min-width:64rem){.container{max-width:64rem}}@media (min-width:80rem){.container{max-width:80rem}}@media (min-width:96rem){.container{max-width:96rem}}.flex{display:flex}.grow{flex-grow:1}}:root{--bg:#f8fafc;--surface:#fff;--surface-2:#f1f5f9;--text:#111827;--muted:#64748b;--line:#e2e8f0;--blue:#2563eb;--blue-bright:#3b82f6;--dark:#080b12;--header:#ffffffd1}.dark{--bg:#080b12;--surface:#0e131e;--surface-2:#151c29;--text:#f8fafc;--muted:#94a3b8;--line:#222b3a;--header:#080b12d9}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);font-family:var(--font-geist-sans),Arial,sans-serif;-webkit-font-smoothing:antialiased;margin:0}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}button{color:inherit}:focus-visible{outline:3px solid var(--blue)}@supports (color:color-mix(in lab,red,red)){:focus-visible{outline:3px solid color-mix(in srgb,var(--blue) 55%,transparent)}}:focus-visible{outline-offset:3px}.container{width:min(1180px,100% - 40px);margin-inline:auto}.site-header{z-index:50;background:var(--header);border-bottom:1px solid var(--line);height:72px;position:sticky;top:0}@supports (color:color-mix(in lab,red,red)){.site-header{border-bottom:1px solid color-mix(in srgb,var(--line) 75%,transparent)}}.site-header{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.nav{justify-content:space-between;height:100%;display:flex}.brand,.nav{align-items:center}.brand{letter-spacing:.04em;gap:10px;font-size:14px;font-weight:750;display:inline-flex}.brand-mark{background:var(--blue);color:#fff;border-radius:9px;place-items:center;width:30px;height:30px;display:grid;box-shadow:0 7px 22px #2563eb40}.brand-mark svg{fill:none;stroke:currentColor;stroke-width:1.7px;stroke-linecap:round;stroke-linejoin:round;width:23px;height:23px}.nav-links{color:var(--muted);align-items:center;gap:34px;font-size:14px;display:flex}.nav-links a{transition:color .2s}.nav-links a.active,.nav-links a:hover{color:var(--text)}.nav-actions{align-items:center;gap:10px;display:flex}.theme-toggle{border:1px solid var(--line);cursor:pointer;background:0 0;border-radius:10px;width:38px;height:38px}.dark .sun,.moon{display:none}.dark .moon{display:inline}.nav-contact{background:var(--text);height:38px;color:var(--bg);border-radius:9px;align-items:center;gap:18px;padding:0 16px;font-size:13px;font-weight:650;display:inline-flex}.menu-toggle,.mobile-contact{display:none}.hero{background:var(--surface);border-bottom:1px solid var(--line);padding:120px 0 0;position:relative;overflow:hidden}.hero-glow{pointer-events:none;background:radial-gradient(circle,#2563eb29,#0000 65%);width:720px;height:720px;position:absolute;top:-310px;left:50%;transform:translate(-50%)}.hero-inner{text-align:center;position:relative}.eyebrow{text-transform:uppercase;letter-spacing:.16em;font:600 11px var(--font-geist-mono);color:var(--blue);align-items:center;gap:9px;margin-bottom:27px;display:inline-flex}.eyebrow span{background:var(--blue);border-radius:50%;width:6px;height:6px;box-shadow:0 0 0 5px #2563eb1a}.hero-brand{color:var(--text);font:750 14px var(--font-geist-mono);letter-spacing:.32em;text-indent:.32em;margin:0 0 22px}.hero h1{letter-spacing:-.072em;margin:0;font-size:clamp(55px,8vw,108px);font-weight:650;line-height:.93}.hero h1 em{color:var(--blue);font-style:normal}.hero-copy{max-width:610px;color:var(--muted);letter-spacing:-.015em;margin:34px auto 0;font-size:clamp(17px,2vw,20px);line-height:1.65}.actions{gap:12px;margin-top:36px;display:flex}.actions,.button{justify-content:center}.button{border-radius:10px;align-items:center;gap:30px;height:50px;padding:0 22px;font-size:14px;font-weight:650;transition:transform .2s,box-shadow .2s;display:inline-flex}.button:hover{transform:translateY(-2px)}.button.primary{background:var(--blue);color:#fff;box-shadow:0 12px 30px #2563eb3d}.button.secondary{background:var(--surface);border:1px solid var(--line)}.button.white{color:#111827;background:#fff}.hero-console{text-align:left;background:var(--dark);color:#fff;border:1px solid var(--line);border-bottom:0;border-radius:18px 18px 0 0;max-width:920px;margin:96px auto 0;overflow:hidden;box-shadow:0 35px 80px #0f172a21}.console-top{height:50px;font:500 10px var(--font-geist-mono);color:#78869a;letter-spacing:.08em;text-transform:uppercase;border-bottom:1px solid #1e2633;align-items:center;gap:10px;padding:0 20px;display:flex}.console-dot{background:var(--blue-bright);border-radius:50%;width:7px;height:7px}.console-top .live{color:#4ade80;margin-left:auto}.console-grid{grid-template-columns:1.3fr 1fr;min-height:320px;display:grid}.console-feature{background:radial-gradient(circle at 0 100%,#2563eb2e,#0000 55%);border-right:1px solid #1e2633;flex-direction:column;justify-content:center;padding:48px 54px;display:flex}.kicker,.mini-label{font:600 10px var(--font-geist-mono);letter-spacing:.16em;color:var(--blue-bright)}.console-feature strong{letter-spacing:-.04em;margin:20px 0;font-size:34px;line-height:1.1}.console-feature p{color:#8491a3;max-width:370px;margin:0;font-size:14px;line-height:1.7}.console-stats{grid-template-rows:repeat(3,1fr);display:grid}.console-stats div{border-bottom:1px solid #1e2633;align-items:center;gap:25px;padding:25px 34px;display:flex}.console-stats div:last-child{border-bottom:0}.console-stats strong{width:60px;font:600 28px var(--font-geist-mono);color:#edf3ff}.console-stats span{color:#78869a;font-size:12px;line-height:1.4}.stats-strip{background:var(--surface);border-bottom:1px solid var(--line)}.stats-grid{grid-template-columns:repeat(4,1fr);display:grid}.stat-item{border-right:1px solid var(--line);align-items:center;gap:18px;padding:32px 28px;display:flex}.stat-item:first-child{border-left:1px solid var(--line)}.stat-item strong{font:650 27px var(--font-geist-mono);letter-spacing:-.05em}.stat-item span{color:var(--muted);font-size:12px}.section{padding:130px 0}.section-heading{justify-content:space-between;align-items:end;gap:40px;margin-bottom:64px;display:flex}.section-heading h2{letter-spacing:-.055em;margin:18px 0 0;font-size:clamp(42px,5vw,67px);font-weight:620;line-height:1}.section-heading>p{max-width:390px;color:var(--muted);margin:0;font-size:16px;line-height:1.7}.product-grid{grid-template-columns:repeat(3,1fr);gap:15px;display:grid}.product-card{background:var(--surface);border:1px solid var(--line);border-radius:16px;flex-direction:column;justify-content:space-between;min-height:350px;padding:28px;transition:transform .3s,border-color .3s,box-shadow .3s;display:flex;position:relative;overflow:hidden}.product-card:hover{border-color:var(--blue);transform:translateY(-5px)}@supports (color:color-mix(in lab,red,red)){.product-card:hover{border-color:color-mix(in srgb,var(--blue) 35%,var(--line))}}.product-card:hover{box-shadow:0 18px 50px #0f172a14}.product-card:before{content:"";background:var(--card);border-radius:50%;width:180px;height:180px;position:absolute;top:-80px;right:-80px}@supports (color:color-mix(in lab,red,red)){.product-card:before{background:color-mix(in srgb,var(--card) 11%,transparent)}}.tone-1{--card:#2563eb}.tone-2{--card:#7c3aed}.tone-3{--card:#0891b2}.tone-4{--card:#e11d48}.tone-5{--card:#059669}.tone-6{--card:#ea580c}.card-top{justify-content:space-between;align-items:center;display:flex;position:relative}.product-icon{color:#fff;background:var(--card);width:45px;height:45px;font:700 11px var(--font-geist-mono);border-radius:12px;place-items:center;display:grid}.status-pill{background:var(--surface-2);color:var(--muted);font:550 9px var(--font-geist-mono);letter-spacing:.1em;text-transform:uppercase;border-radius:99px;padding:6px 9px}.card-index{color:var(--muted);font:500 10px var(--font-geist-mono)}.product-card h3{letter-spacing:-.03em;margin:13px 0 8px;font-size:22px}.product-card p{max-width:260px;color:var(--muted);margin:0;font-size:14px;line-height:1.6}.card-arrow{color:var(--muted);position:absolute;bottom:28px;right:28px}.center-action{text-align:center;margin-top:40px}.text-link{color:var(--text);gap:17px;font-size:14px;font-weight:600;display:inline-flex}.text-link span{color:var(--blue)}.roadmap-section{background:var(--surface);border-top:1px solid var(--line)}.roadmap-wrap{border:1px solid var(--line);border-radius:18px;grid-template-columns:.75fr 1.25fr;display:grid;overflow:hidden}.roadmap-year{text-align:center;background:var(--dark);color:#fff;flex-direction:column;justify-content:center;align-items:center;min-height:590px;padding:40px;display:flex}.roadmap-year span{color:var(--blue-bright);font:600 10px var(--font-geist-mono);letter-spacing:.2em}.roadmap-year strong{font:600 clamp(65px,9vw,110px) var(--font-geist-mono);letter-spacing:-.08em;margin:18px 0}.roadmap-year small{color:#8491a3;font-size:12px}.roadmap-list{background:var(--bg);margin:0;padding:35px 55px;list-style:none}.roadmap-list li{border-bottom:1px solid var(--line);grid-template-columns:50px 1fr 20px;align-items:center;min-height:65px;display:grid;position:relative}.roadmap-list li:last-child{border-bottom:0}.roadmap-list li>span{color:var(--blue);font:600 10px var(--font-geist-mono)}.roadmap-list li strong{letter-spacing:-.01em;font-size:15px}.roadmap-list li i{color:var(--muted);font-size:13px;font-style:normal}.technology-section{background:var(--bg)}.technology-grid{border:1px solid var(--line);border-radius:16px;grid-template-columns:repeat(4,1fr);display:grid;overflow:hidden}.technology-item{background:var(--surface);border-right:1px solid var(--line);border-bottom:1px solid var(--line);flex-direction:column;justify-content:space-between;min-height:155px;padding:27px;display:flex}.technology-item:nth-child(4n){border-right:0}.technology-item:nth-child(n+5){border-bottom:0}.technology-item span{background:var(--blue);border-radius:11px;place-items:center;width:42px;height:42px;display:grid}@supports (color:color-mix(in lab,red,red)){.technology-item span{background:color-mix(in srgb,var(--blue) 10%,transparent)}}.technology-item span{color:var(--blue);font:650 12px var(--font-geist-mono)}.technology-item strong{font-size:14px}.security-section{background:var(--surface);border-top:1px solid var(--line)}.security-layout{grid-template-columns:.85fr 1.15fr;align-items:center;gap:90px;display:grid}.security-copy h2{letter-spacing:-.055em;margin:20px 0 28px;font-size:clamp(42px,5vw,67px);font-weight:620;line-height:1}.security-copy p{max-width:440px;color:var(--muted);font-size:16px;line-height:1.75}.security-grid{border:1px solid var(--line);border-radius:16px;grid-template-columns:repeat(2,1fr);display:grid;overflow:hidden}.security-item{border-right:1px solid var(--line);border-bottom:1px solid var(--line);grid-template-columns:1fr auto;align-content:space-between;min-height:165px;padding:27px;display:grid}.security-item:nth-child(2n){border-right:0}.security-item:nth-child(n+5){border-bottom:0}.security-icon{color:var(--blue);font-size:23px}.security-index{color:var(--muted);font:500 9px var(--font-geist-mono)}.security-item strong{grid-column:1/-1;font-size:14px}.dark-section{background:var(--dark);color:#fff}.section-heading.light>p{color:#8491a3}.strength-grid{border:1px solid #1f2937;border-radius:16px;grid-template-columns:repeat(3,1fr);display:grid;overflow:hidden}.strength{border-bottom:1px solid #1f2937;border-right:1px solid #1f2937;min-height:270px;padding:35px;position:relative}.strength:nth-child(3n){border-right:0}.strength:nth-child(n+4){border-bottom:0}.strength-number{color:#4c5668;font:500 10px var(--font-geist-mono)}.strength-symbol{color:var(--blue-bright);margin:38px 0 28px;font-size:25px;display:block}.strength h3{margin:0 0 10px;font-size:20px}.strength p{color:#8491a3;max-width:275px;margin:0;font-size:13px;line-height:1.6}.statement{background:var(--surface);padding:150px 0}.statement-inner{text-align:center;max-width:930px}.statement blockquote{letter-spacing:-.05em;margin:28px auto 45px;font-size:clamp(34px,5vw,62px);font-weight:560;line-height:1.15}.statement blockquote em{color:var(--blue);font-style:normal}.cta{background:var(--blue);color:#fff;padding:80px 0}.cta-inner{justify-content:space-between;align-items:center;display:flex}.cta .kicker{color:#bfdbfe}.cta h2{letter-spacing:-.055em;margin:15px 0 0;font-size:clamp(40px,5vw,64px)}.page-hero{background:var(--surface);border-bottom:1px solid var(--line);padding:110px 0 80px}.page-hero h1{letter-spacing:-.065em;max-width:900px;margin:20px 0;font-size:clamp(52px,7vw,88px);font-weight:630;line-height:.98}.page-hero p{max-width:680px;color:var(--muted);font-size:19px;line-height:1.65}.page-content{padding:90px 0 130px}.prose{max-width:780px}.prose h2{letter-spacing:-.03em;margin:55px 0 14px;font-size:28px}.prose h2:first-child{margin-top:0}.prose li,.prose p{color:var(--muted);font-size:16px;line-height:1.8}.prose a{color:var(--blue)}.prose .updated{border-bottom:1px solid var(--line);font:500 12px var(--font-geist-mono);text-transform:uppercase;letter-spacing:.1em;padding-bottom:30px}.about-grid{grid-template-columns:repeat(3,1fr);gap:15px;display:grid}.about-item{border:1px solid var(--line);background:var(--surface);border-radius:14px;min-height:190px;padding:32px}.about-item span{color:var(--blue);font:600 11px var(--font-geist-mono)}.about-item h3{margin:55px 0 0;font-size:20px}.docs-grid{grid-template-columns:1fr 2fr;gap:70px;display:grid}.docs-nav{align-self:start;position:sticky;top:105px}.docs-nav a{color:var(--muted);padding:12px 0;font-size:14px;display:block}.docs-card{background:var(--surface);border:1px solid var(--line);border-radius:14px;margin-bottom:14px;padding:28px}.docs-card h2{margin:0 0 8px;font-size:20px}.docs-card p{color:var(--muted);margin:0;line-height:1.65}.status-card{background:var(--surface);border:1px solid var(--line);border-radius:18px;overflow:hidden}.status-summary{color:#059669;border-bottom:1px solid var(--line);align-items:center;gap:13px;padding:30px;font-size:18px;font-weight:650;display:flex}.status-dot{background:#10b981;border-radius:50%;width:11px;height:11px;box-shadow:0 0 0 7px #10b9811f}.status-row{border-bottom:1px solid var(--line);justify-content:space-between;padding:22px 30px;display:flex}.status-row:last-child{border:0}.status-row span:last-child{color:#059669;font-size:13px}.contact-grid{grid-template-columns:.8fr 1.2fr;gap:90px;display:grid}.contact-meta a{margin:12px 0 38px;font-size:20px;font-weight:600;display:block}.contact-meta span,.field label{color:var(--muted);font:600 10px var(--font-geist-mono);text-transform:uppercase;letter-spacing:.12em}.contact-form{background:var(--surface);border:1px solid var(--line);border-radius:16px;padding:35px}.field{margin-bottom:22px}.field label{margin-bottom:9px;display:block}.field input,.field select,.field textarea{border:1px solid var(--line);background:var(--bg);width:100%;color:var(--text);border-radius:9px;outline:none;padding:13px 14px}.field textarea{resize:vertical;min-height:140px}.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--blue);box-shadow:0 0 0 3px var(--blue)}@supports (color:color-mix(in lab,red,red)){.field input:focus,.field select:focus,.field textarea:focus{box-shadow:0 0 0 3px color-mix(in srgb,var(--blue) 12%,transparent)}}.contact-form .button{cursor:pointer;border:0;width:100%}.form-note{color:var(--muted);text-align:center;margin:13px 0 0;font-size:12px}.not-found{text-align:center;place-items:center;min-height:70vh;padding:80px 20px;display:grid}.not-found strong{color:var(--blue);font:700 13px var(--font-geist-mono);letter-spacing:.16em}.not-found h1{letter-spacing:-.07em;margin:15px 0;font-size:clamp(55px,9vw,110px)}.not-found p{color:var(--muted);margin-bottom:30px}.status-row span:last-child.preparing{color:#d97706}.product-detail-label{align-items:center;gap:14px;margin-bottom:34px;display:flex}.detail-layout{grid-template-columns:.8fr 1.2fr;gap:100px;display:grid}.detail-aside{align-self:start;position:sticky;top:115px}.detail-aside>p{color:var(--text);letter-spacing:-.025em;margin:20px 0 34px;font-size:22px;line-height:1.6}.detail-section{padding-bottom:70px}.detail-section+.detail-section{border-top:1px solid var(--line);padding-top:65px}.feature-list{border-top:1px solid var(--line);margin-top:25px}.feature-list>div{border-bottom:1px solid var(--line);align-items:center;gap:28px;min-height:72px;display:flex}.feature-list span,.product-roadmap>li>span{color:var(--blue);font:600 10px var(--font-geist-mono)}.feature-list strong{font-size:16px}.product-roadmap{margin:30px 0 0;padding:0;list-style:none}.product-roadmap li{grid-template-columns:52px 1fr;align-items:start;min-height:90px;display:grid;position:relative}.product-roadmap li:before{content:"";background:var(--line);width:1px;position:absolute;top:18px;bottom:-8px;left:14px}.product-roadmap li:last-child:before{display:none}.product-roadmap>li>span{z-index:1;background:var(--surface);border:1px solid var(--blue);border-radius:50%;place-items:center;width:29px;height:29px;display:grid;position:relative}@supports (color:color-mix(in lab,red,red)){.product-roadmap>li>span{border:1px solid color-mix(in srgb,var(--blue) 35%,var(--line))}}.product-roadmap small,.product-roadmap strong{display:block}.product-roadmap strong{margin-top:4px}.product-roadmap small{color:var(--muted);font:500 9px var(--font-geist-mono);text-transform:uppercase;letter-spacing:.1em;margin-top:7px}.footer{background:var(--surface);border-top:1px solid var(--line);padding:85px 0 25px}.footer-grid{grid-template-columns:2fr repeat(3,1fr);gap:50px;padding-bottom:70px;display:grid}.footer-brand p{max-width:330px;color:var(--muted);margin:24px 0;font-size:14px;line-height:1.65}.footer-brand>a{color:var(--blue);font-size:13px}.footer-group h3{font:600 10px var(--font-geist-mono);text-transform:uppercase;letter-spacing:.13em;color:var(--muted);margin:7px 0 20px}.footer-group a{margin:13px 0;font-size:13px;display:block}.footer-bottom{border-top:1px solid var(--line);color:var(--muted);justify-content:space-between;padding-top:25px;font-size:11px;display:flex}@media (max-width:900px){.about-grid,.product-grid,.strength-grid{grid-template-columns:repeat(2,1fr)}.strength:nth-child(3n){border-right:1px solid #1f2937}.strength:nth-child(2n){border-right:0}.strength:nth-child(n+4){border-bottom:1px solid #1f2937}.strength:nth-child(n+5){border-bottom:0}.footer-grid{grid-template-columns:2fr repeat(3,1fr);gap:25px}.contact-grid{gap:45px}.technology-grid{grid-template-columns:repeat(2,1fr)}.technology-item:nth-child(4n){border-right:1px solid var(--line)}.technology-item:nth-child(2n){border-right:0}.technology-item:nth-child(n+5){border-bottom:1px solid var(--line)}.technology-item:nth-child(n+7){border-bottom:0}.security-layout{gap:45px}}@media (max-width:700px){.container{width:min(100% - 28px,1180px)}.site-header{height:64px}.nav-links{background:var(--surface);border:1px solid var(--line);border-radius:13px;flex-direction:column;align-items:stretch;gap:0;padding:22px;display:none;position:absolute;top:70px;left:14px;right:14px;box-shadow:0 25px 60px #0f172a26}.nav-links.open{display:flex}.nav-links a{padding:12px 5px}.mobile-contact{display:block}.nav-contact{display:none}.menu-toggle{background:0 0;border:0;place-content:center;gap:5px;width:38px;height:38px;display:grid}.menu-toggle span{background:var(--text);width:20px;height:1px;display:block}.hero{padding-top:82px}.hero h1{font-size:clamp(52px,16vw,76px)}.hero-copy{font-size:17px}.actions{flex-direction:column}.hero-console{margin-top:65px}.console-grid{grid-template-columns:1fr}.console-feature{border-bottom:1px solid #1e2633;border-right:0;padding:40px 28px}.console-feature strong{font-size:29px}.console-stats{grid-template-rows:1fr;grid-template-columns:repeat(3,1fr)}.console-stats div{border-bottom:0;border-right:1px solid #1e2633;padding:20px 12px;display:block}.console-stats strong{margin-bottom:8px;font-size:21px;display:block}.console-stats span{font-size:9px}.stats-grid{grid-template-columns:repeat(2,1fr)}.stat-item{border-bottom:1px solid var(--line)}.stat-item:nth-child(2n){border-right:0}.stat-item:nth-child(n+3){border-bottom:0}.stat-item:first-child{border-left:0}.section{padding:90px 0}.section-heading{margin-bottom:42px;display:block}.section-heading>p{margin-top:25px}.about-grid,.contact-grid,.docs-grid,.product-grid,.strength-grid{grid-template-columns:1fr}.product-card{min-height:310px}.detail-layout,.roadmap-wrap,.security-layout{grid-template-columns:1fr}.roadmap-year{min-height:300px}.roadmap-list{padding:20px 24px}.technology-grid{grid-template-columns:repeat(2,1fr)}.technology-item{min-height:130px}.security-grid{grid-template-columns:1fr}.security-item{border-right:0;border-bottom:1px solid var(--line)!important}.security-item:last-child{border-bottom:0!important}.detail-aside{border-bottom:1px solid var(--line);padding-bottom:55px;position:static}.strength{border-bottom:1px solid #1f2937!important;border-right:0!important}.strength:last-child{border-bottom:0!important}.statement{padding:100px 0}.cta-inner{display:block}.cta .button{width:100%;margin-top:35px}.page-hero{padding:80px 0 60px}.page-content{padding:65px 0 90px}.docs-nav{display:none}.contact-form{padding:24px 18px}.footer-grid{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1;margin-bottom:25px}.footer-bottom{display:block}.footer-bottom span{margin:8px 0;display:block}}@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/f639721981034f88-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/9766a7e9e2e0ad5a-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/b66cf8e69499582a-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/aa016aab0e6d1295-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,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}@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/22a5144ee8d83bca-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Geist Fallback;src:local("Arial");ascent-override:95.94%;descent-override:28.16%;line-gap-override:0.00%;size-adjust:104.76%}.__className_246ccd{font-family:Geist,Geist Fallback;font-style:normal}.__variable_246ccd{--font-geist-sans:"Geist","Geist Fallback"}@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/013b72fa676f92e0-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/b9408752a0c24fb9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/65f03d54ccadf4a8-s.woff2) format("woff2");unicode-range:u+2000-2001,u+2004-2008,u+200a,u+23b8-23bd,u+2500-259f}@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/e038a29029a234f2-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/2b5b02fc7e511755-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,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}@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/7d4881bb7e1bf84d-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Geist Mono Fallback;src:local("Arial");ascent-override:74.67%;descent-override:21.92%;line-gap-override:0.00%;size-adjust:134.59%}.__className_c29908{font-family:Geist Mono,Geist Mono Fallback;font-style:normal}.__variable_c29908{--font-geist-mono:"Geist Mono","Geist Mono Fallback"}