.login-container{display:flex;align-items:center;justify-content:center;min-height:100vh;background:linear-gradient(135deg,#000104,#262b31);padding:1rem}.login-card{background:#060b18e6;border-radius:12px;box-shadow:0 20px 60px #00000080;width:100%;max-width:520px;padding:2.5rem;animation:slideUp .4s ease-out;border:1px solid rgba(59,130,246,.3)}.login-header{text-align:center;margin-bottom:2rem}.login-header img{max-width:50px;height:auto;filter:drop-shadow(0 2px 4px rgba(0,0,0,.3))}.login-header h1{margin:0 0 .5rem;font-size:1.875rem;font-weight:700;color:#fff;display:flex;align-items:center;justify-content:center;gap:1rem}.login-header p{margin:20px 0 0;color:#9ca3af;font-size:.95rem}.login-form{display:flex;flex-direction:column;gap:1.5rem}.form-group input{padding:.75rem 1rem;border:2px solid #374151;border-radius:8px;font-size:1rem;font-family:inherit;transition:all .2s ease;background:#111827;color:#fff}.login-button{padding:.875rem 1rem;background-color:#2563eb;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;margin-top:.5rem}.login-button:hover{background-color:#1d4ed8;transform:translateY(-2px);box-shadow:0 8px 16px #2563eb4d}.login-button:active{transform:translateY(0)}.login-button:disabled{opacity:.7;cursor:not-allowed}.error-message{background-color:#7f1d1d;color:#fecaca;padding:.875rem 1rem;border-radius:8px;border-left:4px solid #dc2626;font-size:.95rem;animation:slideUp .3s ease-out;margin-bottom:.5rem}.staff-container{width:100%;padding:2rem 1rem}.staff-header-section{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;gap:1rem}.staff-header{flex:1}.staff-header h1{margin:0;font-size:2rem;font-weight:700;color:#fff}.staff-stats{margin-bottom:2rem;display:grid;grid-template-columns:1fr;gap:2rem}.staff-stats .stats-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1.5rem}.staff-stats .stat-item{background:#1f2937;padding:1.5rem;border-radius:8px;border:1px solid #374151;transition:all .2s ease}.staff-stats .stat-item:hover{border-color:#4b5563;background:#252d3d}.staff-stats .stat-item p{margin:0}.staff-stats .stat-item p:first-child{color:#9ca3af;font-size:.85rem;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.75rem;font-weight:600}.staff-stats .stat-item p.value{font-size:1.5rem;font-weight:700;color:#fff}.staff-stats .stat-item p.value.pending{color:#f59e0b}.staff-stats .stat-item p.value.approved{color:#10b981}.staff-stats .remaining-box{background:linear-gradient(135deg,#2563eb,#1d4ed8);padding:1.5rem;border-radius:8px;border:1px solid #3b82f6;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;transition:all .2s ease}.staff-stats .remaining-box:hover{border-color:#60a5fa;box-shadow:0 8px 16px #2563eb33}.staff-stats .remaining-box p{margin:0}.staff-stats .remaining-box p:first-child{color:#fffc;font-size:.85rem;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.5rem;font-weight:600}.staff-stats .remaining-box p.remaining-value{font-size:1.5rem;font-weight:700;color:#fff;line-height:1}.staff-stats .remaining-box p.remaining-text{color:#ffffffe6;font-size:.85rem;margin-top:.5rem}@media(max-width:1024px){.staff-stats{grid-template-columns:1fr}.staff-stats .stats-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.staff-stats .stats-grid{grid-template-columns:1fr}}.staff-form-section{background:#1f2937;padding:1.5rem;border-radius:8px;margin-bottom:2rem;border:1px solid #374151}.staff-form-section h2{margin:0 0 1.5rem;font-size:1.25rem;font-weight:600;color:#fff}.staff-form-section form{display:grid;grid-template-columns:1fr 1fr auto;gap:1rem;align-items:flex-end}@media(max-width:768px){.staff-form-section form{grid-template-columns:1fr}}.staff-form-section form input{padding:.75rem 1rem;border:2px solid #374151;border-radius:6px;background:#111827;color:#fff;font-family:inherit;font-size:1rem;transition:all .2s ease}.staff-form-section form input::placeholder{color:#6b7280}.staff-form-section form input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb33}.staff-form-section form input:hover{border-color:#4b5563}.staff-form-section form button{padding:.75rem 1.5rem;background-color:#2563eb;color:#fff;border:none;border-radius:6px;font-weight:600;cursor:pointer;transition:all .2s ease;white-space:nowrap}.staff-form-section form button:hover{background-color:#1d4ed8;transform:translateY(-2px);box-shadow:0 4px 12px #2563eb4d}.staff-form-section form button:active{transform:translateY(0)}.staff-section{margin-bottom:2rem}.staff-section h2{margin:0 0 1.5rem;font-size:1.25rem;font-weight:600;color:#fff}.staff-section ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1rem}.staff-section li{background:#1f2937;padding:1rem;border-radius:6px;border-left:4px solid #2563eb;display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap;color:#e5e7eb}.staff-section li strong{color:#fff;font-weight:600}.staff-section li button{padding:.5rem 1rem;background-color:#2563eb;color:#fff;border:none;border-radius:4px;font-weight:500;font-size:.9rem;cursor:pointer;transition:all .2s ease;white-space:nowrap}.staff-section li button:hover{background-color:#1d4ed8}.staff-section li button:active{transform:scale(.98)}.staff-section li span{font-size:.9rem}.staff-section li span.pending{color:#f59e0b}.staff-section li span.cancelled{color:#ef4444}.staff-section .empty-state{background:#1f2937;padding:2rem;border-radius:6px;text-align:center;color:#9ca3af;border:1px dashed #374151}.staff-error{background:#7f1d1d;color:#fecaca;padding:1rem;border-radius:6px;border-left:4px solid #dc2626;margin-bottom:1.5rem;font-size:.95rem}.collapse-button{background:#374151;border:1px solid #4b5563;font-size:1.25rem;font-weight:600;color:#e5e7eb;cursor:pointer;padding:1rem 1.5rem;display:flex;align-items:center;gap:.75rem;transition:all .2s ease;width:100%;border-radius:6px;margin-bottom:1.5rem}.collapse-button:hover{background:#4b5563;color:#2563eb;border-color:#2563eb}.collapse-button .arrow{display:inline-block;transition:transform .3s ease;font-size:.9rem}.collapse-button .arrow.expanded{transform:rotate(90deg)}.request-button{padding:.875rem 2rem;background-color:#2563eb;color:#fff;border:none;border-radius:6px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .2s ease;white-space:nowrap}.request-button:hover{background-color:#1d4ed8;transform:translateY(-2px);box-shadow:0 4px 12px #2563eb4d}.request-button:active{transform:translateY(0)}.modal-overlay{position:fixed;inset:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .2s ease-in}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content{background:#1f2937;border-radius:8px;box-shadow:0 20px 60px #00000080;width:100%;max-width:500px;padding:0;border:1px solid #374151;animation:slideUp .3s ease-out}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #374151}.modal-header h2{margin:0;font-size:1.5rem;color:#fff;font-weight:700}.modal-close{background:none;border:none;color:#9ca3af;font-size:1.5rem;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;transition:color .2s ease}.modal-close:hover{color:#fff}.modal-content form{padding:1.5rem;display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-weight:600;color:#e5e7eb;font-size:.9rem}.form-group input{padding:.75rem 1rem;border:2px solid #374151;border-radius:6px;background:#111827;color:#fff;font-family:inherit;font-size:1rem;transition:all .2s ease}.form-group input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb33}.form-group input:hover{border-color:#4b5563}.modal-actions{display:flex;gap:1rem;justify-content:flex-end}.modal-actions button{padding:.75rem 1.5rem;border:none;border-radius:6px;font-weight:600;cursor:pointer;transition:all .2s ease;font-size:.95rem}.modal-actions .submit-btn{background-color:#2563eb;color:#fff}.modal-actions .submit-btn:hover{background-color:#1d4ed8;transform:translateY(-2px);box-shadow:0 4px 12px #2563eb4d}.modal-actions .cancel-btn{background-color:#dc2626;color:#fff}.modal-actions .cancel-btn:hover{background-color:#b91c1c}.empty-state{padding:2rem 1rem;text-align:center;color:#9ca3af;background:#111827;border-radius:6px;margin-bottom:1.5rem;font-style:italic}.list-header{display:flex;align-items:center;gap:1.5rem;padding:1rem;background:#111827;border:1px solid #374151;border-radius:6px 6px 0 0;border-bottom:2px solid #2563eb;margin-bottom:0;font-weight:600;text-transform:uppercase;font-size:.85rem;letter-spacing:.5px;color:#e5e7eb}.header-cell{color:#d1d5db;flex:1;text-align:left}.header-cell:first-child{text-align:left}.header-cell:last-child{text-align:right}.requests-list,.holidays-list{display:flex;flex-direction:column;gap:0;margin-bottom:1.5rem;border:1px solid #374151;border-top:none;border-radius:0 0 6px 6px;overflow:hidden}.request-item,.holiday-item{display:flex;align-items:center;gap:1.5rem;padding:1rem;background:#1f2937;border-bottom:1px solid #374151;border-radius:0;transition:all .2s ease;flex-wrap:nowrap}.request-item:last-child,.holiday-item:last-child{border-bottom:none}.request-item:hover,.holiday-item:hover{background-color:#2d3748}.request-item.cancellation-requested,.holiday-item.cancellation-requested{opacity:.8;background:#1f2937}.request-item.cancellation-requested .request-date,.request-item.cancellation-requested .request-days,.request-item.cancellation-requested .holiday-date,.holiday-item.cancellation-requested .request-date,.holiday-item.cancellation-requested .request-days,.holiday-item.cancellation-requested .holiday-date{color:#f59e0b}.request-date,.holiday-date{flex:1;font-weight:600;color:#fff;text-align:left;min-width:0}.request-days{flex:1;text-align:left;color:#9ca3af;font-size:.95rem;min-width:0}.request-status,.holiday-status{flex:1;text-align:left;color:#10b981;font-weight:500;font-size:.95rem}.holiday-reason{flex:1;font-weight:600;color:#fff;text-align:left;min-width:0}.request-action,.holiday-action{flex:1;display:flex;gap:.5rem;align-items:center;justify-content:flex-end;min-height:36px}.action-btn{padding:.5rem 1rem;background-color:#dc2626;color:#fff;border:none;border-radius:4px;font-weight:500;font-size:.9rem;cursor:pointer;transition:all .2s ease;white-space:nowrap}.action-btn:hover{background-color:#b91c1c;transform:translateY(-2px);box-shadow:0 2px 8px #dc26264d}.action-btn.pending-cancel{background-color:#dc2626}.action-btn.pending-cancel:hover{background-color:#b91c1c;box-shadow:0 2px 8px #dc26264d}.pending-status{color:#f59e0b;font-weight:500;font-size:.9rem;white-space:nowrap}.edit-btn{padding:.5rem 1rem;background:#dc2626;color:#fff;border:none;border-radius:4px;font-weight:600;cursor:pointer;transition:all .2s ease;font-size:.95rem;margin-right:20px}.edit-btn:hover{background:#b91c1c}.view-btn{padding:.5rem 1rem;background:#10b981;color:#fff;border:none;border-radius:4px;font-weight:600;cursor:pointer;transition:all .2s ease;font-size:.95rem}.view-btn:hover{background:#059669}.admin-container{margin:0 auto;padding:2rem;background:#111827;min-height:100vh}.admin-header{margin-bottom:2rem}.admin-header h1{font-size:2.5rem;font-weight:700;color:#fff;margin:0;margin-bottom:.5rem}.admin-header p{color:#9ca3af;font-size:1rem;margin:0}.admin-nav{display:flex;gap:1rem;margin-bottom:2rem;border-bottom:1px solid #374151;padding-bottom:0}.admin-nav-btn{padding:1rem 2rem;background:#1f2937;border:1px solid #374151;color:#9ca3af;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;border-radius:6px 6px 0 0;border-bottom:2px solid transparent;margin-bottom:-1px}.admin-nav-btn:hover{color:#e5e7eb;border-color:#4b5563;background:#252d3d}.admin-nav-btn.active{color:#2563eb;background:#111827;border-color:#2563eb;border-bottom-color:#111827}.users-section{margin-bottom:2rem}.users-category{margin-bottom:3rem}.users-category h2{font-size:1.25rem;font-weight:600;color:#fff;margin:0 0 1rem;text-transform:capitalize}.users-category-header{background:#374151;border:1px solid #4b5563;font-size:1.1rem;font-weight:600;color:#e5e7eb;cursor:pointer;padding:1rem 1.5rem;display:flex;align-items:center;gap:.75rem;transition:all .2s ease;width:100%;border-radius:6px;margin-bottom:1rem}.users-category-header:hover{background:#4b5563;color:#2563eb;border-color:#2563eb}.users-category-header .arrow{display:inline-block;transition:transform .3s ease;font-size:.9rem}.users-category-header .arrow.expanded{transform:rotate(90deg)}.search-filter{padding:1rem 1.5rem;background:#111827;border-bottom:1px solid #374151}.search-input{width:100%;padding:.75rem;background:#1f2937;border:1px solid #374151;border-radius:6px;color:#fff;font-size:.95rem;box-sizing:border-box}.search-input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.search-input::placeholder{color:#6b7280}.users-section .table-header,.users-section .table-row{grid-template-columns:1fr .8fr 1.5fr 1fr 1fr}.users-category:first-of-type .table-header,.users-category:first-of-type .table-row{grid-template-columns:1fr .8fr 1.5fr 1fr 1fr}.requests-table{width:100%;border-collapse:collapse;background:#1f2937;border-radius:8px;overflow:hidden;border:1px solid #374151}.table-header{display:grid;grid-template-columns:1.2fr 2fr .8fr .8fr 1.2fr 1fr;gap:1rem;padding:1rem;background:#111827;border-bottom:2px solid #2563eb;font-weight:600;text-transform:uppercase;font-size:.85rem;letter-spacing:.5px;color:#e5e7eb}.table-row{display:grid;grid-template-columns:1.2fr 2fr .8fr .8fr 1.2fr 1fr;gap:1rem;padding:1rem;background:#1f2937;border-bottom:1px solid #374151;align-items:center;transition:all .2s ease}.table-row:hover{background-color:#2d3748}.table-row:last-child{border-bottom:none}.table-row.pending{background:#f59e0b0d}.table-row.pending .status-badge{background:#f59e0b}.table-row.approved .status-badge{background:#10b981}.table-row.rejected{background:#ef44440d}.table-row.rejected .status-badge{background:#ef4444}.table-row.cancellation-requested{background:#6366f10d;border-left:3px solid #6366f1}.users-category:first-of-type .table-row{grid-template-columns:1fr .8fr 1.5fr 1fr 1fr}.users-category:last-of-type .table-row{grid-template-columns:1fr .8fr 1fr}.cell{color:#d1d5db;font-size:.95rem}.cell.user-name{font-weight:600;color:#fff}.cell.date-range{color:#9ca3af;font-size:.9rem}.cell.days{text-align:center;color:#9ca3af}.cell.status-cell{display:flex;align-items:center;justify-content:center}.cell.actions{display:flex;gap:.5rem;align-items:center;justify-content:flex-end}.status-badge{display:inline-block;padding:.35rem .75rem;border-radius:12px;font-weight:600;font-size:.8rem;color:#fff;text-transform:uppercase;letter-spacing:.3px}.action-btn{padding:.5rem 1rem;background-color:#2563eb;color:#fff;border:none;border-radius:4px;font-weight:500;font-size:.9rem;cursor:pointer;transition:all .2s ease;white-space:nowrap}.action-btn:hover{background-color:#1d4ed8;transform:translateY(-2px);box-shadow:0 2px 8px #2563eb4d}.action-btn:active{transform:translateY(0)}.action-btn.approve-btn{background-color:#10b981}.action-btn.approve-btn:hover{background-color:#059669;box-shadow:0 2px 8px #10b9814d}.action-btn.reject-btn{background-color:#ef4444}.action-btn.reject-btn:hover{background-color:#dc2626;box-shadow:0 2px 8px #ef44444d}.empty-state{padding:3rem 2rem;text-align:center;color:#9ca3af;background:#1f2937;border:1px solid #374151;border-radius:8px;font-style:italic}@media(max-width:1200px){.table-header,.table-row{grid-template-columns:1fr 1fr 1fr .8fr 1.2fr;gap:.75rem}.table-header .cell.actions,.table-row .cell.actions{flex-direction:column;gap:.25rem}.table-header .cell.actions .action-btn,.table-row .cell.actions .action-btn{width:100%;padding:.4rem .8rem;font-size:.85rem}}@media(max-width:768px){.admin-container{padding:1rem}.admin-header h1{font-size:1.75rem}.table-header,.table-row{grid-template-columns:1fr 1fr .8fr 1fr;gap:.5rem;padding:.75rem}.table-header .cell,.table-row .cell{font-size:.85rem}.table-header .cell.date-range,.table-row .cell.date-range{display:none}.cell.action-cell{display:flex;justify-content:flex-end;align-items:center;gap:1rem}.cell.actions{flex-direction:column;gap:.25rem}.cell.actions .action-btn{width:100%;padding:.35rem .6rem;font-size:.8rem}}.modal-overlay{position:fixed;inset:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1000}.modal-content{background:#1f2937;border:1px solid #374151;border-radius:8px;width:90%;max-width:600px;box-shadow:0 10px 25px #0000004d;overflow:hidden}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #374151;background:#111827}.modal-header h2{margin:0;font-size:1.5rem;color:#fff}.modal-close{background:none;border:none;color:#9ca3af;font-size:1.5rem;cursor:pointer;padding:0;width:30px;height:30px;display:flex;align-items:center;justify-content:center;transition:color .2s}.modal-close:hover{color:#ef4444}.modal-body{padding:1.5rem;max-height:500px;overflow-y:auto}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;color:#e5e7eb;font-weight:600}.form-group input{width:100%;padding:.75rem;background:#111827;border:1px solid #374151;border-radius:6px;color:#fff;font-size:1rem;box-sizing:border-box}.form-group input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.form-group input::placeholder{color:#6b7280}.form-group input:disabled{background:#0f172a;color:#9ca3af;cursor:not-allowed;border-color:#1f2937}.error-message{background:#ef44441a;border:1px solid #ef4444;color:#fca5a5;padding:.75rem;border-radius:6px;margin-bottom:1rem;font-size:.95rem}.modal-footer{display:flex;gap:1rem;padding:1.5rem;border-top:1px solid #374151;background:#111827}.btn-primary{flex:1;padding:.75rem 1rem;background:#2563eb;color:#fff;border:none;border-radius:6px;font-weight:600;cursor:pointer;transition:all .2s;white-space:nowrap;font-size:.95rem}.btn-primary:hover{background:#1d4ed8}.btn-danger{flex:1;padding:.75rem 1rem;background:#dc2626;color:#fff;border:none;border-radius:6px;font-weight:600;cursor:pointer;transition:all .2s;white-space:nowrap;font-size:.95rem}.btn-danger:hover{background:#b91c1c}.btn-secondary{flex:1;padding:.75rem 1rem;background:#6b7280;color:#fff;border:none;border-radius:6px;font-weight:600;cursor:pointer;transition:all .2s;white-space:nowrap;font-size:.95rem}.btn-secondary:hover{background:#4b5563}.holidays-list{padding:1.5rem!important}.holidays-section{margin-bottom:1.5rem}.holidays-section:last-child{margin-bottom:0}.holidays-section-header{width:100%;background:#111827;border:1px solid #374151;border-radius:6px;padding:1rem;color:#e5e7eb;font-weight:600;font-size:1rem;cursor:pointer;display:flex;align-items:center;gap:.75rem;transition:all .2s ease;margin-bottom:.5rem}.holidays-section-header:hover{background:#1f2937;border-color:#2563eb;color:#2563eb}.holidays-section-header .arrow{display:inline-block;transition:transform .3s ease;font-size:.9rem}.holidays-section-header .arrow.expanded{transform:rotate(90deg)}.holidays-table{display:flex;flex-direction:column}.holiday-row{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:1.5rem;padding:1.25rem 1.5rem;border-bottom:1px solid #374151;align-items:center}.holiday-row:first-child{background:#111827;font-weight:600;color:#e5e7eb;padding:1rem 1.5rem}.holiday-row:last-child{border-bottom:none}.holiday-row:hover{background:#2563eb0d}.holiday-date{color:#e5e7eb;font-weight:500;font-size:.95rem}.holiday-days{color:#9ca3af;text-align:center;font-size:.95rem}.holiday-type{text-align:right}.bank-holiday-badge,.regular-holiday-badge{background:#10b981;color:#fff;padding:.35rem 1rem;border-radius:20px;font-size:.85rem;font-weight:600;white-space:nowrap;display:inline-block}.header{padding:1rem 2rem;border-bottom:1px solid rgba(59,130,246,.2);background:linear-gradient(to right,#0f172af2,#1f2937f2);display:flex;justify-content:space-between;align-items:center;box-shadow:0 4px 12px #0000004d;gap:2rem}.header__brand{display:flex;align-items:center;gap:1rem}.header__logo{max-width:40px;height:auto;filter:drop-shadow(0 2px 4px rgba(0,0,0,.3))}.header__title{margin:0;font-weight:700;font-size:1.25rem;color:#fff;white-space:nowrap}.header__nav{display:flex;gap:2rem;align-items:center}.header__link{text-decoration:none;color:#e5e7eb;font-weight:500;transition:all .2s ease;padding:.5rem .75rem;border-radius:6px}.header__link:hover{color:#2563eb;background-color:#2563eb1a}.header__logout{background:#dc2626;color:#fff;border:none;padding:.625rem 1.25rem;border-radius:6px;font-weight:600;cursor:pointer;transition:all .2s ease;font-size:.95rem}.header__logout:hover{background-color:#b91c1c;transform:translateY(-2px);box-shadow:0 4px 12px #dc26264d}.header__logout:active{transform:translateY(0)}*{box-sizing:border-box}body{font-family:system-ui,sans-serif;margin:0;background-color:#000;color:#fff}
