:root{--bg:#0b0c0f;--fg:#e7e7ea;--muted:#9a9aa2;--accent:#7cc4ff;--border:#26282e}*{box-sizing:border-box}body,html{margin:0;padding:0;background:var(--bg);color:var(--fg);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;min-height:100vh}a{color:var(--accent)}.hero-mobile{display:none}.hero-desktop{display:block}@media (max-width:767px){.hero-mobile{display:block}.hero-desktop{display:none}}