html,body{width:100%;height:100%}input::-ms-clear{display:none}input::-ms-reveal{display:none}*,:before,:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:#0000;font-family:sans-serif;line-height:1.15}body{margin:0}[tabindex="-1"]:focus{outline:none}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5em;font-weight:500}p{margin-top:0;margin-bottom:1em}abbr[title],abbr[data-original-title]{cursor:help;border-bottom:0;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}address{font-style:normal;line-height:inherit;margin-bottom:1em}input[type=text],input[type=password],input[type=number],textarea{-webkit-appearance:none}ol,ul,dl{margin-top:0;margin-bottom:1em}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:500}dd{margin-bottom:.5em;margin-left:0}blockquote{margin:0 0 1em}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}pre,code,kbd,samp{font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace;font-size:1em}pre{margin-top:0;margin-bottom:1em;overflow:auto}figure{margin:0 0 1em}img{vertical-align:middle;border-style:none}a,area,button,[role=button],input:not([type=range]),label,select,summary,textarea{touch-action:manipulation}table{border-collapse:collapse}caption{text-align:left;caption-side:bottom;padding-top:.75em;padding-bottom:.3em}input,button,select,optgroup,textarea{color:inherit;font-size:inherit;font-family:inherit;line-height:inherit;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner{border-style:none;padding:0}[type=button]::-moz-focus-inner{border-style:none;padding:0}[type=reset]::-moz-focus-inner{border-style:none;padding:0}[type=submit]::-moz-focus-inner{border-style:none;padding:0}input[type=radio],input[type=checkbox]{box-sizing:border-box;padding:0}input[type=date],input[type=time],input[type=datetime-local],input[type=month]{-webkit-appearance:listbox}textarea{resize:vertical;overflow:auto}fieldset{border:0;min-width:0;margin:0;padding:0}legend{width:100%;max-width:100%;color:inherit;font-size:1.5em;line-height:inherit;white-space:normal;margin-bottom:.5em;padding:0;display:block}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button{height:auto}[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button{-webkit-appearance:none}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}:root{--app-bg-page:#f5f7fa;--app-text-primary:#1f2937;--app-text-title:#111827;--app-brand-accent:#c69530;--app-brand-accent-light:#d4a33d;--app-brand-accent-dark:#a67c22;--app-brand-black:#0c0b0a;--app-login-gradient:linear-gradient(145deg, #12100e 0%, #0c0b0a 42%, #15130f 100%);--app-login-glow-1:#c6953047;--app-login-glow-2:#d4a33d2e;--app-login-glow-3:#a67c2238;--app-login-panel-bg:#faf6ef;--app-login-panel-border:#c6953033;--app-login-panel-shadow:0 16px 48px #0000006b;--app-login-panel-radius:16px;--app-login-divider:#c6953029;--app-login-text-on-dark:#f3ece0;--app-stat-positive:#3d7356;--app-stat-negative:#b84e42}html,body,#root{min-height:100%;margin:0;padding:0}body{background:var(--app-bg-page);color:var(--app-text-primary);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Helvetica Neue,sans-serif}.page-loading{background:var(--app-bg-page);justify-content:center;align-items:center;min-height:100vh;display:flex}.bg-login{background-color:var(--app-brand-black);background-image:radial-gradient(circle at 50% -8%, var(--app-login-glow-3) 0%, transparent 50%), radial-gradient(circle at 10% 90%, var(--app-login-glow-1) 0%, transparent 44%), radial-gradient(circle at 90% 14%, var(--app-login-glow-2) 0%, transparent 42%), var(--app-login-gradient);position:relative;overflow:hidden}.bg-login:before,.bg-login:after{content:"";z-index:0;pointer-events:none;filter:blur(56px);border-radius:999px;position:absolute}.bg-login:before{background:radial-gradient(circle,#d4a33d52 0%,#0000 68%);width:520px;height:520px;top:-180px;right:-100px}.bg-login:after{background:radial-gradient(circle,#a67c2242 0%,#0000 70%);width:480px;height:480px;bottom:-200px;left:-160px}.app-toast-stack{z-index:1100;pointer-events:none;flex-direction:column;gap:10px;width:min(360px,100vw - 32px);display:flex;position:fixed;top:20px;right:20px}.app-toast{pointer-events:auto;background:#fff;border:1px solid #c695302e;border-radius:12px;align-items:flex-start;gap:10px;padding:12px 14px;animation:.22s ease-out app-toast-in;display:flex;box-shadow:0 12px 32px #0f172a24}.app-toast-icon{flex:none;margin-top:1px;font-size:16px;line-height:1.4}.app-toast-icon-success{color:var(--app-stat-positive)}.app-toast-icon-info{color:var(--app-brand-accent)}.app-toast-icon-warning,.app-toast-icon-error{color:var(--app-stat-negative)}.app-toast-content{color:var(--app-text-primary);word-break:break-word;flex:auto;font-size:14px;line-height:1.5}.app-toast-close{color:#9ca3af;cursor:pointer;background:0 0;border:0;flex:none;padding:0;font-size:12px;line-height:1}.app-toast-close:hover{color:var(--app-text-title)}.app-toast-success{border-color:#3d735638}.app-toast-warning,.app-toast-error{border-color:#b84e4238}@keyframes app-toast-in{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.app-pro-layout.ant-pro-layout{min-height:100vh}.app-pro-layout .ant-pro-layout-content{padding:0}.app-pro-layout .ant-pro-global-header{background:#fff;border-bottom:1px solid #c6953024;box-shadow:0 4px 16px #1118270a}.app-pro-layout .ant-pro-global-header-layout-actions{min-height:0;padding-inline-end:16px}.app-pro-layout .ant-pro-global-header-logo h1{color:var(--app-text-title);font-size:16px;font-weight:700}.app-topbar-actions{align-items:center;gap:10px;min-width:0;max-height:48px;display:flex}.app-topbar-health{white-space:nowrap;box-sizing:border-box;background:#faf6efe6;border:1px solid #c6953029;border-radius:999px;align-items:center;gap:8px;min-width:0;height:28px;padding:0 10px;font-size:11px;line-height:1;display:flex}.app-topbar-health.has-warn{background:#fff7f5f2;border-color:#b84e4247}.app-topbar-health-dot{border-radius:50%;flex-shrink:0;width:7px;height:7px}.app-topbar-health-dot.is-online{background:var(--app-stat-positive);box-shadow:0 0 0 2px #3d73562e}.app-topbar-health-dot.is-offline{background:var(--app-stat-negative);box-shadow:0 0 0 2px #b84e4229}.app-topbar-health-item{color:#1f2937b8;font-variant-numeric:tabular-nums;align-items:baseline;gap:4px;display:inline-flex}.app-topbar-health-item.is-danger .app-topbar-health-item-value{color:var(--app-stat-negative);font-weight:700}.app-topbar-health-item-label{color:#1f293773}.app-topbar-health-item-value{font-weight:600}.app-topbar-health-sep{background:#c6953038;flex-shrink:0;width:1px;height:12px}.app-topbar-health-dep{color:#1f29379e;font-weight:600}.app-topbar-health-dep.is-ok{color:var(--app-stat-positive)}.app-topbar-health-dep.is-bad{color:var(--app-stat-negative)}.app-topbar-user{cursor:pointer;box-sizing:border-box;background:#fff;border:1px solid #c6953029;border-radius:999px;align-items:center;gap:6px;height:28px;padding:0 8px 0 2px;transition:border-color .2s,background-color .2s;display:inline-flex}.app-topbar-user:hover{background:#faf6efa6;border-color:#c695304d}.app-topbar-user-avatar{width:22px;height:22px;color:var(--app-brand-accent-dark);background:#c6953024;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:12px;display:inline-flex}.app-topbar-user-name{text-overflow:ellipsis;white-space:nowrap;max-width:96px;color:var(--app-text-title);font-size:12px;font-weight:500;line-height:1;overflow:hidden}@media (width<=1100px){.app-topbar-health-dep{display:none}}@media (width<=860px){.app-topbar-health-item-label,.app-topbar-user-name{display:none}}.login-page{justify-content:center;align-items:center;min-height:100vh;padding:32px 20px;display:flex}.login-shell{z-index:1;width:400px;max-width:100%;position:relative}.login-brand{justify-content:center;align-items:center;gap:12px;margin-bottom:28px;display:flex}.login-brand-logo{object-fit:contain;flex-shrink:0;width:44px;height:44px}.login-brand-name{color:var(--app-login-text-on-dark);letter-spacing:.04em;font-size:18px;font-weight:600}.login-panel{background:var(--app-login-panel-bg);border:1px solid var(--app-login-panel-border);border-radius:var(--app-login-panel-radius);box-shadow:var(--app-login-panel-shadow);overflow:hidden}.login-panel-head{border-bottom:1px solid var(--app-login-divider);padding:24px 28px 16px}.login-panel-title{color:var(--app-text-title);margin:0;font-size:22px;font-weight:600;line-height:1.3}.login-panel-body{padding:16px 24px 24px}.login-form .ant-form-item{margin-bottom:10px}.login-form .ant-form-item-row{align-items:center}.login-form .ant-form-item-label{text-align:left;padding:0 8px 0 0}.login-form .ant-form-item-label>label{color:var(--app-text-primary);height:32px;font-size:13px;font-weight:500;line-height:32px}.login-form .ant-input,.login-form .ant-input-affix-wrapper{background:#fff;border-radius:8px}.login-form .ant-input:focus,.login-form .ant-input-affix-wrapper-focused{border-color:var(--app-brand-accent);box-shadow:0 0 0 2px #c695302e}.login-form-submit{margin-top:4px;margin-bottom:0}.login-form-submit .ant-form-item-label>label{visibility:hidden}.login-submit-btn{background:linear-gradient(145deg, var(--app-brand-accent-light) 0%, var(--app-brand-accent) 52%, var(--app-brand-accent-dark) 100%);border:none;border-radius:8px;height:38px;font-size:14px;font-weight:600;box-shadow:0 6px 18px #c6953061}.login-submit-btn:hover,.login-submit-btn:focus{background:linear-gradient(145deg,#ddb84a 0%,#c69530 52%,#9a7320 100%)!important;box-shadow:0 8px 22px #c6953073!important}.data-table{flex-direction:column;gap:8px;min-width:0;display:flex}.data-table-header,.data-table-row{box-sizing:border-box;align-items:center;gap:10px;padding-left:12px;padding-right:12px}.data-table.is-flex .data-table-header,.data-table.is-flex .data-table-row{display:flex}.data-table.is-grid .data-table-header,.data-table.is-grid .data-table-row{grid-template-columns:var(--data-table-grid-columns);column-gap:10px;display:grid}.data-table-header{padding-top:0;padding-bottom:0}.data-table-header.is-sticky{z-index:2;background:#fff;position:sticky;top:0}.data-table-body{flex-direction:column;gap:8px;min-height:120px;display:flex}.data-table-body.is-scrollable{max-height:var(--data-table-max-height);padding-right:2px;overflow:auto}.data-table-row{width:100%;font:inherit;text-align:left;background:#faf6ef;border:1px solid #c695301a;border-radius:10px;margin:0;padding-top:10px;padding-bottom:10px;transition:background-color .15s,border-color .15s}button.data-table-row{cursor:pointer}.data-table-row:hover{background:#f3ebdd;border-color:#c695303d}.data-table-row:focus-visible{outline-offset:2px;outline:2px solid #c6953073}.data-table-cell-text{text-overflow:ellipsis;white-space:nowrap;min-width:0;display:block;overflow:hidden}.data-table-link{text-overflow:ellipsis;white-space:nowrap;min-width:0;color:var(--app-brand-accent-dark);font-weight:600;text-decoration:none;transition:color .15s;display:block;overflow:hidden}.data-table-link:hover{color:#8a5f12;text-decoration:underline}.data-table-cell{min-width:0;color:var(--app-text-primary);word-break:break-word;font-size:13px}.data-table-cell.is-header{color:#1f29378c;font-size:12px;font-weight:600}.data-table-empty{color:#1f293773;background:#faf6ef73;border:1px dashed #c6953033;border-radius:10px;justify-content:center;align-items:center;min-height:120px;font-size:13px;display:flex}.data-table-footer{justify-content:flex-end;padding-top:4px;display:flex}@media (width<=640px){.data-table.is-flex .data-table-header{display:none}.data-table.is-flex .data-table-row{flex-direction:column;align-items:flex-start}}.dashboard-page .ant-page-header{margin-bottom:0;padding-top:12px;padding-bottom:0}.dashboard-page .ant-pro-page-container-warp-page-header{padding-block-end:0}.dashboard-page .ant-pro-page-container-children-container{padding-block:8px 20px}.dashboard-layout,.dashboard-layout-inner{flex-direction:column;gap:12px;display:flex}.dashboard-section{background:#fff;border:1px solid #c6953029;border-radius:14px;padding:12px 14px;box-shadow:0 8px 24px #1118270d}.dashboard-section-head{justify-content:space-between;align-items:center;gap:12px;margin-bottom:10px;display:flex}.dashboard-section-title{color:var(--app-text-title);margin:0;font-size:15px;font-weight:600}.dashboard-status-updated{color:#1f29378c;white-space:nowrap;font-size:12px}.dashboard-status-body{grid-template-columns:repeat(6,minmax(0,1fr));gap:10px;display:grid}.dashboard-status-card{background:linear-gradient(#fffdf8 0%,#fff 100%);border:1px solid #c6953024;border-radius:10px;flex-direction:column;min-width:0;height:100%;padding:10px 12px;transition:border-color .2s,box-shadow .2s,transform .2s;display:flex;position:relative;overflow:hidden}.dashboard-status-card-accent{background:linear-gradient(90deg, var(--app-brand-accent) 0%, var(--app-brand-accent-light) 55%, transparent 100%);opacity:.85;height:3px;transition:opacity .22s,height .22s,background .22s,box-shadow .22s;position:absolute;top:0;left:0;right:0}.dashboard-status-card:hover .dashboard-status-card-accent{opacity:1;background:linear-gradient(90deg, var(--app-brand-accent) 0%, var(--app-brand-accent-light) 72%, #d4a33d59 100%);height:4px;box-shadow:0 2px 8px #c6953047}.dashboard-status-card-live.is-online:hover .dashboard-status-card-accent{box-shadow:0 2px 10px #c695306b}.dashboard-status-card-live.is-offline:hover .dashboard-status-card-accent{background:linear-gradient(90deg,#ea580c 0%,#fb923c 62%,#fb923c47 100%);box-shadow:0 2px 8px #ea580c52}@media (prefers-reduced-motion:reduce){.dashboard-status-card-accent{transition:opacity .15s}.dashboard-status-card:hover .dashboard-status-card-accent{height:3px}}.dashboard-status-card-head{align-items:center;gap:6px;margin-bottom:6px;display:flex}.dashboard-status-card-icon{border-radius:7px;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;font-size:12px;display:inline-flex}.dashboard-status-card-icon.is-service{color:var(--app-brand-accent-dark);background:#c6953024;border:1px solid #c6953038}.dashboard-status-card-icon.is-memory{color:#5b6b8a;background:#5b6b8a1a;border:1px solid #5b6b8a2e}.dashboard-status-card-label{color:#1f29378c;margin-bottom:0;font-size:12px;font-weight:600}.dashboard-status-card-primary{color:var(--app-text-title);word-break:break-word;font-size:16px;font-weight:700;line-height:1.25}.dashboard-status-card-meta{flex-wrap:wrap;align-items:center;gap:6px;margin-top:6px;display:flex}.dashboard-status-version-tag{color:var(--app-brand-accent-dark);font-variant-numeric:tabular-nums;background:#c695301f;border:1px solid #c695303d;border-radius:999px;align-items:center;padding:2px 10px;font-size:12px;font-weight:600;display:inline-flex}.dashboard-status-service-pill{border-radius:999px;align-items:center;gap:5px;padding:2px 10px;font-size:11px;font-weight:600;display:inline-flex}.dashboard-status-service-pill:before{content:"";border-radius:50%;flex-shrink:0;width:6px;height:6px}.dashboard-status-service-pill.is-online{color:var(--app-stat-positive);background:#3d73561a;border:1px solid #3d735633}.dashboard-status-service-pill.is-online:before{background:var(--app-stat-positive);box-shadow:0 0 0 2px #3d73562e}.dashboard-status-service-pill.is-offline{color:var(--app-stat-negative);background:#b84e421a;border:1px solid #b84e4233}.dashboard-status-service-pill.is-offline:before{background:var(--app-stat-negative);box-shadow:0 0 0 2px #b84e4229}.dashboard-status-card-footnote{color:#1f293773;margin-top:auto;padding-top:6px;font-size:11px}.dashboard-status-card-info .dashboard-status-card-primary{margin-top:0}.dashboard-status-card-icon.is-disk{color:#6b5b4a;background:#6b5b4a1a;border:1px solid #6b5b4a2e}.dashboard-status-card-icon.is-cpu{color:#7c5c2b;background:#c695301f;border:1px solid #c6953038}.dashboard-status-card-icon.is-deps{color:#3d7356;background:#3d73561a;border:1px solid #3d73562e}.dashboard-status-metric-row{flex-direction:column;gap:4px;margin-top:2px;display:flex}.dashboard-status-metric-value{color:var(--app-brand-accent-dark);font-variant-numeric:tabular-nums;font-size:20px;font-weight:700;line-height:1.1}.dashboard-status-metric-caption{color:#1f29378c;min-height:14px;font-size:11px}.dashboard-status-metric-row-spacer{visibility:hidden;pointer-events:none;-webkit-user-select:none;user-select:none}.dashboard-status-usage-bar{background:#c695301f;border-radius:999px;height:6px;margin-top:8px;overflow:hidden}.dashboard-status-usage-bar-fill{border-radius:inherit;background:linear-gradient(90deg, var(--app-brand-accent-light) 0%, var(--app-brand-accent) 100%);height:100%;transition:width .35s;display:block}.dashboard-status-usage-bar-fill.is-high{background:linear-gradient(90deg, #f59e0b 0%, var(--app-stat-negative) 100%)}.dashboard-status-disk-list{flex-direction:column;gap:10px;margin-top:2px;display:flex}.dashboard-status-disk-row{min-width:0}.dashboard-status-disk-head{justify-content:space-between;align-items:center;gap:8px;margin-bottom:4px;font-size:11px;display:flex}.dashboard-status-disk-title{color:#1f29379e;font-weight:600}.dashboard-status-disk-meta{color:var(--app-text-title);font-variant-numeric:tabular-nums;font-weight:600}.dashboard-status-disk-error{color:var(--app-stat-negative);margin-top:4px;font-size:10px}.dashboard-status-cpu-loads{color:#1f2937ad;font-variant-numeric:tabular-nums;flex-wrap:wrap;gap:8px;margin-top:10px;font-size:12px;display:flex}.dashboard-status-dep-list{flex-direction:column;gap:8px;margin-top:4px;display:flex}.dashboard-status-card-deps .dashboard-status-dep-name{color:#1f29378c}.dashboard-status-dep-row{grid-template-columns:52px minmax(0,1fr) auto;align-items:center;gap:6px;font-size:11px;line-height:1.3;display:grid}.dashboard-status-dep-name{color:#1f29378c;font-weight:600}.dashboard-status-dep-state{font-weight:700}.dashboard-status-dep-state.is-ok{color:var(--app-stat-positive)}.dashboard-status-dep-state.is-bad{color:var(--app-stat-negative)}.dashboard-status-dep-latency{color:#1f293773;font-variant-numeric:tabular-nums}.dashboard-status-card-host:hover,.dashboard-status-card-disk:hover,.dashboard-status-card-cpu:hover,.dashboard-status-card-deps:hover{border-color:#c695305c}.dashboard-status-memory-main{grid-template-columns:minmax(0,.72fr) minmax(0,1fr);align-items:start;gap:10px;display:grid}.dashboard-status-memory-rss{flex-direction:column;gap:2px;min-width:0;display:flex}.dashboard-status-memory-rss-value{color:var(--app-brand-accent-dark);font-variant-numeric:tabular-nums;font-size:18px;font-weight:700;line-height:1.1}.dashboard-status-memory-rss-label{color:#1f293780;font-size:11px}.dashboard-status-memory-heap{background:#faf6efb3;border:1px solid #c695301f;border-radius:8px;min-width:0;padding:8px 10px}.dashboard-status-memory-heap-head{justify-content:space-between;align-items:center;gap:8px;margin-bottom:6px;display:flex}.dashboard-status-memory-heap-value{color:var(--app-text-title);font-variant-numeric:tabular-nums;text-align:right;font-size:12px;font-weight:600}.dashboard-status-memory-bar{background:#c695301f;border-radius:999px;height:6px;overflow:hidden}.dashboard-status-memory-bar-fill{border-radius:inherit;background:linear-gradient(90deg, var(--app-brand-accent-light) 0%, var(--app-brand-accent) 100%);height:100%;transition:width .35s;display:block}.dashboard-status-memory-bar-fill.is-high{background:linear-gradient(90deg, #f59e0b 0%, var(--app-stat-negative) 100%)}.dashboard-status-memory-heap-percent{color:#1f293773;text-align:right;font-variant-numeric:tabular-nums;margin-top:3px;font-size:10px}.dashboard-status-memory-inline{color:#1f293794;font-variant-numeric:tabular-nums;flex-wrap:wrap;align-items:center;gap:6px;margin-top:auto;padding-top:8px;font-size:11px;display:flex}.dashboard-status-memory-inline-sep{color:#1f293747}.dashboard-status-memory-row-label{color:#1f293794;flex-shrink:0;font-size:12px}.dashboard-status-card:hover{border-color:#c6953052;transform:translateY(-1px);box-shadow:0 8px 20px #11182712}.dashboard-status-card-info:hover,.dashboard-status-card-memory:hover{border-color:#c695305c}.dashboard-status-card-live{border-color:#c6953033;position:relative;overflow:hidden}.dashboard-status-live-main{flex-direction:column;flex:1;justify-content:center;min-height:0;margin-top:4px;display:flex}.dashboard-status-live-head .dashboard-status-card-label{color:#f3ece0b8}.dashboard-status-card-live.is-online{background:linear-gradient(145deg,#0c0b0a 0%,#1a1510 48%,#12100e 100%);border-color:#c6953059}.dashboard-status-card-live.is-offline{background:linear-gradient(145deg,#1f1410 0%,#2a1812 100%);border-color:#ea580c59}.dashboard-status-card-live:hover{transform:translateY(-1px);box-shadow:0 10px 24px #00000038}.dashboard-status-card-live.is-online:hover{border-color:#c6953080}.dashboard-status-card-live.is-offline:hover{border-color:#ea580c80}.dashboard-status-live-indicator{background:#86efac;border-radius:50%;width:8px;height:8px;position:absolute;top:10px;right:10px;box-shadow:0 0 0 4px #86efac33}.dashboard-status-card-live.is-offline .dashboard-status-live-indicator{background:#fca5a5;box-shadow:0 0 0 4px #fca5a52e}.dashboard-status-live-body{display:none}.dashboard-status-live-main .dashboard-status-live-status{color:#f3ece0;font-size:14px;font-weight:700}.dashboard-status-card-live.is-online .dashboard-status-live-main .dashboard-status-live-status{color:#86efac}.dashboard-status-card-live.is-offline .dashboard-status-live-main .dashboard-status-live-status{color:#fca5a5}.dashboard-status-live-main .dashboard-status-live-uptime{color:#f3ece0;font-variant-numeric:tabular-nums;margin-top:4px;font-size:17px;font-weight:700;line-height:1.2}.dashboard-status-live-hint{color:#f3ece080;margin-top:2px;font-size:11px}.dashboard-overview-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;display:grid}.dashboard-overview-card{background:linear-gradient(#fffdf8 0%,#fff 100%);border:1px solid #c6953024;border-radius:10px;flex-direction:column;gap:2px;min-width:0;padding:10px;transition:border-color .2s,box-shadow .2s,transform .2s;display:flex}.dashboard-overview-card:hover{border-color:#c6953057;transform:translateY(-1px);box-shadow:0 10px 24px #11182714}.dashboard-overview-card-title{color:var(--app-text-title);margin:0;font-size:13px;font-weight:600}.dashboard-overview-card-total{color:var(--app-brand-accent-dark);margin-top:2px;font-size:22px;font-weight:700;line-height:1.1}.dashboard-overview-card-subtitle{color:#1f293780;font-size:11px}.dashboard-overview-card-lines{border-top:1px dashed #c695302e;flex-direction:column;gap:4px;margin-top:6px;padding-top:6px;display:flex}.dashboard-overview-card-line{justify-content:space-between;align-items:center;gap:8px;font-size:12px;display:flex}.dashboard-overview-card-line-label{color:#1f29379e}.dashboard-overview-card-line-value{font-weight:600}.dashboard-overview-card-line-value.is-positive{color:var(--app-stat-positive)}.dashboard-overview-card-line-value.is-negative{color:var(--app-stat-negative)}.dashboard-bottom{grid-template-columns:minmax(0,1.2fr) minmax(0,.8fr);align-items:stretch;gap:12px;display:grid}.dashboard-bottom .dashboard-section{flex-direction:column;min-height:0;display:flex}.dashboard-bottom .data-table{flex:1;min-height:0}.dashboard-bottom .data-table-body,.dashboard-bottom .data-table-empty{flex:1;min-height:120px}.dashboard-queue-status{text-overflow:ellipsis;white-space:nowrap;min-width:0;font-weight:600;display:block;overflow:hidden}.dashboard-queue-status.is-running{color:var(--app-stat-positive)}.dashboard-queue-status.is-idle{color:#1f29378c}.dashboard-queue-status.is-stopping{color:#b45309}.dashboard-queue-status.is-stopped{color:#1f2937ad}.dashboard-queue-status.is-archived{color:#5b6b8a}.dashboard-queue-status.is-error{color:var(--app-stat-negative)}.dashboard-queue-status.is-unknown{color:#1f293773}@media (width<=1400px){.dashboard-overview-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=992px){.dashboard-bottom{grid-template-columns:1fr}.dashboard-overview-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=640px){.dashboard-overview-grid{grid-template-columns:1fr}}.release-page .ant-page-header{margin-bottom:0;padding-top:12px;padding-bottom:0}.release-page .ant-pro-page-container-warp-page-header{padding-block-end:0}.release-page .ant-pro-page-container-children-container{padding-block:8px 20px}.release-layout{grid-template-columns:280px minmax(0,1fr);align-items:start;gap:16px;display:grid}.release-main{flex-direction:column;gap:16px;min-width:0;display:flex}.release-section{background:#fff;border:1px solid #c6953029;border-radius:14px;box-shadow:0 8px 24px #1118270d}.release-sidebar{padding:16px;position:sticky;top:12px}.release-sidebar-head{flex-direction:column;gap:10px;margin-bottom:12px;display:flex}.release-sidebar-title,.release-toolbar-title{color:var(--app-text-title);margin:0;font-size:15px;font-weight:600}.release-sidebar-list{flex-direction:column;gap:8px;max-height:calc(100vh - 220px);display:flex;overflow:auto}.release-sidebar-item{width:100%;color:var(--app-text-primary);font:inherit;text-align:left;cursor:pointer;background:#faf6ef;border:1px solid #c695301f;border-radius:10px;justify-content:space-between;align-items:center;gap:8px;padding:10px 12px;transition:background-color .15s,border-color .15s;display:flex}.release-sidebar-item:hover{background:#f3ebdd;border-color:#c695303d}.release-sidebar-item.is-active{background:#fff8eb;border-color:#c695306b}.release-sidebar-item-label{font-size:14px;font-weight:600}.release-sidebar-item-meta{color:#1f293773;font-size:12px}.release-toolbar{justify-content:space-between;align-items:center;gap:12px;padding:16px 18px;display:flex}.release-toolbar-left{flex-wrap:wrap;align-items:center;gap:14px;min-width:0;display:flex}.release-toolbar-right{flex-shrink:0;align-items:center;gap:8px;display:flex}.release-table-panel{padding:16px 18px}.release-table-row{width:100%;font:inherit;text-align:left;cursor:pointer;margin:0}.release-table-row:focus-visible{outline-offset:2px;outline:2px solid #c6953073}.release-status-tag{border-radius:999px;align-items:center;height:24px;padding:0 10px;font-size:12px;font-weight:500;display:inline-flex}.release-status-tag-draft{color:#4b5563;background:#6b72801f}.release-status-tag-published{color:var(--app-stat-positive);background:#3d73561f}.release-status-tag-deprecated{color:var(--app-stat-negative);background:#b84e421f}.release-detail{flex-direction:column;gap:18px;min-width:0;display:flex}.release-detail-meta{background:#faf6ef;border:1px solid #c695301f;border-radius:12px;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:14px;display:grid}.release-detail-meta-row{flex-direction:column;gap:4px;font-size:13px;display:flex}.release-detail-meta-block{grid-column:1/-1}.release-detail-meta-label{color:#1f293785;font-size:12px}.release-detail-meta-text{color:var(--app-text-primary);white-space:pre-wrap;font-size:13px;line-height:1.6}.release-detail-section-title,.release-file-list-title{color:var(--app-text-title);margin:0 0 10px;font-size:14px;font-weight:600}.release-upload-zone{text-align:center;cursor:pointer;background:#fffdf8;border:1px dashed #c695306b;border-radius:12px;padding:28px 20px;transition:border-color .15s,background-color .15s}.release-upload-zone:hover{background:#fff8eb;border-color:#c695309e}.release-upload-zone.is-disabled{opacity:.55;cursor:not-allowed}.release-upload-zone-icon{color:#c69530d9;margin-bottom:8px;font-size:32px}.release-upload-zone-title{color:var(--app-text-title);font-size:14px;font-weight:600}.release-upload-zone-desc{color:#1f293780;margin-top:6px;font-size:12px}.release-detail-upload-hint{color:#1f293780;margin-top:8px;font-size:12px}.release-pending-list{background:#faf6ef;border:1px solid #c6953029;border-radius:12px;flex-direction:column;gap:10px;padding:12px 14px;display:flex}.release-pending-list-head{justify-content:space-between;align-items:center;gap:12px;display:flex}.release-pending-list-title{color:var(--app-text-title);margin:0;font-size:13px;font-weight:600}.release-pending-list-count{color:#1f293773;font-size:12px}.release-pending-list-body{flex-direction:column;gap:8px;max-height:220px;display:flex;overflow:hidden auto}.release-pending-list-row{background:#fff;border:1px solid #c695301f;border-radius:10px;justify-content:space-between;align-items:flex-start;gap:10px;padding:10px 12px;display:flex}.release-pending-list-main{flex:1;min-width:0}.release-pending-list-name{text-overflow:ellipsis;white-space:nowrap;color:var(--app-text-primary);font-size:13px;font-weight:600;overflow:hidden}.release-pending-list-meta{color:#1f29378c;flex-wrap:wrap;align-items:center;gap:6px;margin-top:4px;font-size:11px;display:flex}.release-pending-list-path{text-overflow:ellipsis;white-space:nowrap;min-width:0;max-width:100%;overflow:hidden}.release-pending-list-sep{color:#1f293747}.release-pending-list-row-actions{flex-shrink:0}.release-pending-list-actions{justify-content:flex-start}.release-upload-progress{background:#faf6ef;border:1px solid #c695301f;border-radius:12px;padding:14px}.release-upload-progress-head{justify-content:space-between;align-items:center;gap:12px;margin-bottom:10px;display:flex}.release-upload-progress-name{text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:13px;font-weight:600;overflow:hidden}.release-upload-progress-status{color:#1f29378c;white-space:nowrap;font-size:12px}.release-upload-progress-meta{color:#1f29378c;margin-top:6px;font-size:12px}.release-upload-progress-actions{margin-top:10px}.release-file-list{min-width:0}.release-page .release-file-table.data-table,.release-page .release-file-table .data-table-body.is-scrollable{overflow-x:hidden}.release-page .release-file-table .data-table-header,.release-page .release-file-table .data-table-row{min-width:0}.release-page .release-file-table .data-table-cell{overflow:hidden}.release-file-list-head{justify-content:space-between;align-items:center;gap:12px;margin-bottom:10px;display:flex}.release-file-list-count{color:#1f293773;font-size:12px}.release-file-actions{flex-wrap:nowrap;justify-content:flex-end;align-items:center;gap:0;min-width:0;display:flex}.release-file-actions .ant-btn{padding-inline:6px}.release-action-bar{border-top:1px solid #c695301f;padding-top:8px}@media (width<=1100px){.release-layout{grid-template-columns:1fr}.release-sidebar{position:static}.release-sidebar-list{max-height:none}.release-toolbar{flex-direction:column;align-items:stretch}.release-toolbar-right{justify-content:flex-start}.release-detail-meta{grid-template-columns:1fr}}.release-copyable-cell{width:100%;text-align:inherit;font:inherit;color:inherit;cursor:pointer;background:0 0;border:0;margin:0;padding:0;display:block}.release-copyable-cell:hover .data-table-cell-text{text-decoration:underline}.release-meta-editor{border-top:1px solid #c695301f;margin-top:16px;padding-top:16px}.release-meta-editor-hint{color:#00000073;margin:0 0 12px;font-size:13px;line-height:1.5}
