:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5;font-weight:400;color:#0f172a;background:#f1f5f9;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--text-primary: #0f172a;--text-muted: #64748b;--accent: #3b82f6;--border: #e2e8f0;--surface: #ffffff}.data-table{width:100%;border-collapse:collapse;font-size:13px}.data-table th{text-align:left;padding:8px 12px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);border-bottom:1px solid var(--border)}.data-table td{padding:9px 12px;border-bottom:1px solid var(--border);color:var(--text-primary)}.data-table tbody tr:hover{background:#f8fafc}.data-table tbody tr:last-child td{border-bottom:none}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}#root{min-height:100vh}.login-bg{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#0f172a,#1e293b);padding:16px}.login-card{background:#fff;border-radius:16px;padding:40px 36px;width:100%;max-width:380px;box-shadow:0 20px 60px #0006}.login-header{text-align:center;margin-bottom:32px}.login-logo{display:inline-flex;align-items:center;justify-content:center;width:52px;height:52px;background:linear-gradient(135deg,#3b82f6,#2563eb);border-radius:14px;font-size:18px;font-weight:800;color:#fff;letter-spacing:-.5px;margin-bottom:14px}.login-title{margin:0 0 6px;font-size:20px;font-weight:700;color:#0f172a}.login-subtitle{margin:0;font-size:13px;color:#64748b}.login-form{display:flex;flex-direction:column;gap:18px}.login-field{display:flex;flex-direction:column;gap:6px}.login-field label{font-size:13px;font-weight:600;color:#374151}.login-field input{padding:10px 14px;border:1.5px solid #e2e8f0;border-radius:8px;font-size:14px;color:#0f172a;background:#f8fafc;outline:none;transition:border-color .15s}.login-field input:focus{border-color:#3b82f6;background:#fff}.login-field input:disabled{opacity:.6;cursor:not-allowed}.login-error{margin:0;padding:10px 14px;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;font-size:13px;color:#dc2626}.login-btn{width:100%;padding:11px;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:opacity .15s,transform .1s;margin-top:4px}.login-btn:hover:not(:disabled){opacity:.9}.login-btn:active:not(:disabled){transform:scale(.98)}.login-btn:disabled{opacity:.6;cursor:not-allowed}.logout-btn{display:flex;align-items:center;gap:8px;width:100%;padding:9px 12px;margin-top:auto;background:none;border:1px solid rgba(255,255,255,.15);border-radius:8px;color:#ffffffa6;font-size:13px;font-weight:500;cursor:pointer;transition:background .15s,color .15s;text-align:left}.logout-btn:hover{background:#ffffff14;color:#fff}.app-header{position:sticky;top:0;z-index:100;background:#ffffffeb;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border);box-shadow:0 1px 3px #0f172a0f}.app-header__inner{max-width:1280px;margin:0 auto;padding:.75rem 1.5rem;display:flex;align-items:center;gap:1.25rem}.app-header__brand{display:flex;align-items:center;gap:.75rem;flex-shrink:0;min-width:0}.app-header__logo{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:10px;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;font-size:.75rem;font-weight:800;letter-spacing:-.03em;flex-shrink:0}.app-header__titles{display:flex;flex-direction:column;gap:.1rem;min-width:0}.app-header__name{font-size:.95rem;font-weight:700;color:var(--text-primary);line-height:1.2;white-space:nowrap}.app-header__page{font-size:.75rem;color:var(--text-muted);line-height:1.2;white-space:nowrap}.app-header__nav{display:flex;align-items:center;gap:.25rem;flex:1;min-width:0;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;padding:.125rem}.app-header__nav::-webkit-scrollbar{display:none}.app-header__link{flex-shrink:0;padding:.45rem .8rem;border-radius:8px;color:#475569;text-decoration:none;font-size:.875rem;font-weight:500;white-space:nowrap;transition:background .15s,color .15s}.app-header__link:hover{background:#f1f5f9;color:var(--text-primary)}.app-header__link--active{background:#0f172a;color:#fff}.app-header__link--active:hover{background:#1e293b;color:#fff}.app-header__logout{flex-shrink:0;padding:.45rem .875rem;border:1px solid #cbd5e1;border-radius:8px;background:#fff;color:#475569;font-size:.875rem;font-weight:500;cursor:pointer;white-space:nowrap;transition:background .15s,border-color .15s,color .15s}.app-header__logout:hover{background:#fef2f2;border-color:#fecaca;color:#dc2626}@media (max-width: 768px){.app-header__inner{flex-wrap:wrap;gap:.75rem;padding:.625rem 1rem}.app-header__brand{flex:1}.app-header__nav{order:3;flex:1 1 100%;padding-bottom:.125rem}.app-header__logout{order:2}}.layout{min-height:100vh;display:flex;flex-direction:column}.layout__main{flex:1;max-width:1280px;width:100%;margin:0 auto;padding:1.5rem 1.5rem 3rem}.stack{display:grid;gap:1.25rem}.card{border:1px solid #e2e8f0;border-radius:12px;padding:1.25rem 1.5rem;background:#fff;box-shadow:0 8px 24px #0f172a0f}.card h2{margin:0;font-size:1.125rem}.card__row{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:1rem}.status-list{list-style:none;margin:0;padding:0;display:grid;gap:.75rem}.status-list li{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;border-radius:8px;background:#f8fafc}.status-list strong[data-status=ok]{color:#15803d}.status-list strong[data-status=error],.status-list strong[data-status=degraded]{color:#b91c1c}.worker-grid{display:grid;gap:.75rem;grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.worker-card{border:1px solid #e2e8f0;border-radius:10px;padding:.875rem 1rem;background:#f8fafc}.worker-card__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.badge{display:inline-block;padding:.15rem .5rem;border-radius:999px;font-size:.75rem;font-weight:600;text-transform:uppercase;background:#e2e8f0;color:#334155}.badge--ok,.badge--running{background:#dcfce7;color:#15803d}.badge--stale,.badge--degraded,.badge--error{background:#fee2e2;color:#b91c1c}.badge--rebalancing,.badge--warning{background:#fef3c7;color:#b45309}.banner{padding:.875rem 1rem;border-radius:10px;display:flex;flex-direction:column;gap:.25rem}.banner--warning{background:#fffbeb;border:1px solid #fcd34d;color:#92400e}.banner__content{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.banner__actions{display:flex;gap:.5rem}.banner__msg{margin:0;font-size:.875rem}.btn{border:none;border-radius:8px;padding:.5rem .875rem;font-weight:600;cursor:pointer}.btn--primary{background:#2563eb;color:#fff}.btn--primary:disabled{opacity:.6;cursor:not-allowed}.table-wrap{overflow-x:auto}table{width:100%;border-collapse:collapse;font-size:.9rem}th,td{text-align:left;padding:.625rem .75rem;border-bottom:1px solid #e2e8f0}th{color:#64748b;font-weight:600}.tabs{display:flex;gap:.5rem}.tab{border:1px solid #cbd5e1;background:#fff;border-radius:8px;padding:.4rem .75rem;cursor:pointer}.tab.active{background:#0f172a;color:#fff;border-color:#0f172a}.form{display:grid;gap:.875rem;max-width:420px}.form label{display:grid;gap:.35rem;font-size:.9rem}.form input,.form select{padding:.5rem .625rem;border:1px solid #cbd5e1;border-radius:8px}.form button{justify-self:start;padding:.55rem 1rem;border:none;border-radius:8px;background:#0f172a;color:#fff;cursor:pointer}.settings-hint{margin:0 0 1rem;font-size:.875rem;max-width:520px}.credential-panel{display:grid;gap:.75rem;margin-bottom:1.25rem;padding:1rem;border:1px solid #e2e8f0;border-radius:10px;background:#f8fafc;max-width:420px}.credential-panel__header{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.credential-panel__title{font-weight:600;font-size:.95rem;color:#0f172a}.credential-edit-form{margin-top:.5rem;padding-top:.75rem;border-top:1px solid #e2e8f0}.credential-edit-form .settings-hint{margin:0}.form-actions{display:flex;flex-wrap:wrap;gap:.5rem}.btn--ghost{border:1px solid #cbd5e1;border-radius:8px;padding:.5rem .875rem;background:#fff;color:#334155;font-weight:600;cursor:pointer}.btn--ghost:hover{background:#f1f5f9}.credential-status{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.5rem}.credential-status__label{font-weight:600;font-size:.9rem}.credential-status__value{display:flex;align-items:center;gap:.5rem}.credential-status__value code{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.85rem;color:#334155}.credential-panel__meta{margin:0;font-size:.8rem}.muted{color:#64748b;font-size:.875rem}.error{color:#b91c1c}.success{color:#15803d}.meta{margin:.5rem 0 0;font-size:.75rem;overflow-x:auto;background:#fff;padding:.5rem;border-radius:6px}.price-card__header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.price-card__value{margin:.25rem 0 0;font-size:2rem;font-weight:700;color:#0f172a}.chart-container{width:100%;margin-top:.75rem}.tv-chart-wrap{position:relative;width:100%;min-height:480px;margin-top:.75rem;overflow:hidden;border:1px solid #e2e8f0;border-radius:10px;background:#fff}.tv-chart-container{width:100%;overflow:hidden}.card--chart{padding-bottom:1rem}.tv-chart-loading{position:absolute;top:.75rem;left:.75rem;z-index:1}.ohlc-row{display:flex;flex-wrap:wrap;gap:1rem;font-size:.875rem;color:#475569;margin-bottom:.5rem}
