:root{font-family:Inter,PingFang SC,Microsoft YaHei,system-ui,sans-serif;color:#20242b;background:#f5f7f9;font-synthesis:none;letter-spacing:0}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}button,input,select,textarea{font:inherit;letter-spacing:0}button,a{-webkit-tap-highlight-color:transparent}a{color:#dd572a;text-decoration:none}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.55}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid rgba(230,92,44,.3);outline-offset:2px}.app-shell{min-height:100vh;display:flex}.sidebar{width:222px;flex:none;position:fixed;inset:0 auto 0 0;z-index:40;display:flex;flex-direction:column;background:#fff;border-right:1px solid #e7e9ed}.brand{height:66px;display:flex;align-items:center;gap:10px;padding:0 20px;border-bottom:1px solid #eff0f2}.brand img{width:34px;height:34px;object-fit:contain}.brand div,.auth-brand div{display:flex;flex-direction:column;min-width:0}.brand strong,.auth-brand strong{font-size:17px}.brand span,.auth-brand span{margin-top:2px;color:#606a75;font-size:11px}.sidebar nav{flex:1;overflow:auto;padding:14px 10px}.sidebar nav button{width:100%;height:42px;display:grid;grid-template-columns:22px 1fr 16px;align-items:center;gap:8px;padding:0 12px;margin-bottom:3px;border:0;border-radius:6px;color:#515964;background:transparent;text-align:left}.sidebar nav button svg:last-child{opacity:0}.sidebar nav button:hover{color:#20242b;background:#f6f7f9}.sidebar nav button.active{color:#d94e20;background:#fff0e9;font-weight:600}.sidebar nav button.active svg:last-child{opacity:1}.nav-label{margin:20px 12px 8px;color:#9ba1a9;font-size:11px;font-weight:600;text-transform:uppercase}.app-main{min-width:0;flex:1;margin-left:222px}.topbar{height:66px;position:sticky;top:0;z-index:30;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:0 28px;background:#fffffff5;border-bottom:1px solid #e7e9ed;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.topbar-title,.topbar-actions,.account{display:flex;align-items:center}.topbar h1{margin:0;font-size:17px}.topbar-actions{gap:10px}.account{gap:6px;color:#626a75;font-size:13px}.topbar-command{height:32px;display:inline-flex;align-items:center;gap:6px;padding:0 10px;border:1px solid #e1e4e8;border-radius:5px;color:#555e68;background:#fff;font-size:12px}.topbar-command:hover{border-color:#c9cdd2;background:#f8f9fa}.topbar-command.danger{color:#b84436}.health{height:30px;display:inline-flex;align-items:center;gap:6px;padding:0 10px;border:1px solid #e1e4e8;border-radius:999px;color:#727983;background:#fff;font-size:12px}.health.ok{color:#16784d;border-color:#b9e6d0;background:#effaf4}.health.warn{color:#9a6700;border-color:#f0d99c;background:#fff9e8}.page-content{width:min(1500px,100%);margin:0 auto;padding:26px 28px 48px}.page-heading{min-height:56px;display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:18px}.page-heading h2{margin:0;font-size:22px;line-height:1.35}.page-heading p{margin:6px 0 0;color:#5f6873;font-size:13px}.metric-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:18px}.metric-grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.metric{min-height:130px;position:relative;display:flex;flex-direction:column;justify-content:center;padding:20px 22px;border:1px solid #e4e7eb;border-radius:7px;background:#fff}.metric>span{color:#747c87;font-size:12px}.metric>strong{margin-top:8px;font-size:26px;line-height:1}.metric>small{margin-top:8px;color:#626b76;font-size:11px}.metric-icon{position:absolute;top:18px;right:18px;color:#e66a3f;opacity:.45}.metric.green .metric-icon{color:#168b59}.metric.blue .metric-icon{color:#2870b6}.metric.gray .metric-icon{color:#747c87}.metric-icon svg{width:23px;height:23px}.section{margin-bottom:18px;padding:0 18px 18px;border:1px solid #e4e7eb;border-radius:7px;background:#fff}.section-head{min-height:54px;display:flex;align-items:center;justify-content:space-between;gap:14px;border-bottom:1px solid #eef0f2}.section-head h3{margin:0;font-size:15px}.section-head .icon-btn{width:30px;height:30px}.table-wrap{width:100%;overflow-x:auto}table{width:100%;border-collapse:collapse;font-size:13px}th{height:42px;color:#747c87;background:#fafbfc;font-size:12px;font-weight:500;text-align:left;white-space:nowrap}th,td{padding:10px 12px;border-bottom:1px solid #edf0f2;vertical-align:middle}tbody tr:hover{background:#fcfcfd}tbody tr:last-child td{border-bottom:0}.cell-sub{display:block;max-width:320px;margin-top:4px;overflow:hidden;color:#606a75;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.error-sub{display:block;max-width:190px;margin-top:5px;overflow:hidden;color:#c64732;text-overflow:ellipsis;white-space:nowrap}.json-cell{max-width:360px;overflow:hidden;color:#69717c;font-family:ui-monospace,monospace;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.audit-detail{min-width:220px;max-width:520px;color:#626b76;font-size:12px;line-height:1.55;overflow-wrap:anywhere}.prompt-editor{width:100%;min-height:320px;margin-top:16px;padding:14px;border:1px solid #dce0e4;border-radius:5px;outline:none;resize:vertical;color:#2d343c;background:#fbfcfd;font:12px/1.7 ui-monospace,Consolas,monospace}.prompt-editor:focus,.prompt-modal-editor:focus{border-color:#e66a3b;box-shadow:0 0 0 3px #e66a3b1a}.prompt-modal-editor{min-height:300px!important;font:12px/1.7 ui-monospace,Consolas,monospace}.prompt-summary{max-width:680px;overflow:hidden;color:#69717c;text-overflow:ellipsis;white-space:nowrap}.positive{color:#168354}.negative{color:#c74732}.product-cell{min-width:220px;max-width:380px;display:flex;align-items:center;gap:10px}.product-cell img,.image-fallback{width:42px;height:42px;flex:none;border:1px solid #e5e8eb;border-radius:5px;background:#f4f6f8;object-fit:cover}.image-fallback{display:grid;place-items:center;color:#9da4ad}.image-fallback svg{width:17px}.task-image{position:relative;display:block;width:42px;height:42px;flex:none}.task-image>img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;opacity:0;transition:opacity .12s ease}.task-image--loaded>img{opacity:1}.task-image-placeholder{position:absolute;top:0;right:0;bottom:0;left:0;transition:opacity .12s ease}.task-image--loaded .task-image-placeholder{opacity:0}.product-cell span:last-child{min-width:0}.product-cell strong{display:-webkit-box;max-width:320px;overflow:hidden;line-height:18px;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow-wrap:anywhere}.product-cell small{display:block;margin-top:3px;color:#606a75;font-size:11px}.task-cell-value{min-width:0}.row-actions{display:flex;align-items:center;gap:10px;white-space:nowrap}.row-actions button{padding:0;border:0;color:#d95327;background:transparent;font-size:12px}.row-actions .danger-text,.danger-text{color:#c84234}.status{display:inline-flex;align-items:center;min-height:24px;padding:2px 8px;border-radius:4px;color:#5f6772;background:#eef0f2;font-size:11px;white-space:nowrap}.status-active,.status-online,.status-succeeded,.status-applied{color:#14784b;background:#eaf7f0}.status-generating,.status-generation_reserve{color:#aa5a0b;background:#fff3df}.status-analyzed{color:#9a6505;background:#fff5dc}.status-failed,.status-disabled,.status-cancelled{color:#bb3e34;background:#fcecea}.status-generation_charge{color:#2b5e97;background:#eaf2fb}.btn{min-height:34px;display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:7px 13px;border:1px solid #dfe3e7;border-radius:5px;color:#343a42;background:#fff;font-size:13px;text-decoration:none}.btn:hover{border-color:#c9cdd2;background:#fafafa}.btn.primary{border-color:#e65c2c;color:#fff;background:#e65c2c}.btn.primary:hover{border-color:#d64f21;background:#d64f21}.btn.wide{width:100%;min-height:42px}.icon-btn{width:34px;height:34px;display:inline-grid;place-items:center;padding:0;border:0;border-radius:5px;color:#68717c;background:transparent}.icon-btn:hover{background:#f0f2f4}.icon-btn svg{width:17px;height:17px}.text-btn{border:0;color:#d85326;background:transparent;font-size:13px}.mobile-menu{display:none;margin-right:6px}.connection-strip{min-height:68px;display:flex;align-items:center;gap:12px;margin-bottom:18px;padding:12px 14px;border:1px solid #e0e4e8;border-radius:6px;background:#fff}.connection-strip.ok{border-color:#b9e3ce;background:#fbfefc}.connection-strip.warn{border-color:#ecd79e;background:#fffdf8}.connection-strip.error{border-color:#ebc5c0;background:snow}.connection-strip.off{border-color:#d7dce1}.connection-icon{width:36px;height:36px;flex:none;display:grid;place-items:center;border-radius:5px;color:#69727d;background:#eef1f3}.connection-strip.ok .connection-icon{color:#14784b;background:#eaf7f0}.connection-strip.warn .connection-icon{color:#9a6700;background:#fff6df}.connection-strip.error .connection-icon{color:#b43c32;background:#fcecea}.connection-icon svg{width:18px;height:18px}.connection-copy{min-width:0;display:flex;flex:1;flex-direction:column}.connection-copy strong{font-size:14px}.connection-copy small{margin-top:4px;overflow-wrap:anywhere;color:#7c848e;font-size:11px}.connection-action{flex:none}.connection-action:empty{display:none}.band-title{margin:0 0 9px;color:#555e68;font-size:13px;font-weight:600}.platform-strip{display:flex;align-items:stretch;gap:0;margin-bottom:14px;padding:0 16px;border:1px solid #e4e7eb;border-radius:7px;background:#fff;overflow-x:auto}.platform-item{min-width:160px;min-height:70px;position:relative;display:flex;align-items:center;gap:10px;padding:12px 18px;border-bottom:2px solid transparent;color:#4d5560;text-align:left}.platform-item.ready{border-bottom-color:#19a56b}.platform-item.disabled{color:#8b929b}.platform-mark{width:30px;height:30px;flex:none;display:grid;place-items:center;overflow:hidden;border:1px solid #e4e7eb;border-radius:5px;color:#59616b;background:#fff;font-size:13px;font-weight:700}.platform-mark img{width:22px;height:22px;object-fit:contain}.platform-strip strong,.platform-strip small{display:block}.platform-strip strong{font-size:13px}.platform-strip small{margin-top:4px;color:#626b76;font-size:11px}.tenant-row{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 16px}.tenant-row a{display:inline-flex;align-items:center;gap:6px;padding:7px 10px;border:1px solid #dfe5e2;border-radius:5px;color:#3c4742;background:#fff;font-size:12px}.tenant-row small{color:#606a70}.dot{width:7px;height:7px;border-radius:50%;background:#18a76a}.plan-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-bottom:18px}.plan-card{padding:20px;border:1px solid #e3e6e9;border-radius:7px;background:#fff}.plan-card.current{border-color:#b9e3ce;background:#fbfefc}.plan-top{display:flex;align-items:center;gap:8px}.plan-top svg{width:18px;color:#dc5729}.plan-price{margin:18px 0 12px;font-size:28px;font-weight:700}.plan-price small{color:#7f8791;font-size:12px;font-weight:400}.plan-card p{min-height:36px;color:#5f6873;font-size:12px;line-height:18px}.plan-card dl{margin:14px 0 0}.plan-card dl div{display:flex;justify-content:space-between;padding:8px 0;border-top:1px solid #eef0f2;font-size:12px}.plan-card dt{color:#626b76}.plan-card dd{margin:0;font-weight:600}.support-line{min-height:72px;display:flex;align-items:center;gap:28px;color:#5f6771;font-size:13px}.support-line img{width:84px;height:84px;object-fit:contain}.support-actions{display:flex;gap:8px;margin-left:auto}.health-panel{min-height:132px;display:flex;align-items:center;gap:18px;margin-bottom:18px;padding:22px;border:1px solid #e3e6e9;border-radius:7px;background:#fff}.health-icon{width:54px;height:54px;flex:none;display:grid;place-items:center;border-radius:7px;color:#7f8790;background:#edf0f2}.health-icon.ok{color:#148052;background:#e8f7ef}.health-icon svg{width:25px}.health-panel h2{margin:0;font-size:17px}.health-panel p{margin:6px 0 0;color:#626b76;font-size:12px}.health-actions{margin-left:auto;display:flex;gap:8px}.release-readiness{display:grid;grid-template-columns:38px minmax(190px,.8fr) minmax(0,2fr);align-items:center;gap:14px;margin-bottom:16px;padding:14px 16px;border:1px solid #ead49c;border-radius:7px;color:#72520c;background:#fffaf0}.release-readiness.ready{border-color:#c9e5d6;color:#176f4b;background:#f5fbf8}.release-readiness>svg{width:24px}.release-readiness-copy{display:flex;min-width:0;flex-direction:column;gap:4px}.release-readiness-copy strong{color:#2f3439;font-size:14px}.release-readiness-copy small{color:#69717a;font-size:11px;line-height:1.45}.release-readiness-checks{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.release-readiness-checks>span{min-width:0;padding:8px 10px;border-left:2px solid #d6a83e;background:#ffffffb3;font-size:12px}.release-readiness-checks>span.done{border-left-color:#39a876}.release-readiness-checks b,.release-readiness-checks small{display:block}.release-readiness-checks b{margin-bottom:3px;color:#9a6800;font-size:10px}.release-readiness-checks .done b{color:#16724c}.release-readiness-checks small{overflow:hidden;color:#6f767e;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.session-list>div{min-height:62px;display:flex;align-items:center;gap:12px;border-bottom:1px solid #eef0f2}.session-list>div:last-child{border:0}.session-list>div>svg{color:#6b737e}.session-list span{display:flex;flex:1;flex-direction:column}.session-list small{margin-top:4px;color:#626b76}.config-list>div{min-height:60px;display:grid;grid-template-columns:34px 1fr auto auto;align-items:center;gap:12px;border-bottom:1px solid #eef0f2}.config-list>div:last-child{border:0}.config-list strong,.config-list small{display:block}.config-list small{margin-top:3px;color:#626b76}.model-config-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:16px}.model-config-grid .section{margin-bottom:0}.model-note{min-height:58px;display:flex;align-items:center;gap:12px;margin-bottom:16px;padding:10px 12px;border:1px solid #dce9e2;border-radius:6px;color:#16724a;background:#f2faf6}.model-note.image{border-color:#e5e1da;color:#92511d;background:#fff8f1}.model-note>svg{width:22px;flex:none}.model-note span,.model-note strong,.model-note small{display:block}.model-note small{margin-top:4px;color:#737c82;font-size:11px;font-weight:400}.model-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:end;gap:13px}.model-form .check{min-height:38px}.inline-form{display:grid;grid-template-columns:repeat(3,minmax(0,1fr)) auto;align-items:end;gap:12px;padding-top:16px}.release-form{grid-template-columns:.7fr .7fr 1.4fr 1.4fr auto}.release-history-toggle{margin-top:10px}.field{min-width:0;display:flex;flex-direction:column;gap:7px;color:#555e69;font-size:12px}.field input,.field select,.field textarea{width:100%;min-height:38px;padding:8px 10px;border:1px solid #dce0e4;border-radius:5px;outline:none;color:#272d34;background:#fff}.field textarea{min-height:80px;resize:vertical}.field input:focus,.field select:focus,.field textarea:focus{border-color:#e66a3b;box-shadow:0 0 0 3px #e66a3b1a}.check{display:inline-flex;align-items:center;gap:6px;color:#5e6670;font-size:12px;white-space:nowrap}.search-box{height:38px;min-width:240px;max-width:380px;flex:1 1 280px;display:flex;align-items:center;border:1px solid #d9dee3;border-radius:6px;background:#fff;overflow:hidden;transition:border-color .16s ease,box-shadow .16s ease}.search-box:focus-within{border-color:#dd6a40;box-shadow:0 0 0 3px #dd6a401a}.search-box>svg{width:16px;flex:none;margin-left:11px;color:#858e98}.search-box input{min-width:0;flex:1;height:100%;padding:0 9px;border:0;outline:0;color:#2e353d;background:transparent}.search-box button{height:100%;border:0}.search-box .search-clear{width:30px;flex:none;padding:0;color:#8a929b;background:transparent}.search-box .search-clear:hover{color:#414951;background:#f4f6f7}.search-box .search-clear svg{width:14px;margin:0}.search-box .search-submit{min-width:56px;flex:none;padding:0 13px;border-left:1px solid #ece3df;color:#b94c27;background:#fff7f3;font-weight:600}.search-box .search-submit:hover{background:#ffede5}.filter-bar{display:flex;align-items:flex-end;flex-wrap:wrap;gap:9px 10px;margin-bottom:18px;padding:0 0 14px;border-bottom:1px solid #e6e9ec}.compact-field{min-width:132px;flex:0 1 148px;display:flex;flex-direction:column;gap:4px;color:#707985;font-size:11px;line-height:1.2}.compact-field select,.compact-field input{width:100%;height:38px;padding:0 10px;border:1px solid #d9dee3;border-radius:6px;outline:0;color:#343b44;background:#fff;transition:border-color .16s ease,box-shadow .16s ease}.compact-field select:hover,.compact-field input:hover{border-color:#c1c7cd}.compact-field select:focus,.compact-field input:focus{border-color:#dd6a40;box-shadow:0 0 0 3px #dd6a401a}.filter-clear{height:38px;margin-left:auto;display:inline-flex;align-items:center;gap:4px;padding:0 6px;border:0;border-radius:5px;color:#747d87;background:transparent;font-size:12px}.filter-clear:hover{color:#b94c27;background:#fff3ee}.filter-clear svg{width:14px;height:14px}.entitlement-required{min-height:260px;display:grid;grid-template-columns:48px minmax(0,1fr) auto;align-items:center;gap:16px;padding:34px 28px;border-top:1px solid #e4e8eb;border-bottom:1px solid #e4e8eb;background:#f9fafb}.entitlement-required>span:nth-child(2){min-width:0;display:flex;flex-direction:column}.entitlement-required strong{color:#2d343c;font-size:17px}.entitlement-required small{max-width:680px;margin-top:7px;color:#68727c;font-size:12px;line-height:1.7}.entitlement-icon{width:48px;height:48px;display:grid;place-items:center;border-radius:50%;color:#c9552d;background:#fff0e9}.entitlement-icon svg{width:23px;height:23px}.request-error{min-height:66px;display:flex;align-items:center;gap:14px;margin:0 0 12px;padding:10px 12px;border:1px solid #e9c6c1;border-radius:6px;color:#9d382f;background:snow}.request-error>span{min-width:0;display:flex;flex:1;flex-direction:column}.request-error small{margin-top:4px;overflow-wrap:anywhere;color:#754d49}.request-error svg{width:15px}.pagination{min-height:50px;display:flex;align-items:center;justify-content:flex-end;gap:10px;padding:10px 4px 0;color:#656e79;font-size:12px}.pagination label{display:flex;align-items:center;gap:5px}.pagination select{height:30px;border:1px solid #dfe3e7;border-radius:4px;background:#fff}.pagination strong{min-width:56px;text-align:center}.attention-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;padding-top:14px}.attention-list a{min-height:72px;display:flex;align-items:center;gap:12px;padding:12px;border:1px solid #e4e7eb;border-radius:6px;color:#343b44;background:#fff}.attention-list a:hover{border-color:#d4d9de;background:#fafbfc}.attention-list span{min-width:0;display:flex;flex:1;flex-direction:column}.attention-list small{margin-top:5px;color:#656e78}.attention-list b{color:#c94a3d;font-size:22px}.overview-tools td,.overview-tools th{height:48px}.overview-tools a{font-weight:600}.overview-tool-status{display:inline-flex;align-items:center;gap:6px}.overview-tool-status b{font-size:12px}.activation-list{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;padding-top:14px}.activation-list a{min-height:76px;display:grid;grid-template-columns:34px 1fr 18px;align-items:center;gap:9px;padding:11px;border:1px solid #e3e6e9;border-radius:6px;color:#343b44}.activation-list a.done{border-color:#c9e6d7;background:#f8fcfa}.activation-list a>span:nth-child(2){min-width:0;display:flex;flex-direction:column}.activation-list small{margin-top:4px;color:#616a75;font-size:11px}.activation-index{width:30px;height:30px;display:grid;place-items:center;border-radius:50%;color:#a0522b;background:#fff0e9;font-size:12px;font-weight:700}.activation-list .done .activation-index{color:#14784b;background:#eaf7f0}.activation-index svg{width:16px}.change-preview{display:grid;grid-template-columns:1fr 28px 1fr;align-items:center;gap:8px;padding:12px;border:1px solid #e3e6e9;border-radius:6px;background:#fafbfc}.change-preview>span{display:flex;flex-direction:column}.change-preview small{color:#68717c}.change-preview strong{margin-top:5px;font-size:18px}.change-preview>svg{width:18px;color:#8b929b}.membership-preview,.warning-note,.included-tools{display:flex;flex-direction:column;gap:5px;padding:10px 12px;border:1px solid #e2e5e8;border-radius:6px;color:#555e68;background:#fafbfc;font-size:12px}.membership-preview strong,.warning-note{color:#9a4f20}.included-tools span{color:#777f89;font-size:11px}.included-tools small{color:#666f79}.form-error{margin:0;color:#b83f34;font-size:12px}.unsaved-banner{margin-bottom:12px;padding:10px 12px;border:1px solid #ecd79e;border-radius:6px;color:#825800;background:#fffbea;font-size:12px}.prompt-preview-form{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;padding-top:14px}.prompt-match-result{margin-top:14px;padding:12px;border:1px solid #cce5d8;border-radius:6px;background:#f8fcfa}.prompt-match-result.warn{border-color:#ecd79e;background:#fffdf8}.prompt-match-result span{display:flex;align-items:center;justify-content:space-between;gap:10px}.prompt-match-result small{color:#69727c}.prompt-match-result p{max-height:110px;margin:10px 0 0;overflow:auto;color:#4f5863;font-size:12px;line-height:1.65;white-space:pre-wrap}.test-result{display:flex;align-items:center;gap:10px;margin:-6px 0 14px;padding:9px 11px;border:1px solid #cce5d8;border-radius:5px;color:#176e49;background:#f8fcfa}.test-result svg{width:18px}.test-result span,.test-result strong,.test-result small{display:block}.test-result small{margin-top:3px;color:#66716b;font-size:11px}.attribute-detail{display:flex;flex-direction:column;gap:12px;padding:20px}.detail-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.detail-summary>span{display:flex;flex-direction:column;gap:5px;padding:10px;border:1px solid #e4e7eb;border-radius:5px}.detail-summary small,.attribute-change small{color:#69727d}.attribute-change{padding:12px;border:1px solid #e4e7eb;border-radius:6px}.attribute-change h4{margin:0 0 10px;font-size:13px}.attribute-change>div{display:grid;grid-template-columns:minmax(0,1fr) 24px minmax(0,1fr);align-items:start;gap:8px}.attribute-change span{min-width:0}.attribute-change p{max-height:120px;margin:5px 0 0;overflow:auto;color:#414a54;font-size:12px;line-height:1.6;white-space:pre-wrap;overflow-wrap:anywhere}.attribute-change svg{width:17px;margin-top:22px;color:#9098a1}.change-reason{display:block;margin-top:9px}.sr-only{width:1px;height:1px;position:absolute;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.attribute-filters{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.attribute-filters>select{height:36px;padding:0 28px 0 10px;border:1px solid #dfe3e7;border-radius:5px;color:#4f5761;background:#fff}.attribute-product{min-width:210px;max-width:360px}.attribute-product strong{display:-webkit-box;overflow:hidden;line-height:18px;overflow-wrap:anywhere;-webkit-box-orient:vertical;-webkit-line-clamp:2}.attribute-product small,.attribute-summary small{display:block;margin-top:4px;color:#606a75;font-size:11px}.attribute-summary{min-width:180px;max-width:360px;overflow:hidden;color:#4f5863;line-height:19px;text-overflow:ellipsis;white-space:nowrap}.attribute-record-table td{vertical-align:top}.product-library-table .product-cell{min-width:280px}.product-library-table .row-actions{min-width:190px}.product-library-table .row-actions .icon-btn{width:28px;height:28px}.product-library-detail{display:flex;flex-direction:column;gap:16px;padding:20px}.library-detail-head{display:flex;align-items:center;gap:12px;min-width:0}.library-detail-head>img,.library-detail-head>.image-fallback{width:62px;height:62px;flex:none;border:1px solid #e4e7ea;border-radius:6px;object-fit:cover}.library-detail-head>div{min-width:0}.library-detail-head strong{display:block;overflow-wrap:anywhere}.library-detail-head small{display:block;margin-top:5px;color:#858d96;font-size:11px}.library-image-strip{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:8px}.library-image-strip img{width:100%;aspect-ratio:1;border:1px solid #e5e8eb;border-radius:5px;object-fit:cover;background:#f5f7f8}.library-facts{margin:0}.library-facts>div{display:grid;grid-template-columns:74px minmax(0,1fr);gap:10px;padding:8px 0;border-bottom:1px solid #eef0f2;font-size:12px}.library-facts dt{color:#838b95}.library-facts dd{margin:0;color:#4e5660;overflow-wrap:anywhere}.library-sku-table{max-height:260px;border:1px solid #e8eaed;border-radius:5px}.purchase-task-detail{display:flex;flex-direction:column;gap:16px;padding:20px}.purchase-item-table{max-height:440px;border:1px solid #e8eaed;border-radius:5px}.purchase-item-table .product-cell{min-width:240px}.purchase-item-table td,.purchase-item-table th{white-space:nowrap}.purchase-item-table a{display:inline-flex;align-items:center;gap:4px}.prompt-version-detail{display:flex;flex-direction:column;gap:12px;padding:20px}.prompt-version-detail h4{margin:4px 0 0;font-size:13px}.prompt-version-detail pre{max-height:280px;margin:0;padding:12px;overflow:auto;border:1px solid #e4e7eb;border-radius:5px;color:#3f4852;background:#f7f8f9;font:12px/1.65 Consolas,Microsoft YaHei,sans-serif;white-space:pre-wrap;overflow-wrap:anywhere}.prompt-version-detail>p{margin:0;color:#5f6873;line-height:1.7;overflow-wrap:anywhere}.balance-purchase-bar{min-height:66px;display:flex;align-items:center;gap:16px;margin-bottom:16px;padding:12px 16px;border:1px solid #e1e5e8;border-radius:7px;background:#fff}.balance-purchase-bar span{display:flex;flex-direction:column;gap:3px}.balance-purchase-bar small{color:#69727d}.balance-purchase-bar strong{font-size:20px}.balance-purchase-bar .btn{margin-left:auto}.plan-buy{width:100%;margin-top:14px}.purchase-summary{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.purchase-summary span{display:flex;flex-direction:column;gap:5px;padding:11px;border:1px solid #e5e8eb;border-radius:5px}.purchase-summary small{color:#69727d}.modal-mask{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:grid;place-items:center;padding:20px;background:#181c2275}.modal-open{overflow:hidden}.modal{width:min(620px,100%);max-height:88vh;overflow:auto;border-radius:7px;background:#fff;box-shadow:0 18px 60px #0000003d}.modal.wide{width:min(980px,100%)}.modal-head{height:56px;display:flex;align-items:center;justify-content:space-between;padding:0 18px;border-bottom:1px solid #e8eaed}.modal-head h3{margin:0;font-size:16px}.modal-form{display:flex;flex-direction:column;gap:14px;padding:20px}.modal-form.grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.modal-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:6px}.span-2{grid-column:span 2}.muted{margin:0;color:#777f89;font-size:13px}.task-image-viewer{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;padding:20px}.task-image-viewer figure{min-width:0;margin:0}.task-image-viewer figcaption{margin-bottom:8px;color:#555d68;font-size:13px;font-weight:600}.task-image-viewer img,.task-preview-empty{width:100%;aspect-ratio:1;border:1px solid #e2e5e9;border-radius:6px;background:#f5f7f8}.task-image-viewer img{display:block;object-fit:contain}.task-preview-empty{display:grid;place-items:center;color:#9aa1aa}.task-detail{padding-bottom:18px}.task-detail .detail-summary,.task-detail>h4,.task-detail .attempt-list,.task-detail>.modal-actions{margin-right:20px;margin-left:20px}.task-detail>h4{margin-top:18px;margin-bottom:8px;font-size:13px}.attempt-list>div{min-height:58px;display:grid;grid-template-columns:14px minmax(0,1fr);gap:8px;padding:9px 0;border-bottom:1px solid #edf0f2}.attempt-list>div:last-child{border-bottom:0}.attempt-list span:nth-child(2){display:flex;flex-direction:column}.attempt-list small{margin-top:4px;color:#68717c}.attempt-list em{margin-top:5px;color:#b83f34;font-size:11px;font-style:normal}.attempt-dot{width:9px;height:9px;margin-top:4px;border-radius:50%;background:#9aa1aa}.attempt-dot.succeeded{background:#1a9963}.attempt-dot.failed{background:#c94a3d}.attempt-dot.generating{background:#d59523}.input-action{display:grid;grid-template-columns:1fr auto;gap:8px}.dev-code{margin-top:-2px;padding:9px 10px;border-radius:5px;color:#8a5b12;background:#fff7e6;font-size:12px}.auth-page{min-height:100vh;display:grid;place-items:center;padding:24px;background:#edf2f4}.auth-card{width:min(380px,100%);padding:28px 26px 24px;border:1px solid #e0e5e8;border-radius:7px;background:#fff;box-shadow:0 18px 44px #27313a1f}.auth-logo{display:flex;align-items:center;flex-direction:column;margin-bottom:20px;text-align:center}.auth-logo img{width:54px;height:54px;object-fit:contain}.auth-logo h1{margin:9px 0 0;font-size:22px}.auth-logo p{margin:5px 0 0;color:#626b76;font-size:12px}.auth-form{display:flex;flex-direction:column;gap:15px}.login-mode{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));padding:2px;border:1px solid #e7eaed;border-radius:5px;background:#f5f6f8}.login-mode button{height:32px;border:0;border-radius:4px;color:#69717b;background:transparent;font-size:12px}.login-mode button.active{color:#d85326;background:#fff;box-shadow:0 1px 3px #1f252b14;font-weight:600}.password-input{position:relative}.password-input input{padding-right:40px}.password-input button{width:36px;position:absolute;top:1px;right:1px;bottom:1px;display:grid;place-items:center;border:0;color:#8b929a;background:transparent}.password-input svg{width:16px;height:16px}.auth-links{display:flex;align-items:center;justify-content:space-between;gap:12px}.empty{min-height:150px;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:8px;color:#626b76;font-size:12px}.empty svg{width:24px}.page-loader,.screen-loader{display:flex;align-items:center;justify-content:center;gap:8px;color:#777f88}.page-loader{min-height:300px}.screen-loader{min-height:100vh}.spin{animation:spin .9s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.toast{position:fixed;top:18px;left:50%;z-index:200;transform:translate(-50%);padding:10px 15px;border-radius:5px;color:#fff;background:#23815a;box-shadow:0 6px 24px #0000002e;font-size:13px}.toast.error{background:#c84a3d}.sidebar-scrim{display:none}@media (max-width: 1100px){.metric-grid,.plan-grid,.inline-form,.release-form{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 1100px){.activation-list,.attention-list,.prompt-preview-form{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 1100px){.model-config-grid{grid-template-columns:1fr}}@media (max-width: 760px){.sidebar{transform:translate(-100%);transition:transform .2s ease}.sidebar.open{transform:translate(0)}.sidebar-scrim{display:block;position:fixed;top:0;right:0;bottom:0;left:0;z-index:35;border:0;background:#14181e66}.app-main{margin-left:0}.mobile-menu{display:inline-grid}.topbar{height:58px;padding:0 14px}.topbar .account{display:none}.topbar h1{font-size:15px}.health{max-width:118px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.topbar-command{width:32px;padding:0;justify-content:center}.topbar-command span{display:none}.page-content{padding:18px 14px 34px}.page-heading{flex-direction:column}.page-heading h2{font-size:20px}.page-heading .compact-field{flex:none}.metric-grid,.metric-grid.three,.plan-grid{grid-template-columns:1fr}.metric{min-height:112px}.metric>strong{font-size:23px}.admin-overview-metrics{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.admin-overview-metrics .metric{min-height:104px;padding:14px}.admin-overview-metrics .metric>strong{font-size:20px}.admin-overview-metrics .metric-icon{top:12px;right:12px}.admin-overview-metrics .metric-icon svg{width:19px;height:19px}.section{padding:0 12px 12px}.platform-strip{padding:0}.platform-item{min-width:135px;padding:10px 13px}.connection-strip{align-items:flex-start;flex-wrap:wrap}.connection-action{width:100%;padding-left:48px}.health-panel{align-items:flex-start;flex-wrap:wrap}.health-actions{width:100%;margin-left:0;flex-wrap:wrap}.release-readiness{grid-template-columns:28px minmax(0,1fr);align-items:start}.release-readiness-checks{grid-column:1/-1;grid-template-columns:1fr}.release-readiness-checks small{white-space:normal;overflow-wrap:anywhere}.support-line{align-items:flex-start;flex-direction:column;gap:10px}.support-actions{width:100%;margin-left:0;flex-wrap:wrap}.inline-form,.modal-form.grid,.task-image-viewer{grid-template-columns:1fr}.span-2{grid-column:auto}.purchase-summary,.model-form{grid-template-columns:1fr}.attribute-filters{width:100%}.attribute-filters>select,.attribute-filters .search-box{flex:1 1 140px}.library-image-strip{grid-template-columns:repeat(4,minmax(0,1fr))}.task-table{overflow:visible}.task-table table,.task-table tbody,.task-table tr,.task-table td{display:block;width:100%}.task-table thead{display:none}.task-table tr{padding:12px 0;border-bottom:1px solid #edf0f2}.task-table tr:last-child{border-bottom:0}.task-table td{min-height:32px;display:grid;grid-template-columns:76px minmax(0,1fr);align-items:center;gap:10px;padding:5px 0;border:0}.task-table td:before{content:attr(data-label);color:#626b76;font-size:11px}.task-table td[data-label=商品]{display:block;padding:0 0 10px}.task-table td[data-label=商品]:before{display:none}.task-table .product-cell{min-width:0;max-width:none;align-items:flex-start}.task-table .product-cell strong{max-width:none}.task-table .cell-sub,.task-table .error-sub{max-width:100%;white-space:normal;overflow-wrap:anywhere}.task-table .row-actions{min-height:28px;gap:18px}.auth-page{padding:14px}.auth-card{padding:24px 20px}.toast{top:auto;right:14px;bottom:16px;left:14px;width:auto;transform:none;text-align:center}.filter-bar{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:end;gap:10px;padding-bottom:12px}.filter-bar .search-box{width:100%;max-width:none;min-width:0;height:44px;grid-column:1/-1}.compact-field{min-width:0;max-width:none}.compact-field select,.compact-field input{height:44px}.filter-clear{height:44px;margin-left:0;grid-column:1/-1;justify-self:end}.entitlement-required{min-height:300px;grid-template-columns:1fr;justify-items:start;gap:12px;padding:28px 18px}.entitlement-required .btn{margin-top:4px}.pagination{justify-content:space-between;flex-wrap:wrap}.pagination>span{width:100%}.btn,.icon-btn,.topbar-command{min-height:44px}.icon-btn{width:44px;height:44px}.activation-list,.attention-list,.prompt-preview-form,.detail-summary{grid-template-columns:1fr}.attribute-change>div{grid-template-columns:1fr}.attribute-change svg{display:none}.mobile-data-list{overflow:visible}.mobile-data-list table,.mobile-data-list tbody,.mobile-data-list tr,.mobile-data-list td{display:block;width:100%}.mobile-data-list thead{display:none}.mobile-data-list tr{padding:11px 0;border-bottom:1px solid #edf0f2}.mobile-data-list td{min-height:34px;display:grid;grid-template-columns:86px minmax(0,1fr);align-items:center;gap:10px;padding:5px 0;border:0}.mobile-data-list td:before{content:attr(data-label);color:#69727d;font-size:11px}.mobile-data-list .row-actions{flex-wrap:wrap;white-space:normal}.overview-tools tr{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 16px;padding:14px 0}.overview-tools td{min-height:0;display:flex;align-items:flex-start;flex-direction:column;gap:4px;padding:0}.overview-tools td:before{font-size:10px}.overview-tools td:first-child{grid-column:1/-1}.overview-tools td:first-child:before{display:none}.overview-tools .overview-tool-status{min-height:22px;flex-direction:row;align-items:center}.release-table{overflow:visible}.release-table table,.release-table tbody,.release-table tr,.release-table td{display:block;width:100%}.release-table thead{display:none}.release-table tr{padding:10px 0;border-bottom:1px solid #edf0f2}.release-table td{min-height:32px;display:grid;grid-template-columns:76px minmax(0,1fr);gap:10px;padding:5px 0;border:0;line-height:1.5;overflow-wrap:anywhere}.release-table td:before{content:attr(data-label);color:#69727d;font-size:11px}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
