*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,Segoe UI,Arial,sans-serif;background:linear-gradient(135deg,#f8fafc,#e2e8f0);color:#1e293b;line-height:1.6}.container{display:flex;min-height:100vh}.user-sidebar{width:250px;background:#fff;border-right:1px solid #e2e8f0;overflow:hidden;display:flex;flex-direction:column;padding:24px;height:100vh;position:fixed;left:0;top:0;box-shadow:2px 0 8px #0000001a}.user-header{display:flex;align-items:center;gap:12px;margin-bottom:18px;padding-bottom:16px;border-bottom:1px solid #e2e8f0}.user-avatar{width:50px;height:50px;border-radius:50%;background:linear-gradient(135deg,#8b5cf6,#1d4ed8);display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:500;color:#fff}.user-info h4{font-size:14px;font-weight:600;margin-bottom:4px;color:#1e293b}.menu-item{display:flex;align-items:center;gap:12px;padding:8px;border-radius:8px;color:#64748b;text-decoration:none;transition:all .2s;margin-bottom:8px}.menu-item:hover{background:#f1f5f9;color:#8b5cf6}.menu-item.active{background:#eff6ff;color:#8b5cf6;font-weight:500}.main-content{margin-left:250px;flex:1;padding:25px}.breadcrumb{display:flex;align-items:center;gap:8px;margin-bottom:24px;font-size:14px;color:#64748b}.breadcrumb a{color:#8b5cf6;text-decoration:none}.breadcrumb a:hover{text-decoration:underline}.breadcrumb .material-icons{font-size:16px}.page-header{margin-bottom:28px}.page-title{font-size:32px;font-weight:700;color:#1e293b;margin-bottom:6px}.page-subtitle{color:#64748b;font-size:16px;font-weight:400}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:20px;margin-bottom:32px}.stat-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:24px;display:flex;align-items:center;gap:16px;box-shadow:0 1px 3px #0000000d;transition:all .3s ease}.stat-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px #0000001a;border-color:#8b5cf6}.stat-icon{width:56px;height:56px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.stat-icon .material-icons{font-size:28px}.stat-info{flex:1}.stat-number{font-size:32px;font-weight:700;color:#1e293b;margin-bottom:4px;line-height:1}.stat-label{color:#64748b;font-size:14px;font-weight:500}.users-section{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:28px;margin-bottom:30px;box-shadow:0 1px 3px #0000000d}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;gap:20px}.section-title{font-size:22px;font-weight:700;color:#1e293b}.header-actions{display:flex;gap:12px;align-items:center}.filter-group{display:flex;align-items:center;gap:8px;background:#f8fafc;padding:8px 16px;border-radius:10px;border:1px solid #e2e8f0}.filter-icon{color:#64748b;font-size:20px}.filter-select{border:none;background:transparent;color:#1e293b;font-size:14px;font-weight:500;cursor:pointer;outline:none;padding:4px 8px}.filter-select:focus{outline:none}.btn{padding:12px 20px;border:none;border-radius:10px;font-weight:600;cursor:pointer;transition:all .3s ease;font-size:14px;display:flex;align-items:center;gap:8px}.btn .material-icons{font-size:18px}.btn-primary{background:#8b5cf6;color:#fff}.btn-primary:hover{background:#7c3aed;transform:translateY(-2px);box-shadow:0 8px 16px #8b5cf64d}.btn-secondary{background:#f3f4f6;color:#374151;border:1px solid #d1d5db}.btn-secondary:hover{background:#e5e7eb}.btn-danger{background:#ef4444;color:#fff}.btn-danger:hover{background:#dc2626}.btn-success{background:#10b981;color:#fff}.btn-success:hover{background:#059669}.table-container{border:1px solid #e2e8f0;border-radius:12px;overflow:hidden}.users-table{width:100%;border-collapse:collapse;background:#fff}.users-table th,.users-table td{padding:16px 20px;text-align:left}.users-table thead{background:#f8fafc;border-bottom:2px solid #e2e8f0}.users-table th{font-weight:600;color:#64748b;font-size:13px;text-transform:uppercase;letter-spacing:.5px}.users-table tbody tr{border-bottom:1px solid #f1f5f9;transition:all .2s ease}.users-table tbody tr:last-child{border-bottom:none}.users-table tbody tr:hover{background:#f8fafc}.users-table td{color:#1e293b;font-size:14px}.users-table td strong{font-weight:600;color:#0f172a}.role-badge{padding:6px 12px;border-radius:8px;font-size:12px;font-weight:600;text-transform:capitalize;display:inline-block}.role-admin{background:#f59e0b26;color:#b45309}.role-user{background:#8b5cf626;color:#6d28d9}.status-badge{padding:6px 12px;border-radius:8px;font-size:12px;font-weight:600;display:inline-flex;align-items:center;gap:4px}.status-active{background:#10b98126;color:#047857}.status-active:before{content:"●";font-size:10px}.status-inactive{background:#ef444426;color:#b91c1c}.status-inactive:before{content:"●";font-size:10px}.status{padding:16px 20px;border-radius:12px;font-size:14px;font-weight:500;display:none;box-shadow:0 10px 25px #00000026;animation:slideIn .3s ease-out}@keyframes slideIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.status.success{background:#d1fae5;color:#065f46;border-left:4px solid #10b981}.status.error{background:#fee2e2;color:#991b1b;border-left:4px solid #ef4444}.loading{opacity:.6;pointer-events:none}.loading-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;gap:16px}.loading-spinner{width:40px;height:40px;border:4px solid #e2e8f0;border-top-color:#8b5cf6;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.table-header-title{display:flex;align-items:center;gap:8px}.users-count{background:#8b5cf61a;color:#8b5cf6;padding:4px 10px;border-radius:12px;font-size:12px;font-weight:600}@media (max-width: 1024px){.section-header{flex-direction:column;align-items:flex-start;gap:16px}.header-actions{width:100%;flex-direction:column}.filter-group{width:100%}.filter-select{flex:1}.btn-primary{width:100%;justify-content:center}}@media (max-width: 768px){.user-sidebar{width:200px}.main-content{margin-left:200px;padding:20px}.page-title{font-size:24px}.page-subtitle{font-size:14px}.stats-grid{grid-template-columns:repeat(2,1fr);gap:12px}.stat-card{padding:16px;flex-direction:column;text-align:center}.stat-icon{width:48px;height:48px}.stat-number{font-size:24px}.stat-label{font-size:12px}.users-section{padding:16px}.section-title{font-size:18px}.users-table{font-size:12px}.users-table th,.users-table td{padding:12px}.users-table th{font-size:11px}}@media (max-width: 480px){.stats-grid{grid-template-columns:1fr}.stat-card{flex-direction:row;text-align:left}}.modal{display:none;position:fixed;z-index:1000;left:0;top:0;width:100%;height:100%;background-color:#00000080;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.modal-content{background-color:#fff;margin:5% auto;padding:0;border-radius:12px;width:90%;max-width:500px;box-shadow:0 25px 50px -12px #00000040;animation:modalSlideIn .3s ease-out}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-50px)}to{opacity:1;transform:translateY(0)}}.modal-header{padding:24px 24px 16px;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;align-items:center}.modal-title{font-size:1.5rem;font-weight:600;color:#1f2937;margin:0}.close{background:none;border:none;font-size:24px;cursor:pointer;color:#6b7280;padding:4px;border-radius:6px;transition:all .2s}.close:hover{background-color:#f3f4f6;color:#374151}.modal-body{padding:24px}.form-group{margin-bottom:20px}.form-group label{display:block;margin-bottom:6px;font-weight:500;color:#374151;font-size:.9rem}.form-group input,.form-group select{width:100%;padding:12px 16px;border:1px solid #d1d5db;border-radius:8px;font-size:.95rem;transition:all .2s;background-color:#fff}.form-group input:focus,.form-group select:focus{outline:none;border-color:#8b5cf6;box-shadow:0 0 0 3px #8b5cf61a}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.modal-footer{padding:16px 24px 24px;display:flex;gap:12px;justify-content:flex-end}.btn-cancel{background:#f9fafb;color:#374151;border:1px solid #d1d5db}.btn-cancel:hover{background:#f3f4f6}.form-group.required label:after{content:" *";color:#ef4444}
