.users-container{max-width:1400px;margin:0 auto;background:transparent;overflow-x:hidden}.users-header{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2rem;background:linear-gradient(135deg,#ffffff,#f8faff);padding:2rem;border-radius:20px;box-shadow:0 10px 40px rgba(30,58,138,.12);border:1px solid #e0e7ff;position:relative;overflow:hidden}.users-header:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#3b82f6,#8b5cf6,#06b6d4)}@media (min-width:640px){.users-header{flex-direction:row;justify-content:space-between;align-items:center}}.users-title h2{font-size:2.5rem;font-weight:900;background:linear-gradient(135deg,#1e40af,#3b82f6,#8b5cf6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:0 0 .5rem;letter-spacing:-.025em}.users-title p{color:#64748b;font-size:1.125rem;margin:0;font-weight:500}.header-buttons-group{display:flex;gap:1rem;align-items:center;flex-wrap:wrap}.users-tabs{background:linear-gradient(135deg,#ffffff,#f8faff);border-radius:16px;padding:.75rem;margin-bottom:2rem;box-shadow:0 6px 30px rgba(30,58,138,.1);border:1px solid #e0e7ff}.users-tabs-nav{display:flex;gap:.5rem;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}.users-tabs-nav::-webkit-scrollbar{display:none}.users-tab{padding:1rem 2rem;border-radius:12px;font-weight:700;font-size:.875rem;color:#64748b;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);white-space:nowrap;background:none;border:none;position:relative;text-transform:uppercase;letter-spacing:.5px}.users-tab:hover{color:#1e40af;transform:translateY(-2px)}.users-tab.active{background:linear-gradient(135deg,#3b82f6,#8b5cf6);color:white;box-shadow:0 6px 20px rgba(59,130,246,.4);transform:translateY(-2px)}.users-list-container{background:linear-gradient(135deg,#ffffff,#f8faff);border-radius:20px;box-shadow:0 10px 40px rgba(30,58,138,.12);border:1px solid #e0e7ff;overflow:hidden}.users-list-header{padding:2.5rem 2.5rem 1.5rem;background:linear-gradient(135deg,#f8faff,#f1f5f9);border-bottom:1px solid #e0e7ff;position:relative}.users-list-header:before{content:"";position:absolute;bottom:0;left:0;right:0;height:2px;background:linear-gradient(90deg,#3b82f6,#8b5cf6)}.users-list-header h3{font-size:1.75rem;font-weight:800;color:#1e293b;margin:0 0 .5rem;background:linear-gradient(135deg,#1e40af,#8b5cf6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.users-list-header p{font-size:1.125rem;color:#64748b;margin:0;font-weight:500}.users-filters-container{background:linear-gradient(135deg,#f8faff,#f1f5f9);padding:2rem;border-radius:16px;border:1px solid #e0e7ff;box-shadow:0 4px 20px rgba(30,58,138,.08);margin-bottom:2rem}.users-filters-row{display:flex;flex-direction:column;gap:1.5rem;align-items:stretch}@media (min-width:768px){.users-filters-row{flex-direction:row;justify-content:space-between;align-items:center}}.users-search-bar{flex:1 1;max-width:32rem}.users-filters-group{display:flex;flex-direction:column;gap:1rem;align-items:stretch}@media (min-width:640px){.users-filters-group{flex-direction:row;align-items:center}}.users-filter-select{padding:.75rem 2.5rem .75rem 1rem;border:2px solid #e0e7ff;border-radius:12px;background:white;color:#374151;font-weight:500;font-size:.875rem;transition:all .3s ease;min-width:160px;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%236b7280'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .5rem center;background-size:1.5rem}.users-filter-select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,.1)}.users-filter-select:hover{border-color:#a5b4fc}.users-search-results{font-size:.875rem;color:#64748b;font-weight:600;background:white;padding:.75rem 1.25rem;border-radius:12px;border:1px solid #e0e7ff;box-shadow:0 2px 8px rgba(0,0,0,.05);margin-top:1rem}.users-table{width:100%;border-collapse:collapse}.users-table th{background:#f8fafc;padding:1rem 1.5rem;text-align:left;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#64748b;border-bottom:2px solid #e2e8f0}.users-table td{border-bottom:1px solid #f1f5f9}.users-table tr:hover{background:#d0e3ff}.user-info{gap:1rem}.user-avatar,.user-info{display:flex;align-items:center}.user-avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);justify-content:center;color:white;font-weight:600;font-size:1rem;flex-shrink:0}.user-details h4{font-size:.875rem;font-weight:600;color:#1e293b;margin-bottom:.125rem}.user-details p{font-size:.75rem;color:#64748b;margin:0}.activity-info{font-size:.875rem;color:#64748b;line-height:1.5}.activity-date{display:block;font-size:.75rem;color:#94a3b8;margin-top:.125rem}.action-button{padding:.5rem;background:transparent;border:1px solid transparent;border-radius:8px;transition:all .2s}.action-button:hover{background:#f1f5f9;color:#475569}.action-button.view:hover{background:#eff6ff;color:#3b82f6}.action-button.edit:hover{background:#f0fdf4;color:#16a34a}.action-button.delete:hover{background:#fef2f2;color:#dc2626}.btn-users-outline,.btn-users-primary,.btn-users-secondary{padding:.875rem 1.75rem;border-radius:12px;font-weight:700;font-size:.875rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex;align-items:center;justify-content:center;gap:.5rem;cursor:pointer;position:relative;overflow:hidden;text-transform:uppercase;letter-spacing:.5px;border:none}.btn-users-primary{background:linear-gradient(135deg,#3b82f6,#2563eb);box-shadow:0 6px 20px rgba(59,130,246,.35)}.btn-users-primary:hover:not(:disabled){background:linear-gradient(135deg,#2563eb,#1d4ed8);transform:translateY(-3px);box-shadow:0 12px 30px rgba(59,130,246,.45)}.btn-users-secondary{background:linear-gradient(135deg,#f3f4f6,#e5e7eb);color:#374151;box-shadow:0 4px 15px rgba(0,0,0,.08)}.btn-users-secondary:hover:not(:disabled){background:linear-gradient(135deg,#e5e7eb,#d1d5db);transform:translateY(-2px);box-shadow:0 8px 20px rgba(0,0,0,.12)}.btn-users-outline{border:2px solid #3b82f6;background:rgba(59,130,246,.08);color:#2563eb;padding:.75rem 1.5rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.btn-users-outline:hover:not(:disabled){background:rgba(59,130,246,.18);transform:translateY(-2px);box-shadow:0 6px 20px rgba(59,130,246,.25);border-color:#2563eb}.users-loading{padding:2rem}.users-loading-item{height:1rem;background:linear-gradient(90deg,#f1f5f9,#e2e8f0 50%,#f1f5f9);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:8px;margin-bottom:1rem}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.search-bar-container{position:relative;width:100%}.search-bar-input-wrapper{position:relative;display:flex;align-items:center;background:white;border:2px solid #e0e7ff;border-radius:12px;overflow:hidden;transition:all .3s ease;box-shadow:0 2px 8px rgba(0,0,0,.05)}.search-bar-input-wrapper:focus-within{border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,.1),0 4px 12px rgba(0,0,0,.08);transform:translateY(-1px)}.search-bar-icon-left{padding:0 1rem;display:flex;align-items:center;justify-content:center;color:#6b7280}.search-bar-search-icon{width:18px;height:18px;transition:all .3s ease}.search-bar-input-wrapper:focus-within .search-bar-search-icon{color:#3b82f6}.search-bar-input{flex:1 1;padding:.75rem 0;border:none;outline:none;font-size:.875rem;font-weight:500;color:#374151;background:transparent}.search-bar-input::placeholder{color:#9ca3af}.search-bar-clear-btn{padding:.5rem 1rem;background:none;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#6b7280;transition:all .3s ease}.search-bar-clear-btn:hover:not(:disabled){color:#374151;background:rgba(0,0,0,.05)}.search-bar-clear-btn:disabled{opacity:.5;cursor:not-allowed}.search-bar-clear-icon{width:16px;height:16px}.search-bar-suggestions{position:absolute;top:calc(100% + 4px);left:0;right:0;background:white;border:2px solid #e0e7ff;border-radius:12px;box-shadow:0 10px 25px rgba(0,0,0,.12);max-height:320px;overflow-y:auto;z-index:1000;animation:slideDown .2s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.search-bar-suggestions-list{list-style:none;margin:0;padding:.5rem 0}.search-bar-suggestion{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;cursor:pointer;transition:all .2s ease;font-size:.875rem;color:#374151}.search-bar-suggestion.highlighted,.search-bar-suggestion:hover{background:linear-gradient(135deg,#f3f4f6,#e5e7eb);color:#1e293b}.search-bar-suggestion.highlighted{background:linear-gradient(135deg,#eff6ff,#dbeafe)}.search-bar-suggestion-icon{width:16px;height:16px;color:#9ca3af;flex-shrink:0}.search-bar-suggestion.highlighted .search-bar-suggestion-icon,.search-bar-suggestion:hover .search-bar-suggestion-icon{color:#3b82f6}.search-bar-highlight{font-weight:700;color:#3b82f6;background:rgba(59,130,246,.1);padding:0 2px;border-radius:2px}.search-bar-suggestions-loading{padding:.75rem 1rem;text-align:center;color:#6b7280;font-size:.875rem;border-top:1px solid #e5e7eb}.search-bar-loading-spinner{display:flex;align-items:center;justify-content:center;gap:.5rem}.search-bar-suggestions::-webkit-scrollbar{width:6px}.search-bar-suggestions::-webkit-scrollbar-track{background:#f3f4f6;border-radius:3px}.search-bar-suggestions::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px;-webkit-transition:background .3s ease;transition:background .3s ease}.search-bar-suggestions::-webkit-scrollbar-thumb:hover{background:#9ca3af}@media (max-width:768px){.users-container{padding:1rem}.users-header{padding:1.5rem;flex-direction:column;text-align:center}.users-title h2{font-size:2rem}.header-buttons-group{width:100%;justify-content:center}.users-filters-row{flex-direction:column;align-items:stretch}.users-search-bar{max-width:100%}.users-filters-group{justify-content:space-between;width:100%}.users-filter-select{flex:1 1;min-width:auto}.search-bar-suggestions{max-height:240px}.search-bar-suggestion{padding:.625rem .875rem;font-size:.8125rem}.users-table{font-size:.875rem}.users-table td,.users-table th{padding:.75rem 1rem}.action-button span{display:none}}@media (max-width:480px){.users-container{padding:.75rem}.users-header{padding:1rem}.users-title h2{font-size:1.75rem}.users-list-content{padding:1rem}}body,html{overflow-x:hidden;max-width:100vw}.user-details-container,.users-container,.users-header,.users-list-container{max-width:100%;overflow-x:hidden}@media (prefers-reduced-motion:reduce){*{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}@media (prefers-contrast:high){.user-card,.user-details-card,.users-header,.users-list-container{border-width:2px;border-color:#000}.btn-users-primary,.btn-users-secondary{border:2px solid #000}}.action-button{padding:.5rem .75rem;background:white;border:2px solid #e0e7ff;border-radius:10px;cursor:pointer;transition:all .2s ease;color:#64748b;font-size:.875rem;display:inline-flex;align-items:center;justify-content:center;gap:.25rem;min-width:36px;height:36px;box-shadow:0 2px 4px rgba(0,0,0,.05)}.action-button:hover{transform:translateY(-1px);box-shadow:0 4px 12px rgba(0,0,0,.1)}.action-button.view{background:linear-gradient(135deg,#eff6ff,#dbeafe);border-color:#3b82f6;color:#3b82f6}.action-button.view:hover{background:linear-gradient(135deg,#dbeafe,#bfdbfe);border-color:#2563eb;color:#2563eb}.action-button.edit{background:linear-gradient(135deg,#f0fdf4,#dcfce7);border-color:#22c55e;color:#16a34a}.action-button.edit:hover{background:linear-gradient(135deg,#dcfce7,#bbf7d0);border-color:#16a34a;color:#15803d}.action-button.lock{background:linear-gradient(135deg,#fff7ed,#fed7aa);border-color:#f97316;color:#ea580c}.action-button.lock:hover{background:linear-gradient(135deg,#fed7aa,#fdba74);border-color:#ea580c;color:#c2410c}.action-button.delete{background:linear-gradient(135deg,#fef2f2,#fee2e2);border-color:#ef4444;color:#dc2626}.action-button.delete:hover{background:linear-gradient(135deg,#fee2e2,#fecaca);border-color:#dc2626;color:#b91c1c}.actions-cell{display:flex;gap:.5rem;justify-content:flex-end;align-items:center}.user-details-avatar-section{gap:24px}.user-details-avatar{box-shadow:0 4px 12px rgba(102,126,234,.3)}.user-details-session{font-family:Monaco,Menlo,Consolas,monospace;background:#f3f4f6;padding:4px 8px;border-radius:6px;display:inline-block}.user-details-actions,.user-details-status{flex-wrap:wrap}.user-details-grid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin-bottom:24px}.user-details-card{background:linear-gradient(135deg,#ffffff,#f8faff);border-radius:20px;border:1px solid #e0e7ff;box-shadow:0 4px 20px rgba(30,58,138,.08);overflow:hidden;transition:all .3s ease}.user-details-card:hover{transform:translateY(-2px);box-shadow:0 8px 30px rgba(30,58,138,.15)}.user-details-card h3{font-weight:700;text-transform:uppercase;letter-spacing:.5px}.user-details-card .card-header{padding:24px 24px 16px;background:linear-gradient(135deg,#f8faff,#f1f5f9);border-bottom:1px solid #e0e7ff}.user-details-card .card-content{padding:24px}.user-details-info-label{font-weight:600}.user-details-info-value{font-weight:700}.user-details-role-badge{background:linear-gradient(135deg,#3b82f6,#8b5cf6);font-weight:600;box-shadow:0 2px 8px rgba(59,130,246,.3);transition:all .2s ease}.user-details-role-badge:hover{box-shadow:0 4px 12px rgba(59,130,246,.4)}.user-details-stat-item{gap:16px;padding:20px;background:linear-gradient(135deg,#f8faff,#f1f5f9);border-radius:16px;border:1px solid #e0e7ff;transition:all .3s ease}.user-details-stat-item:hover{background:linear-gradient(135deg,#f1f5f9,#e2e8f0);box-shadow:0 8px 20px rgba(30,58,138,.1)}.user-details-stat-icon{font-size:28px;width:48px;height:48px;border-radius:12px;box-shadow:0 4px 12px rgba(0,0,0,.1);flex-shrink:0}.user-details-stat-number{font-size:24px;font-weight:800}.user-details-stat-label{font-weight:600;text-transform:uppercase;letter-spacing:.5px}.user-details-activity-item{gap:16px;padding:16px;background:linear-gradient(135deg,#f8faff,#f1f5f9);border-radius:12px;border:1px solid #e0e7ff;transition:all .2s ease}.user-details-activity-item:hover{background:linear-gradient(135deg,#f1f5f9,#e2e8f0)}.user-details-activity-icon{width:36px;height:36px;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.1)}.user-details-activity-description{font-weight:600}.user-details-activity-meta{flex-wrap:wrap}.user-details-activity-module{padding:2px 8px;border-radius:8px;font-weight:600}.user-details-activity-date{font-weight:500}.user-details-loading{padding:48px 24px;text-align:center}.user-details-loading-header{justify-content:center;margin-bottom:32px;gap:20px}.text-muted{font-size:14px}.users-breadcrumb{padding:20px;background:linear-gradient(135deg,#ffffff,#f8faff);border-radius:16px;border:1px solid #e0e7ff;box-shadow:0 4px 20px rgba(30,58,138,.08)}.users-info-card:hover{transform:translateY(-2px);box-shadow:0 8px 30px rgba(30,58,138,.15)}.users-info-card.security{border-left:4px solid #10b981}@media (max-width:480px){.user-details-avatar{width:60px;height:60px;font-size:24px}.user-details-basic-info h2{font-size:20px}.user-details-session{font-size:14px}.user-details-card{border-radius:16px}.user-details-card .card-content,.user-details-card .card-header{padding:16px}.user-details-stat-item{padding:16px;gap:12px}.user-details-stat-icon{width:40px;height:40px;font-size:20px}.user-details-stat-number{font-size:20px}.user-details-activity-item{padding:12px;gap:12px}.user-details-activity-icon{width:32px;height:32px;font-size:16px}.user-details-activity-description{font-size:13px}.user-details-activity-meta{font-size:11px}}.user-details-stat-item:hover{cursor:pointer}.user-details-card:focus-within{outline:2px solid #3b82f6;outline-offset:2px}.user-details-error{padding:16px;display:flex;align-items:center;gap:8px}.user-details-error-icon{font-size:20px}.users-breadcrumb{display:flex;gap:12px;align-items:center;margin-top:24px;padding:16px;background:white;border-radius:8px;border:1px solid #e5e7eb}.users-info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:16px;gap:16px;margin-top:32px}.users-info-card{background:white;border-radius:8px;border:1px solid #e5e7eb;overflow:hidden}.users-info-card.warning{border-left:4px solid #f59e0b}.users-info-card.success{border-left:4px solid #3b82f6}.users-info-content{padding:16px;display:flex;gap:12px}.users-info-icon{font-size:20px;flex-shrink:0}.users-info-text h4{margin:0 0 8px;font-size:14px;font-weight:600;color:#1f2937}.users-info-text p{margin:0;font-size:12px;color:#6b7280;line-height:1.4}.users-list-content{background:white;border-radius:12px;border:1px solid #e5e7eb;padding:1rem;overflow:hidden}.users-header{padding:24px;border-bottom:1px solid #e5e7eb}.users-header h1{margin:0 0 8px;font-size:28px;font-weight:700;color:#1f2937}.users-header p{margin:0;color:#6b7280;font-size:16px}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.user-details-container{animation:fadeIn .3s ease-out}.user-details-card{animation:fadeIn .4s ease-out}.user-details-activity-item{animation:fadeIn .2s ease-out}.user-details-stat-item:hover{background:#f1f5f9;transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.1)}.user-details-activity-item:hover{background:#f1f5f9;border-color:#cbd5e1}.user-details-role-badge:hover{background:#2563eb;transform:scale(1.05)}.btn-users-outline:focus,.btn-users-primary:focus,.btn-users-secondary:focus{outline:2px solid #3b82f6;outline-offset:2px}.user-details-error{color:#dc2626;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;padding:12px;margin:16px 0}.user-details-error-icon{color:#dc2626;margin-right:8px}.access-denied-container{display:flex;justify-content:center;align-items:center;min-height:400px;padding:48px 24px}.access-denied-content{text-align:center;max-width:400px}.access-denied-icon{font-size:64px;color:#dc2626;margin-bottom:24px}.access-denied-content h2{margin:0 0 12px;font-size:24px;font-weight:700;color:#1f2937}.access-denied-content p{margin:0;color:#6b7280;font-size:16px}.user-details-tooltip{position:relative;display:inline-block;cursor:help}.user-details-tooltip:after{content:attr(data-tooltip);position:absolute;bottom:100%;left:50%;transform:translateX(-50%);background:#1f2937;color:white;padding:8px 12px;border-radius:6px;font-size:12px;white-space:nowrap;opacity:0;visibility:hidden;transition:opacity .2s,visibility .2s;z-index:1000}.user-details-tooltip:hover:after{opacity:1;visibility:visible}.connection-indicator{width:8px;height:8px;border-radius:50%;display:inline-block;margin-right:6px}.connection-indicator.online{background:#10b981;box-shadow:0 0 8px rgba(16,185,129,.6);animation:pulse 2s infinite}.connection-indicator.offline{background:#6b7280}@keyframes pulse{0%{box-shadow:0 0 0 0 rgba(16,185,129,.7)}70%{box-shadow:0 0 0 6px rgba(16,185,129,0)}to{box-shadow:0 0 0 0 rgba(16,185,129,0)}}.user-details-divider{height:1px;background:linear-gradient(90deg,transparent,#e5e7eb,transparent);margin:24px 0}@media (prefers-color-scheme:dark){.user-details-card{color:#f9fafb}.user-details-card,.user-details-header{background:#1f2937;border-color:#374151}.user-details-basic-info h2{color:#f9fafb}.user-details-session{color:#9ca3af}.user-details-info-label{color:#d1d5db}.user-details-info-value{color:#f9fafb}.user-details-stat-item{background:#374151;border-color:#4b5563}.user-details-stat-icon{background:#1f2937}.user-details-activity-item{background:#374151;border-color:#4b5563}.user-details-activity-icon{background:#1f2937}}.user-details-container{max-width:1200px;margin:0 auto;padding:0 16px}.space-y-6>*+*{margin-top:24px}.user-details-header{display:flex;justify-content:space-between;align-items:flex-start;background:white;border-radius:12px;padding:24px;box-shadow:0 2px 4px rgba(0,0,0,.1)}.user-details-stat-content{flex:1 1}.user-details-stat-number{font-size:20px;font-weight:700;color:#1f2937;line-height:1}.user-details-stat-label{font-size:12px;color:#6b7280;margin-top:4px}.user-details-activity-list{display:flex;flex-direction:column;gap:12px}.user-details-activity-item{display:flex;align-items:flex-start;gap:12px;padding:12px;background:#f8fafc;border-radius:8px;border:1px solid #e2e8f0}.user-details-activity-icon{font-size:18px;width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:white;border-radius:6px;flex-shrink:0}.user-details-activity-content{flex:1 1}.user-details-activity-description{font-size:14px;color:#1f2937;font-weight:500;margin-bottom:4px}.user-details-activity-meta{display:flex;gap:12px;font-size:12px;color:#6b7280}.user-details-activity-module{background:#dbeafe;color:#1e40af;padding:2px 6px;border-radius:4px;font-weight:500}.user-details-activity-date{font-style:italic}.user-details-loading{padding:24px}.user-details-loading-header{display:flex;align-items:center;margin-bottom:24px}@keyframes loading{0%{background-position:200% 0}to{background-position:-200% 0}}.empty-state{text-align:center;padding:48px 24px;color:#6b7280}.empty-state-icon{font-size:48px;margin-bottom:16px}.empty-state h3{margin:0 0 8px;font-size:18px;font-weight:600;color:#374151}.empty-state p{margin:0;font-size:14px}.empty-state-small{text-align:center;padding:24px;color:#9ca3af;font-size:14px}.btn-users-primary{background:#3b82f6;color:white;border:1px solid #3b82f6;padding:8px 16px;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;display:inline-flex;align-items:center;gap:6px}.btn-users-primary:hover{background:#2563eb;border-color:#2563eb;transform:translateY(-1px);box-shadow:0 4px 8px rgba(59,130,246,.3)}.btn-users-secondary{background:#6b7280;color:white;border:1px solid #6b7280;padding:8px 16px;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;display:inline-flex;align-items:center;gap:6px}.btn-users-secondary:hover{background:#4b5563;border-color:#4b5563}.btn-users-outline{background:transparent;color:#6b7280;border:1px solid #d1d5db;padding:8px 16px;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;display:inline-flex;align-items:center;gap:6px}.btn-users-outline:hover{background:#f9fafb;border-color:#9ca3af;color:#374151}.btn-users-sm{padding:6px 12px;font-size:12px}@media (max-width:768px){.user-details-container{padding:0 12px}.user-details-header{flex-direction:column;gap:16px;align-items:flex-start}.user-details-avatar-section{flex-direction:column;text-align:center;align-items:center;gap:16px}.user-details-grid{gap:16px}.user-details-grid,.user-details-stats{grid-template-columns:1fr}.user-details-info-item{flex-direction:column;align-items:flex-start;gap:4px}.user-details-info-value{text-align:left}}.text-muted{color:#6b7280;font-style:italic}.user-details-avatar-section{display:flex;align-items:center;gap:20px}.user-details-avatar{width:80px;height:80px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;color:white;font-size:32px;font-weight:700;box-shadow:0 4px 8px rgba(0,0,0,.15)}.user-details-basic-info h2{margin:0 0 8px;font-size:28px;font-weight:700;color:#1f2937}.user-details-session{margin:0 0 12px;color:#6b7280;font-size:16px;font-family:Monaco,Menlo,monospace}.user-details-status{display:flex;gap:8px;align-items:center}.user-details-actions{display:flex;gap:12px}.user-details-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:24px;gap:24px}.user-details-card{background:white;border-radius:12px;border:1px solid #e5e7eb;box-shadow:0 2px 4px rgba(0,0,0,.05);transition:box-shadow .2s ease}.user-details-card:hover{box-shadow:0 4px 12px rgba(0,0,0,.1)}.user-details-card h3{margin:0;font-size:18px;font-weight:600;color:#1f2937;display:flex;align-items:center;gap:8px}.user-details-info-grid{display:grid;grid-gap:16px;gap:16px}.user-details-info-item{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-bottom:1px solid #f3f4f6}.user-details-info-item:last-child{border-bottom:none}.user-details-info-label{font-weight:500;color:#374151;font-size:14px}.user-details-info-value{font-weight:600;color:#1f2937;text-align:right;font-size:14px}.user-details-roles{display:flex;flex-wrap:wrap;gap:8px}.user-details-role-badge{background:#3b82f6;color:white;padding:6px 12px;border-radius:20px;font-size:12px;font-weight:500}.user-details-stats{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:16px;gap:16px}.user-details-stat-item{display:flex;align-items:center;gap:12px;padding:16px;background:#f8fafc;border-radius:8px;border:1px solid #e2e8f0}.user-details-stat-icon{font-size:24px;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:white;border-radius:8px;box-shadow:0}.user-form-container{max-width:900px;margin:0 auto;background:linear-gradient(135deg,#ffffff,#f8faff);border-radius:20px;box-shadow:0 10px 40px rgba(30,58,138,.12);border:1px solid #e0e7ff;overflow:hidden}.user-form-section{border-bottom:1px solid #e0e7ff}.user-form-section:last-child{border-bottom:none}.user-form-section-content{padding:2.5rem}.user-form-section-content h4{font-size:1.5rem;font-weight:800;background:linear-gradient(135deg,#1e40af,#8b5cf6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.user-form-group{margin-bottom:1.5rem}.user-form-label{display:block;font-size:.875rem;font-weight:700;color:#334155;margin-bottom:.75rem;text-transform:uppercase;letter-spacing:.5px}.user-form-label-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.user-form-input{width:100%;padding:1rem 1.25rem;border:2px solid #d1d5db;border-radius:12px;font-size:1rem;transition:all .3s ease;background:white;font-weight:500}.user-form-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 4px rgba(59,130,246,.1);transform:translateY(-1px)}.user-form-input.error{border-color:#dc2626;box-shadow:0 0 0 4px rgba(220,38,38,.1)}.user-form-input:disabled{background-color:#f3f4f6;cursor:not-allowed;opacity:.7}.user-form-input-group{position:relative;display:flex;align-items:center}.user-form-input-with-icon{padding-right:3rem}.user-form-icon-button{position:absolute;right:.75rem;background:none;border:none;padding:.5rem;cursor:pointer;color:#64748b;transition:color .2s}.user-form-icon-button:hover{color:#3b82f6}.user-form-error{color:#dc2626;font-size:.875rem;margin-top:.5rem;font-weight:600;display:flex;align-items:center;gap:.25rem}.user-form-error-alert{background-color:#fee2e2;border:1px solid #fecaca;border-radius:12px;padding:1rem;margin:1.5rem 2.5rem}.user-form-error-content{display:flex;align-items:center;gap:.75rem}.user-form-error-icon{font-size:1.25rem;flex-shrink:0}.user-form-error-text{color:#991b1b;font-weight:500;margin:0}.user-form-help{font-size:.875rem;color:#64748b;margin-top:.5rem;font-style:italic}.password-strength-indicator{margin-top:.75rem}.password-strength-bar{height:6px;background-color:#e5e7eb;border-radius:3px;overflow:hidden;margin-bottom:.5rem}.password-strength-fill{height:100%;transition:width .3s ease,background-color .3s ease}.password-strength-fill.weak{width:33%;background-color:#ef4444}.password-strength-fill.medium{width:66%;background-color:#f59e0b}.password-strength-fill.strong{width:100%;background-color:#10b981}.password-strength-text{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.password-strength-text.weak{color:#ef4444}.password-strength-text.medium{color:#f59e0b}.password-strength-text.strong{color:#10b981}.user-form-checkbox-group{display:flex;flex-direction:column;gap:1rem}.user-form-checkbox-item{display:flex;align-items:flex-start;padding:1.25rem;background:white;border:2px solid #e5e7eb;border-radius:12px;cursor:pointer;transition:all .3s ease}.user-form-checkbox-item:hover{border-color:#3b82f6;box-shadow:0 4px 12px rgba(59,130,246,.1);transform:translateY(-1px)}.user-form-checkbox,.user-form-radio{margin-right:.75rem;margin-top:.125rem;width:20px;height:20px;cursor:pointer}.user-form-checkbox-label{flex:1 1;cursor:pointer}.user-form-checkbox-name{font-weight:700;color:#1e293b;margin-bottom:.25rem;font-size:1rem}.user-form-checkbox-desc{font-size:.875rem;color:#64748b;line-height:1.5}.user-form-roles-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:1rem;gap:1rem}.user-form-roles-count{justify-content:center;background-color:#3b82f6;font-size:.75rem;font-weight:700;padding:.25rem .75rem;border-radius:9999px;margin-left:.5rem}.btn-generate-password,.user-form-roles-count{display:inline-flex;align-items:center;color:white}.btn-generate-password{padding:.5rem 1rem;background:linear-gradient(135deg,#3b82f6,#2563eb);border:none;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .3s ease;gap:.5rem}.btn-generate-password:hover:not(:disabled){background:linear-gradient(135deg,#2563eb,#1d4ed8);transform:translateY(-1px);box-shadow:0 4px 12px rgba(59,130,246,.3)}.btn-generate-password:disabled{opacity:.6;cursor:not-allowed}.user-form-actions{display:flex;justify-content:flex-end;gap:1rem;padding:2rem 2.5rem;background:linear-gradient(135deg,#f8faff,#f1f5f9);border-top:1px solid #e0e7ff}.user-form-tooltip{background-color:#fef3c7;border:1px solid #fde68a;border-radius:12px;padding:1rem;margin-bottom:1rem}.user-form-tooltip-content{display:flex;align-items:flex-start;gap:.75rem}.user-form-tooltip-icon{font-size:1.25rem;flex-shrink:0}.user-form-tooltip-text{font-size:.875rem;color:#92400e;line-height:1.5}.user-form-tooltip-title{font-weight:700;margin-bottom:.25rem}.space-y-4>*+*{margin-top:1rem}.space-y-6>*+*{margin-top:1.5rem}@keyframes slideIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.user-form-container{animation:slideIn .3s ease-out}.user-form-checkbox-item:has(.user-form-checkbox:checked){border-color:#3b82f6;background-color:#eff6ff}.user-form-checkbox-item:has(.user-form-radio:checked){border-color:#3b82f6;background-color:#eff6ff}@media (max-width:768px){.user-form-section-content{padding:1.5rem}.user-form-section-content h4{font-size:1.25rem}.user-form-roles-grid{grid-template-columns:1fr}.user-form-actions{flex-direction:column;padding:1.5rem}.user-form-actions button{width:100%}}.animate-spin{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.user-form-container.loading{opacity:.7;pointer-events:none}.user-form-checkbox:focus-visible,.user-form-icon-button:focus-visible,.user-form-input:focus-visible,.user-form-radio:focus-visible{outline:2px solid #3b82f6;outline-offset:2px}.btn-generate-password,.user-form-checkbox-item,.user-form-icon-button,.user-form-input{transition:all .2s ease-in-out}.user-form-section.roles-section{background:#ffffff;border:1px solid #e0e7ff;border-radius:16px;margin:1.5rem 0;overflow:hidden}.user-form-section-content h4{font-size:1.25rem;font-weight:700;color:#1e293b;margin:0 0 1.5rem;display:flex;align-items:center;gap:.5rem;padding-bottom:1rem;border-bottom:1px solid #e5e7eb}.user-form-roles-title{font-size:.875rem;font-weight:700;color:#374151;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem;display:flex;align-items:center;gap:.25rem}.user-form-roles-title:after{content:"*";color:#ef4444;font-size:1rem}.user-form-roles-list{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1rem}.user-form-role-item{display:flex;align-items:center;padding:1rem 1.25rem;background:#f8fafc;border:2px solid #e5e7eb;border-radius:10px;cursor:pointer;transition:all .2s ease;position:relative}.user-form-role-item:hover{background:#f1f5f9;border-color:#cbd5e1;transform:translateX(4px)}.user-form-role-checkbox{width:20px;height:20px;margin-right:1rem;cursor:pointer;flex-shrink:0;accent-color:#3b82f6}.user-form-role-content{flex:1 1;display:flex;flex-direction:column}.user-form-role-name{font-weight:600;color:#1e293b;font-size:1rem;margin-bottom:.25rem}.user-form-role-count{font-size:.875rem;color:#64748b}.user-form-role-item:has(input:checked){background:#eff6ff;border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,.1)}.user-form-role-item:has(input:checked) .user-form-role-name{color:#1d4ed8}.user-form-roles-help{font-size:.875rem;color:#6b7280;font-style:italic;margin-top:1rem;padding:1rem;background:#f9fafb;border-radius:8px;border-left:4px solid #3b82f6}.user-form-no-roles{text-align:center;padding:2rem;color:#6b7280;font-style:italic}@keyframes checkAnimation{0%{transform:scale(.8);opacity:0}50%{transform:scale(1.1)}to{transform:scale(1);opacity:1}}.user-form-role-item input:checked{animation:checkAnimation .3s ease}.user-form-section:has(.user-form-roles-list){background:linear-gradient(180deg,#ffffff 0,#f8fafc)}.user-form-role-badge{display:inline-flex;align-items:center;padding:.125rem .5rem;background:#e0e7ff;color:#3730a3;border-radius:9999px;font-size:.75rem;font-weight:600;margin-left:.5rem}@media (max-width:640px){.user-form-role-item{padding:.875rem 1rem}.user-form-role-name{font-size:.875rem}.user-form-role-count{font-size:.75rem}}.user-form-role-item:focus-within{outline:2px solid #3b82f6;outline-offset:2px}.user-form-role-item{transition:all .2s cubic-bezier(.4,0,.2,1)}.user-form-role-item:after{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:rgba(59,130,246,.2);transform:translate(-50%,-50%);transition:width .4s,height .4s}.user-form-role-item:active:after{width:100%;height:100%}.user-form-roles-container{max-width:600px}.user-form-roles-error{background:#fee2e2;border:1px solid #fecaca;border-radius:8px;padding:.75rem 1rem;margin-top:.5rem;display:flex;align-items:center;gap:.5rem;color:#991b1b;font-size:.875rem;font-weight:500}.user-form-roles-error:before{content:"⚠️";font-size:1rem}.modal-overlay{position:fixed;inset:0;z-index:50;display:flex;align-items:center;justify-content:center;padding:1rem}.modal-backdrop{position:fixed;inset:0;background-color:rgba(0,0,0,.5);transition:opacity .3s ease}.modal-container{position:relative;width:100%;max-width:32rem;animation:modalSlideIn .3s ease}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.modal-content{background-color:white;border-radius:.5rem;box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04);overflow:hidden}.modal-header{padding:1.5rem;gap:1rem;border-bottom:1px solid #e5e7eb}.modal-header,.modal-icon{display:flex;align-items:center}.modal-icon{width:3rem;height:3rem;border-radius:50%;justify-content:center;flex-shrink:0;font-size:1.5rem}.modal-title{font-size:1.125rem;font-weight:600;margin:0}.modal-body{padding:1.5rem}.modal-message{color:#4b5563;margin:0 0 1rem;line-height:1.5}.modal-reason-input{margin-top:1rem}.reason-textarea{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:.375rem;font-size:.875rem;resize:none;transition:border-color .2s ease;font-family:inherit}.reason-textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,.1)}.reason-textarea:disabled{background-color:#f3f4f6;cursor:not-allowed}.modal-footer{padding:1rem 1.5rem;background-color:#f9fafb;display:flex;gap:.75rem;justify-content:flex-end}.modal-button{padding:.5rem 1rem;border-radius:.375rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;border:none;outline:none}.modal-button:disabled{opacity:.5;cursor:not-allowed}.modal-button-cancel{background-color:white;color:#374151;border:1px solid #d1d5db}.modal-button-cancel:hover:not(:disabled){background-color:#f9fafb}.modal-button-confirm{color:white}.bg-red-100{background-color:#fee2e2}.bg-yellow-100{background-color:#fef3c7}.bg-blue-100{background-color:#dbeafe}.text-red-900{color:#7f1d1d}.text-yellow-900{color:#78350f}.text-gray-900{color:#111827}.bg-red-600{background-color:#dc2626}.bg-red-600:hover:not(:disabled){background-color:#b91c1c}.bg-red-600:focus{box-shadow:0 0 0 3px rgba(220,38,38,.3)}.bg-yellow-600{background-color:#d97706}.bg-yellow-600:hover:not(:disabled){background-color:#b45309}.bg-yellow-600:focus{box-shadow:0 0 0 3px rgba(217,119,6,.3)}.bg-blue-600{background-color:#2563eb}.bg-blue-600:hover:not(:disabled){background-color:#1d4ed8}.bg-blue-600:focus{box-shadow:0 0 0 3px rgba(37,99,235,.3)}@media (max-width:640px){.modal-overlay{padding:0}.modal-container{max-width:100%;height:100%;display:flex;align-items:flex-end}.modal-content{border-radius:0;border-top-left-radius:1rem;border-top-right-radius:1rem;width:100%}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}}