@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";:root{--primary: #2563eb;--primary-hover: #1d4ed8;--secondary: #0f172a;--background: #f8fafc;--surface: #ffffff;--surface-secondary: #f1f5f9;--text-main: #0f172a;--text-muted: #64748b;--border: #e2e8f0;--radius-sm: 8px;--radius-md: 12px;--radius-lg: 20px;--radius-full: 9999px;--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1)}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%}body{font-family:Inter,sans-serif;background-color:var(--background);color:var(--text-main);line-height:1.5;-webkit-font-smoothing:antialiased}h1,h2,h3,h4,h5,h6{color:var(--secondary);font-weight:600}a{text-decoration:none;color:inherit}button{cursor:pointer;font-family:inherit}.glass-panel{background:#fffc;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.3)}.hrms-app{min-height:100vh;display:flex;flex-direction:column;background-color:#f8fafc}
