@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap";:root{color-scheme:dark;--bg: #000000;--surface: #0a0a0a;--surface-2: #111111;--surface-3: #1a1a1a;--border: #222222;--border-soft: #171717;--text: #f5f5f5;--text-muted: #888888;--text-faint: #555555;--accent: #ffffff;--accent-fg: #000000;--success: #2dd4bf;--warning: #fbbf24;--danger: #ef4444;--radius: 8px;--sidebar-width: 240px;--font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--mono: "JetBrains Mono", Consolas, monospace}.brand-logo{width:32px;height:32px;border-radius:6px;object-fit:contain}.brand-logo-large{width:64px;height:64px;border-radius:12px;margin:0 auto 1rem;display:block;object-fit:contain}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--surface-3);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--text-faint)}::-webkit-scrollbar-corner{background:var(--bg)}*{box-sizing:border-box}html,body,#root{height:100%;overflow:hidden;margin:0;background:var(--bg)}body{font-family:var(--font);color:var(--text);line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}h1,h2,h3{margin:0;font-weight:500;letter-spacing:-.02em;color:var(--text)}.page-title{font-size:1.5rem}.panel-title{font-size:.95rem;font-weight:500}.panel-subtitle{font-size:.85rem;color:var(--text-muted);margin-top:.25rem}.app-shell{display:flex;height:100%;width:100%;overflow:hidden}.sidebar{width:var(--sidebar-width);flex-shrink:0;display:flex;flex-direction:column;border-right:1px solid var(--border);background:var(--surface);padding:1.5rem 1rem}.brand{display:flex;align-items:center;gap:.75rem;padding:0 .5rem 2rem}.brand-logo{width:28px;height:28px;border-radius:6px}.brand-icon-fallback{width:28px;height:28px;display:flex;align-items:center;justify-content:center;background:var(--accent);color:var(--accent-fg);border-radius:6px;font-weight:600;font-size:14px}.brand-title{font-weight:500;font-size:1rem;letter-spacing:-.01em}.nav{display:grid;gap:.25rem}.nav-link{display:flex;align-items:center;gap:.75rem;padding:.5rem .75rem;border-radius:6px;color:var(--text-muted);font-size:.85rem;font-weight:500;transition:all .15s ease}.nav-link:hover{color:var(--text);background:#ffffff08}.nav-link.active{color:var(--text);background:#ffffff0f}.nav-link svg{width:16px;height:16px;opacity:.7}.nav-link.active svg{opacity:1}.sidebar-footer{margin-top:auto;padding-top:1.5rem;border-top:1px solid var(--border-soft);display:flex;flex-direction:column;gap:.5rem}.user-profile{display:flex;align-items:center;gap:.75rem;padding:.5rem .75rem;border-radius:6px;color:var(--text-muted);font-size:.85rem}.user-profile-icon{width:24px;height:24px;border-radius:50%;background:var(--surface-3);display:flex;align-items:center;justify-content:center}.main-shell{flex:1;display:flex;flex-direction:column;min-width:0}.content{flex:1;padding:2.5rem 3rem;overflow-y:auto;display:flex;flex-direction:column}.page{display:flex;flex-direction:column;gap:2rem;min-height:100%}.accounts-page{flex:1;min-height:0;gap:1rem}.state-pill{display:inline-flex;align-items:center;gap:.4rem;padding:.35rem .75rem;border-radius:999px;font-size:.8rem;color:var(--text-muted);border:1px solid var(--border);background:var(--surface-2)}.page-scroll{overflow:visible}.page-header{display:flex;justify-content:space-between;align-items:flex-end}.eyebrow{font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);margin-bottom:.25rem;font-weight:600}.page-description{font-size:.9rem;color:var(--text-muted);margin-top:.4rem;max-width:600px}.toolbar-group{display:flex;align-items:center;gap:.5rem}button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;height:36px;padding:0 1rem;border-radius:6px;font-size:.85rem;font-weight:500;transition:all .15s;border:none;cursor:pointer}button:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background:var(--accent);color:var(--accent-fg)}.btn-primary:hover:not(:disabled){opacity:.9;transform:scale(.98)}.btn-danger{background:#ef44441a;color:var(--danger);border:1px solid rgba(239,68,68,.2)}.btn-danger:hover:not(:disabled){background:#ef444426}.btn-ghost{background:transparent;color:var(--text-muted)}.btn-ghost:hover:not(:disabled){color:var(--text);background:#ffffff0d}input,select,textarea{width:100%;height:36px;padding:0 .75rem;background:transparent;border:1px solid var(--border);border-radius:6px;color:var(--text);font-size:.85rem;transition:border-color .15s}input:focus,select:focus,textarea:focus{outline:none;border-color:var(--text-muted)}.form-grid{display:grid;gap:1rem}.field-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.label{display:block;font-size:.75rem;color:var(--text-muted);margin-bottom:.4rem}.hint{font-size:.75rem;color:var(--text-faint);margin-top:.4rem}.panel{border:1px solid var(--border);border-radius:12px;background:var(--surface);padding:1.5rem}.panel-header{margin-bottom:1.5rem}.grid-2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem;align-items:start}.split-layout{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr);gap:1.5rem;align-items:start}.stat-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.stat-card{padding:1.25rem;border:1px solid var(--border);border-radius:12px;background:linear-gradient(180deg,var(--surface) 0%,var(--bg) 100%);display:flex;flex-direction:column;gap:.25rem;height:100%}.stat-label{font-size:.8rem;color:var(--text-muted)}.stat-value{font-size:1.75rem;font-weight:500;letter-spacing:-.02em;margin-top:.25rem}.status-pill{display:inline-flex;align-items:center;gap:.4rem;padding:.35rem .75rem;border-radius:999px;font-size:.8rem;font-weight:500;border:1px solid var(--border);background:var(--surface-2);color:var(--text-muted)}.status-dot{width:6px;height:6px;border-radius:50%}.status-dot.online{background:var(--success);box-shadow:0 0 8px #2dd4bf66}.status-dot.offline{background:var(--text-faint)}.status-dot.warn{background:var(--warning);box-shadow:0 0 8px #fbbf2466}.status-dot.error{background:var(--danger);box-shadow:0 0 8px #ef444466}.status-grid{display:flex;flex-wrap:wrap;gap:.5rem}.status-item{padding:.5rem .75rem;border:1px solid var(--border);border-radius:8px;background:var(--surface-2);display:flex;align-items:center;gap:.5rem;font-size:.8rem}.status-item span:last-child{font-weight:500;color:var(--text)}.status-strip{display:flex;flex-wrap:wrap;gap:.5rem}.status-tile{padding:.75rem 1rem;border:1px solid var(--border);border-radius:8px;background:var(--surface-2);min-width:120px}.status-tile-label{font-size:.75rem;color:var(--text-muted);margin-bottom:.25rem}.status-tile-value{font-size:1.1rem;font-weight:500}.accounts-table-card{padding:0;display:flex;flex-direction:column;flex:1;min-height:0}.accounts-table-head,.accounts-table-row{display:grid;grid-template-columns:2rem minmax(150px,1.3fr) minmax(104px,.75fr) minmax(80px,.55fr) minmax(90px,.65fr) minmax(118px,.85fr) minmax(110px,1fr) minmax(160px,1.1fr);align-items:center;gap:1rem;min-width:1040px;padding:0 1.5rem}.accounts-table-head{min-height:40px;font-size:.7rem;text-transform:uppercase;letter-spacing:.05em;color:var(--text-faint);border-bottom:1px solid var(--border);background:var(--bg)}.accounts-table-row{min-height:48px;border-bottom:1px solid var(--border-soft);font-size:.85rem}.accounts-table-row:hover{background:var(--surface-2)}.accounts-virtual-inner{width:100%;min-width:1040px}.accounts-table-body{flex:1;overflow:auto}.accounts-cell-mono{font-family:var(--mono);font-size:.8rem}.accounts-cell-clip{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.accounts-tabs{display:flex;flex-wrap:wrap;gap:.25rem}.accounts-tab{padding:.4rem .75rem;border-radius:6px;font-size:.8rem;background:transparent;color:var(--text-muted);border:1px solid transparent}.accounts-tab:hover{background:var(--surface-2)}.accounts-tab.active{background:var(--surface-2);border-color:var(--border);color:var(--text)}.accounts-tab-count{margin-left:.4rem;color:var(--text-faint);font-family:var(--mono)}.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center}.login-card{width:100%;max-width:360px;background:var(--surface);padding:2.5rem;border:1px solid var(--border);border-radius:16px;box-shadow:0 20px 40px #00000080}.login-brand{display:flex;flex-direction:column;align-items:center;margin-bottom:2rem}.login-title{font-size:1.25rem;font-weight:500;margin-top:1rem}.alert{padding:.75rem;border-radius:6px;background:#ef44441a;border:1px solid rgba(239,68,68,.2);color:var(--danger);font-size:.85rem}.callout{padding:1rem;border:1px solid var(--border);border-radius:8px;color:var(--text-muted);font-size:.85rem}.toolbar{display:flex;flex-direction:column;gap:.75rem;margin-bottom:.5rem}.accounts-bulk-bar{display:flex;gap:1rem;padding:1rem 1.5rem;background:var(--surface-2);border-bottom:1px solid var(--border);align-items:flex-end}.accounts-footer{padding:1rem 1.5rem;display:flex;justify-content:space-between;color:var(--text-muted);font-size:.85rem;border-top:1px solid var(--border)}.select-toggle{width:24px;height:24px;border-radius:6px;border:1px solid var(--border);background:var(--surface-2);color:transparent;font-size:14px;line-height:1;padding:0}.select-toggle:hover{border-color:var(--text-faint)}.select-toggle.on{color:var(--text);border-color:var(--text-muted);background:#ffffff14}.badge{display:inline-flex;align-items:center;padding:.1rem .5rem;border-radius:4px;font-size:.7rem;font-weight:500;border:1px solid transparent}.badge-farming{color:var(--success);border-color:#2dd4bf33;background:#2dd4bf0d}.badge-idle{color:var(--text-muted);border-color:var(--border);background:#ffffff05}.badge-idle_wait{color:#94a3b8;border-color:#94a3b840;background:#94a3b80f}.badge-waiting{color:var(--warning);border-color:#fbbf2433;background:#fbbf240d}.badge-error,.badge-invalid_token{color:var(--danger);border-color:#ef444433;background:#ef44440d}.badge-stopped{color:var(--text-muted);border-color:var(--border);background:#ffffff05}.badge-default{color:var(--text-muted);border-color:var(--border)}.toast{position:fixed;right:1.5rem;bottom:1.5rem;padding:1rem;background:var(--surface-2);border:1px solid var(--border);border-radius:8px;z-index:50;display:flex;gap:1rem;align-items:center}
