@import"https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400;500;600;700&family=IBM+Plex+Mono:wght@500;600&family=Space+Grotesk:wght@500;600;700&display=swap";:root{color-scheme:dark;--line: rgba(148, 163, 184, .18);--line-strong: rgba(34, 211, 238, .24);--text: #f8fafc;--text-soft: #b9c8dc;--text-muted: #7f91aa;--cyan: #22d3ee;--teal: #14b8a6;--blue: #2563eb;--shadow: 0 28px 90px rgba(2, 6, 23, .46)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-height:100vh;font-family:IBM Plex Sans,sans-serif;color:var(--text);background:radial-gradient(circle at 18% 12%,rgba(20,184,166,.18),transparent 22%),radial-gradient(circle at 84% 12%,rgba(37,99,235,.2),transparent 26%),radial-gradient(circle at 50% 100%,rgba(245,158,11,.1),transparent 28%),linear-gradient(180deg,#020617,#071325 44%,#030712);text-rendering:optimizeLegibility}body:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;background-image:linear-gradient(rgba(148,163,184,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(148,163,184,.04) 1px,transparent 1px);background-size:36px 36px;-webkit-mask-image:linear-gradient(180deg,rgba(0,0,0,.54),transparent 96%);mask-image:linear-gradient(180deg,rgba(0,0,0,.54),transparent 96%)}a{color:inherit;text-decoration:none}button{font:inherit}h1,h2,h3,h4{margin:0;font-family:Space Grotesk,sans-serif;letter-spacing:-.04em}p{margin:0}.landing-shell{position:relative;z-index:1;width:min(1240px,calc(100% - 40px));margin:0 auto;padding:28px 0 44px}.landing-aura{position:fixed;z-index:0;pointer-events:none;border-radius:999px;filter:blur(72px);opacity:.34}.landing-aura--left{top:8vh;left:-12vw;width:34vw;height:34vw;background:radial-gradient(circle,rgba(34,211,238,.5),transparent 62%)}.landing-aura--right{right:-8vw;top:18vh;width:30vw;height:30vw;background:radial-gradient(circle,rgba(37,99,235,.46),transparent 62%)}.site-header,.hero,.section-block,.panel-showcase,.cta-section,.site-footer{position:relative;z-index:1}.section-frame:before{content:"";position:absolute;inset:-1px auto auto 0;width:100%;height:1px;background:linear-gradient(90deg,rgba(34,211,238,.34),transparent 70%);opacity:.68}.site-header,.hero-copy,.hero-surface,.feature-card,.panel-showcase__mock,.cta-section,.site-footer{border:1px solid var(--line);border-radius:32px;background:linear-gradient(180deg,#081222db,#081222b8);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.site-header{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:32px;padding:18px 22px}.brand-lockup{display:flex;align-items:center;gap:14px}.brand-kicker,.eyebrow{display:inline-flex;align-items:center;gap:.55rem;font-family:IBM Plex Mono,monospace;font-size:.72rem;font-weight:600;letter-spacing:.28em;text-transform:uppercase;color:#8ddff7}.brand-title{display:block;margin-top:.35rem;font-size:1rem;font-weight:600}.site-nav{display:flex;gap:18px;color:var(--text-soft)}.site-nav a:hover,.footer-links a:hover{color:#fff}.site-actions,.hero-actions,.chip-row,.cta-section__actions,.footer-links,.mock-toolbar{display:flex;flex-wrap:wrap;gap:12px}.site-actions{align-items:center;justify-content:flex-end}.locale-toggle{display:inline-flex;align-items:center;padding:4px;border:1px solid rgba(148,163,184,.2);border-radius:999px;background:#0f172aad}.locale-toggle__button{border:0;background:transparent;color:var(--text-soft);padding:.7rem 1rem;border-radius:999px;cursor:pointer;transition:background .16s ease,color .16s ease,transform .16s ease}.locale-toggle__button.is-active{color:#03111f;background:linear-gradient(135deg,#8df7ff,#22d3ee);box-shadow:0 10px 30px #22d3ee38}.button{display:inline-flex;align-items:center;justify-content:center;min-height:3.2rem;padding:0 1.25rem;border-radius:999px;border:1px solid transparent;font-weight:600;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,background .18s ease}.button:hover{transform:translateY(-1px)}.button--primary{color:#03111f;background:linear-gradient(135deg,#97f5ff,#22d3ee 58%,#2563eb);box-shadow:0 20px 40px #22d3ee3d}.button--secondary{border-color:#94a3b833;background:#081222b8;color:#fff}.hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.84fr);gap:26px;align-items:stretch;margin-bottom:28px}.hero-copy,.hero-surface,.feature-card,.panel-showcase__mock,.cta-section,.site-footer{padding:30px}.hero-copy h1{margin-top:1rem;font-size:clamp(3rem,5.6vw,5.8rem);line-height:.92}.hero-copy__lead,.hero-surface p,.section-heading p,.feature-card p,.panel-showcase__copy p,.workflow-item p,.cta-section__copy p,.site-footer p{color:var(--text-soft);line-height:1.8}.hero-copy__lead{max-width:54ch;margin-top:1.35rem;font-size:1.12rem}.hero-actions{margin-top:1.8rem}.chip-row{margin-top:1.1rem}.signal-chip,.signal-pill{display:inline-flex;align-items:center;gap:.55rem;padding:.62rem .86rem;border-radius:999px;border:1px solid rgba(148,163,184,.16);background:#0f172a6b;color:#dbeafe;font-family:IBM Plex Mono,monospace;font-size:.68rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase}.signal-pill--live{border-color:#2dd4bf4d;background:#0d94882e;color:#9ffcf2}.signal-pill--success{border-color:#4ade8047;background:#16653433;color:#bef7cf}.hero-surface{display:flex;flex-direction:column;gap:18px;overflow:hidden}.hero-surface__head{display:grid;grid-template-columns:auto 1fr;gap:18px;align-items:center}.hero-surface__head h2,.section-heading h2,.panel-showcase__copy h2,.cta-section__copy h2{margin-top:.7rem;font-size:clamp(2rem,3vw,3rem)}.hero-list,.signal-rail,.workflow-list,.feature-grid,.check-list{display:grid;gap:14px}.hero-list__item,.signal-rail__item,.workflow-shell,.feature-card{border:1px solid var(--line);background:linear-gradient(180deg,#0b182ee6,#0f172ac2)}.hero-list__item,.signal-rail__item{display:flex;align-items:center;gap:12px;min-height:70px;padding:16px 18px;border-radius:22px}.hero-list__dot,.workflow-item__dot,.check-list li:before{width:.8rem;height:.8rem;flex:0 0 auto;border-radius:999px;background:linear-gradient(135deg,var(--cyan),var(--teal));box-shadow:0 0 18px #22d3ee5c}.signal-rail{grid-template-columns:repeat(3,minmax(0,1fr))}.signal-rail__item{flex-direction:column;align-items:flex-start;justify-content:center}.signal-rail__item span{color:var(--text-soft);font-size:.86rem}.signal-rail__item strong{font-size:1.04rem}.section-block,.panel-showcase,.cta-section{margin-bottom:28px}.section-heading{max-width:62ch;margin-bottom:18px}.feature-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.feature-card{min-height:240px;border-radius:28px}.feature-card__index{display:inline-flex;margin-bottom:1rem;color:#8ddff7;font-family:IBM Plex Mono,monospace;letter-spacing:.2em;text-transform:uppercase}.feature-card h3,.workflow-item h3{margin-bottom:.8rem;font-size:1.35rem}.panel-showcase{display:grid;grid-template-columns:minmax(0,.88fr) minmax(0,1.12fr);gap:22px;align-items:stretch}.check-list{list-style:none;padding:0;margin:1.3rem 0 0}.check-list li{display:flex;align-items:flex-start;gap:.75rem;color:var(--text-soft);line-height:1.7}.check-list li:before{content:"";margin-top:.45rem}.panel-showcase__mock{display:flex;flex-direction:column;gap:18px}.workflow-shell{padding:22px;border-radius:28px}.workflow-shell__header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:18px}.workflow-item{display:grid;grid-template-columns:auto 1fr;gap:14px}.cta-section{display:flex;align-items:center;justify-content:space-between;gap:18px}.site-footer{display:flex;align-items:flex-start;justify-content:space-between;gap:22px}.footer-links{justify-content:flex-end}.footer-links a{color:var(--text-soft)}.brand-mark{position:relative;display:inline-flex;align-items:center;justify-content:center;width:8rem;aspect-ratio:1;border-radius:2rem;border:1px solid rgba(125,211,252,.16);background:radial-gradient(circle at 50% 40%,#082f49eb,#030b19fa);box-shadow:inset 0 1px #ffffff0f,0 30px 90px #02061775}.brand-mark:before{content:"";position:absolute;top:10%;right:10%;bottom:10%;left:10%;border-radius:999px;background:radial-gradient(circle,rgba(34,211,238,.18),transparent 68%);filter:blur(20px)}.brand-mark--compact{width:3.45rem;border-radius:1.2rem}.brand-mark__svg{position:relative;width:74%;height:74%}@media(max-width:1120px){.site-header,.cta-section,.site-footer,.hero,.panel-showcase{grid-template-columns:1fr;flex-direction:column;align-items:stretch}.site-nav,.site-actions,.footer-links{justify-content:flex-start}.feature-grid,.signal-rail{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:760px){.landing-shell{width:min(100% - 24px,1240px);padding-top:16px}.site-header,.hero-copy,.hero-surface,.feature-card,.panel-showcase__mock,.workflow-shell,.cta-section,.site-footer{padding:20px;border-radius:26px}.site-nav{overflow-x:auto;white-space:nowrap;padding-bottom:4px}.site-actions{flex-direction:column;align-items:stretch}.locale-toggle{justify-content:space-between}.locale-toggle__button{flex:1 1 0}.hero-copy h1{font-size:clamp(2.6rem,12vw,4.3rem)}.feature-grid,.signal-rail,.hero-surface__head{grid-template-columns:1fr}.hero-surface__head{display:grid}.button,.hero-actions,.chip-row,.cta-section__actions,.footer-links,.site-actions{width:100%}}
