@font-face {
  font-family: 'IBM Plex Mono';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(./assets/ibm-plex-mono-ext.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: 'IBM Plex Mono';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(./assets/ibm-plex-mono.woff2) format('woff2');
  unicode-range: U+0000-00FF, 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: 'Space Grotesk';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url(./assets/space-grotesk-ext.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: 'Space Grotesk';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url(./assets/space-grotesk.woff2) format('woff2');
  unicode-range: U+0000-00FF, 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;
}
:root{color-scheme:dark;--bg:#0a0d0b;--surface:#121713;--surface-2:#19201a;--ink:#f2f5ee;--muted:#a1aca0;--quiet:#818e80;--accent:#c5f778;--accent-soft:rgba(197,247,120,.08);--border:rgba(204,227,194,.15);--max:1280px;--radius:18px;--mono:'IBM Plex Mono',monospace;--sans:'Space Grotesk',system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;--ease:cubic-bezier(.22,1,.36,1)}
*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:110px}
body{margin:0;background:var(--bg);color:var(--ink);font-family:var(--sans);font-size:1rem;line-height:1.65;-webkit-font-smoothing:antialiased}
button,a{-webkit-tap-highlight-color:transparent;touch-action:manipulation}
button,input,select{font:inherit}button{color:inherit}a{color:inherit;text-decoration:none}button,summary{cursor:pointer}img{max-width:100%;display:block}button{border:0}svg{display:block;flex-shrink:0}button:disabled{cursor:wait}
::selection{background:var(--accent);color:var(--bg)}:focus-visible{outline:2px solid var(--accent);outline-offset:6px;border-radius:4px}[hidden]{display:none!important}
.shell{width:min(var(--max),calc(100% - 96px));margin-inline:auto}.icon{width:22px;height:22px;stroke:currentColor;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round;fill:none}.icon-sm{width:17px;height:17px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.skip-link{position:fixed;top:12px;left:12px;z-index:100;background:var(--accent);color:var(--bg);padding:12px 18px;transform:translateY(-160%)}.skip-link:focus{transform:none}
.topbar{position:sticky;top:0;z-index:30;background:rgba(10,13,11,.9);backdrop-filter:blur(24px);border-bottom:1px solid var(--border)}.header{height:88px;display:flex;align-items:center;gap:24px}.brand{display:inline-flex;align-items:center;gap:12px;font-size:1.1rem;font-weight:700;letter-spacing:-.055em;flex-shrink:0}.brand-symbol{display:grid;place-items:center;width:37px;height:37px;background:var(--accent);color:var(--bg);border-radius:10px;transform:rotate(-5deg);transition:transform .4s var(--ease)}.brand:hover .brand-symbol{transform:rotate(0deg)}.brand .brand-symbol .icon{width:25px;height:25px;stroke-width:2}.header-nav{display:flex;align-items:center;gap:25px;margin-left:42px}.header-nav a{font-size:.875rem;color:var(--muted);transition:color .2s}.header-nav a:hover,.header-nav a.is-active{color:var(--accent)}.header-tools{display:flex;align-items:center;gap:12px;margin-left:auto}.radio-control{display:flex;align-items:center;gap:8px;background:transparent;padding:10px 9px;color:var(--muted);font:400 .75rem var(--mono);white-space:nowrap}.radio-control:hover{color:var(--accent)}.radio-control .icon{width:17px;height:17px}.equalizer{display:flex;align-items:center;justify-content:center;gap:3px;height:16px;width:20px}.equalizer i{display:block;width:2px;height:4px;background:currentColor;border-radius:1px}.equalizer i:nth-child(2){height:10px}.equalizer i:nth-child(3){height:14px}.radio-control.is-playing{color:var(--accent)}.radio-control.is-playing .equalizer i{animation:equalize .7s ease-in-out infinite alternate}.radio-control.is-playing .equalizer i:nth-child(2){animation-delay:-.3s}.radio-control.is-playing .equalizer i:nth-child(3){animation-delay:-.6s}.radio-control.is-playing .equalizer i:nth-child(4){animation-delay:-.45s}.radio-control.is-loading{opacity:.6}.radio-control.is-loading .equalizer{animation:pulse 1s infinite}
.language{position:relative}.lang-toggle{display:flex;align-items:center;gap:6px;background:none;border:1px solid var(--border);border-radius:8px;padding:9px 10px;font-size:.875rem;min-height:42px}.lang-toggle .icon{width:16px;height:16px}.lang-menu{position:absolute;right:0;top:calc(100% + 12px);min-width:172px;background:var(--surface-2);border:1px solid var(--border);border-radius:12px;padding:6px;box-shadow:0 18px 40px #0008;animation:menu-enter .2s var(--ease)}.lang-menu button{display:flex;justify-content:space-between;align-items:center;width:100%;background:none;border-radius:7px;padding:10px 12px;font-size:.875rem;text-align:left}.lang-menu button:hover{background:var(--accent-soft)}.lang-menu button[aria-checked=true]{color:var(--accent)}.lang-menu button[aria-checked=true]::after{content:'✓'}
.button{display:inline-flex;align-items:center;justify-content:center;gap:20px;min-height:54px;padding:15px 22px;border-radius:9px;font-size:.875rem;letter-spacing:.025em;font-weight:600;line-height:1.4;transition:background .25s,transform .25s var(--ease),box-shadow .25s;border:1px solid var(--border)}.button .icon{width:18px;height:18px;transition:transform .25s var(--ease)}.button:hover .icon{transform:translate(3px,-2px)}.button:hover{transform:translateY(-2px)}.button-primary{background:var(--accent);border-color:var(--accent);color:#17220d;box-shadow:0 0 0 0 #c5f70000}.button-primary:hover{background:#d5ff96;box-shadow:0 8px 30px #c5f71814}.button-secondary{background:var(--surface);color:var(--ink)}.button-secondary:hover{background:var(--surface-2)}.button-compact{min-height:42px;padding:11px 15px;font-size:.75rem;gap:10px}.header-login{padding:10px 5px;font-size:.75rem;letter-spacing:.025em}.header-login:hover{color:var(--accent)}.menu-toggle{display:none;background:transparent;width:42px;height:42px;align-items:center;justify-content:center;border:1px solid var(--border);border-radius:8px}.mobile-menu{border-top:1px solid var(--border);background:var(--surface);padding:20px 24px;animation:menu-enter .25s var(--ease)}.mobile-menu .mobile-links{display:grid;gap:10px}.mobile-menu .mobile-links>a{padding:10px 0;font-size:1.125rem}.mobile-menu .mobile-actions{display:flex;gap:12px;margin-top:15px}.mobile-menu .mobile-actions a{flex:1}
.hero{position:relative;padding-top:34px;isolation:isolate;overflow:clip}.hero::before{content:'';position:absolute;z-index:-1;inset:0 0 auto;height:980px;background:radial-gradient(ellipse at 75% 74%,#4e702514,transparent 60%),linear-gradient(90deg,transparent calc(50% - .5px),#c5f70806 50%,transparent calc(50% + .5px));pointer-events:none}.hero-topline{display:flex;justify-content:space-between;align-items:center;margin-bottom:26px}.eyebrow{display:flex;align-items:center;gap:12px;color:var(--accent);font:400 .75rem/1.7 var(--mono);letter-spacing:.1em;text-transform:uppercase;margin:0 0 24px}.eyebrow::before{content:'';width:7px;height:7px;border:1px solid currentColor;flex-shrink:0}.hero-topline .eyebrow{margin:0}.hero-id{color:var(--quiet);font:400 .75rem var(--mono);letter-spacing:.03em}.hero-intro{width:min(100%,960px);margin:44px auto 0}.hero-grid{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:56px;align-items:end;margin-bottom:30px}.hero h1{font-size:clamp(2.3rem,4.25vw,3.625rem);line-height:1.03;font-weight:500;letter-spacing:-.07em;margin:0}.hero h1 span{display:block}.hero h1 .accent{color:var(--accent);font-size:1.25em;line-height:1.15;margin-top:4px;letter-spacing:-.075em}.hero-side{padding-bottom:10px}.hero-lead{font-size:1.0625rem;line-height:1.7;color:var(--muted);margin:0 0 26px;max-width:350px}.hero-actions{display:grid;gap:11px}.hero-actions .button{justify-content:space-between}.status{display:flex;align-items:center;gap:9px;color:var(--muted);font:400 .75rem var(--mono);margin:23px 0 0}.status .icon{width:17px;height:17px;color:var(--accent)}
.preview{position:relative;width:min(100%,960px);margin-inline:auto;border:1px solid #607743;border-radius:14px;overflow:hidden;background:#192019;box-shadow:0 0 0 6px #c5f70803,0 30px 80px #0005;animation:preview-enter 1s .15s var(--ease) both}.preview-bar{display:flex;justify-content:space-between;align-items:center;padding:14px 20px;border-bottom:1px solid var(--border);background:#151b14;color:var(--muted);font:400 .75rem var(--mono);gap:14px}.preview-address{display:flex;align-items:center;gap:10px}.preview-address .icon{width:15px;height:15px;color:var(--accent)}.preview-bar-right{display:flex;align-items:center;gap:18px}.preview-tag{font-size:.6875rem;letter-spacing:.08em;color:var(--accent)}.icon-button{width:32px;height:32px;display:grid;place-items:center;background:transparent;border:1px solid var(--border);border-radius:6px;color:var(--muted)}.icon-button:hover{color:var(--accent);background:var(--accent-soft)}.icon-button .icon{width:17px;height:17px}.preview-image-button{display:block;position:relative;width:100%;padding:0;background:#fff;cursor:zoom-in}.client-demo{width:100%;height:auto;aspect-ratio:1280/550;object-fit:contain}.image-hint{position:absolute;bottom:17px;right:18px;background:#111a10ed;color:var(--accent);display:flex;align-items:center;gap:8px;border:1px solid #698845;border-radius:30px;padding:10px 14px;box-shadow:0 4px 20px #0004;font-size:.75rem;opacity:0;transform:translateY(7px);transition:.25s var(--ease)}.preview-image-button:hover .image-hint,.preview-image-button:focus-visible .image-hint{opacity:1;transform:none}.image-hint .icon{width:16px;height:16px}.preview-foot{display:flex;align-items:center;justify-content:space-between;padding:12px 20px;font:400 .75rem/1.5 var(--mono);color:var(--muted)}.preview-credit{display:inline-flex;align-items:center;gap:6px}.preview-credit:hover{color:var(--accent)}.preview-credit .icon{width:13px;height:13px}.preview-foot .device-icons{display:flex;align-items:center;gap:11px}.device-icons .icon{width:16px;height:16px}.hero-bottom{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--border);padding:27px 0 32px;gap:20px}.hero-bottom-item{display:flex;align-items:center;gap:10px;color:var(--muted);font-size:.875rem}.hero-bottom-item .icon{color:var(--accent);width:18px;height:18px}.hero-bottom a:hover{color:var(--accent)}.scroll-cue{color:var(--quiet);font:400 .75rem var(--mono);display:flex;align-items:center;gap:9px}.scroll-cue .icon{width:16px;height:16px}
.statement{padding:115px 0 108px}.statement-grid{display:grid;grid-template-columns:240px 1fr;gap:100px}.section-marker{font:400 .75rem/1.8 var(--mono);letter-spacing:.065em;text-transform:uppercase;color:var(--quiet)}.section-marker .index{display:block;color:var(--accent);margin-bottom:18px}.section-marker .index::after{content:'';display:inline-block;width:48px;height:1px;background:var(--border);vertical-align:middle;margin-left:14px}.statement h2{font-size:clamp(2rem,3.25vw,3.1rem);font-weight:500;letter-spacing:-.045em;line-height:1.2;margin:0 0 26px;max-width:840px}.statement .intro-copy{font-size:1rem;line-height:1.9;color:var(--muted);max-width:790px;margin:0}.intro-copy a{color:var(--ink);text-decoration:underline;text-underline-offset:4px;text-decoration-color:var(--accent)}.intro-copy a:hover{color:var(--accent)}
.features{background:var(--surface);border-block:1px solid var(--border);padding:90px 0 96px}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:44px}.section-heading h2{font-size:clamp(2.2rem,4.05vw,3.8rem);font-weight:500;line-height:1.1;letter-spacing:-.055em;margin:0}.section-heading .eyebrow{margin-bottom:20px}.section-count{font:400 .75rem var(--mono);color:var(--quiet)}.feature-layout{display:grid;grid-template-columns:1fr 1.45fr;gap:54px;align-items:stretch}.feature-tabs{display:flex;flex-direction:column;gap:10px}.feature-tab{display:flex;align-items:center;gap:18px;background:transparent;padding:23px 22px;text-align:left;border:1px solid transparent;border-bottom-color:var(--border);border-radius:10px;transition:background .25s,border-color .25s,color .25s}.feature-tab .tab-number{font:400 .75rem var(--mono);color:var(--quiet)}.feature-tab .tab-icon{width:27px;height:27px;color:var(--muted)}.feature-tab .tab-title{font-size:1.05rem;font-weight:500;flex:1}.feature-tab .tab-arrow{width:17px;height:17px;color:var(--quiet);transition:transform .25s}.feature-tab:hover{background:#ffffff04}.feature-tab[aria-selected=true]{background:var(--accent-soft);border-color:#c5f73533}.feature-tab[aria-selected=true] .tab-icon,.feature-tab[aria-selected=true] .tab-number,.feature-tab[aria-selected=true] .tab-title,.feature-tab[aria-selected=true] .tab-arrow{color:var(--accent)}.feature-tab[aria-selected=true] .tab-arrow{transform:translateX(3px)}
.feature-stage{min-width:0;position:relative;min-height:380px;border:1px solid var(--border);border-radius:14px;background:var(--bg);overflow:hidden}.feature-panel{position:relative;min-height:380px;padding:36px;display:flex;flex-direction:column;justify-content:space-between;gap:28px;isolation:isolate}.feature-panel::before{content:'';position:absolute;z-index:-1;inset:0;background:radial-gradient(ellipse at 90% 5%,#c5f00c08,transparent 70%)}.feature-panel.is-entering{animation:panel-enter .45s var(--ease) both}.feature-panel h3{font-size:1.5rem;font-weight:500;letter-spacing:-.03em;margin:0 0 12px}.feature-panel p{color:var(--muted);margin:0;line-height:1.85}.feature-panel-top{display:flex;align-items:center;justify-content:space-between;gap:15px}.feature-symbol{display:grid;place-items:center;width:66px;height:66px;border-radius:18px;background:var(--accent-soft);border:1px solid #c5f70026;color:var(--accent)}.feature-symbol .icon{width:34px;height:34px;stroke-width:1.3}.feature-meta{font:400 .75rem var(--mono);color:var(--quiet);display:flex;align-items:center;gap:12px}.feature-meta::before{content:'';width:28px;height:1px;background:var(--border)}.connection-path{display:flex;align-items:center;gap:9px;color:var(--accent);margin-left:auto}.connection-path .icon{width:23px;height:23px}.connection-path .path-line{height:1px;width:43px;background:#c5f72230;position:relative;overflow:hidden}.connection-path .path-line::after{content:'';position:absolute;inset:0;width:16px;background:var(--accent);animation:transmit 2.8s ease-in-out infinite}.feature-small-note{font:400 .75rem var(--mono);color:var(--quiet)!important}.shortcut{margin-top:20px;border-top:1px solid var(--border)}.shortcut summary{display:flex;gap:15px;justify-content:space-between;padding:18px 0 0;font-size:.75rem;letter-spacing:.04em;color:var(--accent);list-style:none}.shortcut summary .icon{width:18px;height:18px;transition:transform .25s}.shortcut[open] summary .icon{transform:rotate(45deg)}.shortcut p{font-size:.875rem;padding-top:14px}.shortcut summary::-webkit-details-marker{display:none}
.networks{padding:104px 0 110px}.network-grid{display:grid;grid-template-columns:1fr 1fr .88fr;gap:20px}.network-card{position:relative;display:flex;flex-direction:column;min-height:330px;background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:30px;overflow:hidden;transition:transform .3s var(--ease),border-color .3s,background .3s}.network-card:hover{transform:translateY(-5px);border-color:#c5f75560;background:#161e15}.network-card .network-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:38px}.network-card .network-symbol{width:52px;height:52px;border:1px solid var(--border);border-radius:50%;display:grid;place-items:center;color:var(--accent)}.network-symbol .icon{width:25px;height:25px}.network-card .external{display:grid;place-items:center;border-radius:50%;width:32px;height:32px;color:var(--quiet);transition:.3s var(--ease)}.network-card:hover .external{color:var(--accent);transform:rotate(45deg)}.network-card .external .icon{width:19px;height:19px}.network-kicker{font:400 .75rem var(--mono);color:var(--quiet);letter-spacing:.08em;margin-bottom:9px;display:block}.network-card h3{font-weight:500;letter-spacing:-.055em;font-size:2.6rem;line-height:1.12;margin:0 0 16px}.network-card p{color:var(--muted);font-size:1rem;margin:0;line-height:1.7}.network-card.support{background:var(--accent);color:#16210d;border-color:var(--accent)}.network-card.support:hover{background:#d2ff8f}.network-card.support .network-symbol{color:#263c13;border-color:#344e2940}.network-card.support .external{color:#263c13}.network-card.support .network-kicker{color:#365024}.network-card.support p{color:#334927}.network-card.support h3{font-size:2.25rem}
.legal-section{padding:66px 0;border-top:1px solid var(--border);background:var(--surface)}.legal-grid{display:grid;grid-template-columns:1fr 1.1fr;align-items:start;gap:80px}.legal-copy .eyebrow{margin-bottom:18px}.legal-copy h2{font-size:2rem;font-weight:500;letter-spacing:-.045em;line-height:1.25;margin:0 0 17px}.legal-copy>p:last-child{color:var(--muted);font-size:.9375rem;max-width:360px;margin:0}.legal-details{border-block:1px solid var(--border)}.legal-details summary{display:flex;justify-content:space-between;align-items:center;gap:24px;font-size:.8125rem;letter-spacing:.035em;list-style:none;min-height:86px;padding:24px 0}.legal-details summary::-webkit-details-marker{display:none}.summary-icon{width:33px;height:33px;display:grid;place-items:center;color:var(--accent);border:1px solid var(--border);border-radius:50%;flex-shrink:0;transition:transform .3s}.summary-icon .icon{width:18px;height:18px}.legal-details[open] .summary-icon{transform:rotate(45deg)}.legal-panel{padding:0 0 24px;animation:menu-enter .3s var(--ease)}.legal-panel p{color:var(--muted);font-size:.9375rem;margin:0 0 15px}.legal-panel p:last-child{margin-bottom:0}.legal-panel a{color:var(--ink);text-decoration:underline;text-underline-offset:4px;text-decoration-color:var(--quiet)}.legal-panel a:hover{color:var(--accent)}
.footer{padding:38px 0 24px;overflow:hidden}.footer-top{display:flex;justify-content:space-between;align-items:center;gap:30px;padding-bottom:40px}.footer-links{display:flex;gap:13px 24px;flex-wrap:wrap;justify-content:flex-end}.footer-links a{color:var(--muted);font-size:.8125rem}.footer-links a:hover{color:var(--accent)}.hero-wordmark{font-size:clamp(3.5rem,12.2vw,11rem);font-weight:700;line-height:1;letter-spacing:-.066em;color:#a3b08e10;white-space:nowrap;text-align:center;margin:0 0 36px;user-select:none}.footer-bottom{display:flex;justify-content:space-between;align-items:center;gap:20px;padding-top:22px;border-top:1px solid var(--border);font:400 .6875rem/1.8 var(--mono);color:var(--quiet)}.back-top{display:flex;align-items:center;gap:8px;font-size:.75rem}.back-top .icon{width:14px;height:14px}.back-top:hover{color:var(--accent)}
.toast{position:fixed;bottom:28px;left:50%;transform:translate(-50%,20px);opacity:0;pointer-events:none;z-index:70;background:var(--surface-2);color:var(--ink);padding:15px 22px;border:1px solid #c5f72840;border-radius:10px;box-shadow:0 12px 40px #0008;transition:.3s var(--ease);max-width:calc(100% - 32px);font-size:.875rem}.toast.is-visible{opacity:1;transform:translate(-50%,0)}
.preview-dialog{color:var(--ink);background:#0e130f;border:1px solid var(--border);border-radius:14px;padding:0;width:min(1440px,calc(100vw - 48px));max-width:none;max-height:90dvh;box-shadow:0 30px 100px #000a}.preview-dialog::backdrop{background:#030603dc;backdrop-filter:blur(12px)}.preview-dialog[open]{animation:dialog-enter .3s var(--ease)}.dialog-toolbar{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:14px 18px;border-bottom:1px solid var(--border);font:400 .8125rem var(--mono)}.dialog-toolbar p{margin:0}.dialog-actions{display:flex;align-items:center;gap:10px}.image-scroll{overflow:auto;max-height:calc(90dvh - 76px);background:#fff}.image-scroll img{width:100%;max-width:none}.image-scroll.is-zoomed img{width:max(1280px,100%)}.image-scroll.is-zoomed{cursor:grab}.preview-error{padding:50px;text-align:center;color:var(--ink);background:var(--surface)}.preview-error a{color:var(--accent);text-decoration:underline}
@keyframes transmit{0%{transform:translateX(-18px)}75%,100%{transform:translateX(50px)}}@keyframes equalize{to{height:3px}}@keyframes pulse{50%{opacity:.3}}@keyframes menu-enter{from{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:none}}@keyframes preview-enter{from{opacity:0;transform:translateY(26px)}to{opacity:1;transform:none}}@keyframes panel-enter{from{opacity:0;transform:translateY(10px);filter:blur(3px)}to{opacity:1;transform:none;filter:blur(0)}}@keyframes dialog-enter{from{opacity:0;transform:translateY(16px) scale(.985)}to{opacity:1;transform:none}}
@media(prefers-reduced-motion:no-preference){.hero-wordmark{animation:preview-enter .85s var(--ease) both}.hero-topline{animation:preview-enter .7s var(--ease) both}.hero h1{animation:preview-enter .85s .08s var(--ease) both}.hero-side{animation:preview-enter .85s .2s var(--ease) both}.reveal-ready{opacity:0;transform:translateY(22px);transition:opacity .7s var(--ease),transform .7s var(--ease)}.reveal-ready.is-revealed{opacity:1;transform:none}::view-transition-old(root){animation:locale-out .16s ease both}::view-transition-new(root){animation:locale-in .28s var(--ease) both}@keyframes locale-out{to{opacity:0;transform:translateY(-5px)}}@keyframes locale-in{from{opacity:0;transform:translateY(7px)}}}
@media(min-width:1600px){.hero{padding-top:42px}}
@media(max-width:1200px){.shell{width:calc(100% - 64px)}.header-nav{margin-left:15px;gap:18px}.header-tools{gap:8px}.hero-grid{grid-template-columns:minmax(0,1fr) 285px;gap:36px}.hero h1{font-size:clamp(2.3rem,4.25vw,3.625rem)}.statement-grid{grid-template-columns:180px 1fr;gap:64px}.feature-layout{gap:28px}.feature-tab{padding:22px 17px;gap:13px}.network-card{padding:25px}.legal-grid{gap:55px}}
@media(max-width:960px){.header-login{display:none}.header{height:76px}.header-nav{display:none}.hero{padding-top:28px}.hero-grid{grid-template-columns:1fr 260px;gap:28px}.hero h1{font-size:clamp(2.15rem,4.7vw,3.1rem)}.hero h1 .accent{font-size:1.13em}.hero-lead{font-size:1rem}.hero-id{display:none}.hero-bottom{gap:15px;flex-wrap:wrap}.scroll-cue{display:none}.statement{padding:76px 0}.statement-grid{grid-template-columns:150px 1fr;gap:40px}.features{padding:72px 0}.feature-layout{grid-template-columns:1fr}.feature-tabs{flex-direction:row;gap:10px}.feature-tab{flex:1;gap:10px;padding:18px 14px}.feature-tab .tab-title{font-size:.9375rem}.feature-tab .tab-number,.feature-tab .tab-arrow{display:none}.feature-tab .tab-icon{width:23px;height:23px}.feature-stage,.feature-panel{min-height:300px}.network-grid{grid-template-columns:1fr 1fr}.network-card.support{grid-column:1/-1;min-height:unset;display:grid;grid-template-columns:100px 1fr 1.2fr;align-items:center;gap:24px}.network-card.support .network-top{margin:0}.network-card.support .external{display:none}.network-card.support h3{margin:0}.networks{padding:75px 0}.legal-grid{gap:35px}.footer-top{align-items:flex-start}.footer-links{max-width:470px}.hero-wordmark{font-size:11.8vw}}
@media(max-width:680px){.header-tools>.radio-control{display:none}.shell{width:calc(100% - 40px)}.header{height:70px;gap:12px}.brand{font-size:1rem;gap:9px}.brand-symbol{width:32px;height:32px;border-radius:9px}.header-tools{gap:8px}.header-login,.header-signup{display:none}.menu-toggle{display:flex}.lang-toggle{border-color:transparent;gap:4px;padding:8px 5px}.lang-toggle>.icon:first-child{display:none}.hero{padding-top:24px}.hero-intro{margin-top:32px}.hero-topline{margin-bottom:24px}.eyebrow{font-size:.6875rem;letter-spacing:.07em}.hero-grid{grid-template-columns:1fr;gap:25px;margin-bottom:33px}.hero h1{font-size:clamp(2.1rem,8.5vw,3.3rem);line-height:1.06;max-width:560px;letter-spacing:-.065em}.hero h1 .accent{font-size:1.18em;line-height:1.2;margin-top:0}.hero-side{padding:0}.hero-lead{font-size:1rem;max-width:450px;margin-bottom:23px}.hero-actions{display:flex;gap:10px}.hero-actions .button{flex:1;font-size:.6875rem;gap:9px;padding:14px;min-height:52px}.hero-actions .icon{width:16px;height:16px}.status{margin-top:19px;font-size:.75rem}.preview{border-radius:10px;box-shadow:0 20px 40px #0004}.preview-bar{padding:9px 11px;gap:6px}.preview-address{gap:6px;font-size:.625rem}.preview-address .icon{width:13px;height:13px}.preview-tag{display:none}.preview-bar-right{gap:6px}.preview-foot{padding:10px 12px;font-size:.625rem}.image-hint{display:none}.client-demo{width:100%;min-width:0}.hero-bottom{padding:23px 0;gap:14px}.hero-bottom-item{font-size:.75rem;gap:7px}.hero-bottom-item:last-of-type{width:100%}.hero-bottom-item .icon{width:16px;height:16px}.statement{padding:60px 0}.statement-grid{grid-template-columns:1fr;gap:25px}.section-marker{display:flex;align-items:center;gap:20px;font-size:.6875rem}.section-marker .index{margin:0}.section-marker .index::after{width:20px;margin-left:12px}.section-marker br{display:none}.statement-copy .eyebrow{margin-bottom:15px}.statement h2{font-size:2rem;line-height:1.2;letter-spacing:-.04em;margin-bottom:22px}.statement .intro-copy{font-size:1rem;line-height:1.8}.features{padding:55px 0}.section-heading{margin-bottom:30px;gap:20px}.section-heading h2{font-size:2.25rem;letter-spacing:-.05em}.section-count{display:none}.section-heading .eyebrow{margin-bottom:15px}.feature-tabs{gap:7px;align-items:stretch}.feature-tab{flex-direction:column;justify-content:flex-start;gap:10px;padding:14px 7px;text-align:center;border:1px solid var(--border);border-radius:9px}.feature-tab .tab-title{font-size:.875rem;line-height:1.4;hyphens:auto;overflow-wrap:anywhere}.feature-tab .tab-icon{width:25px;height:25px}.feature-layout{gap:16px}.feature-panel{padding:25px;gap:30px;min-height:350px}.feature-panel h3{font-size:1.4rem}.feature-panel p{font-size:1rem;line-height:1.8}.feature-symbol{width:57px;height:57px;border-radius:15px}.feature-symbol .icon{width:30px;height:30px}.feature-meta{font-size:.6875rem}.connection-path .path-line{width:26px}.connection-path .icon{width:20px;height:20px}.networks{padding:62px 0}.network-grid{grid-template-columns:1fr;gap:14px}.network-card{min-height:280px;padding:26px}.network-card .network-top{margin-bottom:25px}.network-card h3{font-size:2.5rem}.network-card.support{display:flex;align-items:stretch;gap:0;min-height:280px;grid-column:auto}.network-card.support .network-top{margin-bottom:25px}.network-card.support .external{display:grid}.network-card.support h3{margin:0 0 16px}.network-kicker{font-size:.6875rem}.legal-section{padding:48px 0}.legal-grid{grid-template-columns:1fr;gap:30px}.legal-copy h2{font-size:1.875rem}.legal-copy>p:last-child{max-width:none}.legal-details summary{min-height:80px;font-size:.75rem}.footer{padding-top:30px}.footer-top{flex-direction:column;gap:25px;padding-bottom:27px}.footer-links{justify-content:flex-start;gap:13px 20px}.footer-links a{font-size:.8125rem}.hero-wordmark{font-size:11.7vw;margin-bottom:27px}.footer-bottom{align-items:flex-start;font-size:.625rem;gap:18px}.back-top{font-size:.6875rem;white-space:nowrap}.preview-dialog{width:calc(100vw - 20px);max-height:90dvh;border-radius:10px}.dialog-toolbar{padding:11px 12px;font-size:.6875rem}.image-scroll{max-height:calc(90dvh - 67px)}.toast{bottom:15px}.shortcut summary{font-size:.6875rem}.shortcut p{font-size:.875rem}}
@media(max-width:370px){.shell{width:calc(100% - 32px)}.brand{font-size:.9rem}.hero h1{font-size:2.1rem}.hero-actions{flex-direction:column}.hero-actions .button{font-size:.75rem}.feature-tab .tab-title{font-size:.75rem}.feature-panel{padding:22px}.hero-bottom-item{font-size:.6875rem}.preview-address{font-size:.5625rem}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation:none!important;transition:none!important}.reveal-ready{opacity:1;transform:none}::view-transition-group(*),::view-transition-old(*),::view-transition-new(*){animation:none!important}}
