/* Isolated public chrome, independent of each page's content styles. */
body .sc-header { position:sticky; top:0; z-index:100; width:100%; background:rgba(1,1,2,.94); border-bottom:1px solid #23252a; backdrop-filter:blur(14px); }
body .sc-bar { max-width:1200px; margin:auto; padding:0 24px; min-height:76px; display:flex; align-items:center; gap:36px; }
body .sc-brand { display:inline-flex; align-items:center; gap:10px; color:#fff; text-decoration:none; font:500 21px Inter,system-ui,sans-serif; letter-spacing:0; flex-shrink:0; }
body .sc-mark { display:block; width:32px; height:32px; flex:0 0 32px; background:url('/assets/sayf-mark.svg?v=20260915') center/contain no-repeat; }
body .sc-header .header-nav { display:flex; align-items:center; gap:25px; flex:1; }
body .sc-header .header-nav .nav-link, body .sc-login { display:inline-flex; padding:10px 0; font:400 13px Inter,system-ui,sans-serif; color:#a4a8b3; letter-spacing:0; text-decoration:none; white-space:nowrap; }
body .sc-header .header-nav .nav-link:hover, body .sc-header .header-nav [aria-current="page"], body .sc-login:hover { color:#fff; }
body .sc-header .header-nav [aria-current="page"] { box-shadow:0 1px #939dff; }
body .sc-header .header-nav .nav-auth { display:flex; align-items:center; gap:20px; margin-left:auto; }
body .sc-cta { display:inline-flex; align-items:center; justify-content:center; min-height:40px; padding:0 18px; border-radius:999px; background:#fff; color:#111318; font:500 13px Inter,system-ui,sans-serif; text-decoration:none; white-space:nowrap; }
body .sc-mobile-signup { display:none; }
body .sc-mobile { display:none; margin-left:auto; }
body .site-footer { padding:0; margin-top:64px; background:#010102; border-top:1px solid #23252a; width:100%; }
body .sc-footer { max-width:1200px; margin:auto; padding:56px 24px 28px; font-family:Inter,system-ui,sans-serif; }
body .sc-foot-grid { display:grid; grid-template-columns:1.6fr repeat(4,1fr); gap:32px; }
body .sc-foot-col h2 { font:500 12px Inter,system-ui,sans-serif; letter-spacing:0; color:#fff; margin:0 0 18px; }
body .sc-foot-col a, body .sc-foot-brand>a:not(.sc-brand) { display:block; font-size:13px; color:#a4a8b3; text-decoration:none; padding:5px 0; overflow-wrap:anywhere; }
body .sc-foot-col a:hover, body .sc-foot-brand>a:hover { color:#fff; }
body .sc-foot-brand p { font-size:13px; line-height:1.8; color:#a4a8b3; margin:18px 0; }
body .sc-foot-bottom { display:flex; justify-content:space-between; gap:20px; border-top:1px solid #23252a; margin-top:40px; padding-top:24px; color:#a4a8b3; font-size:12px; }
body .sc-footer .foot-disclaimer { font:400 12px/1.8 Inter,system-ui,sans-serif; color:#8a8f98; margin:16px 0 0; max-width:100%; letter-spacing:0; }
body .sc-header :focus-visible, body .sc-footer :focus-visible { outline:2px solid #939dff; outline-offset:4px; }
@media(max-width:1000px) {
  body .sc-bar { min-height:68px; }
  body .sc-header .header-nav { display:none; }
  body .sc-mobile-signup { display:inline-flex; margin-left:auto; }
  body .sc-bar { gap:16px; }
  body .sc-mobile { display:block; margin-left:0; }
  body .sc-mobile summary { list-style:none; width:44px; height:44px; display:grid; place-items:center; cursor:pointer; color:#fff; font-size:24px; }
  body .sc-mobile summary::-webkit-details-marker { display:none; }
  body .sc-mobile nav { position:absolute; left:0; right:0; top:100%; background:#111318; padding:16px 24px 24px; border-bottom:1px solid #32353e; max-height:calc(100dvh - 68px); overflow:auto; }
  body .sc-mobile .nav-link { display:block; padding:13px 0; color:#d0d6e0; font:400 15px/1.4 Inter,system-ui,sans-serif; letter-spacing:0; text-decoration:none; }
  body .sc-mobile [aria-current="page"] { color:#939dff; }
  body .sc-foot-grid { grid-template-columns:repeat(4,1fr); gap:28px; }
  body .sc-foot-brand { grid-column:1/-1; }
}
@media(max-width:540px) {
  body .sc-foot-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
  body .sc-foot-bottom { flex-wrap:wrap; }
}
