@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Noto+Sans+SC:wght@400;500;600;700&display=swap";:root{font-family:Inter,Noto Sans SC,Microsoft YaHei,sans-serif;color:#172033;background:#f5f7fb;font-synthesis:none;text-rendering:optimizeLegibility;--blue: #1768e5;--blue-dark: #0d55c8;--blue-soft: #edf4ff;--green: #079769;--green-soft: #eaf9f2;--amber: #e79018;--amber-soft: #fff7e8;--violet: #7556e8;--ink: #172033;--muted: #69758b;--line: #dfe5ef;--surface: #ffffff;--canvas: #f5f7fb;--radius: 12px}*{box-sizing:border-box}body{margin:0;min-width:1180px;min-height:100vh;background:var(--canvas)}button,input,select,textarea{font:inherit}button{color:inherit}button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid rgba(23,104,229,.22);outline-offset:1px}button:disabled{cursor:not-allowed;opacity:.48}code{font-family:SFMono-Regular,Consolas,monospace}.app-shell{display:grid;grid-template-columns:248px minmax(0,1fr);min-height:100vh}.sidebar{position:sticky;top:0;height:100vh;display:flex;flex-direction:column;padding:20px 14px 16px;background:#fff;border-right:1px solid var(--line);z-index:4}.brand{height:48px;display:flex;align-items:center;gap:11px;padding:0 9px;font-size:18px;font-weight:700;letter-spacing:-.3px}.brand-mark{width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;border-radius:10px;color:#fff;background:var(--blue);box-shadow:0 6px 14px #1768e538}.product-switcher{margin:22px 4px 18px}.product-switcher>span{display:block;margin:0 6px 8px;color:#8791a3;font-size:12px;font-weight:600}.product-switcher label{height:44px;display:flex;align-items:center;gap:8px;padding:0 10px;border:1px solid var(--line);border-radius:9px;background:#fbfcfe}.product-switcher select{flex:1;width:0;appearance:none;border:0;background:transparent;color:#283247;font-size:13px;font-weight:500;outline:0}.sidebar nav{display:grid;gap:6px}.sidebar nav button{position:relative;height:46px;display:flex;align-items:center;gap:13px;padding:0 13px;border:0;border-radius:9px;background:transparent;color:#566176;cursor:pointer;transition:background .16s ease,color .16s ease}.sidebar nav button:hover{background:#f4f7fb;color:#253147}.sidebar nav button.active{color:var(--blue);background:var(--blue-soft);font-weight:600}.sidebar nav button.active:before{position:absolute;left:-4px;width:4px;height:26px;border-radius:0 4px 4px 0;background:var(--blue);content:""}.sidebar-footer{margin-top:auto;min-height:60px;display:flex;align-items:center;gap:10px;padding:10px;border:1px solid var(--line);border-radius:10px}.sidebar-footer .avatar{width:36px;height:36px;display:grid;place-items:center;border-radius:50%;color:#fff;background:var(--blue);font-size:12px;font-weight:700}.sidebar-footer div{flex:1;min-width:0}.sidebar-footer strong,.sidebar-footer small{display:block}.sidebar-footer strong{font-size:13px}.sidebar-footer small{margin-top:3px;color:var(--muted);font-size:11px}main{min-width:0}.topbar{height:88px;display:flex;align-items:center;justify-content:space-between;padding:16px 28px;background:#ffffffeb;border-bottom:1px solid var(--line)}.topbar h1{margin:0;font-size:24px;line-height:1.25;letter-spacing:-.5px}.topbar p{margin:5px 0 0;color:var(--muted);font-size:12px}.topbar-actions{display:flex;align-items:center;gap:9px}.environment{height:36px;display:inline-flex;align-items:center;gap:7px;padding:0 11px;border:1px solid #bce7d4;border-radius:8px;color:#087956;background:#eefaf5;font-size:12px;font-weight:600;cursor:pointer}.icon-button{width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;padding:0;border:1px solid var(--line);border-radius:8px;background:#fff;cursor:pointer}.icon-button:hover{color:var(--blue);border-color:#b9cef0;background:#f7faff}.notification{position:relative}.notification span{position:absolute;top:-5px;right:-5px;min-width:17px;height:17px;display:grid;place-items:center;padding:0 4px;border:2px solid #fff;border-radius:10px;color:#fff;background:#e34e53;font-size:9px;font-weight:700}.button{min-height:36px;display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:0 13px;border:1px solid transparent;border-radius:8px;font-size:13px;font-weight:600;cursor:pointer}.button-primary{color:#fff;background:var(--blue);box-shadow:0 4px 10px #1768e524}.button-primary:hover{background:var(--blue-dark)}.button-quiet{color:#4c5870;border-color:var(--line);background:#fff}.button-quiet:hover{border-color:#bcc9dc;background:#f9fbfe}.page-content{padding:22px 26px 34px}.api-banner{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;margin-bottom:14px;padding:11px 14px;border:1px solid #f2c7a2;border-radius:9px;color:#8b4d13;background:#fff8f0;font-size:11px}.api-banner svg{color:var(--amber)}.api-banner button{border:0;color:var(--blue);background:transparent;font-weight:700;cursor:pointer}.metric-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:14px}.metric-grid-three{grid-template-columns:repeat(3,minmax(0,1fr))}.metric-card{min-height:128px;display:flex;align-items:center;gap:15px;padding:20px;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);box-shadow:0 3px 10px #1f2f4e09}.metric-icon{width:52px;height:52px;flex:none;display:grid;place-items:center;border-radius:50%}.metric-blue{color:var(--blue);background:var(--blue-soft)}.metric-green{color:var(--green);background:var(--green-soft)}.metric-amber{color:var(--amber);background:var(--amber-soft)}.metric-card div>span{color:#5f6b80;font-size:12px;font-weight:500}.metric-card strong{display:block;margin-top:4px;color:#172033;font-size:28px;line-height:1.15;letter-spacing:-.7px}.metric-card small{display:flex;align-items:center;gap:4px;margin-top:8px;color:var(--green);font-size:11px}.metric-card:nth-child(2) small,.metric-card:nth-child(4) small{color:var(--muted)}.overview-grid{display:grid;grid-template-columns:minmax(0,2fr) minmax(300px,.95fr);gap:14px;margin-bottom:14px}.panel{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);box-shadow:0 3px 12px #1f2f4e09}.panel-heading{min-height:64px;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 16px;border-bottom:1px solid #e8ecf3}.panel-heading h2{margin:0;font-size:16px;letter-spacing:-.2px}.panel-heading p{margin:4px 0 0;color:var(--muted);font-size:11px}.text-button{display:inline-flex;align-items:center;gap:5px;padding:4px;border:0;color:var(--blue);background:transparent;font-size:12px;font-weight:600;cursor:pointer}.text-button:hover{color:var(--blue-dark);text-decoration:underline}.count-badge{min-width:25px;height:25px;display:grid;place-items:center;border-radius:13px;color:var(--blue);background:var(--blue-soft);font-size:11px;font-weight:700}.channel-timeline{padding:5px 16px 0}.timeline-row{min-height:83px;display:grid;grid-template-columns:145px minmax(0,1fr);align-items:center;border-bottom:1px solid #edf0f5}.timeline-row:last-child{border-bottom:0}.timeline-label{display:grid;align-content:center;justify-items:start;gap:7px}.timeline-label small{color:var(--muted);font-size:10px}.timeline-track{position:relative;display:flex;align-items:center;gap:20px;min-width:0;padding:12px 0}.timeline-line{position:absolute;left:8px;right:12px;top:31px;height:1px;border-top:1px dashed #bdc8d8;z-index:0}.version-node{position:relative;z-index:1;min-width:105px;max-width:150px;display:grid;gap:4px;padding:6px 9px;border:1px solid #c9d8ef;border-radius:7px;color:#194b94;background:#f3f7fe;text-align:left;cursor:pointer}.version-node span{font-size:11px;font-weight:700}.version-node small{overflow:hidden;color:#6f7b8e;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.integrity-strip{min-height:47px;display:flex;align-items:center;gap:9px;margin:0 16px 15px;padding:0 12px;border:1px solid #cee9dc;border-radius:8px;color:var(--green);background:#f5fcf9;font-size:11px}.integrity-strip strong{color:#225345}.integrity-strip span{flex:1;color:#60766f}.integrity-strip button{border:0;color:var(--green);background:transparent;font-weight:600;cursor:pointer}.todo-panel{min-width:0}.todo-row{width:calc(100% - 28px);min-height:76px;display:grid;grid-template-columns:38px minmax(0,1fr) 16px;align-items:center;gap:10px;margin:12px 14px 0;padding:10px;border:1px solid #e3e8f0;border-radius:9px;background:#fff;text-align:left;cursor:pointer}.todo-row:last-child{margin-bottom:13px}.todo-row:hover{border-color:#becce0;background:#fbfcff}.todo-row>div{min-width:0}.todo-row strong,.todo-row small{display:block}.todo-row strong{margin-bottom:5px;overflow:hidden;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.todo-row small{overflow:hidden;color:var(--muted);font-size:10px;text-overflow:ellipsis;white-space:nowrap}.todo-row>svg{color:#8b96a8}.todo-icon{width:36px;height:36px;display:grid;place-items:center;border-radius:9px}.todo-green{color:var(--green);background:var(--green-soft)}.todo-amber{color:var(--amber);background:var(--amber-soft)}.todo-blue{color:var(--blue);background:var(--blue-soft)}.releases-panel{min-width:0}.panel-actions{display:flex;gap:8px}.table-scroll{overflow-x:auto}table{width:100%;border-collapse:collapse;font-size:12px}th{padding:10px 13px;color:#6d788b;background:#fafbfc;font-size:10px;font-weight:600;text-align:left;white-space:nowrap}td{height:58px;padding:8px 13px;border-top:1px solid #edf0f5;color:#4a566b;white-space:nowrap}tbody tr:hover{background:#fbfcff}td>strong{color:#263147}td>small{display:block;margin-top:4px;color:#8a94a5;font-size:9px}.product-cell{display:flex;align-items:center;gap:9px;color:#253148;font-weight:500}.product-mark{width:28px;height:28px;flex:none;display:grid;place-items:center;border-radius:7px;color:#fff;font-size:9px;font-weight:700;letter-spacing:-.2px}.product-mark-large{width:46px;height:46px;border-radius:11px;font-size:13px}.mark-violet{background:var(--violet)}.mark-blue{background:var(--blue)}.mark-slate{background:#344158}.mark-emerald{background:var(--green)}.channel,.status{width:fit-content;display:inline-flex;align-items:center;justify-content:center;padding:3px 7px;border-radius:5px;font-size:9px;font-weight:600}.channel-stable{color:#087856;background:#e8f8f1;border:1px solid #bfe7d5}.channel-beta{color:#125bc1;background:#edf4ff;border:1px solid #c7d9f7}.channel-internal{color:#6542c4;background:#f2edff;border:1px solid #d9ccfb}.status-已发布{color:#087856;background:#e9f8f1}.status-灰度中{color:#125bc1;background:#edf4ff}.status-草稿{color:#657085;background:#eff2f6}.status-已暂停{color:#a7650d;background:#fff4dd}.status-已撤回{color:#b73d45;background:#fff0f1}.rollout-cell{min-width:92px;display:flex;align-items:center;gap:7px}.rollout-cell span{width:28px;color:#506078;font-size:10px}progress{overflow:hidden;width:62px;height:6px;border:0;border-radius:6px;background:#e8edf4}progress::-webkit-progress-bar{background:#e8edf4}progress::-webkit-progress-value{border-radius:6px;background:var(--blue)}progress::-moz-progress-bar{border-radius:6px;background:var(--blue)}.table-action{padding:4px 7px;border:0;color:var(--blue);background:transparent;font-size:11px;font-weight:600;cursor:pointer}.muted{color:#a1aaba}.page-stack{display:grid;gap:14px}.page-toolbar{min-height:60px;display:flex;align-items:center;gap:10px;padding:11px 13px;border:1px solid var(--line);border-radius:var(--radius);background:#fff}.page-toolbar.embedded{border:0;border-bottom:1px solid var(--line);border-radius:var(--radius) var(--radius) 0 0}.page-toolbar>.button-primary{margin-left:auto}.search-box{width:min(390px,38vw);height:37px;display:flex;align-items:center;gap:8px;padding:0 11px;border:1px solid var(--line);border-radius:8px;background:#fbfcfe;color:#8792a4}.search-box:focus-within{border-color:#8eb4ee;box-shadow:0 0 0 3px #1768e51a}.search-box input{flex:1;min-width:0;border:0;outline:0;background:transparent;font-size:12px}.segmented{display:flex;align-items:center;gap:3px;padding:3px;border-radius:8px;background:#f1f4f8}.segmented button{min-width:51px;height:29px;border:0;border-radius:6px;background:transparent;color:#667288;font-size:11px;cursor:pointer}.segmented button.active{color:var(--blue);background:#fff;box-shadow:0 1px 4px #1b2c491a;font-weight:600}.full-panel{min-width:0}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.product-card{min-width:0;padding:18px;border:1px solid var(--line);border-radius:var(--radius);background:#fff;box-shadow:0 3px 12px #1f2f4e09}.product-card-head{display:flex;align-items:start;justify-content:space-between}.product-state{display:flex;align-items:center;gap:6px}.product-card h2{margin:14px 0 5px;font-size:17px}.product-card>code{display:block;overflow:hidden;color:#798498;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.product-card>p{min-height:39px;margin:13px 0 16px;color:#68758a;font-size:11px;line-height:1.7}.product-summary{display:grid;grid-template-columns:repeat(3,1fr);padding:13px 0;border-top:1px solid #edf0f4;border-bottom:1px solid #edf0f4}.product-summary div{padding-left:12px;border-left:1px solid #edf0f4}.product-summary div:first-child{padding-left:0;border-left:0}.product-summary span,.product-summary strong{display:block}.product-summary span{color:#8993a4;font-size:9px}.product-summary strong{margin-top:5px;font-size:14px}.platform-list{min-height:47px;display:flex;flex-wrap:wrap;align-content:center;gap:5px;padding:10px 0}.platform-list span{padding:4px 7px;border-radius:5px;color:#5f6c81;background:#f2f5f8;font-size:9px}.product-card footer{display:flex;align-items:center;justify-content:space-between;margin-top:6px}.product-card footer>span{display:flex;align-items:center;gap:6px;color:#68758a;font-size:10px}.toolbar-copy{display:grid;gap:3px}.toolbar-copy strong{font-size:14px}.toolbar-copy span{color:var(--muted);font-size:10px}.release-board{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;align-items:start}.board-lane{min-height:570px;padding:11px;border:1px solid var(--line);border-radius:var(--radius);background:#f0f3f7}.board-lane>header{height:38px;display:flex;align-items:center;gap:8px;padding:0 3px 8px}.board-lane>header strong{flex:1;font-size:12px}.board-lane>header>span:last-child{min-width:22px;height:22px;display:grid;place-items:center;border-radius:11px;background:#fff;color:#697489;font-size:9px}.lane-dot{width:8px;height:8px;border-radius:50%}.lane-slate{background:#8692a4}.lane-amber{background:var(--amber)}.lane-blue{background:var(--blue)}.lane-green{background:var(--green)}.release-card{margin-bottom:9px;padding:13px;border:1px solid #dbe2ec;border-radius:9px;background:#fff;box-shadow:0 2px 7px #1f2f4e09}.release-card>div:first-child{display:flex;align-items:center;justify-content:space-between}.release-card>div:first-child small{color:#8a94a4;font-size:9px}.release-card h3{margin:13px 0 5px;font-size:12px}.release-version{font-size:17px;letter-spacing:-.2px}.release-card p{height:34px;margin:9px 0;overflow:hidden;color:#69758a;font-size:10px;line-height:1.7}.release-card dl{display:grid;gap:7px;margin:12px 0;padding:11px 0;border-top:1px solid #edf0f4;border-bottom:1px solid #edf0f4}.release-card dl div{display:flex;justify-content:space-between;gap:8px}.release-card dt{color:#8b95a6;font-size:9px}.release-card dd{margin:0;color:#4d596f;font-size:9px;font-weight:600}.success-text{color:var(--green)!important}.warning-text{color:var(--amber)!important}.card-progress{display:grid!important;grid-template-columns:1fr auto;align-items:center;gap:8px;margin-bottom:8px}.card-progress span{color:#637085;font-size:9px}.card-progress progress{width:80px}.empty-state{min-height:150px;display:grid;place-items:center;align-content:center;gap:6px;color:#98a2b2;text-align:center}.empty-state p{margin:0;font-size:10px}.audit-list{padding:4px 16px 16px}.audit-list article{min-height:68px;display:grid;grid-template-columns:34px 1fr 120px;align-items:center;gap:12px;border-bottom:1px solid #edf0f4}.audit-list article:last-child{border-bottom:0}.audit-dot{width:30px;height:30px;display:grid;place-items:center;border-radius:50%}.audit-success{color:var(--green);background:var(--green-soft)}.audit-warning{color:var(--amber);background:var(--amber-soft)}.audit-info{color:var(--blue);background:var(--blue-soft)}.audit-list article>div:nth-child(2){display:grid;gap:5px}.audit-list article>div:nth-child(2) strong{font-size:12px}.audit-list article>div:nth-child(2) span{color:var(--muted);font-size:10px}.audit-list article>div:last-child{display:grid;gap:4px;justify-items:end}.audit-list article>div:last-child span{font-size:10px;font-weight:600}.audit-list article>div:last-child small{color:#929cac;font-size:9px}.settings-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.settings-card{min-height:180px;display:grid;grid-template-columns:44px 1fr auto;align-items:start;gap:14px;padding:20px}.settings-card>svg{padding:9px;box-sizing:content-box;border-radius:10px;color:var(--blue);background:var(--blue-soft)}.settings-card h2{margin:3px 0 8px;font-size:15px}.settings-card p{min-height:52px;margin:0 0 13px;color:var(--muted);font-size:11px;line-height:1.7}.settings-card .button{align-self:end}.modal-backdrop{position:fixed;inset:0;z-index:20;display:grid;place-items:center;padding:28px;background:#101a2b85;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.release-wizard{width:min(920px,calc(100vw - 56px));max-height:calc(100vh - 56px);overflow:hidden;display:grid;grid-template-rows:auto auto minmax(0,1fr) auto;border-radius:15px;background:#fff;box-shadow:0 24px 70px #0a14264d}.wizard-header{min-height:84px;display:flex;align-items:center;justify-content:space-between;padding:18px 22px;border-bottom:1px solid var(--line)}.eyebrow{color:var(--blue);font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.wizard-header h2,.compact-dialog h2{margin:5px 0 0;font-size:19px}.wizard-steps{display:grid;grid-template-columns:repeat(4,1fr);padding:15px 22px;border-bottom:1px solid var(--line);background:#fafbfe}.wizard-step{position:relative;display:flex;align-items:center;gap:8px;color:#8993a5;font-size:10px}.wizard-step:after{position:absolute;left:34px;right:15px;top:13px;height:1px;background:#dce3ed;content:""}.wizard-step:last-child:after{display:none}.wizard-step>span{position:relative;z-index:1;width:26px;height:26px;display:grid;place-items:center;border:1px solid #ccd5e2;border-radius:50%;background:#fff;font-size:10px}.wizard-step strong{position:relative;z-index:1;padding-right:7px;background:#fafbfe}.wizard-step.active{color:var(--blue)}.wizard-step.active>span{color:#fff;border-color:var(--blue);background:var(--blue)}.wizard-step.complete{color:var(--green)}.wizard-step.complete>span{color:#fff;border-color:var(--green);background:var(--green)}.wizard-step.complete:after{background:#8cd5b8}.wizard-body{min-height:410px;overflow:auto;padding:24px}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.field{display:grid;gap:7px;color:#3f4b61;font-size:11px;font-weight:600}.field-wide{grid-column:1 / -1}.field input,.field select,.field textarea{width:100%;border:1px solid #ccd5e2;border-radius:8px;background:#fff;color:#273248;font-size:12px;outline:0}.field input,.field select{height:40px;padding:0 11px}.field textarea{padding:10px 11px;resize:vertical;line-height:1.7}.field input:focus,.field select:focus,.field textarea:focus{border-color:#82acec;box-shadow:0 0 0 3px #1768e517}.field small{color:#8993a4;font-size:9px;font-weight:400}.form-note{min-height:48px;display:flex;align-items:center;gap:9px;padding:10px 12px;border:1px solid #c9ddfa;border-radius:8px;color:#3d5f91;background:#f4f8ff;font-size:10px;font-weight:500}.form-note svg{flex:none;color:var(--blue)}.upload-zone{min-height:210px;display:grid;place-items:center;align-content:center;gap:10px;border:1.5px dashed #aebed5;border-radius:12px;color:#6a778c;background:#fafcff;cursor:pointer}.upload-zone:hover,.upload-zone.has-file{color:var(--blue);border-color:#71a0e7;background:#f5f9ff}.upload-zone input{position:absolute;width:1px;height:1px;overflow:hidden;opacity:0}.upload-zone strong{color:#2e3a50;font-size:14px}.upload-zone span{font-size:10px}.integrity-card{display:grid;gap:1px;margin-top:14px;overflow:hidden;border:1px solid #d9e2ed;border-radius:9px;background:#d9e2ed}.integrity-card>div{min-height:50px;display:grid;grid-template-columns:28px 120px minmax(0,1fr);align-items:center;padding:0 13px;background:#fff}.integrity-card svg{color:var(--green)}.integrity-card span{color:#778397;font-size:10px}.integrity-card strong,.integrity-card code{overflow:hidden;color:#334057;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.range-row{height:40px;display:flex;align-items:center;gap:12px;padding:0 10px;border:1px solid #ccd5e2;border-radius:8px}.range-row input{flex:1;height:auto;padding:0;border:0;box-shadow:none!important}.range-row strong{width:40px;color:var(--blue);text-align:right}.policy-preview{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;overflow:hidden;border:1px solid #dce3ed;border-radius:9px;background:#dce3ed}.policy-preview div{min-height:82px;display:grid;place-items:center;align-content:center;gap:7px;padding:10px;background:#fafbfe;text-align:center}.policy-preview span{color:#8290a4;font-size:9px}.policy-preview strong{color:#304059;font-size:11px}.review-layout{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(220px,.7fr);gap:16px}.review-summary{grid-column:1 / -1;display:flex;align-items:center;gap:13px;padding:14px;border:1px solid #dbe3ee;border-radius:10px}.review-summary span{color:#637085;font-size:10px}.review-summary h3{display:inline-block;margin:4px 10px 0 0;font-size:20px}.review-summary .channel{vertical-align:3px}.check-list{overflow:hidden;border:1px solid #dbe3ee;border-radius:10px}.check-list>div{min-height:55px;display:grid;grid-template-columns:28px 1fr auto;align-items:center;gap:7px;padding:0 13px;border-top:1px solid #edf0f4}.check-list>div:first-child{border-top:0}.check-list svg{color:var(--green)}.check-list span{color:#4f5c71;font-size:10px}.check-list strong{color:var(--green);font-size:9px}.check-list .warning-row svg,.check-list .warning-row strong{color:var(--amber)}.review-meta{display:grid;grid-template-columns:1fr 1fr;align-content:start;gap:1px;overflow:hidden;border:1px solid #dbe3ee;border-radius:10px;background:#edf0f4}.review-meta span,.review-meta strong{min-height:48px;display:flex;align-items:center;padding:0 10px;background:#fff;font-size:9px}.review-meta span{color:#8490a2}.review-meta strong{color:#344158}.wizard-footer{min-height:70px;display:flex;align-items:center;justify-content:space-between;padding:15px 22px;border-top:1px solid var(--line);background:#fafbfc}.compact-dialog{width:min(680px,calc(100vw - 56px));max-height:calc(100vh - 56px);overflow:auto;display:grid;gap:18px;padding:22px;border-radius:14px;background:#fff;box-shadow:0 24px 70px #0a14264d}.compact-dialog header{display:flex;align-items:start;justify-content:space-between;padding-bottom:15px;border-bottom:1px solid var(--line)}.compact-dialog footer{display:flex;justify-content:flex-end;gap:9px;padding-top:6px}.advanced-fields{border:1px solid var(--line);border-radius:10px;background:#fafbfe}.advanced-fields[open]{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;padding:14px}.advanced-fields summary{grid-column:1 / -1;color:#344158;font-size:11px;font-weight:700;cursor:pointer}.advanced-fields .field-wide{grid-column:1 / -1}.binding-summary{display:grid;grid-template-columns:1fr 1fr;gap:10px;padding:14px;border:1px solid #d9e4f2;border-radius:10px;background:#f7faff}.binding-summary>div{min-width:0;display:grid;gap:6px}.binding-summary>div:last-child{grid-column:1 / -1}.binding-summary span{color:#7c899d;font-size:9px}.binding-summary code,.binding-summary strong{overflow:hidden;color:#31405a;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.binding-summary strong{color:#ad6a00}.button:disabled,.icon-button:disabled{opacity:.5;cursor:not-allowed}.release-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px;white-space:nowrap}.table-action.danger{color:#c33b4a}.table-action.danger:hover{color:#a82131}.delivery-panel{padding-bottom:18px}.delivery-form{display:grid;grid-template-columns:minmax(0,2fr) repeat(2,minmax(120px,.55fr)) auto;align-items:end;gap:12px;padding:0 16px 16px}.delivery-form .field-wide{grid-column:auto}.created-link{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:0 16px;padding:13px 14px;border:1px solid #bfe5d3;border-radius:9px;background:#f1fbf6}.created-link>div{min-width:0;display:grid;gap:6px}.created-link strong{color:#176b50;font-size:11px}.created-link code{overflow:hidden;color:#40506a;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.toast{position:fixed;right:24px;bottom:24px;z-index:30;min-height:48px;display:flex;align-items:center;gap:9px;padding:0 16px;border:1px solid #bfe5d3;border-radius:9px;color:#176b50;background:#f1fbf6;box-shadow:0 14px 35px #143e302e;font-size:12px;font-weight:600}.toast svg{color:var(--green)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(max-width:1360px){.metric-grid,.product-grid,.release-board{grid-template-columns:repeat(2,minmax(0,1fr))}.overview-grid{grid-template-columns:1fr}.todo-panel{display:grid;grid-template-columns:repeat(3,1fr);padding-bottom:12px}.todo-panel .panel-heading{grid-column:1 / -1}.todo-row{width:auto;margin:12px 6px 0}.todo-row:nth-child(2){margin-left:12px}.todo-row:last-child{margin-right:12px;margin-bottom:0}}@media(max-width:1220px){.app-shell{grid-template-columns:210px minmax(0,1fr)}.page-content{padding-left:18px;padding-right:18px}.topbar{padding-left:20px;padding-right:20px}.settings-grid{grid-template-columns:1fr}.delivery-form{grid-template-columns:repeat(2,minmax(0,1fr))}.delivery-form .field:first-child{grid-column:1 / -1}.delivery-form .button{justify-self:start}}@media(prefers-reduced-motion:no-preference){.modal-backdrop{animation:fade-in .16s ease-out}.release-wizard,.compact-dialog,.toast{animation:rise-in .2s ease-out}@keyframes fade-in{0%{opacity:0}}@keyframes rise-in{0%{opacity:0;transform:translateY(10px)}}}.download-center{min-height:100vh;background:#f5f7fb}.download-header{height:70px;display:flex;align-items:center;justify-content:space-between;padding:0 max(34px,calc((100vw - 1180px)/2));border-bottom:1px solid var(--line);background:#fffffff0}.download-brand{display:flex;align-items:center;gap:9px}.download-brand>span{width:34px;height:34px;display:grid;place-items:center;border-radius:9px;color:#fff;background:var(--blue)}.download-brand strong{font-size:17px}.download-brand small{margin-left:2px;padding-left:10px;border-left:1px solid #dce3ed;color:var(--muted);font-size:11px}.download-trust{display:flex;align-items:center;gap:7px;color:#3c695b;font-size:11px}.download-trust svg{color:var(--green)}.download-main{width:min(1180px,calc(100vw - 68px));margin:0 auto;padding:56px 0 70px}.download-intro{max-width:760px;margin-bottom:34px}.download-intro h1{margin:9px 0 12px;color:#172033;font-size:36px;letter-spacing:-1.1px}.download-intro>p{max-width:700px;margin:0;color:#647187;font-size:13px;line-height:1.9}.download-search{width:520px;height:48px;display:flex;align-items:center;gap:10px;margin-top:25px;padding:0 14px;border:1px solid #ccd6e5;border-radius:10px;background:#fff;color:#8290a4;box-shadow:0 5px 18px #1f2f4e0d}.download-search:focus-within{border-color:#79a7eb;box-shadow:0 0 0 3px #1768e51a}.download-search input{flex:1;border:0;outline:0;color:#263248;background:transparent;font-size:12px}.download-product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.download-product-card{min-width:0;padding:20px;border:1px solid var(--line);border-radius:13px;background:#fff;box-shadow:0 5px 18px #1f2f4e0a}.download-card-top{display:flex;align-items:start;justify-content:space-between}.download-product-icon{width:48px;height:48px;display:grid;place-items:center;border-radius:11px;color:#fff;font-size:13px;font-weight:700}.download-access{padding:4px 7px;border-radius:5px;font-size:9px;font-weight:600}.access-公开{color:#087856;background:#e9f8f1}.access-受控{color:#125bc1;background:#edf4ff}.access-授权{color:#6542c4;background:#f2edff}.download-product-card h2{margin:16px 0 7px;font-size:17px}.download-product-card>p{min-height:43px;margin:0 0 16px;color:#69758a;font-size:11px;line-height:1.8}.download-version{display:grid;grid-template-columns:1fr 1.35fr;gap:10px;padding:14px 0;border-top:1px solid #edf0f4;border-bottom:1px solid #edf0f4}.download-version div{min-width:0}.download-version span,.download-version strong{display:block}.download-version span{color:#8a95a6;font-size:9px}.download-version strong{margin-top:6px;overflow:hidden;color:#354158;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.download-integrity{min-height:48px;display:flex;align-items:center;gap:7px;color:#657388;font-size:9px}.download-integrity svg{flex:none;color:var(--green)}.download-button{width:100%;height:40px;display:grid;grid-template-columns:20px 1fr 18px;align-items:center;padding:0 12px;border:1px solid #c8d8f0;border-radius:8px;color:var(--blue);background:#f5f9ff;font-size:11px;font-weight:600;text-align:left;cursor:pointer}.download-button:hover{color:#fff;border-color:var(--blue);background:var(--blue)}.download-button svg:last-child{justify-self:end}.download-empty{padding:70px 0;color:var(--muted);text-align:center}.download-footer{min-height:62px;display:flex;align-items:center;justify-content:space-between;padding:0 max(34px,calc((100vw - 1180px)/2));border-top:1px solid var(--line);color:#8792a4;background:#fff;font-size:9px}@media(max-width:1220px){.download-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.sidebar-footer{width:100%;border-right:0;border-bottom:0;border-left:0;color:inherit;background:transparent;text-align:left}.sidebar-footer:not(:disabled){cursor:pointer}.sidebar-footer:not(:disabled):hover{background:#ffffff0d}.sidebar-footer:disabled{opacity:1}.login-page{min-height:100vh;display:grid;place-items:center;padding:32px;background:radial-gradient(circle at 50% 0,#edf4ff 0,#f6f8fb 44%,#eef2f7)}.login-card{width:min(440px,100%);overflow:hidden;border:1px solid #dce3ee;border-radius:16px;background:#fff;box-shadow:0 24px 70px #192b4a21}.login-brand{min-height:76px;display:flex;align-items:center;gap:12px;padding:0 26px;border-bottom:1px solid #edf0f4}.login-brand>div{display:grid;gap:3px}.login-brand strong{color:#202b40;font-size:15px}.login-brand>div>span{color:var(--muted);font-size:10px}.login-copy{padding:28px 26px 20px}.login-copy h1{margin:7px 0 10px;color:#1d2940;font-size:23px;letter-spacing:-.4px}.login-copy p{margin:0;color:var(--muted);font-size:11px;line-height:1.8}.login-form{display:grid;gap:14px;padding:0 26px 24px}.login-submit{width:100%;justify-content:center;margin-top:2px}.login-error{min-height:44px;display:flex;align-items:center;gap:9px;padding:9px 11px;border:1px solid #f0c8cd;border-radius:8px;color:#a42c3b;background:#fff5f6;font-size:10px;line-height:1.5}.login-error svg{flex:none}.login-security{min-height:58px;display:flex;align-items:center;gap:10px;padding:0 26px;border-top:1px solid #edf0f4;color:#657388;background:#fafbfc;font-size:10px}.login-security svg{flex:none;color:var(--green)}.login-checking{min-height:150px;display:flex;align-items:center;justify-content:center;gap:10px;padding:0 26px 24px;color:var(--muted);font-size:12px}.setup-secret{display:grid;gap:10px;padding:14px;border:1px solid #d9e4f2;border-radius:10px;background:#f7faff}.setup-secret strong{color:#1d2940;font-size:12px}.setup-secret code{overflow-wrap:anywhere;padding:10px;border-radius:7px;color:#0b5fb7;background:#eaf3ff;font:700 12px/1.6 ui-monospace,SFMono-Regular,Consolas,monospace}.setup-secret .button{width:max-content}.setup-secret p{margin:0;color:var(--muted);font-size:10px;line-height:1.65}.spin{animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.catalog-empty{min-height:480px;display:grid;place-items:center;align-content:center;gap:9px;padding:44px;text-align:center}.catalog-empty-icon{width:64px;height:64px;display:grid;place-items:center;margin-bottom:8px;border-radius:16px;color:var(--blue);background:var(--blue-soft)}.catalog-empty h2{margin:0;color:#263248;font-size:22px}.catalog-empty p{max-width:520px;margin:0 0 14px;color:var(--muted);font-size:11px;line-height:1.8}.detail-dialog{max-height:calc(100dvh - 40px);overflow-y:auto}.detail-dialog>p,.detail-dialog>code{overflow-wrap:anywhere;line-height:1.7}.detail-dialog article code{display:block;overflow-wrap:anywhere}.detail-dialog details{margin:16px 0}.detail-dialog summary{cursor:pointer;margin-bottom:12px}.settings-card>div{min-width:0}.settings-card code{overflow-wrap:anywhere}.settings-card .panel-actions{flex-wrap:wrap}.product-management{grid-template-columns:56px minmax(0,1fr)}.product-management h2{font-size:20px}.product-management p{min-height:0;font-size:14px}@media(max-width:760px){body{min-width:320px}.app-shell{grid-template-columns:minmax(0,1fr)}.sidebar{position:static;height:auto;gap:12px;border-right:0;border-bottom:1px solid var(--line)}.sidebar nav{grid-template-columns:repeat(2,minmax(0,1fr))}.sidebar nav button{height:38px}.product-switcher{margin:0}.sidebar-footer{min-height:44px}.topbar{height:auto;align-items:start;gap:14px;flex-direction:column;padding:18px}.page-content{padding:16px}.page-toolbar,.panel-heading{flex-wrap:wrap;height:auto;gap:12px}.search-box{width:100%;min-width:0}.metric-grid,.metric-grid-three,.overview-grid,.product-grid,.release-board,.settings-grid,.delivery-form,.product-management{grid-template-columns:minmax(0,1fr)}.panel-actions{flex-wrap:wrap}.channel-timeline{overflow-x:auto}.integrity-strip{flex-wrap:wrap;height:auto}.compact-dialog{width:calc(100vw - 24px);padding:18px}.form-grid{grid-template-columns:minmax(0,1fr)}.audit-list article{flex-wrap:wrap}}
