:root{--color-primary:#185fa5;--color-primary-dark:#0c447c;--color-primary-light:#e6f1fb;--color-accent:#1d9e75;--color-text:#1a1a1a;--color-text-muted:#5a5a5a;--color-text-light:#8a8a8a;--color-bg:#fff;--color-bg-soft:#f7f8fa;--color-border:rgba(0,0,0,.08);--radius-md:8px;--radius-lg:12px;--shadow-md:0 4px 16px rgba(0,0,0,.06);--max-width:1200px}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Inter,Roboto,Helvetica Neue,Arial,sans-serif;color:var(--color-text);background:var(--color-bg);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer}