@import url("/styles.mobile.css");

/* Fallbacks and minimal desktop overrides so desktop == mobile */
:root{ --center-width:420px; --bg: #0b0f1a; --text: #eaf2ff }

/* Ensure color/background are set even if import fails */
body{ background: var(--bg); color: var(--text); }

.container{ max-width:var(--center-width); margin:0 auto }

