:root{
  --text: rgba(255,255,255,.92);
  --muted: rgba(255,255,255,.62);
  --border: rgba(255,255,255,.10);
}
*{box-sizing:border-box}
html,body{margin:0;padding:0;background:#0b0b0b;color:var(--text);font:14px/1.55 system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Arial,sans-serif;}
a{color:#ff7a00;text-decoration:none}
a:hover{text-decoration:underline}


/* FINAL FOOTER ROUNDING (all pages) */
html body .footer{border-radius:16px !important;overflow:hidden !important;}
html body .footer-inner{border-radius:16px !important;}
