:root{--bg:#f3f6fb;--panel:#fff;--ink:#172033;--muted:#697386;--line:#e4e9f1;--blue:#356df3;--blue-dark:#2455c8;--navy:#111a2e;--green:#16a66a;--amber:#f59e0b;--red:#e5484d;--violet:#7656e8;--shadow:0 18px 45px rgba(27,42,75,.08);--radius:18px;font-family:Inter,"PingFang SC","Microsoft YaHei",system-ui,-apple-system,sans-serif;color:var(--ink);background:var(--bg)}
*{box-sizing:border-box}html,body{margin:0;min-height:100%;background:var(--bg)}body{font-size:14px;line-height:1.55}button,input,select{font:inherit}button{cursor:pointer}.hidden{display:none!important}.mobile-only{display:none!important}
.login-page{min-height:100vh;display:grid;place-items:center;overflow:hidden;position:relative;background:linear-gradient(145deg,#0e1830 0%,#172b56 48%,#0d6c77 120%)}.login-page:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:36px 36px;mask-image:linear-gradient(to bottom,black,transparent)}.login-ambient{position:absolute;border-radius:50%;filter:blur(1px)}.ambient-one{width:520px;height:520px;left:-180px;top:-210px;background:radial-gradient(circle at 60% 60%,rgba(55,117,255,.42),transparent 65%)}.ambient-two{width:640px;height:640px;right:-260px;bottom:-310px;background:radial-gradient(circle at 40% 30%,rgba(21,205,176,.25),transparent 68%)}.login-card{position:relative;width:min(430px,calc(100vw - 32px));padding:42px;border:1px solid rgba(255,255,255,.14);border-radius:28px;background:rgba(255,255,255,.96);box-shadow:0 35px 100px rgba(0,0,0,.35);backdrop-filter:blur(20px)}.login-copy{text-align:center;margin:22px 0 30px}.login-copy h1{font-size:29px;line-height:1.2;margin:7px 0 12px;letter-spacing:-.5px}.login-copy p{margin:0;color:var(--muted)}.login-foot{display:flex;justify-content:center;align-items:center;gap:8px;margin-top:24px;color:#7a8496;font-size:12px}.brand-mark{width:42px;height:42px;display:grid;place-items:center;border-radius:13px;color:#fff;font-weight:800;letter-spacing:-1px;background:linear-gradient(135deg,#4a7dff,#17b9a2);box-shadow:0 10px 24px rgba(53,109,243,.3)}.brand-mark.large{width:60px;height:60px;border-radius:19px;margin:auto;font-size:19px}
.app-shell{display:grid;grid-template-columns:260px 1fr;min-height:100vh}.sidebar{position:fixed;inset:0 auto 0 0;width:260px;display:flex;flex-direction:column;padding:24px 18px;background:var(--navy);color:#fff;z-index:20}.sidebar-brand{display:flex;align-items:center;gap:12px;padding:0 9px 26px}.sidebar-brand strong,.sidebar-brand small{display:block}.sidebar-brand strong{font-size:16px}.sidebar-brand small{color:#8190ad;font-size:11px;letter-spacing:.08em;text-transform:uppercase}.navigation{display:flex;flex-direction:column;gap:5px}.nav-item{display:flex;align-items:center;gap:12px;width:100%;padding:11px 13px;border:0;border-radius:12px;color:#9ba8c0;background:transparent;text-align:left;transition:.18s ease}.nav-item:hover{color:#fff;background:rgba(255,255,255,.055)}.nav-item.active{color:#fff;background:linear-gradient(90deg,rgba(67,117,245,.26),rgba(67,117,245,.08));box-shadow:inset 3px 0 #5687ff}.nav-icon{width:24px;font-size:18px;text-align:center}.sidebar-footer{margin-top:auto;border-top:1px solid rgba(255,255,255,.08);padding-top:18px}.system-chip{display:flex;gap:10px;align-items:center;padding:10px 8px;margin-bottom:8px}.system-chip strong,.system-chip small{display:block}.system-chip strong{font-size:12px}.system-chip small{font-size:11px;color:#7e8ca8}.status-dot{width:8px;height:8px;border-radius:999px;display:inline-block;background:#aab3c2;box-shadow:0 0 0 3px rgba(170,179,194,.12)}.status-dot.online{background:#2dd792;box-shadow:0 0 0 3px rgba(45,215,146,.15)}.status-dot.error{background:var(--red);box-shadow:0 0 0 3px rgba(229,72,77,.15)}
.main-content{grid-column:2;min-width:0;padding:0 34px 48px}.topbar{height:91px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);margin-bottom:28px}.topbar h2{font-size:20px;margin:2px 0 0}.topbar-actions,.inline-controls{display:flex;align-items:center;gap:10px}.eyebrow{margin:0;text-transform:uppercase;letter-spacing:.13em;color:#8a96aa;font-size:10px;font-weight:800}.eyebrow.light{color:rgba(255,255,255,.65)}.page{display:none;animation:fadeUp .25s ease}.page.active{display:block}@keyframes fadeUp{from{opacity:0;transform:translateY(5px)}to{opacity:1;transform:none}}
.button{border:1px solid transparent;border-radius:10px;padding:9px 15px;font-weight:700;color:var(--ink);background:#fff;transition:.15s ease}.button:hover{transform:translateY(-1px)}.button:disabled{opacity:.48;cursor:not-allowed;transform:none}.button-primary{color:#fff;background:linear-gradient(135deg,#3d75f5,#295bd6);box-shadow:0 7px 17px rgba(53,109,243,.18)}.button-primary:hover{box-shadow:0 9px 22px rgba(53,109,243,.28)}.button-secondary{border-color:#dce3ee;background:#fff}.button-ghost{color:#a9b3c7;background:transparent;border-color:rgba(255,255,255,.09)}.button-warning{color:#81570b;background:#fff3cc}.button-white{color:#17469f;background:#fff}.button-glass{color:#fff;border-color:rgba(255,255,255,.32);background:rgba(255,255,255,.1)}.button-danger{color:#b82730;background:#fff0f1;border-color:#ffd7da}.button-block{width:100%}.button-large{padding:12px 22px}.text-button{border:0;background:none;color:var(--blue);font-weight:700}.icon-button{width:36px;height:36px;display:grid;place-items:center;border:0;border-radius:10px;background:transparent;color:var(--muted);font-size:19px}.icon-button:hover{background:#edf1f7;color:var(--ink)}.pill{display:inline-flex;align-items:center;gap:8px;padding:6px 11px;border:1px solid #e0e6ef;border-radius:999px;color:#5f6b7e;background:#fff;font-size:12px}.pill.safe{color:#16795a;border-color:#c9eee0;background:#f0fbf7}
.input,.select{width:100%;height:42px;border:1px solid #d9e0eb;border-radius:10px;padding:0 12px;outline:none;color:var(--ink);background:#fff;transition:.15s}.input:focus,.select:focus{border-color:#7597f7;box-shadow:0 0 0 3px rgba(53,109,243,.1)}.input:disabled,.select:disabled{background:#f2f4f7;color:#929bad}.password-field{position:relative}.password-field .input{padding-right:44px}.password-field .icon-button{position:absolute;right:3px;top:3px}.field-label,.form-field>span{display:block;margin-bottom:7px;font-size:12px;font-weight:750;color:#4d596d}.form-field small{display:block;margin-top:6px;color:#8a94a6}.login-form{display:grid;gap:15px}.form-grid{display:grid;gap:16px;margin-bottom:17px}.form-grid.two{grid-template-columns:1fr 1fr}.form-grid.three{grid-template-columns:repeat(3,1fr)}.version-grid{grid-template-columns:170px 1fr auto}.grow{min-width:0}.align-end{align-self:end;height:42px}.compact-select{width:210px}.danger-input{border-color:#f0a1a5;background:#fffafb}.divider{height:1px;background:var(--line);margin:28px 0}
.panel{background:var(--panel);border:1px solid rgba(218,225,236,.9);border-radius:var(--radius);box-shadow:var(--shadow);padding:22px}.panel-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.panel-head h3{margin:3px 0 0;font-size:17px}.section-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin:3px 0 23px}.section-heading h1{font-size:28px;line-height:1.15;margin:6px 0 7px;letter-spacing:-.5px}.section-heading p{margin:0;color:var(--muted)}.hero-panel{position:relative;min-height:245px;display:flex;align-items:center;justify-content:space-between;overflow:hidden;padding:38px 44px;border-radius:24px;color:#fff;background:linear-gradient(125deg,#245ad5,#346fe8 45%,#079a9a 125%);box-shadow:0 22px 45px rgba(40,91,197,.24)}.hero-panel:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 72% 10%,rgba(255,255,255,.22),transparent 35%)}.hero-panel>div:first-child{position:relative;max-width:650px;z-index:2}.hero-panel h1{font-size:32px;line-height:1.18;margin:7px 0 12px}.hero-panel p{margin:0;color:rgba(255,255,255,.78);font-size:15px}.hero-actions{display:flex;gap:10px;margin-top:25px}.hero-orbit{position:relative;width:200px;height:170px;display:grid;place-items:center;z-index:1}.orbit-ring{position:absolute;border:1px solid rgba(255,255,255,.22);border-radius:50%;transform:rotate(-18deg)}.ring-one{width:180px;height:100px}.ring-two{width:130px;height:155px;transform:rotate(45deg)}.orbit-core{width:86px;height:86px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.4);border-radius:28px;font-size:23px;font-weight:900;background:rgba(255,255,255,.14);backdrop-filter:blur(8px);box-shadow:0 18px 40px rgba(0,0,0,.18)}.orbit-core span{display:block;margin-top:-28px;font-size:8px;letter-spacing:.22em;color:#b8fff1}
.metric-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin:19px 0}.metric-card{display:flex;gap:14px;align-items:center;padding:20px;border:1px solid var(--line);border-radius:16px;background:#fff;box-shadow:0 8px 25px rgba(35,48,74,.045)}.metric-card p,.metric-card small{display:block;margin:0;color:var(--muted)}.metric-card p{font-size:12px}.metric-card strong{display:block;font-size:24px;margin:1px 0;letter-spacing:-.5px}.metric-card small{font-size:11px}.metric-icon{width:42px;height:42px;display:grid;place-items:center;flex:none;border-radius:13px;font-size:18px;font-weight:800}.metric-icon.blue{color:#245ad4;background:#eaf0ff}.metric-icon.green{color:#087d51;background:#e7f8f1}.metric-icon.violet{color:#6845d5;background:#f0ecff}.metric-icon.amber{color:#b26b00;background:#fff4dc}.two-column{display:grid;grid-template-columns:1.05fr .95fr;gap:18px}.server-summary{display:grid;gap:10px}.server-summary-item{display:flex;align-items:center;justify-content:space-between;padding:12px;border:1px solid #edf0f5;border-radius:12px;background:#fbfcfe}.server-summary-item>div{display:flex;align-items:center;gap:10px}.server-summary-item strong,.server-summary-item small{display:block}.server-summary-item small{font-size:11px;color:var(--muted)}.activity-list{display:grid;gap:5px}.activity-item{display:grid;grid-template-columns:9px 1fr auto;gap:11px;align-items:start;padding:10px 4px;border-bottom:1px solid #f0f2f6}.activity-item:last-child{border:0}.activity-item p{margin:0;font-weight:700}.activity-item small{color:var(--muted)}
.alert{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:14px 18px;border-radius:13px;margin-bottom:18px}.alert p{margin:2px 0 0}.alert-warning{color:#795407;background:#fff7d9;border:1px solid #f4dc8c}.alert-info{color:#245184;background:#eef6ff;border:1px solid #cfe4ff}.deploy-layout{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(300px,.7fr);gap:18px}.deploy-form-panel{padding:27px}.step-row{display:flex;gap:13px;align-items:flex-start;margin-bottom:20px}.step-number{width:30px;height:30px;display:grid;place-items:center;flex:none;border-radius:10px;color:#fff;background:var(--blue);font-size:12px;font-weight:800}.step-row h3,.step-row p{margin:0}.step-row p{color:var(--muted);font-size:12px}.commit-card{display:flex;align-items:center;gap:12px;padding:13px 15px;border:1px solid #cdebdc;border-radius:12px;background:#f2fbf7;margin:8px 0 17px}.commit-card strong,.commit-card p{display:block;margin:0}.commit-card p{font-family:ui-monospace,SFMono-Regular,Consolas,monospace;color:#428069;font-size:12px}.deploy-actions{display:flex;align-items:center;gap:16px;margin-top:24px}.deploy-action-buttons{display:flex;gap:9px;flex:none}.deploy-actions p{margin:0;color:var(--muted);font-size:11px}.workflow-exists{color:#2458c6;border-color:#a9befa;background:#f5f8ff}.timeline-panel{background:linear-gradient(180deg,#fff,#f8faff)}.execution-steps{padding:0;margin:0;list-style:none}.execution-steps li{position:relative;display:flex;gap:12px;padding:0 0 24px}.execution-steps li:not(:last-child):after{content:"";position:absolute;left:17px;top:36px;bottom:5px;width:1px;background:#dce4f1}.execution-steps li>span{width:35px;height:35px;display:grid;place-items:center;flex:none;border:1px solid #dbe4f3;border-radius:12px;color:var(--blue);background:#fff;font-size:11px;font-weight:800;z-index:1}.execution-steps strong,.execution-steps p{display:block;margin:0}.execution-steps p{color:var(--muted);font-size:12px;margin-top:2px}
.table-panel{padding:0;overflow:hidden}.table-wrap{overflow:auto}table{width:100%;border-collapse:collapse;white-space:nowrap}th,td{padding:14px 16px;text-align:left;border-bottom:1px solid #edf0f5}th{color:#778296;background:#f8fafc;font-size:11px;text-transform:uppercase;letter-spacing:.04em}td{font-size:12px}tbody tr:hover{background:#fafcff}.service-name strong,.service-name small{display:block}.service-name small{color:var(--muted)}.image-text{display:block;max-width:260px;overflow:hidden;text-overflow:ellipsis;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;color:#58667c}.status-badge{display:inline-flex;align-items:center;gap:6px;padding:4px 8px;border-radius:999px;font-size:11px;font-weight:750}.status-badge.success{color:#0b7850;background:#e9f9f2}.status-badge.failed{color:#b72b34;background:#ffedef}.status-badge.running{color:#2458c6;background:#eaf0ff}.status-badge.queued{color:#8d6411;background:#fff5dd}.status-badge.skipped{color:#626e80;background:#eef1f5}.loading-bar{height:3px;background:linear-gradient(90deg,transparent,var(--blue),transparent);background-size:200% 100%;animation:loading 1.2s infinite}@keyframes loading{to{background-position:-200% 0}}
.diagnostic-actions{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:18px}.diagnostic-action{display:flex;gap:14px;align-items:center;padding:20px;border:1px solid var(--line);border-radius:16px;text-align:left;background:#fff;box-shadow:0 8px 20px rgba(35,48,74,.045);transition:.15s}.diagnostic-action:hover{border-color:#a9befa;transform:translateY(-2px)}.diagnostic-action strong,.diagnostic-action p{display:block;margin:0}.diagnostic-action p{color:var(--muted);font-size:12px}.diagnostic-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.diagnostic-result{display:flex;gap:13px;padding:17px;border:1px solid var(--line);border-radius:15px;background:#fff}.diagnostic-result.success{border-color:#cceadb}.diagnostic-result.failed{border-color:#f6cbd0}.diagnostic-result>span{width:30px;height:30px;display:grid;place-items:center;border-radius:10px;flex:none}.diagnostic-result.success>span{color:#087d51;background:#e8f8f1}.diagnostic-result.failed>span{color:#bd2f38;background:#ffedef}.diagnostic-result strong,.diagnostic-result p,.diagnostic-result small{display:block;margin:0}.diagnostic-result p{white-space:pre-line;color:var(--muted);font-size:12px;margin-top:3px}.diagnostic-result small{color:#9b6b12;margin-top:6px}.loading-card{display:flex;gap:14px;align-items:center;padding:20px;border:1px solid #dbe5f6;border-radius:15px;background:#f8fbff;margin-bottom:18px}.loading-card strong,.loading-card p{display:block;margin:0}.loading-card p{color:var(--muted)}.spinner{width:27px;height:27px;border:3px solid #dfe7f7;border-top-color:var(--blue);border-radius:50%;animation:spin .8s linear infinite}.spinner.small{width:17px;height:17px;border-width:2px}@keyframes spin{to{transform:rotate(360deg)}}
.workflow-editor{margin-bottom:18px}.workflow-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.workflow-card{position:relative;padding:21px;border:1px solid var(--line);border-radius:17px;background:#fff;box-shadow:0 9px 28px rgba(35,48,74,.055)}.workflow-card:before{content:"";position:absolute;left:0;top:20px;bottom:20px;width:3px;border-radius:3px;background:#cad3e2}.workflow-card.enabled:before{background:var(--green)}.workflow-card h3{margin:6px 0 3px;font-size:16px}.workflow-card>p{margin:0;color:var(--muted);font-size:12px}.workflow-meta{display:grid;gap:7px;margin:17px 0;padding:13px;border-radius:12px;background:#f7f9fc}.workflow-meta div{display:flex;justify-content:space-between;gap:12px}.workflow-meta span{color:var(--muted)}.workflow-actions{display:flex;flex-wrap:wrap;gap:7px}.workflow-actions .button{padding:7px 10px;font-size:11px}.switch-row{display:flex;align-items:center;gap:11px;margin:17px 0;cursor:pointer}.switch-row input{display:none}.switch{position:relative;width:42px;height:24px;border-radius:999px;background:#ccd4df;transition:.2s}.switch:after{content:"";position:absolute;left:3px;top:3px;width:18px;height:18px;border-radius:50%;background:#fff;box-shadow:0 2px 5px rgba(0,0,0,.2);transition:.2s}.switch-row input:checked+.switch{background:var(--green)}.switch-row input:checked+.switch:after{transform:translateX(18px)}.switch-row strong,.switch-row p{display:block;margin:0}.switch-row p{color:var(--muted);font-size:11px}.form-actions{display:flex;justify-content:flex-end;gap:9px}.settings-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;max-width:950px}.settings-grid form{display:grid;gap:16px}.security-notes ul{list-style:none;padding:0;margin:0}.security-notes li{display:flex;align-items:center;gap:10px;padding:11px 0;border-bottom:1px solid #eef1f5}.security-notes li:last-child{border:0}.security-notes li span{width:24px;height:24px;display:grid;place-items:center;border-radius:8px;color:#087d51;background:#e8f8f1;font-weight:800}
.server-credentials-panel{max-width:1120px;margin-top:18px;padding:20px}.server-credentials-panel>.panel-head h3{margin:3px 0;font-size:18px}.server-credentials-panel>.panel-head p{max-width:780px;margin:3px 0 0;color:var(--muted);font-size:11px}.credential-security-note{display:flex;gap:9px;margin:14px 0;padding:10px 12px;border:1px solid #cce7dd;border-radius:11px;color:#356253;background:#f0faf5;font-size:10px}.credential-security-note strong{flex:none;color:#087453}.server-credential-admin{max-width:460px;margin:0 0 14px}.server-credential-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.server-credential-card{padding:15px;border:1px solid #dfe5ef;border-radius:14px;background:#fff}.server-credential-card.production{border-color:rgba(221,49,67,.42)}.server-credential-card.removed{border-color:#efc5c9;background:#fffafa}.server-credential-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.server-credential-head h4{margin:7px 0 2px;font-size:14px}.server-credential-head small,.server-credential-source small{display:block;color:var(--muted);font-size:9px}.server-credential-source{text-align:right}.server-credential-source small{margin-top:4px}.server-credential-fields{display:grid;grid-template-columns:minmax(120px,.7fr) minmax(180px,1.3fr);gap:9px;margin-top:13px}.server-credential-fields .form-field{margin:0}.server-credential-actions{display:flex;flex-wrap:wrap;align-items:center;gap:7px;margin-top:12px}.server-credential-actions .button{padding:7px 9px;font-size:9px}.server-credential-actions .text-button{margin-left:auto;font-size:9px}.server-credentials-panel>.loading-bar{margin:8px 0}.server-credential-card :disabled{cursor:not-allowed;opacity:.58}
.credential-security-note.warning{border-color:#edc7a5;color:#7b4a20;background:#fff7ef}.credential-security-note.warning strong{color:#aa5612}
.workflow-card.production{border-color:rgba(221,49,67,.42)}.workflow-card.watching:before{background:linear-gradient(180deg,#356df3,#16a66a)}.workflow-watch-card{margin:17px 0;padding:0 15px;border:1px solid #dce5f3;border-radius:14px;background:linear-gradient(145deg,#f9fbff,#f3f8ff)}.workflow-watch-card>.switch-row{margin:14px 0}.workflow-watch-settings{padding:15px 0 16px;border-top:1px solid #dfe7f4}.workflow-watch-settings .form-grid{margin-bottom:10px}.workflow-range{width:100%;height:24px;accent-color:var(--blue);cursor:pointer}.workflow-range:disabled{cursor:not-allowed;opacity:.55}.form-field output{float:right;padding:2px 7px;border-radius:999px;color:#2458c6;background:#e8efff;font-size:10px}.range-scale{display:flex;justify-content:space-between;color:#8a94a6;font-size:9px}.workflow-priority-note{display:flex;gap:9px;align-items:flex-start;padding:11px 12px;border:1px solid #bfd3ff;border-radius:11px;color:#38577f;background:#edf4ff}.workflow-priority-note span{flex:none;padding:2px 6px;border-radius:6px;color:#fff;background:#356df3;font-size:9px;font-weight:850}.workflow-priority-note p{margin:0;font-size:10px;line-height:1.6}
.empty-state{padding:55px 20px;text-align:center;color:var(--muted)}.empty-state.compact{padding:25px}.empty-state h3{color:var(--ink);margin:10px 0 4px}.empty-state p{margin:0}.empty-icon{width:55px;height:55px;display:grid;place-items:center;margin:auto;border-radius:17px;color:var(--blue);background:#eaf0ff;font-size:23px}.drawer-backdrop{position:fixed;inset:0;display:flex;justify-content:flex-end;background:rgba(11,18,32,.42);backdrop-filter:blur(2px);z-index:100}.operation-drawer{width:min(1240px,100vw);height:100%;display:flex;flex-direction:column;padding:24px;background:#fff;box-shadow:-30px 0 70px rgba(0,0,0,.18)}.drawer-head{display:flex;justify-content:space-between;align-items:flex-start}.drawer-head h3{font-size:21px;margin:3px 0}.drawer-head p{margin:0;color:var(--muted)}.progress-track{height:5px;overflow:hidden;border-radius:999px;background:#e9edf4;margin:20px 0 13px}.progress-bar{height:100%;width:8%;border-radius:inherit;background:linear-gradient(90deg,#356df3,#14b8a6);transition:width .35s}.drawer-stage{display:flex;gap:9px;align-items:center;margin-bottom:13px}.operation-workbench{display:grid;grid-template-columns:minmax(330px,.75fr) minmax(430px,1.25fr);gap:14px;min-height:0;flex:1}.operation-node-panel,.operation-log-panel{display:flex;min-height:0;flex-direction:column}.operation-node-panel{overflow:hidden;border:1px solid var(--line);border-radius:14px;background:#f8faff}.operation-pane-head{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:11px 14px}.operation-pane-head span,.operation-pane-head small{display:block}.operation-pane-head span{font-size:12px;font-weight:800}.operation-pane-head small{color:var(--muted);font-size:9px}.node-counter{padding:4px 8px;border-radius:999px;color:#345faa;background:#eaf0ff;font-size:9px!important;white-space:nowrap}.operation-nodes{display:grid;gap:8px;overflow:auto;padding:0 10px 12px}.node-empty{padding:35px 15px;text-align:center;color:var(--muted);font-size:11px}.operation-node{border:1px solid #e1e6ee;border-radius:12px;background:#fff}.operation-node[open]{box-shadow:0 9px 25px rgba(25,42,73,.07)}.operation-node>summary{display:grid;grid-template-columns:24px minmax(0,1fr) auto;gap:9px;align-items:center;padding:11px;cursor:pointer;list-style:none}.operation-node>summary::-webkit-details-marker{display:none}.node-state-icon{width:24px;height:24px;display:grid;place-items:center;border-radius:8px;color:#778399;background:#eef1f5;font-size:10px;font-weight:900}.operation-node.running .node-state-icon{color:#2458c6;background:#eaf0ff}.operation-node.success .node-state-icon{color:#0b7850;background:#e9f9f2}.operation-node.failed .node-state-icon{color:#b72b34;background:#ffedef}.operation-node.skipped .node-state-icon{color:#717b8b;background:#eef1f5}.node-title strong,.node-title small{display:block}.node-title strong{font-size:11px}.node-title small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--muted);font-size:9px}.node-duration{color:#8993a3;font-size:9px;white-space:nowrap}.node-details{padding:0 11px 12px 44px}.node-detail-grid{display:grid;grid-template-columns:85px minmax(0,1fr);gap:5px 9px;margin:0;padding-top:10px;border-top:1px solid #edf0f5;font-size:10px}.node-detail-grid dt{color:var(--muted)}.node-detail-grid dd{margin:0;overflow-wrap:anywhere;color:#324159;font-weight:650;white-space:pre-line}.node-check-result{margin-top:10px;padding:9px;border-radius:9px;background:#f5f7fa}.node-check-result.success{background:#eefaf5}.node-check-result.failed{background:#fff0f1}.node-check-result strong,.node-check-result small{display:block}.node-check-result small{color:var(--muted)}.node-check-result pre{max-height:170px;overflow:auto;margin:7px 0 0;padding:8px;border-radius:7px;color:#cad6e9;background:#101827;font:9px/1.55 ui-monospace,Consolas,monospace;white-space:pre-wrap;word-break:break-word}.node-recheck{margin-top:10px;padding:6px 9px;font-size:9px}.terminal{flex:1;overflow:auto;margin:0;padding:18px;border-radius:14px;color:#cbd8ef;background:#0d1525;font:12px/1.65 ui-monospace,SFMono-Regular,Consolas,monospace;white-space:pre-wrap;word-break:break-word;box-shadow:inset 0 0 0 1px rgba(255,255,255,.04)}.drawer-actions{display:flex;justify-content:flex-end;margin-top:15px}.toast-root{position:fixed;top:18px;right:18px;display:grid;gap:9px;z-index:200}.toast{min-width:280px;max-width:440px;padding:13px 15px;border:1px solid var(--line);border-radius:12px;background:#fff;box-shadow:0 15px 40px rgba(16,27,48,.17);animation:toastIn .22s ease}.toast.success{border-left:4px solid var(--green)}.toast.error{border-left:4px solid var(--red)}.toast.info{border-left:4px solid var(--blue)}.toast strong,.toast p{display:block;margin:0}.toast p{color:var(--muted);font-size:12px}@keyframes toastIn{from{opacity:0;transform:translateY(-7px)}to{opacity:1;transform:none}}
@media(max-width:1100px){.metric-grid{grid-template-columns:repeat(2,1fr)}.deploy-layout{grid-template-columns:1fr}.timeline-panel{display:none}.workflow-grid{grid-template-columns:repeat(2,1fr)}.form-grid.three{grid-template-columns:1fr 1fr}.diagnostic-grid{grid-template-columns:1fr}.operation-workbench{grid-template-columns:minmax(300px,.85fr) minmax(390px,1.15fr)}}
@media(max-width:780px){.mobile-only{display:grid!important}.app-shell{display:block}.sidebar{transform:translateX(-100%);transition:.2s}.sidebar.open{transform:none}.main-content{padding:0 16px 35px}.topbar{height:75px}.topbar-actions .pill{display:none}.topbar>div:nth-child(2){flex:1;margin-left:10px}.topbar .eyebrow{display:none}.hero-panel{padding:28px;min-height:220px}.hero-orbit{display:none}.hero-panel h1{font-size:27px}.metric-grid,.two-column,.settings-grid,.diagnostic-actions,.workflow-grid{grid-template-columns:1fr}.form-grid.two,.form-grid.three,.version-grid{grid-template-columns:1fr}.align-end{align-self:auto}.section-heading{align-items:flex-start;flex-direction:column}.inline-controls{width:100%}.compact-select{flex:1;width:auto}.deploy-actions{align-items:flex-start;flex-direction:column}.deploy-action-buttons{width:100%;flex-direction:column}.deploy-action-buttons .button{width:100%}.operation-drawer{padding:18px}.operation-workbench{grid-template-columns:1fr;grid-template-rows:minmax(260px,42vh) minmax(280px,1fr)}.table-panel{margin-left:-6px;margin-right:-6px}.login-card{padding:32px 25px}}
@media(max-width:900px){.server-credential-list{grid-template-columns:1fr}}
@media(max-width:600px){.server-credentials-panel{padding:14px}.credential-security-note,.server-credential-head{flex-direction:column}.server-credential-source{text-align:left}.server-credential-fields{grid-template-columns:1fr}.server-credential-actions .button{flex:1}.server-credential-actions .text-button{width:100%;margin-left:0;text-align:center}}

.button{display:inline-flex;align-items:center;justify-content:center;text-decoration:none}.refresh-meta{display:flex;align-items:flex-end;flex-direction:column;gap:3px}.refresh-meta small{color:var(--muted);font-size:10px}.status-dot.warning{background:var(--amber);box-shadow:0 0 0 3px rgba(245,158,11,.15)}

.status-log-button{padding:6px 10px;font-size:11px;white-space:nowrap}.status-log-button:hover{color:#087d51;border-color:#a9e3cd;background:#f0fbf7}.container-log-drawer{width:min(1120px,100vw)}.container-log-toolbar{display:flex;align-items:center;gap:14px;margin:20px 0 13px;padding:11px 13px;border:1px solid #e2e7ef;border-radius:12px;background:#f8fafc}.container-log-toolbar>small{margin-left:auto;color:var(--muted);font-size:10px}.container-log-follow{display:flex;align-items:center;gap:7px;color:#40506a;font-size:11px;font-weight:750;cursor:pointer}.container-terminal{min-height:0;border-radius:13px}.container-log-drawer .drawer-actions{flex-wrap:wrap}@media(max-width:780px){.container-log-toolbar{align-items:flex-start;flex-direction:column;gap:8px}.container-log-toolbar>small{margin-left:0}.container-log-drawer .drawer-actions .button{flex:1 1 calc(50% - 8px)}}
.target-summary{display:grid;grid-template-columns:.8fr 1fr 1.3fr 2fr;gap:1px;overflow:hidden;margin:13px 0 4px;border:1px solid #dce5f3;border-radius:13px;background:#dce5f3}.target-summary>div{min-width:0;padding:12px 13px;background:#f8fbff}.target-summary span,.target-summary strong{display:block}.target-summary span{color:var(--muted);font-size:10px;margin-bottom:3px}.target-summary strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px}.target-summary .target-resource strong{overflow:visible;white-space:normal;line-height:1.35}.advanced-options{margin-top:15px;border:1px solid var(--line);border-radius:12px;background:#fafbfd}.advanced-options summary{padding:11px 14px;color:#546176;font-size:12px;font-weight:750;cursor:pointer}.advanced-options[open] summary{border-bottom:1px solid var(--line)}.compact-switch{margin:0;padding:13px 14px}.inventory-summary{display:flex;flex-wrap:wrap;gap:8px;margin:-7px 0 14px}.inventory-summary span{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border:1px solid #dfe5ee;border-radius:999px;color:#5f6b7e;background:#fff;font-size:11px}.inventory-summary strong{color:var(--ink)}
.table-tools,.operation-filters{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:13px 16px;border-bottom:1px solid var(--line);background:#fff}.operation-filters{justify-content:flex-start;margin-bottom:14px;border:1px solid var(--line);border-radius:14px;box-shadow:0 8px 22px rgba(35,48,74,.035)}.filter-group{display:flex;align-items:center;gap:9px;min-width:0}.filter-input{width:280px}.filter-select{width:165px}.check-filter{display:flex;align-items:center;gap:5px;white-space:nowrap;color:var(--muted);font-size:12px}.table-tools>small{white-space:nowrap;color:var(--muted)}.table-wrap table{min-width:1160px}.resource-warning{color:#b45309;font-weight:750}.resource-danger{color:#c52c36;font-weight:800}.ports-text{display:block;max-width:255px;overflow:hidden;text-overflow:ellipsis}.status-badge.warning{color:#995c00;background:#fff1d2}.text-success{color:#15805f}.text-danger{color:#c52c36}
.status-deploy-button{padding:6px 10px;font-size:11px;white-space:nowrap}.status-deploy-button:hover{color:#2458c6;border-color:#a9befa;background:#f5f8ff}.status-action-hint{color:#929bad;font-size:11px}
.service-baseline-panel{margin-bottom:15px;padding:18px}.service-baseline-panel>.panel-head{margin-bottom:14px}.service-baseline-panel>.panel-head h3{margin:3px 0;font-size:17px}.service-baseline-panel>.panel-head p{max-width:850px;margin:0;color:var(--muted);font-size:11px}.baseline-limit{padding:5px 9px;border-radius:999px;color:#315a9c;background:#edf3ff;font-size:10px;font-weight:850}.service-baseline-create{display:grid;grid-template-columns:180px minmax(280px,1fr) auto;gap:11px;align-items:end;padding:14px;border:1px solid #dfe6f0;border-radius:14px;background:#f8faff}.service-baseline-create .form-field{margin:0}.service-baseline-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:11px;margin-top:14px}.service-baseline-card{padding:14px;border:1px solid #dfe5ef;border-radius:14px;background:#fff}.service-baseline-card.production{border-color:rgba(221,49,67,.42)}.service-baseline-card-head{display:flex;justify-content:space-between;gap:12px}.service-baseline-card h4{margin:7px 0 3px;font-size:14px}.service-baseline-card small{color:var(--muted);font-size:9px}.service-baseline-actions{display:flex;align-items:flex-start;gap:7px}.service-baseline-actions .button{padding:7px 9px;font-size:9px}.service-baseline-actions .text-button{padding:7px 3px;font-size:9px}.text-button.danger{color:#b72b34}.service-baseline-card details{margin-top:11px;padding-top:9px;border-top:1px solid #edf0f4}.service-baseline-card summary{color:#52627a;font-size:10px;font-weight:750;cursor:pointer}.service-baseline-services{display:flex;flex-wrap:wrap;gap:5px;margin-top:8px}.service-baseline-services span{max-width:100%;overflow:hidden;padding:4px 7px;border-radius:7px;color:#52627a;background:#f1f4f8;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.baseline-empty{margin-top:13px;padding:18px;border:1px dashed #d8e0ec;border-radius:12px;text-align:center;color:var(--muted);font-size:11px}.service-baseline-result{margin-top:15px;border:1px solid #dce3ed;border-radius:15px;background:#fbfcfe}.baseline-result-head{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:15px;border-bottom:1px solid #e3e8ef}.baseline-result-head.success{background:#f0faf6}.baseline-result-head.failed{background:#fff6f6}.baseline-result-head h3{margin:6px 0 2px;font-size:15px}.baseline-result-head p{margin:0;color:var(--muted);font-size:9px}.baseline-result-summary{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:7px}.baseline-result-summary span{padding:5px 8px;border-radius:8px;color:#5c687a;background:rgba(255,255,255,.8);font-size:9px}.baseline-result-summary strong{color:var(--ink)}.baseline-server-errors{display:grid;gap:5px;margin:0;padding:11px 15px;border-bottom:1px solid #f1d8da;color:#9d3038;background:#fff7f7;list-style:none}.baseline-server-errors li{display:flex;gap:9px;font-size:10px}.baseline-server-errors strong{flex:none}.baseline-diff-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding:13px}.baseline-diff-group{overflow:hidden;border:1px solid #e1e6ed;border-radius:11px;background:#fff}.baseline-diff-group header{display:flex;align-items:center;justify-content:space-between;padding:9px 11px;background:#f4f6f9}.baseline-diff-group h4{margin:0;font-size:11px}.baseline-diff-group header span{min-width:20px;padding:2px 5px;border-radius:999px;text-align:center;color:#536178;background:#fff;font-size:8px;font-weight:850}.baseline-diff-group.danger header{color:#b52d36;background:#fff0f1}.baseline-diff-group.warning header{color:#965d00;background:#fff7e6}.baseline-diff-group.unknown header{color:#626b7a;background:#f0f2f5}.baseline-diff-group.new header{color:#2458c6;background:#edf3ff}.baseline-diff-group.healthy header{color:#087453;background:#eef9f5}.baseline-diff-group ul{display:grid;gap:0;margin:0;padding:0;list-style:none}.baseline-diff-group li{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:3px 10px;padding:9px 11px;border-top:1px solid #edf0f4}.baseline-diff-group li:first-child{border-top:0}.baseline-diff-group li strong,.baseline-diff-group li small{display:block}.baseline-diff-group li strong{font-size:10px}.baseline-diff-group li small{margin-top:2px;color:var(--muted);font-size:8px}.baseline-diff-group li>span{color:#647086;font-size:9px;white-space:nowrap}.baseline-diff-group li>p{grid-column:1/-1;margin:2px 0 0;color:#a3323b;font-size:9px}.service-baseline-panel>.loading-bar{margin:10px 0 -3px}
.modal-backdrop{position:fixed;inset:0;display:grid;place-items:center;padding:20px;background:rgba(10,18,33,.5);backdrop-filter:blur(3px);z-index:150}.confirm-dialog{width:min(470px,100%);padding:28px;border:1px solid rgba(255,255,255,.6);border-radius:20px;background:#fff;box-shadow:0 28px 90px rgba(6,14,29,.3);animation:fadeUp .2s ease}.confirm-icon{width:44px;height:44px;display:grid;place-items:center;margin-bottom:15px;border-radius:14px;color:#1f59d1;background:#eaf0ff;font-size:20px;font-weight:900}.confirm-icon.danger{color:#b72b34;background:#ffedef}.confirm-dialog h3{margin:0 0 7px;font-size:21px}.confirm-dialog>p{margin:0;color:var(--muted)}.confirm-details{display:grid;grid-template-columns:auto minmax(0,1fr);gap:8px 15px;margin:19px 0;padding:14px;border-radius:12px;background:#f6f8fb}.confirm-details:empty{display:none}.confirm-details dt{color:var(--muted)}.confirm-details dd{min-width:0;margin:0;overflow-wrap:anywhere;text-align:right;font-weight:750}.confirm-dialog .form-actions{margin-top:20px}.mobile-scrim{display:none}
body.menu-open{overflow:hidden}
@media(max-width:780px){.sidebar{z-index:40}.mobile-scrim{position:fixed;inset:0;display:block;background:rgba(8,15,29,.48);z-index:35}.refresh-meta{display:none}.target-summary{grid-template-columns:1fr 1fr}.table-tools,.operation-filters,.filter-group{align-items:stretch;flex-direction:column}.filter-input,.filter-select{width:100%}.table-tools>small{align-self:flex-start}.operation-filters .pill{align-self:flex-start}.drawer-actions{flex-wrap:wrap}.drawer-actions .button{flex:1}.confirm-dialog{padding:23px}.confirm-details{grid-template-columns:1fr}.confirm-details dd{text-align:left}.advanced-options{margin-bottom:4px}}
.baseline-result-head.changed{background:#f2f7ff}
@media(max-width:980px){.service-baseline-list,.baseline-diff-grid{grid-template-columns:1fr}.service-baseline-create{grid-template-columns:1fr 1fr}.service-baseline-create .button{grid-column:1/-1}}
@media(max-width:780px){.service-baseline-panel{padding:13px}.service-baseline-create{grid-template-columns:1fr}.service-baseline-create .button{grid-column:auto}.service-baseline-card-head,.baseline-result-head{align-items:stretch;flex-direction:column}.service-baseline-actions{justify-content:flex-end}.baseline-result-summary{justify-content:flex-start}.baseline-server-errors li{flex-direction:column;gap:2px}}

.storage-metrics{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:15px}.storage-metrics article{padding:18px;border:1px solid var(--line);border-radius:15px;background:#fff;box-shadow:0 10px 28px rgba(31,47,76,.04)}.storage-metrics span,.storage-metrics small{display:block;color:var(--muted)}.storage-metrics span{font-size:11px;font-weight:700}.storage-metrics strong{display:block;margin:7px 0 3px;font-size:25px}.storage-metrics small{font-size:10px}.storage-note{display:flex;gap:13px;align-items:flex-start;margin-bottom:15px;padding:13px 15px;border:1px solid #cfe1ff;border-radius:13px;background:#f2f7ff}.storage-note span{flex:none;padding:3px 7px;border-radius:6px;color:#1e5acb;background:#dceaff;font-size:10px;font-weight:800}.storage-note p{margin:1px 0;color:#50627e;font-size:12px}.storage-tools{display:flex;align-items:center;gap:10px;margin-bottom:20px}.storage-tools small{margin-left:auto;color:var(--muted)}.storage-groups{display:grid;gap:24px}.storage-group-head{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:10px}.storage-group-head h3{margin:0;font-size:17px}.storage-group-head p{margin:4px 0 0;color:var(--muted);font-size:11px}.storage-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:13px}.storage-card{display:flex;min-height:245px;flex-direction:column;padding:17px;border:1px solid var(--line);border-radius:16px;background:#fff;box-shadow:0 10px 28px rgba(31,47,76,.045)}.storage-card.has-error{border-color:#f4b9be}.storage-card-head{display:flex;justify-content:space-between;align-items:center}.storage-category{color:#4367aa;font-size:10px;font-weight:800;text-transform:uppercase}.risk-badge{padding:4px 7px;border-radius:999px;font-size:9px;font-weight:800}.risk-badge.low{color:#087453;background:#e6f8f2}.risk-badge.medium{color:#9a5d00;background:#fff1d1}.risk-badge.high{color:#6d7482;background:#edf0f4}.storage-card h4{margin:13px 0 5px;font-size:15px}.storage-card>p{min-height:34px;margin:0;color:var(--muted);font-size:11px;line-height:1.55}.storage-size-row{display:flex;justify-content:space-between;align-items:flex-end;margin-top:16px}.storage-size-row strong{font-size:22px}.storage-size-row span{color:var(--muted);font-size:10px}.storage-bar{height:5px;overflow:hidden;margin:9px 0;border-radius:999px;background:#eaf0f7}.storage-bar span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#3d73f3,#14b8a6)}.storage-meta{display:flex;justify-content:space-between;gap:8px;color:var(--muted);font-size:9px}.storage-meta span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.storage-meta strong{flex:none;color:#1d8063}.storage-error{margin-top:10px;padding:8px;border-radius:8px;color:#ad2530;background:#fff0f1;font-size:10px}.storage-card-actions{display:flex;justify-content:flex-end;align-items:center;margin-top:auto;padding-top:14px}.protected-label{color:#8a93a2;font-size:10px}.storage-card .button{padding:8px 12px;font-size:10px}
.confirm-dialog #confirm-input-wrap{margin:16px 0 0}.confirm-dialog #confirm-input-hint{overflow-wrap:anywhere;color:#aa343d}
.recent-refs{display:flex;align-items:flex-start;gap:10px;margin:-8px 0 17px}.recent-refs>span{flex:none;padding-top:7px;color:var(--muted);font-size:10px;font-weight:750}.recent-ref-list{display:flex;flex-wrap:wrap;gap:7px}.recent-ref-chip{display:inline-flex;align-items:center;gap:6px;max-width:260px;padding:6px 9px;border:1px solid #dce4f1;border-radius:999px;color:#44536a;background:#f8faff;font-size:10px;transition:.15s}.recent-ref-chip:hover{color:#2458c6;border-color:#9fb8fa;background:#eef3ff;transform:translateY(-1px)}.recent-ref-chip strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.recent-ref-kind{padding:2px 5px;border-radius:999px;color:#2458c6;background:#e7eeff;font-size:8px;font-weight:850;text-transform:uppercase}.recent-ref-kind.tag{color:#8b5a00;background:#fff0ce}.recent-ref-date{color:#8b96a7;white-space:nowrap}.recent-ref-retry{padding:6px 9px;border:1px dashed #e5a4aa;border-radius:999px;color:#ad3039;background:#fff5f6;font-size:10px}
.heading-actions{display:flex;align-items:center;gap:10px}.flow-config-dialog{width:min(1320px,96vw);max-height:94vh;overflow:hidden;padding:25px;border:1px solid rgba(255,255,255,.65);border-radius:21px;background:#f7f9fc;box-shadow:0 28px 90px rgba(6,14,29,.3)}.flow-config-dialog>.panel-head{margin-bottom:16px}.flow-config-dialog>.panel-head h3{margin:3px 0;font-size:22px}.flow-config-dialog>.panel-head p{margin:0;color:var(--muted)}.flow-config-layout{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(300px,.65fr);gap:15px;max-height:calc(94vh - 100px)}.flow-config-main,.flow-history-panel{overflow:auto;padding:18px;border:1px solid var(--line);border-radius:16px;background:#fff}.flow-protection{display:flex;gap:10px;align-items:flex-start;padding:11px 13px;border:1px solid #cce7dd;border-radius:11px;color:#326152;background:#f1faf6;font-size:11px}.flow-protection strong{flex:none;color:#087453}.flow-node-preview{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:9px;margin:15px 0}.flow-node-card{position:relative;padding:12px;border:1px solid #dfe5ef;border-radius:12px;background:#fafbfd}.flow-node-card.disabled{opacity:.55}.flow-node-card strong,.flow-node-card small{display:block}.flow-node-card strong{font-size:11px}.flow-node-card small{min-height:30px;margin-top:3px;color:var(--muted);font-size:9px}.flow-node-number{display:inline-grid;width:21px;height:21px;place-items:center;margin-bottom:8px;border-radius:7px;color:#2458c6;background:#eaf0ff;font-size:8px;font-weight:850}.flow-node-params{display:flex;flex-wrap:wrap;gap:4px;margin-top:9px}.flow-node-params span{padding:3px 5px;border-radius:5px;color:#476289;background:#eef3fb;font-size:8px}.flow-node-params span.protected{color:#6f7785;background:#eef0f3}.flow-settings-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.flow-favorite-save{margin:13px 0}.flow-history-panel>.panel-head p{margin:3px 0 0;color:var(--muted);font-size:10px}.flow-history{display:grid;gap:9px}.flow-history-item{padding:12px;border:1px solid #e1e6ee;border-radius:12px;background:#fafbfd}.flow-history-item.current{border-color:#a9befa;background:#f2f6ff}.flow-history-head{display:flex;justify-content:space-between;gap:8px}.flow-history-head strong,.flow-history-head small{display:block}.flow-history-head strong{font-size:11px}.flow-history-head small{margin-top:2px;color:var(--muted);font-size:9px}.flow-star{color:#ac7500;font-size:15px}.flow-history-summary{display:grid;grid-template-columns:1fr 1fr;gap:4px;margin:9px 0;color:#5c697d;font-size:9px}.flow-history-note{margin:7px 0;color:#42526b;font-size:10px}.flow-history-actions{display:flex;gap:6px}.flow-history-actions .button{padding:5px 8px;font-size:9px}.flow-history-empty{padding:25px 10px;text-align:center;color:var(--muted);font-size:11px}
@media(max-width:1100px){.storage-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.storage-metrics{grid-template-columns:repeat(2,1fr)}}
@media(max-width:780px){.storage-grid,.storage-metrics{grid-template-columns:1fr}.storage-tools{align-items:stretch;flex-direction:column}.storage-tools .filter-input,.storage-tools .filter-select{width:100%}.storage-tools small{align-self:flex-start;margin-left:0}.storage-group-head{align-items:flex-start;flex-direction:column;gap:7px}}
@media(max-width:780px){.recent-refs{align-items:stretch;flex-direction:column}.recent-ref-list{display:grid;grid-template-columns:1fr}.recent-ref-chip{max-width:none;justify-content:flex-start}}
@media(max-width:1100px){.flow-node-preview{grid-template-columns:repeat(2,minmax(0,1fr))}.flow-config-layout{grid-template-columns:1fr}.flow-history-panel{max-height:320px}}
@media(max-width:780px){.heading-actions{align-items:flex-end;flex-direction:column}.flow-config-dialog{width:100%;max-height:100vh;padding:15px;border-radius:0}.flow-config-layout{max-height:calc(100vh - 85px)}.flow-settings-grid,.flow-node-preview{grid-template-columns:1fr}}
.login-website-link{display:flex;align-items:center;justify-content:center;gap:5px;width:max-content;margin:12px auto 0;color:#356df3;font-size:12px;font-weight:750;text-decoration:none}.login-website-link span{transition:transform .18s ease}.login-website-link:hover span{transform:translateX(3px)}

/* AI deployment API */
.automation-head-actions{display:flex;gap:9px}.automation-overview{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(360px,.85fr);gap:15px;margin-bottom:15px}.automation-credential,.automation-skill-card{min-height:340px}.automation-credential .panel-head p,.automation-skill-card .panel-head p,.automation-flow .panel-head p,.automation-tester .panel-head p{max-width:680px;margin:4px 0 0;color:var(--muted);font-size:11px}.automation-meta{display:grid;grid-template-columns:90px minmax(0,1fr);gap:9px 14px;margin:19px 0;padding:14px;border-radius:13px;background:#f7f9fc}.automation-meta dt{color:var(--muted);font-size:10px}.automation-meta dd{min-width:0;margin:0;overflow-wrap:anywhere;text-align:right;color:#30405a;font-size:11px;font-weight:750}.automation-secret{margin:0 0 15px;padding:13px;border:1px solid #f1d58d;border-radius:13px;background:#fff9e9}.automation-secret>div:first-child{margin-bottom:10px}.automation-secret strong,.automation-secret small{display:block}.automation-secret strong{color:#855500;font-size:12px}.automation-secret small{margin-top:2px;color:#9c7837;font-size:10px}.secret-copy-row{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:7px}.code-input{font-family:ui-monospace,SFMono-Regular,Consolas,monospace}.automation-token-actions{display:flex;gap:8px;margin-top:auto}.automation-credential{display:flex;flex-direction:column}.automation-token-actions .button{flex:1}.automation-skill-badge{padding:5px 8px;border-radius:999px;color:#1c5cca;background:#eaf0ff;font:800 9px ui-monospace,SFMono-Regular,Consolas,monospace}.automation-steps.compact{display:grid;gap:9px;margin:16px 0;padding:0;list-style:none}.automation-steps.compact li{display:flex;align-items:flex-start;gap:9px}.automation-steps.compact li>span{width:23px;height:23px;display:grid;flex:none;place-items:center;border-radius:8px;color:#2358c8;background:#eaf0ff;font-size:9px;font-weight:850}.automation-steps strong,.automation-steps small{display:block}.automation-steps strong{font-size:11px}.automation-steps small{margin-top:2px;color:var(--muted);font-size:9px}.code-card{overflow:hidden;border:1px solid #dfe5ee;border-radius:12px;background:#0e1727}.code-card-head{display:flex;align-items:center;justify-content:space-between;padding:7px 11px;border-bottom:1px solid rgba(255,255,255,.08);color:#8694aa;font-size:9px}.code-card-head .text-button{color:#a9c4ff}.code-card pre{overflow:auto;margin:0;padding:13px;color:#cfdbef;font:10px/1.65 ui-monospace,SFMono-Regular,Consolas,monospace;white-space:pre-wrap;word-break:break-word}.code-card pre span{color:#79d7be}.automation-flow{margin-bottom:15px}.automation-flow-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:9px}.automation-flow-grid>div{position:relative;display:flex;min-height:150px;flex-direction:column;padding:14px;border:1px solid #e0e6ef;border-radius:13px;background:linear-gradient(145deg,#fbfcff,#f4f7fc)}.automation-flow-grid>div:not(:last-child):after{content:'→';position:absolute;right:-11px;top:50%;z-index:2;width:20px;height:20px;display:grid;place-items:center;border:1px solid #dce4f1;border-radius:999px;color:#5c77ad;background:#fff;font-size:10px}.automation-flow-grid span{width:26px;height:26px;display:grid;place-items:center;margin-bottom:11px;border-radius:8px;color:#2158cb;background:#e7efff;font-size:9px;font-weight:900}.automation-flow-grid strong{font-size:12px}.automation-flow-grid small{flex:1;margin:4px 0 12px;color:var(--muted);font-size:9px;line-height:1.55}.automation-flow-grid code{width:max-content;max-width:100%;overflow:hidden;text-overflow:ellipsis;color:#275eaa;font-size:9px}.automation-doc-layout{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(330px,.65fr);gap:15px}.automation-endpoints,.automation-sidebar{display:grid;align-content:start;gap:15px}.api-endpoint header{display:grid;grid-template-columns:auto auto minmax(0,1fr);align-items:center;gap:9px}.api-endpoint header code{color:#2f405b;font-size:11px}.api-endpoint header strong{justify-self:end;font-size:12px}.api-endpoint>p{margin:12px 0;color:var(--muted);font-size:11px;line-height:1.7}.http-method{padding:4px 6px;border-radius:6px;font-size:8px;font-weight:900}.http-method.get{color:#087453;background:#e7f8f1}.http-method.post{color:#2458c6;background:#e7eeff}.api-status-row{display:flex;flex-wrap:wrap;gap:6px;margin-top:13px}.api-status-row span{padding:5px 7px;border-radius:7px;color:#59667b;background:#f1f4f8;font-size:9px}.api-status-row b{color:#2b559b}.automation-tester{position:sticky;top:95px}.automation-tester .button{width:100%;margin-top:12px}.automation-test-result{margin-top:12px;padding:12px;border:1px solid #e0e5ed;border-radius:11px;background:#f8fafc}.automation-test-result.success{border-color:#b9e6d5;background:#eefaf5}.automation-test-result.failed{border-color:#f1bfc3;background:#fff1f2}.automation-test-result span,.automation-test-result small{display:block}.automation-test-result span{font-size:11px;font-weight:800}.automation-test-result small{margin-top:3px;overflow-wrap:anywhere;color:var(--muted);font-size:9px;white-space:pre-wrap}.automation-guardrails ul{display:grid;gap:11px;margin:0;padding:0;list-style:none}.automation-guardrails li{display:flex;gap:9px;align-items:flex-start}.automation-guardrails li>span{width:22px;height:22px;display:grid;flex:none;place-items:center;border-radius:7px;color:#087453;background:#e7f8f1;font-size:9px;font-weight:900}.automation-guardrails strong,.automation-guardrails small{display:block}.automation-guardrails strong{font-size:10px}.automation-guardrails small{margin-top:2px;color:var(--muted);font-size:9px;line-height:1.5}
@media(max-width:1100px){.automation-overview,.automation-doc-layout{grid-template-columns:1fr}.automation-flow-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.automation-flow-grid>div:nth-child(2):after{display:none}.automation-tester{position:static}.automation-sidebar{grid-template-columns:1fr 1fr}}
@media(max-width:780px){.automation-head-actions,.automation-token-actions{width:100%;flex-direction:column}.automation-head-actions .button{width:100%}.automation-flow-grid,.automation-sidebar{grid-template-columns:1fr}.automation-flow-grid>div:after{display:none!important}.secret-copy-row{grid-template-columns:1fr 1fr}.secret-copy-row input{grid-column:1/-1}.api-endpoint header{grid-template-columns:auto minmax(0,1fr)}.api-endpoint header strong{grid-column:1/-1;justify-self:start}.automation-meta{grid-template-columns:1fr}.automation-meta dd{text-align:left}.automation-credential,.automation-skill-card{min-height:0}}
.automation-approval-form{display:grid;gap:10px}.automation-approval-form .button{width:100%}.automation-approval .automation-secret{margin-top:12px}.automation-approval-history{display:grid;gap:6px;margin-top:12px}.approval-history-item{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:5px 8px;padding:9px;border:1px solid #e5e9ef;border-radius:9px;background:#f8fafc}.approval-history-item strong,.approval-history-item small{display:block}.approval-history-item strong{overflow:hidden;text-overflow:ellipsis;font:800 9px ui-monospace,SFMono-Regular,Consolas,monospace}.approval-history-item small{color:var(--muted);font-size:8px}.approval-history-item .status-badge{grid-row:1/3;grid-column:2;align-self:center}
.automation-tool-button{width:38px;height:38px;display:grid;flex:none;place-items:center;border:1px solid #cdd9ed;border-radius:11px;color:#2458c6;background:linear-gradient(145deg,#fff,#eef4ff);box-shadow:0 6px 18px rgba(36,88,198,.08);cursor:pointer;transition:.16s}.automation-tool-button:hover{border-color:#8fabed;color:#1749ac;transform:translateY(-1px);box-shadow:0 9px 22px rgba(36,88,198,.14)}.automation-tool-button:focus-visible{outline:3px solid rgba(53,109,243,.24);outline-offset:2px}.automation-tool-button svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
body.dialog-open{overflow:hidden}.install-guide-dialog{width:min(1080px,96vw);max-height:94vh;display:flex;flex-direction:column;overflow:hidden;border:1px solid rgba(255,255,255,.72);border-radius:22px;background:#f7f9fc;box-shadow:0 30px 100px rgba(6,14,29,.32);animation:fadeUp .2s ease}.install-guide-head{display:flex;justify-content:space-between;gap:20px;padding:24px 26px 18px;border-bottom:1px solid #e3e8f0;background:linear-gradient(135deg,#fff,#f3f7ff)}.install-guide-head h2{margin:3px 0 5px;font-size:23px}.install-guide-head p{max-width:760px;margin:0;color:var(--muted);font-size:11px;line-height:1.65}.install-guide-facts{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;border-bottom:1px solid #e3e8f0;background:#e3e8f0}.install-guide-facts>div{padding:11px 18px;background:#fff}.install-guide-facts span,.install-guide-facts strong{display:block}.install-guide-facts span{color:var(--muted);font-size:9px;text-transform:uppercase;letter-spacing:.05em}.install-guide-facts strong{margin-top:3px;color:#324159;font:800 11px ui-monospace,SFMono-Regular,Consolas,monospace}.install-guide-body{display:grid;grid-template-columns:1fr 1fr;gap:13px;overflow:auto;overscroll-behavior:contain;padding:18px}.install-guide-step{display:grid;grid-template-columns:35px minmax(0,1fr);gap:11px;align-content:start;padding:15px;border:1px solid #e0e6ef;border-radius:15px;background:#fff;box-shadow:0 7px 20px rgba(34,49,76,.035)}.install-guide-step.local{grid-column:1/-1}.install-step-number{width:31px;height:31px;display:grid;place-items:center;border-radius:10px;color:#2458c6;background:#eaf0ff;font-size:10px;font-weight:900}.install-guide-step.local .install-step-number{color:#087453;background:#e7f8f1}.install-step-content{min-width:0}.install-step-content h3{margin:1px 0 4px;font-size:13px}.install-step-content>p{margin:0 0 11px;color:var(--muted);font-size:11px;line-height:1.65}.install-step-content>p code{color:#315a9c}.install-guide-step .code-card pre{max-height:190px;font-size:10px}.install-guide-note{display:flex;gap:8px;align-items:flex-start;margin-top:9px;padding:9px 10px;border:1px solid #cce7dd;border-radius:9px;color:#356253;background:#f0faf5;font-size:10px;line-height:1.55}.install-guide-note strong{flex:none}.install-guide-note.warning{border-color:#f0d69a;color:#7c5a17;background:#fff9e9}.install-current-address{margin-top:9px!important;padding:8px 10px;border-radius:8px;color:#38577f!important;background:#edf4ff}.install-current-address strong{overflow-wrap:anywhere}.install-guide-actions{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:13px 20px;border-top:1px solid #e3e8f0;background:#fff}.install-guide-actions span{color:var(--muted);font-size:10px}.install-guide-actions .button{flex:none}
.switch-row input:disabled+.switch{cursor:not-allowed;opacity:.55}.switch-row input:disabled~div{cursor:not-allowed;opacity:.7}
@media(max-width:780px){.automation-tool-button{width:100%;height:40px}.install-guide-dialog{width:100%;max-height:100vh;border-radius:0}.install-guide-head{padding:18px}.install-guide-head p,.install-step-content>p{font-size:12px}.install-guide-facts{grid-template-columns:1fr 1fr}.install-guide-facts span{font-size:10px}.install-guide-facts strong,.install-guide-step .code-card pre{font-size:11px}.install-guide-body{grid-template-columns:1fr;padding:12px}.install-guide-step.local{grid-column:auto}.install-guide-note,.install-guide-actions span{font-size:11px}.install-guide-actions{align-items:stretch;flex-direction:column}.install-guide-actions .button{width:100%}}

/* Jenkins trigger center */
.jenkins-editor{margin:15px 0;border-color:#cbd9ef;box-shadow:0 12px 34px rgba(32,67,124,.07)}.jenkins-form{display:grid;gap:16px}.jenkins-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.jenkins-form-grid .wide{grid-column:1/-1}.jenkins-group-list{display:grid;gap:14px;margin-top:15px}.jenkins-group-card{overflow:hidden;border:1px solid #dfe5ee;border-radius:16px;background:#fff;box-shadow:0 7px 24px rgba(30,49,82,.045)}.jenkins-group-card.production{border-color:rgba(221,49,67,.45)}.jenkins-group-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:16px 17px;border-bottom:1px solid #edf0f5;background:linear-gradient(145deg,#fff,#f8faff)}.jenkins-group-card.production .jenkins-group-head{background:linear-gradient(145deg,#fff,#fff6f7)}.jenkins-group-title{display:flex;align-items:center;gap:8px}.jenkins-group-title h3{margin:0;font-size:14px}.jenkins-group-title .environment{padding:4px 7px;border-radius:7px;color:#2460c5;background:#eaf1ff;font-size:8px;font-weight:900}.jenkins-group-title .environment.prod{color:#aa2532;background:#ffe9eb}.jenkins-group-meta{display:flex;flex-wrap:wrap;gap:6px 12px;margin-top:6px;color:var(--muted);font-size:9px}.jenkins-group-meta code{max-width:560px;overflow:hidden;text-overflow:ellipsis}.jenkins-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:6px}.jenkins-actions .button{min-height:30px;padding:6px 10px;font-size:9px}.jenkins-entry-list{display:grid;gap:9px;padding:12px}.jenkins-entry-card{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px 14px;padding:12px 13px;border:1px solid #e2e7ef;border-radius:12px;background:#fbfcfe}.jenkins-entry-card.disabled{opacity:.7}.jenkins-entry-main{min-width:0}.jenkins-entry-title{display:flex;flex-wrap:wrap;align-items:center;gap:7px}.jenkins-entry-title strong{font-size:12px}.jenkins-entry-meta{display:flex;flex-wrap:wrap;gap:5px 12px;margin-top:5px;color:var(--muted);font-size:9px}.jenkins-entry-meta code{max-width:560px;overflow:hidden;text-overflow:ellipsis}.jenkins-entry-message{margin:7px 0 0;color:#536176;font-size:10px;overflow-wrap:anywhere}.jenkins-entry-actions{align-self:center}.jenkins-status{padding:4px 7px;border-radius:7px;color:#5a6679;background:#edf1f5;font-size:8px;font-weight:900}.jenkins-status.triggered,.jenkins-status.current,.jenkins-status.baseline{color:#087453;background:#e5f8f0}.jenkins-status.checking,.jenkins-status.waiting{color:#2458c6;background:#e7eeff}.jenkins-status.failed{color:#ad2936;background:#ffe8ea}.jenkins-module-statuses{grid-column:1/-1;display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:6px}.jenkins-module-status{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:3px 8px;padding:8px 9px;border-radius:9px;background:#f1f5fa}.jenkins-module-status strong{font-size:9px}.jenkins-module-status small{grid-column:1/-1;color:var(--muted);font-size:8px}.jenkins-modules{padding:13px;border:1px solid #dfe5ee;border-radius:13px;background:#f8fafc}.jenkins-modules .panel-head.compact{margin-bottom:10px}.jenkins-modules h4{margin:0;font-size:12px}.jenkins-modules p{margin:3px 0 0;color:var(--muted);font-size:9px}.jenkins-module-list,.jenkins-module-row{display:grid;gap:9px}.jenkins-module-row{position:relative;grid-template-columns:minmax(150px,.55fr) minmax(240px,1fr) minmax(240px,1fr) auto;align-items:end;margin-top:8px;padding:11px;border:1px solid #dfe5ed;border-radius:11px;background:#fff}.jenkins-module-row .button{margin-bottom:1px}.jenkins-empty-entries{padding:17px;color:var(--muted);font-size:10px;text-align:center}.jenkins-credential-mark{color:#087453;font-weight:800}.jenkins-group-card.production .button-danger{box-shadow:none}
.jenkins-status.pending{color:#8a4b00;background:#fff0cf;box-shadow:inset 0 0 0 1px rgba(202,116,0,.2)}
@media(max-width:1000px){.jenkins-entry-card{grid-template-columns:1fr}.jenkins-entry-actions{justify-content:flex-start}.jenkins-module-row{grid-template-columns:1fr 1fr}.jenkins-module-row .module-paths{grid-column:1/-1}}
@media(max-width:700px){.jenkins-form-grid,.jenkins-module-row{grid-template-columns:1fr}.jenkins-form-grid .wide,.jenkins-module-row .module-paths{grid-column:auto}.jenkins-group-head{flex-direction:column}.jenkins-actions{justify-content:flex-start}.jenkins-entry-meta code{max-width:100%}}
