.dashboard-container{color:#e2e8f0;background:#0f172a;min-height:100vh;padding:24px}.dashboard-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:20px;display:grid}.card{background:#1e293b;border-radius:14px;padding:20px;transition:all .25s;box-shadow:0 6px 18px #0006}.card:hover{transform:translateY(-6px);box-shadow:0 10px 25px #0009}.card-header{color:#94a3b8;align-items:center;gap:10px;font-size:14px;display:flex}.card-icon{font-size:20px}.card-title{font-weight:500}.card-value{color:#fff;margin-top:10px;font-size:28px;font-weight:700}.card-footer{margin-top:15px}.view-btn{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:8px;padding:6px 14px;font-size:13px}.view-btn:hover{background:#1d4ed8}.login-container{background-color:#0f172a;width:100%;height:100vh;font-family:Segoe UI;display:flex}.login-left{color:#fff;background:linear-gradient(135deg,#1e293b,#0f172a);flex-direction:column;flex:1;justify-content:center;padding:80px;display:flex}.login-brand{color:#e2e8f0;margin-bottom:10px;font-size:40px}.login-subtitle{color:#cbd5f5;font-size:18px}.login-right{background:#020617;flex:1;justify-content:center;align-items:center;display:flex}.login-card{background:#1e293b;border-radius:12px;width:380px;padding:40px;box-shadow:0 10px 30px #0009}.login-title{text-align:center;color:#f1f5f9;margin-bottom:25px}.login-input{color:#e2e8f0;background-color:#0f172a;border:1px solid #334155;border-radius:6px;width:100%;margin-bottom:15px;padding:12px}.login-input::placeholder{color:#94a3b8}.password-box{background-color:#0f172a;border:1px solid #334155;border-radius:6px;align-items:center;margin-bottom:15px;display:flex}.password-input{color:#e2e8f0;background:0 0;border:none;outline:none;flex:1;padding:12px}.eye-icon{cursor:pointer;color:#cbd5f5;padding:0 10px}.login-button{color:#fff;cursor:pointer;background:#6366f1;border:none;border-radius:6px;width:100%;padding:12px;font-size:16px}.login-button:disabled{opacity:.6;cursor:not-allowed}.login-error{color:#fecaca;background:#7f1d1d;border-radius:5px;margin-bottom:15px;padding:10px}.login-footer{text-align:center;color:#94a3b8;margin-top:20px;font-size:12px}.sidebar{color:#fff;background:#020617;flex-direction:column;width:240px;height:100vh;padding:20px;display:flex}.logo{margin-bottom:30px;font-size:20px;font-weight:600}.menu{color:#94a3b8;border-radius:8px;margin-bottom:10px;padding:12px 14px;text-decoration:none;transition:all .2s;display:block}.menu:hover{color:#fff;background:#1e293b}.menu.active{color:#fff;background:#2563eb}@media (width<=768px){.sidebar{transition:all .3s;position:fixed;top:0;left:-240px}.sidebar.open{left:0}}.navbar{color:#fff;background:#0f172a;border-bottom:1px solid #1e293b;justify-content:space-between;align-items:center;height:60px;padding:0 20px;display:flex}.nav-title{font-size:18px}.nav-right{align-items:center;gap:20px;display:flex}.user-info{align-items:center;gap:10px;display:flex}.avatar{font-size:20px}.username{font-size:14px;font-weight:600}.email{color:#94a3b8;font-size:12px}.logout-btn{color:#fff;cursor:pointer;background:#ef4444;border:none;border-radius:6px;padding:6px 12px}.logout-btn:hover{background:#dc2626}.image-container{width:100px;height:100px;position:relative}.user-img-circle{object-fit:cover;border-radius:50%;width:100px;height:100px}.loader{border:4px solid #eee;border-top-color:#3498db;border-radius:50%;width:100px;height:100px;animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.users-container{color:#e2e8f0;background:#0f172a;min-height:100vh;padding:20px}.users-title{margin-bottom:20px;font-size:24px}.search-box{color:#fff;background:#1e293b;border:none;border-radius:8px;outline:none;width:280px;margin-bottom:15px;padding:10px}.table-wrapper{overflow-x:auto}.users-table{border-collapse:collapse;background:#1e293b;border-radius:10px;width:100%;overflow:hidden}.users-table thead{background:#334155}.users-table th{text-align:left;padding:12px;font-weight:600}.users-table td{border-top:1px solid #334155;padding:12px}.users-table tr:hover{background:#273449}.role-badge{background:#2563eb;border-radius:6px;padding:4px 8px;font-size:12px}.btn{cursor:pointer;border:none;border-radius:6px;margin-right:5px;padding:6px 10px;font-size:12px}.edit-btn{color:#fff;background:#22c55e}.delete-btn{color:#fff;background:#ef4444}.pagination{align-items:center;gap:10px;margin-top:15px;display:flex}.pagination button{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:6px;padding:6px 12px}.pagination button:disabled{cursor:not-allowed;background:#475569}.no-data{text-align:center;color:#f87171;padding:20px}.loading{color:#94a3b8}@media (width<=768px){.users-title{font-size:20px}.search-box{width:100%}.users-table th,.users-table td{padding:8px;font-size:12px}}.user-edit-container{background:#0f172a;justify-content:center;align-items:center;min-height:100vh;padding:20px;display:flex}.user-card{background:#1e293b;border-radius:16px;width:100%;max-width:700px;padding:25px;box-shadow:0 10px 30px #00000080}.title{text-align:center;color:#38bdf8;margin-bottom:20px}.profile-section{text-align:center;margin-bottom:20px}.profile-section h3{color:#fff;margin-top:10px}.badge{color:#000;background:#22c55e;border-radius:12px;padding:4px 10px;font-size:12px}.info-grid{grid-template-columns:repeat(2,1fr);gap:15px;display:grid}.info-box{background:#334155;border-radius:10px;padding:12px}.info-box label{color:#94a3b8;font-size:12px}.info-box p{color:#fff;margin:5px 0 0;font-weight:500}.not-found{text-align:center;color:#f87171}
