:root{--color-brand-primary:#2c5282;--color-brand-secondary:#3182ce;--color-brand-accent:#63b3ed;--color-bg-canvas:#f7f9fc;--color-bg-surface:#fff;--color-bg-subtle:#edf2f7;--color-bg-muted:#e2e8f0;--color-text-primary:#1a202c;--color-text-secondary:#4a5568;--color-text-muted:#718096;--color-text-inverse:#fff;--color-success:#38a169;--color-success-light:#f0fff4;--color-warning:#d69e2e;--color-warning-light:ivory;--color-danger:#e53e3e;--color-danger-light:#fff5f5;--color-info:#3182ce;--color-info-light:#ebf8ff;--color-leave-casual:#805ad5;--color-leave-casual-light:#faf5ff;--color-leave-sick:#dd6b20;--color-leave-sick-light:#fffaf0;--color-leave-replacement:#319795;--color-leave-replacement-light:#e6fffa;--color-leave-holiday:#2c5282;--color-leave-holiday-light:#ebf4ff;--color-border-default:#e2e8f0;--color-border-focus:#3182ce;--shadow-sm:0 1px 3px #00000014, 0 1px 2px #0000000a;--shadow-md:0 4px 6px #00000012, 0 2px 4px #0000000d;--shadow-lg:0 10px 25px #0000001a, 0 6px 10px #0000000a;--shadow-xl:0 20px 40px #0000001f;--radius-sm:4px;--radius-md:8px;--radius-lg:12px;--radius-xl:16px;--radius-full:9999px;--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:20px;--space-6:24px;--space-8:32px;--space-10:40px;--space-12:48px;--space-16:64px;--font-display:"Plus Jakarta Sans", system-ui, sans-serif;--font-body:"Inter", system-ui, sans-serif;--font-mono:"JetBrains Mono", "Courier New", monospace;--text-xs:.75rem;--text-sm:.875rem;--text-base:1rem;--text-lg:1.125rem;--text-xl:1.25rem;--text-2xl:1.5rem;--text-3xl:1.875rem;--text-4xl:2.25rem;--weight-regular:400;--weight-medium:500;--weight-semibold:600;--weight-bold:700;--leading-tight:1.25;--leading-normal:1.5;--leading-relaxed:1.625;--transition-fast:.12s ease-out;--transition-normal:.22s ease-out;--transition-slow:.38s ease-in-out;--transition-spring:.4s cubic-bezier(.34, 1.56, .64, 1);--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;color:var(--color-text-primary);background:var(--color-bg-canvas);font-family:var(--font-body);font-size:var(--text-base);line-height:var(--leading-normal);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}html,body,#root{min-height:100vh;margin:0;padding:0}body{background:var(--color-bg-canvas);color:var(--color-text-primary)}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);font-weight:var(--weight-semibold);color:var(--color-text-primary);line-height:var(--leading-tight);margin:0}h1{font-size:var(--text-3xl)}h2{font-size:var(--text-2xl)}h3{font-size:var(--text-xl)}h4{font-size:var(--text-lg)}p{color:var(--color-text-primary);margin:0}a{color:var(--color-brand-secondary);text-decoration:none}a:hover{text-decoration:underline}button{font-family:inherit;font-size:inherit;cursor:pointer;color:inherit;background:0 0;border:none;padding:0}input,textarea,select{font-family:inherit;font-size:inherit;color:var(--color-text-primary)}:focus-visible{outline:3px solid var(--color-border-focus);outline-offset:2px;border-radius:var(--radius-sm)}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important}}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--color-bg-muted);border-radius:var(--radius-full)}::-webkit-scrollbar-thumb:hover{background:var(--color-text-muted)}.mono{font-family:var(--font-mono);letter-spacing:-.02em}.display{font-family:var(--font-display)}.muted{color:var(--color-text-muted)}.secondary{color:var(--color-text-secondary)}.card{background:var(--color-bg-surface);border-radius:var(--radius-lg);border:1px solid var(--color-border-default);box-shadow:var(--shadow-sm)}@keyframes shimmer{0%{background-position:-400px 0}to{background-position:400px 0}}.skeleton{background:linear-gradient(90deg, var(--color-bg-muted) 0px, var(--color-bg-subtle) 200px, var(--color-bg-muted) 400px);border-radius:var(--radius-md);background-size:800px 100%;animation:1.5s linear infinite shimmer}
