.auth-container{align-items:center;background:#fff8f3;display:flex;justify-content:center;min-height:100vh;padding:20px;position:relative}.auth-container:before{background:linear-gradient(135deg,#3a1f0f0d,#6b3f281a);bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:0}.auth-card{animation:slideUp .5s ease-out;background:#f3e5d8;border:1px solid #3a1f0f1a;border-radius:20px;box-shadow:0 20px 60px #3a1f0f26;max-width:450px;padding:40px;position:relative;width:100%;z-index:1}@keyframes slideUp{0%{opacity:0;transform:translateY(30px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.auth-card:before{content:"☕";font-size:2rem;opacity:.1;position:absolute;right:-15px;top:-15px;transform:rotate(15deg)}.auth-card:after{background:linear-gradient(90deg,#0000,#3a1f0f1a,#0000);border-radius:2px;bottom:-2px;content:"";height:4px;left:50%;position:absolute;transform:translateX(-50%);width:60%}.auth-header{margin-bottom:30px;text-align:center}.auth-header h2{color:#3a1f0f;font-size:2.2rem;font-weight:700;letter-spacing:-.5px;margin-bottom:10px}.auth-header p{color:#6b3f28;font-size:1.1rem;margin:0;opacity:.9}.auth-form,.form-group{display:flex;flex-direction:column}.form-group{gap:8px}.form-group input,.form-group select{padding:14px 18px}.form-group input.error:focus,.form-group select.error:focus{box-shadow:0 0 0 3px #8b5a3c1a}.error-text{color:#8b5a3c;font-size:.85rem;font-weight:500;margin-top:5px}.error-message{font-size:.9rem}.auth-button{background:#3a1f0f;border:1px solid #3a1f0f1a;border-radius:12px;box-shadow:0 4px 15px #3a1f0f33;color:#f3e5d8;cursor:pointer;font-size:1.1rem;font-weight:600;margin-top:20px;padding:16px 24px;transition:all .3s ease}.auth-button:hover:not(:disabled){background:#6b3f28;box-shadow:0 8px 25px #3a1f0f4d;transform:translateY(-2px)}.auth-button:disabled{background:#d4c4b7;box-shadow:none;color:#a89b8f;cursor:not-allowed;transform:none}.auth-footer{border-top:1px solid #3a1f0f1a;margin-top:30px;padding-top:20px;text-align:center}.auth-footer p{color:#6b3f28;font-size:1rem;font-weight:500;margin:0}.auth-link{border-radius:6px;color:#3a1f0f;font-weight:600;padding:4px 8px;text-decoration:none;transition:all .3s ease}.auth-link:hover{background:#3a1f0f1a;color:#6b3f28;text-decoration:none}@media (max-width:768px){.auth-card{margin:15px;max-width:400px;padding:35px 25px}.auth-header h2{font-size:1.8rem}.form-group input,.form-group select{padding:12px 16px}.auth-button{font-size:1rem;padding:14px 20px}}@media (max-width:480px){.auth-card{margin:10px;max-width:350px;padding:30px 20px}.auth-header h2{font-size:1.6rem}.auth-header p{font-size:1rem}.form-group input,.form-group select{font-size:.95rem;padding:10px 14px}.auth-button{font-size:.95rem;padding:12px 18px}.auth-footer p{font-size:.9rem}}.auth-button:disabled:after{animation:spin 1s linear infinite;border:2px solid #0000;border-radius:50%;border-top-color:#f3e5d8;content:"";display:inline-block;height:16px;margin-left:8px;width:16px}.form-group:hover label{color:#6b3f28}.form-group input:hover,.form-group select:hover{background:#fff8f3;border-color:#6b3f284d}.attendance-card{background:#f3e5d8;border:1px solid #3a1f0f0d;border-radius:20px;box-shadow:0 8px 30px #3a1f0f14;height:280px;margin-bottom:20px;padding:35px;transition:all .3s ease}.attendance-card:hover{box-shadow:0 12px 40px #3a1f0f1f;transform:translateY(-3px)}.attendance-header{align-items:center;border-bottom:2px solid #3a1f0f1a;display:flex;justify-content:space-between;margin-bottom:25px;padding-bottom:15px}.attendance-header h3{color:#3a1f0f;font-size:1.5rem;font-weight:600;letter-spacing:-.3px;margin:0}.current-time{text-align:right}.current-time .time{color:#3a1f0f;font-size:1.8rem;font-weight:700;margin-bottom:5px}.current-time .date{color:#6b3f28;font-size:.9rem}.error-message{background:#8b5a3c}.error-message,.success-message{border:1px solid #3a1f0f1a;border-radius:12px;color:#f3e5d8;margin-bottom:20px;padding:12px 16px}.success-message{animation:fadeIn .5s ease-in;background:#6b3f28;font-weight:500;text-align:center}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.attendance-status{margin-bottom:25px}.status-item{align-items:center;display:flex;justify-content:space-between;margin-bottom:12px;padding:8px 0}.status-item .label{color:#6b3f28;font-weight:500}.status-item .status{border-radius:20px;font-size:.85rem;font-weight:600;padding:4px 12px}.status-item .status.present{background:#6b3f28;color:#f3e5d8}.status-item .status.absent{background:#8b5a3c;color:#f3e5d8}.status-item .time-value{color:#3a1f0f;font-size:1.1rem;font-weight:600}.gps-status{border-radius:20px;font-size:.85rem;font-weight:600;padding:4px 12px}.gps-status.available{background:#6b3f28;color:#f3e5d8}.gps-status.unavailable{background:#8b5a3c;color:#f3e5d8}.gps-status.checking{background:#3a1f0f;color:#f3e5d8}.attendance-buttons{grid-gap:15px;display:grid;gap:15px;grid-template-columns:1fr 1fr;margin-bottom:25px}.checkin-btn,.checkout-btn{border:none;border-radius:10px;cursor:pointer;font-size:1rem;font-weight:600;letter-spacing:.5px;padding:15px 20px;text-transform:capitalize;transition:all .3s ease}.checkin-btn{background:#4a7c59;border:1px solid #3a1f0f1a;color:#f3e5d8}.checkin-btn:hover:not(:disabled){background:#3a6547;box-shadow:0 5px 15px #3a1f0f4d;transform:translateY(-2px)}.checkout-btn{background:#a94442;border:1px solid #3a1f0f1a;color:#f3e5d8}.checkout-btn:hover:not(:disabled){background:#902e2b;box-shadow:0 5px 15px #3a1f0f4d;transform:translateY(-2px)}.checkin-btn.disabled,.checkout-btn.disabled{background:#d4c4b7;border:1px solid #3a1f0f0d;box-shadow:none;color:#a89b8f;cursor:not-allowed;transform:none}.action-buttons{flex-wrap:wrap;justify-content:center;margin-bottom:20px}.refresh-btn{align-items:center;background:#3a1f0f;border:1px solid #3a1f0f1a;border-radius:12px;color:#f3e5d8;cursor:pointer;display:inline-flex;font-size:.9rem;font-weight:500;padding:10px 20px;text-decoration:none;transition:all .3s ease}.refresh-btn:hover:not(:disabled){background:#6b3f28;box-shadow:0 5px 15px #3a1f0f4d;color:#f3e5d8;text-decoration:none;transform:translateY(-2px)}.refresh-btn:disabled{background:#d4c4b7;box-shadow:none;color:#a89b8f;cursor:not-allowed;transform:none}.history-btn{align-items:center;background:#6b3f28;border:1px solid #3a1f0f1a;border-radius:12px;box-shadow:0 4px 15px #3a1f0f33;cursor:pointer;display:inline-flex;font-size:.9rem;font-weight:500;padding:10px 20px;transition:all .3s ease}.history-btn,.history-btn:hover{color:#f3e5d8;text-decoration:none}.history-btn:hover{background:#8b5a3c;box-shadow:0 6px 20px #3a1f0f4d;transform:translateY(-2px)}.attendance-summary{background:#3a1f0f;border-radius:15px;box-shadow:0 4px 15px #3a1f0f1a;color:#f3e5d8;margin-top:20px;padding:20px}.attendance-summary h4{font-size:1.2rem;font-weight:600;margin:0 0 15px}.attendance-summary p{font-size:.95rem;margin:8px 0}.attendance-summary strong{font-weight:600}.status-badge{background:#fff3;color:#fff}.status-badge.present{background:#2ecc71cc}.status-badge.late{background:#f39c12cc}.status-badge.absent{background:#e74c3ccc}.debug-info{background:#f3e5d8;border:1px solid #3a1f0f1a;border-radius:12px;margin-top:20px;padding:15px}.debug-info h4{color:#3a1f0f;font-size:1rem;margin:0 0 10px}.debug-info p{color:#6b3f28;font-size:.9rem;margin:5px 0}.debug-info strong{color:#3a1f0f}@media (max-width:768px){.attendance-card{padding:20px}.attendance-header{flex-direction:column;gap:15px;text-align:center}.current-time .time{font-size:1.5rem}.attendance-buttons{grid-template-columns:1fr}.status-item{align-items:flex-start;flex-direction:column;gap:5px}.status-item .label{font-size:.9rem}.status-item .time-value{font-size:1rem}}@media (max-width:480px){.attendance-card{padding:15px}.attendance-header h3,.current-time .time{font-size:1.3rem}.checkin-btn,.checkout-btn{font-size:.9rem;padding:12px 16px}.action-buttons{flex-direction:column;gap:10px}.history-btn,.refresh-btn{font-size:.85rem;justify-content:center;padding:8px 16px;width:100%}}.attendance-stats{background:#f3e5d8;border:1px solid #3a1f0f0d;border-radius:20px;box-shadow:0 8px 30px #3a1f0f14;padding:35px;transition:all .3s ease}.attendance-stats:hover{box-shadow:0 12px 40px #3a1f0f1f;transform:translateY(-3px)}.attendance-stats h3{border-bottom:2px solid #3a1f0f1a;color:#3a1f0f;font-size:1.5rem;font-weight:600;letter-spacing:-.3px;margin-bottom:25px;padding-bottom:10px;text-align:center}.stats-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.stats-grid .stat-item{background:#fff;border-radius:15px;box-shadow:0 4px 15px #3a1f0f1a;color:#3a1f0f;overflow:hidden;padding:25px 20px;position:relative;text-align:center;transition:transform .3s ease}.stats-grid .stat-item:before{background:linear-gradient(45deg,#f3e5d81a,#0000);bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease}.stats-grid .stat-item:hover{transform:translateY(-3px)}.stats-grid .stat-item:hover:before{opacity:1}.stats-grid .stat-item .stat-number{display:block;font-size:2rem;font-weight:700;margin-bottom:8px;position:relative;z-index:1}.stats-grid .stat-item .stat-label{font-size:.85rem;font-weight:500;opacity:.9;position:relative;z-index:1}@media (max-width:768px){.attendance-stats{padding:20px}.attendance-stats h3{font-size:1.3rem;margin-bottom:20px}.stats-grid{gap:15px;grid-template-columns:repeat(2,1fr)}.stats-grid .stat-item{padding:15px 10px}.stats-grid .stat-item .stat-number{font-size:1.5rem}.stats-grid .stat-item .stat-label{font-size:.8rem}}@media (max-width:480px){.stats-grid{gap:12px;grid-template-columns:1fr}.stats-grid .stat-item{padding:12px 8px}}.dashboard-container{background:#fff8f3;min-height:100vh}.dashboard-loading{align-items:center;background:#3a1f0f;color:#f3e5d8;display:flex;flex-direction:column;justify-content:center;min-height:100vh}.dashboard-header{background:#f3e5d8;border-radius:0 0 20px 20px;box-shadow:0 2px 20px #3a1f0f14;margin-top:20px;padding:20px 0}.header-content{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 20px}.header-content h1{color:#3a1f0f;font-size:1.8rem;font-weight:600;letter-spacing:-.5px;margin:0}.welcome-message{align-items:center;display:flex;gap:20px}.welcome-message span{color:#6b3f28;font-size:1.1rem;font-weight:500}.dashboard-main{margin:0 auto;max-width:1200px;padding:40px 20px}.welcome-section{background:#f3e5d8;border:1px solid #3a1f0f0d;border-radius:20px;box-shadow:0 8px 30px #3a1f0f14;margin-bottom:40px;padding:50px 40px;text-align:center}.welcome-section h2{color:#3a1f0f;font-size:2.2rem;font-weight:600;letter-spacing:-.5px;margin-bottom:15px}.welcome-section p{color:#6b3f28;font-size:1.1rem;margin:0;opacity:.9}.attendance-stats-section{margin-bottom:40px;padding:0 10px}.dashboard-cards{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}.card{background:#f3e5d8;border:1px solid #3a1f0f0d;border-radius:20px;box-shadow:0 8px 30px #3a1f0f14;height:280px;padding:35px;transition:all .3s ease}.card:hover{box-shadow:0 12px 40px #3a1f0f1f;transform:translateY(-3px)}.card h3{border-bottom:2px solid #3a1f0f1a;color:#3a1f0f;font-size:1.5rem;font-weight:600;letter-spacing:-.3px;margin-bottom:20px;padding-bottom:10px}.user-details p{color:#6b3f28;font-size:1rem;margin:10px 0}.user-details strong{color:#3a1f0f;font-weight:600}.status-badge{font-weight:600;margin-left:8px;padding:4px 12px}.stats{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(3,1fr)}.stat-item{background:#3a1f0f;border-radius:15px;box-shadow:0 4px 15px #3a1f0f1a;color:#f3e5d8;padding:25px 20px;text-align:center}.stat-number{display:block;font-size:2rem;margin-bottom:5px}.stat-label{font-size:.9rem;opacity:.9}.action-buttons{display:flex;flex-direction:column;gap:15px}.action-button{border:none;border-radius:10px;cursor:pointer;display:inline-block;font-size:1rem;font-weight:600;padding:15px 20px;text-align:center;text-decoration:none;transition:all .3s ease}.history-button{background:#3a1f0f;border:1px solid #3a1f0f1a;box-shadow:0 4px 15px #3a1f0f33;color:#f3e5d8}.history-button:hover{background:#8b5a3c;box-shadow:0 6px 20px #3a1f0f4d;color:#f3e5d8;text-decoration:none;transform:translateY(-2px)}@media (max-width:768px){.header-content{flex-direction:column;gap:15px;text-align:center}.welcome-message{flex-direction:column;gap:10px}.welcome-section{padding:30px 20px}.welcome-section h2{font-size:1.8rem}.dashboard-cards,.stats{grid-template-columns:1fr}}.attendance-history-container{font-family:DM Sans,sans-serif;margin:0 auto;max-width:1400px;padding:20px}.attendance-history-header{align-items:center;background:#f3e5d8;border:1px solid #3a1f0f0d;border-radius:20px;box-shadow:0 8px 30px #3a1f0f14;display:flex;justify-content:space-between;margin-bottom:30px;padding:25px 30px}.header-controls{align-items:center;display:flex;gap:16px}.filter-controls{align-items:center;gap:12px}.status-filter{background:#fff8f3;border:2px solid #3a1f0f1a;border-radius:12px;color:#3a1f0f;cursor:pointer;font-size:1rem;font-weight:500;padding:12px 16px;transition:all .3s ease}.status-filter:focus{background:#fff8f3;border-color:#6b3f28;box-shadow:0 0 0 3px #6b3f281a;outline:none}.sort-button{align-items:center;background:#fff8f3;border:2px solid #3a1f0f1a;border-radius:12px;color:#3a1f0f;cursor:pointer;display:flex;font-size:1rem;font-weight:600;gap:6px;padding:12px 16px;transition:all .3s ease}.sort-button:hover{background:#f3e5d8;border-color:#6b3f28;color:#6b3f28}.table-info{background:#3a1f0f0d;border-bottom:1px solid #3a1f0f1a;color:#6b3f28;font-size:1rem;font-weight:600;padding:16px 20px}.clear-filter-button{background:#8b5a3c;border:none;border-radius:12px;box-shadow:0 2px 10px #8b5a3c33;color:#f3e5d8;cursor:pointer;font-size:1rem;font-weight:600;margin-top:12px;padding:10px 20px;transition:all .3s ease}.clear-filter-button:hover{background:#6b3f28;box-shadow:0 4px 15px #8b5a3c4d;transform:translateY(-1px)}.attendance-history-header h2{color:#3a1f0f;font-size:2rem;font-weight:700;letter-spacing:-.5px;margin:0}.refresh-button{background:#3a1f0f;border:1px solid #3a1f0f1a;border-radius:12px;box-shadow:0 4px 15px #3a1f0f33;color:#f3e5d8;cursor:pointer;font-size:1rem;font-weight:600;padding:14px 24px;transition:all .3s ease}.refresh-button:hover:not(:disabled){background:#6b3f28;box-shadow:0 6px 20px #3a1f0f4d;transform:translateY(-2px)}.refresh-button:disabled{background:#d4c4b7;box-shadow:none;color:#a89b8f;cursor:not-allowed;transform:none}.table-container{background:#f3e5d8;border:1px solid #3a1f0f0d;border-radius:20px;box-shadow:0 8px 30px #3a1f0f14;overflow:hidden}.attendance-table{border-collapse:collapse;font-size:1rem;width:100%}.attendance-table thead{background:#3a1f0f;color:#f3e5d8}.attendance-table th{border-bottom:2px solid #f3e5d833;font-size:.9rem;font-weight:700;letter-spacing:.5px;padding:18px 16px;text-align:left;text-transform:capitalize}.attendance-table tbody tr{background:#fff8f3;border-bottom:1px solid #3a1f0f0d;transition:background-color .3s ease}.attendance-table tbody tr:nth-child(2n){background:#3a1f0f08}.attendance-table tbody tr:hover{background-color:#6b3f281a}.attendance-table tbody tr:last-child{border-bottom:none}.attendance-table td{color:#3a1f0f;padding:18px 16px;vertical-align:middle}.date-cell{min-width:120px}.date-info{display:flex;flex-direction:column;gap:4px}.date-value{color:#3a1f0f;font-size:1rem;font-weight:700}.record-id{background:#3a1f0f1a;border-radius:12px;color:#6b3f28;display:inline-block;font-size:.8rem;font-weight:600;padding:4px 8px;width:fit-content}.time-cell{font-family:Courier New,monospace}.hours-cell,.time-cell{color:#3a1f0f;font-size:1rem;font-weight:700;min-width:100px}.status-cell{min-width:120px}.status-badge{border-radius:20px;display:inline-block;font-size:.8rem;letter-spacing:.5px;text-transform:capitalize;white-space:nowrap}.status-late{background:#dc26261a;border:1px solid #dc26264d;color:#dc2626}.status-early{background:#f59e0b1a;border:1px solid #f59e0b4d;color:#f59e0b}.status-on-time{background:#22c55e1a;border:1px solid #22c55e4d;color:#22c55e}.status-normal{background:#3a1f0f0d;border:1px solid #3a1f0f33;color:#6b3f28}.location-cell{min-width:200px}.location-info{display:flex;flex-direction:column;gap:6px}.coordinates{background:#3a1f0f1a;border:1px solid #3a1f0f33;border-radius:8px;color:#3a1f0f;font-family:Courier New,monospace;font-size:.85rem;padding:6px 10px}.map-link{border-radius:6px;color:#6b3f28;font-size:.85rem;font-weight:600;padding:4px 8px;text-decoration:none;transition:all .3s ease}.map-link:hover{background:#3a1f0f1a;color:#3a1f0f;text-decoration:none}.loading-spinner{background:#f3e5d8;border-radius:20px;color:#6b3f28;margin:20px 0}.spinner{margin-bottom:16px}.error-message{background:#8b5a3c1a;border:1px solid #8b5a3c33;border-radius:20px;margin:20px 0}.retry-button{background:#8b5a3c;border-radius:12px;box-shadow:0 2px 10px #8b5a3c33;color:#f3e5d8;font-size:1rem;font-weight:600;margin-top:16px;padding:12px 24px;transition:all .3s ease}.retry-button:hover{background:#6b3f28;box-shadow:0 4px 15px #8b5a3c4d;transform:translateY(-1px)}.empty-state{background:#f3e5d8;border:1px solid #3a1f0f1a;border-radius:20px;color:#6b3f28;font-size:1.1rem;margin:20px 0}@media (max-width:1200px){.attendance-table{font-size:.95rem}.attendance-table td,.attendance-table th{padding:16px 12px}.location-cell{min-width:150px}}@media (max-width:768px){.attendance-history-container{padding:15px}.attendance-history-header{align-items:stretch;flex-direction:column;gap:20px;padding:20px 25px}.attendance-history-header h2{font-size:1.6rem;text-align:center}.header-controls{align-items:stretch;flex-direction:column;gap:15px}.filter-controls{flex-wrap:wrap;gap:10px;justify-content:center}.sort-button,.status-filter{flex:1 1;min-width:120px}.table-container{overflow-x:auto}.attendance-table{font-size:.9rem;min-width:800px}.attendance-table td,.attendance-table th{padding:14px 10px}.status-badge{font-size:.75rem;padding:6px 12px}.coordinates{font-size:.8rem}}@media (max-width:480px){.attendance-history-container{padding:10px}.attendance-history-header{padding:15px 20px}.attendance-history-header h2{font-size:1.4rem}.attendance-table{font-size:.85rem;min-width:700px}.attendance-table td,.attendance-table th{padding:12px 8px}.date-info{gap:2px}.record-id{font-size:.75rem;padding:2px 6px}.status-badge{font-size:.7rem;padding:4px 10px}}.attendance-history-page{background:#fff8f3;min-height:100vh;padding:20px 0;position:relative}.attendance-history-page:before{background:linear-gradient(135deg,#3a1f0f08,#6b3f280d);bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:0}.page-container{margin:0 auto;max-width:1400px;padding:0 20px;position:relative;z-index:1}.page-header{padding:20px 0}.back-button{align-items:center;background:#f3e5d8;border:1px solid #3a1f0f1a;border-radius:12px;box-shadow:0 4px 15px #3a1f0f1a;color:#3a1f0f;display:inline-flex;font-size:1rem;font-weight:600;padding:14px 24px;text-decoration:none;transition:all .3s ease}.back-button:hover{background:#6b3f28;box-shadow:0 6px 20px #3a1f0f33;color:#f3e5d8;text-decoration:none;transform:translateY(-2px)}@media (max-width:768px){.attendance-history-page{padding:10px 0}.page-container{padding:0 10px}}.modal-overlay{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#3a1f0f99;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.modal-content{background:#fff8f3;border:1px solid #3a1f0f1a;border-radius:20px;box-shadow:0 20px 60px #3a1f0f33;max-height:90vh;max-width:500px;padding:0;width:90%}.modal-header{align-items:center;background:#f3e5d8;border-bottom:1px solid #3a1f0f1a;border-radius:20px 20px 0 0;display:flex;justify-content:space-between;padding:25px 30px}.modal-header h2{color:#3a1f0f;font-size:1.5rem;font-weight:600;letter-spacing:-.3px;margin:0}.close-button{align-items:center;background:none;border:none;border-radius:50%;color:#6b3f28;cursor:pointer;display:flex;font-size:1.5rem;height:35px;justify-content:center;padding:5px;transition:all .3s ease;width:35px}.close-button:hover{background:#3a1f0f1a;color:#3a1f0f}.create-user-form{padding:30px}.form-group{margin-bottom:20px}.form-group label{color:#3a1f0f;display:block;font-size:.95rem;font-weight:600;margin-bottom:8px}.form-group input,.form-group select{background:#fff8f3;border:2px solid #3a1f0f1a;border-radius:12px;box-sizing:border-box;color:#3a1f0f;font-size:1rem;padding:12px 16px;transition:all .3s ease;width:100%}.form-group input:focus,.form-group select:focus{background:#fff8f3;border-color:#6b3f28;box-shadow:0 0 0 3px #6b3f281a;outline:none}.form-group input.error,.form-group select.error{background:#8b5a3c0d;border-color:#8b5a3c}.form-group input::placeholder{color:#a89b8f}.error-message{color:#8b5a3c;display:block;font-size:.85rem;font-weight:500;margin-top:5px}.form-actions{display:flex;gap:15px;justify-content:flex-end;margin-top:30px}.cancel-button,.submit-button{border:none;border-radius:12px;cursor:pointer;font-size:1rem;font-weight:600;min-width:100px;padding:12px 24px;transition:all .3s ease}.cancel-button{background:#3a1f0f1a;border:1px solid #3a1f0f33;color:#6b3f28}.cancel-button:hover{background:#3a1f0f26;color:#3a1f0f}.submit-button{background:#3a1f0f;box-shadow:0 4px 15px #3a1f0f33;color:#f3e5d8}.submit-button:hover:not(:disabled){background:#6b3f28;box-shadow:0 6px 20px #3a1f0f4d;transform:translateY(-2px)}.submit-button:disabled{background:#d4c4b7;box-shadow:none;color:#a89b8f;cursor:not-allowed;transform:none}@media (max-width:768px){.modal-content{max-height:95vh;width:95%}.modal-header{padding:20px 25px}.modal-header h2{font-size:1.3rem}.create-user-form{padding:25px 20px}.form-actions{flex-direction:column}.cancel-button,.submit-button{width:100%}}@media (max-width:480px){.modal-content{width:98%}.modal-header{padding:15px 20px}.create-user-form{padding:20px 15px}.form-group input,.form-group select{font-size:.95rem;padding:10px 14px}}.admin-user-management{background:#fff8f3;min-height:100vh;padding:20px 0}.content-container{margin:0 auto;max-width:1400px;padding:0 20px}.page-header{background:#f3e5d8;border:1px solid #3a1f0f0d;border-radius:20px;box-shadow:0 8px 30px #3a1f0f14;justify-content:space-between;margin-bottom:30px;padding:35px}.header-actions,.page-header{align-items:center;display:flex}.header-actions{gap:15px}.delete-selected-btn{align-items:center;background:#8b5a3c;border:1px solid #3a1f0f1a;border-radius:10px;box-shadow:0 4px 15px #3a1f0f33;color:#f3e5d8;cursor:pointer;display:flex;font-size:.9rem;font-weight:600;gap:8px;padding:12px 20px;transition:all .3s ease}.delete-selected-btn:hover{background:#a67c52;box-shadow:0 6px 20px #3a1f0f4d;transform:translateY(-2px)}.page-header h1{color:#3a1f0f;font-size:2.2rem;font-weight:700;letter-spacing:-.5px;margin:0}.add-user-btn{align-items:center;background:#3a1f0f;border:1px solid #3a1f0f1a;border-radius:12px;box-shadow:0 4px 15px #3a1f0f33;color:#f3e5d8;cursor:pointer;display:flex;font-size:.95rem;font-weight:600;gap:10px;padding:15px 25px;transition:all .3s ease}.add-user-btn:hover{background:#6b3f28;box-shadow:0 6px 20px #3a1f0f4d;transform:translateY(-2px)}.filters-section{background:#f3e5d8;border:1px solid #3a1f0f0d;border-radius:20px;box-shadow:0 8px 30px #3a1f0f14;display:flex;flex-wrap:wrap;gap:25px;margin-bottom:30px;padding:30px}.search-box{flex:1 1;min-width:350px;position:relative}.search-input{background:#fff8f3;border:2px solid #3a1f0f1a;border-radius:12px;color:#3a1f0f;font-size:1rem;padding:15px 20px 15px 50px;transition:all .3s ease;width:90%}.search-input:focus{background:#fff8f3;border-color:#6b3f28;box-shadow:0 0 0 4px #3a1f0f1a;outline:none}.search-icon{color:#6b3f28;font-size:1.1rem;left:18px;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%)}.filter-controls{display:flex;gap:15px}.filter-select{background:#fff8f3;border:2px solid #3a1f0f1a;border-radius:12px;color:#3a1f0f;cursor:pointer;font-size:1rem;min-width:150px;padding:15px 20px;transition:all .3s ease}.filter-select:focus{background:#fff8f3;border-color:#6b3f28;box-shadow:0 0 0 4px #3a1f0f1a;outline:none}.users-table-container{background:#f3e5d8;border:1px solid #3a1f0f0d;border-radius:20px;box-shadow:0 8px 30px #3a1f0f14;margin-bottom:30px;overflow:hidden}.users-table{border-collapse:collapse;text-align:start;width:100%}.users-table th{background:#3a1f0f;border-bottom:2px solid #f3e5d81a;color:#f3e5d8;font-size:.95rem;font-weight:700;letter-spacing:.5px;padding:20px 15px;text-align:left;text-transform:uppercase}.select-all-checkbox,.user-checkbox{accent-color:#6b3f28;cursor:pointer;height:18px;width:18px}.select-all-checkbox:checked,.user-checkbox:checked{background-color:#6b3f28;border-color:#6b3f28}.users-table td{align-items:start;border-bottom:none;padding:20px 15px;vertical-align:middle}.users-table tbody tr{transition:all .3s ease}.users-table tbody tr:nth-child(2n){background:#3a1f0f08}.users-table tbody tr:hover{background:#3a1f0f0d;transform:scale(1.01)}.users-table tbody tr.inactive-user{background:#8b5a3c1a;opacity:.7}.users-table tbody tr.inactive-user:nth-child(2n){background:#8b5a3c26}.user-id{color:#6b3f28;font-size:1rem;font-weight:700}.user-info{min-width:180px}.user-name{color:#3a1f0f;font-weight:600}.user-name,.user-name-navbar{font-size:1.05rem;margin-bottom:6px}.user-name-navbar{color:#fff}.user-username{color:#6b3f28;font-size:.9rem;font-weight:500}.user-contact{min-width:200px}.user-email{color:#3a1f0f;font-size:1rem;font-weight:500;margin-bottom:6px}.user-phone{color:#6b3f28;font-size:.9rem}.role-badge{border-radius:25px;box-shadow:0 2px 8px #0000001a;font-size:.85rem;font-weight:700;letter-spacing:.5px;padding:8px 16px;text-transform:uppercase}.role-admin{background:#8b5a3c;color:#f3e5d8}.role-manager{background:#6b3f28;color:#f3e5d8}.role-user{background:#3a1f0f;color:#f3e5d8}.status-badge{border-radius:25px;box-shadow:0 2px 8px #0000001a;font-size:.85rem;font-weight:700;padding:8px 16px}.status-badge.active{background:#6b3f28;color:#f3e5d8}.status-badge.inactive{background:#8b5a3c;color:#f3e5d8}.user-created,.user-last-login{color:#6b3f28;font-size:.9rem;font-weight:500;min-width:160px}.user-actions{display:flex;gap:10px;min-width:140px}.action-btn{align-items:center;border:none;border-radius:10px;box-shadow:0 2px 8px #0000001a;cursor:pointer;display:flex;font-size:1.1rem;height:42px;justify-content:center;transition:all .3s ease;width:42px}.edit-btn{background:#3a1f0f;border:1px solid #3a1f0f1a;color:#f3e5d8}.edit-btn:hover{background:#6b3f28;box-shadow:0 4px 15px #3a1f0f4d;transform:translateY(-2px)}.activate-btn{background:#6b3f28;border:1px solid #3a1f0f1a;color:#f3e5d8}.activate-btn:hover{background:#8b5a3c;box-shadow:0 4px 15px #3a1f0f4d;transform:translateY(-2px)}.deactivate-btn{background:#8b5a3c;border:1px solid #3a1f0f1a;color:#f3e5d8}.deactivate-btn:hover{background:#a67c52;box-shadow:0 4px 15px #3a1f0f4d;transform:translateY(-2px)}.delete-btn{background:#8b5a3c;border:1px solid #3a1f0f1a;color:#f3e5d8}.delete-btn:hover{background:#a67c52;box-shadow:0 4px 15px #3a1f0f4d;transform:translateY(-2px)}.no-users{color:#6b3f28;font-size:1.1rem;font-weight:500;padding:80px 20px;text-align:center}.stats-section{grid-gap:25px;display:grid;gap:25px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-top:30px}.stat-card{background:#fff;border:1px solid #3a1f0f0d;border-radius:20px;box-shadow:0 8px 30px #3a1f0f14;padding:35px;text-align:center;transition:all .3s ease}.stat-card:hover{box-shadow:0 12px 40px #3a1f0f1f;transform:translateY(-3px)}.stat-card h3{color:#6b3f28;font-size:.95rem;font-weight:600;letter-spacing:1px;margin:0 0 15px;text-transform:uppercase}.stat-number{color:#3a1f0f;font-size:2.5rem;font-weight:700}.loading-container{background:#f3e5d8;border:1px solid #3a1f0f0d;border-radius:20px;box-shadow:0 8px 30px #3a1f0f14;color:#6b3f28;height:400px}.loading-spinner{animation:spin 1s linear infinite;border:4px solid #3a1f0f33;border-radius:50%;border-top-color:#6b3f28;height:50px;margin-bottom:20px;width:50px}@media (max-width:1024px){.content-container{padding:0 15px}.page-header{align-items:stretch;flex-direction:column;gap:20px;padding:25px}.page-header h1{font-size:1.8rem}.filters-section{flex-direction:column;padding:20px}.search-box{min-width:auto}.filter-controls{justify-content:space-between}}@media (max-width:768px){.admin-user-management{padding:15px 0}.users-table-container{overflow-x:auto}.users-table{min-width:800px}.stats-section{gap:20px;grid-template-columns:repeat(2,1fr)}.user-actions{flex-direction:column;gap:8px}.action-btn{font-size:1rem;height:38px;width:38px}.stat-card{padding:25px}.stat-number{font-size:2rem}}@media (max-width:480px){.page-header h1{font-size:1.5rem}.stats-section{grid-template-columns:1fr}.filter-controls{flex-direction:column}.add-user-btn{font-size:.9rem;padding:12px 20px}}.under-development{align-items:center;background:#fff8f3;display:flex;justify-content:center;min-height:100vh;padding:20px}.under-development-content{background:#f3e5d8;border:1px solid #3a1f0f0d;border-radius:20px;box-shadow:0 8px 30px #3a1f0f14;max-width:600px;padding:60px 40px;text-align:center;width:100%}.development-icon{animation:bounce 2s infinite;font-size:4rem;margin-bottom:20px}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}.development-title{color:#3a1f0f;font-size:2rem;font-weight:700;letter-spacing:-.5px;margin-bottom:15px}.development-description{color:#6b3f28;font-size:1.1rem;line-height:1.6;margin-bottom:40px;opacity:.9}.development-features{display:flex;flex-direction:column;gap:20px;margin-top:30px}.feature-item{align-items:center;background:#3a1f0f0d;border:1px solid #3a1f0f1a;border-radius:12px;display:flex;gap:15px;padding:15px 20px;transition:all .3s ease}.feature-item:hover{background:#3a1f0f14;box-shadow:0 4px 15px #3a1f0f1a;transform:translateY(-2px)}.feature-icon{flex-shrink:0;font-size:1.5rem}.feature-text{color:#3a1f0f;font-size:1rem;font-weight:500;text-align:left}@media (max-width:768px){.under-development-content{padding:40px 20px}.development-title{font-size:1.6rem}.development-description{font-size:1rem}.feature-item{padding:12px 15px}.feature-text{font-size:.9rem}}@media (max-width:480px){.under-development{padding:10px}.under-development-content{padding:30px 15px}.development-icon{font-size:3rem}.development-title{font-size:1.4rem}.development-description{font-size:.95rem}}.main-navbar{background:#3a1f0f;box-shadow:0 2px 20px #3a1f0f26;position:sticky;top:0;width:100%;z-index:1000}.navbar-container{align-items:center;display:flex;flex-wrap:wrap;height:70px;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 20px}.navbar-brand{flex-shrink:0}.brand-link{color:#fff;text-decoration:none}.brand-text{color:#f3e5d8;font-size:1.5rem;font-weight:600;letter-spacing:-.5px}.navbar-menu{align-items:center;display:flex;flex:1 1;flex-wrap:wrap;gap:30px;justify-content:center}.nav-link{border-radius:12px;color:#f3e5d8cc;display:inline-block;font-size:.95rem;font-weight:500;padding:12px 18px;position:relative;text-decoration:none;transition:all .3s ease;white-space:nowrap}.nav-link:hover{background:#f3e5d81a;color:#f3e5d8;transform:translateY(-1px)}.nav-link.active{background:#f3e5d826;box-shadow:0 4px 15px #3a1f0f33;color:#f3e5d8}.navbar-user{align-items:center;display:flex;flex-shrink:0;gap:15px}.user-info{align-items:flex-end;color:#f3e5d8;display:flex;flex-direction:column}.user-name-navbar{font-size:.9rem;font-weight:600}.user-role{font-size:.8rem;opacity:.7;text-transform:capitalize}.logout-btn{background:#f3e5d81a;border:1px solid #f3e5d833;border-radius:10px;color:#f3e5d8;cursor:pointer;font-size:.9rem;font-weight:500;padding:10px 18px;transition:all .3s ease}.logout-btn:hover{background:#f3e5d826;box-shadow:0 4px 12px #3a1f0f33;transform:translateY(-1px)}@media (max-width:768px){.navbar-container{flex-wrap:wrap;height:auto;min-height:60px;padding:0 15px}.navbar-menu{flex-wrap:wrap;gap:15px;justify-content:center;margin-top:10px;order:2;width:100%}.navbar-brand{order:1}.navbar-user{order:3}.nav-link{font-size:.9rem;padding:8px 12px}.brand-text{font-size:1.3rem}.user-info{display:none}}@media (max-width:480px){.navbar-container{padding:0 10px}.navbar-menu{flex-wrap:wrap;gap:8px;justify-content:center}.nav-link{font-size:.8rem;min-width:auto;padding:6px 10px}.brand-text{font-size:1.1rem}}.toast{align-items:center;border-radius:8px;box-shadow:0 4px 12px #00000026;display:flex;justify-content:space-between;max-width:400px;min-width:300px;opacity:0;padding:16px 20px;position:fixed;transition:all .3s ease;z-index:99999}.toast-top-left{left:20px;top:20px;transform:translateX(-100%)}.toast-top-right{right:20px;top:20px;transform:translateX(100%)}.toast-bottom-left{bottom:20px;left:20px;transform:translateX(-100%)}.toast-bottom-right{bottom:20px;right:20px;transform:translateX(100%)}.toast-bottom-left.show,.toast-bottom-right.show,.toast-top-left.show,.toast-top-right.show{opacity:1;transform:translateX(0)}.toast-content{align-items:center;display:flex;flex:1 1;gap:12px}.toast-icon{flex-shrink:0;font-size:1.2rem}.toast-message{color:inherit;font-size:.9rem;font-weight:500;line-height:1.4}.toast-close{background:none;border:none;border-radius:4px;color:inherit;cursor:pointer;flex-shrink:0;font-size:1rem;margin-left:12px;opacity:.7;padding:4px;transition:opacity .2s ease}.toast-close:hover{opacity:1}.toast-success{background:linear-gradient(135deg,#ecfdf5,#d1fae5);border-left:4px solid #10b981;color:#047857}.toast-error{background:linear-gradient(135deg,#fef2f2,#fee2e2);border-left:4px solid #ef4444;color:#dc2626}.toast-warning{background:#fff3cd;border-left:4px solid #ffc107;color:#856404}.toast-info{background:#d1ecf1;border-left:4px solid #17a2b8;color:#0c5460}@media (max-width:768px){.toast{max-width:none;min-width:auto}.toast-top-left,.toast-top-right{top:10px}.toast-bottom-left,.toast-bottom-right{bottom:10px}.toast-bottom-left,.toast-top-left{left:10px}.toast-bottom-right,.toast-top-right{right:10px}.toast-message{font-size:.85rem}}.loading-spinner{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:60px 20px}.spinner{animation:spin 1s linear infinite;border:4px solid #f3e5d8;border-radius:50%;border-top-color:#6b3f28;height:40px;margin-bottom:20px;width:40px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.loading-spinner p{color:#6b3f28;font-size:16px;font-weight:500;margin:0}.loading-container{align-items:center;background:#fff8f3;color:#3a1f0f;display:flex;flex-direction:column;justify-content:center;min-height:100vh}.error-message{background:#fff5f5;border:1px solid #fed7d7;border-radius:8px;color:#c53030;padding:40px 20px;text-align:center}.error-message p{font-size:16px;margin:0 0 20px}.retry-button{background:#e53e3e;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:14px;padding:10px 20px;transition:background-color .3s ease}.retry-button:hover{background:#c53030}.empty-state{color:#666;font-size:16px;padding:60px 20px;text-align:center}.admin-layout{display:flex;flex-direction:column;min-height:100vh}.admin-content{flex:1 1;padding-top:0}.user-layout{display:flex;flex-direction:column;min-height:100vh}.user-content{flex:1 1}@media (max-width:768px){.admin-content,.user-content{padding-top:0}}
/*# sourceMappingURL=main.fbd98cd0.css.map*/