:root{--primary:#6c3fc5;--primary-light:#ede8fa;--text-dark:#0d0d0d;--text-gray:#6b6b6b;--text-muted:#9e9e9e;--border:#ededed;--bg:#fafafc}*{box-sizing:border-box}body,html{margin:0;padding:0;background:var(--bg);color:var(--text-dark);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.container{max-width:1180px;margin:0 auto;padding:0 20px}