@font-face{font-family:Google Sans Code;src:url(/fonts/GoogleSansCode-Regular.ttf) format("truetype");font-display:swap;font-weight:400;font-style:normal}@font-face{font-family:Google Sans Code;src:url(/fonts/GoogleSansCode-Medium.ttf) format("truetype");font-display:swap;font-weight:500;font-style:normal}@font-face{font-family:Google Sans Code;src:url(/fonts/GoogleSansCode-Bold.ttf) format("truetype");font-display:swap;font-weight:700;font-style:normal}:root{--bg:#f8f8f6;--ink:#0f0f0f;--sub:#3c3c3c;--muted:#6b6b6b;--accent:#0d6efd;--accent-2:#111;--pill:#ededeb;--card:#fff;--stroke:#e5e5e0;--radius-lg:28px;--radius-md:18px;--radius-sm:12px;--shadow-soft:0 20px 60px rgba(0,0,0,.08);--grid:min(1200px,calc(100vw - 48px));--font-body:"Google Sans Code","Neue Haas Grotesk","Manrope","Inter","SF Pro Display",system-ui,-apple-system,sans-serif;--font-mono:"Google Sans Code","IBM Plex Mono","SFMono-Regular",Menlo,monospace;--spacing:clamp(18px,2vw,28px)}*,:after,:before{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font-family:var(--font-body);line-height:1.6;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}img{max-width:100%;display:block;border-radius:var(--radius-md)}.page{display:flex;flex-direction:column;min-height:100vh}.shell{width:var(--grid);margin:0 auto}.nav{position:-webkit-sticky;position:sticky;top:0;z-index:20;background:hsla(60,12%,97%,.9);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--stroke)}.nav__bar{display:flex;justify-content:space-between;padding:16px 0}.logo,.nav__bar{align-items:center}.logo{display:inline-flex;gap:12px;padding:8px 0;background:transparent;border-radius:0;border:none;font-weight:700;letter-spacing:-.3px}.logo__dot{width:12px;height:12px;border-radius:50%;background:radial-gradient(circle at 30% 30%,#0d6efd,#0a2a6a);box-shadow:0 0 0 4px rgba(13,110,253,.12)}.logo--text{gap:0}.logo--text .logo__dot{display:none}.nav__links{display:flex;gap:12px;flex-wrap:wrap}.nav__links,.pill{align-items:center}.pill{display:inline-flex;gap:8px;padding:9px 14px;border-radius:999px;background:var(--pill);border:1px solid var(--stroke);font-weight:600;color:var(--sub);transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.pill:hover{transform:translateY(-2px);box-shadow:var(--shadow-soft);background:#fff}.btn:focus-visible,.input:focus-visible,.language-toggle button:focus-visible,.pill:focus-visible,.textarea:focus-visible{outline:2px solid var(--ink);outline-offset:2px}.pill--active{background:#111;color:#fff;border-color:#111}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:14px 20px;border-radius:14px;border:1.2px solid var(--ink);background:var(--ink);color:#fff;font-weight:700;letter-spacing:-.2px;transition:transform .2s ease,box-shadow .2s ease,background .2s ease,color .2s ease}.btn--ghost{background:#fff;color:var(--ink);border:1.2px solid var(--stroke)}.btn:hover{transform:translateY(-2px);box-shadow:var(--shadow-soft)}.hero{position:relative;padding:clamp(48px,10vh,120px) 0 clamp(36px,6vh,80px);overflow:hidden}.hero__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));grid-gap:clamp(18px,3vw,30px);gap:clamp(18px,3vw,30px)}.eyebrow{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:12px;background:var(--pill);border:1px solid var(--stroke);font-weight:700;letter-spacing:-.3px}h1,h2,h3,h4{margin:0 0 12px;letter-spacing:-.04em;color:var(--ink)}h1{font-size:clamp(42px,6vw,72px);line-height:1.05}h2{font-size:clamp(32px,4vw,46px);line-height:1.15}p{margin:0 0 12px;color:var(--sub);font-size:16px}.surface{background:var(--card);border:1px solid var(--stroke);border-radius:var(--radius-lg);padding:clamp(18px,2vw,28px);box-shadow:0 30px 60px rgba(0,0,0,.05)}.surface--glass{background:hsla(0,0%,100%,.7);border:1px solid rgba(0,0,0,.06);box-shadow:0 30px 80px rgba(0,0,0,.08)}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));grid-gap:clamp(16px,2vw,24px);gap:clamp(16px,2vw,24px)}.chip{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:12px;border:1px dashed var(--stroke);background:var(--pill);font-size:13px;font-weight:600}.metric{font-size:clamp(32px,5vw,52px);font-weight:800;letter-spacing:-.04em}.mono{font-family:var(--font-mono);font-size:13px;color:var(--muted)}.stack{display:flex;flex-direction:column;gap:12px}.section{padding:clamp(32px,8vh,80px) 0}.section__head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:18px;flex-wrap:wrap}.card{padding:18px;background:linear-gradient(135deg,#fff,#f3f3ef);border:1px solid var(--stroke);border-radius:var(--radius-md);display:flex;flex-direction:column;gap:10px;min-height:180px;position:relative;overflow:hidden}.card:after{content:"";position:absolute;inset:-20%;background:radial-gradient(circle at 20% 20%,rgba(13,110,253,.12),transparent 40%);opacity:.6;pointer-events:none}.card__title{font-weight:800;font-size:18px;letter-spacing:-.03em}.card__meta{display:flex;align-items:center;justify-content:space-between;gap:10px;color:var(--muted);font-size:13px}.shape{position:absolute;border-radius:50%;filter:blur(60px);opacity:.6}.shape--1{width:280px;height:280px;background:radial-gradient(circle,#0d6efd 0,rgba(13,110,253,.08) 60%,transparent 70%);top:-60px;right:10%}.shape--2{width:220px;height:220px;background:radial-gradient(circle,#111 0,rgba(0,0,0,.1) 70%,transparent 80%);bottom:-40px;left:5%}.columns{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:clamp(18px,2vw,26px);gap:clamp(18px,2vw,26px)}.badge{display:inline-flex;justify-content:center;padding:8px 12px;border-radius:12px;border:1px solid var(--stroke);background:#fff;font-weight:700;letter-spacing:-.3px}.badge,.cluster{align-items:center}.cluster{display:flex;gap:8px;flex-wrap:wrap}.footer{padding:36px 0 48px;border-top:1px solid var(--stroke);margin-top:auto}.footer__top{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:18px;gap:18px;align-items:start}.footer__nav{display:flex;align-items:center;gap:16px;flex-wrap:wrap;font-weight:700}.footer__nav a{padding:8px 0;border-bottom:1px solid transparent}.footer__nav a:hover{border-color:var(--ink)}.footer__cta,.footer__legal{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.footer__legal{justify-content:space-between;font-size:14px;color:var(--sub);padding-top:18px}.footer__brand{display:flex;flex-direction:column;gap:8px}.footer__menu{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));grid-gap:10px;gap:10px}.footer__menu-col{display:grid;grid-gap:8px;gap:8px;font-weight:600}.footer__menu-col a{font-weight:600;border-bottom:1px solid transparent;padding-bottom:4px}.footer__menu-col a:hover{border-color:var(--ink)}.footer__legal-nav{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.marquee{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));grid-gap:10px;gap:10px;padding:12px;background:#111;color:#fff;font-weight:700}.marquee,.panel{border-radius:var(--radius-md)}.panel{padding:18px;border:1px solid var(--stroke);background:linear-gradient(120deg,#fff,#f5f5f2);display:flex;flex-direction:column;gap:8px}.divider{width:100%;height:1px;background:var(--stroke);margin:18px 0}.hero__visual{position:relative;padding:18px;border-radius:var(--radius-lg);border:1px solid var(--stroke);background:linear-gradient(180deg,#fff,#f0f0ec);overflow:hidden;min-height:320px}.hero__visual-grid{display:grid;grid-template-columns:repeat(2,minmax(120px,1fr));grid-gap:12px;gap:12px}.mini-card{padding:12px;border-radius:14px;background:hsla(0,0%,100%,.86);border:1px solid var(--stroke);box-shadow:var(--shadow-soft)}.mini-card strong{display:block;margin-bottom:6px}.floating{animation:float 6s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.timeline{display:grid;grid-gap:14px;gap:14px}.timeline__item{display:grid;grid-template-columns:32px 1fr;grid-gap:10px;gap:10px;align-items:center}.dot{width:32px;height:32px;border-radius:50%;border:1px solid var(--stroke);display:inline-flex;align-items:center;justify-content:center;background:var(--pill);font-weight:700}.strip{padding:12px 0;overflow:hidden}.strip__inner{display:flex;gap:12px;animation:slide 20s linear infinite}.strip__tag{padding:8px 14px;border-radius:12px;border:1px solid var(--stroke);background:#fff;font-weight:600}@keyframes slide{0%{transform:translateX(0)}to{transform:translateX(-40%)}}.layout--dark{background:#0b0b0b;color:#f6f6f6}.layout--dark .footer,.layout--dark .nav{background:#0b0b0b;border-color:#1c1c1c}.layout--dark .badge,.layout--dark .card,.layout--dark .panel,.layout--dark .pill,.layout--dark .surface,.layout--dark .surface--glass{background:#101010;color:#f6f6f6;border-color:#1f1f1f}.layout--dark .badge,.layout--dark .pill{background:#0f0f0f}.layout--dark p{color:#d0d0d0}.hero--massive h1{font-size:clamp(50px,8vw,92px);line-height:.95}.glass-ribbon{padding:12px 18px;border-radius:14px;border:1px solid rgba(0,0,0,.05);background:hsla(0,0%,100%,.76);display:inline-flex;gap:10px;align-items:center;font-weight:700}.mono-block{border-radius:16px;border:1px solid var(--stroke);padding:14px;background:#0f0f0f;color:#e8e8e8;font-family:var(--font-mono);font-size:13px}.language-toggle{display:inline-flex;align-items:center;padding:6px;border-radius:14px;border:1px solid var(--stroke);background:#fff;gap:6px}.language-toggle button{border:none;background:transparent;padding:8px 12px;border-radius:10px;font-weight:700;cursor:pointer;color:var(--muted)}.language-toggle button.is-active{background:#111;color:#fff}.placeholder{border-radius:var(--radius-lg);border:1px solid var(--stroke);background:linear-gradient(135deg,#f8f8f6,#e8ecf6 35%,#dce7ff 60%,#f7f2ff 90%);min-height:220px;box-shadow:0 25px 60px rgba(0,0,0,.06);position:relative;overflow:hidden}.placeholder--dark{background:linear-gradient(135deg,#0f0f0f,#1a1f2f 50%,#2b3347)}.placeholder--flow{background:linear-gradient(135deg,#e6f0ff,#f6f2ff)}.placeholder--panel{background:linear-gradient(135deg,#fff8f0,#f2f5ff)}.placeholder:after,.placeholder:before{content:"";position:absolute;border-radius:50%;filter:blur(40px);opacity:.35}.placeholder:before{width:180px;height:180px;top:-40px;left:10%;background:rgba(13,110,253,.25)}.placeholder:after{width:240px;height:240px;bottom:-60px;right:12%;background:hsla(0,0%,7%,.2)}.placeholder__grid{position:absolute;inset:16px;border-radius:var(--radius-md);border:1px dashed rgba(0,0,0,.08);display:grid;grid-template-columns:repeat(3,1fr);grid-gap:8px;gap:8px;padding:8px;opacity:.7}.placeholder__cell{border-radius:12px;border:1px solid rgba(0,0,0,.08);background:hsla(0,0%,100%,.75);height:32px}.placeholder__cell--wide{grid-column:span 3}.placeholder__panel{position:absolute;inset:24px;border-radius:var(--radius-md);border:1px solid rgba(0,0,0,.06);background:hsla(0,0%,100%,.82);display:grid;grid-gap:8px;gap:8px;padding:12px}.placeholder__row{height:12px;border-radius:8px;background:linear-gradient(90deg,rgba(0,0,0,.08),rgba(0,0,0,.02))}.logo-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:12px;gap:12px}.logo-card{border:1px solid var(--stroke);border-radius:var(--radius-md);padding:14px;background:#fff;display:flex;flex-direction:column;gap:6px;min-height:120px;justify-content:space-between}.logo-face{font-size:28px;line-height:1.1;letter-spacing:-.025em}.logo-meta{font-size:13px;color:var(--muted)}.faq{display:grid;grid-gap:12px;gap:12px}.faq__item{padding:14px;border-radius:var(--radius-md);border:1px solid var(--stroke);background:#fff}.faq__item summary{cursor:pointer;font-weight:700;outline:none}.form{display:grid;grid-gap:12px;gap:12px}.input{width:100%;padding:12px 14px;border-radius:12px;border:1px solid var(--stroke);background:#fff;font-size:14px;font-family:var(--font-body)}.textarea{min-height:120px;resize:vertical}.hint{font-size:13px;color:var(--muted)}@media (prefers-reduced-motion:reduce){.floating,.strip__inner{animation:none}}@media (max-width:720px){.nav__bar{padding:12px 0;gap:12px}.nav__links{width:100%;justify-content:flex-start}.panel,.surface{border-radius:var(--radius-md)}.hero{padding-top:32px}.section{padding:28px 0}}