:root{--bg: #0a0e17;--bg-elev: #0f1624;--bg-card: #111827;--bg-card-hover: #151f30;--border: rgba(148, 163, 184, .08);--border-strong: rgba(148, 163, 184, .14);--fg: #e5e7eb;--fg-dim: #94a3b8;--fg-muted: #64748b;--accent: #3b82f6;--accent-2: #60a5fa;--ok: #22c55e;--warn: #f59e0b;--down: #ef4444;--radius: 12px;--radius-sm: 8px;--pad-card: 18px;--pad-card-y: 16px;--gap-grid: 14px;--gap-section: 16px;--fs-card-title: 22px;--fs-body: 13px;--fs-label: 10.5px}.density-compact{--pad-card: 12px;--pad-card-y: 12px;--gap-grid: 10px;--gap-section: 12px;--fs-card-title: 19px;--fs-body: 12px;--fs-label: 10px}.density-spacious{--pad-card: 22px;--pad-card-y: 20px;--gap-grid: 18px;--gap-section: 20px;--fs-card-title: 24px;--fs-body: 14px;--fs-label: 11px}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;background:var(--bg);color:var(--fg);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;font-size:var(--fs-body);-webkit-font-smoothing:antialiased;letter-spacing:-.005em}button{font-family:inherit;color:inherit;background:none;border:none;cursor:pointer;padding:0}input{font-family:inherit}.app{display:grid;grid-template-columns:64px 1fr;height:100vh;min-height:720px}.sidebar{background:#070a12;border-right:1px solid var(--border);display:flex;flex-direction:column;align-items:center;padding:14px 0;gap:6px}.sidebar-logo{width:40px;height:40px;display:grid;place-items:center;margin-bottom:8px}.sidebar-nav{display:flex;flex-direction:column;gap:2px;flex:1;margin-top:4px;width:100%;align-items:center}.sidebar-item{width:40px;height:40px;border-radius:10px;display:grid;place-items:center;color:var(--fg-muted);transition:all .15s}.sidebar-item:hover{color:var(--fg);background:#ffffff08}.sidebar-item.active{background:var(--accent);color:#fff;box-shadow:0 4px 14px -4px #3b82f680}.sidebar-avatar{padding-bottom:4px}.main{display:flex;flex-direction:column;min-width:0;overflow:hidden}.topbar{display:flex;align-items:center;padding:14px 22px;border-bottom:1px solid var(--border);gap:18px}.brand{font-size:17px;font-weight:600;letter-spacing:-.01em}.topbar-right{margin-left:auto;display:flex;align-items:center;gap:12px}.search{position:relative;display:flex;align-items:center;gap:8px;background:#ffffff0a;border:1px solid var(--border);border-radius:9px;padding:7px 10px;width:280px;color:var(--fg-muted)}.search:focus-within{border-color:var(--border-strong);background:#ffffff0f}.search input{background:none;border:none;outline:none;color:var(--fg);font-size:13px;flex:1}.search input::-moz-placeholder{color:var(--fg-muted)}.search input::placeholder{color:var(--fg-muted)}.kbd{font-size:10.5px;padding:2px 5px;border:1px solid var(--border-strong);border-radius:4px;color:var(--fg-muted);font-family:ui-monospace,Menlo,monospace}.icon-btn{position:relative;width:36px;height:36px;border-radius:9px;display:grid;place-items:center;color:var(--fg-dim)}.icon-btn:hover{background:#ffffff0a;color:var(--fg)}.notif-dot{position:absolute;top:8px;right:8px;width:7px;height:7px;border-radius:50%;background:var(--down);box-shadow:0 0 0 2px #070a12}.avatar{border-radius:50%;overflow:hidden;background:linear-gradient(135deg,#4f46e5,#0ea5e9);display:grid;place-items:center;color:#fff;font-weight:600;font-size:12px;flex-shrink:0}.avatar-md{width:34px;height:34px}.avatar-sm{width:30px;height:30px;font-size:11px}.avatar img{width:100%;height:100%;display:block}.dashboard{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,1fr);gap:var(--gap-section);padding:var(--gap-section) 22px 22px;flex:1;min-height:0;overflow:auto}.col-left,.col-right{display:flex;flex-direction:column;gap:var(--gap-section);min-width:0}.card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:var(--pad-card-y) var(--pad-card);display:block;text-align:left;color:inherit;transition:border-color .15s,background .15s,transform .15s}.card:hover{border-color:var(--border-strong)}.service-grid{display:grid;grid-template-columns:1fr 1fr;gap:var(--gap-grid)}.service-card{cursor:pointer}.service-card.selected{border-color:#3b82f673;box-shadow:0 0 0 1px #3b82f633,0 8px 24px -12px #3b82f659}.service-card-head{margin-bottom:10px}.service-id{margin:0 0 6px;font-size:var(--fs-card-title);font-weight:700;letter-spacing:.02em}.service-meta{display:flex;align-items:center;gap:6px;font-size:12.5px}.status-dot{width:7px;height:7px;border-radius:50%;flex-shrink:0}.status-dot.live{background:var(--ok);box-shadow:0 0 8px #22c55e80}.status-dot.down{background:var(--down);box-shadow:0 0 8px #ef444480}.status-dot.warn{background:var(--warn);box-shadow:0 0 8px #f59e0b80}.status-label.live{color:var(--ok);font-weight:500}.status-label.down{color:var(--down);font-weight:500}.dim-sep{color:var(--fg-muted)}.services-count{color:var(--fg-dim)}.sparkline-wrap{margin:4px -4px -4px}.sparkline{display:block}.health-map{min-height:340px;height:360px;padding:14px;display:flex}.health-map svg{flex:1}.section-label{font-size:var(--fs-label);font-weight:600;letter-spacing:.14em;color:var(--fg-dim);text-transform:uppercase}.system-card .section-label{margin-bottom:14px}.system-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px 28px}.system-row{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:8px}.system-label{font-size:14px;color:var(--fg);font-weight:500}.system-value{font-size:15px;font-weight:600;font-variant-numeric:tabular-nums;color:var(--fg)}.progress-track{height:6px;background:#94a3b81a;border-radius:3px;overflow:hidden}.progress-fill{height:100%;border-radius:3px;transition:width .8s cubic-bezier(.22,.61,.36,1)}.deploys-head{display:flex;align-items:baseline;gap:10px;margin-bottom:6px;padding:0 4px}.section-sub{font-size:11px;color:var(--fg-muted)}.deploy-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column}.deploy-row{display:grid;grid-template-columns:14px minmax(130px,auto) 1fr auto;align-items:center;gap:10px;padding:9px 4px;border-bottom:1px solid var(--border);font-size:13px}.deploy-row:last-child{border-bottom:none}.deploy-service{font-weight:500;color:var(--fg)}.deploy-msg{color:var(--fg-dim);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}.deploy-ago{font-size:12px;color:var(--fg-muted);font-variant-numeric:tabular-nums}.logs-card{padding:14px 16px 10px;display:flex;flex-direction:column;min-height:220px}.logs-head{display:flex;align-items:center;gap:10px;margin-bottom:10px}.logs-controls{margin-left:auto;display:flex;align-items:center;gap:8px}.live-pill{display:inline-flex;align-items:center;gap:6px;font-size:11px;color:var(--fg-dim);text-transform:lowercase}.live-dot{width:6px;height:6px;border-radius:50%;background:var(--ok);animation:pulse 1.5s infinite}.live-dot.paused{background:var(--fg-muted);animation:none}@keyframes pulse{0%,to{opacity:1;box-shadow:0 0 #22c55e80}50%{opacity:.6;box-shadow:0 0 0 4px #22c55e00}}.mini-btn{font-size:11px;padding:3px 8px;border:1px solid var(--border-strong);border-radius:5px;color:var(--fg-dim)}.mini-btn:hover{color:var(--fg);border-color:#94a3b840}.logs-body{background:#05080f;border-radius:8px;border:1px solid var(--border);padding:10px 12px;font-family:ui-monospace,Menlo,SF Mono,monospace;font-size:11.5px;line-height:1.7;overflow:auto;flex:1;min-height:160px;max-height:220px}.log-line{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.log-time{color:#475569}.log-level{font-weight:600}.log-level.info{color:#60a5fa}.log-level.warn{color:#f59e0b}.log-level.error{color:#ef4444}.log-source{color:#22c55e;font-weight:500}.log-sep{color:#334155;margin:0 6px}.log-msg{color:#cbd5e1}.tweaks-panel{position:fixed;bottom:16px;right:16px;background:#111827f2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid var(--border-strong);border-radius:12px;padding:14px 16px;width:300px;box-shadow:0 20px 40px -10px #00000080;z-index:50}.tweaks-title{font-size:11px;text-transform:uppercase;letter-spacing:.14em;color:var(--fg-dim);font-weight:600;margin-bottom:12px}.tweak-row{display:flex;flex-direction:column;gap:6px}.tweak-label{font-size:13px;color:var(--fg)}.seg{display:flex;background:#ffffff08;border:1px solid var(--border);border-radius:7px;padding:2px}.seg button{flex:1;padding:5px 8px;font-size:12px;border-radius:5px;color:var(--fg-dim)}.seg button:hover{color:var(--fg)}.seg button.on{background:var(--accent);color:#fff}.tweak-hint{margin-top:10px;font-size:11px;color:var(--fg-muted);line-height:1.5}.an-page{padding:24px 32px 48px}.an-header{margin-bottom:20px}.an-header-right{display:flex;align-items:center;gap:12px}.an-refresh{background:transparent;border:none;color:#4a4b5e;cursor:pointer;display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:8px;transition:color .2s}.an-refresh:hover{color:#9ca3af}.an-refresh.spin svg{animation:an-spin .5s ease-out}@keyframes an-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.an-hero-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px;margin-bottom:20px}.an-hero-card{background:#0e0f1a;border-radius:12px;padding:24px;display:flex;flex-direction:column;align-items:center}.an-hero-value{font-family:Inter,sans-serif;font-weight:700;font-size:36px;line-height:1.1;letter-spacing:-.02em;font-variant-numeric:tabular-nums}.an-hero-label{font-size:13px;color:#6b7280;margin-top:4px;text-align:center}.an-hero-trend{font-size:12px;font-weight:500;margin-top:8px;animation:an-bounce .4s cubic-bezier(.34,1.56,.64,1)}@keyframes an-bounce{0%{transform:translateY(-2px);opacity:0}to{transform:translateY(0);opacity:1}}.an-chart-card{background:#0e0f1a;border-radius:12px;padding:24px;margin-bottom:20px;position:relative}.an-chart-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.an-chart-title{font-size:14px;color:#9ca3af;font-weight:500}.an-chart-legend{display:flex;gap:16px;font-size:12px;color:#9ca3af}.an-chart-legend .dot{display:inline-block;width:8px;height:8px;border-radius:50%;margin-right:6px;vertical-align:middle}.an-chart-svg{width:100%;height:240px;display:block}.an-tip{position:absolute;top:70px;transform:translate(-50%);background:#1a1b2e;border-radius:8px;padding:8px 12px;font-size:12px;pointer-events:none;box-shadow:0 8px 24px #00000080;white-space:nowrap}.an-tip-date{color:#fff;font-weight:500;margin-bottom:2px}.an-two-col{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:20px}.an-two-col.an-bottom{grid-template-columns:1.5fr 1fr}.an-col{display:flex;flex-direction:column;gap:20px}.an-panel{background:#0e0f1a;border-radius:12px;padding:20px}.an-panel-title{font-size:11px;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:1.5px;margin-bottom:14px}.an-panel-sub{font-weight:400;color:#4a4b5e;text-transform:none;letter-spacing:normal;margin-left:4px}.an-table{margin-bottom:16px}.an-table-head,.an-table-row{display:grid;grid-template-columns:1fr 80px 70px 60px 40px;gap:8px;align-items:center}.an-table-head{font-size:12px;color:#4a4b5e;font-weight:500;padding-bottom:8px;border-bottom:1px solid #1A1B2E}.an-table-row{height:44px;border-bottom:1px solid #1A1B2E;font-size:13px;color:#9ca3af;cursor:pointer;transition:background .1s}.an-table-row:hover{background:#12131f}.an-table-row:last-child{border-bottom:none}.r{text-align:right}.c{text-align:center;font-size:14px}.mono{font-family:JetBrains Mono,monospace;font-variant-numeric:tabular-nums}.an-client-code{font-size:14px;font-weight:600;color:#fff}.an-bars{display:flex;flex-direction:column;gap:10px}.an-bar-row{display:grid;grid-template-columns:50px 1fr 80px;gap:12px;align-items:center}.an-bar-label{font-size:12px;color:#9ca3af;font-weight:500}.an-bar-track{height:8px;background:#1a1b2e;border-radius:999px;overflow:hidden}.an-bar-fill{height:100%;background:#146ef5;border-radius:999px;animation:an-grow .6s ease-out}.an-bar-count{font-size:12px;color:#4a4b5e;text-align:right}.an-slo-list{display:flex;flex-direction:column;gap:16px}.an-slo-name{font-size:14px;color:#fff;font-weight:500;margin-bottom:6px}.an-slo-stats{display:flex;gap:16px;align-items:center;font-size:13px;margin-bottom:8px;flex-wrap:wrap}.an-pill{font-size:12px;padding:2px 8px;border-radius:999px;font-weight:500}.an-slo-bar{display:flex;align-items:center;gap:10px}.an-slo-track{flex:1;height:6px;background:#1a1b2e;border-radius:999px;overflow:hidden}.an-slo-fill{height:100%;border-radius:999px;animation:an-grow .6s ease-out}.an-slo-budget{font-size:12px;color:#4a4b5e;white-space:nowrap}@keyframes an-grow{0%{width:0!important}}.an-dora-list{display:flex;flex-direction:column;gap:16px}.an-dora-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:4px}.an-dora-name{font-size:14px;color:#9ca3af;font-weight:500}.an-dora-value{font-family:Inter;font-size:20px;font-weight:700;color:#fff;font-variant-numeric:tabular-nums;margin-bottom:6px}.an-dora-unit{font-size:13px;color:#6b7280;font-weight:400}.an-dora-track{height:4px;background:#1a1b2e;border-radius:999px;overflow:hidden}.an-dora-fill{height:100%;border-radius:999px;animation:an-grow .6s ease-out}.an-heat-grid{display:grid;grid-template-columns:60px repeat(7,1fr);gap:4px;margin-bottom:16px}.an-heat-col-label{font-size:11px;color:#4a4b5e;text-align:center;padding-bottom:2px}.an-heat-row-label{font-size:11px;color:#4a4b5e;display:flex;align-items:center;justify-content:flex-end;padding-right:6px;font-family:JetBrains Mono,monospace}.an-heat-cell{height:28px;border-radius:6px;opacity:0;animation:an-fade-in .2s ease forwards}@keyframes an-fade-in{to{opacity:1}}.an-heat-legend{display:flex;align-items:center;gap:6px;font-size:11px;color:#4a4b5e;justify-content:flex-end}.an-heat-swatch{display:inline-block;width:16px;height:10px;border-radius:2px}.an-err-list{display:flex;flex-direction:column}.an-err-row{display:grid;grid-template-columns:1fr auto 120px;gap:12px;align-items:center;height:44px;border-bottom:1px solid #1A1B2E}.an-err-row:last-child{border-bottom:none}.an-err-title{font-size:13px;color:#ef4444;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-family:JetBrains Mono,monospace}.an-err-count{font-size:13px;font-weight:600;color:#fff;background:#ef444426;padding:2px 10px;border-radius:999px;font-variant-numeric:tabular-nums}.an-err-svc{font-size:12px;color:#6b7280;text-align:right}.an-view-all{display:inline-block;margin-top:12px;font-size:13px;color:#146ef5;font-weight:500;cursor:pointer;text-decoration:none}.an-view-all:hover{text-decoration:underline}.an-inc-list{display:flex;flex-direction:column}.an-inc-row{display:grid;grid-template-columns:38px 1fr auto;gap:12px;align-items:center;padding:10px 0;border-bottom:1px solid #1A1B2E}.an-inc-row:last-child{border-bottom:none}.an-inc-sev{font-size:11px;font-weight:600;padding:3px 0;border-radius:6px;text-align:center;font-variant-numeric:tabular-nums}.an-inc-title{font-size:13px;color:#fff;font-weight:500;margin-bottom:2px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.an-inc-meta{font-size:12px;color:#6b7280;display:flex;align-items:center;gap:6px}.an-inc-dot{color:#4a4b5e}.an-inc-right{display:flex;align-items:center;gap:10px}.an-inc-dur{font-size:12px;color:#9ca3af}.inc-page,.err-page{padding-bottom:48px}.inc-breadcrumb{font-size:12px;color:#6b7280;margin-bottom:6px;display:flex;gap:6px;align-items:center}.inc-breadcrumb a{color:#146ef5;text-decoration:none}.inc-breadcrumb a:hover{text-decoration:underline}.inc-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:20px}.inc-stat{background:#0e0f1a;border-radius:12px;padding:18px 20px}.inc-stat-label{font-size:12px;color:#6b7280;margin-bottom:6px}.inc-stat-val{font-size:28px;font-weight:700;color:#fff;font-variant-numeric:tabular-nums;letter-spacing:-.02em}.inc-stat-unit{font-size:16px;color:#6b7280;font-weight:500;margin-left:4px}.inc-stat-delta{font-size:12px;margin-top:4px;font-weight:500}.inc-table-card{background:#0e0f1a;border-radius:12px;overflow:hidden}.inc-table-head,.inc-table-row{display:grid;grid-template-columns:80px 48px 1fr 120px 130px 80px 108px;gap:8px;align-items:center;padding:12px 20px}.inc-table-head{font-size:11px;color:#4a4b5e;font-weight:600;text-transform:uppercase;letter-spacing:1px;border-bottom:1px solid #1A1B2E}.inc-table-row{font-size:13px;color:#9ca3af;border-bottom:1px solid #1A1B2E;cursor:pointer;transition:background .1s}.inc-table-row:hover,.inc-table-row.open{background:#12131f}.inc-id{color:#146ef5;font-size:12px}.inc-title{color:#fff;font-weight:500}.inc-svc{color:#146ef5;font-size:12px}.inc-started{color:#6b7280;font-size:12px}.inc-detail{background:#0a0b14;padding:20px 20px 20px 120px;border-bottom:1px solid #1A1B2E;animation:an-fade-in .2s ease forwards;opacity:0}.inc-detail-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:20px}.inc-detail-grid>div{display:flex;flex-direction:column}.inc-detail-grid .inc-full{grid-column:1 / -1}.inc-lbl{font-size:11px;color:#4a4b5e;text-transform:uppercase;letter-spacing:.8px;margin-bottom:4px}.inc-val{font-size:13px;color:#e5e7eb}.inc-timeline{margin-top:8px}.inc-timeline-title{font-size:11px;color:#6b7280;font-weight:600;text-transform:uppercase;letter-spacing:1px;margin-bottom:10px}.inc-timeline-items{display:flex;flex-direction:column;gap:10px}.inc-tl-item{display:flex;gap:10px;align-items:center;font-size:13px;color:#9ca3af}.inc-tl-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.inc-tl-time{color:#6b7280;margin-right:6px}.inc-actions{display:flex;gap:16px;margin-top:16px}.err-filters{margin-bottom:16px}.err-list{display:flex;flex-direction:column;gap:10px}.err-card{background:#0e0f1a;border-radius:12px;overflow:hidden;transition:border-color .15s;border:1px solid transparent}.err-card.open{border-color:#1a1b2e}.err-card-head{display:flex;align-items:center;gap:24px;padding:16px 20px;cursor:pointer}.err-card-head:hover{background:#12131f}.err-card-main{flex:1;min-width:0}.err-card-title{font-size:14px;color:#ef4444;font-weight:500;font-family:JetBrains Mono,monospace;margin-bottom:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.err-card-meta{font-size:12px;color:#6b7280;display:flex;gap:8px;align-items:center;flex-wrap:wrap}.err-dot{color:#4a4b5e}.err-card-right{display:flex;align-items:center;gap:16px;flex-shrink:0}.err-card-change{font-size:12px;font-weight:500;font-variant-numeric:tabular-nums;min-width:50px;text-align:right}.err-card-count{font-size:20px;font-weight:700;color:#fff;font-variant-numeric:tabular-nums;min-width:48px;text-align:right}.err-card-body{padding:20px;background:#0a0b14;border-top:1px solid #1A1B2E;animation:an-fade-in .2s ease forwards;opacity:0}.err-body-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:20px}.err-body-stats>div{display:flex;flex-direction:column}.err-sample-title{font-size:11px;color:#6b7280;font-weight:600;text-transform:uppercase;letter-spacing:1px;margin-bottom:8px}.err-sample{background:#08090f;border:1px solid #1A1B2E;border-radius:8px;padding:12px 16px;font-family:JetBrains Mono,monospace;font-size:12px;color:#9ca3af;margin:0;overflow-x:auto;line-height:1.7}.err-card-actions{display:flex;gap:16px;margin-top:16px}.dep-page{background:#0a0b14;padding:24px 32px 40px;min-height:100%;font-family:Inter,-apple-system,BlinkMacSystemFont,system-ui,sans-serif;color:#e5e7eb}.dep-filters{display:flex;align-items:center;gap:24px;margin-bottom:32px}.dep-filter{position:relative;display:flex;align-items:center;gap:8px}.dep-filter-label{font-size:14px;color:#9ca3af;font-weight:400}.dep-filter-btn{display:inline-flex;align-items:center;gap:8px;background:#12131f;border:1px solid #1A1B2E;border-radius:8px;height:36px;padding:0 12px;font-size:14px;color:#9ca3af;font-family:inherit;font-weight:400;min-width:120px;transition:border-color .15s,color .15s}.dep-filter-btn:hover{color:#fff;border-color:#242638}.dep-filter-btn.active{color:#fff}.dep-filter-btn.open{border-color:#242638;color:#fff}.dep-filter-btn svg{color:#6b7280;margin-left:auto}.dep-filter-menu{position:absolute;top:calc(100% + 4px);left:60px;background:#12131f;border:1px solid #1A1B2E;border-radius:8px;padding:4px;min-width:160px;z-index:30;max-height:260px;overflow:auto;box-shadow:0 12px 24px -6px #0006}.dep-filter-opt{display:block;width:100%;text-align:left;padding:7px 10px;border-radius:6px;font-size:13px;color:#9ca3af;background:none;border:none;cursor:pointer;font-family:inherit}.dep-filter-opt:hover{background:#1a1b2e;color:#fff}.dep-filter-opt.selected{color:#fff}.dep-header{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:16px}.dep-title{font-size:22px;font-weight:600;color:#fff;margin:0;letter-spacing:-.01em}.dep-count{font-size:14px;color:#6b7280;font-weight:400;white-space:nowrap}.dep-list{margin-bottom:24px}.dep-row{display:grid;grid-template-columns:12px 80px 140px 44px 150px minmax(80px,1fr) 56px 48px 68px;align-items:center;gap:10px;height:52px;padding:0 24px;border-bottom:1px solid #1A1B2E;cursor:pointer;transition:background .15s}@media(max-width:1200px){.dep-row{grid-template-columns:12px 76px 130px 44px 140px minmax(60px,1fr) 48px 64px}.dep-row .dep-author{display:none}}@media(max-width:960px){.dep-row{grid-template-columns:12px 72px 120px minmax(60px,1fr) 60px;gap:10px}.dep-row .dep-client,.dep-row .dep-git,.dep-row .dep-duration{display:none}}.dep-row:hover,.dep-row.expanded{background:#0e0f1a}.dep-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.dep-status{font-size:12px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;font-feature-settings:"tnum"}.dep-service{font-size:14px;font-weight:500;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dep-client{font-size:12px;color:#6b7280;font-weight:400}.dep-git{font-family:JetBrains Mono,ui-monospace,Menlo,monospace;font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dep-branch{color:#9ca3af}.dep-arrow{color:#4a4b5e}.dep-sha{color:#146ef5;text-decoration:none}.dep-sha:hover{text-decoration:underline}.dep-message{font-size:14px;color:#6b7280;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}.dep-author{font-size:13px;color:#4a4b5e}.dep-duration{font-family:JetBrains Mono,ui-monospace,Menlo,monospace;font-size:13px;color:#4a4b5e;font-variant-numeric:tabular-nums}.dep-time{font-size:13px;color:#4a4b5e;text-align:right;font-variant-numeric:tabular-nums}@keyframes dep-pulse-dot{0%,to{opacity:1}50%{opacity:.45}}.dep-dot.pulse,.dep-status.pulse-text{animation:dep-pulse-dot 1.5s ease-in-out infinite}.dep-failed-row{display:flex;align-items:center;gap:10px;padding:8px 24px 12px 64px;border-bottom:1px solid #1A1B2E;background:transparent;cursor:pointer;font-size:13px}.dep-failed-tree{color:#4a4b5e;font-family:JetBrains Mono,monospace}.dep-failed-label{color:#ef4444;font-weight:500}.dep-failed-msg{color:#ef4444;flex:1;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dep-failed-actions{display:flex;gap:16px}.link-btn{background:none;border:none;color:#146ef5;font-size:13px;font-weight:500;cursor:pointer;padding:0;font-family:inherit}.link-btn:hover{text-decoration:underline}.dep-expand{max-height:0;overflow:hidden;transition:max-height .3s ease;background:#0e0f1a}.dep-expand.open{max-height:520px;border-bottom:1px solid #1A1B2E}.dep-expand-inner{padding:16px 24px 16px 40px}.dep-expand-title{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:#6b7280;margin-bottom:12px}.dep-log{font-family:JetBrains Mono,ui-monospace,Menlo,monospace;font-size:12px;line-height:20px;margin-bottom:16px}.dep-log-line{color:#9ca3af;white-space:nowrap}.dep-log-line.error{color:#ef4444}.dep-log-line.ok{color:#22c55e}.dep-log-ts{color:#6b7280}.dep-expand-actions{display:flex;flex-wrap:wrap;gap:16px}.dep-pagination{display:flex;align-items:center;justify-content:center;gap:32px;padding:24px 0}.dep-page-nav{background:none;border:none;font-family:inherit;font-size:14px;color:#146ef5;cursor:pointer;padding:0}.dep-page-nav:hover:not(.disabled){text-decoration:underline}.dep-page-nav.disabled{color:#4a4b5e;cursor:not-allowed}.dep-page-indicator{font-size:14px;color:#6b7280}.dep-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:96px 24px;text-align:center}.dep-empty-icon{margin-bottom:24px}.dep-empty-title{font-size:16px;font-weight:500;color:#6b7280;margin-bottom:6px}.dep-empty-sub{font-size:14px;color:#4a4b5e}.lg-page{display:flex;flex-direction:column;height:100%;padding-bottom:0}.lg-header{margin-bottom:12px}.lg-live-btn{display:inline-flex;align-items:center;gap:8px;background:transparent;border:none;font-family:inherit;font-size:13px;font-weight:500;color:#6b7280;cursor:pointer}.lg-live-btn.on{color:#22c55e}.lg-live-dot{width:8px;height:8px;border-radius:50%;background:#22c55e;animation:dep-pulse-dot 1.5s ease-in-out infinite}.lg-live-ring{width:8px;height:8px;border-radius:50%;border:1.5px solid #6B7280}.lg-filters{gap:12px;margin-bottom:10px;align-items:center}.lg-filters .dep-filter-label{display:none}.lg-filters .dep-filter-btn{min-width:0;padding:0 10px}.lg-search{display:flex;align-items:center;gap:8px;background:#12131f;border:1px solid #1A1B2E;border-radius:8px;height:36px;padding:0 12px;flex:1;min-width:180px}.lg-search input{background:none;border:none;outline:none;color:#e5e7eb;font-family:inherit;font-size:13px;width:100%}.lg-search input::-moz-placeholder{color:#4a4b5e}.lg-search input::placeholder{color:#4a4b5e}.lg-density{display:flex;background:#12131f;border:1px solid #1A1B2E;border-radius:8px;padding:2px}.lg-density button{font-family:inherit;font-size:12px;padding:5px 10px;border-radius:6px;color:#4a4b5e;background:transparent;border:none;cursor:pointer}.lg-density button:hover{color:#9ca3af}.lg-density button.on{color:#146ef5;background:#146ef51a}.lg-pills{display:flex;gap:8px;margin-bottom:10px;flex-wrap:wrap}.lg-pill{display:inline-flex;align-items:center;gap:6px;background:#1a1b2e;border-radius:999px;padding:4px 10px;font-size:12px;color:#9ca3af}.lg-pill button{background:none;border:none;color:#4a4b5e;cursor:pointer;font-size:12px;padding:0}.lg-pill button:hover{color:#fff}.lg-stats{font-size:12px;color:#4a4b5e;margin-bottom:10px;display:flex;gap:8px;flex-wrap:wrap}.lg-stats .lg-sep{color:#4a4b5e}.lg-terminal{flex:1;min-height:0;position:relative;background:#08090f;border-radius:8px;overflow:hidden;display:flex;flex-direction:column}.lg-terminal-body{flex:1;overflow:auto;font-family:JetBrains Mono,ui-monospace,monospace;padding:8px 0}.lg-line{display:grid;grid-template-columns:100px 60px 160px minmax(0,1fr);gap:12px;padding:2px 16px;align-items:baseline;cursor:pointer;transition:background .1s;border-left:3px solid transparent;white-space:nowrap;font-size:12px;line-height:22px}.lg-line:hover{background:#0e0f1a}.lg-line.density-compact{font-size:11px;line-height:18px;padding:0 16px}.lg-line.density-normal{font-size:12px;line-height:22px;padding:2px 16px}.lg-line.density-expanded{font-size:13px;line-height:28px;padding:4px 16px}.lg-line.lg-error{border-left-color:#ef4444;background:#ef444408}.lg-line.lg-error:hover{background:#ef44440f}.lg-line.lg-warn{border-left-color:#f59e0b;background:#f59e0b08}.lg-line.lg-warn:hover{background:#f59e0b0f}.lg-ts{color:#6b7280;font-variant-numeric:tabular-nums}.lg-level{font-weight:600;letter-spacing:.04em}.lg-svc{color:#146ef5;cursor:pointer;text-decoration:none;overflow:hidden;text-overflow:ellipsis}.lg-svc:hover{text-decoration:underline}.lg-msg{color:#9ca3af;overflow:hidden;text-overflow:ellipsis}.lg-msg.err{color:#ef4444}.lg-exec{color:#146ef5;cursor:pointer;text-decoration:none}.lg-exec:hover{text-decoration:underline}.lg-expand{background:#0a0b14;padding:12px 16px 12px 35px;border-left:3px solid #1A1B2E;font-family:JetBrains Mono,monospace;font-size:12px;animation:lg-expand-in .2s ease}@keyframes lg-expand-in{0%{opacity:0}to{opacity:1}}.lg-expand-row{display:flex;gap:12px;margin-bottom:4px;font-size:12px}.lg-lbl{color:#6b7280;font-weight:500;font-family:Inter,sans-serif;width:80px;flex-shrink:0}.lg-val{color:#9ca3af}.lg-expand-sub{color:#6b7280;font-family:Inter,sans-serif;font-weight:500;margin:10px 0 4px;font-size:12px}.lg-full-msg{color:#9ca3af;margin:0;white-space:pre-wrap;font-size:12px;line-height:1.7}.lg-json{color:#6b7280;margin:0;white-space:pre;font-size:12px;line-height:1.7}.lg-expand-actions{display:flex;gap:16px;margin-top:12px;font-family:Inter,sans-serif}.lg-autoscroll{position:absolute;bottom:16px;right:20px;background:#146ef5;color:#fff;font-family:Inter,sans-serif;font-size:12px;font-weight:500;padding:6px 12px;border-radius:999px;border:none;cursor:pointer;box-shadow:0 8px 20px -6px #146ef580}.lg-autoscroll:hover{background:#2b7df6}.lg-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:120px 24px;text-align:center;font-family:Inter,sans-serif}.lg-empty-title{font-size:16px;color:#6b7280;font-weight:500;margin-bottom:6px}.lg-empty-sub{font-size:14px;color:#4a4b5e}.svc-filters{gap:12px;flex-wrap:nowrap;align-items:center}.svc-filters .dep-filter-label{display:none}.svc-filters .dep-filter-btn{min-width:0;padding:0 10px}.svc-search{background:#12131f;border:1px solid #1A1B2E;border-radius:8px;height:36px;padding:0 12px;display:flex;align-items:center;min-width:140px;flex:1;max-width:280px}@media(max-width:900px){.svc-filters{flex-wrap:wrap}}.svc-search input{background:none;border:none;outline:none;color:#e5e7eb;font-family:inherit;font-size:14px;width:100%}.svc-search input::-moz-placeholder{color:#9ca3af}.svc-search input::placeholder{color:#9ca3af}.svc-view-toggle{display:flex;gap:2px;margin-left:auto;background:#12131f;border:1px solid #1A1B2E;border-radius:8px;padding:2px}.svc-view-btn{width:32px;height:32px;border-radius:6px;display:grid;place-items:center;color:#4a4b5e;background:transparent;border:none;cursor:pointer;transition:background .15s,color .15s}.svc-view-btn:hover{color:#9ca3af}.svc-view-btn.on{background:#146ef51a;color:#146ef5}.svc-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:24px}@media(max-width:1200px){.svc-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:720px){.svc-grid{grid-template-columns:1fr}}.svc-card{background:#0e0f1a;border:none;border-radius:12px;padding:20px;text-align:left;cursor:pointer;color:inherit;font-family:inherit;transition:background .15s;display:flex;flex-direction:column;gap:12px}.svc-card:hover{background:#12131f}.svc-card-head{display:flex;align-items:center;justify-content:space-between;gap:8px}.svc-card-name{font-size:16px;font-weight:600;color:#fff;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}.svc-card-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}.svc-card-sub{font-size:13px;color:#6b7280;margin-top:-8px}.svc-card-bars{display:flex;flex-direction:column;gap:8px}.svc-mini{display:flex;flex-direction:column;gap:4px}.svc-mini-track{background:#1a1b2e;height:4px;border-radius:999px;overflow:hidden}.svc-mini-fill{background:#146ef5;height:100%;border-radius:999px}.svc-mini-label{display:flex;justify-content:space-between;font-size:11px;color:#4a4b5e;font-family:JetBrains Mono,ui-monospace,monospace}.svc-card-foot{display:flex;flex-direction:column;gap:4px;font-size:12px;color:#4a4b5e}.svc-v{color:#9ca3af;font-family:JetBrains Mono,monospace}.svc-exec{color:#9ca3af}.svc-sep{color:#4a4b5e;margin:0 4px}.svc-card-deploy,.svc-card-exec{display:flex;align-items:center}.svc-list{margin-bottom:24px}.svc-row{display:grid;grid-template-columns:10px 180px 60px 80px 70px 80px 40px 70px 70px 50px;align-items:center;gap:12px;height:48px;padding:0 24px;border-bottom:1px solid #1A1B2E;cursor:pointer;transition:background .15s}.svc-row:hover{background:#0e0f1a}@media(max-width:1200px){.svc-row{grid-template-columns:10px 160px 60px 70px 70px 70px 60px 50px}.svc-row .svc-row-mem,.svc-row .svc-row-time{display:none}}.svc-row-dot{width:8px;height:8px;border-radius:50%}.svc-row-name{font-size:14px;font-weight:500;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.svc-row-client{font-size:13px;color:#6b7280}.svc-row-type{font-size:12px;color:#4a4b5e;background:#1a1b2e;border-radius:999px;padding:2px 8px;justify-self:start}.svc-row-cpu,.svc-row-mem,.svc-row-v{font-family:JetBrains Mono,monospace;font-size:12px;color:#4a4b5e}.svc-row-v{color:#9ca3af}.svc-row-time{font-size:12px;color:#4a4b5e}.svc-row-exec{font-size:12px;color:#9ca3af}.svc-row-success{font-size:12px;font-weight:500;text-align:right}.svc-detail{padding-top:24px}.svc-back{font-size:14px;color:#146ef5;background:none;border:none;cursor:pointer;padding:0;margin-bottom:16px;font-family:inherit}.svc-back:hover{text-decoration:underline}.svc-detail-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;flex-wrap:wrap}.svc-detail-headline{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.svc-detail-title{font-size:24px;font-weight:700;color:#fff;margin:0;letter-spacing:-.01em}.svc-detail-status{display:inline-flex;align-items:center;gap:6px;font-size:14px}.svc-dot-sm{width:8px;height:8px;border-radius:50%;display:inline-block}.svc-detail-version{font-family:JetBrains Mono,monospace;font-size:14px;color:#9ca3af}.svc-detail-client-pill{font-size:13px;color:#6b7280;background:#1a1b2e;padding:3px 10px;border-radius:999px}.svc-detail-meta{display:flex;align-items:center;gap:8px;margin:8px 0 20px;font-size:13px;color:#6b7280}.svc-detail-fw{color:#6b7280;font-size:14px}.svc-detail-deploy{color:#4a4b5e;font-size:13px}.svc-detail-actions{display:flex;gap:8px;flex-wrap:wrap}.svc-btn{font-family:inherit;font-size:13px;font-weight:500;padding:7px 14px;border-radius:8px;background:transparent;border:1px solid;cursor:pointer;transition:background .15s}.svc-btn-primary{color:#146ef5;border-color:#146ef5}.svc-btn-primary:hover{background:#146ef514}.svc-btn-warn{color:#f59e0b;border-color:#f59e0b}.svc-btn-warn:hover{background:#f59e0b14}.svc-btn-ghost{color:#6b7280;border-color:#1a1b2e;padding:7px 12px}.svc-btn-ghost:hover{color:#fff;border-color:#242638}.svc-tabs{display:flex;gap:32px;border-bottom:1px solid #1A1B2E;margin-bottom:24px}.svc-tab-btn{font-family:inherit;font-size:14px;font-weight:400;color:#6b7280;background:none;border:none;padding:12px 0;cursor:pointer;border-bottom:2px solid transparent;margin-bottom:-1px;transition:color .15s,border-color .15s}.svc-tab-btn:hover{color:#9ca3af}.svc-tab-btn.on{color:#fff;font-weight:500;border-bottom-color:#146ef5}.svc-tab-body{padding-bottom:40px}.svc-chart{display:block;background:transparent;margin-bottom:20px}.svc-stats{display:grid;grid-template-columns:repeat(5,1fr);gap:12px;padding:20px 0;border-bottom:1px solid #1A1B2E;margin-bottom:12px}@media(max-width:800px){.svc-stats{grid-template-columns:repeat(3,1fr)}}.svc-stat-v{font-size:16px;font-weight:600;color:#fff;font-variant-numeric:tabular-nums}.svc-stat-l{font-size:12px;color:#6b7280;margin-top:2px}.svc-exec-row{display:grid;grid-template-columns:10px 80px 70px 100px 50px 70px minmax(0,1fr);align-items:center;gap:12px;height:44px;padding:0 4px;border-bottom:1px solid #1A1B2E;font-size:13px;cursor:pointer}.svc-exec-row:hover{background:#0e0f1a}.svc-exec-status{text-transform:lowercase}.svc-exec-trig{color:#6b7280}.svc-exec-input{font-family:JetBrains Mono,monospace;color:#9ca3af}.svc-exec-dur{font-family:JetBrains Mono,monospace;color:#4a4b5e}.svc-exec-time{color:#4a4b5e}.svc-exec-err{color:#ef4444;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.svc-err-list{display:flex;flex-direction:column;gap:0}.svc-err-row{padding:16px 4px;border-bottom:1px solid #1A1B2E;cursor:pointer}.svc-err-row:hover{background:#0e0f1a}.svc-err-main{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.svc-err-title{font-size:14px;font-weight:500;color:#fff;flex:1;min-width:200px}.svc-err-count{font-size:13px;font-weight:600;color:#ef4444;background:#ef444414;padding:2px 10px;border-radius:999px}.svc-err-v{font-family:JetBrains Mono,monospace;font-size:12px;color:#9ca3af}.svc-err-badge{font-size:11px;font-weight:600;text-transform:uppercase;padding:2px 8px;border-radius:999px;letter-spacing:.04em}.svc-err-meta{display:flex;gap:20px;margin-top:6px;flex-wrap:wrap}.svc-err-loc{font-family:JetBrains Mono,monospace;font-size:13px;color:#6b7280}.svc-err-ts{font-size:12px;color:#4a4b5e}.svc-deploy-row{display:grid;grid-template-columns:10px 80px 180px minmax(0,1fr) 70px 50px 70px;align-items:center;gap:12px;height:48px;padding:0 4px;border-bottom:1px solid #1A1B2E;font-size:13px;cursor:pointer}.svc-deploy-row:hover{background:#0e0f1a}.svc-deploy-status{font-size:12px;font-weight:600;letter-spacing:.04em}.svc-deploy-git{font-family:JetBrains Mono,monospace;color:#9ca3af;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.svc-deploy-git a{color:#146ef5;text-decoration:none}.svc-deploy-msg{color:#6b7280;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.svc-deploy-author,.svc-deploy-time,.svc-deploy-dur{color:#4a4b5e;font-size:12px}.svc-deploy-dur{font-family:JetBrains Mono,monospace}.svc-logs-head{display:flex;gap:12px;align-items:center;margin-bottom:12px;flex-wrap:wrap}.svc-logs-search{background:#12131f;border:1px solid #1A1B2E;border-radius:8px;height:36px;padding:0 12px;color:#e5e7eb;font-family:inherit;font-size:14px;flex:1;min-width:200px;outline:none}.svc-logs-search::-moz-placeholder{color:#9ca3af}.svc-logs-search::placeholder{color:#9ca3af}.svc-live-btn{display:inline-flex;align-items:center;gap:8px;background:#12131f;border:1px solid #1A1B2E;border-radius:8px;height:36px;padding:0 12px;color:#6b7280;font-size:13px;font-family:inherit;cursor:pointer}.svc-live-btn.on{color:#22c55e}.svc-live-dot{width:7px;height:7px;border-radius:50%;background:currentColor;animation:dep-pulse-dot 1.5s ease-in-out infinite}.svc-logs-body{background:#08090f;border-radius:8px;padding:12px 16px;font-family:JetBrains Mono,ui-monospace,monospace;font-size:12px;line-height:1.7;max-height:520px;overflow:auto}.svc-section-label{font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:#6b7280;font-weight:600;margin-bottom:10px}.svc-yaml{background:#08090f;border-radius:8px;padding:16px 18px;font-family:JetBrains Mono,ui-monospace,monospace;font-size:13px;line-height:1.7;margin:0;overflow:auto}.svc-yaml-line{white-space:pre;color:#9ca3af}.svc-env-list{display:flex;flex-direction:column}.svc-env-row{display:grid;grid-template-columns:200px 1fr 100px 120px 60px;align-items:center;gap:16px;padding:12px 4px;border-bottom:1px solid #1A1B2E}.svc-env-key{font-family:JetBrains Mono,monospace;font-size:13px;font-weight:500;color:#fff}.svc-env-val{font-size:13px;color:#4a4b5e;letter-spacing:2px}.svc-env-badge{font-size:11px;padding:2px 8px;border-radius:999px;justify-self:start;text-transform:lowercase}.svc-env-ago{font-size:12px;color:#4a4b5e}.svc-env-reveal{justify-self:end}.svc-triggers{display:flex;flex-direction:column}.svc-trigger-row{display:grid;grid-template-columns:80px 1fr 80px 80px;gap:16px;padding:10px 4px;border-bottom:1px solid #1A1B2E;font-size:13px}.svc-trigger-kind{color:#146ef5;font-family:JetBrains Mono,monospace;font-weight:500}.svc-trigger-path{font-family:JetBrains Mono,monospace;color:#9ca3af}.svc-trigger-meta{color:#4a4b5e;font-family:JetBrains Mono,monospace}.settings-layout{display:grid;grid-template-columns:200px 1fr;gap:40px;max-width:1100px;padding:32px 40px 80px}.settings-header{padding:32px 40px 20px;max-width:1100px}.settings-title{font:600 22px/1.2 Inter,sans-serif;color:#fff;margin:0}.settings-nav{display:flex;flex-direction:column;gap:4px;position:sticky;top:32px;align-self:start}.settings-nav button{text-align:left;font:400 14px/1 Inter,sans-serif;color:#6b7280;padding:10px 16px;border-radius:8px;transition:background .12s,color .12s;cursor:pointer}.settings-nav button:hover{color:#9ca3af;background:#0e0f1a}.settings-nav button.active{color:#fff;background:#146ef51a}.settings-nav-divider{height:1px;background:#1a1b2e;margin:8px 12px}.settings-content{min-width:0}.settings-section-label{font:600 11px/1 Inter,sans-serif;color:#6b7280;letter-spacing:.08em;text-transform:uppercase;margin:0 0 16px;white-space:nowrap}.settings-section-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.profile-card{background:#0e0f1a;border-radius:12px;padding:24px}.profile-head{display:flex;gap:20px;align-items:center;padding-bottom:24px}.profile-avatar{width:64px;height:64px;border-radius:50%;background:#1a1b2e;display:grid;place-items:center;color:#9ca3af;font:600 24px/1 Inter,sans-serif;flex-shrink:0;position:relative;cursor:pointer;overflow:hidden}.profile-avatar:hover:after{content:"Change photo";position:absolute;top:0;right:0;bottom:0;left:0;background:#0009;display:grid;place-items:center;font:500 11px/1.2 Inter,sans-serif;color:#fff;text-align:center;padding:0 4px}.profile-info{display:flex;flex-direction:column;gap:4px}.profile-name{font:600 18px/1.2 Inter,sans-serif;color:#fff}.profile-email{font:400 14px/1.2 Inter,sans-serif;color:#9ca3af}.profile-role{font:400 13px/1.2 Inter,sans-serif;color:#6b7280;display:flex;align-items:center;gap:8px;margin-top:2px}.profile-member{font:400 12px/1.2 Inter,sans-serif;color:#4a4b5e;margin-top:2px}.profile-divider{height:1px;background:#1a1b2e;margin:0 -24px}.profile-form{padding-top:24px;display:flex;flex-direction:column;gap:20px}.form-field{display:flex;flex-direction:column;gap:6px}.form-label{font:500 13px/1 Inter,sans-serif;color:#9ca3af}.form-input{height:40px;background:#12131f;border:1px solid #1A1B2E;border-radius:8px;padding:0 12px;font:400 14px/1 Inter,sans-serif;color:#fff;outline:none;transition:border-color .12s;width:100%}.form-input::-moz-placeholder{color:#4a4b5e}.form-input::placeholder{color:#4a4b5e}.form-input:focus{border-color:#146ef5}.form-input.mono{font-family:JetBrains Mono,monospace;font-size:13px}.form-subgroup{display:flex;flex-direction:column;gap:12px}.form-subgroup .form-label{margin-bottom:2px}.form-footer{display:flex;justify-content:flex-end;margin-top:4px}.btn-primary{background:#146ef5;color:#fff;font:600 14px/1 Inter,sans-serif;padding:10px 24px;border-radius:8px;transition:background .12s;cursor:pointer}.btn-primary:hover{background:#1060d0}.btn-primary:disabled{opacity:.5;cursor:not-allowed}.btn-secondary{background:transparent;color:#146ef5;border:1px solid #146EF5;font:500 13px/1 Inter,sans-serif;padding:8px 16px;border-radius:8px;transition:background .12s,color .12s;cursor:pointer}.btn-secondary:hover{background:#146ef5;color:#fff}.btn-ghost{background:transparent;color:#6b7280;font:500 14px/1 Inter,sans-serif;padding:10px 16px;border-radius:8px;cursor:pointer}.btn-ghost:hover{color:#fff}.btn-danger{background:transparent;color:#ef4444;border:1px solid #EF4444;font:500 13px/1 Inter,sans-serif;padding:8px 16px;border-radius:8px;transition:background .12s,color .12s;cursor:pointer}.btn-danger:hover{background:#ef4444;color:#fff}.team-list{background:#0e0f1a;border-radius:12px;overflow:hidden}.team-row{height:56px;padding:12px 20px;display:flex;align-items:center;gap:16px;border-bottom:1px solid #1A1B2E;transition:background .12s}.team-row:last-child{border-bottom:none}.team-row:hover{background:#146ef508}.team-avatar{width:36px;height:36px;border-radius:50%;background:#1a1b2e;display:grid;place-items:center;font:500 14px/1 Inter,sans-serif;color:#9ca3af;flex-shrink:0}.team-name{font:500 14px/1 Inter,sans-serif;color:#fff;width:180px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.team-email{font:400 14px/1 Inter,sans-serif;color:#6b7280;flex:1}.role-pill{font:500 12px/1 Inter,sans-serif;padding:3px 10px;border-radius:999px;white-space:nowrap}.role-pill.admin{color:#146ef5;background:#146ef51a}.role-pill.dev{color:#22c55e;background:#22c55e1a}.role-pill.viewer{color:#6b7280;background:#6b728024}.team-clients{font:400 12px/1 Inter,sans-serif;color:#4a4b5e;min-width:100px}.kebab{color:#4a4b5e;padding:6px;border-radius:6px;cursor:pointer;transition:color .12s,background .12s;display:grid;place-items:center}.kebab:hover{color:#9ca3af;background:#12131f}.key-card{background:#0e0f1a;border-radius:8px;padding:16px 20px;margin-bottom:12px;transition:background .12s;display:grid;grid-template-columns:1fr auto;gap:8px 20px;align-items:center}.key-card:hover{background:#12131f}.key-row1{display:flex;align-items:center;gap:14px;grid-column:1 / -1}.key-name{font:500 15px/1 Inter,sans-serif;color:#fff}.key-prefix{font:400 13px/1 JetBrains Mono,monospace;color:#4a4b5e}.key-row2{display:flex;align-items:center;gap:14px;grid-column:1 / -1}.key-scope{font:400 12px/1 JetBrains Mono,monospace;color:#6b7280}.key-meta{font:400 12px/1 Inter,sans-serif;color:#4a4b5e}.key-never{color:#f59e0b}.client-pill{font:400 12px/1 Inter,sans-serif;padding:3px 10px;border-radius:999px;white-space:nowrap}.client-pill.crfg{color:#146ef5;background:#146ef51a}.client-pill.yldc{color:#22c55e;background:#22c55e1a}.client-pill.nadd{color:#f59e0b;background:#f59e0b1a}.client-pill.sgbd{color:#a855f7;background:#a855f71a}.secrets-list{background:#0e0f1a;border-radius:12px;overflow:hidden}.secret-row{height:48px;padding:12px 20px;display:grid;grid-template-columns:220px 1fr 120px 100px auto;gap:16px;align-items:center;border-bottom:1px solid #1A1B2E;transition:background .12s}.secret-row:last-child{border-bottom:none}.secret-row:hover{background:#146ef508}.secret-key{font:500 14px/1 JetBrains Mono,monospace;color:#fff}.secret-value{font:400 14px/1 JetBrains Mono,monospace;color:#4a4b5e;display:flex;align-items:center;gap:8px}.secret-actions{display:none;gap:6px;align-items:center;margin-left:8px}.secret-row:hover .secret-actions{display:inline-flex}.secret-action-btn{font:500 11px/1 Inter,sans-serif;color:#6b7280;padding:4px 8px;border-radius:6px;cursor:pointer;transition:color .12s,background .12s}.secret-action-btn:hover{color:#146ef5;background:#146ef514}.env-pill{font:400 11px/1 Inter,sans-serif;padding:3px 10px;border-radius:999px;white-space:nowrap;text-align:center}.env-pill.production{color:#22c55e;background:#22c55e1a}.env-pill.preview{color:#146ef5;background:#146ef51a}.env-pill.development{color:#f59e0b;background:#f59e0b1a}.secret-meta{font:400 12px/1 Inter,sans-serif;color:#4a4b5e}.rule-card{background:#0e0f1a;border-radius:8px;padding:16px 20px;margin-bottom:12px}.rule-head{display:flex;align-items:center;gap:10px}.status-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}.status-dot.on{background:#22c55e}.status-dot.off{background:#4a4b5e}.rule-name{font:600 15px/1 Inter,sans-serif;color:#fff;flex:1}.rule-desc{font:400 13px/1.4 Inter,sans-serif;color:#6b7280;margin-top:4px;margin-left:20px}.rule-config{font:400 12px/1 Inter,sans-serif;color:#4a4b5e;margin-top:8px;margin-left:20px;display:flex;gap:10px;align-items:center;flex-wrap:wrap}.rule-channel{color:#146ef5;font-family:JetBrains Mono,monospace}.sev-pill{font:500 11px/1 Inter,sans-serif;padding:2px 8px;border-radius:999px;text-transform:capitalize}.sev-pill.critical{color:#ef4444;background:#ef44441a}.sev-pill.high{color:#f59e0b;background:#f59e0b1a}.sev-pill.medium{color:#146ef5;background:#146ef51a}.sev-pill.low{color:#6b7280;background:#6b728024}.rule-status-on{color:#22c55e}.rule-status-off{color:#4a4b5e}.switch{width:34px;height:20px;background:#1a1b2e;border-radius:999px;position:relative;cursor:pointer;transition:background .15s;flex-shrink:0}.switch:after{content:"";position:absolute;top:2px;left:2px;width:16px;height:16px;background:#6b7280;border-radius:50%;transition:all .15s}.switch.on{background:#146ef5}.switch.on:after{left:16px;background:#fff}.notif-section{margin-bottom:32px}.notif-section-title{font:600 14px/1 Inter,sans-serif;color:#fff;margin:0 0 12px}.channel-list{background:#0e0f1a;border-radius:8px;overflow:hidden}.channel-row{padding:14px 20px;display:grid;grid-template-columns:180px 1fr auto;gap:16px;align-items:center;border-bottom:1px solid #1A1B2E}.channel-row:last-child{border-bottom:none}.channel-name{font:500 14px/1 JetBrains Mono,monospace;color:#fff}.channel-desc{font:400 13px/1 Inter,sans-serif;color:#6b7280}.channel-status{display:flex;align-items:center;gap:8px;font:400 13px/1 Inter,sans-serif}.channel-status.connected,.channel-status.active{color:#22c55e}.channel-status.none{color:#6b7280}.escalation-row{padding:14px 20px;display:grid;grid-template-columns:80px 1fr auto;gap:16px;align-items:center;border-bottom:1px solid #1A1B2E}.escalation-row:last-child{border-bottom:none}.escalation-step{font:500 13px/1 Inter,sans-serif;color:#9ca3af}.escalation-target{font:400 14px/1 Inter,sans-serif;color:#fff}.escalation-timing{font:400 13px/1 Inter,sans-serif;color:#6b7280}.platform-section{margin-bottom:32px}.platform-section-title{font:600 14px/1 Inter,sans-serif;color:#fff;margin:0 0 12px}.config-table{background:#0e0f1a;border-radius:8px;overflow:hidden}.config-row{padding:12px 20px;display:grid;grid-template-columns:1fr 1fr 120px;gap:16px;align-items:center;border-bottom:1px solid #1A1B2E;font:400 13px/1 Inter,sans-serif}.config-row:last-child{border-bottom:none}.config-row.head{color:#6b7280;font-weight:500;font-size:11px;text-transform:uppercase;letter-spacing:.06em;padding:10px 20px}.config-key{color:#fff;font-family:JetBrains Mono,monospace;font-size:13px}.config-value{color:#9ca3af;font-family:JetBrains Mono,monospace;padding:4px 8px;border-radius:6px;cursor:pointer}.config-value:hover{background:#12131f;color:#fff}.config-changed{color:#4a4b5e;font-size:12px}.config-add-row{padding:12px 20px;text-align:right}.config-add-row .btn-secondary{display:inline-flex}.maintenance-card{background:#0e0f1a;border-radius:8px;padding:20px}.maintenance-status{display:flex;align-items:center;gap:10px;font:500 14px/1 Inter,sans-serif;color:#fff;margin-bottom:8px}.maintenance-desc{font:400 13px/1 Inter,sans-serif;color:#6b7280;margin-bottom:16px}.danger-card{background:#0e0f1a;border-radius:8px;border-left:3px solid #EF4444;overflow:hidden}.danger-row{padding:20px;display:grid;grid-template-columns:200px 1fr auto;gap:20px;align-items:center;border-bottom:1px solid #1A1B2E}.danger-row:last-child{border-bottom:none}.danger-title{font:500 14px/1 Inter,sans-serif;color:#fff}.danger-desc{font:400 13px/1.4 Inter,sans-serif;color:#6b7280}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;display:grid;place-items:center;z-index:100;animation:fadeIn .12s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal{background:#0e0f1a;border-radius:12px;box-shadow:0 24px 48px #0006;width:480px;padding:24px;animation:modalIn .18s cubic-bezier(.2,.8,.2,1)}@keyframes modalIn{0%{transform:translateY(8px) scale(.98);opacity:0}to{transform:none;opacity:1}}.modal-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.modal-title{font:600 18px/1 Inter,sans-serif;color:#fff}.modal-close{color:#4a4b5e;font-size:18px;padding:4px;cursor:pointer;transition:color .12s}.modal-close:hover{color:#fff}.modal-body{display:flex;flex-direction:column;gap:16px}.modal-footer{margin-top:20px;display:flex;gap:8px;justify-content:flex-end}.radio-group,.check-group{display:flex;gap:20px;flex-wrap:wrap}.radio,.check{display:inline-flex;align-items:center;gap:8px;font:400 14px/1 Inter,sans-serif;color:#9ca3af;cursor:pointer}.radio-dot{width:16px;height:16px;border-radius:50%;border:1.5px solid #4A4B5E;display:grid;place-items:center;transition:border-color .12s}.radio.on .radio-dot{border-color:#146ef5}.radio.on .radio-dot:after{content:"";width:8px;height:8px;background:#146ef5;border-radius:50%}.radio.on{color:#fff}.check-box{width:16px;height:16px;border-radius:4px;border:1.5px solid #4A4B5E;display:grid;place-items:center;transition:all .12s}.check.on .check-box{border-color:#146ef5;background:#146ef5}.check.on .check-box:after{content:"";width:8px;height:4px;border-left:2px solid #FFFFFF;border-bottom:2px solid #FFFFFF;transform:rotate(-45deg) translate(1px,-1px)}.check.on{color:#fff}.success-banner{background:#08090f;border-radius:8px;padding:12px;font:500 14px/1.4 JetBrains Mono,monospace;color:#22c55e;display:flex;align-items:center;gap:10px;word-break:break-all}.success-banner .copy-btn{color:#4a4b5e;padding:6px;border-radius:6px;cursor:pointer;flex-shrink:0;transition:color .12s,background .12s}.success-banner .copy-btn:hover{color:#146ef5;background:#146ef514}.warn-text{font:400 13px/1.4 Inter,sans-serif;color:#f59e0b}.success-title{font:600 16px/1 Inter,sans-serif;color:#22c55e;display:flex;align-items:center;gap:8px}.dropdown-trigger{display:inline-flex;align-items:center;gap:8px;background:#12131f;border:1px solid #1A1B2E;border-radius:8px;padding:8px 12px;font:400 13px/1 Inter,sans-serif;color:#fff;cursor:pointer}.dropdown-trigger:hover{background:#151626}.label-inline{font:400 13px/1 Inter,sans-serif;color:#9ca3af;display:inline-flex;align-items:center;gap:10px}.toast{position:fixed;bottom:24px;right:24px;background:#0e0f1a;border:1px solid #1A1B2E;border-radius:8px;padding:12px 16px;font:500 13px/1 Inter,sans-serif;color:#fff;box-shadow:0 10px 30px #00000080;z-index:200;animation:toastIn .2s ease-out}@keyframes toastIn{0%{transform:translateY(12px);opacity:0}to{transform:none;opacity:1}}html,body,#root{height:100%;margin:0;background:var(--bg)}body{color:var(--fg);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;font-size:var(--fs-body);letter-spacing:-.005em;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#94a3b824;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#94a3b840}.skeleton{background:linear-gradient(90deg,#0e0f1a,#12131f,#0e0f1a);background-size:200% 100%;animation:sk-shimmer 1.5s ease infinite;border-radius:12px}@keyframes sk-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.pulse-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 24px;text-align:center;color:var(--fg-dim)}.pulse-empty-title{color:var(--fg);font-weight:500;font-size:15px;margin-bottom:6px}.pulse-empty-sub{color:var(--fg-muted);font-size:13px}button.avatar.svelte-6dohdz{color:#fff}.sidebar-menu.svelte-6dohdz{position:absolute;left:48px;bottom:0;width:220px;background:#111827;border:1px solid rgba(148,163,184,.14);border-radius:10px;box-shadow:0 16px 32px #00000080;padding:6px;z-index:120}.sidebar-menu-head.svelte-6dohdz{padding:10px 12px 8px;border-bottom:1px solid rgba(148,163,184,.08);margin-bottom:6px}.sidebar-menu-name.svelte-6dohdz{font-size:13px;font-weight:500;color:#fff}.sidebar-menu-email.svelte-6dohdz{font-size:12px;color:#9ca3af}.sidebar-menu-role.svelte-6dohdz{display:inline-block;margin-top:4px;font-size:11px;padding:2px 8px;border-radius:9999px;background:#146ef51a;color:#146ef5;text-transform:capitalize}.sidebar-menu-item.svelte-6dohdz{display:block;width:100%;text-align:left;padding:8px 10px;border-radius:6px;font-size:13px;color:#9ca3af;background:none;border:none;cursor:pointer}.sidebar-menu-item.svelte-6dohdz:hover{background:#ffffff0a;color:#fff}.bell-drop.svelte-11yu8dz{position:absolute;right:0;top:calc(100% + 6px);width:360px;max-height:420px;overflow:auto;background:#111827;border:1px solid rgba(148,163,184,.14);border-radius:10px;box-shadow:0 16px 32px #00000080;padding:8px;z-index:200}.bell-head.svelte-11yu8dz{display:flex;justify-content:space-between;align-items:baseline;padding:6px 8px 10px;border-bottom:1px solid rgba(148,163,184,.08);font-size:12px;color:#9ca3af;font-weight:600;text-transform:uppercase;letter-spacing:.08em}.bell-empty.svelte-11yu8dz{padding:28px 12px;text-align:center;color:#6b7280;font-size:13px}.bell-item.svelte-11yu8dz{display:grid;grid-template-columns:10px 1fr auto;gap:10px;padding:10px 8px;border-radius:6px;align-items:center}.bell-item.svelte-11yu8dz:hover{background:#ffffff08}.bell-dot.svelte-11yu8dz{width:8px;height:8px;border-radius:50%;margin-top:6px}.bell-title.svelte-11yu8dz{font-size:13px;color:#fff;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bell-meta.svelte-11yu8dz{font-size:11px;color:#6b7280;margin-top:2px}.bell-ack.svelte-11yu8dz{background:#146ef51a;color:#146ef5;border:none;font-size:11px;font-weight:500;padding:4px 10px;border-radius:6px;cursor:pointer}.bell-ack.svelte-11yu8dz:hover{background:#146ef533}.toast-host.svelte-1hycykd{position:fixed;top:16px;right:16px;display:flex;flex-direction:column;gap:8px;z-index:1000;pointer-events:none}.toast-card.svelte-1hycykd{pointer-events:auto;min-width:280px;max-width:440px;background:#111827;border:1px solid rgba(148,163,184,.14);border-left-width:3px;border-radius:8px;padding:12px 36px 12px 14px;color:#e5e7eb;font-size:13px;line-height:1.4;box-shadow:0 10px 24px #00000080;animation:svelte-1hycykd-toast-in .2s ease;position:relative}.toast-success.svelte-1hycykd{border-left-color:#22c55e}.toast-error.svelte-1hycykd{border-left-color:#ef4444}.toast-warn.svelte-1hycykd{border-left-color:#f59e0b}.toast-info.svelte-1hycykd{border-left-color:#3b82f6}.toast-close.svelte-1hycykd{position:absolute;top:6px;right:8px;width:20px;height:20px;background:none;border:none;color:#4a4b5e;font-size:16px;cursor:pointer}.toast-close.svelte-1hycykd:hover{color:#e5e7eb}@keyframes svelte-1hycykd-toast-in{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}
