@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";.sidebar{color:#fff;background:#111827;flex-direction:column;padding:30px 20px;display:flex}.sidebar-logo{align-items:center;gap:15px;margin-bottom:45px;display:flex}.logo{background:linear-gradient(135deg,#4f46e5,#06b6d4);border-radius:12px;justify-content:center;align-items:center;width:50px;height:50px;font-size:22px;font-weight:700;display:flex}.sidebar-title h2{font-size:24px}.sidebar-title p{color:#94a3b8;font-size:13px}.sidebar-menu{flex-direction:column;gap:8px;display:flex}.sidebar-link{color:#fff;border-radius:12px;width:100%;margin-bottom:10px;padding:18px 20px;font-size:18px;text-decoration:none;transition:all .3s;display:block}.sidebar-link:hover{background:#273449}.sidebar-link.active{background:#2563eb}.navbar{background:#fff;border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;height:80px;padding:0 30px;display:flex}.navbar-search{background:#f3f4f6;border-radius:12px;align-items:center;gap:12px;width:420px;padding:12px 18px;display:flex}.navbar-search input{background:0 0;border:none;outline:none;width:100%;font-size:15px}.navbar-right{align-items:center;gap:18px;display:flex}.icon-btn{cursor:pointer;background:#f3f4f6;border:none;border-radius:12px;width:45px;height:45px;transition:all .3s}.icon-btn:hover{color:#fff;background:#2563eb}.profile{align-items:center;gap:10px;display:flex}.profile h4{font-size:15px}.profile p{color:#64748b;font-size:13px}.logout-btn{cursor:pointer;background:#fff;border:none;border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;transition:all .25s;display:flex;box-shadow:0 4px 12px #00000014}.logout-btn:hover{color:#fff;background:#ef4444;transform:translateY(-2px)}.dashboard{background:#f4f7fc;grid-template-columns:280px 1fr;min-height:100vh;display:grid}.dashboard-content{flex-direction:column;display:flex;overflow:hidden}.dashboard-main{flex:1;padding:30px;overflow-y:auto}.bottom-grid,.action-grid{grid-template-columns:2fr 1fr;gap:25px;margin-top:25px;display:grid}@media (width<=1200px){.bottom-grid,.action-grid{grid-template-columns:1fr}}@media (width<=900px){.dashboard{grid-template-columns:90px 1fr}}@media (width<=768px){.dashboard{grid-template-columns:1fr}}.login-bg{background:radial-gradient(circle at 0 0,#5b5bd620,#0000 40%),radial-gradient(circle at 100% 100%,#06b6d420,#0000 40%),#f5f7fb;justify-content:center;align-items:center;min-height:100vh;display:flex}.login-card{background:#fff;border-radius:20px;width:100%;max-width:470px;padding:45px;box-shadow:0 20px 60px #00000014}.login-card__header{margin-bottom:28px}.login-card__title{color:#111;margin-bottom:6px;font-size:34px;font-weight:700}.login-card__subtitle{color:#666;font-size:16px;line-height:1.6}.login-form{flex-direction:column;gap:24px;display:flex}.login-form__error{color:#dc2626;background:#fff0f0;border:1px solid #fca5a5;border-radius:6px;align-items:center;gap:8px;padding:10px 14px;font-size:13px;display:flex}.login-form__group{flex-direction:column;gap:6px;display:flex}.login-form__label-row{justify-content:space-between;align-items:center;display:flex}.login-form__label{color:#333;font-size:13px;font-weight:600}.login-form__forgot{color:#4f46e5;font-size:12px;text-decoration:none}.login-form__forgot:hover{text-decoration:underline}.login-form__input-wrap{align-items:center;display:flex;position:relative}.login-form__input{color:#111;background:#fff;border:1px solid #d1d5db;border-radius:6px;outline:none;width:100%;padding:10px 14px;font-family:inherit;font-size:14px;transition:border-color .2s}.login-form__input::placeholder{color:#aaa}.login-form__input:focus{border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e51f}.login-form__input--password{padding-right:42px}.login-form__eye{color:#888;cursor:pointer;background:0 0;border:none;align-items:center;padding:0;display:flex;position:absolute;right:12px}.login-form__eye:hover{color:#444}.login-form__submit{color:#fff;cursor:pointer;background:linear-gradient(135deg,#4f46e5,#6366f1);border:none;border-radius:6px;justify-content:center;align-items:center;gap:8px;width:100%;margin-top:4px;padding:11px 24px;font-family:inherit;font-size:14px;font-weight:600;transition:all .3s;display:inline-flex}.login-form__submit:hover:not(:disabled){background:linear-gradient(135deg,#4338ca,#5b5bd6);transform:translateY(-2px);box-shadow:0 12px 25px #4f46e54d}.login-form__submit:disabled{opacity:.65;cursor:not-allowed}.login-form__spinner{border:2px solid #ffffff59;border-top-color:#fff;border-radius:50%;width:15px;height:15px;animation:.7s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.login-form__remember-me{color:#333;align-items:center;gap:8px;font-size:13px;display:flex}.login-form__remember-me input{cursor:pointer}.login-form__footer-text{text-align:center;color:#666;margin-top:10px;font-size:13px}.login-form__link{color:#4f46e5;font-weight:500;text-decoration:none}.login-form__link:hover{text-decoration:underline}.login-logo{color:#fff;background:linear-gradient(135deg,#4f46e5,#6366f1);border-radius:18px;justify-content:center;align-items:center;width:70px;height:70px;margin-bottom:25px;font-weight:700;display:flex;box-shadow:0 10px 25px #4f46e540}.login-container{border-radius:24px;justify-content:center;align-items:center;width:1200px;max-width:95%;display:flex;overflow:hidden;box-shadow:0 25px 60px #00000026}.login-left{color:#fff;background:linear-gradient(135deg,#4f46e5,#6d5dfc);justify-content:center;align-items:center;width:50%;min-height:750px;padding:70px;display:flex}.login-right{background:#fff;justify-content:center;align-items:center;width:50%;min-height:750px;display:flex}:root{--brand-900:#0f1629;--brand-800:#1a2340;--brand-700:#1e3a5f;--brand-600:#1d4ed8;--brand-500:#2563eb;--brand-400:#3b82f6;--brand-300:#93c5fd;--accent:#6366f1;--success:#10b981;--danger:#ef4444;--warning:#f59e0b;--text-primary:#0f172a;--text-secondary:#475569;--text-muted:#94a3b8;--border:#e2e8f0;--border-focus:#3b82f6;--surface:#fff;--surface-alt:#f8fafc;--radius-sm:6px;--radius-md:10px;--radius-lg:16px;--radius-xl:24px;--shadow-card:0 25px 60px #0f16292e, 0 8px 20px #0f162914;--shadow-btn:0 4px 14px #2563eb59}.register-bg{background:#f1f5f9;align-items:stretch;min-height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;display:flex}.register-brand{background:linear-gradient(155deg, var(--brand-900) 0%, var(--brand-700) 55%, #0f3460 100%);flex-direction:column;flex:0 0 420px;justify-content:space-between;padding:52px 48px;display:none;position:relative;overflow:hidden}@media (width>=900px){.register-brand{display:flex}}.register-brand:before{content:"";pointer-events:none;background:radial-gradient(circle,#6366f140 0%,#0000 70%);border-radius:50%;width:420px;height:420px;position:absolute;top:-120px;right:-140px}.register-brand:after{content:"";pointer-events:none;background:radial-gradient(circle,#2563eb2e 0%,#0000 70%);border-radius:50%;width:300px;height:300px;position:absolute;bottom:-80px;left:-80px}.register-brand__logo{z-index:1;align-items:center;gap:12px;display:flex;position:relative}.register-brand__logo-icon{background:linear-gradient(135deg, var(--brand-400), var(--accent));border-radius:var(--radius-md);flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.register-brand__logo-text{flex-direction:column;display:flex}.register-brand__logo-name{color:#fff;letter-spacing:-.3px;font-size:18px;font-weight:800;line-height:1}.register-brand__logo-tag{color:var(--brand-300);letter-spacing:1.5px;text-transform:uppercase;margin-top:2px;font-size:10px;font-weight:500}.register-brand__body{z-index:1;position:relative}.register-brand__headline{color:#fff;letter-spacing:-.5px;margin-bottom:14px;font-size:30px;font-weight:800;line-height:1.25}.register-brand__headline span{background:linear-gradient(90deg, var(--brand-300), #a5b4fc);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.register-brand__desc{color:#fff9;margin-bottom:36px;font-size:14px;line-height:1.7}.register-brand__features{flex-direction:column;gap:14px;margin:0;padding:0;list-style:none;display:flex}.register-brand__feature{color:#fffc;align-items:center;gap:12px;font-size:13px;font-weight:500;display:flex}.register-brand__feature-icon{background:#ffffff1a;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:15px;display:flex}.register-brand__footer{z-index:1;color:#ffffff4d;font-size:11px;line-height:1.6;position:relative}.register-panel{background:#f1f5f9;flex:1;justify-content:center;align-items:center;padding:40px 24px;display:flex;overflow-y:auto}.register-card{background:var(--surface);border-radius:var(--radius-xl);width:100%;max-width:480px;box-shadow:var(--shadow-card);padding:44px 40px 36px;animation:.45s cubic-bezier(.22,1,.36,1) both slideUp}@keyframes slideUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@media (width<=540px){.register-card{padding:32px 22px 28px}}.register-card__header{margin-bottom:28px}.register-card__eyebrow{letter-spacing:1.2px;text-transform:uppercase;color:var(--brand-500);background:#eff6ff;border:1px solid #bfdbfe;border-radius:100px;align-items:center;gap:6px;margin-bottom:14px;padding:4px 10px;font-size:11px;font-weight:700;display:inline-flex}.register-card__title{color:var(--text-primary);letter-spacing:-.5px;margin:0 0 6px;font-size:26px;font-weight:800}.register-card__subtitle{color:var(--text-secondary);margin:0;font-size:14px;line-height:1.5}.register-steps{align-items:center;gap:0;margin-bottom:28px;display:flex}.register-step{flex-direction:column;flex:1;align-items:center;gap:5px;display:flex;position:relative}.register-step:not(:last-child):after{content:"";background:var(--border);height:2px;transition:background .4s;position:absolute;top:15px;left:calc(50% + 18px);right:calc(18px - 50%)}.register-step--done:not(:last-child):after,.register-step--active:not(:last-child):after{background:linear-gradient(90deg, var(--success) 0%, var(--border) 100%)}.register-step--done+.register-step--done:before,.register-step--done:not(:last-child):after{background:var(--success)}.register-step__bubble{background:var(--surface-alt);border:2px solid var(--border);width:30px;height:30px;color:var(--text-muted);z-index:1;border-radius:50%;justify-content:center;align-items:center;font-size:12px;font-weight:700;transition:all .3s cubic-bezier(.34,1.56,.64,1);display:flex;position:relative}.register-step--active .register-step__bubble{background:var(--brand-500);border-color:var(--brand-500);color:#fff;transform:scale(1.1);box-shadow:0 0 0 5px #2563eb26}.register-step--done .register-step__bubble{background:var(--success);border-color:var(--success);color:#fff}.register-step__label{color:var(--text-muted);letter-spacing:.4px;text-transform:uppercase;white-space:nowrap;font-size:10px;font-weight:600}.register-step--active .register-step__label{color:var(--brand-500)}.register-step--done .register-step__label{color:var(--success)}.register-alert{border-radius:var(--radius-md);align-items:flex-start;gap:10px;margin-bottom:4px;padding:12px 14px;font-size:13px;font-weight:500;line-height:1.5;animation:.25s fadeIn;display:flex}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.register-alert--error{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca}.register-alert--success{color:#15803d;background:#f0fdf4;border:1px solid #bbf7d0}.register-alert--warning{color:#92400e;background:#fffbeb;border:1px solid #fde68a}.register-alert__icon{flex-shrink:0;margin-top:1px;font-size:15px}.register-form{flex-direction:column;gap:16px;display:flex}.register-form__row{grid-template-columns:1fr 1fr;gap:12px;display:grid}@media (width<=460px){.register-form__row{grid-template-columns:1fr}}.register-form__group{flex-direction:column;gap:6px;display:flex}.register-form__label{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px;align-items:center;gap:6px;font-size:12px;font-weight:700;display:flex}.register-form__label-badge{color:var(--success);letter-spacing:0;text-transform:none;background:#dcfce7;border-radius:100px;padding:1px 7px;font-size:10px;font-weight:600}.register-input-wrap{align-items:center;display:flex;position:relative}.register-input-wrap--row{align-items:stretch;gap:8px;display:flex}.register-input-icon{color:var(--text-muted);pointer-events:none;align-items:center;display:flex;position:absolute;top:50%;left:13px;transform:translateY(-50%)}.register-form__input{background:var(--surface-alt);border:1.5px solid var(--border);border-radius:var(--radius-md);width:100%;color:var(--text-primary);box-sizing:border-box;outline:none;padding:11px 14px 11px 38px;font-family:Inter,sans-serif;font-size:14px;font-weight:500;transition:border-color .2s,box-shadow .2s,background .2s}.register-form__input--no-icon{padding-left:14px}.register-form__input::placeholder{color:var(--text-muted);font-weight:400}.register-form__input:focus{border-color:var(--border-focus);background:var(--surface);box-shadow:0 0 0 4px #3b82f61a}.register-form__input:disabled{opacity:.6;cursor:not-allowed;background:#f0f4f8}.register-form__input--verified{border-color:var(--success)!important;background:#f0fdf4!important}select.register-form__input{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2394a3b8' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;background-size:14px;padding-right:36px}.register-form__input--otp{letter-spacing:10px;text-align:center;padding-left:14px;font-size:20px;font-weight:800}.register-btn-inline{border-radius:var(--radius-md);color:#fff;background:linear-gradient(135deg, var(--brand-500), var(--accent));cursor:pointer;white-space:nowrap;border:none;flex-shrink:0;align-items:center;gap:6px;height:auto;min-height:44px;padding:0 18px;font-family:Inter,sans-serif;font-size:13px;font-weight:700;transition:opacity .2s,transform .15s,box-shadow .2s;display:flex}.register-btn-inline:hover:not(:disabled){opacity:.9;transform:translateY(-1px);box-shadow:0 4px 12px #2563eb4d}.register-btn-inline:disabled{opacity:.5;cursor:not-allowed}.register-btn-inline--ghost{color:var(--text-muted);background:0 0;min-height:auto;padding:0 10px;font-size:12px;font-weight:500;text-decoration:underline}.register-btn-inline--ghost:hover:not(:disabled){color:var(--text-secondary);box-shadow:none;transform:none}.register-otp-panel{border-radius:var(--radius-lg);background:#f8faff;border:1.5px solid #bfdbfe;flex-direction:column;gap:16px;padding:20px;animation:.3s fadeIn;display:flex}.register-otp-email-chip{border:1px solid var(--border);border-radius:var(--radius-md);color:var(--text-secondary);background:#fff;align-items:center;gap:8px;padding:10px 14px;font-size:13px;font-weight:600;display:flex}.register-otp-email-chip svg{color:var(--brand-400);flex-shrink:0}.register-otp-email-chip span{text-overflow:ellipsis;white-space:nowrap;flex:1;overflow:hidden}.register-otp-change{color:var(--brand-500);cursor:pointer;white-space:nowrap;background:0 0;border:none;flex-shrink:0;padding:0;font-family:Inter,sans-serif;font-size:12px;font-weight:600}.register-otp-change:hover{text-decoration:underline}.register-otp-hint{color:var(--text-muted);flex-wrap:wrap;align-items:center;gap:4px;margin:4px 0 0;font-size:12px;display:flex}.register-otp-resend-btn{color:var(--brand-500);cursor:pointer;background:0 0;border:none;padding:0;font-family:Inter,sans-serif;font-size:12px;font-weight:700;text-decoration:underline}.register-otp-resend-btn:hover:not(:disabled){color:var(--brand-700)}.register-otp-resend-btn:disabled{opacity:.5;cursor:not-allowed}.register-eye-btn{color:#94a3b8;cursor:pointer;background:0 0;border:none;align-items:center;padding:0;line-height:0;transition:color .2s;display:flex;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.register-eye-btn:hover{color:var(--text-secondary)}.register-change-link{color:var(--text-muted);cursor:pointer;text-align:left;background:0 0;border:none;padding:2px 0 0;font-family:Inter,sans-serif;font-size:12px;font-weight:600;transition:color .2s}.register-change-link:hover{color:var(--brand-500);text-decoration:underline}.register-divider{color:var(--text-muted);letter-spacing:.5px;text-transform:uppercase;align-items:center;gap:12px;margin:4px 0;font-size:11px;font-weight:600;display:flex}.register-divider:before,.register-divider:after{content:"";background:var(--border);flex:1;height:1px}.register-form__submit{border-radius:var(--radius-md);color:#fff;background:linear-gradient(135deg, var(--brand-600) 0%, var(--accent) 100%);cursor:pointer;letter-spacing:.2px;border:none;justify-content:center;align-items:center;gap:10px;width:100%;margin-top:6px;padding:13px 24px;font-family:Inter,sans-serif;font-size:15px;font-weight:700;transition:opacity .2s,transform .15s,box-shadow .2s;display:inline-flex;position:relative;overflow:hidden}.register-form__submit:before{content:"";pointer-events:none;background:linear-gradient(135deg,#ffffff1f,#0000);position:absolute;inset:0}.register-form__submit:hover:not(:disabled){box-shadow:var(--shadow-btn);opacity:.95;transform:translateY(-2px)}.register-form__submit:active:not(:disabled){transform:translateY(0)}.register-form__submit:disabled{opacity:.4;cursor:not-allowed;transform:none}.register-spinner{border:2.5px solid #ffffff59;border-top-color:#fff;border-radius:50%;flex-shrink:0;width:16px;height:16px;animation:.7s linear infinite spin}.register-form__footer-text{text-align:center;color:var(--text-muted);margin-top:12px;margin-bottom:0;font-size:13px}.register-form__link{color:var(--brand-500);font-weight:700;text-decoration:none}.register-form__link:hover{text-decoration:underline}.register-pwd-strength{gap:4px;margin-top:4px;display:flex}.register-pwd-bar{background:var(--border);border-radius:2px;flex:1;height:3px;transition:background .3s}.register-pwd-bar--weak{background:var(--danger)}.register-pwd-bar--fair{background:var(--warning)}.register-pwd-bar--strong{background:var(--success)}.register-pwd-label{margin-top:4px;font-size:11px;font-weight:600}.register-pwd-label--weak{color:var(--danger)}.register-pwd-label--fair{color:var(--warning)}.register-pwd-label--strong{color:var(--success)}.register-card,.register-panel,.register-form,.register-form__group{opacity:1!important}.register-form__label{color:#111827!important}.register-form__input{color:#111827!important;background:#fff!important;border:2px solid #cbd5e1!important;font-weight:600!important}.register-form__input::placeholder{color:#6b7280!important;opacity:1!important}.register-card__title{color:#111827!important}.register-card__subtitle{color:#475569!important}.welcome-card{color:#fff;background:linear-gradient(135deg,#2563eb,#4f46e5);border-radius:20px;justify-content:space-between;align-items:center;padding:35px 40px;display:flex;box-shadow:0 15px 35px #2563eb40}.welcome-card h1{margin-bottom:10px;font-size:34px}.welcome-card p{opacity:.9;font-size:17px}.welcome-date{text-align:right}.welcome-date h3{font-size:26px}.welcome-date span{opacity:.9}.stats-grid{grid-template-columns:repeat(4,1fr);gap:20px;margin-top:25px;display:grid}.stat-card{cursor:pointer;background:#fff;border-radius:18px;min-height:130px;padding:20px;transition:all .3s;box-shadow:0 8px 25px #0f172a0f}.stat-top{justify-content:space-between;align-items:center;display:flex}.stat-card h4{color:#64748b;margin-bottom:10px;font-size:14px}.stat-card h2{color:#0f172a;font-size:2px;line-height:1.2}.stat-card p{color:#10b981;margin-top:12px;font-size:14px;font-weight:600}.stat-icon{color:#fff;background:linear-gradient(135deg,#4f46e5,#06b6d4);border-radius:14px;justify-content:center;align-items:center;width:48px;height:48px;font-size:20px;display:flex}.charts-grid{grid-template-columns:2fr 1fr;gap:25px;margin-top:30px;display:grid}.chart-card{background:#fff;border-radius:18px;padding:24px;box-shadow:0 8px 25px #0f172a0f}.chart-card h3{color:#0f172a;margin-bottom:20px;font-size:20px}.recent-employees{background:#fff;border-radius:18px;margin-top:30px;padding:25px;box-shadow:0 8px 25px #0f172a0f}.table-header button{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:10px;padding:10px 18px}th{text-align:left;color:#475569;padding:15px;font-size:15px;font-weight:600}td{color:#0f172a;border-top:1px solid #e5e7eb;padding:18px 15px;font-size:15px;font-weight:500}.status-active{color:#15803d;background:#dcfce7;border-radius:20px;padding:6px 14px;font-size:13px;font-weight:600}.status-leave{color:#b45309;background:#fef3c7;border-radius:20px;padding:6px 14px;font-size:13px;font-weight:600}.notifications-card{background:#fff;border-radius:20px;padding:30px;box-shadow:0 10px 30px #0000000d}.notifications-header{margin-bottom:25px}.notifications-header h2{color:#0f172a;font-size:30px}.notifications-list{flex-direction:column;gap:18px;display:flex}.notification-item{border-bottom:1px solid #e5e7eb;align-items:flex-start;gap:15px;padding-bottom:18px;display:flex}.notification-dot{background:#2563eb;border-radius:50%;width:12px;height:12px;margin-top:8px}.notification-content{flex:1}.notification-content h4{color:#0f172a;margin-bottom:4px;font-size:16px}.notification-content p{color:#64748b;font-size:14px}.quick-card{background:#fff;border-radius:20px;padding:30px;box-shadow:0 10px 30px #0000000d}.quick-card h2{color:#0f172a;margin-bottom:20px}.quick-grid{grid-template-columns:repeat(2,1fr);gap:15px;display:grid}.quick-btn{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:12px;padding:16px;font-size:15px;transition:all .3s}.quick-btn:hover{background:#1d4ed8;transform:translateY(-2px)}.events-card{background:#fff;border-radius:20px;padding:30px;box-shadow:0 10px 30px #0000000d}.events-card h2{color:#0f172a;margin-bottom:20px}.events-list{flex-direction:column;gap:18px;display:flex}.event-item{align-items:flex-start;gap:15px;display:flex}.event-circle{background:#2563eb;border-radius:50%;width:12px;height:12px;margin-top:7px}.event-item h4{color:#0f172a}.event-item p{color:#64748b;margin-top:5px}.employee-header{justify-content:space-between;align-items:center;margin-bottom:30px;display:flex}.employee-header h1{color:#0f172a;font-size:34px}.employee-header p{color:#64748b;margin-top:8px}.employee-header button{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:12px;padding:14px 22px;font-size:15px;transition:all .3s}.employee-header button:hover{background:#1d4ed8}.stats-grid{grid-template-columns:repeat(4,1fr);gap:20px;margin:25px 0;display:grid}.stat-card{background:#fff;border-radius:18px;align-items:center;gap:18px;padding:24px;transition:all .3s;display:flex;box-shadow:0 8px 24px #00000014}.stat-card:hover{transform:translateY(-4px)}.stat-icon{color:#fff;border-radius:15px;justify-content:center;align-items:center;width:60px;height:60px;font-size:24px;display:flex}.stat-card p{color:#777;margin-bottom:5px}.stat-card h2{font-size:28px}.employee-filters{flex-wrap:wrap;gap:20px;margin:30px 0;display:flex}.employee-filters input{background:#fff;border:1px solid #e5e7eb;border-radius:12px;outline:none;flex:1;min-width:260px;padding:14px 18px;font-size:15px}.employee-filters select{cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:14px 18px;font-size:15px}.employee-table-card{background:#fff;border-radius:20px;padding:25px;overflow-x:auto;box-shadow:0 10px 30px #0000000d}.employee-table{border-collapse:collapse;width:100%}.employee-table th{text-align:left;color:#475569;background:#f8fafc;padding:18px;font-weight:600}.employee-table td{border-top:1px solid #e5e7eb;padding:18px}.avatar{color:#fff;letter-spacing:1px;background:linear-gradient(135deg,#2563eb,#60a5fa);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:16px;font-weight:700;display:flex}.status{border-radius:999px;align-items:center;gap:6px;padding:7px 14px;font-size:13px;font-weight:600;display:inline-flex}.status.active{color:#15803d;background:#dcfce7}.status.leave{color:#b45309;background:#fef3c7}.action-btn{color:#2563eb;cursor:pointer;background:#eff6ff;border:none;border-radius:8px;margin-right:8px;padding:10px}.action-btn.delete{color:#dc2626;background:#fef2f2}.table-header h2{color:#0f172a;margin-bottom:6px}.inactive{color:#b91c1c;background:#fee2e2}.table-pagination{background:#fafafa;border-top:1px solid #e5e7eb;justify-content:flex-end;align-items:center;padding:18px 24px;display:flex}.table-pagination button{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:10px;padding:10px 18px}.table-pagination button:hover{background:#1d4ed8}.pagination-info{color:#64748b;font-size:14px;font-weight:500}.pagination-info strong{color:#1e293b}.employee-table input[type=checkbox]{cursor:pointer;width:18px;height:18px}.employee-table tbody tr{transition:all .25s}.employee-table tbody tr:hover{background:#f8fbff}.action-btn{transition:all .2s}.action-btn:hover{transform:scale(1.1)}.employee-cell{align-items:center;gap:14px;display:flex}.employee-info{flex-direction:column;display:flex}.employee-info h4{color:#1e293b;margin:0;font-size:16px;font-weight:700}.employee-info p{color:#64748b;margin:4px 0;font-size:13px}.employee-info span{color:#94a3b8;font-size:12px}.role-chip{color:#1d4ed8;background:#dbeafe;border-radius:999px;justify-content:center;align-items:center;width:fit-content;margin:5px 0;padding:4px 12px;font-size:12px;font-weight:600;display:inline-flex}.empty-state{flex-direction:column;justify-content:center;align-items:center;padding:60px 20px;display:flex}.empty-icon{background:#eff6ff;border-radius:50%;justify-content:center;align-items:center;width:90px;height:90px;margin-bottom:20px;font-size:42px;display:flex}.empty-state h3{color:#1e293b;margin:0;font-size:24px;font-weight:700}.empty-state p{text-align:center;color:#64748b;margin-top:12px;font-size:15px;line-height:1.6}.modal-overlay{z-index:999;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0f172a8c;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.employee-modal{background:#fff;border-radius:18px;width:900px;max-width:95vw;max-height:90vh;animation:.25s modalPop;overflow-y:auto;box-shadow:0 25px 60px #0000002e}.employee-modal::-webkit-scrollbar{width:8px}.employee-modal::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:20px}.employee-modal::-webkit-scrollbar-thumb:hover{background:#94a3b8}@keyframes modalPop{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.modal-header{background:#f8fafc;border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:24px 30px;display:flex}.modal-header h2{color:#111827;margin:0;font-size:28px;font-weight:700}.modal-header button{color:#2563eb;cursor:pointer;background:#eef2ff;border:none;border-radius:10px;width:42px;height:42px;font-size:18px;transition:all .25s}.modal-header button:hover{color:#fff;background:#2563eb;transform:rotate(90deg)}.form-section{color:#1e293b;border-bottom:2px solid #e2e8f0;margin:28px 0 18px;padding-bottom:10px;font-size:18px;font-weight:700}.form-grid{grid-template-columns:repeat(2,1fr);gap:18px;display:grid}.form-grid input,.form-grid select{background:#fff;border:1px solid #d1d5db;border-radius:12px;outline:none;width:100%;padding:14px 16px;font-size:15px;transition:all .25s}.form-grid input:hover,.form-grid select:hover{border-color:#93c5fd}.form-grid input:focus,.form-grid select:focus{border-color:#2563eb;box-shadow:0 0 0 4px #2563eb1f}textarea{resize:none;border:1px solid #d1d5db;border-radius:12px;outline:none;width:100%;min-height:110px;margin-top:12px;padding:15px;font-size:15px;transition:all .25s}textarea:focus{border-color:#2563eb;box-shadow:0 0 0 4px #2563eb1f}.modal-footer{background:#f8fafc;border-top:1px solid #e5e7eb;justify-content:flex-end;gap:15px;padding:24px 30px;display:flex}.cancel-btn{color:#374151;cursor:pointer;background:#e5e7eb;border:none;border-radius:10px;padding:12px 22px;font-weight:600;transition:all .25s}.cancel-btn:hover{background:#cbd5e1}.save-btn{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:10px;padding:12px 24px;font-weight:600;transition:all .25s}.save-btn:hover{background:#1d4ed8;transform:translateY(-2px);box-shadow:0 8px 20px #2563eb40}.attendance-page{background:#f3f6fb;flex-direction:column;gap:30px;min-height:100vh;padding:34px;display:flex}.undo-snackbar{color:#fff;z-index:9999;background:#1e293b;border-radius:12px;align-items:center;gap:18px;padding:15px 22px;animation:.3s slideUp;display:flex;position:fixed;bottom:25px;right:25px;box-shadow:0 12px 30px #00000040}.undo-snackbar button{color:#60a5fa;cursor:pointer;background:0 0;border:none;font-size:15px;font-weight:600}.undo-snackbar button:hover{color:#fff}.attendance-header{background:#fff;border:1px solid #e5e7eb;border-radius:18px;justify-content:space-between;align-items:center;padding:24px 32px;display:flex;box-shadow:0 8px 24px #0f172a0f}.header-left{align-items:center;gap:24px;display:flex}.header-icon{color:#fff;background:linear-gradient(135deg,#2563eb,#60a5fa);border-radius:18px;justify-content:center;align-items:center;width:72px;height:72px;font-size:32px;display:flex}.header-left h1{color:#1e293b;margin:0;font-size:30px;font-weight:700}.header-left p{color:#64748b;margin-top:8px;font-size:16px}.mark-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#2563eb,#3b82f6);border:none;border-radius:12px;align-items:center;gap:10px;padding:14px 26px;font-size:15px;font-weight:600;transition:all .3s;display:flex}.mark-btn:hover{background:#1d4ed8;transform:translateY(-3px);box-shadow:0 12px 25px #2563eb40}.attendance-date{color:#2563eb;background:#eef4ff;border-radius:999px;margin-top:6cap;padding:6px 14px;font-size:13px;font-weight:600;display:inline-block}.attendance-header{position:relative}.attendance-header:after{content:"";background:#edf2f7;height:1px;position:absolute;bottom:-15px;left:30px;right:30px}.attendance-stats{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}.stat-card{background:#fff;border:1px solid #e5e7eb;border-radius:18px;align-items:center;gap:22px;min-height:120px;padding:24px;transition:all .3s;display:flex;box-shadow:0 2px 8px #0f172a0d,0 12px 24px #0f172a0d}.stat-card:first-child{border-top:5px solid #16a34a}.stat-card:nth-child(2){border-top:5px solid #dc2626}.stat-card:nth-child(3){border-top:5px solid #f59e0b}.stat-card:nth-child(4){border-top:5px solid #2563eb}.stat-card:hover{transform:translateY(-6px)scale(1.02);box-shadow:0 16px 36px #2563eb26}.stat-icon{color:#fff;border-radius:18px;flex-shrink:0;justify-content:center;align-items:center;width:72px;height:72px;font-size:28px;display:flex}.stat-card h4{color:#64748b;margin:0;font-size:15px;font-weight:600}.stat-card h2{color:#1e293b;font-size:42px;font-weight:700;line-height:1}.attendance-percent{color:#94a3b8;margin-top:6px;font-size:14px;font-weight:500}.stat-content{flex-direction:column;justify-content:center;display:flex}.employee-label{color:#64748b;font-size:16px;font-weight:500}.attendance-filters{background:#fff;border:1px solid #e5e7eb;border-radius:18px;grid-template-columns:2fr 1fr 1fr 1fr auto;align-items:center;gap:20px;padding:22px;display:grid;box-shadow:0 8px 24px #0f172a0d}.filter-group{position:relative}.search-box input{border:1px solid #d1d5db;border-radius:12px;outline:none;width:100%;padding:13px 18px 13px 45px;font-size:15px;transition:all .3s}.search-box input:focus{border-color:#2563eb}.search-icon{color:#64748b;position:absolute;top:50%;left:16px;transform:translateY(-50%)}.filter-group select{cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:12px;outline:none;width:100%;padding:13px 16px;font-size:15px}.filter-group select:focus{border-color:#2563eb}.filter-group input[type=date]{border:1px solid #d1d5db;border-radius:12px;outline:none;width:100%;padding:13px 16px;font-size:15px}.filter-group input[type=date]:focus{border-color:#2563eb}.reset-btn{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:12px;align-items:center;gap:8px;padding:13px 20px;font-weight:600;transition:all .3s;display:flex}.reset-btn:hover{background:#1d4ed8;transform:translateY(-2px)}@media (width<=1200px){.attendance-filters{grid-template-columns:1fr 1fr}}@media (width<=768px){.attendance-filters{grid-template-columns:1fr}}.attendance-table-card{background:#fff;border:1px solid #e5e7eb;border-radius:18px;padding:24px;box-shadow:0 8px 24px #0f172a0d}.table-header{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.table-header h2{color:#1e293b;margin:0;font-size:22px}.table-header p{color:#64748b;margin-top:6px}.table-wrapper{overflow-x:auto}thead{background:#f8fafc}th{text-align:left;color:#475569;border-bottom:1px solid #e2e8f0;padding:16px;font-weight:600}tbody tr:hover{background:#f8fbff}.status{border-radius:20px;padding:7px 14px;font-size:13px;font-weight:600}.present{color:#15803d;background:#dcfce7}.absent{color:#dc2626;background:#fee2e2}.late{color:#d97706;background:#fef3c7}.leave{color:#2563eb;background:#dbeafe}.edit-btn,.delete-btn{cursor:pointer;border:none;border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;transition:all .3s;display:flex}.edit-btn{color:#2563eb;background:#dbeafe}.edit-btn:hover{color:#fff;background:#2563eb}.delete-btn{color:#dc2626;background:#fee2e2}.delete-btn:hover{color:#fff;background:#dc2626}.sortable{cursor:pointer;-webkit-user-select:none;user-select:none;transition:all .2s}.sortable:hover{color:#2563eb}.pagination{border-top:1px solid #e5e7eb;justify-content:space-between;align-items:center;margin-top:25px;padding-top:20px;display:flex}.pagination-info{color:#64748b;font-size:14px}.pagination-buttons{gap:8px;display:flex}.pagination-buttons button{cursor:pointer;background:#f1f5f9;border:none;border-radius:10px;padding:9px 14px;transition:all .3s}.pagination-buttons button:hover{background:#dbeafe}.pagination-buttons button:disabled{opacity:.5;cursor:not-allowed}.active-page{color:#fff;background:#2563eb!important}.attendance-modal{background:#fff;border-radius:18px;width:650px;overflow:hidden;box-shadow:0 20px 60px #00000040}.modal-header{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:22px 28px;display:flex}.modal-header h2{margin:0}.close-btn{cursor:pointer;background:0 0;border:none;font-size:28px}.modal-body{padding:28px}.input-group{flex-direction:column;margin-bottom:20px;display:flex}.input-group label{color:#334155;margin-bottom:8px;font-weight:600}.input-group input,.input-group select,.input-group textarea{border:1px solid #d1d5db;border-radius:10px;outline:none;padding:12px 15px;font-size:15px}.input-group input:focus,.input-group select:focus,.input-group textarea:focus{border-color:#2563eb}.two-column{grid-template-columns:1fr 1fr;gap:18px;display:grid}.modal-footer{border-top:1px solid #e5e7eb;justify-content:flex-end;gap:15px;padding:20px 28px;display:flex}.save-btn{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:10px;padding:12px 24px}.leave-page h1{color:#1e293b;font-size:32px}.leave-page p{color:#64748b}.leave-page{padding:30px}.leave-type-card{background:#fff;border-radius:20px;margin-top:30px;padding:25px;box-shadow:0 10px 25px #0000000d}.add-type-btn{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:10px;padding:12px 22px;font-weight:600;transition:all .3s}.add-type-btn:hover{background:#1d4ed8;transform:translateY(-2px)}.leave-type-header{justify-content:space-between;align-items:center;display:flex}.leave-type-header button{color:#fff;background:#2563eb;border:none;border-radius:10px;padding:12px 20px}.leave-type-card table{border-collapse:collapse;width:100%;margin-top:20px}.leave-type-card th{color:#334155;font-weight:700}.leave-type-card td{color:#0f172a;font-weight:500}.delete-type{color:#fff;background:#dc2626;border:none;border-radius:8px;padding:8px 15px}.leave-type-card h2{color:#1e293b;font-size:28px;font-weight:700}.leave-type-modal{background:#fff;border-radius:18px;flex-direction:column;gap:15px;width:400px;padding:30px;display:flex}.leave-type-modal input{border:1px solid #d1d5db;border-radius:10px;padding:12px}.modal-actions{justify-content:flex-end;gap:12px;display:flex}.reset-leave{color:#fff;background:#2563eb;border:none;border-radius:10px;align-items:center;gap:8px;padding:12px 20px;display:flex}.leave-header{background:#fff;border-radius:20px;justify-content:space-between;align-items:center;padding:35px;display:flex;box-shadow:0 10px 30px #0000000d}.leave-title{align-items:center;gap:20px;display:flex}.leave-icon{color:#fff;background:#2563eb;border-radius:18px;justify-content:center;align-items:center;width:70px;height:70px;font-size:35px;display:flex}.leave-title h1{color:#1e293b;margin:0;font-size:32px}.leave-title p{color:#64748b;margin-top:8px}.leave-filters{background:#fff;border-radius:18px;align-items:center;gap:15px;margin-top:30px;padding:20px;display:flex}.filter-search{border:1px solid #ddd;border-radius:10px;align-items:center;gap:10px;padding:10px 15px;display:flex}.filter-search input{border:none;outline:none}.leave-filters select{border:1px solid #ddd;border-radius:10px;padding:12px}.reset-leave{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:10px;align-items:center;gap:8px;padding:12px 20px;display:flex}.leave-header{background:#fff;border-radius:20px;justify-content:space-between;align-items:center;margin-bottom:25px;padding:30px;display:flex}.apply-leave-btn{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:10px;padding:14px 24px;font-size:16px;font-weight:600}.apply-leave-btn:hover{background:#1d4ed8}.leave-stats{grid-template-columns:repeat(4,1fr);gap:25px;margin-top:30px;display:grid}.leave-card{background:#fff;border-top:5px solid;border-radius:18px;padding:25px;box-shadow:0 10px 25px #0000000d}.leave-card h3{color:#64748b}.leave-card h1{color:#1e293b;margin:15px 0;font-size:42px}.leave-card p{color:#64748b}.orange{border-color:#f59e0b}.green{border-color:#16a34a}.red{border-color:#dc2626}.blue{border-color:#2563eb}.leave-table-card{background:#fff;border-radius:20px;margin-top:30px;padding:25px;box-shadow:0 10px 25px #0000000d}.table-header h2{color:#1e293b}.table-header p{color:#64748b}table{border-collapse:collapse;width:100%;margin-top:20px}th{text-align:left;background:#f8fafc;padding:15px}td{border-bottom:1px solid #e5e7eb;padding:15px}.pending{color:#d97706;background:#fef3c7;border-radius:20px;padding:6px 12px}.approved{color:#16a34a;background:#dcfce7;border-radius:20px;padding:6px 12px}.rejected{color:#dc2626;background:#fee2e2;border-radius:20px;padding:6px 12px}.view-btn{color:#fff;background:#2563eb;border:none;border-radius:8px;padding:8px 15px}.actions{gap:10px;display:flex}.approve-btn{color:#fff;cursor:pointer;background:#16a34a;border:none;border-radius:8px;padding:8px 15px}.approve-btn:hover{background:#15803d}.reject-btn{color:#fff;cursor:pointer;background:#dc2626;border:none;border-radius:8px;padding:8px 15px}.reject-btn:hover{background:#b91c1c}.completed-action{color:#64748b;font-weight:600}.modal-overlay{background:#0006;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.leave-modal{background:#fff;border-radius:20px;width:400px;padding:30px}.leave-modal input,.leave-modal select,.leave-modal textarea{border:1px solid #ddd;border-radius:8px;width:100%;margin:10px 0;padding:12px}.leave-modal button{color:#fff;background:#2563eb;border:none;border-radius:8px;margin-right:10px;padding:10px 20px}.leave-modal h2{color:#0f172a;margin-bottom:25px;font-size:26px;font-weight:700}.leave-balance-card{background:#fff;border-radius:20px;margin-top:30px;padding:25px;box-shadow:0 10px 25px #0000000d}.leave-balance-card h2{color:#1e293b}.balance-grid{grid-template-columns:repeat(3,1fr);gap:20px;margin-top:20px;display:grid}.balance-item{background:#f8fafc;border-radius:15px;padding:20px}.balance-item h3{color:#1e293b;margin-bottom:15px}.balance-item p{color:#64748b;justify-content:space-between;display:flex}.balance-item span{color:#2563eb;font-weight:600}.leave-modal-overlay{z-index:1000;background:#0006;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.leave-details-modal{background:#fff;border-radius:16px;width:450px;padding:25px;box-shadow:0 20px 40px #0003}.modal-header button{cursor:pointer;background:0 0;border:none;font-size:20px}.leave-details p{color:#334155;margin:12px 0}.leave-details b{color:#0f172a;width:130px;display:inline-block}.modal-status{border-radius:20px;margin-left:10px;padding:6px 14px;font-weight:600}.modal-status.approved{color:#16a34a;background:#dcfce7}.modal-status.rejected{color:#dc2626;background:#fee2e2}.modal-status.pending{color:#d97706;background:#fef3c7}.timeline{margin-top:20px}.timeline-title{color:#0f172a;font-size:20px;font-weight:700}.timeline-item{gap:15px;margin-bottom:15px;display:flex}.timeline-dot{background:#2563eb;border-radius:50%;width:12px;height:12px;margin-top:6px}.timeline-item strong{color:#1e293b}.timeline-item p{color:#64748b;margin:5px 0}.leave-details-modal h2{color:#0f172a;margin-bottom:25px;font-size:26px;font-weight:700}.leave-details-modal h3{color:#0f172a;font-size:20px;font-weight:700}.leave-details p{color:#475569;font-size:16px;line-height:1.8}.leave-details p b{color:#1e293b;font-weight:700}.leave-details-modal hr{border:none;border-top:1px solid #cbd5e1;margin:20px 0}.notification-item{border-bottom:1px solid #000309;padding:15px 0}.notification-item p{color:#1e293b;font-weight:600}.notification-item span{color:#01050c;font-size:14px}.notification-card h2{margin-bottom:20px;font-size:28px;font-weight:700;color:#1e293b!important}.notification-card p{color:#334155;font-size:16px}.notification-card{background:#fff;border-radius:20px;margin-top:30px;padding:30px;box-shadow:0 10px 25px #0000000d}.calendar-card{background:#fff;border-radius:20px;margin-top:30px;padding:25px;box-shadow:0 10px 25px #0000000d}.calendar{grid-template-columns:repeat(7,1fr);gap:10px;margin-top:20px;display:grid}.day{color:#334155;background:#f8fafc;border-radius:10px;justify-content:center;align-items:center;height:45px;display:flex}.header{color:#fff;background:#2563eb;font-weight:600}.leave-calendar-card h2{margin-bottom:25px;font-size:28px;font-weight:700;color:#1e293b!important}.leave-calendar-card{background:#fff;border-radius:20px;margin-top:30px;padding:30px;box-shadow:0 10px 25px #0000000d}.payroll-page{background:#f5f7fb;min-height:100vh;padding:30px}.payroll-header{background:#fff;border-radius:20px;justify-content:space-between;align-items:center;margin-bottom:25px;padding:28px 32px;display:flex;box-shadow:0 4px 20px #0000000f}.header-left h1{color:#0f172a;margin-bottom:8px;font-size:32px;font-weight:700}.header-left p{color:#475569;margin:0;font-size:15px}.header-actions{gap:15px;display:flex}.generate-payroll-btn{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:12px;padding:14px 24px;font-size:15px;font-weight:600;transition:all .3s}.generate-payroll-btn:hover{background:#1d4ed8;transform:translateY(-2px)}.payroll-stats{grid-template-columns:repeat(4,1fr);gap:25px;margin-bottom:30px;display:grid}.payroll-stat-card{background:#fff;border-radius:18px;padding:25px;transition:all .3s;box-shadow:0 5px 20px #0000000f}.payroll-stat-card:hover{transform:translateY(-5px)}.payroll-stat-card h3{color:#334155;margin-bottom:20px;font-size:18px;font-weight:600}.payroll-stat-card h2{color:#0f172a;margin-bottom:10px;font-size:36px;font-weight:700}.payroll-stat-card p{color:#64748b;font-size:14px;font-weight:500}@media (width<=1200px){.payroll-stats{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.payroll-stats{grid-template-columns:1fr}}.payroll-filters{background:#fff;border-radius:18px;align-items:center;gap:20px;margin:25px 0;padding:20px;display:flex;box-shadow:0 5px 20px #0000000d}.payroll-search{border:1px solid #cbd5e1;border-radius:12px;flex:1;align-items:center;gap:10px;padding:12px 16px;display:flex}.payroll-search input{color:#0f172a;border:none;outline:none;width:100%;font-size:15px}.payroll-filters select{color:#0f172a;border:1px solid #cbd5e1;border-radius:12px;padding:12px 16px;font-size:15px}.reset-payroll{color:#fff;cursor:pointer;background:#ef4444;border:none;border-radius:12px;align-items:center;gap:8px;padding:12px 20px;display:flex}.salary-table-card{background:#fff;border-radius:20px;padding:30px;box-shadow:0 5px 20px #0000000f}.salary-table-header{justify-content:space-between;align-items:center;margin-bottom:25px;display:flex}.empty-payroll{text-align:center;color:#64748b;padding:50px;font-size:18px;font-weight:600}.salary-table-header h2{color:#0f172a;font-size:30px;font-weight:700}.salary-table-header p{color:#475569;font-size:15px;font-weight:500}.salary-table{border-collapse:collapse;width:100%}.salary-table th{text-align:left;color:#334155;background:#f8fafc;padding:18px;font-weight:700}.salary-table td{color:#0f172a;border-bottom:1px solid #e2e8f0;padding:18px;font-weight:500}.salary-status{border-radius:20px;padding:8px 14px;font-size:13px;font-weight:600}.delete-btn{color:#fff;cursor:pointer;background:#dc2626;border:none;border-radius:8px;padding:8px 14px}.salary-status.paid{color:#166534;background:#dcfce7}.salary-status.pending{color:#92400e;background:#fef3c7}.view-btn{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:8px;padding:10px 16px;font-weight:600}.view-btn:hover{background:#1d4ed8}th{text-align:left;color:#0f172a;background:#f8fafc;padding:16px;font-size:15px;font-weight:700}td{color:#1e293b;border-bottom:1px solid #e2e8f0;padding:18px 16px;font-weight:500}.net-salary{color:#16a34a;font-weight:700}.paid-status{color:#166534;background:#dcfce7;border-radius:20px;padding:8px 14px;font-weight:700}.modal-overlay{z-index:1000;background:#00000073;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.salary-modal{background:#fff;border-radius:20px;flex-direction:column;gap:18px;width:550px;padding:30px;display:flex}.salary-modal h2{color:#0f172a;font-size:30px;font-weight:700}.salary-modal input,.salary-modal select{color:#0f172a;border:1px solid #cbd5e1;border-radius:10px;padding:14px;font-size:15px}.net-salary-box{color:#1e40af;background:#eff6ff;border-radius:12px;padding:18px;font-size:22px;font-weight:700}.salary-actions{gap:15px;display:flex}.generate-btn{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:10px;padding:12px 20px}.cancel-btn{color:#fff;cursor:pointer;background:#ef4444;border:none;border-radius:10px;padding:12px 20px}.payslip-modal{background:#fff;border-radius:20px;width:650px;padding:35px;box-shadow:0 10px 30px #00000026}.payslip-header{justify-content:space-between;align-items:center;margin-bottom:25px;display:flex}.payslip-header h2{color:#0f172a;font-size:30px;font-weight:700}.company-info{text-align:center;margin-bottom:30px}.company-info h3{color:#0f172a;font-size:24px;font-weight:700}.company-info p{color:#475569;font-size:15px}.payslip-details p{color:#1e293b;margin-bottom:10px;font-size:16px}.salary-breakdown h3{color:#0f172a;margin-bottom:20px;font-size:22px}.salary-row{color:#334155;border-bottom:1px solid #e2e8f0;justify-content:space-between;padding:12px 0;display:flex}.salary-row.total{color:#16a34a;font-size:22px;font-weight:700}.salary-row.deduction{color:#dc2626}.modal-actions{justify-content:flex-end;gap:12px;margin-top:24px;display:flex}.download-btn{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:10px;padding:12px 24px;font-size:15px;font-weight:600;transition:all .3s}.download-btn:hover{background:#1d4ed8}.close-btn{color:#fff;cursor:pointer;background:#ef4444;border:none;border-radius:10px;padding:12px 24px;font-size:15px;font-weight:600;transition:all .3s}.close-btn:hover{background:#dc2626}.finance-page{flex-direction:column;gap:24px;padding:24px;display:flex}.transaction-details-modal{background:#fff;border-radius:20px;width:600px;padding:30px}.modal-header{justify-content:space-between;align-items:center;margin-bottom:25px;display:flex}.modal-header h2{color:#111827;font-size:28px;font-weight:700}.close-modal-btn{color:#fff;cursor:pointer;background:#ef4444;border:none;border-radius:50%;width:40px;height:40px;font-size:18px}.details-container{flex-direction:column;gap:18px;display:flex}.details-container p{color:#1f2937;font-size:16px;font-weight:500}.finance-header{background:var(--card-bg,#fff);border-radius:20px;justify-content:space-between;align-items:center;padding:24px;display:flex;box-shadow:0 4px 20px #0000000d}.finance-header h1{color:#111827;margin-bottom:8px;font-size:32px;font-weight:700}.finance-header p{color:#4b5563;font-size:15px;font-weight:500}.finance-header-actions{gap:12px;display:flex}.add-transaction-btn,.export-report-btn{cursor:pointer;color:#fff;border:none;border-radius:10px;padding:12px 22px;font-size:15px;font-weight:600}.add-transaction-btn{background:#2563eb}.export-report-btn{background:#10b981}.finance-stats{grid-template-columns:repeat(4,1fr);gap:24px;display:grid}.finance-card{background:#fff;border-radius:20px;padding:24px;box-shadow:0 4px 20px #0000000d}.finance-card h3{color:#374151;margin-bottom:12px;font-size:16px;font-weight:600}.finance-card h2{color:#111827;margin-bottom:8px;font-size:34px;font-weight:700}.finance-card p{color:#6b7280;font-size:14px;font-weight:500}.revenue{border-top:5px solid #10b981}.expense{border-top:5px solid #ef4444}.profit{border-top:5px solid #2563eb}.pending{border-top:5px solid #f59e0b}.finance-filters{background:#fff;border-radius:20px;flex-wrap:wrap;align-items:center;gap:16px;padding:24px;display:flex}.filter-search{border:1px solid #d1d5db;border-radius:12px;align-items:center;gap:10px;min-width:260px;padding:12px 16px;display:flex}.filter-search input{color:#111827;border:none;outline:none;font-size:15px}.finance-filters select{color:#111827;border:1px solid #d1d5db;border-radius:12px;padding:12px 16px;font-size:15px}.reset-finance{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:10px;padding:12px 22px;font-weight:600}.transaction-card{background:#fff;border-radius:20px;padding:24px}.transaction-header{justify-content:space-between;margin-bottom:20px;display:flex}.transaction-header h2{color:#111827;font-size:30px;font-weight:700}.transaction-header p{color:#6b7280}table{border-collapse:collapse;width:100%}th{text-align:left;color:#374151;background:#f3f4f6;padding:16px}td{color:#111827;border-bottom:1px solid #e5e7eb;padding:16px}.transaction-modal{background:#fff;border-radius:20px;flex-direction:column;gap:18px;width:550px;padding:30px;display:flex}.transaction-modal h2{color:#111827;font-size:30px;font-weight:700}.transaction-modal input,.transaction-modal select{color:#111827;border:1px solid #d1d5db;border-radius:10px;padding:14px;font-size:15px}.transaction-actions{justify-content:flex-end;gap:12px;margin-top:10px;display:flex}.save-transaction-btn{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:10px;padding:12px 22px;font-weight:600}.cancel-transaction-btn{color:#fff;cursor:pointer;background:#ef4444;border:none;border-radius:10px;padding:12px 22px;font-weight:600}.reports-page{flex-direction:column;gap:24px;padding:24px;display:flex}.reports-section{margin-bottom:30px}.report-filters{flex-wrap:wrap;gap:20px;margin-bottom:50px;display:flex}.charts-grid{grid-template-columns:repeat(2,1fr);gap:30px;margin-top:20px;margin-bottom:40px;display:grid}.reports-header{box-shadow:var(--shadow);background:#fff;border-radius:16px;justify-content:space-between;align-items:center;padding:24px;display:flex}.reports-header h1{margin:0;font-size:32px;font-weight:700;color:#111827!important}.reports-header p{margin-top:10px;font-size:18px;color:#64748b!important}.header-icon{color:#3b82f6;font-size:42px}.reports-stats{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px;display:grid}.report-card{background:var(--card-bg);box-shadow:var(--shadow);border-radius:16px;align-items:center;gap:20px;padding:24px;display:flex}.report-icon{color:var(--primary-color);font-size:28px}.report-card h3{color:#111827;margin:0;font-size:30px;font-weight:700}.report-card p{color:#64748b;font-weight:500}.reports-filters{flex-wrap:wrap;gap:20px;display:flex}.reports-filters input,.reports-filters select{border:1px solid var(--border-color);background:var(--card-bg);color:var(--text-color);border-radius:10px;min-width:220px;padding:12px 16px}.reset-btn{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:10px;padding:12px 20px;font-weight:600;transition:all .3s}.reset-btn:hover{transform:translateY(-2px)}.reports-charts{grid-template-columns:repeat(auto-fit,minmax(450px,1fr));gap:24px;display:grid}.chart-card{background:var(--card-bg);box-shadow:var(--shadow);border-radius:16px;padding:24px}.chart-card h3{color:#111827;margin-bottom:20px;font-weight:700}.reports-table-card{background:var(--card-bg);box-shadow:var(--shadow);border-radius:16px;overflow-x:auto}.reports-table{border-collapse:collapse;width:100%}.reports-table th,.reports-table td{text-align:left;padding:18px}.reports-table th{color:#fff;background:#2563eb;font-weight:600}.reports-table tr:nth-child(2n){background:#ffffff08}.reports-table td{color:#111827;font-weight:500}.export-buttons{flex-wrap:wrap;gap:15px;display:flex}.export-btn{cursor:pointer;border:none;border-radius:10px;align-items:center;gap:10px;padding:12px 20px;font-weight:600;display:flex}.pdf{color:#fff;background:#dc3545}.excel{color:#fff;background:#198754}.print{color:#fff;background:#0d6efd}.settings-page{padding:24px}.settings-header{margin-bottom:30px}.settings-header h1{color:#111827;margin-bottom:8px;font-size:32px;font-weight:700}.settings-header p{color:#4b5563;font-size:15px;font-weight:500}.settings-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px;display:grid}.settings-card{background:var(--card-bg);border:1px solid var(--border-color);border-radius:16px;padding:25px;transition:all .3s}.settings-card:hover{transform:translateY(-5px)}.settings-icon{background:#3b82f61a;border-radius:12px;justify-content:center;align-items:center;width:60px;height:60px;margin-bottom:20px;font-size:24px;display:flex}.settings-card h3{color:#111827;margin-bottom:10px;font-size:24px;font-weight:700}.settings-card p{color:#4b5563;margin-bottom:20px;font-size:16px;font-weight:500;line-height:1.5}.settings-btn{cursor:pointer;border:none;border-radius:10px;width:100%;padding:12px;font-weight:600}.company-page{color:#111827;background:#f5f7fb;min-height:100vh;padding:24px}.company-header{margin-bottom:24px}.company-header h1{margin-bottom:12px;font-size:42px;font-weight:700;color:#111827!important}.company-header p{margin-bottom:30px;font-size:18px;font-weight:500;color:#4b5563!important}.company-header,.company-header *{opacity:1!important}.company-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:30px;box-shadow:0 2px 8px #00000014}.company-form-grid{grid-template-columns:repeat(2,1fr);gap:20px;display:grid}.form-group label{color:#111827;margin-bottom:8px;font-weight:600}.form-group input,.form-group textarea{color:#111827;background:#fff;border:1px solid #d1d5db;border-radius:10px;padding:12px;font-size:15px}.form-group input::placeholder,.form-group textarea::placeholder{color:#9ca3af}.form-group input:focus,.form-group textarea:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f633}.save-btn{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:10px;margin-top:25px;padding:12px 24px;font-weight:600;transition:all .3s}.save-btn:hover{background:#1d4ed8}.company-page h1{color:#111827!important}.company-page p{color:#4b5563!important}.company-page .company-header h1{color:#111827!important;opacity:1!important}.company-page .company-header p{color:#4b5563!important;opacity:1!important}.profile-page{padding:24px}.profile-header{margin-bottom:24px}.profile-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:30px}.profile-form-grid{grid-template-columns:repeat(2,1fr);gap:20px;display:grid}.full-width{grid-column:span 2}.security-page{padding:24px}.security-header{margin-bottom:24px}.security-header h1{font-size:32px;font-weight:700}.security-header p{color:#6b7280;margin-top:8px}.security-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:30px}.security-form-grid{grid-template-columns:repeat(2,1fr);gap:20px;display:grid}.form-group input,.form-group select{border:1px solid #d1d5db;border-radius:10px;padding:12px;font-size:15px}.toggle-container{align-items:center;gap:15px;margin-top:25px;display:flex}.toggle-label{font-weight:600}.theme-page{padding:24px}.theme-header{margin-bottom:24px}.theme-header h1{font-size:32px;font-weight:700}.theme-header p{color:#6b7280;margin-top:8px}.theme-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:30px}.theme-option{justify-content:space-between;align-items:center;margin-bottom:30px;display:flex}.theme-btn{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:10px;padding:12px 20px;font-weight:600}.theme-preview-container{grid-template-columns:repeat(2,1fr);gap:20px;display:grid}.preview-card{border:1px solid #e5e7eb;border-radius:12px;padding:30px}.light-preview{color:#111827;background:#f8fafc}.dark-preview{color:#fff;background:#111827}.notification-page{padding:24px}.notification-header{margin-bottom:24px}.notification-header h1{font-size:32px;font-weight:700}.notification-header p{color:#6b7280;margin-top:8px}.notification-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:30px}.notification-item{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:20px 0;display:flex}.notification-item:last-child{border-bottom:none}.notification-item h3{margin-bottom:6px}.notification-item p{color:#6b7280}.preferences-page{padding:24px}.preferences-header{margin-bottom:24px}.preferences-header h1{font-size:32px;font-weight:700}.preferences-header p{color:#6b7280;margin-top:8px}.preferences-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:30px}.preferences-grid{grid-template-columns:repeat(2,1fr);gap:20px;display:grid}.form-group{flex-direction:column;display:flex}.form-group label{margin-bottom:8px;font-weight:600}.form-group select{border:1px solid #d1d5db;border-radius:10px;padding:12px;font-size:15px}.save-btn{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:10px;margin-top:25px;padding:12px 24px;font-weight:600}.profile-header h1,.security-header h1,.notification-header h1,.preferences-header h1{color:#111827;font-size:36px;font-weight:700}.profile-header p,.security-header p,.notification-header p,.preferences-header p{color:#4b5563;font-size:16px;font-weight:500}:root{--primary:#4f46e5;--primary-light:#6366f1;--primary-dark:#3730a3;--accent:#06b6d4;--accent-light:#22d3ee;--bg-base:#0b0d17;--bg-surface:#111422;--bg-card:#181c2e;--bg-glass:#ffffff0a;--bg-glass-hov:#ffffff14;--text-primary:#f1f5f9;--text-secondary:#94a3b8;--text-muted:#475569;--border:#ffffff14;--border-accent:#4f46e580;--grad-primary:linear-gradient(135deg, var(--primary) 0%, var(--accent) 100%);--grad-hero:radial-gradient(ellipse 80% 60% at 50% -10%, #4f46e559 0%, transparent 70%);--grad-card:linear-gradient(145deg, #ffffff0f 0%, #ffffff05 100%);--shadow-sm:0 2px 8px #0006;--shadow-md:0 8px 32px #00000080;--shadow-glow:0 0 40px #4f46e540;--radius-sm:6px;--radius-md:12px;--radius-lg:20px;--transition:.25s cubic-bezier(.4,0,.2,1);--font-family:"Inter", system-ui, sans-serif;--font-size-base:16px;--line-height-base:1.6}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{font-size:var(--font-size-base);scroll-behavior:smooth}body{font-family:var(--font-family);line-height:var(--line-height-base);background:var(--bg-base);color:var(--text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh;overflow-x:hidden}#root{flex-direction:column;width:100%;min-height:100vh;display:flex}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;outline:none;font-family:inherit}img{max-width:100%;display:block}[data-theme=light]{--bg-primary:#f5f7fb;--bg-secondary:#fff;--card-bg:#fff;--text-primary:#111827;--text-secondary:#4b5563;--border-color:#e5e7eb;--sidebar-bg:#fff;--navbar-bg:#fff;--hover-bg:#f3f4f6;--input-bg:#fff;--shadow-color:#00000014}[data-theme=dark]{--bg-primary:#111827;--bg-secondary:#1f2937;--card-bg:#1f2937;--text-primary:#f9fafb;--text-secondary:#d1d5db;--border-color:#374151;--sidebar-bg:#0f172a;--navbar-bg:#1e293b;--hover-bg:#374151;--input-bg:#374151;--shadow-color:#0006}.fade-in{animation:.3s ease-in-out fadeIn}.scale-hover{transition:transform .25s}.scale-hover:hover{transform:scale(1.03)}.card-hover{transition:all .25s}.card-hover:hover{transform:translateY(-4px)}@media print{.sidebar,.navbar,.export-buttons,.reports-filters{display:none!important}body{background:#fff}.chart-card,.report-card,.reports-table-card{box-shadow:none;border:1px solid #ddd}}
