.empty-state{padding:3rem;text-align:center;color:#666}.error-list,.error-list-compact{display:flex;flex-direction:column;gap:1rem}.error-item{padding:1rem;background:#111;border:1px solid #333;border-left:3px solid #666;border-radius:8px}.error-item.warning{border-left-color:#f59e0b}.error-item.error{border-left-color:#ef4444}.error-item.critical{border-left-color:#dc2626;background:#dc26260d}.error-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.severity-badge{padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:600;text-transform:uppercase}.severity-badge.warning{background:#f59e0b33;color:#f59e0b}.severity-badge.error{background:#ef444433;color:#ef4444}.severity-badge.critical{background:#dc262633;color:#dc2626}.error-time{color:#666;font-size:.85rem}.error-message{color:#ccc;margin-bottom:.75rem;font-family:monospace;font-size:.9rem}.error-meta{display:flex;gap:1rem;flex-wrap:wrap;font-size:.85rem;color:#888}.usage-analytics{display:flex;flex-direction:column;gap:1.5rem}.usage-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem}.stat{padding:1rem;background:#111;border:1px solid #333;border-radius:8px}.stat-label{color:#888;font-size:.85rem;margin-bottom:.5rem}.stat-value{font-size:1.75rem;font-weight:700}.top-features h3{font-size:1rem;margin-bottom:1rem;color:#ccc}.feature-item{display:flex;justify-content:space-between;padding:.75rem;background:#111;border:1px solid #333;border-radius:6px;margin-bottom:.5rem}.feature-name{color:#ccc}.feature-count{color:#888;font-weight:600}.company-stats{overflow-x:auto}.company-table{width:100%;border-collapse:collapse}.company-table th{padding:1rem;background:#111;border-bottom:2px solid #333;text-align:left;color:#888;font-size:.9rem;font-weight:600}.company-table td{padding:1rem;border-bottom:1px solid #333}.company-table tbody tr:hover{background:#111}.company-name{font-weight:600;color:#fff}.status-badge{padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:600;text-transform:uppercase}.status-badge.active{background:#10b98133;color:#10b981}.status-badge.trial{background:#f59e0b33;color:#f59e0b}.status-badge.suspended{background:#ef444433;color:#ef4444}.dashboard{min-height:100vh;background:#0a0a0a}.dashboard-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;gap:1rem}.dashboard-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;background:#1a1a1a;border-bottom:1px solid #333}.header-left h1{font-size:1.5rem;margin-bottom:.25rem}.header-subtitle{color:#888;font-size:.9rem}.header-right{display:flex;align-items:center;gap:1rem}.user-email{color:#ccc;font-size:.9rem}.logout-button{padding:.5rem 1rem;background:#333;border:1px solid #444;border-radius:6px;color:#fff;cursor:pointer;transition:all .2s}.logout-button:hover{background:#444;border-color:#555}.dashboard-tabs{display:flex;gap:.5rem;padding:1rem 2rem;background:#111;border-bottom:1px solid #333;overflow-x:auto}.tab{padding:.75rem 1.5rem;background:transparent;border:1px solid transparent;border-radius:8px;color:#888;cursor:pointer;font-size:.95rem;font-weight:500;transition:all .2s;white-space:nowrap;display:flex;align-items:center;gap:.5rem}.tab:hover{background:#1a1a1a;color:#ccc}.tab.active{background:#1a1a1a;border-color:#444;color:#fff}.badge{padding:.125rem .5rem;background:#ef4444;border-radius:12px;font-size:.75rem;font-weight:600}.badge.critical{background:#ef4444;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.6}}.dashboard-content{padding:2rem}.overview{display:flex;flex-direction:column;gap:2rem}.metrics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.metric-card{display:flex;gap:1rem;padding:1.5rem;background:#1a1a1a;border:1px solid #333;border-radius:12px;transition:all .2s}.metric-card:hover{border-color:#444;transform:translateY(-2px)}.metric-card.critical{border-color:#ef444480;background:#ef44440d}.metric-icon{font-size:2.5rem}.metric-info{flex:1}.metric-label{color:#888;font-size:.85rem;margin-bottom:.5rem}.metric-value{font-size:2rem;font-weight:700;margin-bottom:.25rem}.metric-trend{color:#10b981;font-size:.85rem}.metric-trend.critical{color:#ef4444}.overview-sections{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem}.overview-section{background:#1a1a1a;border:1px solid #333;border-radius:12px;padding:1.5rem}.overview-section h2{font-size:1.25rem;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid #333}@media (max-width: 768px){.dashboard-header{flex-direction:column;align-items:flex-start;gap:1rem}.metrics-grid,.overview-sections{grid-template-columns:1fr}}.login-container{display:flex;align-items:center;justify-content:center;min-height:100vh;background:linear-gradient(135deg,#0a0a0a,#1a1a2e)}.login-box{background:#1a1a1a;border:1px solid #333;border-radius:12px;padding:2.5rem;width:100%;max-width:420px;box-shadow:0 8px 32px #0006}.login-header{text-align:center;margin-bottom:2rem}.login-header h1{font-size:2rem;margin-bottom:.5rem;background:linear-gradient(135deg,#fff,#888);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.login-header p{color:#888;font-size:.9rem}.login-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-size:.9rem;color:#ccc;font-weight:500}.form-group input{padding:.75rem 1rem;background:#0a0a0a;border:1px solid #333;border-radius:8px;color:#fff;font-size:1rem;transition:all .2s}.form-group input:focus{outline:none;border-color:#666;background:#111}.error-message{padding:.75rem;background:#ef44441a;border:1px solid rgba(239,68,68,.3);border-radius:8px;color:#ef4444;font-size:.9rem}.login-button{padding:.875rem;background:linear-gradient(135deg,#333,#111);border:1px solid #444;border-radius:8px;color:#fff;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s}.login-button:hover:not(:disabled){background:linear-gradient(135deg,#444,#222);border-color:#555;transform:translateY(-1px)}.login-button:disabled{opacity:.5;cursor:not-allowed}.login-footer{margin-top:2rem;padding-top:1.5rem;border-top:1px solid #333;text-align:center}.login-footer p{font-size:.85rem;color:#666;margin:.25rem 0}.loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;gap:1rem}.spinner{width:40px;height:40px;border:3px solid #333;border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#0a0a0a;color:#fff}#root{min-height:100vh}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#1a1a1a}::-webkit-scrollbar-thumb{background:#333;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#444}
