:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;padding:0;min-height:100vh}.app{min-height:100vh;display:flex;flex-direction:column}.header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:2rem;text-align:center}.header h1{margin:0;font-size:2.5rem}.header p{margin:.5rem 0 0;opacity:.9}.main{flex:1;max-width:1200px;margin:0 auto;padding:2rem;width:100%}.card{background:#1a1a1a;border:1px solid #333;border-radius:8px;padding:1.5rem;margin-bottom:1.5rem}.card h2{margin-top:0;color:#fff;border-bottom:2px solid #667eea;padding-bottom:.5rem}.card h3{margin-top:0;color:#fff}button{background:#667eea;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:4px;cursor:pointer;font-size:1rem;transition:background .2s}button:hover:not(:disabled){background:#764ba2}button:disabled{opacity:.5;cursor:not-allowed}.health-status{display:flex;flex-direction:column;gap:.75rem}.health-item{display:flex;justify-content:space-between;align-items:center;padding:.5rem;background:#2a2a2a;border-radius:4px}.label{font-weight:600}.status{padding:.25rem .75rem;border-radius:12px;font-size:.875rem;font-weight:600}.status.ok{background:#10b981;color:#fff}.status.connected{background:#3b82f6;color:#fff}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:1rem;margin-top:1rem}.stat{text-align:center;padding:1rem;background:#2a2a2a;border-radius:4px}.stat-value{font-size:2rem;font-weight:700;color:#667eea;margin-bottom:.25rem}.stat-label{font-size:.875rem;color:#aaa;text-transform:uppercase;letter-spacing:.05em}.user-form{display:flex;flex-direction:column;gap:1rem;margin-top:1rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-weight:600;font-size:.875rem}.form-group input{padding:.75rem;background:#2a2a2a;border:1px solid #444;border-radius:4px;color:#fff;font-size:1rem}.form-group input:focus{outline:none;border-color:#667eea}.users-list{display:flex;flex-direction:column;gap:.75rem;margin-top:1rem}.user-item{padding:1rem;background:#2a2a2a;border-radius:4px;border-left:3px solid #667eea}.user-info{display:flex;flex-direction:column;gap:.25rem;margin-bottom:.5rem}.user-info strong{color:#fff;font-size:1.1rem}.user-info span{color:#aaa;font-size:.875rem}.user-meta{font-size:.75rem;color:#666}.error-card{background:#7f1d1d;border-color:#991b1b}.error-card h3{color:#fca5a5;margin-top:0}.error-card p{color:#fecaca;margin:0}.tech-stack{list-style:none;padding:0;margin:.5rem 0 0}.tech-stack li{padding:.5rem 0;border-bottom:1px solid #333}.tech-stack li:last-child{border-bottom:none}.footer{background:#1a1a1a;border-top:1px solid #333;padding:1.5rem;text-align:center;color:#aaa}.footer p{margin:0}.footer strong{color:#667eea}@media (max-width: 768px){.main{padding:1rem}.header h1{font-size:2rem}.stats-grid{grid-template-columns:1fr}}*{box-sizing:border-box}body{margin:0;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:#f9fafb}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}#root{min-height:100vh}
