@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";
:root{--bg-body:#f3f6fa;--bg-surface:#fff;--bg-surface-hover:#f8fafc;--text-main:#202124;--text-muted:#757575;--accent-primary:#ff4081;--accent-salary:#16a34a;--border-color:#e5e7eb;--pill-bg:#f3f4f6;--pill-bg-hover:#e5e7eb;--pill-text:#4b5563;--pill-active-bg:#e0e7ff;--pill-active-text:#4f46e5;--shadow-card:0 1px 3px #0000000d,0 1px 2px #00000008;--shadow-hover:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}*{box-sizing:border-box;margin:0;padding:0}html{overflow-y:scroll}body{background-color:var(--bg-body);color:var(--text-main);min-height:100vh;font-family:Inter,sans-serif;line-height:1.5}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-body)}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}input,select,button{outline:none;font-family:inherit}button{cursor:pointer;background:0 0;border:none}.app-container{flex-direction:column;align-items:center;min-height:100vh;padding:24px;display:flex}.dashboard-layout{flex-direction:column;gap:16px;width:100%;max-width:1500px;display:flex}
