@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";:root{--primary: #4f46e5;--primary-dark: #4338ca;--secondary: #7c3aed;--text-main: #111827;--text-secondary: #6b7280;--bg-light: #f9fafb;--white: #ffffff;--error: #ef4444;--success: #10b981}*{box-sizing:border-box;margin:0;padding:0}.auth-container{min-height:100vh;width:100vw;display:flex;justify-content:center;align-items:center;background:linear-gradient(135deg,#f5f7fa,#e8ecf1);font-family:Inter,sans-serif;padding:20px;position:relative}.auth-wrapper{display:flex;width:100%;max-width:1000px;height:600px;background:var(--white);border-radius:24px;box-shadow:0 20px 60px #00000014,0 0 0 1px #0000000a;overflow:hidden;position:relative;transition:transform .3s ease,box-shadow .3s ease}.auth-wrapper:hover{transform:translateY(-2px);box-shadow:0 25px 70px #0000001f,0 0 0 1px #0000000f}.auth-side{flex:1;display:flex;flex-direction:column;justify-content:center;transition:all .6s cubic-bezier(.4,0,.2,1)}.form-side{padding:40px;background:var(--white);z-index:2}.form-content{max-width:400px;width:100%;margin:0 auto}.brand-header{display:flex;align-items:center;gap:12px;margin-bottom:40px}.logo-icon{width:40px;height:40px;color:var(--primary);background:linear-gradient(135deg,#4f46e51a,#7c3aed1a);padding:8px;border-radius:10px;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.logo-icon svg{width:100%;height:100%}.brand-header:hover .logo-icon{transform:scale(1.05);background:linear-gradient(135deg,#4f46e526,#7c3aed26)}.brand-header h1{font-size:1.5rem;font-weight:700;background:linear-gradient(135deg,var(--primary) 0%,var(--secondary) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-.5px}.text-header{margin-bottom:32px}.text-header h2{font-size:2rem;font-weight:700;color:var(--text-main);margin-bottom:10px;letter-spacing:-.75px;line-height:1.2}.text-header p{color:var(--text-secondary);font-size:.95rem;line-height:1.5}.input-group{margin-bottom:20px}.input-group label{display:block;font-size:.875rem;font-weight:500;color:var(--text-main);margin-bottom:8px}.input-wrapper{position:relative}.input-field,.input-wrapper input{width:100%;padding:14px 16px;border:1.5px solid #e5e7eb;border-radius:12px;font-size:.95rem;color:var(--text-main);background:#fafbfc;transition:all .3s cubic-bezier(.4,0,.2,1);outline:none;font-family:inherit}.input-wrapper:has(.input-icon:not(.password-toggle)) input{padding-left:48px;padding-right:16px}.input-wrapper:has(.password-toggle) input{padding-left:16px;padding-right:44px}.input-wrapper input:hover{border-color:#d1d5db;background:#fff}.input-wrapper input:focus{border-color:var(--primary);background:#fff;box-shadow:0 0 0 4px #4f46e51a,0 2px 4px #0000000d;transform:translateY(-1px)}.input-icon{position:absolute;left:14px;top:50%;transform:translateY(-50%);color:#9ca3af;display:flex;align-items:center;justify-content:center;width:20px;height:20px;pointer-events:none;transition:color .3s ease}.input-wrapper:focus-within .input-icon{color:var(--primary)}.password-toggle{position:absolute;right:12px;top:50%;transform:translateY(-50%);color:#9ca3af;display:flex;align-items:center;justify-content:center;width:22px;height:22px;z-index:2}.password-toggle{background:none;border:none;cursor:pointer;padding:0;transition:color .2s}.password-toggle:hover{color:var(--text-main)}.form-actions{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;font-size:.875rem}.remember-me{display:flex;align-items:center;gap:8px;color:var(--text-secondary);cursor:pointer}.remember-me input{width:16px;height:16px;border-radius:4px;border:1.5px solid #d1d5db;accent-color:var(--primary)}.form-actions a{color:var(--primary);text-decoration:none;font-weight:500;transition:all .2s ease;position:relative}.form-actions a:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:2px;background:var(--primary);transition:width .3s ease}.form-actions a:hover{color:var(--primary-dark)}.form-actions a:hover:after{width:100%}.submit-btn{width:100%;padding:14px 20px;background:linear-gradient(135deg,var(--primary) 0%,var(--secondary) 100%);color:#fff;border:none;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 12px #4f46e54d,0 2px 4px #0000001a;position:relative;overflow:hidden}.submit-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}.submit-btn:hover:before{left:100%}.submit-btn:hover{background:linear-gradient(135deg,var(--primary-dark) 0%,#6d28d9 100%);transform:translateY(-2px);box-shadow:0 6px 20px #4f46e566,0 4px 8px #00000026}.submit-btn:active{transform:translateY(0);box-shadow:0 2px 8px #4f46e54d,0 1px 2px #0000001a}.submit-btn svg{width:20px;height:20px;transition:transform .2s}.submit-btn:hover svg{transform:translate(4px)}.decorative-side{background:linear-gradient(135deg,#4f46e5,#7c3aed,#6366f1);position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;color:#fff}.decorative-side:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 50%,rgba(255,255,255,.1) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(255,255,255,.1) 0%,transparent 50%);opacity:.6}.decorative-content{position:relative;z-index:2;padding:40px;text-align:center;max-width:400px}.decorative-text{position:relative;z-index:10}.decorative-text h2{font-size:2rem;font-weight:700;margin-bottom:16px;line-height:1.2}.decorative-text p{font-size:1.1rem;opacity:.9;line-height:1.6}.floating-shapes{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.floating-shapes .shape{position:absolute;background:#ffffff1f;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:50%;animation:float 20s infinite ease-in-out;border:1px solid rgba(255,255,255,.2)}.shape-1{width:300px;height:300px;top:-50px;right:-50px;animation-delay:0s}.shape-2{width:200px;height:200px;bottom:-20px;left:-50px;animation-delay:-5s}.shape-3{width:100px;height:100px;top:40%;right:20%;animation-delay:-10s}@keyframes float{0%,to{transform:translate(0) rotate(0)}33%{transform:translate(30px,-30px) rotate(10deg)}66%{transform:translate(-20px,20px) rotate(-5deg)}}.message-alert{margin-top:20px;padding:14px 16px;border-radius:10px;font-size:.875rem;font-weight:500;display:flex;align-items:center;gap:10px;animation:slideUp .4s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 8px #00000014}.message-alert.success{background:#ecfdf5;color:var(--success);border:1px solid #a7f3d0}.message-alert.error{background:#fef2f2;color:var(--error);border:1px solid #fecaca}.message-alert svg{width:20px;height:20px}.auth-footer{margin-top:32px;text-align:center}.auth-footer p{color:var(--text-secondary);font-size:.95rem}.toggle-btn{background:none;border:none;color:var(--primary);font-weight:600;cursor:pointer;padding:0;font-size:inherit;font-family:inherit;transition:all .2s ease;position:relative}.toggle-btn:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:2px;background:var(--primary);transition:width .3s ease}.toggle-btn:hover{color:var(--primary-dark)}.toggle-btn:hover:after{width:100%}@keyframes slideUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.auth-wrapper{flex-direction:column;height:auto;min-height:600px}.decorative-side{display:none}.form-side{padding:32px 24px}}.demo-access-panel{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1.5rem;border-radius:16px;border:1px solid rgba(255,255,255,.2);margin-bottom:2rem;width:100%;max-width:320px}.demo-access-panel h3{color:#fff;font-size:1.2rem;margin-bottom:.5rem;font-weight:600}.demo-access-panel p{color:#fffc;font-size:.9rem;margin-bottom:1rem}.demo-role-card{display:flex;align-items:center;padding:.75rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:12px;margin-bottom:.75rem;cursor:pointer;transition:all .2s ease}.demo-role-card:hover{background:#ffffff26;transform:translateY(-2px);border-color:#ffffff4d}.role-icon{width:36px;height:36px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.1rem;margin-right:12px;box-shadow:0 4px 12px #0000001a}.role-icon.admin{background:linear-gradient(135deg,#ff6b6b,#ee5253);color:#fff}.role-icon.hr{background:linear-gradient(135deg,#4834d4,#686de0);color:#fff}.role-icon.employee{background:linear-gradient(135deg,#6ab04c,#badc58);color:#fff}.role-info{flex:1;display:flex;flex-direction:column}.role-title{color:#fff;font-weight:600;font-size:.95rem}.role-email{color:#ffffffb3;font-size:.8rem}.autofill-btn{background:#fff3;color:#fff;border:none;padding:4px 8px;border-radius:6px;font-size:.75rem;font-weight:500;cursor:pointer;pointer-events:none}.decorative-content{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100%;padding:2rem}.floating-shapes{z-index:0}.demo-access-panel,.decorative-text{z-index:1;position:relative}.employee-list-container{padding:2rem;max-width:1200px;margin:0 auto;animation:fadeIn .5s ease-out}.header-section{margin-bottom:2.5rem;display:flex;justify-content:space-between;align-items:flex-end}.header-section h2{font-size:2.25rem;font-weight:800;color:#1a202c;margin:0 0 .5rem;letter-spacing:-.02em}.subtitle{color:#718096;font-size:1.1rem;margin:0}.table-wrapper{background:#fff;border-radius:16px;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;overflow:hidden;border:1px solid #edf2f7}.employee-table{width:100%;border-collapse:separate;border-spacing:0}.employee-table th{background-color:#f8fafc;color:#64748b;font-weight:600;padding:1.25rem 1.5rem;text-transform:uppercase;font-size:.75rem;letter-spacing:.05em;border-bottom:1px solid #e2e8f0}.employee-table td{padding:1.25rem 1.5rem;border-bottom:1px solid #f1f5f9;color:#334155;vertical-align:middle;transition:background-color .2s}.employee-table tr:last-child td{border-bottom:none}.employee-table tr:hover td{background-color:#f8fafc}.user-avatar{width:42px;height:42px;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border-radius:12px;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:1.1rem;box-shadow:0 2px 4px #2563eb33}.user-name{font-weight:600;color:#1e293b;font-size:.95rem}.user-email{font-size:.85rem;color:#64748b}.role-badge{display:inline-flex;align-items:center;padding:.35rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.025em}.role-badge.admin{background-color:#fee2e2;color:#991b1b}.role-badge.hr{background-color:#ffedd5;color:#9a3412}.role-badge.employee{background-color:#dcfce7;color:#166534}.role-select{padding:.5rem 2rem .5rem .75rem;border:1px solid #e2e8f0;border-radius:8px;background-color:#fff;color:#475569;font-size:.875rem;cursor:pointer;transition:all .2s;appearance:none;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");background-position:right .5rem center;background-repeat:no-repeat;background-size:1.5em 1.5em}.role-select:hover{border-color:#cbd5e1}.role-select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.delete-btn{background-color:#fff;color:#ef4444;border:1px solid #fecaca;padding:.5rem 1rem;border-radius:8px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s}.delete-btn:hover{background-color:#fee2e2;border-color:#ef4444}.modal-overlay{background-color:#0f172a99;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal-content{border-radius:24px;box-shadow:0 25px 50px -12px #00000040}.modal-header{background:linear-gradient(to right,#f8fafc,#f1f5f9);padding:2.5rem 2rem 2rem}.modal-avatar{width:96px;height:96px;font-size:2.5rem;background:linear-gradient(135deg,#3b82f6,#2563eb);box-shadow:0 10px 15px -3px #2563eb4d}.header-section h2{font-size:2rem;color:#1a202c;margin-bottom:.5rem}.table-wrapper{background:#fff;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;overflow:hidden}.employee-table{width:100%;border-collapse:collapse;text-align:left}.employee-table th{background-color:#f7fafc;color:#4a5568;font-weight:600;padding:1rem 1.5rem;text-transform:uppercase;font-size:.75rem;letter-spacing:.05em;border-bottom:1px solid #e2e8f0}.employee-table td{padding:1rem 1.5rem;border-bottom:1px solid #e2e8f0;color:#2d3748;vertical-align:middle}.clickable-row{cursor:pointer;transition:background-color .2s ease}.clickable-row:hover{background-color:#f7fafc}.user-info{display:flex;align-items:center;gap:1rem}.user-avatar{width:40px;height:40px;background-color:#3182ce;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.2rem}.role-badge{display:inline-block;padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600;text-transform:uppercase}.role-badge.admin{background-color:#fed7d7;color:#c53030}.role-badge.hr{background-color:#feebc8;color:#c05621}.role-badge.employee{background-color:#c6f6d5;color:#2f855a}.role-select{padding:.5rem;border:1px solid #e2e8f0;border-radius:6px;background-color:#fff;color:#4a5568;font-size:.875rem;cursor:pointer}.delete-btn{background-color:#fff5f5;color:#e53e3e;border:1px solid #feb2b2;padding:.5rem 1rem;border-radius:6px;font-size:.875rem;cursor:pointer;transition:all .2s}.delete-btn:hover{background-color:#e53e3e;color:#fff}.modal-overlay{position:fixed;inset:0;background-color:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .2s ease-out}.modal-content{background:#fff;border-radius:16px;width:90%;max-width:500px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;position:relative;overflow:hidden;animation:slideUp .3s ease-out}.close-btn{position:absolute;top:1rem;right:1rem;background:none;border:none;font-size:1.5rem;color:#a0aec0;cursor:pointer;transition:color .2s}.close-btn:hover{color:#4a5568}.modal-header{background-color:#f7fafc;padding:2rem;text-align:center;border-bottom:1px solid #e2e8f0}.modal-avatar{width:80px;height:80px;background-color:#3182ce;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2.5rem;font-weight:700;margin:0 auto 1rem;box-shadow:0 4px 6px -1px #0000001a}.modal-header h3{margin:0 0 .5rem;color:#2d3748;font-size:1.5rem}.modal-body{padding:2rem}.detail-group{margin-bottom:1.5rem}.detail-group label{display:block;color:#718096;font-size:.875rem;margin-bottom:.25rem;text-transform:uppercase;letter-spacing:.05em}.detail-group p{color:#2d3748;font-size:1.125rem;font-weight:500;margin:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.loading-spinner,.error-message{text-align:center;padding:2rem;font-size:1.2rem;color:#4a5568}.error-message{color:#e53e3e}.profile-page{padding:2rem;display:flex;justify-content:center;background-color:#f4f7f6;min-height:calc(100vh - 64px)}.profile-card{background:#fff;border-radius:16px;box-shadow:0 4px 20px #00000014;width:100%;max-width:800px;overflow:hidden;display:flex;flex-direction:column}.profile-header-section{background:linear-gradient(135deg,#e0f2fe,#fff);padding:3rem 2rem;display:flex;flex-direction:column;align-items:center;text-align:center;position:relative;border-bottom:1px solid #f0f0f0}.avatar-container{margin-bottom:1rem}.avatar{width:100px;height:100px;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;font-size:2.5rem;font-weight:600;display:flex;justify-content:center;align-items:center;border-radius:50%;box-shadow:0 4px 10px #2563eb4d;border:4px solid white}.header-info h1{margin:0;font-size:1.75rem;color:#1e293b;font-weight:700}.header-info .email{margin:.25rem 0 .75rem;color:#64748b;font-size:1rem}.role-badge{display:inline-block;padding:.35rem 1rem;background-color:#dbeafe;color:#1d4ed8;border-radius:999px;font-size:.875rem;font-weight:600;letter-spacing:.025em;text-transform:uppercase}.edit-btn{position:absolute;top:1.5rem;right:1.5rem;padding:.6rem 1.2rem;background-color:#fff;color:#2563eb;border:1px solid #dbeafe;border-radius:8px;cursor:pointer;font-size:.875rem;font-weight:500;transition:all .2s ease;box-shadow:0 2px 4px #0000000d}.edit-btn:hover{background-color:#eff6ff;border-color:#bfdbfe;transform:translateY(-1px);box-shadow:0 4px 6px #0000000d}.profile-content{padding:2rem}.details-section h3,.form-section h3{margin-top:0;margin-bottom:1.5rem;color:#334155;font-size:1.25rem;font-weight:600;border-bottom:2px solid #f1f5f9;padding-bottom:.75rem}.details-grid,.form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.detail-item label,.form-group label{display:block;font-size:.875rem;color:#64748b;margin-bottom:.5rem;font-weight:500}.detail-item p{margin:0;font-size:1rem;color:#0f172a;font-weight:500;padding:.75rem;background-color:#f8fafc;border-radius:8px;border:1px solid #e2e8f0}.full-width{grid-column:1 / -1}.form-group input{width:100%;padding:.75rem;border:1px solid #cbd5e1;border-radius:8px;font-size:1rem;color:#1e293b;transition:all .2s;background-color:#fff}.form-group input:focus{border-color:#3b82f6;outline:none;box-shadow:0 0 0 3px #3b82f61a}.form-actions{display:flex;justify-content:flex-end;gap:1rem;margin-top:2rem;padding-top:1.5rem;border-top:1px solid #f1f5f9}.save-btn{padding:.75rem 1.5rem;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border:none;border-radius:8px;cursor:pointer;font-size:1rem;font-weight:500;transition:all .2s;box-shadow:0 4px 6px #2563eb33}.save-btn:hover{background:linear-gradient(135deg,#2563eb,#1d4ed8);transform:translateY(-1px);box-shadow:0 6px 8px #2563eb40}.cancel-btn{padding:.75rem 1.5rem;background-color:#fff;color:#64748b;border:1px solid #cbd5e1;border-radius:8px;cursor:pointer;font-size:1rem;font-weight:500;transition:all .2s}.cancel-btn:hover{background-color:#f8fafc;color:#475569;border-color:#94a3b8}.loading-container,.error-container{display:flex;justify-content:center;align-items:center;height:50vh;font-size:1.25rem;color:#64748b}.error-container{color:#ef4444}@media(max-width:640px){.profile-page{padding:1rem}.profile-header-section{padding:2rem 1rem}.edit-btn{position:static;margin-top:1rem;width:100%}.details-grid,.form-grid{grid-template-columns:1fr}.form-actions{flex-direction:column-reverse}.save-btn,.cancel-btn{width:100%}}.attendance-container{padding:2rem;max-width:1000px;margin:0 auto;animation:fadeIn .5s ease-out}.stats-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem;margin-bottom:3rem}.stat-card{background:#fff;padding:2rem;border-radius:20px;box-shadow:0 4px 6px -1px #0000000d;text-align:center;transition:transform .2s ease,box-shadow .2s ease;border:1px solid #f1f5f9}.stat-card:hover{transform:translateY(-5px);box-shadow:0 10px 15px -3px #0000001a}.stat-card h3{margin:0 0 1rem;color:#64748b;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.stat-value{font-size:3rem;font-weight:800;margin:0;line-height:1}.stat-value.present{background:linear-gradient(135deg,#16a34a,#15803d);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.stat-value.absent{background:linear-gradient(135deg,#dc2626,#b91c1c);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.stat-value.leave{background:linear-gradient(135deg,#ea580c,#c2410c);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.table-wrapper{background:#fff;border-radius:16px;box-shadow:0 4px 6px -1px #0000000d;overflow:hidden;border:1px solid #f1f5f9}.attendance-table{width:100%;border-collapse:collapse}.attendance-table th{background-color:#f8fafc;color:#64748b;font-weight:600;padding:1.25rem 1.5rem;text-transform:uppercase;font-size:.75rem;letter-spacing:.05em;border-bottom:1px solid #e2e8f0}.attendance-table td{padding:1.25rem 1.5rem;border-bottom:1px solid #f1f5f9;color:#334155;vertical-align:middle}.status-badge{display:inline-flex;align-items:center;padding:.35rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.025em}.status-present{background-color:#dcfce7;color:#166534}.status-absent{background-color:#fee2e2;color:#991b1b}.status-leave{background-color:#ffedd5;color:#9a3412}.no-data{text-align:center;color:#94a3b8;padding:3rem;font-style:italic}.stats-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:2rem}.stat-card{background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 2px 4px #0000000d;text-align:center}.stat-card h3{margin:0 0 .5rem;color:#718096;font-size:.875rem;text-transform:uppercase;letter-spacing:.05em}.stat-value{font-size:2.5rem;font-weight:700;margin:0}.stat-value.present{color:#2f855a}.stat-value.absent{color:#c53030}.stat-value.leave{color:#c05621}.status-present{background-color:#c6f6d5;color:#2f855a}.status-absent{background-color:#fed7d7;color:#c53030}.status-leave{background-color:#feebc8;color:#c05621}.attendance-management-container{padding:2rem;max-width:1200px;margin:0 auto;font-family:Inter,sans-serif}.run-daily-btn{margin-top:1rem;padding:.75rem 1.5rem;background-color:#52c41a;color:#fff;border:none;border-radius:4px;cursor:pointer;font-weight:500;transition:background-color .2s}.run-daily-btn:hover{background-color:#389e0d}.header-section{margin-bottom:2rem}.header-section h2{font-size:1.875rem;font-weight:700;color:#2d3748;margin:0 0 .5rem}.subtitle{color:#718096;font-size:1rem}.mark-attendance-section{background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 2px 4px #0000000d;margin-bottom:2rem;border:1px solid #e2e8f0}.mark-attendance-section h3{margin:0 0 1rem;font-size:1.1rem;color:#4a5568}.mark-form{display:flex;gap:1rem;flex-wrap:wrap}.mark-input{padding:.75rem;border:1px solid #e2e8f0;border-radius:8px;font-size:.95rem;outline:none;background-color:#fff;min-width:200px;flex:1}.mark-btn{padding:.75rem 1.5rem;background-color:#3182ce;color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:background-color .2s}.mark-btn:hover{background-color:#2b6cb0}.filters{display:flex;gap:1rem;margin-bottom:2rem}.filter-input{padding:.75rem;border:1px solid #e2e8f0;border-radius:8px;font-size:.95rem;outline:none;transition:border-color .2s}.filter-input:focus{border-color:#3182ce}.table-wrapper{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000000d;overflow-x:auto}.attendance-table{width:100%;border-collapse:collapse;text-align:left}.attendance-table th{background-color:#f7fafc;color:#4a5568;font-weight:600;padding:1rem 1.5rem;text-transform:uppercase;font-size:.75rem;letter-spacing:.05em;border-bottom:1px solid #e2e8f0}.attendance-table td{padding:1rem 1.5rem;border-bottom:1px solid #e2e8f0;color:#2d3748;vertical-align:middle}.user-info{display:flex;align-items:center;gap:.75rem}.user-avatar.small{width:32px;height:32px;background-color:#e2e8f0;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;color:#4a5568;font-size:.9rem}.user-name{font-weight:500;color:#2d3748}.user-email{font-size:.8rem;color:#718096}.status-select{padding:.5rem;border:1px solid #e2e8f0;border-radius:6px;background-color:#fff;color:#4a5568;font-size:.875rem;cursor:pointer}.status-badge{display:inline-block;padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600;text-transform:uppercase}.status-badge.present{background-color:#c6f6d5;color:#2f855a}.status-badge.absent{background-color:#fed7d7;color:#c53030}.status-badge.leave{background-color:#feebc8;color:#c05621}.no-data{text-align:center;color:#718096;padding:2rem}.todo-container{max-width:700px;margin:2rem auto;padding:2.5rem;background:#fff;border-radius:24px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;animation:fadeIn .5s ease-out}.todo-container h2{text-align:center;margin-bottom:2rem;color:#1a202c;font-size:2rem;font-weight:800}.date-picker{margin-bottom:2rem;text-align:center;background:#f8fafc;padding:1.5rem;border-radius:16px}.date-picker label{font-weight:600;color:#4a5568;margin-right:1rem}.date-picker input{padding:.5rem 1rem;border:1px solid #cbd5e1;border-radius:8px;font-size:1rem;color:#334155;outline:none;transition:border-color .2s}.date-picker input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.todo-form{display:flex;flex-direction:column;gap:1rem;margin-bottom:2.5rem}.todo-form input{padding:1rem 1.25rem;border:2px solid #e2e8f0;border-radius:12px;font-size:1rem;transition:all .2s;background-color:#f8fafc}.todo-form input:focus{border-color:#3b82f6;background-color:#fff;box-shadow:0 0 0 3px #3b82f61a}.todo-form button{padding:1rem;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border:none;border-radius:12px;cursor:pointer;font-size:1rem;font-weight:600;transition:all .2s;box-shadow:0 4px 6px -1px #2563eb33}.todo-form button:hover{transform:translateY(-1px);box-shadow:0 6px 8px -1px #2563eb4d}.todo-list{list-style:none;padding:0;display:flex;flex-direction:column;gap:1rem}.todo-item{display:flex;justify-content:space-between;align-items:center;padding:1.25rem;background:#fff;border:1px solid #e2e8f0;border-radius:12px;transition:all .2s}.todo-item:hover{border-color:#cbd5e1;box-shadow:0 4px 6px -1px #0000000d}.todo-item.done{background-color:#f8fafc;opacity:.8}.todo-item.done h3,.todo-item.done p{text-decoration:line-through;color:#94a3b8}.todo-content{display:flex;align-items:flex-start;gap:1rem}.todo-content input[type=checkbox]{width:1.25rem;height:1.25rem;margin-top:.25rem;cursor:pointer}.todo-content h3{margin:0 0 .25rem;font-size:1.1rem;color:#1e293b}.todo-content p{margin:0;font-size:.9rem;color:#64748b}.delete-btn{padding:.5rem 1rem;background-color:#fee2e2;color:#ef4444;border:none;border-radius:8px;cursor:pointer;font-size:.875rem;font-weight:600;transition:all .2s}.delete-btn:hover{background-color:#fecaca;color:#dc2626}.todo-container h2{text-align:center;margin-bottom:1.5rem;color:#333}.date-picker{margin-bottom:1.5rem;text-align:center}.date-picker input{padding:.5rem;border:1px solid #ddd;border-radius:4px;font-size:1rem}.todo-form{display:flex;flex-direction:column;gap:.5rem;margin-bottom:2rem}.todo-form input{padding:.75rem;border:1px solid #ddd;border-radius:4px;font-size:1rem}.todo-form button{padding:.75rem;background-color:#007bff;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:1rem;transition:background-color .2s}.todo-form button:hover{background-color:#0056b3}.todo-list{list-style:none;padding:0}.todo-item{display:flex;justify-content:space-between;align-items:center;padding:1rem;border-bottom:1px solid #eee;transition:background-color .2s}.todo-item:last-child{border-bottom:none}.todo-item.done h3,.todo-item.done p{text-decoration:line-through;color:#888}.todo-content{display:flex;align-items:center;gap:1rem}.todo-content h3{margin:0;font-size:1.1rem;color:#333}.todo-content p{margin:.25rem 0 0;font-size:.9rem;color:#666}.delete-btn{padding:.25rem .5rem;background-color:#ff4d4f;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:.8rem}.delete-btn:hover{background-color:#d9363e}.error{color:red;text-align:center}.dashboard-container{padding:2rem;width:100%;min-height:100vh;animation:fadeIn .6s cubic-bezier(.22,1,.36,1);background-color:var(--bg-color)}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.dashboard-header{margin-bottom:2.5rem;padding-bottom:1rem;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;align-items:flex-end}.dashboard-header h1{font-size:2rem;font-weight:700;color:#1e293b;margin:0 0 .5rem;letter-spacing:-.02em}.date-display{color:#64748b;font-size:1rem;font-weight:500}.dashboard-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2rem;align-items:start}.dashboard-card{background:#fff;border-radius:16px;padding:1.5rem;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008;border:1px solid #f1f5f9;display:flex;flex-direction:column;transition:all .3s cubic-bezier(.4,0,.2,1);height:100%;position:relative;overflow:hidden}.dashboard-card:hover{transform:translateY(-4px);box-shadow:0 12px 20px -3px #0000001a,0 4px 6px -2px #0000000d;border-color:#e2e8f0}.card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.header-title{display:flex;align-items:center;gap:.75rem}.header-title h3{margin:0;font-size:1.1rem;color:#334155;font-weight:600}.icon-wrapper{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center}.icon-wrapper.blue{background-color:#eff6ff;color:#3b82f6}.icon-wrapper.green{background-color:#f0fdf4;color:#22c55e}.icon-wrapper.purple{background-color:#f5f3ff;color:#8b5cf6}.icon-wrapper.orange{background-color:#fff7ed;color:#f97316}.icon-wrapper.pink{background-color:#fdf2f8;color:#ec4899}.card-icon{width:20px;height:20px}.card-body{flex:1;display:flex;flex-direction:column}.center-content{align-items:center;justify-content:center;text-align:center}.status-pill{padding:.35rem .85rem;border-radius:999px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.status-pill.success{background-color:#dcfce7;color:#166534}.status-pill.warning{background-color:#ffedd5;color:#9a3412}.profile-info{margin-bottom:1.5rem}.info-row{display:flex;justify-content:space-between;padding:.75rem 0;border-bottom:1px solid #f8fafc}.info-row:last-child{border-bottom:none}.info-row .label{color:#64748b;font-size:.9rem}.info-row .value{color:#1e293b;font-weight:500;font-size:.95rem}.warning-box{margin-top:1rem;padding:.75rem;background-color:#fff7ed;border:1px solid #ffedd5;border-radius:8px;color:#c2410c;font-size:.85rem;font-weight:500;display:flex;align-items:center;gap:.5rem}.attendance-display{text-align:center;margin-bottom:1.5rem}.attendance-status{font-size:1.5rem;font-weight:700;margin-bottom:.75rem;padding:.75rem 1.5rem;border-radius:12px;display:inline-block}.attendance-status.green{background-color:#dcfce7;color:#166534}.attendance-status.red{background-color:#fee2e2;color:#991b1b}.attendance-status.orange{background-color:#ffedd5;color:#9a3412}.attendance-status.gray{background-color:#f1f5f9;color:#64748b}.status-helper{color:#64748b;font-size:.9rem;line-height:1.5}.big-number{font-size:4rem;font-weight:800;color:#3b82f6;line-height:1;margin-bottom:1rem;background:linear-gradient(135deg,#3b82f6,#2563eb);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.card-desc{color:#64748b;font-size:.95rem;margin-bottom:1.5rem;line-height:1.6}.mini-task-list{list-style:none;padding:0;margin:0 0 1.5rem;flex:1}.mini-task-list li{display:flex;align-items:center;gap:.75rem;padding:.85rem 0;border-bottom:1px solid #f1f5f9;transition:opacity .2s}.mini-task-list li:last-child{border-bottom:none}.task-title{font-size:.95rem;color:#334155;transition:color .2s}.mini-task-list li.done .task-title{text-decoration:line-through;color:#94a3b8}.custom-checkbox{display:block;position:relative;padding-left:24px;cursor:pointer;font-size:22px;-webkit-user-select:none;user-select:none}.custom-checkbox input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.checkmark{position:absolute;top:0;left:0;height:20px;width:20px;background-color:#f1f5f9;border:1px solid #cbd5e1;border-radius:6px;transition:all .2s}.custom-checkbox:hover input~.checkmark{background-color:#e2e8f0}.custom-checkbox input:checked~.checkmark{background-color:#3b82f6;border-color:#3b82f6}.checkmark:after{content:"";position:absolute;display:none}.custom-checkbox input:checked~.checkmark:after{display:block}.custom-checkbox .checkmark:after{left:6px;top:2px;width:5px;height:10px;border:solid white;border-width:0 2px 2px 0;transform:rotate(45deg)}.empty-state{text-align:center;padding:2rem 0;color:#94a3b8;background-color:#f8fafc;border-radius:12px;margin-bottom:1rem}.empty-state .emoji{font-size:2rem;display:block;margin-bottom:.5rem}.card-btn{display:block;width:100%;padding:.875rem;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;text-align:center;text-decoration:none;border-radius:10px;font-weight:600;font-size:.95rem;margin-top:auto;transition:all .2s;box-shadow:0 4px 6px -1px #3b82f640}.card-btn:hover{transform:translateY(-2px);box-shadow:0 6px 12px -2px #3b82f659}.card-btn.secondary{background:#fff;color:#475569;border:1px solid #e2e8f0;box-shadow:0 1px 2px #0000000d}.card-btn.secondary:hover{background-color:#f8fafc;color:#1e293b;border-color:#cbd5e1}.link-btn{color:#3b82f6;text-decoration:none;font-size:.875rem;font-weight:600;padding:.25rem .5rem;border-radius:6px;transition:background-color .2s}.link-btn:hover{background-color:#eff6ff}.skeleton{background:linear-gradient(90deg,#f1f5f9 25%,#e2e8f0,#f1f5f9 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:6px;margin-bottom:.5rem}.skeleton-group{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.5rem}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media(max-width:640px){.dashboard-container{padding:1rem}.dashboard-header h1{font-size:1.5rem}.dashboard-grid{grid-template-columns:1fr}}.notice-board{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 4px 6px -1px #0000001a;border:1px solid #e5e7eb;height:100%;display:flex;flex-direction:column}.nb-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.nb-header h3{font-size:1.1rem;font-weight:700;color:#111827}.post-btn{font-size:.75rem;background:#4f46e5;color:#fff;border:none;padding:4px 10px;border-radius:6px;cursor:pointer}.notice-form{background:#f9fafb;padding:1rem;border-radius:8px;margin-bottom:1rem;display:flex;flex-direction:column;gap:.5rem}.notice-form input,.notice-form select,.notice-form textarea{padding:6px;border:1px solid #d1d5db;border-radius:4px}.notice-form button{background:#111827;color:#fff;border:none;padding:6px;border-radius:4px;cursor:pointer}.notices-list{flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:1rem;max-height:400px}.notice-card{padding:1rem;border-radius:8px;border-left:4px solid #9ca3af;background:#fdfdfd;box-shadow:0 1px 2px #0000000d}.notice-card.urgent{border-left-color:#ef4444;background:#fef2f2}.notice-card.event{border-left-color:#10b981;background:#ecfdf5}.notice-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.notice-cat{font-size:.65rem;font-weight:700;text-transform:uppercase;color:#6b7280}.notice-date{font-size:.7rem;color:#9ca3af}.delete-notice-btn{background:none;border:none;color:#ef4444;font-weight:700;cursor:pointer;font-size:1.1rem;line-height:1}.notice-card h4{font-size:.95rem;font-weight:600;margin-bottom:.25rem;color:#1f2937}.notice-card p{font-size:.85rem;color:#4b5563;margin-bottom:.5rem;line-height:1.4}.notice-footer small{font-size:.7rem;color:#9ca3af}.no-notices{text-align:center;color:#9ca3af;font-size:.9rem;margin-top:2rem}.navbar{display:flex;justify-content:space-between;align-items:center;padding:.75rem 2rem;background-color:#ffffffe6;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);box-shadow:0 1px 3px #0000000d;position:sticky;top:0;z-index:1000;border-bottom:1px solid rgba(226,232,240,.8)}.navbar-brand a{font-size:1.5rem;font-weight:800;background:linear-gradient(135deg,#3b82f6,#2563eb);-webkit-background-clip:text;-webkit-text-fill-color:transparent;text-decoration:none;letter-spacing:-.03em;display:flex;align-items:center}.navbar-links{display:flex;gap:.5rem;align-items:center}.navbar-links a{color:#64748b;text-decoration:none;font-weight:500;padding:.5rem 1rem;border-radius:8px;transition:all .2s ease;font-size:.9rem}.navbar-links a:hover{color:#1e293b;background-color:#f1f5f9}.logout-btn{margin-left:1rem;padding:.5rem 1rem;background-color:#fff;color:#ef4444;border:1px solid #fee2e2;border-radius:8px;cursor:pointer;font-weight:600;font-size:.9rem;transition:all .2s ease}.logout-btn:hover{background-color:#fef2f2;border-color:#fecaca;transform:translateY(-1px)}@media(max-width:768px){.navbar{padding:1rem;flex-direction:column;gap:1rem}.navbar-links{width:100%;justify-content:center;flex-wrap:wrap;gap:.5rem}.logout-btn{margin-left:0}}.leave-dashboard-container{padding:2rem;max-width:1400px;margin:0 auto}.dashboard-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.dashboard-header h2{font-size:1.8rem;font-weight:700;color:#111827}.filter-tabs{display:flex;background:#fff;padding:4px;border-radius:8px;border:1px solid #e5e7eb}.filter-tab{padding:8px 16px;border:none;background:none;font-size:.875rem;font-weight:500;color:#6b7280;cursor:pointer;border-radius:6px;transition:all .2s}.filter-tab.active{background:#f3f4f6;color:#111827;font-weight:600}.requests-table-wrapper{background:#fff;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a;overflow:hidden;border:1px solid #e5e7eb}.requests-table{width:100%;border-collapse:collapse}.requests-table th{background:#f9fafb;padding:1rem;text-align:left;font-size:.75rem;font-weight:600;text-transform:uppercase;color:#6b7280;border-bottom:1px solid #e5e7eb}.requests-table td{padding:1rem;border-bottom:1px solid #f3f4f6;vertical-align:middle}.employee-info{display:flex;flex-direction:column}.emp-name{font-weight:500;color:#111827}.emp-dept{font-size:.75rem;color:#6b7280}.type-badge{font-size:.75rem;font-weight:600;padding:2px 8px;border-radius:4px;background:#f3f4f6;color:#4b5563}.date-range{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#374151}.arrow{color:#9ca3af}.reason-cell{max-width:200px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#4b5563;font-size:.875rem}.status-pill{padding:2px 10px;border-radius:9999px;font-size:.75rem;font-weight:600}.status-pill.pending{background:#fffbeb;color:#b45309}.status-pill.approved{background:#ecfdf5;color:#047857}.status-pill.rejected{background:#fef2f2;color:#b91c1c}.action-buttons{display:flex;gap:.5rem}.action-btn{padding:6px 12px;border:none;border-radius:6px;font-size:.75rem;font-weight:600;cursor:pointer;transition:all .2s}.action-btn.approve{background:#10b981;color:#fff}.action-btn.approve:hover{background:#059669}.action-btn.reject{background:#ef4444;color:#fff}.action-btn.reject:hover{background:#dc2626}.no-requests{text-align:center;color:#6b7280;padding:3rem}@media(max-width:1024px){.leave-dashboard-container{padding:1rem}.requests-tableWrapper{overflow-x:auto}}.leave-container{padding:2rem;max-width:1200px;margin:0 auto}.leave-header h2{font-size:1.8rem;font-weight:700;color:#1f2937;margin-bottom:.5rem}.leave-header p{color:#6b7280;margin-bottom:2rem}.leave-content{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.leave-form-card,.leave-history-card{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a;border:1px solid #e5e7eb}.leave-form-card h3,.leave-history-card h3{font-size:1.25rem;font-weight:600;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #e5e7eb}.form-group{margin-bottom:1.5rem}.form-group label{display:block;font-size:.875rem;font-weight:500;color:#374151;margin-bottom:.5rem}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:8px;font-family:inherit;transition:border-color .2s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#4f46e5;ring:2px solid #e0e7ff}.date-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.submit-btn{width:100%;background:#4f46e5;color:#fff;padding:.75rem;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:background .2s}.submit-btn:hover{background:#4338ca}.success-msg{color:#059669;margin-top:1rem;font-size:.875rem;text-align:center}.history-list{display:flex;flex-direction:column;gap:1rem}.history-item{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:#f9fafb;border-radius:8px;border:1px solid #f3f4f6}.leave-info{display:flex;flex-direction:column;gap:.25rem}.leave-dates{font-size:.875rem;color:#6b7280}.leave-type-badge{font-size:.75rem;font-weight:600;text-transform:uppercase;color:#4b5563}.status-badge{padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600;text-transform:capitalize}.status-badge.pending{background:#fef3c7;color:#d97706}.status-badge.approved{background:#d1fae5;color:#059669}.status-badge.rejected{background:#fee2e2;color:#dc2626}@media(max-width:768px){.leave-content{grid-template-columns:1fr}}.payroll-container{padding:2rem;max-width:1200px;margin:0 auto}.payroll-container h2{margin-bottom:2rem;color:#111827}.admin-payroll-view{display:grid;grid-template-columns:300px 1fr;gap:2rem}.emp-list-card,.salary-details-card{background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a;border:1px solid #e5e7eb}.emp-list-scroll{list-style:none;padding:0;max-height:500px;overflow-y:auto;margin-top:1rem}.emp-list-scroll li{padding:10px;border-bottom:1px solid #f3f4f6;cursor:pointer;transition:background .2s}.emp-list-scroll li:hover{background:#f9fafb}.emp-list-scroll li.active{background:#eff6ff;color:#2563eb;font-weight:500;border-left:3px solid #2563eb}.select-prompt{color:#6b7280;text-align:center;margin-top:2rem}.salary-form{margin-top:1.5rem}.form-group.row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.save-btn{width:100%;margin-top:1.5rem;background:#2563eb;color:#fff;padding:.75rem;border-radius:6px;border:none;font-weight:600;cursor:pointer}.actions-section{margin-top:2rem;padding-top:2rem;border-top:1px solid #e5e7eb}.generate-btn{background:#10b981;color:#fff;padding:.75rem 1.5rem;border-radius:6px;border:none;font-weight:600;cursor:pointer}.emp-payroll-view{display:grid;gap:2rem}.salary-structure-card,.payslip-history-card{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a}.structure-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1.5rem;margin-top:1.5rem}.s-item{background:#f9fafb;padding:1.5rem;border-radius:8px;display:flex;flex-direction:column;align-items:center}.s-item span{color:#6b7280;font-size:.875rem;margin-bottom:.5rem}.s-item strong{font-size:1.25rem;color:#111827}.s-item.total{background:#eff6ff;border:1px solid #bfdbfe}.s-item.total strong{color:#1e40af}.payslip-table{width:100%;margin-top:1.5rem;border-collapse:collapse}.payslip-table th{text-align:left;padding:1rem;background:#f9fafb;font-size:.875rem;color:#6b7280}.payslip-table td{padding:1rem;border-bottom:1px solid #f3f4f6}.download-btn{background:#4b5563;color:#fff;padding:4px 10px;border-radius:4px;border:none;cursor:pointer;font-size:.75rem}:root{--primary-color: #3b82f6;--primary-hover: #2563eb;--bg-color: #f8fafc;--text-color: #1e293b;--text-muted: #64748b;--border-color: #e2e8f0}*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%;width:100%}body{font-family:Inter,sans-serif;background-color:var(--bg-color);color:var(--text-color);line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{min-height:100vh;display:flex;flex-direction:column}.form-container{min-height:100vh;width:100%;display:flex;justify-content:center;align-items:center;background:linear-gradient(135deg,#eff6ff,#dbeafe);padding:1rem}.form-card{background:#fff;padding:2.5rem;border-radius:16px;box-shadow:0 10px 25px -5px #0000001a,0 8px 10px -6px #0000001a;width:100%;max-width:400px;text-align:center;border:1px solid rgba(255,255,255,.5)}.form-title{font-size:1.75rem;font-weight:700;color:#1e293b;margin-bottom:2rem;letter-spacing:-.025em}.tab-buttons{display:flex;justify-content:center;background:#f1f5f9;border-radius:12px;padding:4px;margin-bottom:2rem}.tab{flex:1;padding:8px 0;border:none;outline:none;background:none;color:#64748b;font-weight:500;border-radius:8px;cursor:pointer;transition:all .2s ease;font-size:.95rem}.tab.active{background:#fff;color:var(--primary-color);box-shadow:0 1px 3px #0000001a;font-weight:600}.input-field{width:100%;padding:.75rem 1rem;border:1px solid var(--border-color);border-radius:8px;margin-bottom:1rem;outline:none;font-size:.95rem;transition:all .2s ease;background-color:#fff;color:var(--text-color)}.input-field:focus{border-color:var(--primary-color);box-shadow:0 0 0 3px #3b82f61a}.forgot-link{display:block;text-align:right;margin-bottom:1.5rem;font-size:.875rem;color:var(--primary-color);text-decoration:none;font-weight:500}.forgot-link:hover{text-decoration:underline}.submit-btn{width:100%;padding:.875rem;border:none;border-radius:8px;background:var(--primary-color);color:#fff;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 6px -1px #3b82f633}.submit-btn:hover{background:var(--primary-hover);transform:translateY(-1px);box-shadow:0 6px 8px -1px #3b82f64d}.bottom-text{font-size:.9rem;color:var(--text-muted);margin-top:1.5rem}.toggle-link{color:var(--primary-color);font-weight:600;cursor:pointer;margin-left:.25rem}.toggle-link:hover{text-decoration:underline}.message-text{margin-top:1rem;padding:.75rem;border-radius:8px;font-size:.9rem;font-weight:500}
