@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap";:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--bg:#fafafa;--fg:#111;--muted:#888;--muted-bg:#f5f5f5;--border:#eaeaeb;--accent:#000;--accent-fg:#fff;--brand:#0f7b78;--brand-strong:#0b615f;--brand-soft:#0f7b781f;--brand-border:#0f7b7838;--warning-soft:#f59e0b24;--danger-soft:#dc26261f;--focus-ring:#00000026;--shadow-sm:0 1px 2px #0000000a;--shadow-md:0 4px 12px #00000014;--border-radius:10px;--skeleton-base:#ececec;--skeleton-highlight:#f5f5f5;--repo-surface:#fff;--repo-surface-elevated:#fff;--repo-surface-subtle:#fbfbfc;--repo-surface-muted:#f9fafb;--repo-text:#111827;--repo-text-soft:#4b5563;--repo-text-muted:#6b7280;--repo-hover-bg:#f9fafb;--repo-hover-border:#d1d5db;--repo-backdrop:#fafafac7;--repo-drawer-shadow:0 -24px 72px #0f172a24;--repo-success-text:#047857;--repo-success-bg:#ecfdf5;--repo-success-border:#d1fae5;--repo-info-text:#1d4ed8;--repo-info-bg:#eff6ff;--repo-info-border:#dbeafe;--repo-warning-text:#b45309;--repo-warning-bg:#fffbeb;--repo-warning-border:#fde68a;--repo-danger-text:#b91c1c;--repo-danger-bg:#fef2f2;--repo-danger-border:#fecaca;--repo-danger-hover-text:#991b1b;--repo-danger-hover-bg:#fee2e2;--repo-danger-hover-border:#fca5a5;--repo-positive-text:#047857;--repo-negative-text:#b91c1c;--repo-panel-shadow:0 2px 10px #0f172a0a;--repo-stage-dot:#d8dee8;--repo-line:#cbd5e1;--repo-line-active:#3b82f6;--repo-control-text:#374151;--repo-control-muted:#6b7280;--repo-control-subtle:#9ca3af;--repo-control-bg:#fff;--repo-control-muted-bg:#f9fafb;--repo-control-border:#e2e8f0;--font-sans:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--font-mono:"JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--bg:#0a0a0a;--fg:#ededed;--muted:#a1a1aa;--muted-bg:#171717;--border:#27272a;--accent:#fff;--accent-fg:#000;--brand:#38b2ac;--brand-strong:#67e8f9;--brand-soft:#38b2ac2e;--brand-border:#38b2ac52;--warning-soft:#f59e0b2e;--danger-soft:#f871712e;--focus-ring:#ffffff26;--skeleton-base:#222;--skeleton-highlight:#333;--repo-surface:#111113;--repo-surface-elevated:#18181b;--repo-surface-subtle:#0d0d0f;--repo-surface-muted:#17171a;--repo-text:#f4f4f5;--repo-text-soft:#d4d4d8;--repo-text-muted:#a1a1aa;--repo-hover-bg:#202024;--repo-hover-border:#3f3f46;--repo-backdrop:#0a0a0ac7;--repo-drawer-shadow:0 -24px 72px #0000007a;--repo-success-text:#34d399;--repo-success-bg:#10b98124;--repo-success-border:#34d3993d;--repo-info-text:#93c5fd;--repo-info-bg:#3b82f629;--repo-info-border:#93c5fd3d;--repo-warning-text:#fbbf24;--repo-warning-bg:#f59e0b26;--repo-warning-border:#fbbf243d;--repo-danger-text:#fca5a5;--repo-danger-bg:#f8717124;--repo-danger-border:#fca5a53d;--repo-danger-hover-text:#fecaca;--repo-danger-hover-bg:#f8717133;--repo-danger-hover-border:#fca5a557;--repo-positive-text:#34d399;--repo-negative-text:#fca5a5;--repo-panel-shadow:0 2px 14px #00000052;--repo-stage-dot:#f4f4f542;--repo-line:#d4d4d861;--repo-line-active:#93c5fd;--repo-control-text:#e4e4e7;--repo-control-muted:#a1a1aa;--repo-control-subtle:#a1a1aa;--repo-control-bg:#18181b;--repo-control-muted-bg:#111113;--repo-control-border:#2f2f35}.deploy-toolbar-pill,.deployment-graph-lane-empty,.deployment-node-remove,.deployment-route-note,.deployment-route-empty{background:#ffffff0f;border-color:#ffffff14}.deploy-highlight-card,.deployment-graph-lane-header,.deployment-branch-pill,.deployment-node-kind,.deployment-node-avatar,.deployment-preview-stat{background:#ffffff14;border-color:#ffffff1a}.deployment-node-card.tone-teal{background:linear-gradient(#14b8a638,#171717f5)}.deployment-node-card.tone-amber{background:linear-gradient(#f59e0b38,#171717f5)}.deployment-node-card.tone-sky{background:linear-gradient(#38bdf838,#171717f5)}.deployment-node-card.tone-rose{background:linear-gradient(#fb718533,#171717f5)}.deployment-node-card.tone-lime{background:linear-gradient(#84cc1633,#171717f5)}.deployment-route-badge.source{color:#7dd3fc}.deployment-route-badge.target{color:#fdba74}}@keyframes shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}@keyframes fadeInPage{0%{opacity:.92;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.skeleton-box{background-color:var(--skeleton-base);border-radius:var(--border-radius);border:1px solid var(--border);position:relative;overflow:hidden}.skeleton-box:after{content:"";background:linear-gradient(90deg, transparent, var(--skeleton-highlight), transparent);animation:1.5s infinite shimmer;position:absolute;inset:0;transform:translate(-100%)}.skeleton-text{border:none;width:100%;height:1.2rem;margin-bottom:.5rem}.skeleton-text.short{width:60%}.skeleton-button{border:none;width:120px;height:38px}*{box-sizing:border-box}body{min-height:100vh;color:var(--fg);background-color:var(--bg);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;line-height:1.5}a{color:inherit;text-decoration:none}.app-shell{flex-direction:column;width:100vw;height:100vh;display:flex;overflow:hidden}.topbar{background:var(--bg);border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;height:64px;margin-bottom:0;padding:0 32px;display:flex}.app-main-content{flex:1;width:100%;max-width:1200px;margin:0 auto;padding:24px 40px;overflow-y:auto}.app-main-content-fluid{max-width:none;margin:0;padding-inline:32px;overflow:hidden}.brand{letter-spacing:-.01em;align-items:center;gap:10px;font-size:1.05rem;font-weight:600;display:flex}.brand-mark{object-fit:cover;width:26px;height:26px;box-shadow:var(--shadow-sm);border-radius:6px}.nav-links{align-items:center;gap:24px;height:100%;display:flex}.nav-links a{color:var(--muted);border-bottom:2px solid #0000;align-items:center;height:100%;padding-top:2px;font-size:.9rem;font-weight:500;text-decoration:none;transition:color .15s,border-color .15s;display:flex}.nav-links a.active,.nav-links a:hover{color:var(--fg)}.nav-links a.active{color:var(--brand-strong);border-bottom-color:var(--brand-strong)}.user-avatar{background:#f1f5f9;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;margin-left:8px;color:#475569!important;border:1px solid #e2e8f0!important;padding:0!important;font-size:.8rem!important;font-weight:600!important;display:flex!important}.user-avatar:hover{background:#e2e8f0;border-color:#cbd5e1!important}.nav-links a.setup-nudge{color:var(--fg);background:var(--muted-bg);border:1px solid var(--border);border-radius:999px;padding:6px 12px}.nav-links a.setup-nudge:hover{color:var(--bg);background:var(--fg);border-color:var(--fg)}h1,h2,h3,h4{letter-spacing:-.02em;color:var(--fg);margin:0;font-weight:600}h1{margin-bottom:16px;font-size:3rem;line-height:1.05}h2{margin-bottom:16px;font-size:1.5rem}p{color:var(--muted);margin:0 0 16px}.button{border-radius:var(--border-radius);cursor:pointer;white-space:nowrap;border:1px solid #0000;justify-content:center;align-items:center;padding:8px 16px;font-size:.9rem;font-weight:500;transition:all .2s;display:inline-flex}.button:disabled{opacity:.5;cursor:not-allowed}.button.primary{background:var(--fg);color:var(--bg)}.button.primary:hover:not(:disabled){opacity:.85}.button.secondary{border-color:var(--border);color:var(--fg);background:0 0}.button.secondary:hover:not(:disabled){background:var(--muted-bg)}.block-button{width:100%}label{color:var(--fg);flex-direction:column;gap:6px;margin-bottom:16px;font-size:.85rem;font-weight:500;display:flex}input,select,textarea{font-family:var(--font-sans);border:1px solid var(--border);border-radius:var(--border-radius);background:var(--bg);color:var(--fg);width:100%;padding:8px 12px;font-size:.9rem;transition:border-color .2s,box-shadow .2s}input:focus,select:focus,textarea:focus{border-color:var(--muted);box-shadow:0 0 0 2px var(--focus-ring);outline:none}textarea{resize:vertical;font-family:var(--font-mono);font-size:.85rem;line-height:1.5}.hero{grid-template-columns:1fr;gap:48px;padding:64px 0;display:grid}@media (width>=900px){.hero{grid-template-columns:1fr 1fr;align-items:center}}.hero-actions{gap:12px;margin-top:32px;display:flex}.hero-visual{background:var(--muted-bg);border:1px solid var(--border);border-radius:var(--border-radius);font-family:var(--font-mono);padding:32px;font-size:.85rem}.visual-line{align-items:center;gap:12px;margin-bottom:16px;display:flex}.tag{background:var(--bg);border:1px solid var(--border);color:var(--fg);border-radius:4px;padding:4px 8px}.arrow{color:var(--muted)}.visual-block{background:var(--bg);border:1px solid var(--border);border-radius:var(--border-radius);margin-top:24px;padding:16px}.visual-block strong{color:var(--fg);margin-top:4px;font-weight:500;display:block}.page-container{will-change:opacity, transform;opacity:1;max-width:100%;margin:0 auto;padding:16px 0 64px;animation:.22s ease-out forwards fadeInPage}.page-container.deploy-studio{height:100%;padding-top:0;padding-bottom:0;overflow:hidden}.page-header{margin-bottom:40px}.page-header h1{margin-bottom:8px;font-size:2rem}.card{background:var(--bg);border:1px solid var(--border);border-radius:var(--border-radius);margin-bottom:24px;padding:32px;box-shadow:0 4px 24px #0000000a}.setup-callout{background:linear-gradient(135deg, var(--muted-bg), transparent 70%), var(--bg);border:1px solid var(--border);border-radius:calc(var(--border-radius) + 4px);grid-template-columns:1fr auto;align-items:center;gap:20px;margin-bottom:24px;padding:24px}.setup-callout h2{margin-bottom:8px}.setup-callout p{margin-bottom:0}.eyebrow{color:var(--muted);font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase;margin-bottom:8px;font-size:.72rem;font-weight:500;display:inline-flex}.grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px;margin-bottom:24px;display:grid}.control-grid{align-items:flex-end;gap:16px;margin-bottom:32px;display:flex}.control-grid label{flex:1;margin-bottom:0}.settings-control-grid{margin-top:24px;margin-bottom:24px}.repository-selection-card{z-index:2;position:relative}.repository-picker{width:100%;position:relative}.repository-picker.hero{width:fit-content;max-width:100%;margin-top:0;margin-bottom:0}.repository-picker.inline{width:fit-content;max-width:min(760px,100%)}.field-label{color:var(--fg);margin-bottom:8px;font-size:.85rem;font-weight:500;display:block}.repository-picker-trigger{width:100%;min-height:54px;color:var(--fg);background:var(--bg);border:1px solid var(--border);border-radius:var(--border-radius);cursor:pointer;font-family:var(--font-sans);text-align:left;justify-content:space-between;align-items:center;gap:16px;padding:10px 12px 10px 16px;transition:border-color .2s,box-shadow .2s,background .2s;display:flex}.repository-picker-trigger-copy{gap:2px;min-width:0;display:grid}.repository-picker-trigger-copy strong,.repository-picker-option-copy span,.synced-repo-row span{color:var(--fg);text-overflow:ellipsis;white-space:nowrap;font-weight:600;display:block;overflow:hidden}.repository-picker-trigger-copy small,.repository-picker-option-copy small,.synced-repo-row small{color:var(--muted);font-family:var(--font-mono);white-space:nowrap;font-size:.75rem}.repository-picker-chevron{color:var(--muted);font-size:1.1rem;line-height:1;transition:transform .18s}.repository-picker-trigger[aria-expanded=true] .repository-picker-chevron{transform:rotate(180deg)}.repository-picker-trigger:hover:not(:disabled),.repository-picker-trigger[aria-expanded=true]{border-color:var(--muted);box-shadow:0 0 0 2px var(--focus-ring)}.repository-picker-trigger:disabled{cursor:not-allowed;opacity:.55}.repository-picker.hero .repository-picker-trigger{min-height:auto;box-shadow:none;background:0 0;border:none;align-items:center;gap:8px;padding:0}.repository-picker.inline .repository-picker-trigger{min-height:auto;box-shadow:none;background:0 0;border:none;align-items:center;gap:10px;padding:0}.repository-picker.hero .repository-picker-trigger:hover:not(:disabled),.repository-picker.hero .repository-picker-trigger[aria-expanded=true],.repository-picker.inline .repository-picker-trigger:hover:not(:disabled),.repository-picker.inline .repository-picker-trigger[aria-expanded=true]{box-shadow:none;background:0 0;border-color:#0000}.repository-picker.hero .repository-picker-trigger-copy,.repository-picker.inline .repository-picker-trigger-copy{gap:0}.repository-picker.hero .repository-picker-trigger-copy strong{letter-spacing:-.04em;font-size:clamp(1.6rem,2.4vw,1.95rem);line-height:1.02}.repository-picker.inline .repository-picker-trigger-copy strong{letter-spacing:-.045em;font-size:clamp(1.9rem,2.8vw,2.6rem);line-height:1}.repository-picker.hero .repository-picker-chevron{font-size:1.15rem}.repository-picker.inline .repository-picker-chevron{font-size:1.05rem}.repository-picker-menu{z-index:20;background:var(--bg);border:1px solid var(--border);border-radius:calc(var(--border-radius) + 4px);box-shadow:var(--shadow-md);padding:8px;position:absolute;top:calc(100% + 8px);left:0;right:0;overflow:hidden}.repository-picker.hero .repository-picker-menu{border-radius:30px;width:min(460px,100vw - 48px);padding:8px 0 6px;top:calc(100% + 4px);right:auto;box-shadow:0 24px 72px #0f172a29}.repository-picker.inline .repository-picker-menu{border-radius:28px;width:min(480px,100vw - 80px);padding:8px 0 6px;top:calc(100% + 10px);right:auto;box-shadow:0 24px 72px #0f172a29}.repository-picker.inline .repository-picker-search{width:calc(100% - 24px);margin:0 12px 8px}.repository-picker.inline .repository-picker-list{gap:2px}.repository-picker.hero .repository-picker-search{width:calc(100% - 24px);margin:0 12px 8px}.repository-picker.hero .repository-picker-list{gap:2px}.repository-picker-search{box-sizing:border-box;width:100%;min-width:0;max-width:100%;margin-bottom:8px;display:block}.repository-picker-list{gap:4px;max-height:280px;display:grid;overflow:auto}.repository-picker-option{border-radius:var(--border-radius);cursor:pointer;width:100%;font-family:var(--font-sans);text-align:left;background:0 0;border:1px solid #0000;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;padding:10px 12px;display:grid}.repository-picker-option:hover,.repository-picker-option.selected{background:var(--muted-bg);border-color:var(--border)}.repository-picker-option-copy{gap:2px;min-width:0;display:grid}.repository-picker-check{min-width:20px;color:var(--fg);text-align:right;font-size:1.1rem}.repository-picker-empty{color:var(--muted);padding:16px 12px;font-size:.85rem}.repository-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:16px;margin-bottom:40px;display:grid}.repo-card{background:var(--bg);border:1px solid var(--border);border-radius:var(--border-radius);cursor:pointer;text-align:left;flex-direction:column;align-items:flex-start;gap:4px;width:100%;padding:16px;transition:all .2s;display:flex}.repo-card:hover{border-color:var(--muted)}.repo-card.selected{border-color:var(--fg);box-shadow:0 0 0 1px var(--fg)}.repo-card span{color:var(--fg);font-weight:500}.repo-card small{color:var(--muted);font-family:var(--font-mono);font-size:.75rem}.integration-card{overflow:visible}.integration-header{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:20px;display:flex}.integration-header h2{margin-bottom:8px}.integration-header p{margin-bottom:0}.repo-sync-badge{color:var(--muted);background:var(--muted-bg);border:1px solid var(--border);font-family:var(--font-mono);border-radius:999px;flex:none;padding:5px 10px;font-size:.72rem}.repo-sync-badge.ready{color:var(--fg)}.card-actions{flex-wrap:wrap;gap:10px;margin-bottom:8px;display:flex}.empty-panel{background:var(--muted-bg);border:1px solid var(--border);border-radius:var(--border-radius);margin:24px 0;padding:18px}.empty-panel strong{margin-bottom:4px;display:block}.empty-panel p{margin-bottom:0}.empty-panel code{color:var(--fg);font-family:var(--font-mono);overflow-wrap:anywhere;font-size:.75rem}.empty-panel-actions{flex-wrap:wrap;gap:10px;margin-top:16px;display:flex}.synced-repositories{border-top:1px solid var(--border);margin-top:24px;padding-top:24px}.section-heading{justify-content:space-between;align-items:baseline;gap:16px;margin-bottom:12px;display:flex}.section-heading h3{font-size:1rem}.section-heading p{margin-bottom:0;font-size:.82rem}.synced-repo-list{gap:8px;display:grid}.synced-repo-row{background:var(--muted-bg);border:1px solid var(--border);border-radius:var(--border-radius);justify-content:space-between;align-items:center;gap:12px;padding:10px 12px;display:flex}.repository-member-add-row{grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:12px;margin-bottom:16px;display:grid}.repository-member-add-row label{margin-bottom:0}.repository-member-list{gap:8px;display:grid}.repository-member-row{background:var(--muted-bg);border:1px solid var(--border);border-radius:var(--border-radius);justify-content:space-between;align-items:center;gap:12px;padding:10px 12px;display:flex}.repository-member-copy{gap:2px;min-width:0;display:grid}.repository-member-copy strong,.repository-member-copy small{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.repository-member-copy strong{color:var(--fg);font-weight:600}.repository-member-copy small{color:var(--muted);font-family:var(--font-mono);font-size:.75rem}.repository-member-actions{align-items:center;gap:8px;display:flex}.status-banner{background:var(--muted-bg);border-radius:var(--border-radius);color:var(--fg);border:1px solid var(--border);font-size:.85rem;font-family:var(--font-mono);margin-top:16px;padding:12px 16px}.deploy-studio{gap:10px;padding-top:0;display:grid}.deploy-toolbar.compact{justify-content:flex-start;align-items:center;gap:10px}.deploy-loading-card{margin-top:24px}.deploy-toolbar{justify-content:space-between;align-items:flex-start;gap:24px;display:flex}.modal-backdrop{z-index:100;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fafafac7;place-items:center;padding:28px;display:grid;position:fixed;inset:0}.repository-settings-modal{width:min(760px,100%);max-height:min(88vh,920px);color:var(--fg);border:1px solid var(--border);background:#fff;border-radius:18px;padding:22px;overflow:auto;box-shadow:0 24px 72px #0f172a2e}.repository-settings-modal:focus-visible{outline:2px solid var(--fg);outline-offset:4px}.repository-settings-modal-header{justify-content:space-between;align-items:center;gap:16px;margin-bottom:18px;display:flex}.repository-settings-modal-header h2{letter-spacing:-.02em;margin:0;font-size:1.15rem}.repository-settings-close{flex:none}.repository-settings-modal-loading{padding:8px 0 4px}.repository-settings-content{gap:14px;display:grid}.repository-settings-section{border:1px solid var(--border);background:#fafafa;border-radius:16px;padding:18px}.repository-settings-section-header{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:16px;display:flex}.repository-settings-section-header h3{letter-spacing:-.01em;margin:0 0 4px;font-size:.98rem}.repository-settings-section-header p{color:var(--muted);margin:0;font-size:.84rem}.repository-settings-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.repository-settings-form-grid label{margin-bottom:0}.repository-settings-actions{justify-content:flex-end;margin-top:16px;display:flex}.deploy-toolbar-meta{flex-wrap:wrap;justify-content:flex-end;gap:10px;display:flex}.deploy-toolbar-pill{color:var(--fg);background:#0f172a0a;border:1px solid #0f172a14;border-radius:999px;align-items:center;padding:8px 12px;font-size:.8rem;font-weight:500;display:inline-flex}.deploy-hero-card{background:radial-gradient(circle at top left, #0ea5e91f, transparent 38%), radial-gradient(circle at bottom right, #f59e0b1f, transparent 42%), var(--bg);border:1px solid var(--border);border-radius:28px;grid-template-columns:minmax(0,1.3fr) minmax(320px,.9fr);gap:24px;padding:28px;display:grid;box-shadow:0 20px 48px #0f172a0f}.deploy-hero-card h1{max-width:12ch;margin-bottom:14px;font-size:clamp(2.35rem,4vw,3.8rem);line-height:.95}.deploy-hero-card p{max-width:62ch;margin-bottom:0}.deploy-hero-highlights{gap:12px;display:grid}.deploy-highlight-card{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffffb8;border:1px solid #0f172a14;border-radius:18px;gap:6px;padding:18px;display:grid}.deploy-highlight-card strong{font-size:1rem}.deploy-highlight-card span{color:var(--muted);font-size:.92rem}.deployment-graph-layout{grid-template-columns:minmax(0,1.4fr) minmax(300px,.92fr);align-items:start;gap:24px;display:grid}.deployment-graph-card,.deployment-side-card{background:var(--bg);border:1px solid var(--border);border-radius:26px;box-shadow:0 18px 44px #0f172a0f}.deployment-graph-card{padding:26px}.deployment-side-card{padding:22px}.deployment-graph-sidebar{gap:16px;display:grid}.deployment-graph-header,.deployment-side-header,.deployment-operator-header{justify-content:space-between;align-items:flex-start;gap:20px;display:flex}.deployment-graph-header{margin-bottom:20px}.deployment-graph-header h2,.deployment-side-header h3,.deployment-operator-header h2{margin-bottom:8px}.deployment-graph-header p,.deployment-side-header p,.deployment-operator-header p{margin-bottom:0}.deployment-graph-metrics{flex:0 0 270px;grid-template-columns:repeat(2,minmax(120px,1fr));gap:10px;display:grid}.graph-metric-card{background:var(--muted-bg);border:1px solid var(--border);border-radius:16px;gap:2px;padding:14px 16px;display:grid}.graph-metric-card small{color:var(--muted);font-family:var(--font-mono);font-size:.72rem}.graph-metric-card strong{letter-spacing:-.03em;font-size:1.25rem}.deployment-graph-empty{background:linear-gradient(135deg, var(--muted-bg), transparent);border:1px solid var(--border);text-align:center;border-radius:22px;align-content:center;gap:6px;min-height:240px;padding:28px;display:grid}.deployment-graph-empty p{margin-bottom:0}.deployment-graph-empty.error{background:linear-gradient(135deg,#dc262614,#0000)}.deployment-graph-stage{border:1px solid var(--border);background:linear-gradient(90deg,#0f172a0a 1px,#0000 1px) 0 0/24px 24px,linear-gradient(#0f172a0a 1px,#0000 1px) 0 0/24px 24px,linear-gradient(#0f172a05,#0000 45%);border-radius:22px;min-height:580px;padding:12px;position:relative;overflow:hidden}.deployment-graph-lines{pointer-events:none;width:100%;height:100%;position:absolute;inset:0;overflow:visible}.deployment-graph-line{fill:none;color:#0f172a4d;stroke:currentColor;stroke-width:2.25px;opacity:.72}.deployment-graph-line.active{color:#0f766e;stroke-width:3px;opacity:1}.deployment-graph-lanes{z-index:1;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;height:100%;display:grid;position:relative}.deployment-graph-lane{align-content:start;gap:14px;display:grid}.deployment-graph-lane-header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffb8;border:1px solid #0f172a14;border-radius:16px;gap:2px;padding:12px 14px;display:grid}.deployment-graph-lane-header span{color:var(--muted);font-size:.78rem}.deployment-graph-node-stack{gap:14px;display:grid}.deployment-graph-lane-empty{color:var(--muted);border:1px dashed var(--border);background:#0f172a08;border-radius:16px;padding:16px;font-size:.85rem}.deployment-node-card{border:1px solid #0f172a14;border-radius:20px;gap:12px;padding:18px;transition:transform .18s,box-shadow .18s,border-color .18s;display:grid;position:relative;box-shadow:0 20px 36px #0f172a1a}.deployment-node-card.active{border-color:#0f766e47;transform:translateY(-2px);box-shadow:0 24px 42px #0f766e29}.deployment-node-card h3{margin-bottom:0;font-size:1.25rem}.deployment-node-card p{min-height:42px;margin-bottom:0;font-size:.92rem}.deployment-node-card.tone-teal{background:linear-gradient(#14b8a62e,#ffffffe6)}.deployment-node-card.tone-amber{background:linear-gradient(#f59e0b29,#ffffffe6)}.deployment-node-card.tone-sky{background:linear-gradient(#38bdf829,#ffffffe6)}.deployment-node-card.tone-rose{background:linear-gradient(#fb718524,#ffffffe6)}.deployment-node-card.tone-lime{background:linear-gradient(#84cc1624,#ffffffe6)}.deployment-node-remove{width:28px;height:28px;color:var(--fg);cursor:pointer;background:#0f172a14;border:none;border-radius:999px;font-size:1rem;position:absolute;top:10px;right:10px}.deployment-node-topline,.deployment-node-footer,.deployment-route-topline{justify-content:space-between;align-items:center;gap:12px;display:flex}.deployment-node-kind,.deployment-node-match-count,.deployment-node-protected{border-radius:999px;align-items:center;padding:5px 10px;font-size:.72rem;font-weight:600;display:inline-flex}.deployment-node-kind{background:#ffffffc2;border:1px solid #0f172a14}.deployment-node-match-count{color:var(--muted);background:#0f172a0d}.deployment-node-branch-list{flex-wrap:wrap;gap:8px;display:flex}.deployment-branch-pill{font-family:var(--font-mono);background:#ffffffc2;border:1px solid #0f172a14;border-radius:999px;align-items:center;padding:6px 10px;font-size:.72rem;display:inline-flex}.deployment-branch-pill.muted,.deployment-node-protected{background:#0f172a0f}.deployment-node-author{align-items:center;gap:10px;min-width:0;display:flex}.deployment-node-author strong,.deployment-node-author span{white-space:nowrap;text-overflow:ellipsis;display:block;overflow:hidden}.deployment-node-author strong{font-size:.84rem}.deployment-node-author span{color:var(--muted);font-size:.76rem}.deployment-node-avatar{width:34px;height:34px;color:var(--fg);background:#ffffffb8;border:1px solid #0f172a14;border-radius:50%;flex:none;justify-content:center;align-items:center;font-size:.72rem;font-weight:700;display:inline-flex}.deployment-side-form{gap:14px;margin-top:18px;display:grid}.deployment-builder-message{color:var(--fg);background:var(--muted-bg);border:1px solid var(--border);border-radius:16px;margin-top:16px;padding:14px 16px;font-size:.88rem}.deployment-persist-status{color:var(--muted);font-size:.82rem;font-family:var(--font-mono);background:#0f172a0a;border:1px solid #0f172a14;border-radius:14px;margin-top:12px;padding:12px 14px}.deployment-persist-status.saved,.deployment-persist-status.saving{color:#0f766e}.deployment-persist-status.error{color:#b91c1c}.deployment-route-list{gap:12px;margin-top:18px;display:grid}.deployment-route-card{background:var(--muted-bg);cursor:pointer;border:1px solid #0000;border-radius:18px;gap:10px;padding:16px;transition:border-color .18s,transform .18s,box-shadow .18s;display:grid}.deployment-route-card.active{border-color:#0f766e38;transform:translateY(-1px);box-shadow:0 12px 24px #0f766e14}.deployment-route-card p,.deployment-route-card small{margin:0}.deployment-route-topline div{align-items:center;gap:8px;min-width:0;display:flex}.deployment-route-remove{color:var(--muted);cursor:pointer;background:0 0;border:none;padding:0;font-size:.8rem}.deployment-route-actions{flex-wrap:wrap;gap:8px;display:flex}.deployment-route-note,.deployment-route-empty{color:var(--muted);background:var(--muted-bg);border:1px dashed var(--border);border-radius:16px;padding:14px 16px;font-size:.85rem}.deployment-operator-card{padding:28px}.deployment-route-badge-row{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.deployment-route-badge{font-family:var(--font-mono);border-radius:999px;align-items:center;padding:10px 14px;font-size:.82rem;display:inline-flex}.deployment-route-badge.source{color:#075985;background:#0ea5e924}.deployment-route-badge.target{color:#9a3412;background:#f59e0b29}.deployment-route-arrow{color:var(--muted);font-size:1.1rem}.deployment-operator-grid{margin-top:24px}.deployment-route-inspector{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-bottom:24px;display:grid}.deployment-route-detail-card{background:var(--muted-bg);border:1px solid var(--border);border-radius:18px;gap:6px;padding:18px;display:grid}.deployment-route-detail-card small,.deployment-preview-stat small{color:var(--muted);font-family:var(--font-mono);font-size:.72rem}.deployment-route-detail-card strong{font-size:1rem}.deployment-route-detail-card span{color:var(--muted);font-size:.85rem}.deployment-preview-hint{margin-top:14px}.deployment-preview-summary{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:12px;margin-bottom:18px;display:grid}.deployment-preview-stat{border:1px solid var(--border);background:#ffffffb3;border-radius:16px;gap:2px;padding:14px 16px;display:grid}.deployment-preview-stat strong{font-size:1.2rem}.deployment-version-fields{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-bottom:14px;display:grid}.deployment-version-fields.bootstrap{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));margin-bottom:0}.deployment-version-bumps{flex-wrap:wrap;gap:8px;margin-bottom:18px;display:flex}.repo-dashboard-page{flex-direction:column;gap:20px;min-width:0;height:100%;min-height:0;padding-bottom:0;display:flex;overflow-x:hidden}.repo-dashboard-topbar{justify-content:space-between;align-items:center;gap:16px;display:flex}.repo-dashboard-topbar .repository-picker.inline{flex:auto;min-width:0}.repo-dashboard-topbar-actions{flex-wrap:wrap;align-items:flex-start;gap:12px;display:flex}.repo-dashboard-workspace{flex-direction:column;flex:1;min-width:0;min-height:0;display:flex;overflow:hidden}.repo-primary-button,.repo-secondary-button{border-radius:10px;justify-content:center;align-items:center;gap:8px;min-height:42px;padding:0 16px;font-size:.92rem;font-weight:600;transition:background .18s,border-color .18s,transform .18s,box-shadow .18s;display:inline-flex}.repo-primary-button{color:#fff;background:var(--brand);border:1px solid var(--brand);box-shadow:0 10px 20px #0f7b782e}.repo-primary-button:hover:not(:disabled){background:var(--brand-strong);border-color:var(--brand-strong)}.repo-secondary-button{color:var(--repo-text-soft);background:var(--repo-surface);border:1px solid var(--border)}.repo-secondary-button:hover:not(:disabled),.repo-icon-button:hover:not(:disabled),.repo-pipeline-filter-button:hover:not(:disabled),.repo-pipeline-disconnect-button:hover:not(:disabled),.repo-pipeline-graph-action:hover:not(:disabled){background:var(--repo-hover-bg);border-color:var(--repo-hover-border)}.repo-primary-button:disabled,.repo-secondary-button:disabled,.repo-icon-button:disabled,.repo-pipeline-primary-button:disabled,.repo-pipeline-accent-button:disabled,.repo-pipeline-disconnect-button:disabled,.repo-pipeline-graph-action:disabled{opacity:.55;cursor:not-allowed}.repo-primary-button.block,.repo-secondary-button.block{width:100%}.repo-icon-button{width:42px;height:42px;color:var(--repo-text-soft);background:var(--repo-surface);border:1px solid var(--border);border-radius:10px;justify-content:center;align-items:center;padding:0;transition:background .18s,border-color .18s;display:inline-flex}.repo-icon-button.subtle{width:34px;height:34px}.repo-pipeline-shell{flex-direction:column;flex:1;gap:16px;min-width:0;min-height:0;display:flex;overflow:hidden}.repo-pipeline-toolbar{background:var(--repo-surface);border:1px solid var(--border);box-shadow:var(--repo-panel-shadow);border-radius:16px;grid-template-columns:minmax(260px,420px) minmax(0,1fr) auto;align-items:center;gap:12px 14px;padding:12px 14px;display:grid}.repo-pipeline-toolbar-group{align-items:center;gap:12px;min-width:0;display:flex}.repo-pipeline-toolbar-add{min-width:0}.repo-pipeline-toolbar-connect{flex-wrap:wrap;align-items:center;min-width:0}.repo-pipeline-toolbar-connect.active{gap:8px}.repo-pipeline-toolbar-divider{display:none}.repo-pipeline-toolbar-label{white-space:nowrap;align-items:center;gap:6px;min-height:36px;font-size:.84rem;font-weight:500;line-height:1;display:flex}.repo-pipeline-primary-button,.repo-pipeline-accent-button,.repo-pipeline-disconnect-button{border-radius:9px;justify-content:center;align-items:center;gap:8px;min-height:36px;padding:0 12px;font-size:.85rem;font-weight:600;transition:background .18s,border-color .18s,transform .18s,box-shadow .18s;display:inline-flex}.repo-pipeline-primary-button,.repo-pipeline-accent-button{color:#fff;background:var(--brand);border:1px solid var(--brand)}.repo-pipeline-primary-button:hover:not(:disabled),.repo-pipeline-accent-button:hover:not(:disabled){background:var(--brand-strong);border-color:var(--brand-strong)}.repo-pipeline-disconnect-button{color:var(--repo-control-text);background:var(--repo-control-bg);border:1px solid var(--border);white-space:nowrap;justify-self:end;padding-inline:10px}.repo-pipeline-inline-input,.repo-pipeline-select,.repo-pipeline-search{border:1px solid var(--border);background:var(--repo-control-bg);border-radius:10px;min-height:36px}.repo-pipeline-inline-input{flex:auto;min-width:0}.repo-pipeline-select-group{min-height:36px;color:var(--repo-control-muted);flex-direction:row;align-self:center;align-items:center;gap:0;margin-bottom:0;font-size:.84rem;font-weight:500;display:flex}.repo-pipeline-select-group span{color:var(--repo-control-muted)}.repo-pipeline-select{width:120px;height:36px;color:var(--repo-text);background:var(--repo-control-muted-bg);margin:0;padding-right:30px}.repo-pipeline-connect-arrow{color:var(--repo-control-subtle);justify-content:center;align-items:center;display:inline-flex}.repo-pipeline-connect-pill{color:#0f766e;background:var(--brand-soft);border:1px solid var(--brand-border);text-overflow:ellipsis;white-space:nowrap;border-radius:999px;align-items:center;max-width:180px;min-height:32px;padding:0 10px;font-size:.78rem;font-weight:700;display:inline-flex;overflow:hidden}.repo-pipeline-connect-pill.muted{color:var(--repo-control-muted);background:var(--repo-control-muted-bg);border-color:var(--border)}.repo-pipeline-search{align-items:center;gap:8px;width:100%;min-width:0;margin-left:0;padding:0 10px 0 12px;display:flex}.repo-pipeline-search input{width:100%;box-shadow:none;background:0 0;border:none;padding:0}.repo-pipeline-filter-button{width:30px;height:30px;color:var(--repo-control-muted);background:0 0;border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;padding:0;display:inline-flex}.repo-pipeline-inline-message{z-index:6;max-width:min(420px,max(220px,100% - 360px));color:var(--repo-control-text);background:var(--repo-control-muted-bg);border:1px solid var(--border);border-radius:12px;padding:12px 14px;font-size:.86rem;position:absolute;top:16px;left:16px}.repo-pipeline-board{background:var(--repo-surface);border:1px solid var(--border);min-height:0;box-shadow:var(--repo-panel-shadow);border-radius:18px;flex-direction:column;flex:1;gap:14px;min-width:0;padding:16px;display:flex;position:relative;overflow:hidden}.repo-pipeline-graph-actions{flex:none;justify-content:flex-end;align-items:center;gap:8px;display:inline-flex}.repo-pipeline-graph-action{min-height:36px;color:var(--repo-control-text);background:var(--repo-control-bg);border:1px solid var(--border);white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;gap:7px;padding:0 12px;font-size:.82rem;font-weight:700;transition:background .18s,border-color .18s,color .18s,box-shadow .18s;display:inline-flex}.repo-pipeline-graph-action.active{color:#0f766e;background:var(--brand-soft);border-color:var(--brand-border);box-shadow:0 10px 24px #0f7b781a}.repo-pipeline-floating-actions{z-index:6;justify-content:flex-end;align-items:center;gap:8px;max-width:calc(100% - 28px);display:flex;position:absolute;top:14px;right:14px}.repo-pipeline-floating-form{background:color-mix(in srgb, var(--repo-control-bg) 92%, transparent);border:1px solid var(--border);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-radius:999px;align-items:center;gap:7px;max-width:min(680px,100vw - 120px);padding:7px;display:inline-flex;box-shadow:0 16px 42px #0f172a1f}.repo-pipeline-floating-input,.repo-pipeline-floating-select{background:var(--repo-control-bg);border-radius:999px;min-height:32px;margin:0}.repo-pipeline-floating-input{width:min(280px,34vw)}.repo-pipeline-floating-select{width:min(180px,24vw);padding-right:30px}.repo-pipeline-floating-arrow,.repo-pipeline-floating-confirm,.repo-pipeline-floating-cancel{flex:none;justify-content:center;align-items:center;display:inline-flex}.repo-pipeline-floating-arrow{color:var(--repo-control-subtle)}.repo-pipeline-floating-confirm,.repo-pipeline-floating-cancel{border-radius:999px;width:32px;height:32px;padding:0;transition:background .18s,border-color .18s,color .18s}.repo-pipeline-floating-confirm{color:#fff;background:var(--brand);border:1px solid var(--brand)}.repo-pipeline-floating-confirm:hover:not(:disabled){background:var(--brand-strong);border-color:var(--brand-strong)}.repo-pipeline-floating-cancel{color:var(--repo-control-muted);background:var(--repo-control-bg);border:1px solid var(--border)}.repo-pipeline-floating-cancel:hover:not(:disabled){color:var(--repo-text);background:var(--repo-hover-bg);border-color:var(--repo-hover-border)}.repo-pipeline-empty-state{min-height:0;color:var(--repo-text-muted);text-align:center;background:radial-gradient(circle at center, #94a3b81f 0, transparent 54%), var(--repo-surface-muted);border:1px dashed var(--border);border-radius:16px;flex:1;place-items:center;padding:32px;display:grid}.repo-pipeline-empty-state.error{color:#b91c1c}.repo-pipeline-node-skeleton{gap:8px;min-width:0;display:grid}.repo-pipeline-node-skeleton-line{border-radius:999px;height:13px}.repo-pipeline-node-skeleton-line.short{width:54%}.repo-pipeline-scroll{flex:1;min-width:0;min-height:0;overflow:auto}.repo-pipeline-canvas{align-items:stretch;gap:18px;height:auto;min-height:100%;display:grid}.repo-pipeline-stage{height:auto;min-height:max(100%, var(--repo-pipeline-stage-min-height,560px));background-color:var(--repo-surface-muted);background-image:radial-gradient(var(--repo-stage-dot) 1.3px, transparent 1.3px);border:1px solid var(--border);background-size:24px 24px;border-radius:16px;padding:18px 20px 20px;position:relative;overflow:visible}.repo-pipeline-lines{pointer-events:none;width:100%;height:100%;position:absolute;inset:0;overflow:visible}.repo-pipeline-line{fill:none;stroke:var(--repo-line);stroke-width:2px;vector-effect:non-scaling-stroke}.repo-pipeline-line.active{stroke:var(--repo-line-active)}.repo-pipeline-connector{z-index:1;background:0 0;border:none;justify-content:center;align-items:center;width:24px;height:24px;padding:0;display:inline-flex;position:absolute;transform:translateZ(0)}.repo-pipeline-connector-dot{background:var(--repo-control-bg);width:10px;height:10px;box-shadow:0 0 0 4px color-mix(in srgb, var(--repo-surface-muted) 94%, transparent);border:2px solid #94a3b8;border-radius:50%}.repo-pipeline-connector.active .repo-pipeline-connector-dot{border-color:#3b82f6}.repo-pipeline-connector.has-release .repo-pipeline-connector-dot{background:var(--repo-success-bg);box-shadow:0 0 0 4px color-mix(in srgb, var(--repo-surface-muted) 94%, transparent), 0 0 0 7px #14b8a629;border-color:#0f766e}.repo-pipeline-connector-count{color:#fff;background:var(--brand);border-radius:999px;min-width:16px;height:16px;padding:0 4px;font-size:.64rem;font-weight:700;line-height:16px;position:absolute;top:-5px;right:-6px}.repo-pipeline-connector-pr{color:#0f766e;background:#ccfbf1;border:1px solid #99f6e4;border-radius:999px;min-width:24px;height:17px;padding:0 5px;font-size:.62rem;font-weight:800;line-height:15px;position:absolute;top:-9px;right:-15px}.repo-pipeline-columns{z-index:2;height:auto;min-height:calc(var(--repo-pipeline-stage-min-height,560px) - 40px);column-gap:88px;display:grid;position:relative}.repo-pipeline-column{flex-direction:column;justify-content:space-evenly;gap:32px;min-height:0;display:flex}.repo-pipeline-card-wrap{justify-content:center;display:flex}.repo-pipeline-column-empty{min-height:120px;color:var(--repo-control-subtle);background:color-mix(in srgb, var(--repo-control-bg) 70%, transparent);border:1px dashed var(--repo-control-border);text-align:center;border-radius:16px;place-items:center;font-size:.82rem;display:grid}.repo-pipeline-card{background:var(--repo-surface-elevated);border:1px solid var(--border);border-radius:18px;width:224px;transition:border-color .18s,box-shadow .18s,transform .18s;position:relative;overflow:visible;box-shadow:0 6px 18px #0f172a0d}.repo-pipeline-card.source{border-color:var(--brand);border-width:2px;box-shadow:0 10px 22px #0f7b781f}.repo-pipeline-card.target{border-width:2px;border-color:#3b82f6;box-shadow:0 10px 22px #3b82f61f}.repo-pipeline-card.connect-candidate,.repo-pipeline-card.connect-target{border-color:var(--brand-border);box-shadow:0 12px 28px #0f7b781a}.repo-pipeline-card.connect-source{border-color:var(--brand);border-width:2px;box-shadow:0 16px 36px #0f7b782e}.repo-pipeline-card.connect-blocked{opacity:.62}.repo-pipeline-card.connect-candidate .repo-pipeline-card-hit,.repo-pipeline-card.connect-target .repo-pipeline-card-hit{cursor:crosshair}.repo-pipeline-card-hit{width:100%;color:var(--repo-text);text-align:left;background:0 0;border:none;gap:10px;padding:18px 84px 18px 18px;display:grid;position:relative}.repo-pipeline-card-actions{z-index:3;align-items:center;gap:6px;display:inline-flex;position:absolute;top:10px;right:10px}.repo-pipeline-card-hit:hover{transform:translateY(-1px)}.repo-pipeline-card-menu-toggle,.repo-pipeline-card-remove{width:28px;height:28px;color:var(--repo-control-subtle);background:color-mix(in srgb, var(--repo-control-bg) 94%, transparent);border:1px solid var(--repo-control-border);border-radius:999px;justify-content:center;align-items:center;padding:0;display:inline-flex;box-shadow:0 8px 20px #0f172a14}.repo-pipeline-card-menu-toggle:hover,.repo-pipeline-card-remove:hover{color:var(--repo-control-text);background:var(--repo-hover-bg)}.repo-pipeline-card-top{align-items:center;gap:10px;display:flex}.repo-pipeline-card-icon{width:28px;height:28px;color:var(--brand-strong);background:var(--repo-surface-muted);border:1px solid var(--border);border-radius:8px;flex:none;justify-content:center;align-items:center;display:inline-flex;box-shadow:0 2px 6px #0f172a0a}.repo-pipeline-card-icon.source{color:var(--brand-strong)}.repo-pipeline-card-icon.target{color:#2563eb}.repo-pipeline-card-title{color:var(--repo-text);text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:1rem;font-weight:700;overflow:hidden}.repo-pipeline-card-copy{gap:4px;display:grid}.repo-pipeline-card-meta,.repo-pipeline-card-updated{color:var(--repo-text-muted);font-size:.79rem}.repo-pipeline-card-status{color:var(--repo-text-muted);align-items:center;font-size:.76rem;font-weight:600;display:inline-flex}.repo-pipeline-card-status-dot{background:#10b981;border-radius:50%;width:8px;height:8px;margin-right:6px}.repo-pipeline-card-status.loading .repo-pipeline-card-status-dot{background:#9ca3af}.repo-pipeline-card-chevron{color:var(--repo-control-subtle);position:absolute;top:50%;right:16px;transform:translateY(-50%)}.repo-pipeline-card-menu{z-index:50;background:var(--bg);border:1px solid var(--border);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-radius:16px;flex-direction:column;gap:10px;max-height:480px;padding:14px;display:flex;position:absolute;top:calc(100% + 10px);box-shadow:0 24px 64px #00000029}.repo-pipeline-card-menu-start{left:0}.repo-pipeline-card-menu-end{right:0}.repo-pipeline-card-menu-header{gap:2px;display:grid}.repo-pipeline-card-menu-header strong{color:var(--repo-text);font-size:.92rem}.repo-pipeline-card-menu-header span{color:var(--repo-text-muted);font-size:.76rem}.repo-pipeline-card-menu-list{flex-direction:column;gap:4px;max-height:250px;padding-right:4px;display:flex;overflow:hidden auto}.repo-pipeline-card-menu-item{width:100%;color:var(--repo-text);background:var(--repo-surface);border:1px solid var(--repo-control-border);text-align:left;border-radius:12px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;padding:10px 12px;transition:border-color .18s,background .18s;display:grid}.repo-pipeline-card-menu-item:hover,.repo-pipeline-card-menu-item.active{background:var(--repo-hover-bg);border-color:#3b82f659}.repo-pipeline-card-menu-copy{gap:2px;min-width:0;display:grid}.repo-pipeline-card-menu-copy strong{text-overflow:ellipsis;white-space:nowrap;font-size:.84rem;overflow:hidden}.repo-pipeline-card-menu-copy small{color:var(--repo-text-muted);font-size:.74rem}.repo-pipeline-card-menu-meta{color:var(--repo-text-muted);font-size:.74rem;font-weight:700}.repo-sidebar{background:var(--repo-surface);border:1px solid var(--border);border-radius:18px;flex-direction:column;min-height:100%;max-height:760px;display:flex;overflow:hidden;box-shadow:0 2px 10px #0f172a0a}.repo-sidebar-backdrop{z-index:99;opacity:0;pointer-events:none;background:var(--repo-backdrop);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:none;transition:opacity .2s;position:fixed;inset:64px 0 0}.repo-sidebar-backdrop.open{opacity:1;pointer-events:auto}.repo-sidebar.repo-sidebar-drawer{z-index:100;opacity:0;pointer-events:none;width:auto;min-height:auto;max-height:none;box-shadow:var(--repo-drawer-shadow);border-bottom:none;border-left:none;border-right:none;border-radius:0;transition:transform .24s,opacity .24s,box-shadow .24s;position:fixed;inset:64px 0 0;transform:translateY(18px)}.repo-sidebar.repo-sidebar-drawer.open{opacity:1;pointer-events:auto;transform:translate(0)}.repo-sidebar-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:flex-start;gap:16px;padding:20px 22px;display:flex}.repo-sidebar-header-actions{flex:none;align-items:center;gap:8px;display:inline-flex}.repo-sidebar-action-link{min-height:34px;color:var(--repo-text-soft);background:var(--repo-surface);border:1px solid var(--border);font-size:.76rem;font-weight:700;font-family:var(--font-sans);cursor:pointer;border-radius:999px;align-items:center;gap:6px;padding:0 10px;transition:background .18s,border-color .18s,color .18s;display:inline-flex}.repo-sidebar-action-link.primary{color:var(--brand-strong);background:var(--brand-soft);border-color:var(--brand-border)}.repo-sidebar-action-link.danger{color:var(--repo-danger-text);background:var(--repo-danger-bg);border-color:var(--repo-danger-border)}.repo-sidebar-action-link:hover{color:var(--repo-text);background:var(--repo-hover-bg);border-color:var(--repo-hover-border)}.repo-sidebar-action-link.danger:hover{color:var(--repo-danger-hover-text);background:var(--repo-danger-hover-bg);border-color:var(--repo-danger-hover-border)}.repo-sidebar-route-title{color:var(--repo-text);align-items:center;gap:8px;font-size:1.05rem;font-weight:700;display:inline-flex}.repo-sidebar-route-arrow{color:var(--repo-text-muted)}.repo-sidebar-route-meta{color:var(--repo-text-muted);flex-wrap:wrap;align-items:center;gap:12px;margin-top:8px;font-size:.79rem;display:flex}.repo-status-badge{border-radius:999px;align-items:center;gap:6px;padding:4px 10px;font-size:.76rem;font-weight:600;display:inline-flex}.repo-status-badge.success{color:var(--repo-success-text);background:var(--repo-success-bg);border:1px solid var(--repo-success-border)}.repo-status-badge.info{color:var(--repo-info-text);background:var(--repo-info-bg);border:1px solid var(--repo-info-border)}.repo-status-badge.warning{color:var(--repo-warning-text);background:var(--repo-warning-bg);border:1px solid var(--repo-warning-border)}.repo-status-badge.error{color:var(--repo-danger-text);background:var(--repo-danger-bg);border:1px solid var(--repo-danger-border)}.repo-status-badge.muted{color:var(--repo-text-muted);background:var(--repo-surface-muted);border:1px solid var(--border)}.repo-status-badge-dot{background:currentColor;border-radius:50%;width:7px;height:7px}.repo-sidebar-tabs{border-bottom:1px solid var(--border);gap:20px;padding:0 22px;display:flex}.repo-sidebar-tabs button{color:var(--repo-text-muted);background:0 0;border:none;border-bottom:2px solid #0000;padding:12px 0;font-size:.82rem;font-weight:600;transition:color .18s,border-color .18s}.repo-sidebar-tabs button.active{color:var(--brand-strong);border-bottom-color:var(--brand)}.repo-sidebar-body{background:var(--repo-surface-subtle);gap:16px;min-height:0;padding:22px;display:grid;overflow-y:auto}.repo-sidebar-section{background:var(--repo-surface-elevated);border:1px solid var(--border);border-radius:14px;gap:14px;padding:16px;display:grid}.repo-sidebar-section h3{margin-bottom:0;font-size:.92rem}.repo-sidebar-section-heading{justify-content:space-between;align-items:center;gap:12px;display:flex}.repo-sidebar-section-heading span{color:var(--repo-text-muted);font-size:.76rem;font-weight:600}.repo-sidebar-stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.repo-sidebar-stat-card{background:var(--repo-surface);border:1px solid var(--border);border-radius:12px;align-content:center;gap:2px;min-height:78px;padding:12px;display:grid}.repo-sidebar-stat-card strong{color:var(--repo-text);font-size:1.35rem;font-weight:700}.repo-sidebar-stat-card span{color:var(--repo-text-muted);font-size:.73rem}.repo-sidebar-field-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.repo-sidebar-field-span{grid-column:1/-1}.repo-sidebar-hint{color:var(--repo-text-muted);margin-bottom:0;font-size:.8rem}.repo-version-grid{grid-template-columns:repeat(auto-fit,minmax(100px,1fr));gap:10px;display:grid}.repo-version-card{background:var(--repo-surface);border:1px solid var(--border);border-radius:12px;gap:4px;padding:12px;display:grid}.repo-version-card span{color:var(--repo-text-muted);font-size:.72rem}.repo-version-card strong{color:var(--repo-text);font-size:1.05rem;font-weight:700}.repo-pr-notes-editor{gap:14px;display:grid}.repo-release-readiness{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.repo-release-readiness div{background:var(--repo-surface-muted);border:1px solid var(--border);border-radius:12px;align-content:center;gap:4px;min-height:72px;padding:12px;display:grid}.repo-release-readiness span{color:var(--repo-text-muted);font-size:.72rem;font-weight:600}.repo-release-readiness strong{color:var(--repo-text);overflow-wrap:anywhere;font-size:.96rem}.repo-publish-wizard{gap:18px}.repo-wizard-steps{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;display:grid}.repo-wizard-step{min-height:42px;color:var(--repo-text-muted);background:var(--repo-surface-muted);border:1px solid var(--border);border-radius:10px;align-items:center;gap:8px;padding:8px 10px;display:flex}.repo-wizard-step span,.repo-wizard-step svg{color:currentColor;background:var(--repo-surface);border:1px solid var(--border);border-radius:50%;flex:none;justify-content:center;align-items:center;width:22px;height:22px;font-size:.74rem;font-weight:700;display:inline-flex}.repo-wizard-step strong{min-width:0;color:inherit;text-overflow:ellipsis;white-space:nowrap;font-size:.78rem;font-weight:700;overflow:hidden}.repo-wizard-step.active{color:var(--brand-strong);background:var(--brand-soft);border-color:var(--brand-border)}.repo-wizard-step.complete{color:var(--repo-success-text);background:var(--repo-success-bg);border-color:var(--repo-success-border)}.repo-publish-panel{gap:14px;display:grid}.repo-release-pr-card{background:var(--repo-surface-muted);border:1px solid var(--border);border-radius:10px;justify-content:space-between;align-items:center;gap:12px;padding:14px;display:flex}.repo-release-pr-card.success{background:var(--repo-success-bg);border-color:var(--repo-success-border)}.repo-release-pr-card>div{gap:4px;min-width:0;display:grid}.repo-release-pr-card strong{color:var(--repo-text);font-size:.9rem}.repo-release-pr-card span{color:var(--repo-text-muted);overflow-wrap:anywhere;font-size:.8rem;line-height:1.4}.repo-release-history-list{gap:8px;display:grid}.repo-release-history-item{border-bottom:1px solid var(--border);grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;padding:10px 0;display:grid}.repo-release-history-item:last-child{border-bottom:0}.repo-release-history-item>div:first-child{gap:3px;min-width:0;display:grid}.repo-release-history-item strong{color:var(--repo-text);font-size:.84rem}.repo-release-history-item span{color:var(--repo-text-muted);overflow-wrap:anywhere;font-size:.78rem;line-height:1.4}.repo-release-history-actions{align-items:center;gap:8px;display:flex}.repo-release-pr-state{min-width:58px;height:24px;color:var(--repo-text-muted);background:var(--repo-surface-muted);border:1px solid var(--border);border-radius:999px;justify-content:center;align-items:center;padding:0 8px;font-size:.7rem;font-weight:700;display:inline-flex}.repo-release-pr-state.open,.repo-release-pr-state.running{color:#0f766e;background:#ccfbf1;border-color:#99f6e4}.repo-release-pr-state.closed{color:#9f1239;background:#ffe4e6;border-color:#fecdd3}.repo-release-pr-state.merged{color:#6d28d9;background:#ede9fe;border-color:#ddd6fe}.repo-notes-workspace{grid-template-columns:minmax(0,1fr) minmax(240px,.42fr);align-items:stretch;gap:14px;display:grid}.repo-notes-editor-panel,.repo-release-chat-panel{align-content:start;gap:12px;min-width:0;display:grid}.repo-markdown-toolbar{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.repo-markdown-toolbar>button{width:34px;height:34px;color:var(--repo-text-soft);background:var(--repo-surface);border:1px solid var(--border);border-radius:8px;justify-content:center;align-items:center;padding:0;display:inline-flex}.repo-markdown-toolbar>button:hover:not(:disabled){color:var(--repo-text);background:var(--repo-hover-bg);border-color:var(--repo-hover-border)}.repo-notes-mode-tabs{background:var(--repo-surface-muted);border:1px solid var(--border);border-radius:9px;min-height:34px;margin-left:auto;padding:3px;display:inline-flex}.repo-notes-mode-tabs button{color:var(--repo-text-muted);background:0 0;border:none;border-radius:7px;align-items:center;gap:6px;padding:0 9px;font-size:.76rem;font-weight:700;display:inline-flex}.repo-notes-mode-tabs button.active{color:var(--repo-text);background:var(--repo-surface);box-shadow:0 1px 3px #0f172a14}.repo-release-notes-textarea{resize:vertical;min-height:420px}.repo-markdown-preview{min-height:420px;max-height:640px;color:var(--repo-text-soft);background:var(--repo-surface);border:1px solid var(--border);border-radius:12px;padding:18px;line-height:1.62;display:block;overflow:auto}.repo-markdown-preview h1,.repo-markdown-preview h2,.repo-markdown-preview h3,.repo-markdown-preview h4{color:var(--repo-text);margin:18px 0 8px;line-height:1.25}.repo-markdown-preview h1:first-child,.repo-markdown-preview h2:first-child,.repo-markdown-preview h3:first-child,.repo-markdown-preview h4:first-child,.repo-markdown-preview p:first-child{margin-top:0}.repo-markdown-preview h1{font-size:1.35rem}.repo-markdown-preview h2{font-size:1.15rem}.repo-markdown-preview h3{font-size:1rem}.repo-markdown-preview p,.repo-markdown-preview ul,.repo-markdown-preview ol,.repo-markdown-preview blockquote,.repo-markdown-preview pre{margin:0 0 12px}.repo-markdown-preview ul,.repo-markdown-preview ol{padding-left:22px}.repo-markdown-preview li+li{margin-top:5px}.repo-markdown-preview a{color:var(--brand-strong);text-underline-offset:2px;font-weight:600;text-decoration:underline}.repo-markdown-preview code{color:var(--repo-text);background:var(--repo-surface-muted);font-family:var(--font-mono);border-radius:5px;padding:2px 5px;font-size:.82em}.repo-markdown-preview pre{background:#111827;border-radius:10px;padding:12px;overflow-x:auto}.repo-markdown-preview pre code{color:#f9fafb;background:0 0;padding:0}.repo-markdown-preview blockquote{color:var(--repo-text-soft);background:var(--repo-surface-muted);border-left:3px solid var(--brand);border-radius:8px;padding:10px 12px}.repo-markdown-preview blockquote p:last-child{margin-bottom:0}.repo-markdown-image{object-fit:contain;border:1px solid var(--border);border-radius:8px;max-width:100%;max-height:360px;margin:10px 0;display:block}.repo-release-chat-panel{background:var(--repo-surface-muted);border:1px solid var(--border);border-radius:12px;min-height:420px;padding:12px}.repo-release-chat-heading{color:var(--repo-text);align-items:center;gap:8px;font-size:.82rem;display:inline-flex}.repo-release-chat-log{gap:10px;max-height:280px;display:grid;overflow-y:auto}.repo-release-chat-message{background:var(--repo-surface);border:1px solid var(--border);border-radius:10px;gap:4px;padding:10px;display:grid}.repo-release-chat-message.user{border-color:var(--repo-info-border)}.repo-release-chat-message.assistant{border-color:var(--brand-border)}.repo-release-chat-message span{color:var(--repo-text-muted);text-transform:uppercase;font-size:.7rem;font-weight:800}.repo-release-chat-message p{color:var(--repo-text-soft);white-space:pre-wrap;margin-bottom:0;font-size:.82rem;line-height:1.5}.repo-inline-actions{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.repo-empty-panel{color:var(--repo-text-muted);background:var(--repo-surface-muted);border:1px dashed var(--border);border-radius:12px;gap:8px;padding:16px;font-size:.84rem;display:grid}.repo-empty-panel.emphasized p{color:var(--repo-text);margin-bottom:0;font-size:.9rem;font-weight:600}.repo-empty-panel.emphasized span{color:var(--repo-text-muted);font-size:.8rem}.repo-empty-panel .repo-secondary-button{justify-self:start}.repo-activity-card{color:var(--repo-text-soft);background:var(--repo-surface-muted);border:1px solid var(--border);border-radius:12px;align-items:flex-start;gap:10px;padding:14px;display:flex}.repo-activity-card p,.repo-activity-card span{margin:0}.repo-activity-card p{color:var(--repo-text-soft);font-size:.83rem}.repo-activity-card span{color:var(--repo-text-muted);font-size:.76rem}.repo-commit-list,.repo-file-list{gap:10px;display:grid}.repo-commit-item{color:var(--repo-text);background:var(--repo-surface);border:1px solid var(--border);border-radius:12px;grid-template-columns:minmax(0,1fr) auto;gap:8px;padding:14px 16px;transition:border-color .18s,background .18s;display:grid}.repo-commit-item:hover,.repo-file-item:hover{background:var(--repo-hover-bg);border-color:var(--repo-hover-border)}.repo-commit-item strong,.repo-file-item strong{font-size:.86rem}.repo-commit-item span,.repo-file-item span{color:var(--repo-text-muted);font-size:.76rem}.repo-file-totals{color:var(--repo-text-muted);align-items:center;gap:14px;font-size:.78rem;font-weight:600;display:flex}.repo-file-item{background:var(--repo-surface);border:1px solid var(--border);border-radius:12px;justify-content:space-between;align-items:center;gap:14px;padding:14px 16px;transition:border-color .18s,background .18s;display:flex}.repo-file-item-stats{white-space:nowrap;align-items:center;gap:10px;font-size:.76rem;font-weight:700;display:inline-flex}.repo-file-item-stats .positive{color:var(--repo-positive-text)}.repo-file-item-stats .negative{color:var(--repo-negative-text)}.repository-page{gap:18px}.repository-page-picker-row{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.repository-page-picker{gap:8px;display:grid}.repository-page-picker .repository-picker.hero{width:min(430px,100%)}.repository-page-hero{background:radial-gradient(circle at top left, #0f7b781a, transparent 34%), radial-gradient(circle at bottom right, #38bdf81f, transparent 38%), var(--bg);border:1px solid var(--border);border-radius:28px;justify-content:space-between;align-items:flex-start;gap:20px;padding:28px;display:flex;box-shadow:0 18px 44px #0f172a0f}.repository-page-hero-copy{align-items:center;gap:18px;min-width:0;display:flex}.repository-page-hero-copy h1{margin-bottom:8px;font-size:clamp(2.2rem,3.8vw,3.1rem);line-height:.95}.repository-page-hero-copy p{margin-bottom:0;font-size:1rem}.repository-page-hero-mark{width:58px;height:58px;color:var(--fg);background:linear-gradient(#ffffffeb,#ffffffbd);border:1px solid #0f172a14;border-radius:18px;flex:none;justify-content:center;align-items:center;display:inline-flex;box-shadow:0 12px 28px #0f172a14}.repository-page-actions{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.repository-page-meta{flex-wrap:wrap;gap:10px;display:flex}.repository-workspace{grid-template-columns:minmax(0,1.42fr) minmax(340px,.92fr);align-items:start;gap:22px;display:grid}.deployment-workbench{gap:16px;display:grid}.deployment-toolbar{border:1px solid var(--border);background:#ffffffe6;border-radius:22px;align-items:center;gap:14px;padding:18px;display:flex;box-shadow:0 14px 34px #0f172a0d}.deployment-toolbar-cluster{align-items:center;gap:12px;min-width:0;display:flex}.deployment-toolbar-cluster.route{flex:auto}.deployment-toolbar-prefix{color:var(--muted);white-space:nowrap;align-items:center;gap:8px;font-size:.86rem;font-weight:600;display:inline-flex}.deployment-toolbar-input,.deployment-toolbar-select,.deployment-toolbar-search{border:1px solid var(--border);background:var(--bg);border-radius:14px;min-height:46px}.deployment-toolbar-input,.deployment-toolbar-select{min-width:0;margin:0}.deployment-toolbar-input{width:min(250px,100%)}.deployment-toolbar-select{width:min(180px,100%)}.deployment-toolbar-arrow{color:var(--muted);justify-content:center;align-items:center;display:inline-flex}.deployment-toolbar-search{flex:0 280px;align-items:center;gap:10px;min-width:0;margin-left:auto;padding:0 14px;display:flex}.deployment-toolbar-search input{width:100%;box-shadow:none;background:0 0;border:none;padding:0}.repository-accent-button{color:#fff;background:linear-gradient(180deg, var(--brand), var(--brand-strong));border:1px solid #0000;box-shadow:0 12px 28px #0f7b7833}.repository-accent-button:hover:not(:disabled){opacity:.94;transform:translateY(-1px)}.button.repository-accent-button,.button.repository-action-button{align-items:center;gap:8px;display:inline-flex}.deployment-graph-stage{min-height:620px;padding:18px}.deployment-node-avatar img{object-fit:cover;border-radius:50%;width:100%;height:100%}.deployment-node-status{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.deployment-node-link{color:var(--fg);align-items:center;gap:6px;font-size:.78rem;font-weight:600;display:inline-flex}.deployment-node-route-list{gap:10px;display:grid}.deployment-node-route-row{background:#ffffffad;border:1px solid #0000;border-radius:16px;grid-template-columns:minmax(0,1fr) auto;align-items:stretch;gap:8px;padding:10px;display:grid}.deployment-node-route-row.active{border-color:var(--brand-border);box-shadow:0 10px 22px #0f7b781a}.deployment-node-route-button{color:var(--fg);text-align:left;cursor:pointer;background:0 0;border:none;gap:4px;padding:0;display:grid}.deployment-node-route-button span{align-items:center;gap:6px;font-size:.84rem;font-weight:700;display:inline-flex}.deployment-node-route-button small{color:var(--muted);font-size:.76rem}.deployment-route-remove{color:var(--muted);border-radius:999px;align-self:center;padding:0 6px}.deployment-route-remove:hover{color:var(--fg);background:#0f172a0d}.deployment-graph-legend{justify-content:center;align-items:center;gap:18px;margin-top:18px;display:flex}.deployment-graph-legend-item{color:var(--muted);border:1px solid var(--border);background:#ffffffad;border-radius:16px;align-items:center;gap:8px;padding:12px 14px;font-size:.82rem;display:inline-flex}.deployment-graph-legend-dot{background:var(--muted);border-radius:50%;width:8px;height:8px;display:inline-flex}.deployment-graph-legend-dot.up-to-date{background:var(--brand)}.deployment-graph-legend-dot.selected{background:#3b82f6}.repository-inspector-card{gap:18px;max-height:calc(100vh - 40px);padding:22px;display:grid;position:sticky;top:20px;overflow:auto}.repository-inspector-header{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.repository-inspector-header p{margin:8px 0 0;font-size:.92rem}.repository-inspector-route-title{letter-spacing:-.04em;flex-wrap:wrap;align-items:center;gap:10px;font-size:1.7rem;font-weight:700;display:inline-flex}.repository-inspector-route-arrow{color:var(--muted)}.repository-status-pill{white-space:nowrap;border-radius:999px;align-items:center;padding:8px 12px;font-size:.78rem;font-weight:700;display:inline-flex}.repository-status-pill.success{color:var(--brand-strong);background:var(--brand-soft)}.repository-status-pill.info{color:#1d4ed8;background:#3b82f61f}.repository-status-pill.warning{color:#b45309;background:var(--warning-soft)}.repository-status-pill.error{color:#b91c1c;background:var(--danger-soft)}.repository-status-pill.muted{color:var(--muted);background:#0f172a0f}.repository-inspector-tabs{border-bottom:1px solid var(--border);gap:10px;padding-bottom:2px;display:flex}.repository-inspector-tabs button{color:var(--muted);cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;padding:0 0 12px;font-size:.92rem;font-weight:600}.repository-inspector-tabs button.active{color:var(--brand-strong);border-bottom-color:var(--brand)}.repository-inspector-tabs button:disabled{cursor:default;opacity:.72}.repository-inspector-section{border:1px solid var(--border);background:linear-gradient(#ffffffd1,#fafafaf5);border-radius:20px;gap:14px;padding:18px;display:grid}.repository-inspector-section-header{justify-content:space-between;align-items:center;gap:16px;display:flex}.repository-inspector-section-header h3{margin-bottom:0;font-size:1rem}.repository-inspector-section-header span{color:var(--muted);font-size:.8rem;font-weight:600}.repository-inspector-field-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.repository-inspector-field-span{grid-column:1/-1}.repository-inspector-hint{margin-bottom:0;font-size:.84rem}.repository-summary-grid{margin-bottom:0}.repository-preview-editor{margin-top:0}.repository-empty-note{color:var(--muted);border:1px dashed var(--border);background:#0f172a0a;border-radius:16px;padding:16px;font-size:.88rem}.repository-activity-list{gap:10px;display:grid}.repository-activity-item{border:1px solid var(--border);background:#0f172a0a;border-radius:16px;gap:4px;padding:14px 16px;transition:transform .18s,border-color .18s,box-shadow .18s;display:grid}.repository-activity-item:hover{border-color:var(--brand-border);transform:translateY(-1px);box-shadow:0 12px 28px #0f7b7814}.repository-activity-item strong{font-size:.9rem}.repository-activity-item span{color:var(--muted);font-size:.8rem}.repository-inspector-actions{gap:10px;display:grid}.pipeline-shell{gap:16px;display:grid}.pipeline-header{justify-content:space-between;align-items:flex-end;gap:16px;display:flex}.pipeline-header h2{margin-bottom:0}.pipeline-editor-bar{background:var(--muted-bg);border:1px solid var(--border);border-radius:18px;flex-wrap:wrap;align-items:center;gap:12px 16px;padding:14px 16px;display:flex}.pipeline-toolbar-group{flex-wrap:wrap;align-items:center;gap:10px;min-width:0;display:flex}.pipeline-toolbar-group.route{flex:460px}.pipeline-toolbar-group-add{flex:0 auto}.pipeline-toolbar-divider{background:var(--border);flex:none;width:1px;height:28px}.pipeline-toolbar-label{color:var(--muted);font-family:var(--font-mono);letter-spacing:.06em;text-transform:uppercase;white-space:nowrap;font-size:.72rem;font-weight:500}.pipeline-toolbar-arrow{color:var(--muted);padding:0 2px;font-size:1.05rem;line-height:1}.pipeline-input,.pipeline-select{min-width:0}.pipeline-toolbar-group .pipeline-input{width:min(260px,100%)}.pipeline-toolbar-group .pipeline-select{width:min(170px,100%)}.pipeline-save-state{border:1px solid var(--border);background:var(--muted-bg);font-family:var(--font-mono);color:var(--muted);white-space:nowrap;border-radius:999px;padding:8px 12px;font-size:.76rem}.pipeline-save-state.saved,.pipeline-save-state.saving{color:#0f766e}.pipeline-save-state.error{color:#b91c1c}.pipeline-inline-status{border:1px solid var(--border);background:var(--muted-bg);color:var(--fg);border-radius:12px;padding:10px 12px;font-size:.84rem}.deploy-skeleton-card{gap:18px;margin-top:0;display:grid}.deploy-skeleton-card.compact{gap:16px}.deploy-skeleton-header{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.deploy-skeleton-copy{flex:1;gap:12px;min-width:0;display:grid}.deploy-skeleton-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.deploy-skeleton-grid.compact{grid-template-columns:repeat(3,minmax(0,1fr))}.deploy-skeleton-panel{background:var(--bg);border:1px solid var(--border);border-radius:20px;gap:12px;padding:18px;display:grid}.deploy-skeleton-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.pipeline-scroll{padding-bottom:6px;overflow-x:auto}.pipeline-track{align-items:stretch;gap:18px;min-width:100%;display:inline-flex}.pipeline-stage-column,.pipeline-edge-column{align-content:start;gap:14px;min-width:240px;display:grid}.pipeline-edge-column{min-width:320px}.pipeline-stage-card,.pipeline-edge-card{border:1px solid var(--border);background:var(--bg);border-radius:18px;gap:10px;padding:16px;display:grid;position:relative;box-shadow:0 10px 28px #0f172a0f}.pipeline-stage-name{letter-spacing:-.03em;font-size:1.2rem;font-weight:600}.pipeline-stage-meta,.pipeline-route-summary span,.pipeline-route-empty,.pipeline-route-commit,.pipeline-stage-message{color:var(--muted);font-size:.84rem}.pipeline-stage-message{color:var(--fg)}.pipeline-stage-footer,.pipeline-route-actions{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;display:flex}.pipeline-stage-branches{flex-wrap:wrap;gap:8px;display:flex}.pipeline-branch-pill{background:var(--muted-bg);border:1px solid var(--border);font-family:var(--font-mono);border-radius:999px;align-items:center;padding:5px 10px;font-size:.72rem;display:inline-flex}.pipeline-link{color:var(--fg);align-items:center;gap:6px;font-size:.82rem;font-weight:500;display:inline-flex}.pipeline-remove-button{width:26px;height:26px;color:var(--muted);cursor:pointer;background:0 0;border:none;border-radius:999px;position:absolute;top:10px;right:10px}.pipeline-remove-button.edge{top:12px}.pipeline-edge-title{align-items:center;gap:10px;font-size:.92rem;font-weight:600;display:flex}.pipeline-edge-arrow{color:var(--muted)}.pipeline-route-list{gap:10px;display:grid}.pipeline-route-row{background:var(--muted-bg);border:1px solid #0000;border-radius:14px;gap:8px;padding:12px;display:grid}.pipeline-route-row.active{border-color:#0f766e3d}.pipeline-route-summary{gap:4px;display:grid}.pipeline-route-summary strong{font-size:.9rem}.pipeline-empty,.pipeline-column-spacer{border:1px dashed var(--border);background:var(--muted-bg);border-radius:16px;min-height:120px}.pipeline-empty{color:var(--muted);place-items:center;padding:24px;display:grid}.pipeline-empty.error{color:#b91c1c}.deployment-operator-card.compact{padding:24px}.deployment-operator-card.compact .deployment-operator-header{align-items:center}.deployment-operator-card.compact .deployment-operator-header h2{margin-bottom:0}.deployment-commit-links{flex-wrap:wrap;gap:14px;margin-bottom:18px;display:flex}@media (width<=1120px){.repo-dashboard-page{width:100%;margin-left:0}.repo-sidebar.repo-sidebar-drawer{width:auto;inset:64px 0 0}.repository-workspace{grid-template-columns:1fr}.repository-inspector-card{max-height:none;position:static}.deployment-graph-layout{grid-template-columns:1fr}}@media (width<=920px){.repo-dashboard-topbar{flex-direction:column;align-items:stretch}.repo-pipeline-toolbar{grid-template-columns:1fr;align-items:stretch}.repo-pipeline-toolbar-group,.repo-pipeline-toolbar-add,.repo-pipeline-toolbar-connect,.repo-pipeline-search{flex:auto;width:100%}.repo-pipeline-search{margin-left:0}.repo-sidebar.repo-sidebar-drawer{width:auto;inset:64px 0 0}.repository-page-hero{flex-direction:column;align-items:flex-start}.deployment-toolbar{flex-direction:column;align-items:stretch}.deployment-toolbar-cluster,.deployment-toolbar-cluster.route{flex-wrap:wrap;width:100%}.deployment-toolbar-search{width:100%;margin-left:0}.deploy-hero-card{grid-template-columns:1fr}}.wizard-card{background:var(--bg);border:1px solid var(--border);border-radius:var(--border-radius);margin-top:24px;padding:32px;box-shadow:0 4px 24px #0000000a}.wizard-card .control-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));align-items:flex-start;gap:16px;margin-bottom:24px;display:grid}.preview-editor{background:var(--muted-bg);border:1px solid var(--border);border-radius:var(--border-radius);margin-top:24px;padding:24px}.hint{color:var(--muted);margin-top:8px;font-size:.8rem}.centered-state{text-align:center;background:var(--muted-bg);border:1px solid var(--border);border-radius:var(--border-radius);flex-direction:column;justify-content:center;align-items:center;padding:64px 24px;display:flex}.centered-state h2{margin-bottom:8px}.centered-state p{max-width:400px;margin:0 auto 24px}.setup-status-card{margin-top:10vh}.setup-status-card h1{font-size:2rem}@media (width<=720px){.topbar{flex-direction:column;align-items:flex-start;gap:16px}.repo-dashboard-page{width:100%;margin-left:0}.nav-links,.hero-actions,.card-actions,.control-grid{flex-direction:column;align-items:stretch;width:100%}.nav-links{gap:12px}.setup-callout,.integration-header,.section-heading,.repo-dashboard-topbar,.deploy-toolbar,.repository-page-picker-row,.repository-page-hero,.repository-inspector-header,.repository-inspector-section-header,.deployment-graph-header,.deployment-side-header,.deployment-operator-header{flex-direction:column;grid-template-columns:1fr;align-items:flex-start}.setup-callout .button,.control-grid .button,.card-actions .button,.empty-panel-actions .button{width:100%}.repository-settings-form-grid,.repository-member-add-row,.deploy-hero-card,.repo-dashboard-workspace,.repository-workspace,.deployment-graph-layout,.deployment-route-inspector,.repo-sidebar-field-grid,.repo-sidebar-stats,.repo-release-readiness,.repo-wizard-steps,.repo-notes-workspace,.deployment-preview-summary,.repository-inspector-field-grid,.deployment-version-fields,.deployment-graph-lanes,.deploy-skeleton-grid,.deploy-skeleton-grid.compact{grid-template-columns:1fr}.deploy-skeleton-header,.pipeline-header{flex-direction:column;align-items:stretch}.pipeline-editor-bar,.pipeline-toolbar-group,.repo-pipeline-floating-actions,.repo-pipeline-floating-form,.repo-pipeline-toolbar,.repo-pipeline-toolbar-group,.repo-pipeline-search,.deployment-toolbar,.deployment-toolbar-cluster,.deployment-toolbar-search{width:100%}.repo-pipeline-graph-actions,.repo-pipeline-floating-actions,.repo-pipeline-floating-form{flex-wrap:wrap;justify-content:flex-start;width:100%}.repo-pipeline-floating-actions{max-width:none;position:absolute;top:12px;left:12px;right:12px}.repo-pipeline-floating-form{border-radius:18px;max-width:none}.repo-pipeline-floating-input,.repo-pipeline-floating-select{flex:150px;width:100%}.repo-pipeline-inline-message{max-width:none;top:74px;left:12px;right:12px}.pipeline-input,.pipeline-select,.repo-pipeline-inline-input,.repo-pipeline-select,.deployment-toolbar-input,.deployment-toolbar-select,.pipeline-save-state{width:100%}.pipeline-toolbar-arrow,.repo-pipeline-toolbar-divider,.repo-pipeline-connect-arrow,.deployment-toolbar-arrow{display:none}.deployment-graph-metrics{flex:auto;width:100%}.deploy-toolbar-meta,.deployment-route-badge-row{justify-content:flex-start;width:100%}.repository-picker-trigger,.synced-repo-row,.repository-member-row{flex-direction:column;align-items:flex-start}.repository-picker.hero .repository-picker-trigger,.repository-picker.inline .repository-picker-trigger{flex-direction:row;align-items:flex-start}.repository-page-actions,.repository-page-meta,.repo-dashboard-topbar-actions,.repo-inline-actions,.repo-markdown-toolbar,.repo-file-totals,.deployment-graph-legend,.repository-inspector-tabs{justify-content:flex-start;width:100%}.repo-sidebar-tabs{gap:14px;overflow-x:auto}.repo-notes-mode-tabs{width:100%;margin-left:0}.repo-notes-mode-tabs button{flex:1;justify-content:center}.repo-sidebar-route-meta,.repo-dashboard-topbar{flex-direction:column;align-items:flex-start}.repo-commit-item,.repo-file-item{grid-template-columns:1fr}.repo-file-item{align-items:flex-start}.repo-sidebar.repo-sidebar-drawer{width:auto;inset:64px 0 0}.repository-page-hero-copy{align-items:flex-start}.repository-page-hero-mark{width:52px;height:52px}.repository-inspector-route-title{font-size:1.35rem}.deployment-node-route-row{grid-template-columns:1fr}.deployment-route-remove{padding-left:0}.modal-backdrop{padding:16px}.repository-settings-modal{border-radius:24px;max-height:calc(100vh - 32px);padding:22px}.repository-settings-modal-header{align-items:center}.repository-settings-form-grid,.repository-member-add-row{grid-template-columns:1fr}}.repo-pipeline-card-wrap:has(.menu-open){z-index:10}.repo-pipeline-card.menu-open{z-index:10;box-shadow:0 12px 36px #0f172a1f}@media (prefers-color-scheme:dark){.repo-pipeline-board{background:var(--muted-bg)!important}.repo-pipeline-card{background:var(--bg)!important;border-color:var(--border)!important}.repo-pipeline-graph-action,.repo-pipeline-floating-form,.repo-pipeline-floating-input,.repo-pipeline-floating-select{background:var(--bg)!important;border-color:var(--border)!important;color:var(--fg)!important}.repo-sidebar-body{background:var(--repo-surface-subtle)!important}.repo-pipeline-card-menu,.repo-pipeline-card-menu-item{background:var(--bg)!important;border-color:var(--border)!important;color:var(--fg)!important}.repo-pipeline-card-title{color:var(--fg)!important}.repo-pipeline-card-icon{background:var(--muted-bg)!important;border-color:var(--border)!important}.repo-pipeline-select{color:var(--fg)!important;background:var(--muted-bg)!important;border-color:var(--border)!important}.repo-pipeline-card-meta,.repo-pipeline-card-updated{color:var(--muted)!important}}.repo-pipeline-toolbar-add,.repo-pipeline-toolbar-connect{align-items:center;overflow-x:clip;flex-wrap:nowrap!important;align-items:center!important}.repo-pipeline-select{min-width:112px;width:auto!important}.repo-pipeline-inline-input{flex:200px;width:auto!important}@media (width<=920px){.repo-pipeline-toolbar-add,.repo-pipeline-toolbar-connect{overflow-x:visible;flex-wrap:wrap!important}}
