@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap";*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--bm-blue:#2e86c1;--bm-blue-dark:#1a5f8a;--bm-blue-light:#d6eaf8;--bm-green:#82c341;--bm-green-dark:#5a9a28;--bm-green-light:#eaf4d7;--bm-orange:#e87722;--bm-orange-dark:#c45c0f;--bm-orange-light:#fdebd0;--bg-primary:#f5f6fa;--bg-card:#fff;--text-primary:#1c2833;--text-secondary:#5d6d7e;--border:#e2e8f0;--radius:12px;--radius-sm:8px}@media (prefers-color-scheme:dark){:root{--bg-primary:#1c2833;--bg-card:#2c3e50;--text-primary:#f0f4f8;--text-secondary:#a0aec0;--border:#3d5166;--bm-blue-light:#1a3a52;--bm-green-light:#1a2e10;--bm-orange-light:#3d2010}}body{background:var(--bg-primary);color:var(--text-primary);min-height:100vh;font-family:Inter,sans-serif;font-size:14px;line-height:1.5}#root{min-height:100vh}
