.route-retry-policy{margin-top:16px;padding-top:2px;border-top:1px solid var(--line)}
.model-node-overview{display:grid;grid-template-columns:1fr auto 1fr auto 1fr 1.45fr;align-items:stretch;margin-bottom:18px;border:1px solid var(--line);border-radius:8px;background:var(--card);overflow:hidden}
.model-node-overview>div{min-width:0;padding:14px 16px}.model-node-overview>div.current{border-left:1px solid var(--line);background:#f7f8fc}.model-node-overview>i{align-self:center;color:#8995a8;font-style:normal}.model-node-overview span,.model-node-overview strong,.model-node-overview small{display:block}.model-node-overview span{color:#5f6b7d;font-size:9px}.model-node-overview strong{margin-top:6px;overflow-wrap:anywhere;font-size:15px}.model-node-overview small{margin-top:4px;color:#5f6b7d;font-size:8px;line-height:1.5}
.route-group-list .route-add-action{border-bottom:1px solid var(--line);background:#fafbfe;color:var(--blue);font-weight:800}.route-group-list .route-add-action:last-child{border-bottom:0}
.route-create-dialog{width:min(520px,calc(100vw - 28px));padding:0;border:0;border-radius:10px;background:transparent}.route-create-dialog::backdrop{background:rgba(18,27,43,.46)}.route-create-dialog form{display:grid;gap:14px;padding:20px;border:1px solid var(--line);border-radius:10px;background:var(--card);box-shadow:0 24px 80px rgba(17,28,52,.22)}.route-create-dialog header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.route-create-dialog h3{margin:0;font-size:18px}.route-create-dialog header p{margin:5px 0 0;color:#5f6b7d;font-size:10px;line-height:1.5}.route-create-dialog header button{width:34px;height:34px;border:0;border-radius:7px;background:transparent;color:#536176;font-size:22px;cursor:pointer}.route-create-dialog label{display:grid;gap:7px;color:#536176;font-size:10px;font-weight:800}.route-create-dialog code{overflow-wrap:anywhere}.route-create-note{padding:11px 12px;border:1px solid #dce2f3;border-radius:7px;background:#f6f8fd;color:#5f6b7d;font-size:9px;line-height:1.6}.route-create-dialog footer{display:flex;justify-content:flex-end;gap:9px}
.retry-profile-switch,.gateway-profile-switch{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:4px;margin-top:14px;padding:4px;border:1px solid var(--line);border-radius:8px;background:#f7f8fb}
.retry-profile-switch button,.gateway-profile-switch button{min-height:40px;border:0;border-radius:6px;background:transparent;color:var(--muted);font:inherit;font-size:10px;font-weight:800;cursor:pointer}
.retry-profile-switch button.active,.gateway-profile-switch button.active{background:var(--card);color:var(--blue);box-shadow:0 3px 12px rgba(42,54,90,.08)}
.retry-policy-summary,.gateway-policy-summary{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:10px;padding:12px 14px;border:1px solid #dce2f3;border-radius:7px;background:#f6f8fd}
.retry-policy-summary strong,.gateway-policy-summary strong{font-size:11px}
.retry-policy-summary span,.gateway-policy-summary span{color:var(--muted);font-size:9px;line-height:1.5;text-align:right}
.retry-rule-list{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));margin-top:10px;border:1px solid var(--line);border-radius:8px;overflow:hidden}
.retry-rule-list>div{min-width:0;padding:12px}
.retry-rule-list>div+div{border-left:1px solid var(--line)}
.retry-rule-list span,.retry-rule-list strong,.retry-rule-list small{display:block}
.retry-rule-list span{color:var(--muted);font-size:8px}
.retry-rule-list strong{margin-top:6px;color:#16845f;font-size:10px}
.retry-rule-list strong.stop{color:#b64c55}
.retry-rule-list small{margin-top:5px;color:var(--muted);font-size:8px;line-height:1.5}
.health-lifecycle{margin-bottom:14px;border:1px solid var(--line);border-radius:8px;background:var(--card);overflow:hidden}
.health-state-flow{display:grid;grid-template-columns:1fr auto 1fr auto 1fr auto 1fr 1fr;align-items:stretch;padding:14px}
.health-state-flow>div{min-width:0;padding:13px;border:1px solid var(--line);border-radius:7px}
.health-state-flow>i{align-self:center;padding:0 7px;color:#8b95a8;font-style:normal}
.health-state-flow strong,.health-state-flow b,.health-state-flow small{display:block}
.health-state-flow strong{font-size:10px}
.health-state-flow b{margin-top:7px;font-size:20px}
.health-state-flow small{margin-top:4px;color:var(--muted);font-size:8px;line-height:1.5}
.health-state-flow .healthy b{color:#16845f}.health-state-flow .degraded b{color:#b97b18}.health-state-flow .open b{color:#b64c55}.health-state-flow .half-open b{color:#4263d7}
.health-state-flow .disabled{margin-left:10px;background:#f7f8fb}
.runtime-observability{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-bottom:18px}
.runtime-observability article{min-width:0;padding:14px 16px;border:1px solid var(--line);border-radius:8px;background:var(--card)}
.runtime-observability span,.runtime-observability strong,.runtime-observability small{display:block}
.runtime-observability span{color:var(--muted);font-size:9px}.runtime-observability strong{margin-top:7px;font-size:15px}.runtime-observability small{margin-top:5px;color:var(--muted);font-size:8px;line-height:1.5}
.gateway-policy-summary{margin:12px 0}.gateway-rules{margin-top:18px}
.cache-controls{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:16px;padding:16px;border:1px solid var(--line);border-radius:8px;background:#fafbfe}
.cache-controls label{display:grid;grid-template-columns:1fr auto;align-items:center;gap:6px;color:var(--muted);font-size:10px}
.cache-controls label .input{grid-column:1;padding:9px}.cache-controls label span{grid-column:2;grid-row:2}
.cache-controls p{grid-column:1/-1;margin:0;color:var(--muted);font-size:9px;line-height:1.6}.cache-controls.is-disabled{opacity:.58}
.gateway-preview{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:16px;padding-top:16px;border-top:1px solid var(--line)}
.gateway-preview span{color:var(--muted);font-size:10px;line-height:1.6}.gateway-preview .btn{flex-shrink:0}
.runtime-version-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.runtime-version-grid article{min-width:0;padding:15px;border:1px solid var(--line);border-radius:8px}
.runtime-version-grid span,.runtime-version-grid strong,.runtime-version-grid small{display:block}.runtime-version-grid span{color:var(--muted);font-size:9px}.runtime-version-grid strong{margin-top:7px;font-size:17px}.runtime-version-grid strong.ok{color:#16845f}.runtime-version-grid small{margin-top:5px;color:var(--muted);font-size:8px;line-height:1.5}
.runtime-release-rules{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));margin-top:16px;border:1px solid var(--line);border-radius:8px;overflow:hidden}
.runtime-release-rules>div{display:grid;grid-template-columns:28px 1fr;gap:9px;padding:14px}.runtime-release-rules>div+div{border-left:1px solid var(--line)}
.runtime-release-rules b{display:grid;width:25px;height:25px;place-items:center;border-radius:6px;background:var(--soft);color:var(--blue);font-size:10px}.runtime-release-rules strong,.runtime-release-rules small{display:block}.runtime-release-rules strong{font-size:10px}.runtime-release-rules small{margin-top:4px;color:var(--muted);font-size:8px;line-height:1.5}
.runtime-disabled-note{margin:12px 0 0;color:var(--muted);font-size:9px;line-height:1.6}
html[data-theme=dark] .retry-profile-switch,html[data-theme=dark] .retry-policy-summary,html[data-theme=dark] .cache-controls,html[data-theme=dark] .gateway-profile-switch,html[data-theme=dark] .gateway-policy-summary{background:#202a3d;border-color:#344056}
html[data-theme=dark] .health-state-flow .disabled{background:#20293a}
.admin-console-nav>div>span{color:#5f6b7d}
.admin-console-nav button.active,.settings-tabs button.active{color:#354cc4}
.admin-page-head p,.settings-pane-head p,.settings-shell small,.settings-shell .runtime-disabled-note,.runtime-version-grid span,.runtime-version-grid small,.runtime-release-rules small{color:#5f6b7d}
.brand{position:relative;display:flex;align-items:center;gap:11px;padding:6px 10px 26px}
.brand-art{display:block;width:100%;max-width:226px;height:auto;object-fit:contain;object-position:left center;filter:contrast(1.12)}
html[data-theme=dark] .brand-art{filter:invert(.92) sepia(.08) contrast(1.08)}
.admin-console-nav{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:6px!important;padding:10px!important}
.admin-console-nav>div,.admin-console-nav>div>div{display:contents!important}
.admin-console-nav>div>span{display:none!important}
.admin-console-nav button{min-height:38px;padding:8px 6px!important;text-align:center!important;font-size:11px}
.page-refresh-btn{width:34px;height:34px;flex:0 0 34px;font-size:18px;line-height:1}.page-refresh-btn.is-refreshing{animation:page-refresh-spin .7s linear infinite}@keyframes page-refresh-spin{to{transform:rotate(360deg)}}
@media(max-width:1050px){.retry-rule-list{grid-template-columns:repeat(2,minmax(0,1fr))}.retry-rule-list>div+div{border-left:0}.retry-rule-list>div:nth-child(even){border-left:1px solid var(--line)}.retry-rule-list>div:nth-child(n+3){border-top:1px solid var(--line)}.health-state-flow{grid-template-columns:1fr 1fr 1fr}.health-state-flow>i{display:none}.health-state-flow>div{margin:0!important}.runtime-observability,.runtime-version-grid,.runtime-release-rules{grid-template-columns:repeat(2,minmax(0,1fr))}.runtime-release-rules>div:nth-child(3){border-left:0;border-top:1px solid var(--line)}.runtime-release-rules>div:nth-child(4){border-top:1px solid var(--line)}}
@media(max-width:700px){.retry-policy-summary,.gateway-policy-summary,.gateway-preview{align-items:flex-start;flex-direction:column}.retry-policy-summary span,.gateway-policy-summary span{text-align:left}.retry-rule-list,.health-state-flow,.runtime-observability,.gateway-profile-switch,.cache-controls,.runtime-version-grid,.runtime-release-rules{grid-template-columns:1fr}.retry-rule-list>div:nth-child(even){border-left:0}.retry-rule-list>div+div{border-top:1px solid var(--line)}.health-state-flow{gap:8px}.runtime-release-rules>div+div,.runtime-release-rules>div:nth-child(3){border-left:0;border-top:1px solid var(--line)}.gateway-preview .btn{width:100%}.model-node-overview{grid-template-columns:1fr 1fr}.model-node-overview>i{display:none}.model-node-overview>div.current{grid-column:1/-1;border-top:1px solid var(--line);border-left:0}.route-create-dialog footer{flex-direction:column}.route-create-dialog footer .btn{width:100%}}
@media(max-width:480px){.admin-console-nav{grid-template-columns:repeat(2,minmax(0,1fr))!important}}
@media(max-width:390px){.retry-profile-switch{grid-template-columns:1fr}}
:root{--muted:#58677f;--green:#087a4c}
.toast{opacity:1;visibility:hidden;transform:translateY(4px);transition:visibility 0s .2s,transform .2s}.toast.show{opacity:1;visibility:visible;transform:none;transition-delay:0s}
