@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500;600;700&display=swap";:root{color:#dfe2f1;font-synthesis:none;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--canvas-root:#0b0f19;--surface-lowest:#0a0e18;--surface-low:#111827;--surface-container:#171b26;--surface-high:#1c1f2a;--surface-highest:#262a35;--surface-bright:#313540;--border-subdued:#1e293b;--border-prominent:#374151;--border-accent:#00d8ff59;--text-primary:#f9fafb;--text-secondary:#9ca3af;--text-muted:#6b7280;--accent-cyan:#00d8ff;--accent-cyan-hover:#38e1ff;--accent-cyan-dim:#005a6c;--accent-cyan-bg:#00d8ff14;--status-healthy:#10b981;--status-healthy-dim:#10b98126;--status-throttling:#f59e0b;--status-throttling-dim:#f59e0b26;--status-critical:#ef4444;--status-critical-dim:#ef444426;background-color:#0b0f19;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background-color:var(--canvas-root);min-width:320px;min-height:100vh;color:var(--text-primary);-webkit-font-smoothing:antialiased;background-image:linear-gradient(#ffffff04 1px,#0000 1px),linear-gradient(90deg,#ffffff04 1px,#0000 1px);background-size:32px 32px;margin:0;font-size:14px;line-height:1.5}.stitch-code-font,.font-data-code,.font-data-tabular{font-variant-numeric:tabular-nums;font-family:JetBrains Mono,monospace}button,input,select,textarea{font:inherit;color:inherit}button:focus-visible,input:focus-visible,select:focus-visible{outline:2px solid var(--accent-cyan);outline-offset:2px}.skip-link{z-index:100;background:var(--accent-cyan);color:#05131a;padding:.7rem 1rem;font-weight:600;text-decoration:none;transition:top .2s;position:fixed;top:-4rem;left:1rem}.skip-link:focus{top:1rem}.stitch-app-shell{background:var(--canvas-root);flex-direction:column;height:100vh;display:flex;overflow:hidden}.stitch-app-body{flex:1;height:calc(100vh - 56px);display:flex;position:relative;overflow:hidden}.stitch-main-workspace{scroll-behavior:smooth;flex:1;width:100%;min-width:0;max-width:1600px;height:100%;margin:0 auto;padding:1.5rem 2rem 4rem;overflow:hidden auto}@media (width<=768px){.stitch-main-workspace{padding:1rem 1rem 5rem}}.stitch-topbar{z-index:40;border-bottom:1px solid var(--border-subdued);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0a0e18eb;justify-content:space-between;align-items:center;gap:1rem;height:56px;padding:0 1.25rem;display:flex;position:sticky;top:0}.stitch-brand-section{-webkit-user-select:none;user-select:none;align-items:center;gap:.75rem;display:flex}.stitch-logo-badge{background:var(--accent-cyan);border-radius:4px;justify-content:center;align-items:center;width:28px;height:28px;display:flex;box-shadow:0 0 12px #00d8ff66}.stitch-logo-badge.large{width:36px;height:36px}.stitch-logo-glyph{color:#05131a;letter-spacing:-.05em;font-family:JetBrains Mono,monospace;font-size:13px;font-weight:800}.stitch-brand-text{flex-direction:column;display:flex}.stitch-brand-title{letter-spacing:-.01em;color:var(--text-primary);font-size:14px;font-weight:700;line-height:1.2}.stitch-brand-subtitle{color:var(--text-muted);letter-spacing:.02em;font-family:JetBrains Mono,monospace;font-size:10px}.stitch-topbar-center{flex:1;align-items:center;gap:.75rem;max-width:650px;display:flex}@media (width<=900px){.stitch-topbar-center{display:none}}.stitch-search-bar{background:var(--surface-low);border:1px solid var(--border-subdued);height:32px;color:var(--text-secondary);cursor:pointer;border-radius:4px;flex:1;align-items:center;gap:.5rem;padding:0 .75rem;font-size:12px;transition:all .15s;display:flex}.stitch-search-bar:hover{border-color:var(--border-prominent);background:var(--surface-container);color:var(--text-primary)}.stitch-search-placeholder{text-align:left;white-space:nowrap;text-overflow:ellipsis;flex:1;overflow:hidden}.stitch-search-kbd{background:var(--surface-high);border:1px solid var(--border-subdued);color:var(--text-muted);border-radius:3px;padding:2px 6px;font-family:JetBrains Mono,monospace;font-size:10px}.stitch-cluster-menu-container{position:relative}.stitch-cluster-trigger{background:var(--surface-low);border:1px solid var(--border-subdued);cursor:pointer;border-radius:4px;align-items:center;gap:.5rem;height:32px;padding:0 .75rem;font-size:12px;transition:all .15s;display:flex}.stitch-cluster-trigger:hover{border-color:var(--border-prominent);background:var(--surface-container)}.stitch-cluster-name{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;max-width:150px;font-family:JetBrains Mono,monospace;font-weight:600;overflow:hidden}.stitch-cluster-version{color:var(--text-muted);font-family:JetBrains Mono,monospace;font-size:11px}.stitch-chevron{color:var(--text-muted);transition:transform .2s}.stitch-chevron.open{transform:rotate(180deg)}.stitch-topbar-right{align-items:center;gap:.75rem;display:flex}.stitch-live-beacon{color:var(--text-secondary);align-items:center;gap:.5rem;padding:0 .5rem;font-family:JetBrains Mono,monospace;font-size:11px;font-weight:600;display:flex}.stitch-tz-chip{background:var(--surface-high);border:1px solid var(--border-subdued);color:var(--text-muted);border-radius:3px;padding:1px 5px;font-size:10px}.stitch-pulse-dot{background:var(--status-healthy);border-radius:50%;width:7px;height:7px;animation:2s infinite stitch-pulse;box-shadow:0 0 8px #10b98199}.stitch-pulse-dot.error{background:var(--status-critical);box-shadow:0 0 8px #ef444499}@keyframes stitch-pulse{0%{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.1)}to{opacity:1;transform:scale(1)}}.stitch-icon-btn{background:var(--surface-low);border:1px solid var(--border-subdued);width:34px;height:34px;color:var(--text-secondary);cursor:pointer;border-radius:4px;justify-content:center;align-items:center;transition:all .15s;display:flex}.stitch-icon-btn:hover{background:var(--surface-container);border-color:var(--border-prominent);color:var(--text-primary)}.stitch-badge-count{background:var(--status-critical);color:#fff;border:2px solid var(--canvas-root);border-radius:50%;justify-content:center;align-items:center;width:17px;height:17px;font-family:JetBrains Mono,monospace;font-size:10px;font-weight:700;display:flex;position:absolute;top:-3px;right:-3px}.stitch-admin-profile{border-left:1px solid var(--border-subdued);align-items:center;gap:.5rem;padding-left:.5rem;display:flex}.stitch-admin-avatar{background:var(--surface-high);border:1px solid var(--border-subdued);width:28px;height:28px;color:var(--accent-cyan);border-radius:4px;justify-content:center;align-items:center;display:flex}.stitch-admin-meta{flex-direction:column;display:flex}.stitch-admin-name{color:var(--text-primary);font-size:12px;font-weight:600;line-height:1.2}.stitch-admin-role{color:var(--text-muted);font-family:JetBrains Mono,monospace;font-size:10px}.stitch-logout-btn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:4px;transition:color .15s;display:flex}.stitch-logout-btn:hover{color:var(--status-critical)}.stitch-dropdown-panel{z-index:50;background:var(--surface-low);border:1px solid var(--border-prominent);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:6px;position:absolute;top:calc(100% + 8px);right:0;overflow:hidden;box-shadow:0 16px 36px -4px #000000bf}.stitch-dropdown-panel.cluster-dropdown{width:320px;left:0;right:auto}.stitch-dropdown-panel.bell-dropdown{width:380px}.stitch-dropdown-header{background:var(--surface-lowest);border-bottom:1px solid var(--border-subdued);justify-content:space-between;align-items:center;padding:.75rem 1rem;font-size:12px;font-weight:600;display:flex}.stitch-dropdown-list{padding:.25rem 0}.stitch-dropdown-item{text-align:left;cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;width:100%;padding:.6rem 1rem;transition:background .15s;display:flex}.stitch-dropdown-item:hover{background:var(--surface-container)}.stitch-dropdown-item.active{background:var(--accent-cyan-bg)}.stitch-dropdown-item-title{color:var(--text-primary);align-items:center;gap:.5rem;font-size:13px;display:flex}.stitch-dropdown-item-sub{color:var(--text-muted);margin-top:2px;padding-left:1rem;font-size:11px;display:block}.stitch-bell-list{max-height:360px;overflow-y:auto}.stitch-bell-item{border-bottom:1px solid var(--border-subdued);cursor:pointer;padding:.75rem 1rem;transition:background .15s}.stitch-bell-item:hover{background:var(--surface-container)}.stitch-bell-item-top{justify-content:space-between;align-items:center;margin-bottom:.25rem;display:flex}.stitch-bell-time{color:var(--text-muted);font-family:JetBrains Mono,monospace;font-size:11px}.stitch-bell-title{color:var(--text-primary);margin:0;font-size:12px;font-weight:600;line-height:1.4}.stitch-bell-meta{color:var(--text-muted);margin-top:.25rem;font-size:11px;display:block}.stitch-empty-dropdown{text-align:center;color:var(--text-secondary);flex-direction:column;align-items:center;gap:.5rem;padding:2rem 1.5rem;font-size:12px;display:flex}.stitch-sidebar{background:var(--surface-lowest);border-right:1px solid var(--border-subdued);-webkit-user-select:none;user-select:none;z-index:20;flex-direction:column;flex-shrink:0;justify-content:space-between;width:240px;height:100%;display:flex;overflow:hidden auto}@media (width<=900px){.stitch-sidebar{display:none}}.stitch-sidebar-header{border-bottom:1px solid var(--border-subdued);background:#0a0e1866;padding:1rem 1rem .75rem}.stitch-cluster-badge-row{align-items:center;gap:.5rem;display:flex}.stitch-cluster-label{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;font-family:JetBrains Mono,monospace;font-size:12px;font-weight:700;overflow:hidden}.stitch-cluster-subtext{color:var(--text-muted);margin:4px 0 0;font-family:JetBrains Mono,monospace;font-size:11px}.stitch-nav-list{flex-direction:column;flex:1;gap:2px;padding:.75rem .5rem;display:flex}.stitch-nav-section-label{color:var(--text-muted);letter-spacing:.08em;padding:.25rem .75rem .5rem;font-family:JetBrains Mono,monospace;font-size:10px;font-weight:600}.stitch-nav-item{text-align:left;cursor:pointer;width:100%;color:var(--text-secondary);background:0 0;border:1px solid #0000;border-left-width:2px;border-radius:4px;align-items:center;gap:.75rem;padding:.6rem .75rem;transition:all .15s;display:flex}.stitch-nav-item:hover{background:var(--surface-low);color:var(--text-primary)}.stitch-nav-item.active{background:var(--surface-container);border-left-color:var(--accent-cyan);color:var(--text-primary)}.stitch-nav-item-icon{width:20px;color:var(--text-secondary);justify-content:center;align-items:center;display:flex}.stitch-nav-item.active .stitch-nav-item-icon{color:var(--accent-cyan)}.stitch-nav-item-text{flex-direction:column;flex:1;display:flex}.stitch-nav-label{font-size:13px;font-weight:500;line-height:1.2}.stitch-nav-item.active .stitch-nav-label{color:var(--accent-cyan);font-weight:600}.stitch-nav-sub{color:var(--text-muted);font-size:10px}.stitch-nav-badge{background:var(--surface-high);border:1px solid var(--border-subdued);color:var(--text-secondary);border-radius:4px;padding:2px 6px;font-family:JetBrains Mono,monospace;font-size:10px}.stitch-nav-badge.error{background:var(--status-critical-dim);color:var(--status-critical);border-color:#ef444466;font-weight:700}.stitch-sidebar-cta{padding:.5rem .75rem 1rem}.stitch-cta-button{background:var(--surface-high);border:1px solid var(--border-prominent);width:100%;height:34px;color:var(--accent-cyan);cursor:pointer;border-radius:4px;justify-content:center;align-items:center;gap:.5rem;font-size:12px;font-weight:600;transition:all .15s;display:flex}.stitch-cta-button:hover{background:var(--surface-bright);border-color:var(--accent-cyan)}.stitch-sidebar-footer{border-top:1px solid var(--border-subdued);background:#0a0e1899;flex-direction:column;gap:.5rem;padding:.75rem;display:flex}.stitch-footer-row{align-items:center;gap:.5rem;display:flex}.stitch-footer-text{flex-direction:column;display:flex}.stitch-footer-text strong{color:var(--text-primary);font-size:11px;font-weight:600}.stitch-footer-text span{color:var(--text-muted);font-family:JetBrains Mono,monospace;font-size:10px}.stitch-footer-links{color:var(--text-muted);align-items:center;gap:.5rem;font-size:11px;display:flex}.stitch-footer-link{color:var(--text-muted);align-items:center;gap:.25rem;text-decoration:none;display:flex}.stitch-footer-link:hover{color:var(--accent-cyan)}.stitch-footer-divider{color:var(--border-prominent)}.stitch-footer-status{color:var(--text-secondary);align-items:center;gap:.25rem;font-family:JetBrains Mono,monospace;font-size:10px;display:flex}.stitch-mobile-bottom-nav{border-top:1px solid var(--border-subdued);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:40;background:#0a0e18f5;justify-content:space-around;align-items:center;height:58px;padding:0 .5rem;display:none;position:fixed;bottom:0;left:0;right:0}@media (width<=900px){.stitch-mobile-bottom-nav{display:flex}}.stitch-mobile-nav-btn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;flex-direction:column;justify-content:center;align-items:center;gap:3px;min-width:54px;min-height:46px;transition:color .15s;display:flex}.stitch-mobile-nav-btn.active{color:var(--accent-cyan)}.stitch-mobile-nav-icon-wrap{justify-content:center;align-items:center;display:flex;position:relative}.stitch-mobile-badge{background:var(--status-critical);color:#fff;border-radius:999px;padding:1px 4px;font-size:9px;font-weight:700;position:absolute;top:-4px;right:-8px}.stitch-mobile-nav-label{font-size:10px;font-weight:500}.stitch-btn{cursor:pointer;white-space:nowrap;border-radius:4px;justify-content:center;align-items:center;gap:.5rem;min-height:34px;padding:0 .85rem;font-size:12px;font-weight:600;transition:all .15s;display:inline-flex}.stitch-btn.primary{background:var(--accent-cyan);border:1px solid var(--accent-cyan);color:#05131a}.stitch-btn.primary:hover{background:var(--accent-cyan-hover);box-shadow:0 0 12px #00d8ff59}.stitch-btn.secondary{background:var(--surface-low);border:1px solid var(--border-prominent);color:var(--text-primary)}.stitch-btn.secondary:hover{background:var(--surface-container);border-color:var(--text-secondary)}.stitch-btn.small{min-height:28px;padding:0 .6rem;font-size:11px}.stitch-btn.full-width{width:100%}.stitch-btn:disabled{opacity:.5;cursor:not-allowed}.stitch-mini-btn{background:var(--surface-high);border:1px solid var(--border-subdued);width:28px;height:28px;color:var(--text-secondary);cursor:pointer;border-radius:4px;justify-content:center;align-items:center;transition:all .15s;display:inline-flex}.stitch-mini-btn:hover{border-color:var(--border-prominent);color:var(--text-primary);background:var(--surface-bright)}.stitch-mini-btn.active{border-color:var(--accent-cyan);color:var(--accent-cyan)}.stitch-mini-btn.danger:hover{color:var(--status-critical);background:var(--status-critical-dim);border-color:#ef444480}.stitch-spin{animation:1s linear infinite stitch-spin}@keyframes stitch-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.stitch-text-link{color:var(--accent-cyan);cursor:pointer;background:0 0;border:none;align-items:center;gap:4px;padding:0;font-size:12px;font-weight:500;display:inline-flex}.stitch-text-link:hover{text-decoration:underline}.stitch-view-container{flex-direction:column;gap:1.25rem;display:flex}.stitch-page-header{flex-direction:column;gap:1rem;display:flex}@media (width>=900px){.stitch-page-header{flex-direction:row;justify-content:space-between;align-items:flex-end}}.stitch-header-titles{flex-direction:column;gap:.25rem;display:flex}.stitch-title-row{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.stitch-page-h1{letter-spacing:-.02em;color:var(--text-primary);margin:0;font-size:clamp(20px,2.5vw,26px);font-weight:700;line-height:1.2}.stitch-page-subtext{color:var(--text-secondary);max-width:750px;margin:0;font-size:13px}.stitch-header-controls{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.stitch-range-tabs{background:var(--surface-lowest);border:1px solid var(--border-subdued);border-radius:4px;padding:2px;display:flex}.stitch-range-tab{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:3px;padding:4px 10px;font-family:JetBrains Mono,monospace;font-size:11px;font-weight:600;transition:all .15s}.stitch-range-tab.active{background:var(--surface-container);color:var(--accent-cyan);box-shadow:0 1px 3px #0006}.stitch-auto-refresh{background:var(--surface-lowest);border:1px solid var(--border-subdued);border-radius:4px;align-items:center;gap:.35rem;padding:2px 6px;display:flex}.stitch-select-mini{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;outline:none;font-family:JetBrains Mono,monospace;font-size:11px}.stitch-incident-strip{background:var(--status-critical-dim);border:1px solid #ef444473;border-radius:6px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:.75rem 1rem;display:flex}.stitch-incident-left{color:#fecaca;align-items:center;gap:.75rem;font-size:13px;display:flex}.stitch-incident-pulse-dot{background:var(--status-critical);border-radius:50%;width:8px;height:8px;animation:1.5s infinite stitch-pulse;box-shadow:0 0 8px #ef4444cc}.stitch-incident-action-btn{color:#fee2e2;cursor:pointer;background:#ef444433;border:1px solid #ef444480;border-radius:4px;align-items:center;gap:4px;padding:4px 10px;font-size:12px;font-weight:600;display:inline-flex}.stitch-critical-incident-banner{background:#ef44441f;border:1px solid #ef444466;border-radius:6px;flex-direction:column;gap:.75rem;padding:1rem 1.25rem;display:flex}@media (width>=768px){.stitch-critical-incident-banner{flex-direction:row;justify-content:space-between;align-items:center}}.stitch-critical-icon-wrap{background:#ef444433;border:1px solid #ef444466;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;display:flex}.stitch-bento-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem;display:grid}.stitch-bento-card{background:var(--surface-low);border:1px solid var(--border-subdued);border-radius:6px;flex-direction:column;justify-content:space-between;gap:.65rem;min-height:180px;padding:1.25rem 1.25rem 1rem;transition:border-color .15s,box-shadow .15s;display:flex}.stitch-bento-card:hover{border-color:var(--border-prominent);box-shadow:0 4px 20px #00000059}.stitch-bento-top{justify-content:space-between;align-items:center;display:flex}.stitch-bento-label{letter-spacing:.05em;color:var(--text-secondary);font-family:Inter,sans-serif;font-size:11px;font-weight:600}.stitch-bento-delta{align-items:center;gap:3px;font-family:JetBrains Mono,monospace;font-size:11px;display:inline-flex}.stitch-bento-delta.positive{color:var(--status-healthy)}.stitch-bento-delta.negative{color:var(--status-critical)}.stitch-bento-delta.neutral{color:var(--text-muted)}.stitch-bento-metric-row{align-items:baseline;gap:.5rem;margin:.15rem 0;display:flex}.stitch-metric-number{letter-spacing:-.03em;color:var(--text-primary);font-family:JetBrains Mono,monospace;font-size:28px;font-weight:700;line-height:1.1}.stitch-metric-number.small{font-size:18px}.stitch-metric-unit{color:var(--text-muted);font-family:JetBrains Mono,monospace;font-size:12px}.stitch-bento-sparkline{align-items:center;height:38px;margin:.35rem 0 .5rem;display:flex;overflow:hidden}.stitch-bento-subtext{color:var(--text-muted);border-top:1px solid var(--border-subdued);justify-content:space-between;align-items:center;margin-top:.25rem;padding-top:.65rem;font-size:11px;display:flex}.stitch-visual-grid{grid-template-columns:1fr;gap:1rem;display:grid}@media (width>=1100px){.stitch-visual-grid{grid-template-columns:1.8fr 1fr}}.stitch-panel-container{background:var(--surface-low);border:1px solid var(--border-subdued);border-radius:6px;overflow:hidden}.stitch-panel-header{border-bottom:1px solid var(--border-subdued);justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.25rem;display:flex}.stitch-panel-h2{letter-spacing:-.01em;color:var(--text-primary);margin:0;font-size:15px;font-weight:600}.stitch-panel-desc{color:var(--text-secondary);margin:3px 0 0;font-size:12px}.stitch-metric-selector-tabs{background:var(--surface-lowest);border:1px solid var(--border-subdued);border-radius:4px;padding:2px;display:flex}.stitch-metric-selector-btn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:3px;padding:3px 8px;font-size:11px;font-weight:500}.stitch-metric-selector-btn.active{background:var(--surface-container);color:var(--accent-cyan)}.stitch-chart-area{height:300px;padding:1rem .5rem .5rem}.stitch-empty-chart{height:100%;color:var(--text-muted);justify-content:center;align-items:center;font-size:13px;display:flex}.stitch-chart-legend{border-top:1px solid var(--border-subdued);color:var(--text-secondary);flex-wrap:wrap;align-items:center;gap:1rem;padding:.5rem 1.25rem .75rem;font-size:11px;display:flex}.stitch-legend-item{align-items:center;gap:6px;display:flex}.stitch-legend-color{border-radius:2px;width:8px;height:8px}.stitch-gauge-container{justify-content:center;align-items:center;padding:1.5rem;display:flex}.stitch-circular-gauge{--gauge-angle:0deg;background:conic-gradient(var(--accent-cyan) var(--gauge-angle), var(--surface-high) 0);border-radius:50%;justify-content:center;align-items:center;width:140px;height:140px;display:flex;position:relative}.stitch-gauge-inner{background:var(--surface-low);border:1px solid var(--border-subdued);text-align:center;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:116px;height:116px;padding:.5rem;display:flex}.stitch-gauge-pct{color:var(--text-primary);font-family:JetBrains Mono,monospace;font-size:20px;font-weight:700;line-height:1.1}.stitch-gauge-label{color:var(--text-muted);margin-top:2px;font-family:JetBrains Mono,monospace;font-size:9px}.stitch-gauge-sub{color:var(--text-secondary);margin-top:2px;font-family:JetBrains Mono,monospace;font-size:10px}.stitch-ranked-list{flex-direction:column;gap:.6rem;padding:0 1.25rem 1.25rem;display:flex}.stitch-ranked-list-title{color:var(--text-muted);letter-spacing:.06em;margin-bottom:.2rem;font-family:JetBrains Mono,monospace;font-size:10px;font-weight:600}.stitch-ranked-item{flex-direction:column;gap:3px;display:flex}.stitch-ranked-item-top{justify-content:space-between;align-items:center;font-size:11px;display:flex}.stitch-ranked-name{color:var(--text-primary)}.stitch-ranked-name small{color:var(--text-muted);margin-left:4px}.stitch-progress-track{background:var(--surface-high);border-radius:2px;width:100%;height:4px;overflow:hidden}.stitch-progress-track.mini{height:3px}.stitch-progress-fill{border-radius:2px;height:100%;transition:width .3s}.stitch-table-controls-bar{border-bottom:1px solid var(--border-subdued);flex-direction:column;gap:.75rem;padding:.75rem 1.25rem;display:flex}@media (width>=768px){.stitch-table-controls-bar{flex-direction:row;justify-content:space-between;align-items:center}}.stitch-table-title-wrap{align-items:center;gap:.75rem;display:flex}.stitch-table-filters-wrap{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.stitch-table-search-box{background:var(--surface-lowest);border:1px solid var(--border-subdued);border-radius:4px;align-items:center;gap:.4rem;height:28px;padding:0 .5rem;display:flex}.stitch-table-search-input{color:var(--text-primary);background:0 0;border:none;outline:none;width:180px;font-size:12px}.stitch-table-status-select{background:var(--surface-lowest);border:1px solid var(--border-subdued);border-radius:4px;align-items:center;gap:.3rem;height:28px;padding:0 .5rem;display:flex}.stitch-table-responsive-wrap{overflow-x:auto}.stitch-data-table{border-collapse:collapse;text-align:left;width:100%;font-size:13px}.stitch-data-table.mini{font-size:11px}.stitch-data-table th{background:var(--surface-lowest);text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted);border-bottom:1px solid var(--border-subdued);white-space:nowrap;padding:.65rem 1rem;font-family:Inter,sans-serif;font-size:11px;font-weight:600}.stitch-data-table.mini th{padding:.4rem .6rem}.stitch-data-table td{color:var(--text-secondary);vertical-align:middle;border-bottom:1px solid #1e293b99;padding:.65rem 1rem}.stitch-data-table.mini td{padding:.4rem .6rem}.stitch-table-row{transition:background .12s}.stitch-table-row:hover{background:var(--surface-container)}.stitch-table-row.selected{background:var(--accent-cyan-bg)}.stitch-table-row.clickable{cursor:pointer}.stitch-table-empty-cell{text-align:center;color:var(--text-muted);padding:3rem 1rem}.stitch-cell-account{white-space:nowrap;align-items:center;gap:.6rem;display:flex}.stitch-col-source-name{white-space:nowrap;width:280px;min-width:250px}.stitch-source-name-text{color:var(--text-primary);white-space:nowrap;font-size:13.5px;font-weight:600;display:inline-block}.stitch-col-url{width:380px;min-width:280px;max-width:440px}.stitch-url-cell-wrap{align-items:center;gap:.5rem;min-width:0;max-width:420px;display:flex}.stitch-url-text{color:#94a3b8;text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;font-family:JetBrains Mono,monospace;font-size:11px;display:block;overflow:hidden}.stitch-token-badge{color:#34d399;white-space:nowrap;align-items:center;gap:.35rem;font-family:JetBrains Mono,monospace;font-size:11px;display:inline-flex}.stitch-col-encryption{white-space:nowrap;min-width:140px}.stitch-col-group{white-space:nowrap;min-width:150px}.stitch-col-status{white-space:nowrap;min-width:120px}.stitch-col-sync{white-space:nowrap;min-width:160px}.stitch-col-auto{text-align:center;min-width:80px}.stitch-col-actions{min-width:130px}.stitch-account-link-btn{text-align:left;cursor:pointer;color:var(--text-primary);background:0 0;border:none;align-items:center;gap:4px;padding:0;display:inline-flex}.stitch-account-link-btn:hover{color:var(--accent-cyan)}.stitch-account-endpoint{color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;max-width:260px;font-family:JetBrains Mono,monospace;font-size:11px;display:block;overflow:hidden}.stitch-cell-consumed{flex-direction:column;gap:3px;min-width:110px;display:flex}.stitch-cell-consumed-top{justify-content:space-between;font-size:12px;display:flex}.stitch-rw-ratio-cell{flex-direction:column;gap:3px;width:100px;display:flex}.stitch-rw-bar{border-radius:2px;height:4px;display:flex;overflow:hidden}.stitch-rw-read{background:var(--accent-cyan)}.stitch-rw-write{background:var(--status-throttling)}.stitch-rw-labels{justify-content:space-between;font-family:JetBrains Mono,monospace;font-size:10px;display:flex}.stitch-badge-throttling{color:var(--status-throttling);background:var(--status-throttling-dim);border:1px solid #f59e0b59;border-radius:4px;padding:2px 6px;font-family:JetBrains Mono,monospace;font-size:11px;font-weight:700}.stitch-badge-clean{color:var(--text-muted);font-family:JetBrains Mono,monospace;font-size:11px}.stitch-actions-cell{justify-content:flex-end;align-items:center;gap:4px;display:flex}.stitch-status-dot{border-radius:50%;flex-shrink:0;width:6px;height:6px}.stitch-status-dot.healthy{background:var(--status-healthy);box-shadow:0 0 6px #10b98199}.stitch-status-dot.idle{background:var(--text-muted)}.stitch-status-dot.throttling{background:var(--status-throttling)}.stitch-status-dot.critical,.stitch-status-dot.error{background:var(--status-critical);box-shadow:0 0 6px #ef444499}.stitch-pill-mini{text-transform:uppercase;border-radius:3px;align-items:center;gap:3px;padding:1px 6px;font-family:JetBrains Mono,monospace;font-size:10px;font-weight:600;display:inline-flex}.stitch-pill-mini.healthy{background:var(--status-healthy-dim);color:var(--status-healthy);border:1px solid #10b9814d}.stitch-pill-mini.gap,.stitch-pill-mini.throttling,.stitch-pill-mini.stale,.stitch-pill-mini.warning,.stitch-pill-mini.medium{background:var(--status-throttling-dim);color:var(--status-throttling);border:1px solid #f59e0b4d}.stitch-pill-mini.error,.stitch-pill-mini.critical,.stitch-pill-mini.high{background:var(--status-critical-dim);color:var(--status-critical);border:1px solid #ef44444d}.stitch-pill-mini.neutral,.stitch-pill-mini.never,.stitch-pill-mini.idle,.stitch-pill-mini.low{background:var(--surface-high);border:1px solid var(--border-subdued);color:var(--text-muted)}.stitch-tag-mono{background:var(--surface-high);border:1px solid var(--border-subdued);color:var(--text-secondary);border-radius:3px;padding:2px 6px;font-family:JetBrains Mono,monospace;font-size:11px}.stitch-tag-healthy{background:var(--status-healthy-dim);color:var(--status-healthy);border:1px solid #10b9814d;border-radius:3px;padding:2px 6px;font-family:JetBrains Mono,monospace;font-size:11px}.stitch-badge-engine{background:var(--accent-cyan-bg);border:1px solid var(--border-accent);color:var(--accent-cyan);border-radius:4px;padding:2px 8px;font-family:JetBrains Mono,monospace;font-size:11px}.stitch-channel-chip{background:var(--surface-high);border:1px solid var(--border-subdued);color:var(--text-secondary);border-radius:3px;padding:1px 5px;font-family:JetBrains Mono,monospace;font-size:10px}.stitch-split-grid{grid-template-columns:1fr;gap:1.25rem;display:grid}@media (width>=1100px){.stitch-split-grid{grid-template-columns:1.6fr 1fr}}.stitch-config-form{flex-direction:column;gap:1.25rem;padding:1.25rem;display:flex}.stitch-field-wrap{flex-direction:column;gap:.35rem;display:flex}.stitch-field-label{color:var(--text-primary);justify-content:space-between;align-items:center;font-size:12px;font-weight:600;display:flex}.stitch-field-hint{color:var(--text-muted);font-family:JetBrains Mono,monospace;font-size:10px;font-weight:400}.stitch-input{background:var(--surface-lowest);border:1px solid var(--border-subdued);width:100%;height:36px;color:var(--text-primary);border-radius:4px;outline:none;padding:0 .75rem;font-size:13px;transition:border-color .15s}.stitch-input:focus{border-color:var(--accent-cyan)}.stitch-slider{width:100%;accent-color:var(--accent-cyan);cursor:pointer}.stitch-presets-row{gap:.5rem;margin-top:.4rem;display:flex}.stitch-preset-chip{background:var(--surface-high);border:1px solid var(--border-subdued);color:var(--text-secondary);cursor:pointer;border-radius:3px;padding:2px 8px;font-family:JetBrains Mono,monospace;font-size:11px}.stitch-preset-chip.active{background:var(--accent-cyan-bg);border-color:var(--accent-cyan);color:var(--accent-cyan)}.stitch-toggle-card{background:var(--surface-container);border:1px solid var(--border-subdued);border-radius:6px;justify-content:space-between;align-items:center;gap:1rem;padding:.75rem 1rem;display:flex}.stitch-toggle-card-left{flex-direction:column;gap:2px;display:flex}.stitch-toggle-card-desc{color:var(--text-muted);margin:0;font-size:11px}.stitch-toggle-switch{background:var(--surface-high);border:1px solid var(--border-subdued);cursor:pointer;border-radius:10px;width:38px;height:20px;padding:2px;transition:all .2s;position:relative}.stitch-toggle-switch.on{background:var(--accent-cyan);border-color:var(--accent-cyan)}.stitch-toggle-knob{background:#fff;border-radius:50%;width:14px;height:14px;transition:transform .2s;display:block}.stitch-toggle-switch.on .stitch-toggle-knob{background:#05131a;transform:translate(18px)}.stitch-priority-buttons{gap:.5rem;display:flex}.stitch-priority-btn{background:var(--surface-lowest);border:1px solid var(--border-subdued);height:32px;color:var(--text-muted);cursor:pointer;border-radius:4px;flex:1;font-family:JetBrains Mono,monospace;font-size:11px;font-weight:600;transition:all .15s}.stitch-priority-btn.active.low{background:var(--surface-high);border-color:var(--text-secondary);color:var(--text-primary)}.stitch-priority-btn.active.medium{background:var(--status-throttling-dim);color:var(--status-throttling);border-color:#f59e0b80}.stitch-priority-btn.active.high{background:var(--status-critical-dim);color:var(--status-critical);border-color:#ef444480}.stitch-sql-terminal-box{background:var(--surface-lowest);border:1px solid var(--border-subdued);border-radius:6px;overflow:hidden}.stitch-sql-terminal-header{border-bottom:1px solid var(--border-subdued);color:var(--text-muted);text-transform:uppercase;background:#0000004d;justify-content:space-between;align-items:center;padding:.5rem .75rem;font-family:JetBrains Mono,monospace;font-size:10px;display:flex}.stitch-sql-code{color:var(--accent-cyan);margin:0;padding:.75rem;font-family:JetBrains Mono,monospace;font-size:11px;line-height:1.4;overflow-x:auto}.stitch-subnav-bar{border-bottom:1px solid var(--border-subdued);gap:.5rem;padding-bottom:.5rem;display:flex}.stitch-subnav-btn{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:4px;align-items:center;gap:.5rem;padding:.5rem .75rem;font-size:13px;font-weight:500;display:flex}.stitch-subnav-btn:hover{background:var(--surface-low);color:var(--text-primary)}.stitch-subnav-btn.active{background:var(--surface-container);color:var(--accent-cyan);font-weight:600}.stitch-subnav-badge{background:var(--status-critical);color:#fff;border-radius:999px;padding:1px 6px;font-family:JetBrains Mono,monospace;font-size:10px;font-weight:700}.stitch-subnav-badge.neutral{background:var(--surface-high);color:var(--text-secondary)}.stitch-modal-backdrop{z-index:100;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#000000bf;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.stitch-modal-dialog{background:var(--surface-low);border:1px solid var(--border-prominent);border-radius:8px;flex-direction:column;width:100%;max-width:540px;max-height:90vh;display:flex;overflow:hidden;box-shadow:0 20px 45px -8px #000000d9}.stitch-modal-header{border-bottom:1px solid var(--border-subdued);background:var(--surface-lowest);justify-content:space-between;align-items:center;padding:1rem 1.25rem;display:flex}.stitch-modal-h2{color:var(--text-primary);margin:0;font-size:15px;font-weight:600}.stitch-modal-body{flex-direction:column;gap:1rem;padding:1.25rem;display:flex;overflow-y:auto}.stitch-modal-footer{border-top:1px solid var(--border-subdued);background:var(--surface-lowest);justify-content:flex-end;align-items:center;gap:.5rem;padding:.75rem 1.25rem;display:flex}.stitch-detail-drawer{background:var(--surface-low);border-left:1px solid var(--border-prominent);z-index:105;flex-direction:column;width:min(720px,100vw);animation:.2s ease-out stitch-drawer-in;display:flex;position:fixed;top:0;bottom:0;right:0;overflow:hidden;box-shadow:-10px 0 35px #000000d9}@keyframes stitch-drawer-in{0%{transform:translate(100%)}to{transform:translate(0)}}.stitch-drawer-header{background:var(--surface-lowest);border-bottom:1px solid var(--border-subdued);justify-content:space-between;align-items:center;padding:1rem 1.25rem;display:flex}.stitch-drawer-h2{color:var(--text-primary);margin:0;font-size:16px;font-weight:700}.stitch-drawer-body{flex:1;padding:1.25rem;overflow-y:auto}.stitch-drawer-footer{background:var(--surface-lowest);border-top:1px solid var(--border-subdued);justify-content:flex-end;align-items:center;gap:.75rem;padding:1rem 1.25rem;display:flex}.stitch-encryption-card{background:#0f172abf;border:1px solid #38bdf833;border-radius:8px;align-items:flex-start;gap:.75rem;margin:1.25rem 0;padding:.85rem 1rem;display:flex}.stitch-encryption-card-icon{color:#34d399;flex-shrink:0;margin-top:2px}.stitch-encryption-card-text{color:var(--text-secondary);margin:0;font-size:12px;line-height:1.55}.stitch-encryption-card-text strong{color:var(--text-primary)}.stitch-guide-card{background:#0a0f1ebf;border:1px solid #38bdf840;border-radius:8px;margin-bottom:1.25rem;padding:1rem 1.15rem}.stitch-guide-header{justify-content:space-between;align-items:center;margin-bottom:.65rem;display:flex}.stitch-guide-title{color:var(--accent-cyan);align-items:center;gap:.5rem;font-size:13px;font-weight:700;display:flex}.stitch-guide-step-list{color:var(--text-secondary);flex-direction:column;gap:.45rem;font-size:12px;line-height:1.45;display:flex}.stitch-guide-step-item{align-items:flex-start;gap:.5rem;display:flex}.stitch-guide-badge{color:#38bdf8;background:#06b6d426;border:1px solid #38bdf84d;border-radius:4px;flex-shrink:0;margin-top:1px;padding:1px 5px;font-size:10px;font-weight:700}.stitch-guide-code{color:#7dd3fc;word-break:break-all;background:#02061799;border-radius:3px;margin-top:2px;padding:2px 6px;font-family:JetBrains Mono,monospace;font-size:11px;display:inline-block}.stitch-guide-templates-row{border-top:1px dashed #38bdf833;flex-wrap:wrap;gap:.5rem;margin-top:.75rem;padding-top:.65rem;display:flex}.stitch-guide-template-btn{color:#94a3b8;cursor:pointer;background:#1e293bcc;border:1px solid #94a3b833;border-radius:4px;align-items:center;gap:.35rem;padding:4px 8px;font-size:11px;transition:all .15s;display:flex}.stitch-guide-template-btn:hover{color:#38bdf8;background:#06b6d426;border-color:#38bdf866}.stitch-command-palette{background:var(--surface-low);border:1px solid var(--border-prominent);border-radius:8px;flex-direction:column;width:100%;max-width:600px;max-height:80vh;display:flex;overflow:hidden;box-shadow:0 25px 50px -12px #000000e6}.stitch-command-search-bar{background:var(--surface-lowest);border-bottom:1px solid var(--border-subdued);align-items:center;gap:.75rem;padding:.85rem 1rem;display:flex}.stitch-command-search-icon{color:var(--accent-cyan)}.stitch-command-input{color:var(--text-primary);background:0 0;border:none;outline:none;flex:1;font-size:14px}.stitch-command-clear-btn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;padding:2px}.stitch-command-esc-kbd{background:var(--surface-high);border:1px solid var(--border-subdued);color:var(--text-muted);border-radius:3px;padding:2px 6px;font-family:JetBrains Mono,monospace;font-size:10px}.stitch-command-results{flex-direction:column;gap:.5rem;max-height:420px;padding:.5rem;display:flex;overflow-y:auto}.stitch-command-group-title{color:var(--text-muted);letter-spacing:.06em;padding:.4rem .6rem;font-family:JetBrains Mono,monospace;font-size:10px;font-weight:600}.stitch-command-item{cursor:pointer;text-align:left;background:0 0;border:none;border-radius:4px;justify-content:space-between;align-items:center;width:100%;padding:.5rem .6rem;transition:background .12s;display:flex}.stitch-command-item:hover{background:var(--surface-container)}.stitch-command-item-left{color:var(--text-primary);align-items:center;gap:.6rem;font-size:13px;display:flex}.stitch-command-item-icon{color:var(--accent-cyan)}.stitch-command-subtext{color:var(--text-muted);font-family:JetBrains Mono,monospace;font-size:11px;display:block}.stitch-command-item-arrow{color:var(--text-muted)}.stitch-command-empty{text-align:center;color:var(--text-muted);padding:2rem 1rem;font-size:13px}.stitch-command-footer{background:var(--surface-lowest);border-top:1px solid var(--border-subdued);color:var(--text-muted);gap:1rem;padding:.5rem 1rem;font-family:JetBrains Mono,monospace;font-size:10px;display:flex}.stitch-command-footer strong{color:var(--text-secondary)}.stitch-login-shell{background:#020617;justify-content:center;align-items:center;min-height:100vh;padding:1.5rem;display:flex;position:relative;overflow:hidden}.stitch-login-galaxy-bg{opacity:.82;filter:brightness(.85)contrast(1.15)saturate(1.1);pointer-events:none;z-index:1;background-image:url(/galaxy-bg.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;width:108%;height:108%;animation:45s ease-in-out infinite alternate stitch-galaxy-breathe;position:absolute;inset:-4%}.stitch-login-galaxy-overlay{pointer-events:none;z-index:2;background:radial-gradient(circle,#03071273 0%,#030712d9 85%),linear-gradient(#02061766 0%,#020617bf 100%);position:absolute;inset:0}@keyframes stitch-galaxy-breathe{0%{transform:scale(1)translate(0)}50%{transform:scale(1.05)translate(-.8%,-.5%)}to{transform:scale(1)translate(0)}}.stitch-login-card-centered{-webkit-backdrop-filter:blur(20px);z-index:10;background:#0f172ae0;border:1px solid #38bdf840;border-radius:16px;flex-direction:column;gap:1.5rem;width:100%;max-width:440px;padding:2.25rem 2rem;display:flex;position:relative;box-shadow:0 20px 40px -15px #000c,0 0 30px #06b6d41f}.stitch-password-eye-btn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:4px;transition:color .15s;display:flex;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.stitch-password-eye-btn:hover{color:var(--accent-cyan)}.stitch-login-left-panel{justify-content:center;align-items:center;width:100%;padding:0;display:flex}.stitch-login-form-container{flex-direction:column;gap:1.5rem;width:100%;max-width:440px;display:flex}.stitch-login-brand{align-items:center;gap:.75rem;display:flex}.stitch-login-brand-title{color:var(--text-primary);margin:0;font-size:16px;font-weight:700}.stitch-login-headings{flex-direction:column;gap:.4rem;display:flex}.stitch-login-h1{letter-spacing:-.02em;color:var(--text-primary);margin:0;font-size:26px;font-weight:700}.stitch-login-desc{color:var(--text-secondary);margin:0;font-size:13px;line-height:1.5}.stitch-sso-group{flex-direction:column;gap:.5rem;display:flex}.stitch-sso-btn{background:var(--surface-low);border:1px solid var(--border-prominent);height:38px;color:var(--text-primary);cursor:pointer;border-radius:4px;justify-content:center;align-items:center;gap:.6rem;font-size:13px;font-weight:600;transition:all .15s;display:flex}.stitch-sso-btn:hover{background:var(--surface-container);border-color:var(--accent-cyan)}.stitch-login-divider{text-align:center;color:var(--text-muted);align-items:center;font-family:JetBrains Mono,monospace;font-size:11px;display:flex}.stitch-login-divider:before,.stitch-login-divider:after{content:"";border-bottom:1px solid var(--border-subdued);flex:1}.stitch-login-divider span{padding:0 .75rem}.stitch-login-form{flex-direction:column;gap:1rem;display:flex}.stitch-input-with-icon{align-items:center;display:flex;position:relative}.stitch-input-icon{color:var(--text-muted);position:absolute;left:.75rem}.stitch-input-with-icon .stitch-input{padding-left:2.3rem}.stitch-login-error{background:var(--status-critical-dim);color:#fca5a5;border:1px solid #ef444466;border-radius:4px;padding:.6rem .85rem;font-size:12px}.stitch-submit-btn{background:var(--accent-cyan);color:#05131a;cursor:pointer;border:none;border-radius:4px;justify-content:center;align-items:center;gap:.5rem;height:42px;margin-top:.25rem;font-size:14px;font-weight:700;transition:all .15s;display:flex}.stitch-submit-btn:hover{background:var(--accent-cyan-hover);box-shadow:0 0 16px #00d8ff66}.stitch-submit-btn:disabled{opacity:.6;cursor:wait}.stitch-security-badge-row{color:var(--text-muted);align-items:flex-start;gap:.5rem;font-size:11px;display:flex}.stitch-security-badge-row p{margin:0;line-height:1.4}.stitch-login-right-panel{background:var(--surface-lowest);border-left:1px solid var(--border-subdued);justify-content:center;align-items:center;padding:3rem;display:none}@media (width>=960px){.stitch-login-right-panel{display:flex}}.stitch-fleet-monitor-card{background:var(--surface-low);border:1px solid var(--border-prominent);border-radius:8px;flex-direction:column;gap:1.5rem;width:100%;max-width:520px;padding:2rem;display:flex;box-shadow:0 20px 40px -10px #000000b3}.stitch-fleet-header{justify-content:space-between;align-items:center;display:flex}.stitch-fleet-title{letter-spacing:.06em;color:var(--accent-cyan);font-family:JetBrains Mono,monospace;font-size:11px;font-weight:700}.stitch-fleet-desc{color:var(--text-secondary);margin:0;font-size:13px;line-height:1.6}.stitch-topology-list{flex-direction:column;gap:.6rem;display:flex}.stitch-topology-item{background:var(--surface-container);border:1px solid var(--border-subdued);border-radius:6px;justify-content:space-between;align-items:center;padding:.75rem 1rem;display:flex}.stitch-topology-item.active{background:#00d8ff0a;border-color:#00d8ff66}.stitch-topology-left{align-items:center;gap:.75rem;display:flex}.stitch-topology-left strong{color:var(--text-primary);font-size:12px;display:block}.stitch-topology-left small{color:var(--text-muted);font-family:JetBrains Mono,monospace;font-size:10px;display:block}.stitch-topology-right{text-align:right}.stitch-topology-metric{color:var(--accent-cyan);font-family:JetBrains Mono,monospace;font-size:12px;font-weight:600;display:block}.stitch-topology-right small{font-family:JetBrains Mono,monospace;font-size:10px}.stitch-fleet-stats-grid{border-top:1px solid var(--border-subdued);grid-template-columns:repeat(3,1fr);gap:.75rem;padding-top:1.25rem;display:grid}.stitch-fleet-stat-box{flex-direction:column;display:flex}.stitch-fleet-stat-label{color:var(--text-muted);font-family:JetBrains Mono,monospace;font-size:9px}.stitch-fleet-stat-value{margin:2px 0;font-family:JetBrains Mono,monospace;font-size:18px;font-weight:700}.stitch-fleet-stat-sub{color:var(--text-muted);font-family:JetBrains Mono,monospace;font-size:10px}.stitch-compliance-footer{border-top:1px solid var(--border-subdued);color:var(--text-muted);flex-wrap:wrap;gap:1rem;padding-top:1rem;font-size:11px;display:flex}.stitch-toast-banner{z-index:120;background:var(--surface-low);border:1px solid var(--accent-cyan);color:var(--text-primary);border-radius:6px;align-items:center;gap:.75rem;padding:.75rem 1rem;font-size:13px;animation:.2s stitch-toast-in;display:flex;position:fixed;bottom:2rem;right:2rem;box-shadow:0 10px 25px -5px #000c,0 0 12px #00d8ff40}@keyframes stitch-toast-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.stitch-toast-close{color:var(--text-muted);cursor:pointer;background:0 0;border:none;padding:2px}.stitch-toast-close:hover{color:var(--text-primary)}
