.login-container{display:flex;align-items:center;justify-content:center;min-height:100vh;background:linear-gradient(135deg,#000104,#262b31,#1a1f26);background-size:200% 200%;animation:gradientShift 8s ease infinite;padding:1rem;position:relative;overflow:hidden}.login-container:before{content:"";position:absolute;bottom:-150px;left:-150px;width:600px;height:600px;background:radial-gradient(circle,rgba(76,92,74,.45) 0%,rgba(76,92,74,.2) 40%,transparent 70%);border-radius:50%;filter:blur(50px);animation:bubbleGlow 6s ease-in-out infinite;pointer-events:none;z-index:0}.login-container:after{content:"";position:absolute;top:-150px;right:-150px;width:600px;height:600px;background:radial-gradient(circle,rgba(76,92,74,.45) 0%,rgba(76,92,74,.2) 40%,transparent 70%);border-radius:50%;filter:blur(50px);animation:bubbleGlow 6s ease-in-out infinite reverse;pointer-events:none;z-index:0}.login-container>*{position:relative;z-index:1}@keyframes bubbleGlow{0%,to{transform:translate(0) scale(1);opacity:.85}50%{transform:translate(25px,-25px) scale(1.15);opacity:1}}.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)}@media(max-width:480px){.login-card{padding:1.5rem;border-radius:8px}}@keyframes gradientShift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.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}@media(max-width:480px){.login-header h1{font-size:1.4rem;gap:.5rem}}.login-header p{margin:20px 0 0;color:#9ca3af;font-size:.95rem}.login-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.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}.password-wrapper{position:relative}.password-wrapper input{width:100%;padding-right:3rem;box-sizing:border-box}.password-wrapper .password-toggle{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);background:none;border:none;color:#6b7280;cursor:pointer;padding:.25rem;display:flex;align-items:center;justify-content:center;transition:color .2s ease}.password-wrapper .password-toggle:hover{color:#9ca3af}.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-container{padding:1rem .5rem}.staff-header-section{flex-direction:column;align-items:flex-start;gap:.75rem}.staff-header h1{font-size:1.5rem}.request-button{width:100%;text-align:center}.staff-form-section form{grid-template-columns:1fr}.collapse-button{font-size:1rem;padding:.75rem 1rem}.list-header{display:none}.request-item,.holiday-item{flex-direction:column;align-items:flex-start;gap:.5rem;padding:.75rem}.request-date,.request-days,.request-status,.holiday-date,.holiday-status,.holiday-reason{width:100%;text-align:left}.request-action,.holiday-action{width:100%;justify-content:flex-start}.modal-content{width:95%;max-width:none;margin:0 auto}.date-row{flex-direction:column;gap:.5rem}.modal-actions{flex-direction:column}.modal-actions button{width:100%}}.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:12px;box-shadow:0 25px 80px #0009,0 0 0 1px #ffffff0d;width:100%;max-width:460px;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:1rem 1.5rem;border-bottom:1px solid #374151;background:#00000026;border-radius:12px 12px 0 0}.modal-header h2{margin:0;font-size:1.25rem;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{display:flex;flex-direction:column;gap:1rem;padding:1.25rem 1.5rem}.date-row{display:flex;gap:.75rem}.date-row .form-group{flex:1;min-width:0}input[type=date]::-webkit-calendar-picker-indicator{filter:invert(1);cursor:pointer}.form-group{display:flex;flex-direction:column;gap:.35rem}.form-group label{font-weight:600;color:#e5e7eb;font-size:.9rem}.form-group input{padding:.6rem .85rem;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}.half-day-group{margin-top:-.25rem;padding:.5rem .75rem;background:#3b82f614;border:1px solid rgba(59,130,246,.2);border-radius:8px}.half-day-group .half-day-label{display:flex;align-items:center;gap:.6rem;cursor:pointer;color:#e5e7eb;font-size:.9rem;font-weight:500}.half-day-group .half-day-label input[type=checkbox]{width:18px;height:18px;accent-color:#2563eb;cursor:pointer}.request-summary{display:flex;justify-content:space-between;align-items:center;padding:.5rem .75rem;background:#ffffff0a;border-radius:8px;border:1px solid #374151}.request-summary .summary-label{color:#9ca3af;font-size:.9rem;font-weight:500}.request-summary .summary-value{color:#fff;font-size:1.1rem;font-weight:700}.weekend-hint{color:#9ca3af;font-size:.8rem;margin:.25rem 0 .5rem;text-align:center;font-style:italic}.modal-actions{display:flex;gap:.75rem;justify-content:flex-end;padding-top:.5rem;border-top:1px solid #374151;margin-top:0;padding-top:1rem}.modal-actions button{padding:.7rem 1.5rem;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s ease;font-size:.9rem}.modal-actions .submit-btn{background-color:#2563eb;color:#fff;flex:1}.modal-actions .submit-btn:hover{background-color:#1d4ed8;transform:translateY(-1px);box-shadow:0 4px 12px #2563eb4d}.modal-actions .cancel-btn{background-color:transparent;color:#9ca3af;border:1px solid #374151}.modal-actions .cancel-btn:hover{background-color:#374151;color:#fff}.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{flex:1;text-align:left;font-weight:500;font-size:.95rem}.request-status:first-letter{text-transform:capitalize}.request-status.status-approved{color:#10b981}.request-status.status-pending{color:#f59e0b}.request-status.status-rejected{color:#ef4444}.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}.error-modal{max-width:450px}.error-header{background:#ef44441a;border-bottom:2px solid #ef4444}.error-header h2{color:#fca5a5}.modal-body{padding:2rem 1.5rem;background:#1f2937}.modal-body .error-text{color:#e5e7eb;font-size:.95rem;line-height:1.5;margin:0;white-space:pre-wrap;word-wrap:break-word}.modal-footer .btn-primary{flex:1;padding:.75rem 1.5rem;background:#2563eb;color:#fff;border:none;border-radius:6px;font-weight:600;cursor:pointer;transition:all .2s ease}.modal-footer .btn-primary:hover{background:#1d4ed8;transform:translateY(-2px);box-shadow:0 4px 12px #2563eb4d}.modal-footer .btn-primary:active{transform:translateY(0)}.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}.admin-nav-btn.add-user-btn{margin-left:auto;background:#2563eb;color:#fff;border-color:#2563eb}.admin-nav-btn.add-user-btn:hover{background:#1d4ed8;border-color:#1d4ed8;color:#fff}.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}.requests-category{margin-bottom:3rem}.users-category-header,.requests-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,.requests-category-header:hover{background:#4b5563;color:#2563eb;border-color:#2563eb}.users-category-header .arrow,.requests-category-header .arrow{display:inline-block;transition:transform .3s ease;font-size:.9rem}.users-category-header .arrow.expanded,.requests-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:1.5fr 2fr 1.5fr 1.5fr 1.2fr!important}.users-category:first-of-type .table-header,.users-category:first-of-type .table-row{grid-template-columns:1.5fr 2fr 1.5fr 1.1fr 1.7fr!important}.requests-category .table-header,.requests-category .table-row{grid-template-columns:1.2fr 2fr .8fr .8fr 1.2fr 1fr!important}.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;display:flex;align-items:center}.cell.user-name{font-weight:600;color:#fff}.cell.date-range{color:#9ca3af;font-size:.9rem}.cell.days{justify-content:start;color:#9ca3af}.cell.status-cell{display:flex;align-items:center;justify-content:start}.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:.75rem}.admin-header h1{font-size:1.5rem}.admin-header p{font-size:.85rem}.admin-nav{gap:.5rem;overflow-x:auto;-webkit-overflow-scrolling:touch;flex-wrap:nowrap}.admin-nav-btn{padding:.75rem 1rem;font-size:.85rem;white-space:nowrap;flex-shrink:0}.table-header,.table-row{display:flex;flex-direction:column;gap:.25rem;padding:.75rem}.table-header{display:none}.table-row{border:1px solid #374151;border-radius:6px;margin-bottom:.5rem;background:#1f2937}.table-row .cell{font-size:.85rem}.table-row .cell.actions{flex-direction:row;justify-content:flex-start;flex-wrap:wrap}.users-section .table-header,.users-section .table-row,.users-category:first-of-type .table-header,.users-category:first-of-type .table-row,.requests-category .table-header,.requests-category .table-row{display:flex;flex-direction:column;grid-template-columns:none!important}.users-section .table-header,.users-category:first-of-type .table-header,.requests-category .table-header{display:none}.modal-content{width:95%;max-width:none;max-height:90vh}.modal-header h2{font-size:1.15rem}.modal-body{padding:1rem}.modal-footer{padding:1rem;flex-direction:column}.modal-footer button,.modal-footer .btn-primary,.modal-footer .btn-secondary,.modal-footer .btn-danger{width:100%}.holiday-row{grid-template-columns:1fr;gap:.5rem;padding:.75rem 1rem}.milestones-section .milestones-header{flex-direction:column;gap:.5rem}.milestones-section .milestones-header button{width:100%}}.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:900px;max-height:80vh;display:flex;flex-direction:column;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;flex:1;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}.milestones-section{margin-bottom:2rem}.milestones-section .milestones-header{display:flex;gap:1rem;margin-bottom:2rem}.milestones-section .milestones-header button{padding:.75rem 1.5rem;background:#2563eb;color:#fff;border:none;border-radius:6px;font-weight:600;cursor:pointer;transition:all .2s}.milestones-section .milestones-header button:hover{background:#1d4ed8;transform:translateY(-2px);box-shadow:0 4px 12px #2563eb4d}.milestones-section .milestones-header button.admin-nav-btn{padding:1rem 2rem;background:#1f2937;border:1px solid #374151;color:#9ca3af;border-radius:6px;margin-bottom:0}.milestones-section .milestones-header button.admin-nav-btn:hover{background:#2563eb;color:#fff;border-color:#2563eb;transform:none;box-shadow:none}.milestones-section .milestones-header button.admin-nav-btn.add-user-btn{background:#2563eb;color:#fff;border-color:#2563eb}.milestones-section .milestones-header button.admin-nav-btn.add-user-btn:hover{background:#1d4ed8;border-color:#1d4ed8}.milestone-badge{background:#10b981;color:#fff;padding:.5rem 1rem;border-radius:4px;font-size:.9rem;font-weight:500}.no-milestone{color:#9ca3af;font-style:italic}.add-user-modal{max-width:450px;background:#1f2937!important;border:1px solid #374151!important}.add-user-modal .modal-header{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #374151;padding:1.5rem;background:#111827}.add-user-modal .modal-header h2{margin:0;font-size:1.5rem;color:#fff;font-weight:700}.add-user-modal .modal-header .modal-close{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#9ca3af;padding:0;width:30px;height:30px;display:flex;align-items:center;justify-content:center;transition:color .2s}.add-user-modal .modal-header .modal-close:hover{color:#ef4444}.add-user-modal .modal-body{padding:1.5rem;overflow:visible;max-height:none}.add-user-modal .modal-body .error-message{background-color:#ef44441a;color:#fca5a5;padding:.75rem 1rem;border-radius:6px;margin-bottom:1rem;border-left:4px solid #ef4444;font-size:.95rem}.add-user-modal .modal-body form{display:flex;flex-direction:column;gap:1.25rem;padding:0}.add-user-modal .modal-body .form-group{display:flex;flex-direction:column;gap:.5rem;margin-bottom:0}.add-user-modal .modal-body .form-group label{font-weight:600;color:#e5e7eb;font-size:.95rem}.add-user-modal .modal-body .form-group input,.add-user-modal .modal-body .form-group select{padding:.875rem;border:1px solid #4b5563;border-radius:6px;font-size:1rem;font-family:inherit;background:#374151;color:#fff;transition:all .2s}.add-user-modal .modal-body .form-group input::placeholder,.add-user-modal .modal-body .form-group select::placeholder{color:#6b7280}.add-user-modal .modal-body .form-group input:focus,.add-user-modal .modal-body .form-group select:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a;background:#3f4556}.add-user-modal .modal-body .form-group input:disabled,.add-user-modal .modal-body .form-group select:disabled{background-color:#2d3748;color:#6b7280;cursor:not-allowed;opacity:.6}.add-user-modal .modal-body .form-group select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%239ca3af' d='M1 4l5 5 5-5'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .875rem center;padding-right:2.5rem}.add-user-modal .modal-footer{display:flex;gap:1rem;justify-content:flex-end;border-top:1px solid #374151;padding:1.5rem;background:#111827;margin-top:0}@media(max-width:480px){.add-user-modal .modal-footer{flex-direction:column;padding:1rem}.add-user-modal .modal-footer button{width:100%}}.add-user-modal .modal-footer button{padding:.75rem 1.5rem;border:none;border-radius:6px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s;white-space:nowrap}.add-user-modal .modal-footer button:disabled{opacity:.5;cursor:not-allowed}.add-user-modal .modal-footer button.btn-primary{background-color:#2563eb;color:#fff}.add-user-modal .modal-footer button.btn-primary:hover:not(:disabled){background-color:#1d4ed8;transform:translateY(-2px);box-shadow:0 4px 12px #2563eb66}.add-user-modal .modal-footer button.btn-primary:active:not(:disabled){transform:translateY(0)}.add-user-modal .modal-footer button.btn-secondary{background-color:#374151;color:#d1d5db;border:1px solid #4b5563}.add-user-modal .modal-footer button.btn-secondary:hover:not(:disabled){background-color:#4b5563;color:#e5e7eb}.view-milestones-modal{max-width:750px}.view-milestones-modal .modal-body{max-height:500px;overflow-y:auto}.view-milestones-modal .modal-body .table-header{display:grid;grid-template-columns:2fr 1.5fr 1.2fr;gap:1.5rem;padding:1rem 1.5rem;background:#111827;border-bottom:2px solid #374151;font-weight:700;color:#e5e7eb;position:sticky;top:0;font-size:.95rem;text-transform:uppercase;letter-spacing:.5px}.view-milestones-modal .modal-body .table-header div{display:flex;align-items:center}.view-milestones-modal .modal-body .table-row{display:grid;grid-template-columns:2fr 1.5fr 1.2fr;gap:1.5rem;padding:1rem 1.5rem;border-bottom:1px solid #374151;align-items:center;transition:background-color .2s}.view-milestones-modal .modal-body .table-row:hover{background:#1f2937}.view-milestones-modal .modal-body .table-row:last-child{border-bottom:none}.view-milestones-modal .modal-body .table-row .cell{font-size:.95rem;color:#d1d5db}.view-milestones-modal .modal-body .table-row .cell:nth-child(2){font-weight:600;color:#10b981}.view-milestones-modal .modal-body .table-row .cell:nth-child(3){font-family:Courier New,monospace;background:#374151;padding:.5rem .75rem;border-radius:4px;text-align:center;font-weight:600;color:#fbbf24}.view-milestones-modal .modal-body .table-row .cell.actions-cell{display:flex;gap:.5rem;color:inherit}.view-milestones-modal .modal-body .table-row .cell.actions-cell button{padding:.35rem .7rem;border:none;border-radius:3px;cursor:pointer;font-size:.85rem;font-weight:600;transition:opacity .2s}.view-milestones-modal .modal-body .table-row .cell.actions-cell button:hover{opacity:.8}.view-milestones-modal .modal-body .table-row .cell.actions-cell button:active{opacity:.7}.view-milestones-modal .modal-body .empty-state{padding:2rem;text-align:center;color:#9ca3af;font-style:italic}.view-milestones-modal.view-all-users{max-width:850px}.view-milestones-modal.view-all-users .table-header,.view-milestones-modal.view-all-users .table-row{grid-template-columns:1fr 2fr 1.5fr 1.2fr}@media(max-width:768px){.view-milestones-modal{max-width:95%}.view-milestones-modal .modal-body .table-header{display:none}.view-milestones-modal .modal-body .table-row{display:flex;flex-direction:column;gap:.5rem;padding:.75rem 1rem;grid-template-columns:none}.view-milestones-modal .modal-body .table-row .cell:nth-child(3){display:inline-block;width:auto;align-self:flex-start}.view-milestones-modal.view-all-users .table-row{display:flex;flex-direction:column;grid-template-columns:none}}.calendar-view-compact{padding:1rem;background:#111827;max-width:1100px}.calendar-header-compact{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.calendar-header-compact h2{margin:0;font-size:1.25rem;color:#e5e7eb;font-weight:700}.nav-btn-compact{padding:.5rem 1rem;background:#2563eb;color:#fff;border:none;border-radius:4px;font-weight:600;cursor:pointer;transition:all .2s ease;font-size:.85rem}.nav-btn-compact:hover{background:#1d4ed8}.calendar-grid-compact{background:#1f2937;border:1px solid #374151;border-radius:6px;padding:.75rem}.weekday-header-compact{display:grid;grid-template-columns:repeat(7,1fr);gap:.25rem;margin-bottom:.5rem}.weekday-compact{text-align:center;color:#9ca3af;font-weight:600;font-size:.75rem;padding:.5rem 0;text-transform:uppercase}.days-grid-compact{display:grid;grid-template-columns:repeat(7,1fr);gap:.25rem}.calendar-day-compact{aspect-ratio:1;background:#111827;border:1px solid #374151;border-radius:4px;padding:.4rem .3rem;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;position:relative;transition:all .2s ease;min-height:55px;font-size:.65rem}.calendar-day-compact:hover{border-color:#4b5563;background:#1a202c}.calendar-day-compact.other-month{opacity:.4;background:#0f1419}.calendar-day-compact.today{border:1.5px solid #2563eb;background:#2563eb0d}.calendar-day-compact.has-holiday{background:#10b9810f;border-color:#10b981}.calendar-day-compact.has-holiday .day-number-compact{color:#10b981;font-weight:700}.day-number-compact{color:#e5e7eb;font-weight:600;font-size:.8rem;margin-bottom:.2rem}.staff-list-compact{width:100%;display:grid;gap:.15rem;grid-template-columns:1fr 1fr;align-items:center}.staff-name-compact{padding:.15rem .35rem;border-radius:2px;font-size:10px;font-weight:600;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;text-align:center}.staff-name-compact.status-approved{background:#10b981}.staff-name-compact.status-cancelled,.staff-name-compact.status-pending{background:#f59e0b}.staff-name-compact.bank-holiday{opacity:.8;border-bottom:1px solid rgba(255,255,255,.3)}.staff-more-compact{padding:.15rem .2rem;background:#2563eb;color:#fff;border-radius:2px;font-size:.55rem;font-weight:700}@media(max-width:768px){.calendar-view-compact{padding:.5rem}.calendar-header-compact{flex-wrap:wrap;gap:.5rem}.calendar-header-compact h2{font-size:1rem;width:100%;text-align:center}.nav-btn-compact{padding:.4rem .75rem;font-size:.8rem}.calendar-grid-compact{padding:.35rem}.weekday-compact{font-size:.6rem;padding:.25rem 0}.calendar-day-compact{min-height:40px;padding:.2rem;aspect-ratio:auto}.day-number-compact{font-size:.65rem}.staff-list-compact{grid-template-columns:1fr}.staff-name-compact{font-size:7px;padding:.1rem .2rem}}@media(max-width:380px){.calendar-day-compact{min-height:32px}.staff-name-compact{display:none}.day-number-compact{font-size:.6rem}}.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)}@media(max-width:480px){.header{padding:.75rem 1rem;gap:.75rem}.header__title{font-size:1rem}.header__logo{max-width:30px}.header__logout{padding:.5rem 1rem;font-size:.85rem}}*{box-sizing:border-box}body{font-family:system-ui,sans-serif;margin:0;background-color:#000;color:#fff;-webkit-text-size-adjust:100%;overflow-x:hidden}
