*{box-sizing:border-box}html,body,#root{height:100%;margin:0;padding:0}:root,html[data-theme=light]{--rd-bg-layout: #f3f5f4;--rd-bg-container: #ffffff;--rd-bg-elevated: #ffffff;--rd-border: #e6ebe9;--rd-text: #1f2a26;--rd-text-secondary: #5c6b64;--rd-brand: #148f66;--rd-brand-soft: rgba(20, 143, 102, .12);--rd-header-shadow: 0 1px 0 rgba(15, 31, 26, .06);--rd-sider-border: #e6ebe9;--rd-dev-bg: #0d1512;--rd-dev-border: #1e2f29;--rd-dev-header: #121c18}html[data-theme=dark]{--rd-bg-layout: #0f1c18;--rd-bg-container: #152420;--rd-bg-elevated: #1a2e28;--rd-border: #243832;--rd-text: #e8f0ec;--rd-text-secondary: #9bb0a6;--rd-brand: #1fad7c;--rd-brand-soft: rgba(31, 173, 124, .22);--rd-header-shadow: 0 1px 0 rgba(0, 0, 0, .35);--rd-sider-border: #1a2e28;--rd-dev-bg: #0a100e;--rd-dev-border: #1a2823;--rd-dev-header: #0f1814}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif;background:var(--rd-bg-layout);color:var(--rd-text);-webkit-font-smoothing:antialiased}.rd-main-layout .ant-pro-layout .ant-layout-header,.rd-main-layout .ant-pro-top-nav-header{box-shadow:var(--rd-header-shadow)!important;border-bottom:1px solid var(--rd-border)}.rd-main-layout .ant-layout-sider{border-right:1px solid var(--rd-sider-border)!important}.rd-brand-mark{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:8px;background:linear-gradient(145deg,#1fad7c,#0f7a56);color:#fff;font-size:14px;font-weight:700;line-height:1}.rd-header-user{display:inline-flex;align-items:center;cursor:pointer;padding:4px;border-radius:50%;transition:background .2s ease}.rd-menu-item-with-badge{display:inline-flex;align-items:center;gap:8px}.rd-header-user:hover{background:var(--rd-brand-soft)}.rd-header-avatar{background:var(--rd-brand)!important;color:#fff!important;flex-shrink:0}.rd-theme-toggle{color:var(--rd-text-secondary)!important}.rd-theme-toggle:hover{color:var(--rd-brand)!important;background:var(--rd-brand-soft)!important}.rd-page-shell{min-height:100%}.rd-main-layout .ant-pro-page-container-children-container{padding-block:4px 20px}.rd-main-layout .ant-pro-card,.rd-main-layout .ant-card{border-radius:10px;border-color:var(--rd-border)}.rd-dev-surface{background:var(--rd-dev-bg)!important;border:1px solid var(--rd-dev-border);border-radius:10px;overflow:hidden;color:#d7e6df}.rd-dev-surface .monaco-editor,.rd-dev-surface .monaco-editor-background,.rd-dev-surface .margin{background-color:var(--rd-dev-bg)!important}.rd-dev-surface--flush{border-radius:8px}.rd-wizard-page .ant-pro-page-container-children-container{padding-top:0}.rd-wizard-shell{background:var(--rd-bg-container);border:1px solid var(--rd-border);border-radius:12px;overflow:hidden}.rd-wizard-steps{padding:16px 24px 8px;border-bottom:1px solid var(--rd-border);background:var(--rd-bg-elevated)}.rd-wizard-steps .ant-steps{max-width:720px;margin:0 auto}.rd-wizard-body{padding:24px 28px 8px;min-height:360px}.rd-wizard-step--centered{width:100%;max-width:560px;margin:0 auto}.rd-wizard-footer{display:flex;justify-content:center;align-items:center;gap:12px;padding:16px 24px 24px;border-top:1px solid var(--rd-border);background:var(--rd-bg-elevated)}.rd-wizard-carrier{display:flex;flex-wrap:wrap;gap:16px;justify-content:flex-start}.rd-wizard-carrier__item{min-width:160px;height:88px;padding:16px 20px;border:1.5px solid var(--rd-border);border-radius:12px;background:var(--rd-bg-container);cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease;display:flex;flex-direction:column;justify-content:center;gap:4px}.rd-wizard-carrier__item:hover{border-color:var(--rd-brand)}.rd-wizard-carrier__item.is-active{border-color:var(--rd-brand);background:var(--rd-brand-soft);box-shadow:0 0 0 1px var(--rd-brand)}.rd-wizard-carrier__title{font-size:16px;font-weight:600;color:var(--rd-text)}.rd-wizard-carrier__desc{font-size:12px;color:var(--rd-text-secondary)}.rd-wizard-tech{display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:20px;align-items:start}@media (max-width: 960px){.rd-wizard-tech{grid-template-columns:1fr}}.rd-wizard-tech__main{display:flex;flex-direction:column;gap:16px;min-width:0}.rd-wizard-option-grid{display:flex;flex-wrap:wrap;gap:12px}.rd-wizard-option{position:relative;min-width:140px;max-width:220px;flex:1 1 140px;padding:12px 14px;border:1.5px solid var(--rd-border);border-radius:10px;background:var(--rd-bg-container);cursor:pointer;transition:border-color .2s ease,opacity .2s ease,background .2s ease;user-select:none}.rd-wizard-option:hover:not(.is-disabled){border-color:var(--rd-brand)}.rd-wizard-option.is-active{border-color:var(--rd-brand);background:var(--rd-brand-soft);box-shadow:0 0 0 1px var(--rd-brand)}.rd-wizard-option.is-disabled{border-color:#ff4d4f;background:#ff4d4f0a;opacity:.72;cursor:not-allowed}.rd-wizard-option__label{display:block;font-size:14px;font-weight:600;color:var(--rd-text);margin-bottom:4px}.rd-wizard-option.is-disabled .rd-wizard-option__label{color:var(--rd-text-secondary)}.rd-wizard-option__hint{display:block;font-size:12px;line-height:1.4;color:#cf1322}.rd-wizard-option__badge{position:absolute;top:8px;right:8px;font-size:11px;color:var(--rd-brand);font-weight:600}.rd-wizard-compat{position:sticky;top:72px;border-radius:12px;padding:16px 18px;border:1px solid var(--rd-border);background:var(--rd-bg-elevated);min-height:160px}.rd-wizard-compat.is-pass{border-color:transparent;background:linear-gradient(160deg,#1fad7c,#148f66);color:#fff;box-shadow:0 8px 24px #148f6647}.rd-wizard-compat.is-conflict{border-color:#ff4d4f;background:#ff4d4f0f}.rd-wizard-compat.is-pending{border-style:dashed}.rd-wizard-compat__eyebrow{font-size:12px;opacity:.85;margin-bottom:8px}.rd-wizard-compat.is-pass .rd-wizard-compat__eyebrow{opacity:.9}.rd-wizard-compat__title{font-size:18px;font-weight:700;margin-bottom:10px;display:flex;align-items:center;gap:8px}.rd-wizard-compat__body{font-size:13px;line-height:1.55;opacity:.95}.rd-wizard-compat.is-pass .rd-wizard-compat__body{opacity:.92}.rd-wizard-compat__list{margin:8px 0 0;padding-left:18px}.rd-wizard-compat__list li{margin-bottom:4px}.rd-wizard-section-title{margin:0 0 12px;font-size:15px;font-weight:600;color:var(--rd-text)}.rd-project-detail__desc .ant-descriptions-item-label{width:96px}.rd-project-detail__releases-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:8px}.rd-project-detail__releases .ant-pro-card-body,.rd-project-detail__releases .ant-table-wrapper{margin-block:0}.rd-project-detail__releases .ant-table{font-size:13px}.rd-project-detail__releases .ant-table-thead>tr>th{padding:8px 12px!important}.rd-project-detail__releases .ant-table-tbody>tr>td{padding:6px 12px!important}.rd-project-detail__repo,.rd-project-detail__download{padding:16px;border:1px solid var(--rd-border);border-radius:10px;background:var(--rd-bg-elevated)}.rd-deploy-page .ant-page-header-heading-extra{margin-block:4px}.rd-deploy-page .ant-pro-page-container-children-container{display:flex;flex-direction:column;height:calc(100vh - 168px);min-height:420px;padding-bottom:12px!important;box-sizing:border-box}.rd-deploy-toolbar{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:12px 16px;max-width:100%}.rd-deploy-toolbar__meta{margin-right:auto}.rd-deploy-toolbar__job{max-width:220px;font-size:12px}.rd-deploy-env-tag{margin-inline-end:0!important;border:none!important;font-weight:600}.rd-deploy-env-tag.is-test{color:#fff!important;background:#148f66!important}.rd-deploy-env-tag.is-staging{color:#fff!important;background:#722ed1!important}.rd-deploy-env-tag.is-prod{color:#fff!important;background:#d48806!important}.rd-deploy-console{display:grid;grid-template-columns:260px minmax(0,1fr);gap:16px;flex:1;min-height:0;height:100%;align-items:start}@media (max-width: 960px){.rd-deploy-console{grid-template-columns:1fr;height:auto;min-height:calc(100vh - 200px)}}.rd-deploy-console__sider,.rd-deploy-console__main{background:var(--rd-bg-container);border:1px solid var(--rd-border);border-radius:12px;overflow:hidden}.rd-deploy-console__sider{display:flex;flex-direction:column;padding:16px;height:auto;align-self:start}.rd-deploy-console__sider-head{display:flex;flex-direction:column;gap:4px;margin-bottom:12px}.rd-deploy-stage-list{list-style:none;margin:0;padding:0 0 0 8px;border-left:3px solid var(--rd-border)}.rd-deploy-console__main{display:flex;flex-direction:column;min-height:0;height:100%;align-self:stretch}.rd-deploy-stage{display:flex;align-items:center;gap:10px;padding:10px 12px;margin:0 0 8px -11px;border-radius:8px;border-left:3px solid transparent;transition:background .15s ease}.rd-deploy-stage--process{background:var(--rd-brand-soft);border-left-color:var(--rd-brand)}.rd-deploy-stage--finish{border-left-color:#52c41a}.rd-deploy-stage--error{background:#ff4d4f14;border-left-color:#ff4d4f}.rd-deploy-stage--skip .rd-deploy-stage__label{text-decoration:line-through;opacity:.55;font-weight:400}.rd-deploy-stage__label{font-size:14px;font-weight:500;color:var(--rd-text)}.rd-deploy-stage--wait .rd-deploy-stage__label{color:var(--rd-text-secondary);font-weight:400}.rd-deploy-stage__icon{font-size:16px}.rd-deploy-stage__icon.is-finish{color:#52c41a}.rd-deploy-stage__icon.is-error{color:#ff4d4f}.rd-deploy-stage__icon.is-process{color:var(--rd-brand)}.rd-deploy-stage__icon.is-wait{color:var(--rd-text-secondary);opacity:.55}.rd-deploy-launch{margin-top:16px;padding-top:16px;border-top:1px solid var(--rd-border)}.rd-deploy-launch__hint{display:block;font-size:12px;margin:8px 0}.rd-deploy-task-meta{margin-top:12px;padding-top:12px;border-top:1px dashed var(--rd-border);display:flex;flex-direction:column;gap:4px}.rd-deploy-task-meta__fail{font-size:12px;margin:6px 0 0}.rd-deploy-task-meta__approve{font-size:12px;margin:8px 0 0}.rd-approval-row--focus>td{background:#1677ff0f!important}.rd-deploy-console__main-head{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-bottom:1px solid var(--rd-border);background:var(--rd-bg-elevated);flex-shrink:0}.rd-deploy-console__log{flex:1;min-height:0;display:flex;flex-direction:column;background:var(--rd-dev-bg)}.rd-deploy-console__log .rd-dev-surface,.rd-deploy-console__editor{flex:1;min-height:0;height:100%!important;border:none;border-radius:0}.rd-deploy-console__log .monaco-editor{height:100%!important}
