:root{--primary:#0891b2;--primary-dark:#0e7490;--secondary:#22d3ee;--background:#0f172a;--background-light:#1e293b;--text:#f8fafc;--text-muted:#94a3b8;--success:#10b981;--gradient-start:#0891b2;--gradient-end:#22d3ee}*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;overflow-x:hidden;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}body{background:var(--background);color:var(--text);line-height:1.6}a{color:inherit;text-decoration:none}.container{max-width:1200px;margin:0 auto;padding:0 20px}