body{margin:0;font-family:Inter,system-ui,-apple-system,sans-serif;color:#0f172a;background:#fff;-webkit-font-smoothing:antialiased}
html:not([data-app-ready]) #root{min-height:100vh}
#ssr-seo-fallback{display:none!important}
.mk-shell{background:linear-gradient(135deg,rgba(255,251,235,.5),#fafaf9,rgba(255,237,213,.3))}
.mk-promo{background:#2563eb;color:#fff;padding:.75rem 1.5rem;text-align:center;font-size:.875rem}
.mk-promo a{color:#fff;text-decoration:underline}
.mk-header{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1.5rem;border-bottom:1px solid rgba(231,229,228,.6);background:rgba(250,250,249,.8);position:sticky;top:0;z-index:50}
.mk-header img{height:1.75rem}
.mk-header-nav{display:flex;align-items:center;flex-wrap:wrap;gap:.75rem}
.mk-header-nav a,.mk-header-nav summary{font-size:.875rem;color:#475569;text-decoration:none}
.mk-header-nav a.mk-signin{background:#2563eb;color:#fff;padding:.5rem 1rem;border-radius:.375rem;font-weight:500}
.mk-nav-details{position:relative}
.mk-nav-details summary{cursor:pointer;list-style:none}
.mk-nav-details summary::-webkit-details-marker{display:none}
.mk-nav-details ul{position:absolute;top:100%;left:0;margin:.25rem 0 0;padding:.5rem 0;min-width:12rem;background:#fff;border:1px solid #e2e8f0;border-radius:.375rem;box-shadow:0 4px 6px -1px rgba(0,0,0,.1);list-style:none;z-index:60}
.mk-nav-details:not([open]) ul{display:none}
.mk-nav-details li a{display:block;padding:.375rem 1rem;white-space:nowrap}
.mk-nav-details li a:hover{background:#f1f5f9}
#ssr-hero-lcp{max-width:1280px;margin:0 auto;padding:3rem 1.5rem 2rem}
#ssr-hero-lcp h1{font-size:clamp(2rem,5vw,3.5rem);font-weight:700;line-height:1.1;color:#0f172a;margin:0 0 1.5rem;letter-spacing:-0.025em}
#ssr-hero-lcp .lcp-subhead{font-size:clamp(1rem,2.5vw,1.25rem);line-height:1.6;color:#475569;max-width:36rem;margin:0 0 2rem}
#ssr-hero-lcp .mk-cta-row{display:flex;flex-wrap:wrap;gap:1rem;margin-top:1.5rem}
#ssr-hero-lcp .mk-cta-primary{background:#2563eb;color:#fff;padding:.75rem 2rem;border-radius:9999px;font-weight:600;border:none;font-size:1rem;cursor:pointer;text-decoration:none;display:inline-block}
#ssr-hero-lcp .mk-cta-secondary{background:#fff;color:#334155;padding:.75rem 2rem;border-radius:9999px;font-weight:600;border:1px solid #cbd5e1;font-size:1rem;cursor:pointer;text-decoration:none;display:inline-block}