@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";*{margin:0;padding:0;box-sizing:border-box}html,body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;height:100%}#root{height:100%}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#f1f5f9}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}::selection{background:#4f46e533;color:#1a202c}::-moz-selection{background:#4f46e533;color:#1a202c}.login-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);padding:1rem}.login-card{background:#fff;border-radius:16px;padding:3rem;width:100%;max-width:400px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.login-header{text-align:center;margin-bottom:2rem}.login-logo{margin-bottom:1.5rem}.logo-icon{width:60px;height:60px;background:linear-gradient(135deg,#4f46e5,#7c3aed);border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;color:#fff;margin:0 auto}.login-header h1{font-size:1.75rem;font-weight:700;color:#1a202c;margin-bottom:.5rem}.login-header p{color:#718096;font-size:.95rem}.login-form{display:flex;flex-direction:column;gap:1.5rem}.input-group{display:flex;flex-direction:column}.input-wrapper{position:relative;display:flex;align-items:center}.input-icon{position:absolute;left:1rem;color:#a0aec0;z-index:1}.form-input{width:100%;padding:.75rem 1rem .75rem 3rem;border:2px solid #e2e8f0;border-radius:10px;font-size:.95rem;transition:all .2s ease;background:#fafafa}.form-input:focus{outline:none;border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e51a;background:#fff}.password-toggle{position:absolute;right:1rem;background:none;border:none;color:#a0aec0;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;z-index:1}.password-toggle:hover{color:#4a5568}.login-button{width:100%;padding:.875rem;background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;border:none;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:.5rem}.login-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 20px -5px #4f46e566}.login-button:disabled{opacity:.7;cursor:not-allowed;transform:none}.loading-spinner{width:20px;height:20px;border:2px solid rgba(255,255,255,.3);border-top:2px solid white;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.login-footer{text-align:center;margin-top:2rem;padding-top:2rem;border-top:1px solid #e2e8f0}.login-footer p{color:#a0aec0;font-size:.85rem}@media (max-width: 480px){.login-card{padding:2rem;margin:1rem}.login-header h1{font-size:1.5rem}.logo-icon{width:50px;height:50px;font-size:1.25rem}}.sidebar{width:280px;background:#fff;border-right:1px solid #e2e8f0;position:fixed;left:0;top:0;height:100vh;display:flex;flex-direction:column;z-index:100}.sidebar-header{padding:2rem 1.5rem 1.5rem;border-bottom:1px solid #e2e8f0}.sidebar-logo{display:flex;align-items:center;gap:.75rem;margin-bottom:2rem}.logo-icon{width:40px;height:40px;background:linear-gradient(135deg,#4f46e5,#7c3aed);border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:1.125rem;font-weight:700;color:#fff}.logo-text{font-size:1.25rem;font-weight:700;color:#1a202c}.user-info{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:#f8fafc;border-radius:10px}.user-avatar{width:36px;height:36px;background:#e2e8f0;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#6b7280}.user-details{display:flex;flex-direction:column;gap:.125rem}.user-name{font-size:.875rem;font-weight:600;color:#1a202c}.user-role{font-size:.75rem;color:#6b7280}.sidebar-nav{flex:1;padding:1.5rem 0}.nav-list{list-style:none;display:flex;flex-direction:column;gap:.25rem;padding:0 1rem}.nav-item{border-radius:8px}.nav-link{display:flex;align-items:center;gap:.75rem;padding:.875rem 1rem;color:#6b7280;text-decoration:none;border-radius:8px;font-size:.875rem;font-weight:500;transition:all .2s ease;position:relative}.nav-link:hover{background:#f3f4f6;color:#4b5563}.nav-link.active{background:#eff6ff;color:#2563eb}.nav-link.active:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:#2563eb;border-radius:0 2px 2px 0}.nav-icon{flex-shrink:0}.nav-label{flex:1}.nav-badge{background:#ef4444;color:#fff;font-size:.75rem;font-weight:600;padding:.125rem .5rem;border-radius:12px;min-width:1.25rem;text-align:center}.sidebar-footer{padding:1.5rem;border-top:1px solid #e2e8f0}.logout-button{width:100%;display:flex;align-items:center;gap:.75rem;padding:.875rem 1rem;background:#f9fafb;color:#6b7280;border:1px solid #e5e7eb;border-radius:8px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease}.logout-button:hover{background:#f3f4f6;color:#4b5563;border-color:#d1d5db}@media (max-width: 768px){.sidebar{transform:translate(-100%);transition:transform .3s ease}.sidebar.open{transform:translate(0)}}.home-container{max-width:1200px;margin:0 auto}.home-header{margin-bottom:2rem}.home-header h1{font-size:2rem;font-weight:700;color:#1a202c;margin-bottom:.5rem}.home-header p{color:#6b7280;font-size:1rem}.progress-overview{margin-bottom:3rem}.progress-card{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 1px 3px #0000001a;border:1px solid #e5e7eb}.progress-card h3{font-size:1.25rem;font-weight:600;color:#1a202c;margin-bottom:1.5rem}.progress-bar-container{display:flex;flex-direction:column;gap:.5rem}.progress-bar{width:100%;height:8px;background:#f3f4f6;border-radius:6px;overflow:hidden}.progress-fill{height:100%;background:linear-gradient(90deg,#4f46e5,#7c3aed);border-radius:6px;transition:width .3s ease}.progress-text{color:#6b7280;font-size:.875rem;font-weight:500}.setup-steps{margin-bottom:3rem}.setup-steps h2{font-size:1.5rem;font-weight:600;color:#1a202c;margin-bottom:1.5rem}.steps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.step-card{background:#fff;border:2px solid #e5e7eb;border-radius:12px;padding:1.5rem;cursor:pointer;transition:all .2s ease;position:relative}.step-card:hover{border-color:#d1d5db;box-shadow:0 4px 6px -1px #0000001a;transform:translateY(-2px)}.step-card.completed{border-color:#10b981;background:#f0fdf4}.step-card.completed:hover{border-color:#059669}.step-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.step-icon{width:48px;height:48px;background:#f3f4f6;border-radius:10px;display:flex;align-items:center;justify-content:center;color:#6b7280}.step-card.completed .step-icon{background:#d1fae5;color:#10b981}.step-status .status-icon{color:#d1d5db}.step-status .status-icon.completed{color:#10b981}.step-content h3{font-size:1.125rem;font-weight:600;color:#1a202c;margin-bottom:.5rem}.step-content p{color:#6b7280;font-size:.875rem;line-height:1.5;margin-bottom:1rem}.step-meta{display:flex;justify-content:space-between;align-items:center}.estimated-time{font-size:.75rem;color:#9ca3af}.step-label{font-size:.75rem;font-weight:500;padding:.25rem .5rem;border-radius:4px;text-transform:uppercase}.step-label.pending{background:#fef3c7;color:#92400e}.step-label.completed{background:#d1fae5;color:#065f46}.quick-stats{margin-bottom:2rem}.quick-stats h2{font-size:1.5rem;font-weight:600;color:#1a202c;margin-bottom:1.5rem}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}.stat-card h4{font-size:.875rem;font-weight:500;color:#6b7280;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.025em}.stat-value{font-size:2rem;font-weight:700;color:#1a202c;margin-bottom:.25rem}.stat-change{font-size:.75rem;font-weight:500}.stat-change.neutral{color:#6b7280}@media (max-width: 768px){.steps-grid{grid-template-columns:1fr}.stats-grid{grid-template-columns:repeat(2,1fr)}.home-header h1{font-size:1.75rem}}@media (max-width: 480px){.stats-grid{grid-template-columns:1fr}.step-meta{flex-direction:column;align-items:flex-start;gap:.5rem}}.configuration-container{max-width:1200px;margin:0 auto}.config-header{margin-bottom:2rem}.config-header h1{font-size:2rem;font-weight:700;color:#1a202c;margin-bottom:.5rem}.config-header p{color:#6b7280;font-size:1rem}.config-section{margin-bottom:3rem}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.section-header h2{font-size:1.375rem;font-weight:600;color:#1a202c;display:flex;align-items:center;gap:.75rem}.add-button{background:#4f46e5;color:#fff;padding:.75rem 1.5rem;border-radius:8px;font-weight:500;transition:all .2s ease;display:flex;align-items:center;gap:.5rem}.add-button:hover{background:#4338ca;transform:translateY(-1px)}.domains-list{display:flex;flex-direction:column;gap:1rem}.domain-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:1.5rem;display:flex;justify-content:space-between;align-items:center;transition:all .2s ease}.domain-card:hover{border-color:#d1d5db;box-shadow:0 4px 6px -1px #0000001a}.domain-info{flex:1}.domain-name{font-size:1.125rem;font-weight:600;color:#1a202c;margin-bottom:.5rem;display:flex;align-items:center;gap:.5rem}.domain-meta{display:flex;align-items:center;gap:1rem}.ssl-badge{display:flex;align-items:center;gap:.25rem;font-size:.75rem;font-weight:500;padding:.25rem .75rem;border-radius:12px;text-transform:uppercase}.ssl-badge.active{background:#d1fae5;color:#065f46}.ssl-badge.inactive{background:#fef2f2;color:#991b1b}.last-checked{font-size:.75rem;color:#9ca3af}.status-active{color:#10b981}.status-pending{color:#f59e0b}.status-error{color:#ef4444}.domain-actions{display:flex;gap:.5rem}.action-button{width:36px;height:36px;border-radius:8px;display:flex;align-items:center;justify-content:center;transition:all .2s ease;border:1px solid #e5e7eb;background:#fff}.action-button.settings{color:#6b7280}.action-button.settings:hover{background:#f0fdf4;border-color:#10b981;color:#10b981}.settings-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1.5rem}.setting-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:1.5rem}.setting-card h3{font-size:1.125rem;font-weight:600;color:#1a202c;margin-bottom:1rem}.setting-item{margin-bottom:1rem}.setting-item:last-child{margin-bottom:0}.setting-item label{display:block;font-size:.875rem;font-weight:500;color:#374151;margin-bottom:.5rem}.setting-item input[type=text],.setting-item input[type=password],.setting-item input[type=url]{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:8px;font-size:.875rem}.checkbox-label{display:flex!important;align-items:center;gap:.5rem;margin-bottom:0!important;cursor:pointer}.checkbox-label input[type=checkbox]{width:16px;height:16px;accent-color:#4f46e5}.modal-form input{width:100%;margin-bottom:1rem}@media (max-width: 768px){.section-header,.domain-card{flex-direction:column;align-items:stretch;gap:1rem}.domain-actions{justify-content:center}.settings-grid{grid-template-columns:1fr}}.tickets-container{max-width:1200px;margin:0 auto}.tickets-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.tickets-header h1{font-size:2rem;font-weight:700;color:#1a202c}.create-ticket-button{background:#4f46e5;color:#fff;padding:.75rem 1.5rem;border-radius:8px;font-weight:500;transition:all .2s ease;display:flex;align-items:center;gap:.5rem}.create-ticket-button:hover{background:#4338ca;transform:translateY(-1px)}.tickets-stats{display:flex;gap:2rem;margin-bottom:2rem;padding:1.5rem;background:#fff;border-radius:12px;border:1px solid #e5e7eb}.stat-item{text-align:center}.stat-number{font-size:2rem;font-weight:700;color:#1a202c;margin-bottom:.25rem}.tickets-list{display:flex;flex-direction:column;gap:1rem}.ticket-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:1.5rem;transition:all .2s ease}.ticket-card:hover{border-color:#d1d5db;box-shadow:0 4px 6px -1px #0000001a}.ticket-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.ticket-info h3{font-size:1.125rem;font-weight:600;color:#1a202c;margin-bottom:.5rem}.ticket-meta{display:flex;gap:1rem;font-size:.75rem;color:#9ca3af}.ticket-badges{display:flex;gap:.5rem;align-items:center}.priority-badge{font-size:.75rem;font-weight:600;padding:.25rem .75rem;border-radius:12px;text-transform:uppercase}.priority-low{background:#f0f9ff;color:#0369a1}.priority-medium{background:#fef3c7;color:#92400e}.priority-high{background:#fef2f2;color:#991b1b}.status-badge{display:flex;align-items:center;gap:.25rem;font-size:.75rem;font-weight:500;padding:.25rem .75rem;border-radius:12px;text-transform:uppercase}.status-badge.status-open{background:#fef2f2;color:#991b1b}.status-badge.status-in-progress{background:#fef3c7;color:#92400e}.status-badge.status-closed{background:#d1fae5;color:#065f46}.status-open{color:#ef4444}.status-progress{color:#f59e0b}.status-closed{color:#10b981}.ticket-description{margin-bottom:1rem}.ticket-description p{color:#6b7280;line-height:1.5}.ticket-actions{display:flex;gap:.5rem}.action-button{background:#f9fafb;color:#6b7280;border:1px solid #e5e7eb;padding:.5rem 1rem;border-radius:6px;font-size:.875rem;font-weight:500;transition:all .2s ease}.action-button:hover{background:#f3f4f6;border-color:#d1d5db}.action-button.view:hover{background:#eff6ff;border-color:#3b82f6;color:#3b82f6}.action-button.reply:hover{background:#f0fdf4;border-color:#10b981;color:#10b981}.action-button.close:hover{background:#fef2f2;border-color:#ef4444;color:#ef4444}.modal-form textarea{resize:vertical;min-height:120px}@media (max-width: 768px){.tickets-header{flex-direction:column;align-items:stretch;gap:1rem}.tickets-stats{flex-direction:column;gap:1rem}.stat-item{display:flex;justify-content:space-between;align-items:center;text-align:left}.ticket-header{flex-direction:column;gap:1rem}.ticket-badges{align-self:flex-start}.ticket-actions{flex-wrap:wrap}.action-button{flex:1;text-align:center}}@media (max-width: 480px){.tickets-stats{flex-direction:column;text-align:left}.stat-item{padding:.5rem 0;border-bottom:1px solid #f3f4f6}.stat-item:last-child{border-bottom:none}}.antifraud-container{max-width:1200px;margin:0 auto}.antifraud-header{text-align:center;margin-bottom:3rem}.antifraud-header h1{font-size:2.25rem;font-weight:700;color:#1a202c;margin-bottom:.75rem}.antifraud-header p{color:#6b7280;font-size:1.125rem}.current-credits{margin-bottom:3rem}.credits-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:2rem;display:flex;justify-content:space-between;align-items:center;gap:2rem}.credits-info{display:flex;align-items:center;gap:1rem}.credits-icon{color:#10b981;background:#d1fae5;padding:1rem;border-radius:12px}.credits-details h3{font-size:.875rem;font-weight:500;color:#6b7280;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.025em}.credits-amount{font-size:2.25rem;font-weight:700;color:#1a202c;margin-bottom:.25rem}.credits-status{font-size:.875rem;color:#10b981;font-weight:500}.credits-usage{flex:1;max-width:300px}.usage-bar{width:100%;height:8px;background:#f3f4f6;border-radius:6px;overflow:hidden;margin-bottom:.5rem}.usage-fill{height:100%;background:linear-gradient(90deg,#10b981,#059669);border-radius:6px;transition:width .3s ease}.usage-text{color:#6b7280;font-size:.875rem}.packages-section{margin-bottom:3rem}.packages-section h2{font-size:1.75rem;font-weight:600;color:#1a202c;text-align:center;margin-bottom:2rem}.packages-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.package-card{background:#fff;border:2px solid #e5e7eb;border-radius:16px;padding:2rem;cursor:pointer;transition:all .3s ease;position:relative}.package-card:hover{border-color:#4f46e5;transform:translateY(-4px);box-shadow:0 10px 25px -3px #0000001a}.package-card.selected{border-color:#4f46e5;box-shadow:0 0 0 1px #4f46e5;background:#fafbff}.package-card.popular{border-color:#f59e0b;box-shadow:0 0 0 1px #f59e0b}.package-card.popular.selected{border-color:#4f46e5;box-shadow:0 0 0 1px #4f46e5}.popular-badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;padding:.5rem 1rem;border-radius:20px;font-size:.75rem;font-weight:600;display:flex;align-items:center;gap:.25rem;text-transform:uppercase}.package-header{text-align:center;margin-bottom:1.5rem}.package-header h3{font-size:1.5rem;font-weight:700;color:#1a202c;margin-bottom:1rem}.package-price{margin-bottom:.5rem}.currency{font-size:1.25rem;font-weight:500;color:#6b7280;vertical-align:top}.amount{font-size:3rem;font-weight:700;color:#1a202c}.period{font-size:1rem;color:#6b7280}.package-credits{font-size:1.125rem;font-weight:600;color:#4f46e5}.package-features{margin-bottom:1.5rem}.feature-item{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}.feature-check{color:#10b981;flex-shrink:0}.feature-item span{color:#374151;font-size:.875rem}.package-footer{text-align:center;padding-top:1rem;border-top:1px solid #f3f4f6}.cost-per-credit{font-size:.75rem;color:#9ca3af}.purchase-section{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:2rem;margin-bottom:3rem;text-align:center}.purchase-summary h3{font-size:1.375rem;font-weight:600;color:#1a202c;margin-bottom:1.5rem}.summary-details{display:flex;flex-direction:column;gap:.75rem;margin-bottom:2rem;max-width:300px;margin-left:auto;margin-right:auto}.summary-item{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;border-bottom:1px solid #f3f4f6}.summary-item:last-child{border-bottom:none;font-weight:600;color:#1a202c}.purchase-button{background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;padding:1rem 2rem;border-radius:12px;font-size:1.125rem;font-weight:600;transition:all .3s ease;display:inline-flex;align-items:center;gap:.5rem}.purchase-button:hover{transform:translateY(-2px);box-shadow:0 10px 25px -5px #4f46e566}.fraud-stats{margin-bottom:2rem}.fraud-stats h2{font-size:1.75rem;font-weight:600;color:#1a202c;margin-bottom:1.5rem}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem}.stat-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:1.5rem;text-align:center}.stat-card h4{font-size:.875rem;font-weight:500;color:#6b7280;margin-bottom:.75rem;text-transform:uppercase;letter-spacing:.025em}.stat-number{font-size:2rem;font-weight:700;color:#1a202c;margin-bottom:.5rem}.stat-change{font-size:.875rem;font-weight:500}.stat-change.positive{color:#10b981}.stat-change.negative{color:#ef4444}@media (max-width: 768px){.packages-grid{grid-template-columns:1fr}.credits-card{flex-direction:column;text-align:center}.credits-usage{max-width:100%;width:100%}.stats-grid{grid-template-columns:repeat(2,1fr)}.antifraud-header h1{font-size:1.875rem}}@media (max-width: 480px){.stats-grid{grid-template-columns:1fr}.package-card{padding:1.5rem}.amount{font-size:2.5rem}}.guides-container{max-width:800px;margin:0 auto;text-align:center}.guides-header{margin-bottom:3rem}.guides-header h1{font-size:2rem;font-weight:700;color:#1a202c;margin-bottom:.5rem}.guides-header p{color:#6b7280;font-size:1rem}.guides-empty{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:4rem 2rem}.empty-state{display:flex;flex-direction:column;align-items:center;gap:1.5rem}.empty-icon{color:#d1d5db;margin-bottom:1rem}.empty-state h2{font-size:1.75rem;font-weight:600;color:#1a202c;margin-bottom:.5rem}.empty-state>p{color:#6b7280;font-size:1.125rem;line-height:1.6;max-width:500px;margin-bottom:1rem}.planned-content{background:#f8fafc;border:1px solid #e5e7eb;border-radius:12px;padding:2rem;margin:2rem 0;max-width:400px;width:100%}.planned-content h3{font-size:1.125rem;font-weight:600;color:#1a202c;margin-bottom:1.5rem}.content-list{display:flex;flex-direction:column;gap:1rem}.content-item{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:#fff;border-radius:8px;border:1px solid #f1f5f9;text-align:left}.content-item svg{color:#6b7280;flex-shrink:0}.content-item span{color:#374151;font-weight:500}.contact-support{background:#fafbff;border:1px solid #e0e7ff;border-radius:12px;padding:2rem;margin-top:2rem;max-width:400px;width:100%}.contact-support p{color:#6b7280;margin-bottom:1.5rem}.contact-button{background:#4f46e5;color:#fff;padding:.875rem 2rem;border-radius:10px;font-weight:600;transition:all .2s ease;border:none;cursor:pointer}.contact-button:hover{background:#4338ca;transform:translateY(-1px);box-shadow:0 4px 12px #4f46e54d}@media (max-width: 768px){.guides-empty{padding:3rem 1.5rem}.empty-state h2{font-size:1.5rem}.empty-state>p{font-size:1rem}.planned-content{padding:1.5rem;margin:1.5rem 0}.contact-support{padding:1.5rem}}@media (max-width: 480px){.guides-container{margin:0;padding:0 1rem}.guides-empty{padding:2rem 1rem}.empty-icon{width:48px;height:48px}.planned-content,.contact-support{max-width:100%}.content-item{padding:.5rem}}.accounts-container{max-width:1400px;margin:0 auto}.accounts-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.accounts-header h1{font-size:2rem;font-weight:700;color:#1a202c}.create-account-button{background:#4f46e5;color:#fff;padding:.75rem 1.5rem;border-radius:8px;font-weight:500;transition:all .2s ease;display:flex;align-items:center;gap:.5rem}.create-account-button:hover{background:#4338ca;transform:translateY(-1px)}.accounts-stats{display:flex;gap:2rem;margin-bottom:2rem;padding:1.5rem;background:#fff;border-radius:12px;border:1px solid #e5e7eb}.stat-item{display:flex;align-items:center;gap:1rem}.stat-item svg{color:#6b7280}.stat-details{display:flex;flex-direction:column}.stat-number{font-size:1.5rem;font-weight:700;color:#1a202c}.stat-label{font-size:.875rem;color:#6b7280;text-transform:uppercase;letter-spacing:.025em}.accounts-list{background:#fff;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden}.accounts-table{width:100%}.table-header{display:grid;grid-template-columns:1.5fr 2fr 1fr 1fr 1fr 1.2fr 1fr;gap:1rem;padding:1rem 1.5rem;background:#f8fafc;border-bottom:1px solid #e5e7eb;font-size:.875rem;font-weight:600;color:#374151;text-transform:uppercase;letter-spacing:.025em}.table-row{display:grid;grid-template-columns:1.5fr 2fr 1fr 1fr 1fr 1.2fr 1fr;gap:1rem;padding:1rem 1.5rem;border-bottom:1px solid #f3f4f6;align-items:center;transition:background-color .2s ease}.table-row:hover{background:#fafbff}.table-row:last-child{border-bottom:none}.col-username strong{color:#1a202c;font-weight:600}.col-email{color:#6b7280;font-size:.875rem}.role-badge{display:inline-block;font-size:.75rem;font-weight:600;padding:.25rem .75rem;border-radius:12px;text-transform:uppercase}.role-viewer{background:#eff6ff;color:#1d4ed8}.role-editor{background:#fef3c7;color:#92400e}.role-manager{background:#d1fae5;color:#065f46}.status-toggle{background:transparent;border:none;font-size:.875rem;font-weight:500;padding:.25rem .75rem;border-radius:12px;cursor:pointer;transition:all .2s ease}.status-toggle.active{background:#d1fae5;color:#065f46}.status-toggle.inactive{background:#fef2f2;color:#991b1b}.status-toggle:hover.active{background:#a7f3d0}.status-toggle:hover.inactive{background:#fecaca}.col-created,.col-last-login{color:#6b7280;font-size:.875rem}.col-actions{display:flex;gap:.5rem;justify-content:flex-end}.action-button{width:32px;height:32px;border-radius:6px;display:flex;align-items:center;justify-content:center;transition:all .2s ease;border:1px solid #e5e7eb;background:#fff}.action-button:hover{transform:translateY(-1px)}.action-button.edit{color:#6b7280}.action-button.edit:hover{background:#eff6ff;border-color:#3b82f6;color:#3b82f6}.action-button.delete{color:#6b7280}.action-button.delete:hover{background:#fef2f2;border-color:#ef4444;color:#ef4444}.modal-form .form-group{margin-bottom:1rem}.modal-form select{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:8px;font-size:.875rem;background:#fff}@media (max-width: 1200px){.table-header,.table-row{grid-template-columns:1fr 1.5fr .8fr .8fr 1fr 1fr .8fr;font-size:.8rem}.table-header,.table-row{padding:.75rem 1rem}}@media (max-width: 768px){.accounts-header{flex-direction:column;align-items:stretch;gap:1rem}.accounts-stats{flex-direction:column;gap:1rem}.stat-item{justify-content:space-between;padding:.5rem 0;border-bottom:1px solid #f3f4f6}.stat-item:last-child{border-bottom:none}.accounts-table{display:none}.accounts-list{display:flex;flex-direction:column;gap:1rem;background:transparent;border:none}.table-row{display:flex;flex-direction:column;background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:1.5rem;gap:.75rem}.table-row>div{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;border-bottom:1px solid #f3f4f6}.table-row>div:last-child{border-bottom:none}.table-row>div:before{content:attr(data-label);font-weight:600;color:#374151;text-transform:uppercase;font-size:.75rem;letter-spacing:.025em}.col-actions{justify-content:flex-start}}@media (max-width: 480px){.accounts-container{padding:0 1rem}.table-row{padding:1rem}.action-button{width:36px;height:36px}}.dashboard{display:flex;min-height:100vh;background:#f8fafc}.dashboard-content{flex:1;margin-left:280px;padding:2rem;transition:margin-left .3s ease}@media (max-width: 768px){.dashboard-content{margin-left:0;padding:1rem}}.app{min-height:100vh;background:#f8fafc}
