:root{--ink: #16181d;--ink-soft: #4a4f58;--bg: #ffffff;--bg-muted: #f6f7f9;--border: #e6e8eb;--accent: #2f6fed;--accent-ink: #ffffff;--footer-bg: #14171c;--footer-ink: #c9ccd3;--radius: 14px;--max-width: 1080px}*{box-sizing:border-box}html{height:100%}body{margin:0;min-height:100%;display:flex;flex-direction:column;color:var(--ink);background:var(--bg);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.5;-webkit-font-smoothing:antialiased}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}.wrap{max-width:var(--max-width);margin:0 auto;padding:0 24px}header.top-nav{position:sticky;top:0;background:var(--bg);border-bottom:1px solid var(--border);z-index:10}header.top-nav .wrap{display:flex;justify-content:space-between;align-items:center;height:64px}.wordmark a{color:var(--ink);font-weight:800;font-size:18px;text-decoration:none;white-space:nowrap}.nav-actions{display:flex;gap:12px;align-items:center}.nav-actions .btn .cta-label-short{display:none}@media (max-width: 460px){.nav-actions .btn .cta-label-long{display:none}.nav-actions .btn .cta-label-short{display:inline}}.btn{display:inline-block;padding:10px 18px;border-radius:var(--radius);font-weight:600;text-decoration:none;cursor:pointer;border:1px solid transparent}.btn-primary{background:var(--accent);color:var(--accent-ink)}.btn-primary:hover{text-decoration:none;opacity:.92}.btn-ghost{background:transparent;color:var(--ink);border-color:var(--border)}.btn-ghost:hover{text-decoration:none;background:var(--bg-muted)}.btn[disabled],.btn.disabled{opacity:.5;cursor:not-allowed;pointer-events:none}footer{margin-top:auto;background:var(--footer-bg);color:var(--footer-ink);padding:48px 0;font-size:14px}footer .wrap{display:flex;flex-wrap:wrap;justify-content:space-between;gap:24px}footer .company{color:#fff;font-weight:800;font-size:16px;margin-bottom:8px}footer a{color:var(--footer-ink)}footer a:hover{color:#fff}
/*# sourceMappingURL=shared.css.map */
