@tailwind base;@tailwind components;@tailwind utilities;*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%;width:100%}body{background:#0f172a;line-height:1.5}#root{min-height:100%;height:100%}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.payroll-section{background:#ffffff08;border-radius:16px;padding:24px;border:1px solid rgba(255,255,255,.05);transition:all .3s ease;cursor:pointer}.payroll-section:hover{transform:translateY(-4px);background:#ffffff0d;border-color:#ffffff1a;box-shadow:0 8px 32px #0003}.payroll-section h2{color:#fff;font-size:1.125rem;font-weight:600;margin-bottom:8px}.payroll-section p{color:#94a3b8;font-size:.875rem;line-height:1.5}
