/* StickyHosting shared identity — canonical tokens, synchronized across both applications. */
:root {
 --sh-bg:#050A08; --sh-bg-2:#0B1110; --sh-surface:#101816;
 --sh-green:#00E88A; --sh-green-2:#00C96B; --sh-green-dark:#007A4D;
 --sh-white:#F7F9F8; --sh-silver:#C8D0CC; --sh-muted:#8C9993;
 --sh-border:rgba(0,232,138,.16); --sh-border-strong:rgba(0,232,138,.30);
 --sh-glow:rgba(0,232,138,.24); --sh-danger:#E45454; --sh-warning:#F5B942;
 --sh-info:#8CA6A0; --sh-radius:16px; --sh-font:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}
