@import url("https://fonts.googleapis.com/css2?family=Inter:ital,wght@0,400;0,500;0,600;1,400&family=Manrope:wght@700;800&display=swap");:root{--surface:#f9f9f9;--surface-low:#f2f4f4;--surface-lowest:#ffffff;--surface-high:#e4e9ea;--surface-highest:#dde4e5;--on-surface:#2d3435;--on-surface-2:#5a6061;--on-primary:#faf7f6;--outline-ghost:rgba(173,179,180,0.18);--primary:#5f5e5e;--primary-dim:#535252;--shadow:0px 4px 20px rgba(45,52,53,0.04),0px 10px 40px rgba(45,52,53,0.06);--shadow-lg:0px 6px 24px rgba(45,52,53,0.07),0px 20px 56px rgba(45,52,53,0.09);--r-sm:0.5rem;--r-md:1rem;--r-lg:2rem;--r-xl:3rem;--r-full:9999px}[data-theme=dark]{--surface:#1a1d20;--surface-low:#14171a;--surface-lowest:#0e1113;--surface-high:#252a2e;--surface-highest:#2f363c;--on-surface:#d8e0e6;--on-surface-2:#7d919e;--outline-ghost:rgba(200,215,225,0.1);--primary:#8a8a8a;--primary-dim:#737373;--shadow:0px 4px 20px rgba(0,0,0,0.25),0px 10px 40px rgba(0,0,0,0.32);--shadow-lg:0px 6px 24px rgba(0,0,0,0.32),0px 20px 56px rgba(0,0,0,0.42)}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{height:100%}body{min-height:100%;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;background:var(--surface-low);color:var(--on-surface);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;letter-spacing:.01em}a{color:inherit;text-decoration:none}img{display:block}.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}.site-shell{min-height:100dvh;display:flex;flex-direction:column}.app-header{position:-webkit-sticky;position:sticky;top:0;z-index:100;background:rgba(242,244,244,.72);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--outline-ghost)}.app-header-inner{max-width:1160px;margin:0 auto;padding:14px 36px;min-height:72px;display:flex;align-items:center;justify-content:space-between;gap:20px}.app-header-main{display:flex;align-items:center;gap:28px;flex:1 1 auto;min-width:0}.app-brand{display:inline-flex;align-items:center;gap:10px;text-decoration:none}.app-brand-logo{width:30px;height:30px;border-radius:0;object-fit:cover;flex-shrink:0;mix-blend-mode:multiply;opacity:.98}.app-brand-name{font-size:.97rem;font-weight:600;color:var(--on-surface);letter-spacing:-.01em}.app-nav{display:flex;flex-wrap:wrap;gap:8px;min-width:0}.app-nav-link{display:inline-flex;align-items:center;justify-content:center;min-height:36px;padding:0 14px;border-radius:var(--r-full);font-size:.82rem;font-weight:600;color:var(--on-surface-2);letter-spacing:.02em;transition:background .15s,color .15s,transform .15s}.app-nav-link.active,.app-nav-link:hover{background:var(--surface-high);color:var(--on-surface)}.app-header-cta{display:inline-flex;align-items:center;justify-content:center;min-height:36px;padding:0 16px;border-radius:var(--r-full);background:linear-gradient(175deg,#4e4d4d,#3c3b3b);color:var(--on-primary);font-size:.82rem;font-weight:700;letter-spacing:.02em;box-shadow:inset 0 1px 0 rgba(255,255,255,.1),var(--shadow);transition:transform .15s,box-shadow .15s,background .15s}.app-header-cta:hover{transform:translateY(-1px);box-shadow:inset 0 1px 0 rgba(255,255,255,.12),var(--shadow-lg)}.app-header-tools{display:flex;align-items:center;gap:12px;flex-shrink:0}.locale-dd-wrap{position:relative}.locale-dd-trigger{display:inline-flex;align-items:center;gap:5px;height:32px;padding:0 10px;border-radius:var(--r-full);border:1px solid var(--outline-ghost);background:transparent;color:var(--on-surface-2);font:inherit;font-size:.78rem;font-weight:600;letter-spacing:.03em;cursor:pointer;white-space:nowrap;transition:background .15s,color .15s,border-color .15s}.locale-dd-trigger.open,.locale-dd-trigger:hover{background:var(--surface-high);color:var(--on-surface);border-color:rgba(173,179,180,.35)}.locale-dd-cur{line-height:1}.locale-dd-menu{position:absolute;top:calc(100% + 8px);right:0;min-width:148px;background:rgba(249,249,249,.92);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid var(--outline-ghost);border-radius:var(--r-md);box-shadow:var(--shadow-lg);padding:6px;display:flex;flex-direction:column;gap:2px;z-index:200}.locale-dd-item{display:flex;align-items:center;gap:10px;padding:9px 12px;border-radius:var(--r-sm);text-decoration:none;transition:background .12s}.locale-dd-item:hover{background:var(--surface-high)}.locale-dd-item.active{background:var(--surface-highest)}.theme-dd-wrap{position:relative}.theme-dd-menu .locale-dd-item{width:100%;background:none;border:none;cursor:pointer;font:inherit;text-align:left}.theme-dd-icon{flex-shrink:0;color:var(--on-surface-2)}.locale-dd-item.active .theme-dd-icon,.locale-dd-short{color:var(--on-surface)}.locale-dd-short{font-size:.78rem;font-weight:700;letter-spacing:.04em;min-width:24px}.locale-dd-name{font-size:.85rem;color:var(--on-surface-2)}.theme-toggle{width:32px;height:32px;border-radius:50%;border:none;background:transparent;color:var(--on-surface-2);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background .15s,color .15s}.theme-toggle:hover{background:var(--surface-high);color:var(--on-surface)}.content-page,.home-main{flex:1 1;display:flex;flex-direction:column}.page-stack{display:flex;flex-direction:column;gap:8px}.home-stack-spacious{gap:28px}.cta-band-section,.page-section{width:100%;max-width:1160px;margin:0 auto;padding:0 36px 28px}.page-section-muted{padding-bottom:40px}.page-hero,.section-heading{max-width:760px;margin-bottom:28px}.page-hero-tight{margin-bottom:0}.page-section-faq-top{padding-top:34px}.page-hero-faq{margin-bottom:34px}.page-hero-faq .section-eyebrow{margin-bottom:12px}.section-heading-inline{max-width:none;display:flex;align-items:flex-end;justify-content:space-between;gap:24px}.section-eyebrow{display:inline-flex;align-items:center;min-height:28px;padding:0 12px;border-radius:var(--r-full);background:rgba(36,128,224,.08);color:#2480e0;font-size:.74rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;margin-bottom:14px}.cta-band h2,.page-title,.section-title{font-family:Manrope,sans-serif;font-size:clamp(2rem,4vw,3.4rem);font-weight:800;letter-spacing:-.04em;line-height:1.02;color:var(--on-surface)}.cta-band p,.page-copy,.section-copy{margin-top:14px;font-size:1rem;line-height:1.72;color:var(--on-surface-2)}.text-link{display:inline-flex;align-items:center;gap:8px;font-size:.88rem;font-weight:700;color:#2480e0;letter-spacing:.02em;white-space:nowrap}.text-link:hover{text-decoration:underline;text-underline-offset:3px}.hero-section{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:96px 24px 112px;text-align:center}.hero-logo-block{margin-bottom:28px}.hero-logo-wrap{display:block;position:relative;isolation:isolate}.hero-logo-glow{position:absolute;inset:14%;border-radius:32%;background:radial-gradient(circle at 30% 30%,rgba(128,206,255,.38),transparent 58%),radial-gradient(circle at 68% 74%,rgba(36,128,224,.24),transparent 62%);filter:blur(12px);opacity:.9;z-index:0}.hero-logo-shader{position:absolute;inset:0;display:block;z-index:1;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;-webkit-mask-size:contain;mask-size:contain;overflow:hidden}[data-theme=dark] .hero-logo-glow{background:radial-gradient(circle at 30% 30%,rgba(128,206,255,.26),transparent 58%),radial-gradient(circle at 68% 74%,rgba(36,128,224,.18),transparent 62%);opacity:.78}.hero-logo-shader canvas{display:block;background:transparent}.world-map-bg{position:fixed;inset:0;z-index:0;pointer-events:none;overflow:hidden;color:var(--on-surface);opacity:.072;mask-image:radial-gradient(ellipse 100% 85% at 50% 50%,black 0,black 40%,transparent 80%);-webkit-mask-image:radial-gradient(ellipse 100% 85% at 50% 50%,black 0,black 40%,transparent 80%)}.world-map-bg svg{display:block}[data-theme=dark] .world-map-bg{opacity:.108}.site-shell{position:relative;z-index:1}@keyframes agb-scroll{0%{background-position:0}to{background-position:-200%}}.agb-outer{display:inline-flex;border-radius:var(--r-full);padding:1px;text-decoration:none;background:linear-gradient(90deg,#2480e0,#3aa8f8 25%,#1a5cc0 50%,#3aa8f8 75%,#2480e0);background-size:300% 100%;animation:agb-scroll 4s linear infinite;box-shadow:0 0 18px rgba(36,128,224,.22);transition:box-shadow .2s}.agb-outer:hover{box-shadow:0 0 28px rgba(36,128,224,.38)}.agb-inner{display:inline-flex;align-items:center;gap:7px;border-radius:var(--r-full);padding:6px 16px;background:var(--surface-highest);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);transition:background .2s}.agb-outer:hover .agb-inner{background:var(--surface-high)}.agb-text{background:linear-gradient(90deg,#2480e0,#3aa8f8 25%,#1a5cc0 50%,#3aa8f8 75%,#2480e0);background-size:300% 100%;animation:agb-scroll 4s linear infinite;-webkit-background-clip:text;background-clip:text;color:transparent;font-size:.72rem;font-weight:700;letter-spacing:.09em;text-transform:uppercase}.agb-arrow{font-size:.78rem;color:var(--on-surface-2);transition:transform .18s}.agb-outer:hover .agb-arrow{transform:translateX(3px)}[data-theme=dark] .agb-inner{background:var(--surface-high)}[data-theme=dark] .agb-outer:hover .agb-inner{background:var(--surface-highest)}.shutter-text{display:inline-flex;flex-wrap:wrap;justify-content:center;align-items:baseline}.shutter-char{position:relative;display:inline-block;overflow:hidden;padding:0 .015em}.shutter-main{display:block}.shutter-slice{position:absolute;inset:0;display:block;pointer-events:none;font-size:inherit;font-weight:inherit;font-family:inherit;line-height:inherit;letter-spacing:inherit;white-space:nowrap}.hero-badge{display:inline-flex;align-items:center;gap:8px;background:var(--surface-highest);color:var(--on-surface-2);padding:7px 18px;border-radius:var(--r-full);font-size:.72rem;font-weight:600;letter-spacing:.09em;text-transform:uppercase;margin-bottom:40px}.hero-headline{display:flex;flex-direction:column;align-items:center;font-family:Manrope,sans-serif;font-size:clamp(3.4rem,8.5vw,5.8rem);font-weight:800;letter-spacing:-.03em;line-height:1.03;margin-bottom:28px}.hero-line-dark{color:var(--on-surface)}.hero-line-muted{color:#8c8f90}.hero-desc{max-width:500px;color:var(--on-surface-2);font-size:1.05rem;line-height:1.7;letter-spacing:.01em;margin-bottom:48px}.hero-actions{display:flex;gap:14px;flex-wrap:wrap}.cta-band-actions.cta-band-actions-equal,.hero-actions,.hero-actions.hero-actions-equal{justify-content:center}.cta-band-actions-equal .btn-hero-wide,.hero-actions-equal .btn-hero-wide{flex:1 1;min-width:220px;max-width:320px}.btn-hero-wide{justify-content:center;width:100%;text-align:center}.hero-section-home{padding-bottom:72px}.hero-highlights{list-style:none;display:flex;flex-wrap:wrap;justify-content:center;gap:12px;margin-top:28px}.hero-highlights li{min-height:38px;padding:0 16px;border-radius:var(--r-full);background:rgba(255,255,255,.46);border:1px solid rgba(255,255,255,.58);box-shadow:0 8px 30px rgba(45,52,53,.06);color:var(--on-surface-2);font-size:.82rem}.btn-hero-primary,.hero-highlights li{display:inline-flex;align-items:center;font-weight:600}.btn-hero-primary{padding:16px 40px;border-radius:var(--r-full);background:linear-gradient(175deg,#4e4d4d,#3c3b3b);color:var(--on-primary);font-size:.95rem;letter-spacing:.01em;border:none;text-decoration:none;box-shadow:inset 0 1px 0 rgba(255,255,255,.1),var(--shadow);transition:background .18s,box-shadow .18s,transform .14s}.btn-hero-primary:hover{background:linear-gradient(175deg,#5a5959,#484747);box-shadow:inset 0 1px 0 rgba(255,255,255,.1),var(--shadow-lg);transform:translateY(-1px)}.btn-hero-secondary{display:inline-flex;align-items:center;padding:16px 40px;border-radius:var(--r-full);background:rgba(255,255,255,.45);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border:1px solid rgba(255,255,255,.6);box-shadow:inset 0 1px 0 rgba(255,255,255,.5),0 2px 12px rgba(45,52,53,.06);color:var(--on-surface);font-size:.95rem;font-weight:600;letter-spacing:.01em;text-decoration:none;transition:background .18s,box-shadow .18s,transform .14s}.btn-hero-secondary:hover{background:rgba(255,255,255,.62);box-shadow:inset 0 1px 0 rgba(255,255,255,.6),0 4px 20px rgba(45,52,53,.1);transform:translateY(-1px)}[data-theme=dark] .btn-hero-secondary{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.12);box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 2px 12px rgba(0,0,0,.2)}[data-theme=dark] .btn-hero-secondary:hover{background:rgba(255,255,255,.14);box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 4px 20px rgba(0,0,0,.28)}.showcase-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);grid-gap:24px;gap:24px;align-items:stretch}.showcase-grid-reverse{grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr)}.section-side{display:flex;flex-direction:column}.feature-grid-premium{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:16px;gap:16px}.feature-grid-premium-stack{grid-template-columns:1fr;gap:18px}.feature-grid-premium-stack .surface-panel{min-height:0;padding:24px 26px;display:grid;grid-template-columns:auto minmax(0,1fr);grid-column-gap:18px;column-gap:18px;grid-row-gap:6px;row-gap:6px;align-items:start}.feature-grid-premium-stack .info-card-index{margin:0;align-self:start}.feature-grid-premium-stack .feature-stack-copy{min-width:0;display:grid;grid-gap:6px;gap:6px}.feature-grid-premium-stack .surface-panel h3,.feature-grid-premium-stack .surface-panel p{margin:0;min-width:0;overflow-wrap:anywhere}.feature-grid-premium-stack .surface-panel p{color:var(--on-surface-2)}.feature-grid-compact{grid-template-columns:1fr}.demo-step,.demo-story-panel,.faq-detail,.faq-preview-card,.info-card,.legal-card,.step-card,.use-case-card{background:var(--surface-lowest);border:none;box-shadow:var(--shadow)}.faq-preview-card,.info-card,.step-card,.use-case-card{border-radius:26px;padding:24px}.demo-step-number,.faq-detail-index,.info-card-index,.step-number{display:inline-flex;align-items:center;justify-content:center;min-width:40px;height:28px;border-radius:var(--r-full);background:var(--surface-high);color:var(--on-surface-2);font-size:.74rem;font-weight:700;letter-spacing:.08em;margin-bottom:18px}.demo-card h2,.demo-story-panel h2,.faq-preview-card h3,.info-card h3,.legal-card h2,.step-card h3,.surface-panel h3,.use-case-card h3{font-size:1.02rem;font-weight:700;letter-spacing:-.015em;color:var(--on-surface)}.demo-card-header p,.demo-story-panel p,.faq-preview-card p,.info-card p,.legal-card p,.step-card p,.surface-panel p,.use-case-card p{margin-top:10px;font-size:.92rem;line-height:1.68;color:var(--on-surface-2)}.use-case-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:14px;gap:14px;margin-top:18px}.home-use-cases-heading{margin-top:34px;margin-bottom:0}.step-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:16px;gap:16px}.step-grid-expanded{grid-template-columns:repeat(2,minmax(0,1fr))}.faq-preview-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:16px;gap:16px}.cta-band-section{padding-bottom:80px}.cta-band-section-embedded{padding-top:4px;padding-bottom:24px}.cta-band{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:32px;border-radius:32px;background:var(--surface-lowest);border:none;box-shadow:var(--shadow-lg)}.cta-band-copy{max-width:720px}.cta-band-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.page-section-announcements .announcements-section{max-width:960px;padding:0}.page-section-announcements .ann-card{background:rgba(255,255,255,.72);box-shadow:none}@keyframes visualFloat{0%,to{transform:translateZ(0)}50%{transform:translate3d(0,-10px,0)}}@keyframes visualPulse{0%,to{opacity:.55;transform:scale(1)}50%{opacity:.9;transform:scale(1.08)}}.visual-card{position:relative;overflow:hidden;min-height:420px;border-radius:32px;padding:26px;background:radial-gradient(circle at 15% 10%,rgba(58,168,248,.18),transparent 28%),radial-gradient(circle at 80% 15%,rgba(26,92,192,.14),transparent 24%),linear-gradient(180deg,rgba(255,255,255,.84),rgba(245,248,249,.98));border:1px solid rgba(173,179,180,.22);box-shadow:var(--shadow-lg)}.visual-orb{position:absolute;border-radius:999px;filter:blur(18px);pointer-events:none}.visual-orb-a{top:24px;right:36px;width:86px;height:86px;background:rgba(58,168,248,.2);animation:visualFloat 11s ease-in-out infinite}.visual-orb-b{bottom:68px;left:28px;width:120px;height:120px;background:rgba(36,128,224,.12);animation:visualPulse 10s ease-in-out infinite}.visual-window{position:relative;z-index:1;border-radius:24px;padding:18px;background:rgba(255,255,255,.72);border:1px solid rgba(173,179,180,.22);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.visual-window-top{display:flex;gap:8px;margin-bottom:18px}.visual-window-dot{width:10px;height:10px;border-radius:50%}.visual-window-dot-warm{background:#2480e0}.visual-window-dot-cool{background:#3aa8f8}.visual-window-dot-soft{background:rgba(90,96,97,.32)}.visual-metric-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:12px;gap:12px;margin-bottom:16px}.visual-metric-card{padding:14px;border-radius:18px;background:rgba(255,255,255,.82);border:1px solid rgba(173,179,180,.18)}.visual-metric-label{display:block;width:44px;height:8px;border-radius:999px;background:rgba(90,96,97,.16)}.visual-metric-card strong{display:block;margin-top:14px;font-family:Manrope,sans-serif;font-size:1.15rem;font-weight:800;letter-spacing:-.03em;color:var(--on-surface)}.visual-metric-bar{display:block;height:6px;margin-top:14px;border-radius:999px;background:linear-gradient(90deg,#2480e0,#80ceff)}.visual-ledger{display:grid;grid-gap:10px;gap:10px}.visual-ledger-row{display:grid;grid-template-columns:28px minmax(0,1fr) 48px;align-items:center;grid-gap:12px;gap:12px;padding:12px 14px;border-radius:18px;background:rgba(255,255,255,.6);border:1px solid rgba(173,179,180,.16)}.visual-ledger-avatar{width:28px;height:28px;border-radius:10px;background:linear-gradient(145deg,rgba(36,128,224,.18),rgba(128,206,255,.55))}.visual-ledger-lines{display:grid;grid-gap:8px;gap:8px}.visual-ledger-line{display:block;width:100%;height:8px;border-radius:999px;background:rgba(90,96,97,.14)}.visual-ledger-line-short{width:60%}.visual-ledger-amount{display:block;width:44px;height:10px;justify-self:end;border-radius:999px;background:linear-gradient(90deg,rgba(36,128,224,.4),rgba(128,206,255,.9))}.visual-caption{position:relative;z-index:1;display:grid;grid-gap:8px;gap:8px;margin-top:18px}.visual-caption strong{font-size:1rem;font-weight:700;letter-spacing:-.015em;color:var(--on-surface)}.visual-caption span{font-size:.9rem;line-height:1.62;color:var(--on-surface-2)}.faq-details-list{display:grid;grid-gap:14px;gap:14px}.faq-detail{border-radius:24px;overflow:hidden}.faq-detail summary{list-style:none;display:grid;grid-template-columns:auto minmax(0,1fr) auto;grid-gap:16px;gap:16px;align-items:start;padding:24px;cursor:pointer}.faq-detail summary::-webkit-details-marker{display:none}.faq-detail-question{font-size:1rem;font-weight:700;letter-spacing:-.015em;color:var(--on-surface)}.faq-detail-toggle{font-size:1.2rem;line-height:1;color:var(--on-surface-2);transition:transform .15s ease}.faq-detail[open] .faq-detail-toggle{transform:rotate(45deg)}.faq-detail-answer{padding:0 24px 24px 80px}.faq-detail-answer p{font-size:.94rem;line-height:1.72;color:var(--on-surface-2)}.demo-page{flex:1 1;padding:64px 24px 80px}.demo-shell{max-width:1040px;margin:0 auto;display:flex;flex-direction:column;gap:24px}.demo-story{display:grid;grid-template-columns:minmax(0,.88fr) minmax(0,1.12fr);grid-gap:18px;gap:18px}.demo-story-panel{border-radius:28px;padding:28px}.demo-steps{list-style:none;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:14px;gap:14px}.demo-step{border-radius:24px;padding:22px}.demo-step-number{margin-bottom:16px}.demo-step p{font-size:.92rem;line-height:1.65;color:var(--on-surface-2)}.demo-step-link{margin-left:6px;color:#2480e0;font-weight:700;text-decoration:underline;text-underline-offset:2px}.demo-card{width:100%;max-width:none;background:var(--surface-lowest);border-radius:30px;padding:36px;box-shadow:var(--shadow-lg);outline:1px solid var(--outline-ghost)}.demo-card-form{display:flex;flex-direction:column;gap:24px}.demo-card h1,.demo-card h2{font-family:Manrope,sans-serif;font-size:1.45rem;font-weight:700;letter-spacing:-.025em;color:var(--on-surface)}.demo-card-header{max-width:680px}.demo-form{gap:16px}.demo-form,.demo-form label{display:flex;flex-direction:column}.demo-form label{gap:6px;font-size:.8rem;font-weight:600;color:var(--on-surface);letter-spacing:.02em;text-transform:uppercase}.demo-form input,.demo-form select,.demo-form textarea{width:100%;padding:1rem 1.5rem;border-radius:var(--r-xl);border:none;background:var(--surface-low);color:var(--on-surface);font:inherit;font-size:.92rem;letter-spacing:.01em;outline:1px solid transparent;transition:outline-color .15s,box-shadow .15s,background .15s;-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}.demo-form textarea{border-radius:var(--r-lg);resize:vertical;min-height:96px;line-height:1.6}.demo-form input::placeholder,.demo-form textarea::placeholder{color:var(--on-surface-2);opacity:.45}.demo-form input:focus,.demo-form select:focus,.demo-form textarea:focus{background:var(--surface-lowest);outline:1px solid rgba(95,94,94,.3);box-shadow:0 2px 8px rgba(45,52,53,.04),0 6px 20px rgba(45,52,53,.06)}.demo-submit{width:100%;padding:14px;border-radius:var(--r-full);border:none;font:inherit;font-size:.95rem;font-weight:600;letter-spacing:.01em;color:var(--on-primary);background:linear-gradient(175deg,#4e4d4d,#3c3b3b);box-shadow:inset 0 1px 0 rgba(255,255,255,.1),var(--shadow);cursor:pointer;transition:background .18s,box-shadow .18s,transform .14s,opacity .15s;margin-top:4px}.demo-submit:hover{background:linear-gradient(175deg,#5a5959,#484747);box-shadow:inset 0 1px 0 rgba(255,255,255,.1),var(--shadow-lg);transform:translateY(-1px)}.demo-submit:active{transform:translateY(0)}.demo-submit:disabled{opacity:.45;cursor:not-allowed;transform:none}.demo-error{font-size:.85rem;color:#b91c1c;padding:12px 16px;border-radius:var(--r-md);background:#fef2f2;letter-spacing:.01em}.demo-success{text-align:center;padding:12px 0}.demo-success-icon{width:58px;height:58px;border-radius:50%;background:rgba(242,244,244,.72);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid var(--outline-ghost);box-shadow:var(--shadow);display:flex;align-items:center;justify-content:center;margin:0 auto 22px;font-size:1.4rem;color:var(--primary)}.demo-success h2{font-family:Manrope,sans-serif;font-size:1.35rem;font-weight:700;letter-spacing:-.02em;color:var(--on-surface);margin-bottom:10px}.demo-success p{color:var(--on-surface-2);font-size:.92rem;line-height:1.65;max-width:320px;margin:0 auto}.demo-success-actions{justify-content:center;margin-top:28px}.app-footer{border-top:1px solid var(--outline-ghost);background:var(--surface-low)}.app-footer-inner{max-width:1160px;margin:0 auto;padding:22px 36px;justify-content:space-between}.app-footer-inner,.footer-left{display:flex;align-items:center;gap:16px}.footer-brand{display:inline-flex;align-items:center;gap:8px;text-decoration:none}.footer-brand-logo{width:20px;height:20px;border-radius:0;object-fit:cover;flex-shrink:0;mix-blend-mode:multiply;opacity:.98}.footer-brand-name{font-size:.88rem;font-weight:600;color:var(--on-surface);letter-spacing:-.01em}.footer-copyright{font-size:.8rem;color:var(--on-surface-2);padding-left:16px;border-left:1px solid var(--outline-ghost)}.footer-links{display:flex;align-items:center;gap:8px}.footer-link{font-size:.82rem;color:var(--on-surface-2);transition:color .15s;text-decoration:none}.footer-link:hover{color:var(--on-surface)}.footer-dot{width:3px;height:3px;border-radius:50%;background:var(--surface-highest);flex-shrink:0}.footer-copyright-link{color:var(--on-surface-2);text-decoration:underline;-webkit-text-decoration-color:rgba(90,96,97,.35);text-decoration-color:rgba(90,96,97,.35);text-underline-offset:2px;transition:color .15s}.footer-copyright-link:hover{color:var(--on-surface)}.announcements-section{max-width:700px;width:100%;margin:0 auto;padding:0 24px 80px}.ann-header{display:flex;align-items:center;gap:8px;margin-bottom:20px}@keyframes ann-pulse{0%,to{opacity:1;box-shadow:0 0 0 0 rgba(36,128,224,.5)}60%{opacity:.85;box-shadow:0 0 0 6px rgba(36,128,224,0)}}.ann-dot{width:7px;height:7px;border-radius:50%;background:#2480e0;flex-shrink:0;animation:ann-pulse 2.2s ease-in-out infinite}.ann-label{font-size:.78rem;font-weight:600;letter-spacing:.07em;text-transform:uppercase;color:var(--on-surface-2)}.ann-list{display:flex;flex-direction:column;gap:10px}.ann-card{display:grid;grid-template-columns:100px 1fr 24px;grid-gap:16px;gap:16px;align-items:center;padding:18px 20px;background:var(--surface-lowest);border-radius:var(--r-md);box-shadow:var(--shadow);outline:1px solid var(--outline-ghost);text-decoration:none;transition:transform .16s,box-shadow .16s}.ann-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg)}.ann-meta{display:flex;flex-direction:column;gap:8px;align-items:flex-start}.ann-date{font-size:.74rem;font-weight:500;color:var(--on-surface-2);letter-spacing:.02em;white-space:nowrap}.ann-avatar{width:28px;height:28px;border-radius:50%;object-fit:cover;border:1.5px solid var(--surface-high)}.ann-body{min-width:0}.ann-title{font-size:.9rem;font-weight:600;color:var(--on-surface);letter-spacing:-.01em;margin-bottom:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ann-text{font-size:.82rem;line-height:1.55;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.ann-arrow,.ann-text{color:var(--on-surface-2)}.ann-arrow{font-size:.88rem;opacity:.5;transition:opacity .15s,transform .15s;align-self:center}.ann-card:hover .ann-arrow{opacity:1;transform:translate(2px,-2px)}.ann-avatar-init{width:28px;height:28px;border-radius:50%;background:var(--surface-highest);color:var(--on-surface-2);font-size:.75rem;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0;border:1.5px solid var(--surface-high)}.legal-page{flex:1 1;padding:56px 24px 80px}.legal-shell{max-width:1080px;margin:0 auto}.legal-header{max-width:760px;margin-bottom:22px}.legal-title{font-family:Manrope,sans-serif;font-size:clamp(1.8rem,4vw,2.4rem);font-weight:700;letter-spacing:-.025em;color:var(--on-surface);margin:0 0 8px}.legal-updated{font-size:.82rem;color:var(--on-surface-2);margin:0 0 48px;letter-spacing:.01em}.legal-toc{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:26px}.legal-toc-link{display:inline-flex;align-items:center;min-height:38px;padding:0 16px;border-radius:var(--r-full);background:rgba(255,255,255,.7);border:1px solid rgba(173,179,180,.18);color:var(--on-surface-2);font-size:.82rem;font-weight:600}.legal-toc-link:hover{color:var(--on-surface)}.legal-body{display:grid;grid-gap:18px;gap:18px}.legal-card{border-radius:28px;padding:24px}.legal-card h2{font-size:1rem;font-weight:600;color:var(--on-surface);letter-spacing:-.01em;margin:0 0 8px}.legal-card p{font-size:.92rem;color:var(--on-surface-2);line-height:1.72;letter-spacing:.01em;margin:0}[data-theme=dark] .app-header{background:rgba(14,17,19,.78)}[data-theme=dark] .app-brand-logo,[data-theme=dark] .footer-brand-logo{filter:none;mix-blend-mode:normal;opacity:1}[data-theme=dark] .locale-dd-menu{background:rgba(20,24,27,.96)}[data-theme=dark] .demo-success-icon{background:rgba(14,17,19,.7)}[data-theme=dark] .app-footer{background:var(--surface-low)}[data-theme=dark] .app-nav-link.active,[data-theme=dark] .app-nav-link:hover,[data-theme=dark] .demo-step-number,[data-theme=dark] .faq-detail-index,[data-theme=dark] .info-card-index,[data-theme=dark] .locale-dd-item.active,[data-theme=dark] .locale-dd-item:hover,[data-theme=dark] .locale-dd-trigger.open,[data-theme=dark] .locale-dd-trigger:hover,[data-theme=dark] .step-number{background:var(--surface-highest)}[data-theme=dark] .demo-form input:focus,[data-theme=dark] .demo-form select:focus,[data-theme=dark] .demo-form textarea:focus{outline-color:rgba(150,160,170,.4)}[data-theme=dark] .btn-hero-primary,[data-theme=dark] .demo-submit{background:linear-gradient(175deg,#e8ecec,#d4dadb);color:#0e1113;box-shadow:inset 0 1px 0 rgba(255,255,255,.18),var(--shadow)}[data-theme=dark] .btn-hero-primary:hover,[data-theme=dark] .demo-submit:hover{background:linear-gradient(175deg,#f2f4f4,#dde3e3);box-shadow:inset 0 1px 0 rgba(255,255,255,.2),var(--shadow-lg)}[data-theme=dark] .btn-hero-secondary{background:var(--surface-high);color:var(--on-surface)}[data-theme=dark] .ann-card,[data-theme=dark] .cta-band,[data-theme=dark] .demo-card,[data-theme=dark] .demo-step,[data-theme=dark] .demo-story-panel,[data-theme=dark] .faq-detail,[data-theme=dark] .faq-preview-card,[data-theme=dark] .hero-highlights li,[data-theme=dark] .info-card,[data-theme=dark] .legal-card,[data-theme=dark] .legal-toc-link,[data-theme=dark] .step-card,[data-theme=dark] .surface-panel,[data-theme=dark] .use-case-card,[data-theme=dark] .visual-ledger-row,[data-theme=dark] .visual-metric-card,[data-theme=dark] .visual-window{background:var(--surface-lowest);border-color:transparent}[data-theme=dark] .visual-card{background:radial-gradient(circle at 15% 10%,rgba(58,168,248,.16),transparent 30%),radial-gradient(circle at 80% 15%,rgba(26,92,192,.14),transparent 24%),linear-gradient(180deg,rgba(20,24,27,.92),rgba(14,17,19,.98));border-color:rgba(200,215,225,.12)}[data-theme=dark] .visual-ledger-line,[data-theme=dark] .visual-metric-label{background:rgba(216,224,230,.12)}[data-theme=dark] .visual-window-dot-soft{background:rgba(216,224,230,.24)}.editorial-image-panel{display:grid;grid-gap:18px;gap:18px}.editorial-image{width:100%;height:min(420px,42vw);object-fit:cover;border-radius:28px;box-shadow:var(--shadow-lg)}.editorial-image-panel-workflow{gap:12px}.editorial-image-panel-workflow .editorial-image{height:min(460px,48vw);object-fit:contain;border-radius:32px;background:var(--surface);padding:12px;box-shadow:var(--shadow-lg)}.editorial-image-panel-home-reference .editorial-image{height:min(460px,36vw);object-fit:contain;object-position:center;background:#0e1114;padding:0}.editorial-copy{display:grid;grid-gap:10px;gap:10px}.editorial-copy h3{font-size:1.06rem;font-weight:700;letter-spacing:-.015em;color:var(--on-surface)}.editorial-copy p{font-size:.93rem;line-height:1.68;color:var(--on-surface-2)}.ambient-signal-scene{position:relative;min-height:236px;border-radius:28px;overflow:hidden;background:radial-gradient(circle at 14% 24%,rgba(58,168,248,.18),transparent 34%),radial-gradient(circle at 52% 40%,rgba(36,128,224,.1),transparent 32%),radial-gradient(circle at 86% 72%,rgba(36,128,224,.14),transparent 34%),var(--surface-lowest);box-shadow:var(--shadow-lg)}.ambient-flow-node{position:absolute;width:16px;height:16px;border-radius:999px;background:linear-gradient(145deg,#2480e0,#80ceff);box-shadow:0 0 0 7px rgba(36,128,224,.14)}.ambient-flow-node-source{top:34%;left:10%}.ambient-flow-node-routing{top:46%;left:46%;width:20px;height:20px;box-shadow:0 0 0 9px rgba(36,128,224,.16)}.ambient-flow-node-settlement{top:58%;left:84%}.ambient-flow-route{position:absolute;height:3px;border-radius:999px;background-image:linear-gradient(90deg,rgba(36,128,224,.1),rgba(36,128,224,.78) 44px,rgba(36,128,224,.1) 88px);background-size:140px 100%;background-repeat:repeat-x}.ambient-flow-route-upper{top:39%;left:12%;width:76%;transform:rotate(6deg)}.ambient-flow-route-lower{top:57%;left:12%;width:72%;transform:rotate(-5deg)}.ambient-flow-packet{position:absolute;width:9px;height:9px;border-radius:999px;background:#ffffff;box-shadow:0 0 0 4px rgba(36,128,224,.26)}.ambient-flow-packet-upper{top:38%}.ambient-flow-packet-lower{top:56%}.ambient-flow-packet-1{left:13%}.ambient-flow-packet-2{left:27%}.ambient-flow-packet-3{left:17%}.ambient-flow-packet-4{left:31%}.workflow-system-diagram{border-radius:32px;overflow:hidden;background:var(--surface-lowest);border:1px solid rgba(173,179,180,.18);box-shadow:var(--shadow-lg)}.workflow-system-image{display:block;width:100%;height:auto;object-fit:cover}[data-theme=dark] .ambient-signal-scene{background:radial-gradient(circle at 14% 24%,rgba(58,168,248,.2),transparent 36%),radial-gradient(circle at 52% 40%,rgba(36,128,224,.14),transparent 34%),radial-gradient(circle at 86% 72%,rgba(36,128,224,.18),transparent 34%),rgba(14,17,19,.92)}[data-theme=dark] .ambient-flow-node{box-shadow:0 0 0 8px rgba(58,168,248,.18)}[data-theme=dark] .ambient-flow-route{background-image:linear-gradient(90deg,rgba(128,206,255,.1),rgba(128,206,255,.65) 35px,rgba(128,206,255,.1) 70px)}[data-theme=dark] .ambient-flow-packet{background:rgba(216,224,230,.92);box-shadow:0 0 0 4px rgba(128,206,255,.3)}[data-theme=dark] .workflow-system-diagram{background:rgba(24,29,33,.98);border-color:rgba(200,215,225,.14)}.home-editorial-split{padding-top:20px}.editorial-split{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);grid-gap:32px;gap:32px;align-items:start}.editorial-stack{display:grid;grid-gap:24px;gap:24px}.surface-panel{background:var(--surface-lowest);box-shadow:var(--shadow);border-radius:28px;padding:28px}.editorial-support-section{padding-top:24px;padding-bottom:32px}.editorial-split-reverse{grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr)}.how-workflow-layout{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);grid-gap:28px;gap:28px;align-items:start}.how-workflow-layout-reference{grid-template-columns:1fr;gap:24px}.workflow-step-stack{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.demo-shell-spacious{gap:32px}.faq-details-list-spacious,.legal-body-spacious{gap:24px}.legal-body-spacious .legal-card{padding:32px}.demo-card,.demo-step,.demo-story-panel,.faq-detail,.legal-card,.surface-panel{border:none;outline:none;background:var(--surface-lowest)}@media (max-width:960px){.app-header-inner{flex-wrap:wrap;align-items:flex-start}.app-header-main{width:100%;flex-wrap:wrap;gap:14px}.app-nav{width:100%}.demo-story,.editorial-split,.faq-preview-grid,.feature-grid-premium,.how-workflow-layout,.showcase-grid,.showcase-grid-reverse,.step-grid,.step-grid-expanded,.use-case-grid,.visual-metric-grid{grid-template-columns:1fr}.cta-band{flex-direction:column;align-items:flex-start}.editorial-image{height:min(380px,56vw)}.workflow-system-diagram{border-radius:24px}.workflow-step-stack{grid-template-columns:1fr}.editorial-image-panel-home-reference .editorial-image{height:min(420px,64vw)}}@media (max-width:640px){.cta-band-section,.page-section{padding-left:20px;padding-right:20px}.app-header-inner{padding:14px 20px}.app-header-tools{width:100%;justify-content:space-between}.app-header-cta{flex:1 1 auto}.hero-section{padding:72px 20px 88px}.hero-badge{margin-bottom:32px}.hero-highlights{gap:8px}.hero-highlights li{min-height:34px;padding:0 14px}.ambient-signal-scene{min-height:204px}.section-heading-inline{flex-direction:column;align-items:flex-start}.demo-shell{gap:18px}.demo-steps{grid-template-columns:1fr}.demo-card{padding:30px 22px;border-radius:var(--r-md)}.demo-form input,.demo-form select{border-radius:var(--r-lg);padding:.85rem 1.2rem}.app-footer-inner{flex-direction:column;align-items:flex-start;gap:14px;padding:20px}.footer-copyright{padding-left:0;border-left:none}.ann-card{grid-template-columns:1fr;gap:12px;padding:14px 16px}.ann-meta{flex-direction:row;align-items:center;justify-content:space-between}.faq-detail summary{grid-template-columns:1fr auto}.faq-detail-index{display:none}.faq-detail-answer{padding:0 20px 20px}.legal-toc{gap:8px}.ann-title{font-size:.85rem}}