:root{--background-primary:#fff;--background-secondary:#fafafa;--background-tertiary:#f5f5f5;--text-primary:#171717;--text-secondary:#404040;--text-tertiary:#737373;--text-disabled:#a3a3a3;--border-light:#e5e5e5;--border-medium:#d4d4d4;--border-dark:#a3a3a3;--shadow-sm:#0000000d;--shadow-md:#0000001a;--shadow-lg:#00000026;--shadow-xl:#0003;--primary-50:#e8f0fe;--primary-100:#d2e1fd;--primary-200:#a5c3fb;--primary-300:#78a5f9;--primary-400:#5b91f6;--primary-500:#4285f4;--primary-600:#3367c3;--primary-700:#254a92;--primary-800:#1a2c61;--primary-900:#0f1e31;--secondary-50:#fce8e6;--secondary-100:#f9d1cd;--secondary-200:#f3a39b;--secondary-300:#ed7569;--secondary-400:#e7574a;--secondary-500:#ea4335;--secondary-600:#bb362a;--secondary-700:#8c281f;--secondary-800:#5e1b15;--secondary-900:#2f0d0a}[data-theme=dark]{--background-primary:#171717;--background-secondary:#262626;--background-tertiary:#404040;--text-primary:#fafafa;--text-secondary:#d4d4d4;--text-tertiary:#a3a3a3;--text-disabled:#525252;--border-light:#404040;--border-medium:#525252;--border-dark:#737373;--shadow-sm:#0000004d;--shadow-md:#0006;--shadow-lg:#00000080;--shadow-xl:#0009;--primary-50:#e8f0fe;--primary-100:#d2e1fd;--primary-200:#a5c3fb;--primary-300:#78a5f9;--primary-400:#5b91f6;--primary-500:#4285f4;--primary-600:#3367c3;--primary-700:#254a92;--primary-800:#1a2c61;--primary-900:#0f1e31;--secondary-50:#fce8e6;--secondary-100:#f9d1cd;--secondary-200:#f3a39b;--secondary-300:#ed7569;--secondary-400:#e7574a;--secondary-500:#ea4335;--secondary-600:#bb362a;--secondary-700:#8c281f;--secondary-800:#5e1b15;--secondary-900:#2f0d0a}*{box-sizing:border-box;margin:0;padding:0}html,body{width:100%;height:100%}:root{--font-primary:"Poppins","Segoe UI",Arial,sans-serif;--font-secondary:"Poppins","Segoe UI",Arial,sans-serif}body{font-family:var(--font-primary);transition:background-color .3s,color .3s}html{background-color:var(--background-primary);color:var(--text-primary)}.container{max-width:1700px;margin:0 auto}
