:root{--bg: #f8fafc;--surface: #ffffff;--text: #0f172a;--muted: #475569;--line: #cbd5e1;--accent: #0066ff;--page-content-max: 1040px;--block-border: rgba(148, 163, 184, .35);--block-bg: linear-gradient(180deg, rgba(255, 255, 255, .96) 0%, rgba(248, 250, 252, .9) 100%);--block-shadow: inset 0 -1px 0 rgba(148, 163, 184, .18), 0 4px 14px rgba(15, 23, 42, .08)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:JetBrains Mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;background:linear-gradient(180deg,#f8fafc,#eef2ff);color:var(--text);min-height:100dvh}#app{max-width:1080px;margin:0 auto;padding:40px 20px 220px;min-height:100dvh;display:flex;flex-direction:column}.hero h1{margin:0;font-size:clamp(22px,3.2vw,34px);line-height:1.15;font-weight:650;letter-spacing:-.01em}.hero{display:flex;flex-direction:column;padding-bottom:20px}.hero-headline{display:flex;align-items:flex-start;flex-wrap:wrap;gap:10px}.top-nav{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:14px}.top-nav a{text-decoration:none;color:var(--muted);font-size:12px;border:1px solid var(--line);border-radius:999px;padding:4px 10px}.top-nav a:hover{color:var(--text);border-color:#93c5fd}.top-nav a:focus-visible,.usecase-btn:focus-visible,.focus-tab:focus-visible,.focus-cta:focus-visible,.footer-toggle:focus-visible,.footer-links a:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.hero-brand{display:inline-flex;align-items:center;gap:10px;text-decoration:none}.hero-brand-icon{border-radius:8px}.hero-brand-title{--brand-wordmark-size: 1.4rem}.lead{margin:10px 0 0;color:var(--muted);max-width:76ch;text-align:left;align-self:flex-start}.hero-usecases{display:flex;gap:8px;flex-wrap:wrap;margin-top:10px}.usecase-btn{font:inherit;font-size:12px;color:#1e3a8a;background:#eff6ff;border:1px solid #bfdbfe;border-radius:999px;padding:5px 10px;cursor:pointer}.usecase-btn:hover{background:#dbeafe}.hidden{display:none!important}.product-focus{margin-top:16px;margin-bottom:20px;border:1px solid var(--block-border);border-top:0;border-radius:12px;background:var(--block-bg);box-shadow:var(--block-shadow);overflow:hidden}.focus-tabs{display:flex;gap:8px;padding:12px;border-bottom:1px solid var(--line);background:var(--block-bg);box-shadow:inset 0 -1px #94a3b833}.focus-tab{border:1px solid var(--line);background:#fff;color:var(--text);border-radius:999px;padding:6px 12px;font:inherit;font-size:13px;cursor:pointer}.focus-tab.is-active{border-color:#93c5fd;color:#1e3a8a;background:#eff6ff}.focus-panel{padding:16px 18px 18px}.focus-summary{margin:10px 0 0;color:var(--muted)}.focus-list{margin:12px 0 0;padding-left:18px;color:var(--muted);font-size:13px;line-height:1.45}.focus-list li+li{margin-top:6px}.focus-cta{display:inline-flex;margin-top:14px;color:#fff;background:#2563eb;border-radius:8px;padding:8px 12px;text-decoration:none;font-size:13px}.focus-cta:hover{background:#1d4ed8}.card-head{display:flex;align-items:center;gap:10px}.card-head .brand-wordmark{--brand-wordmark-size: 1.25rem}.app-icon{width:22px;height:22px;display:block;flex:0 0 22px}.tag{display:inline-block;width:-moz-fit-content;width:fit-content;font-size:12px;border:1px solid var(--line);border-radius:999px;padding:4px 10px;color:var(--muted)}.news-module{border:1px solid var(--block-border);border-radius:10px;background:var(--block-bg);box-shadow:var(--block-shadow);padding:16px 18px;margin-bottom:28px}.news-head{display:flex;align-items:center;justify-content:space-between;gap:10px}.news-head h2{margin:0;font-size:1.1rem;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,sans-serif}.news-lead{margin:10px 0 0;color:var(--muted);font-size:13px}.news-list{margin:12px 0 0;padding-left:18px;color:var(--muted);font-size:13px}.news-list li+li{margin-top:6px}.site-footer{margin-top:16px;position:fixed;left:50%;bottom:12px;transform:translate(-50%);width:min(calc(100% - 40px),var(--page-content-max));z-index:120;max-height:62dvh;border:1px solid var(--block-border);border-radius:12px;background:var(--block-bg);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);box-shadow:var(--block-shadow);overflow:hidden;display:flex;flex-direction:column}.footer-top{display:none}.footer-note{margin:0;color:var(--muted);font-size:13px;line-height:1.4}.footer-links{display:flex;gap:12px;flex-wrap:wrap}.footer-links a{color:var(--text);text-decoration:none;font-size:13px}.footer-links a:hover{text-decoration:underline}.footer-links a[aria-disabled=true]{color:var(--muted);pointer-events:none}.footer-toggle{width:100%;border:0;border-bottom:1px solid var(--line);padding:12px 16px;display:flex;align-items:center;justify-content:space-between;background:transparent;color:var(--text);cursor:pointer;font:inherit}.footer-toggle-icon{transition:transform .2s ease}.footer-content{padding:14px 16px;overflow:auto;min-height:0}.footer-mobile-meta{display:block;margin-bottom:12px;padding-bottom:10px;border-bottom:1px solid var(--line)}.footer-content.hidden{display:none}.footer-grid{display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.footer-grid h3{margin:0 0 6px;font-size:14px}.footer-grid p{margin:0;color:var(--muted);font-size:13px;line-height:1.45}.footer-bottom{padding:12px 16px;display:flex;align-items:center;justify-content:space-between;gap:10px;color:var(--muted);font-size:12px}@media (max-width: 720px){#app{padding-bottom:260px}.product-focus{margin-top:14px}.footer-bottom{flex-direction:column;align-items:flex-start}.site-footer{width:calc(100% - 20px);bottom:8px;max-height:70dvh}.hero-headline{gap:8px}}@media (min-width: 721px){.top-nav{display:none}}.brand-wordmark{font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,sans-serif;letter-spacing:-.02em;font-size:var(--brand-wordmark-size, 1.25rem);line-height:1.2;font-weight:600;display:inline-flex;align-items:baseline}.brand-icon{width:var(--brand-icon-size, 32px);height:var(--brand-icon-size, 32px);flex:0 0 var(--brand-icon-size, 32px)}.brand-wordmark__prefix{color:var(--brand-prefix-color, #64748b);font-weight:var(--brand-prefix-weight, 500)}.brand-wordmark__main{color:var(--brand-main-color, #0f172a);font-weight:var(--brand-main-weight, 700)}.brand-theme-default,.brand-theme-envelope,.brand-theme-4x6{--brand-prefix-color: #64748b;--brand-main-color: #0f172a;--brand-prefix-weight: 500;--brand-main-weight: 700}
