:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--radius-sm:10px;--radius-md:14px;--radius-lg:18px;--shadow-sm:0 1px 2px #0f172a0d;--shadow-md:0 10px 30px #0f172a14;--background:#fafafa;--panel:#fff;--panel-soft:#fcfcfd;--panel-strong:#f4f4f5;--border:#e4e4e7;--border-soft:#f1f1f4;--foreground:#09090b;--foreground-soft:#27272a;--muted:#71717a;--muted-soft:#a1a1aa;--primary:#09090b;--primary-foreground:#fafafa;--accent-blue:#3b82f6;--accent-blue-soft:#3b82f61f;--accent-green:#16a34a;--accent-green-soft:#16a34a1f;--accent-amber:#d97706;--accent-amber-soft:#d977061f;--accent-violet:#7c3aed;--accent-violet-soft:#7c3aed1f;--accent-red:#dc2626;--accent-red-soft:#dc26261f;--ok-bg:#dcfce7;--ok-border:#86efac;--ok-text:#166534;--grid-line:#09090b08;--surface-elevated:#ffffffe0;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,Segoe UI,Roboto,Helvetica,Arial,sans-serif}:root[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--shadow-sm:none;--shadow-md:none;--background:#09090b;--panel:#111113;--panel-soft:#0b0b0d;--panel-strong:#18181b;--border:#27272a;--border-soft:#18181b;--foreground:#fafafa;--foreground-soft:#e4e4e7;--muted:#a1a1aa;--muted-soft:#71717a;--primary:#fafafa;--primary-foreground:#09090b;--accent-blue:#60a5fa;--accent-blue-soft:#60a5fa29;--accent-green:#22c55e;--accent-green-soft:#22c55e29;--accent-amber:#f59e0b;--accent-amber-soft:#f59e0b29;--accent-violet:#a78bfa;--accent-violet-soft:#a78bfa29;--accent-red:#ef4444;--accent-red-soft:#ef444429;--ok-bg:#052e16;--ok-border:#166534;--ok-text:#86efac;--grid-line:#ffffff08;--surface-elevated:#0b0b0deb}*{box-sizing:border-box}html,body,#root{min-height:100%}body{background:linear-gradient(180deg, #3b82f60a, transparent 18rem), linear-gradient(90deg, var(--grid-line) 1px, transparent 1px), linear-gradient(var(--grid-line) 1px, transparent 1px), var(--background);color:var(--foreground);background-size:auto,4rem 4rem,4rem 4rem,auto;margin:0;transition:background-color .18s,color .18s}a,button,input{font:inherit}button{margin:0}#root{min-height:100vh}.app-shell{grid-template-columns:252px minmax(0,1fr);min-height:100vh;display:grid}.sidebar{background:var(--panel);border-right:1px solid var(--border);flex-direction:column;gap:1.25rem;height:100vh;padding:1.5rem 1rem;display:flex;position:sticky;top:0}.brand{align-items:center;gap:.75rem;display:flex}.brand-mark{background:var(--panel-strong);border:1px solid var(--border);border-radius:10px;flex:none;width:34px;height:34px;position:relative}.brand-mark:before,.brand-mark:after{content:"";background:var(--foreground);border-radius:999px;position:absolute}.brand-mark:before{width:16px;height:4px;top:15px;left:9px}.brand-mark:after{width:4px;height:16px;top:9px;left:15px}.brand-name{letter-spacing:-.02em;font-size:1.125rem;font-weight:700}.eyebrow{color:var(--muted);margin-bottom:.5rem;font-size:.75rem;line-height:1rem}.workspace-card,.side-card,.profile-card{background:var(--panel-soft);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-sm)}.workspace-card{grid-template-columns:34px 1fr;gap:.625rem;padding:.875rem;display:grid}.workspace-meta strong,.profile-meta strong{font-size:.875rem;line-height:1.25rem;display:block}.workspace-meta span,.profile-meta span,.card-subtitle,.tiny{color:var(--muted);font-size:.75rem;line-height:1rem}.card-title{letter-spacing:-.02em;font-size:1rem;font-weight:600;line-height:1.35}.sidebar-section{flex-direction:column;gap:.375rem;display:flex}.nav-link{border-radius:var(--radius-sm);height:2.25rem;color:var(--muted);border:1px solid #0000;align-items:center;gap:.75rem;padding:0 .625rem;text-decoration:none;display:flex}.nav-link:hover{background:var(--panel-soft);color:var(--foreground)}.nav-link.active{background:var(--panel-strong);border-color:var(--border);color:var(--foreground)}.nav-link-button{cursor:pointer;background:0 0;justify-content:flex-start;width:100%}.nav-icon{background:var(--border);border-radius:999px;flex:none;width:.875rem;height:.875rem}.side-card{padding:1rem}.progress{background:var(--panel-strong);border-radius:999px;width:100%;height:.5rem;overflow:hidden}.progress>span{border-radius:inherit;background:var(--accent-green);height:100%;display:block}.profile-card{align-items:center;gap:.75rem;margin-top:auto;padding:.875rem;display:flex}.avatar{background:var(--panel-strong);width:40px;height:40px;color:var(--foreground);border-radius:999px;place-items:center;font-size:.8125rem;font-weight:600;display:grid}.main{padding:2rem}.main-topnav{border:1px solid var(--border);background:var(--panel);box-shadow:var(--shadow-sm);border-radius:999px;align-items:center;gap:.375rem;margin-bottom:1.25rem;padding:.35rem;display:inline-flex}.main-topnav-link{min-height:2.25rem;color:var(--muted);border-radius:999px;justify-content:center;align-items:center;padding:0 .95rem;text-decoration:none;transition:background-color .14s,color .14s,border-color .14s;display:inline-flex}.main-topnav-link:hover{background:var(--panel-strong);color:var(--foreground)}.main-topnav-link.active{background:var(--primary);color:var(--primary-foreground)}.main-topnav-link.web3{border:1px solid var(--border-soft)}.header{justify-content:space-between;align-items:start;gap:1rem;margin-bottom:1.5rem;display:flex}.page-title{letter-spacing:-.04em;margin:.25rem 0 .375rem;font-size:clamp(1.875rem,2vw,2.25rem);line-height:1.1}.page-subtitle{color:var(--muted);max-width:48rem;margin:0;font-size:.9375rem;line-height:1.5}.footer-subtitle{margin-top:.5rem}.header-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:.75rem;display:flex}.header-badge-group{flex-wrap:wrap;gap:.5rem;display:flex}.switcher-group{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.search{background:var(--panel);border:1px solid var(--border);width:min(18rem,100%);height:2.625rem;color:var(--foreground);border-radius:.75rem;outline:none;padding:0 .875rem}.search::placeholder{color:var(--muted)}.btn{border:1px solid var(--border);background:var(--panel);height:2.625rem;color:var(--foreground);cursor:pointer;border-radius:.75rem;padding:0 1rem;transition:background-color .14s,border-color .14s,color .14s}.btn:hover{background:var(--panel-strong)}.btn-primary{background:var(--primary);border-color:var(--primary);color:var(--primary-foreground)}.btn-primary:hover{filter:brightness(1.04)}.theme-switcher{background:var(--panel);border:1px solid var(--border);border-radius:.875rem;gap:.25rem;padding:.25rem;display:inline-flex}.theme-chip{color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:.625rem;padding:.5rem .875rem}.theme-chip.active{background:var(--panel-strong);color:var(--foreground)}.dashboard{gap:1.25rem;display:grid}.kpi-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;display:grid}.card{background:var(--surface-elevated);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm)}.card-header{justify-content:space-between;align-items:start;gap:1rem;margin-bottom:1rem;display:flex}.card-body{padding:1.25rem}.metric-card .card-body{flex-direction:column;gap:.875rem;display:flex}.metric-label{color:var(--muted);font-size:.8125rem}.metric-value{letter-spacing:-.04em;font-size:2rem;font-weight:700;line-height:1}.mix-value{font-size:2rem}.status-dot{border-radius:999px;width:.75rem;height:.75rem;box-shadow:0 0 0 .25rem #0000}.status-dot.blue{background:var(--accent-blue);box-shadow:0 0 0 .25rem var(--accent-blue-soft)}.status-dot.green{background:var(--accent-green);box-shadow:0 0 0 .25rem var(--accent-green-soft)}.status-dot.amber{background:var(--accent-amber);box-shadow:0 0 0 .25rem var(--accent-amber-soft)}.status-dot.violet{background:var(--accent-violet);box-shadow:0 0 0 .25rem var(--accent-violet-soft)}.badge{border:1px solid var(--border);background:var(--panel-strong);min-height:1.5rem;color:var(--foreground-soft);border-radius:999px;align-items:center;gap:.375rem;padding:0 .625rem;font-size:.75rem;line-height:1rem;display:inline-flex}.badge-success{background:var(--ok-bg);border-color:var(--ok-border);color:var(--ok-text)}.badge-dot{background:currentColor;border-radius:999px;width:.375rem;height:.375rem}.content-grid{grid-template-columns:minmax(0,2.1fr) minmax(20rem,1fr);align-items:start;gap:1rem;display:grid}.chart-card .card-body{gap:1rem;display:grid}.chart-shell{border-radius:var(--radius-md);border:1px solid var(--border-soft);background:var(--panel-soft);padding:1rem}.chart-stage{grid-template-columns:repeat(12,1fr);align-items:end;gap:.875rem;height:15rem;padding:1rem .25rem 1.5rem;display:grid;position:relative}.chart-stage:before{content:"";background:linear-gradient(var(--border-soft) 1px, transparent 1px) 0 0 / 100% 25%, linear-gradient(90deg, var(--border-soft) 1px, transparent 1px) 0 0 / calc(100% / 8) 100%;pointer-events:none;position:absolute;inset:0 0 1.25rem}.bar{background:var(--panel-strong);z-index:1;border-radius:.625rem;position:relative}.bar.active{background:linear-gradient(180deg, var(--accent-blue), color-mix(in srgb, var(--accent-blue), transparent 18%))}.line-layer{pointer-events:none;position:absolute;inset:0 0 1.25rem}.line-svg{width:100%;height:100%}.axis{color:var(--muted);grid-template-columns:repeat(8,1fr);gap:.5rem;font-size:.75rem;display:grid}.chart-footer{flex-wrap:wrap;justify-content:space-between;gap:1rem;display:flex}.legend-group{flex-wrap:wrap;gap:.625rem;display:flex}.list-card .card-body,.stack-card .card-body{gap:.875rem;display:grid}.stack-layout{gap:1rem;display:grid}.health-row,.approval-row,.mix-row{gap:.375rem;display:grid}.row-head{justify-content:space-between;gap:1rem;font-size:.8125rem;display:flex}.pill-list{gap:.625rem;display:grid}.pill-row{background:var(--panel-soft);border:1px solid var(--border-soft);border-radius:.75rem;grid-template-columns:.75rem 1fr auto;align-items:center;gap:.625rem;min-height:2rem;padding:.5rem .75rem;display:grid}.pill-row>.dot{border-radius:999px;width:.5rem;height:.5rem}.dot.green{background:var(--accent-green)}.dot.blue{background:var(--accent-blue)}.dot.amber{background:var(--accent-amber)}.dot.red{background:var(--accent-red)}.dot.violet{background:var(--accent-violet)}.table-card .card-body{padding-top:0}.table-header{margin-bottom:0;padding-top:1.25rem}.table-toolbar{justify-content:flex-end;gap:.5rem;padding:0 1.25rem 1rem;display:flex}table{border-collapse:separate;border-spacing:0 .625rem;width:100%}th,td{text-align:left;padding:.75rem .625rem;font-size:.875rem}th{color:var(--muted);border-bottom:1px solid var(--border);padding-bottom:.875rem;font-weight:500}tbody tr{background:var(--panel-soft);border:1px solid var(--border-soft)}tbody td:first-child{border-radius:.75rem 0 0 .75rem}tbody td:last-child{border-radius:0 .75rem .75rem 0}.sub-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:1rem;display:grid}.mix-metric{border:1px solid var(--border-soft);background:var(--panel-soft);border-radius:.875rem;gap:.5rem;width:10rem;padding:1rem;display:grid}.mix-layout{grid-template-columns:10rem 1fr;align-items:start;gap:1.25rem;display:grid}.mix-grid{gap:1rem;display:grid}.queue-list{gap:.75rem;display:grid}.queue-row{background:var(--panel-soft);border:1px solid var(--border-soft);border-radius:.875rem;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:1rem;padding:.875rem;display:grid}.queue-row strong{margin-bottom:.25rem;font-size:.875rem;display:block}.footer-card .card-body{justify-content:space-between;align-items:center;gap:1rem;display:flex}.footer-actions{gap:.75rem;display:flex}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@media (width<=1180px){.app-shell{grid-template-columns:1fr}.sidebar{border-right:0;border-bottom:1px solid var(--border);height:auto;position:static}.main{padding:1.25rem}.kpi-grid,.content-grid,.sub-grid{grid-template-columns:1fr}.footer-card .card-body,.header{flex-direction:column;align-items:stretch}.header-actions{justify-content:stretch}.search{width:100%}}@media (width<=720px){.main{padding:1rem}.main-topnav{justify-content:space-between;width:100%}.main-topnav-link{flex:1 1 0}.theme-switcher{justify-content:space-between;width:100%}.theme-chip{flex:1 1 0}.table-card{overflow:hidden}.table-wrap{overflow-x:auto}table{min-width:44rem}.mix-layout{grid-template-columns:1fr}.mix-metric{width:100%}.queue-row{grid-template-columns:1fr}.footer-actions,.header-actions{flex-wrap:wrap}.switcher-group,.btn{width:100%}}.web3-page{color:#fafafa;background:linear-gradient(#030303f5,#030303),linear-gradient(90deg,#050505 0%,#09090b 100%);min-height:100vh;position:relative;overflow:hidden}.web3-page a{color:inherit}.web3-noise,.web3-stars,.web3-bg-glow{pointer-events:none;position:absolute}.web3-noise{mix-blend-mode:soft-light;opacity:.75;background-image:radial-gradient(circle at 20% 20%,#ffffff0b 0,#0000 28%),radial-gradient(circle at 80% 0,#ffffff09 0,#0000 24%),radial-gradient(circle at 50% 100%,#ffffff08 0,#0000 30%);inset:0}.web3-stars{z-index:0;inset:0}.web3-star{background:#ffffffe6;border-radius:999px;position:absolute;box-shadow:0 0 12px #fffc}.web3-bg-glow{z-index:0;filter:blur(28px);border-radius:999px}.web3-bg-glow--hero-left{background:radial-gradient(circle,#3b82f647,#0000 72%);width:420px;height:320px;top:240px;left:12%}.web3-bg-glow--hero-center{background:radial-gradient(circle,#7c3aed38,#0000 70%);width:760px;height:560px;top:120px;left:50%;transform:translate(-50%)}.web3-bg-glow--hero-right{background:radial-gradient(circle,#38bdf82e,#0000 72%);width:560px;height:420px;top:260px;right:4%}.web3-bg-glow--bottom-center{background:radial-gradient(circle,#7c3aed3d,#0000 72%);width:780px;height:280px;bottom:120px;left:50%;transform:translate(-50%)}.web3-shell{z-index:1;width:min(1328px,100% - 32px);margin:0 auto;padding:40px 0 52px;position:relative}.web3-nav{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#060606cc;border:1px solid #ffffff14;border-radius:28px;justify-content:space-between;align-items:center;gap:1rem;min-height:72px;padding:.9rem 1.4rem;display:flex}.web3-brand{align-items:center;gap:.75rem;text-decoration:none;display:inline-flex}.web3-brand-mark{border-radius:12px;width:36px;height:36px;position:relative}.web3-brand-mark__bar{background:#fff;border-radius:999px;display:block;position:absolute}.web3-brand-mark__bar--vertical{width:4px;height:20px;top:8px;left:16px}.web3-brand-mark__bar--horizontal{width:20px;height:4px;top:16px;left:8px}.web3-brand-mark__bar--slash-a,.web3-brand-mark__bar--slash-b{width:15px;height:4px;left:10px}.web3-brand-mark__bar--slash-a{top:10px;transform:rotate(-45deg)}.web3-brand-mark__bar--slash-b{top:22px;transform:rotate(45deg)}.web3-brand-name{letter-spacing:-.02em;font-size:1.125rem;font-weight:700}.web3-nav-links{align-items:center;gap:2rem;display:flex}.web3-nav-links a{color:#a1a1aa;font-size:.9375rem;text-decoration:none;transition:color .14s}.web3-nav-links a:hover{color:#fafafa}.web3-nav-actions,.web3-hero-actions{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.web3-button{cursor:pointer;border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;min-height:40px;padding:0 1.35rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:transform .16s,background-color .16s,border-color .16s,color .16s;display:inline-flex}.web3-button:hover{transform:translateY(-1px)}.web3-button--ghost,.web3-button--dark{color:#fafafa;background:#121214;border-color:#ffffff14}.web3-button--ghost{background:#2a2a2a;border-color:#0000}.web3-button--light{color:#09090b;background:#fff}.web3-main{gap:70px;display:grid}.web3-hero{text-align:center;padding-top:108px}.web3-pill,.web3-tag,.web3-stack-pill{color:#f4f4f5;background:#080808db;border:1px solid #ffffff0f;border-radius:999px;justify-content:center;align-items:center;min-height:36px;padding:0 1.2rem;font-size:.875rem;display:inline-flex}.web3-pill--mono,.web3-kicker,.web3-section-label,.web3-tag,.web3-stack-pill{letter-spacing:.12em;text-transform:uppercase;font-family:IBM Plex Mono,SFMono-Regular,Consolas,monospace;font-size:.6875rem}.web3-hero h1,.web3-section-intro h2,.web3-copy-block h3,.web3-final-cta h2,.web3-quote-panel blockquote{letter-spacing:-.05em;margin:0;font-weight:700}.web3-hero h1{width:min(1000px,100%);margin:30px auto 0;font-size:clamp(3.5rem,8vw,5.375rem);line-height:.96}.web3-hero-copy{color:#d4d4d8;width:min(764px,100%);margin:26px auto 0;font-size:clamp(1rem,2vw,1.25rem);line-height:1.6}.web3-hero-actions{justify-content:center;margin-top:28px}.web3-orbit{width:min(1360px,100vw - 24px);height:240px;margin:30px auto 0;position:relative}.web3-orbit:before{content:"";opacity:.9;border:1px solid #ffffff0d;border-bottom:0;border-top-left-radius:100%;border-top-right-radius:100%;width:100%;height:200px;position:absolute;bottom:16px;left:50%;transform:translate(-50%)}.web3-orbit-ring{border-radius:999px;position:absolute;bottom:52px;left:50%;transform:translate(-50%)}.web3-orbit-ring--outer{border:1px solid #7c3aed6b;width:min(1140px,92vw);height:176px;box-shadow:0 0 0 1px #3b82f61f,0 0 46px #3b82f638,inset 0 -32px 70px #1e293b80}.web3-orbit-ring--middle{border:1px solid #38bdf861;width:min(920px,76vw);height:132px;box-shadow:0 0 40px #38bdf82e,inset 0 -28px 64px #1e3a8a6b}.web3-orbit-ring--inner{background:radial-gradient(circle,#7c3aed29,#0000 72%);width:min(520px,46vw);height:88px;box-shadow:0 0 42px #7c3aed33}.web3-trust-copy{color:#a1a1aa;margin:-6px 0 0;font-size:1rem}.web3-ecosystem{color:#fafafad6;justify-content:space-between;align-items:center;gap:1rem;width:min(1120px,100%);margin:24px auto 0;font-size:clamp(1.05rem,2vw,1.75rem);font-weight:700;display:flex}.web3-section-intro{text-align:center;max-width:932px;margin:0 auto}.web3-section-intro h2{margin-top:24px;font-size:clamp(2.75rem,5vw,3.625rem);line-height:1.04}.web3-section-intro p,.web3-copy-block p,.web3-final-cta p,.web3-quote-panel p{color:#a1a1aa;font-size:1.0625rem;line-height:1.76}.web3-section-intro p{width:min(692px,100%);margin:22px auto 0}.web3-feature-grid--paired{grid-template-columns:minmax(0,1.2fr) minmax(320px,.74fr);align-items:center;gap:4rem;display:grid}.web3-feature-grid--reverse{grid-template-columns:minmax(320px,.74fr) minmax(0,1.08fr)}.web3-panel,.web3-quote-panel{background:#060606eb;border:1px solid #ffffff12;border-radius:34px;position:relative;overflow:hidden;box-shadow:inset 0 1px #ffffff08,0 20px 48px #0000003d}.web3-panel{padding:2.25rem}.web3-panel--issuance-visual{min-height:426px}.web3-panel--routing-visual{min-height:430px}.web3-panel--assurance-visual{min-height:360px}.web3-panel-glow{filter:blur(14px);border-radius:999px;position:absolute}.web3-panel-glow--cyan{background:radial-gradient(circle,#22d3ee2e,#0000 70%);width:320px;height:220px;bottom:42px;left:44px}.web3-panel-glow--violet{background:radial-gradient(circle,#7c3aed33,#0000 70%);width:280px;height:240px;top:46px;left:272px}.web3-panel-glow--blue{background:radial-gradient(circle,#60a5fa33,#0000 70%);width:220px;height:180px;top:76px;right:48px}.web3-panel-glow--pink{background:radial-gradient(circle,#f9a8d42e,#0000 70%);width:220px;height:180px;bottom:48px;right:18px}.web3-panel-glow--quote{filter:blur(18px);background:radial-gradient(circle at 30%,#3b82f633,#0000 46%),radial-gradient(circle at 70%,#7c3aed40,#0000 42%);width:280px;height:170px;top:52px;right:60px}.web3-stat-card,.web3-floating-card,.web3-route-card,.web3-micro-card,.web3-control-rail{z-index:1;background:#0b0b0eeb;border:1px solid #ffffff12;position:relative;box-shadow:inset 0 1px #ffffff0a}.web3-stat-card{border-radius:28px;width:min(322px,100%);padding:2rem 1.75rem 1.5rem}.web3-kicker{color:#d4d4d8;display:inline-flex}.web3-kicker--violet{color:#e9d5ff}.web3-kicker--blue{color:#bfdbfe}.web3-stat-card strong,.web3-floating-card strong,.web3-route-card strong,.web3-micro-card strong,.web3-control-rail strong{color:#fff;display:block}.web3-stat-card strong{margin-top:1.1rem;font-size:3.5rem;line-height:1}.web3-divider{background:#ffffff14;width:100%;height:1px;margin:1.8rem 0 1.1rem}.web3-definition-list{gap:.75rem;margin:0;display:grid}.web3-definition-list div{justify-content:space-between;align-items:center;gap:1rem;display:flex}.web3-definition-list dt,.web3-definition-list dd{margin:0;font-size:.875rem}.web3-definition-list dt{color:#d4d4d8}.web3-definition-list dd{color:#86efac;font-weight:500}.web3-floating-card{border-radius:26px;width:min(282px,40%);padding:1.35rem 1.45rem 1.5rem;position:absolute;bottom:6.1rem;right:3.2rem}.web3-floating-card strong{margin-top:1rem;font-size:1.75rem;line-height:1.15}.web3-floating-card p,.web3-route-card p,.web3-micro-card p{color:#a1a1aa;margin:.8rem 0 0;font-size:.875rem;line-height:1.55}.web3-tag-row,.web3-inline-tags{flex-wrap:wrap;gap:.75rem;display:flex}.web3-tag-row{position:absolute;bottom:2rem;left:2.25rem}.web3-tag,.web3-stack-pill{color:#f4f4f5}.web3-copy-block{max-width:536px}.web3-section-label{color:#d4d4d8;margin-bottom:1rem;display:inline-flex}.web3-copy-block h3{max-width:450px;font-size:clamp(2.4rem,4vw,2.875rem);line-height:1.08}.web3-copy-block p{max-width:520px;margin:1.5rem 0 0}.web3-feature-list{gap:.95rem;margin:2rem 0 0;padding:0;list-style:none;display:grid}.web3-feature-list li{color:#e4e4e7;padding-left:1.15rem;font-size:.9375rem;font-weight:500;line-height:1.45;position:relative}.web3-feature-list li:before{content:"";background:linear-gradient(#a78bfa,#60a5fa);border-radius:999px;width:.4rem;height:.4rem;position:absolute;top:.52rem;left:0}.web3-route-card{border-radius:24px;width:228px;padding:1.15rem 1.25rem 1rem;position:absolute;top:5rem;left:4.5rem}.web3-route-card strong{margin-top:1rem;font-size:2.125rem;line-height:1.05}.web3-route-trails span{transform-origin:50%;border-radius:999px;display:block;position:absolute;transform:rotate(-18deg)}.web3-route-trails span:first-child{filter:blur(5px);background:#60a5faeb;width:420px;height:28px;top:156px;left:126px}.web3-route-trails span:nth-child(2){filter:blur(4px);background:#a78bfadb;width:380px;height:24px;top:134px;left:196px}.web3-route-trails span:nth-child(3){filter:blur(4px);background:#f9a8d4c7;width:318px;height:18px;top:118px;left:270px}.web3-micro-card{border-radius:22px;width:188px;padding:1rem 1.15rem 1.05rem;position:absolute;bottom:3.5rem;right:4.2rem}.web3-micro-card strong{margin-top:.85rem;font-size:1.5rem;line-height:1.15}.web3-assurance-grid{grid-template-columns:repeat(6,minmax(0,58px));gap:20px 26px;display:grid}.web3-assurance-grid span{filter:blur(2px);border-radius:12px;height:34px}.web3-assurance-grid span:nth-child(odd){background:#67e8f93d}.web3-assurance-grid span:nth-child(2n){background:#a78bfa3d}.web3-control-rail{border-radius:24px;min-height:78px;padding:1rem 1.8rem;position:absolute;bottom:40px;left:55px;right:55px}.web3-control-rail strong{margin-top:.75rem;font-size:1.125rem;line-height:1.35}.web3-stack-pills{gap:.75rem;margin-top:2rem;display:grid}.web3-stack-pill{justify-content:flex-start;width:fit-content;padding:0 1rem}.web3-quote-panel{padding:2.4rem 2.6rem 2.2rem}.web3-quote-panel blockquote{max-width:980px;margin-top:1.35rem;font-size:clamp(2rem,4vw,2.375rem);line-height:1.16}.web3-quote-panel p{margin:1.8rem 0 0}.web3-final-cta{text-align:center;padding:6rem 0 11rem;position:relative}.web3-final-cta h2{width:min(868px,100%);margin:1.2rem auto 0;font-size:clamp(2.9rem,5vw,3.5rem);line-height:1.08}.web3-final-cta p{width:min(636px,100%);margin:1.5rem auto 0}.web3-hero-actions--final{margin-top:2rem}.web3-bottom-orbit{background:radial-gradient(circle at 50% 30%,#7c3aed59,#0000 48%),radial-gradient(circle at 50% 40%,#38bdf833,#0000 58%);border:1px solid #ffffff14;border-radius:999px;width:min(1076px,92vw);height:210px;position:absolute;bottom:0;left:50%;transform:translate(-50%);box-shadow:0 0 80px #7c3aed2e,inset 0 -28px 72px #3b82f62e}.web3-footer{color:#71717a;justify-content:space-between;align-items:center;gap:1rem;font-size:.875rem;display:flex}.web3-footer-brand{align-items:center;gap:.85rem;display:flex}.web3-footer-brand span{color:#fafafa;font-size:1.125rem;font-weight:700}.web3-footer-brand p{margin:0}.web3-footer-links{align-items:center;gap:1rem;display:flex}.web3-footer-links a{text-decoration:none}@media (width<=1180px){.web3-shell{width:min(1328px,100% - 24px)}.web3-nav,.web3-ecosystem{flex-wrap:wrap;justify-content:center}.web3-feature-grid--paired,.web3-feature-grid--reverse{grid-template-columns:1fr;gap:2rem}.web3-copy-block,.web3-copy-block h3,.web3-copy-block p{max-width:none}}@media (width<=900px){.web3-nav-links{flex-wrap:wrap;order:3;justify-content:center;gap:1rem 1.25rem}.web3-hero{padding-top:88px}.web3-orbit{height:190px}.web3-orbit-ring--outer{height:138px}.web3-orbit-ring--middle{height:102px}.web3-orbit-ring--inner{height:70px}.web3-panel{padding:1.5rem}.web3-floating-card,.web3-route-card,.web3-micro-card{width:100%;position:relative;inset:auto}.web3-panel--issuance-visual,.web3-panel--routing-visual{gap:1rem;display:grid}.web3-tag-row{position:static}.web3-route-trails{height:130px;position:relative}.web3-route-trails span:first-child{width:72%;top:36px;left:14%}.web3-route-trails span:nth-child(2){width:64%;top:20px;left:24%}.web3-route-trails span:nth-child(3){width:54%;top:8px;left:34%}.web3-assurance-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:12px}.web3-control-rail{margin-top:1.5rem;position:relative;bottom:auto;left:auto;right:auto}.web3-footer{flex-direction:column;align-items:flex-start}}@media (width<=640px){.web3-shell{width:min(1328px,100% - 16px);padding-top:16px;padding-bottom:32px}.web3-nav{border-radius:24px;padding:1rem}.web3-nav-actions,.web3-hero-actions,.web3-footer-links,.web3-button{width:100%}.web3-main{gap:56px}.web3-hero{padding-top:66px}.web3-orbit{height:152px}.web3-trust-copy{font-size:.875rem}.web3-ecosystem{gap:.75rem 1.25rem;font-size:1rem}.web3-section-intro h2,.web3-copy-block h3,.web3-final-cta h2{line-height:1.12}.web3-quote-panel,.web3-panel{border-radius:28px}.web3-quote-panel{padding:1.5rem}.web3-bottom-orbit{height:140px}.web3-footer-brand{flex-direction:column;align-items:flex-start;gap:.4rem}}
