.debug-workbench{display:grid;grid-template-columns:minmax(220px,260px) minmax(400px,1.25fr) minmax(320px,.85fr);gap:18px;align-items:start}.debug-history{position:sticky;top:86px;max-height:calc(100vh - 110px);display:flex;flex-direction:column;min-height:0;overflow:hidden}.debug-history .panel-head{flex-shrink:0}.debug-history .panel-head .btn-new{flex-shrink:0;height:30px;padding:0 9px 0 10px;font-size:12px}.debug-history .panel-head .btn-new svg{width:13px;height:13px}.debug-history-nav{display:flex;flex-direction:column;align-items:stretch;gap:4px;overflow-y:auto;flex:1;min-height:0;padding:4px 2px 6px}.debug-history-item{display:grid;grid-template-columns:22px minmax(0,1fr);gap:8px;align-items:start;width:100%;padding:8px 10px;border:1px solid #e6ecf2;border-radius:8px;background:#fff;text-align:left;cursor:pointer;transition:border-color .15s ease,background .15s ease}.debug-history-item:hover{border-color:#c5dde3;background:#f9fcfd}.debug-history-item.active{border-color:#8dc6d0;background:#f0f9fa;box-shadow:0 0 0 1px #1e6f8014}.debug-history-item-idx{font-size:11px;font-weight:700;font-variant-numeric:tabular-nums;color:#9aa5b3;line-height:1.35;padding-top:1px}.debug-history-item.active .debug-history-item-idx{color:#1e6f80}.debug-history-item-body{display:flex;flex-direction:column;gap:3px;min-width:0}.debug-history-item-title{font-size:12px;font-weight:600;color:#26313d;line-height:1.35;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.debug-history-item-meta{font-size:11px;font-weight:600;color:#7b8693}.debug-history-item-meta--completed{color:#2d6f4e}.debug-history-item-meta--failed{color:#b42318}.debug-history-item-meta--queued,.debug-history-item-meta--running{color:#a67c00}.debug-history-empty{padding:12px 6px;color:#8c96a3;font-size:11px;line-height:1.45}.debug-editor,.debug-results{min-width:0}.debug-source{display:grid;grid-template-columns:84px minmax(0,1fr);gap:12px;align-items:center;margin-bottom:16px;padding:10px;border:1px solid #e2e7ed;border-radius:10px;background:#fbfcfd}.debug-source img{width:84px;height:84px;border-radius:8px;object-fit:cover;background:#edf1f4;display:block}.debug-source strong,.debug-source span{display:block}.debug-source span{margin-top:4px;color:#66717f;font-size:12px}.debug-source-meta{display:flex;flex-wrap:wrap;gap:6px;margin-top:8px}.debug-source-meta em{padding:3px 7px;border:1px solid #d7e6ea;border-radius:6px;color:#1e6f80;background:#f1fafb;font-size:11px;font-style:normal;font-weight:700}.debug-prompt textarea{min-height:260px}.debug-refs textarea{min-height:100px;font-size:12px}.debug-prompt textarea,.debug-refs textarea{width:100%;padding:10px 12px;border:1px solid #dfe5eb;border-radius:8px;outline:0;resize:vertical}.debug-prompt textarea:focus,.debug-refs textarea:focus{border-color:#1e6f80;box-shadow:0 0 0 3px #1e6f801f}.debug-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.debug-ref-grid,.debug-result-grid{display:grid;gap:10px}.debug-ref-grid{grid-template-columns:repeat(4,minmax(0,1fr));margin:12px 0}.debug-result-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.debug-ref-grid figure,.debug-result-grid figure{overflow:hidden;margin:0;border:1px solid #e0e6ec;border-radius:8px;background:#f1f4f7}.debug-ref-grid img,.debug-result-grid img{width:100%;aspect-ratio:1 / 1;object-fit:cover}.debug-ref-grid figcaption,.debug-result-grid figcaption{padding:7px 8px;color:#66717f;font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.debug-empty{display:grid;place-items:center;gap:10px;min-height:260px;color:#8c96a3;border:1px dashed #d9e0e8;border-radius:10px;background:#fbfcfd}.debug-progress{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px 12px;margin:12px 0;padding:12px;border:1px solid #d7e6ea;border-radius:8px;background:#f4fbfc}.debug-progress strong,.debug-progress span{display:block;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.debug-progress strong{color:#17313a;font-size:13px}.debug-progress span{margin-top:4px;color:#60707c;font-size:12px}.debug-progress em{color:#1e6f80;font-size:13px;font-style:normal;font-weight:800}.debug-progress-bar{grid-column:1 / -1;overflow:hidden;height:7px;border-radius:999px;background:#dce9ed}.debug-progress-bar i{display:block;height:100%;border-radius:inherit;background:#1e6f80;transition:width .25s ease}.spin{animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:1320px){.debug-workbench{grid-template-columns:1fr}.debug-history{position:static;max-height:none}.debug-history-nav{flex-direction:row;flex-wrap:wrap;justify-content:flex-start;align-items:stretch;overflow:visible;max-height:none;gap:6px}.debug-history-item{flex:1 1 calc(50% - 6px);min-width:min(200px,100%)}}@media(max-width:860px){.debug-options,.debug-result-grid{grid-template-columns:1fr}}*{box-sizing:border-box}:root{color:#17202a;background:#f6f7f9;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility}body{margin:0;min-width:320px;min-height:100vh;background:#f6f7f9}button,input,select{font:inherit}button{cursor:pointer}img{display:block;max-width:100%}.app-shell{display:flex;min-height:100vh}.sidebar{position:sticky;top:0;width:228px;height:100vh;padding:20px 14px;border-right:1px solid #e4e8ee;background:#fff}.brand{display:flex;align-items:center;gap:12px;padding:6px 8px 24px}.brand-mark{display:grid;width:40px;height:40px;place-items:center;border-radius:8px;color:#fff;background:#1e6f80}.brand strong,.brand span{display:block}.brand strong{font-size:16px}.brand span{margin-top:3px;color:#6c7684;font-size:12px}.sidebar nav{display:grid;gap:5px}.sidebar nav button{display:flex;align-items:center;gap:10px;min-height:40px;padding:0 10px;border:0;border-radius:8px;color:#465160;background:transparent;text-align:left}.sidebar nav button:hover,.sidebar nav button.active{color:#103a45;background:#eaf3f5}.main{flex:1;min-width:0}.topbar{position:sticky;top:0;z-index:10;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:18px 28px;border-bottom:1px solid #e4e8ee;background:#f6f7f9f0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.topbar h1,.task-header h2,.panel h2{margin:0;letter-spacing:0}.topbar h1{font-size:22px}.topbar p{margin:6px 0 0;color:#66717f;font-size:13px}.top-actions,.task-actions,.panel-actions,.toolbar{display:flex;align-items:center;gap:10px}.toolbar{margin:18px 0 14px}.auth-loading,.auth-page{min-height:100vh;display:grid;place-items:center;background:#f6f7f9;color:#1f2933}.auth-card{width:min(440px,calc(100vw - 32px));background:#fff;border:1px solid #dfe5eb;border-radius:8px;padding:24px;box-shadow:0 18px 48px #151f3014}.auth-brand{margin-bottom:20px}.auth-tabs{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:18px}.auth-tabs button,.credit-chip,.user-chip{height:38px;border:1px solid #dfe5eb;background:#fff;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;gap:8px;color:#46515f;padding:0 12px}.auth-tabs button.active,.credit-chip{border-color:#b9d6c4;background:#f0faf3;color:#23643b}.auth-form{display:grid;gap:14px}.sms-row{display:grid;grid-template-columns:1fr auto;gap:10px;align-items:end}.sms-row .field{margin:0}.sms-row .field input,.sms-code-btn{height:40px}.auth-note{margin:0;color:#697586;font-size:13px}.credits-layout{display:grid;grid-template-columns:minmax(280px,.8fr) minmax(360px,1.2fr);gap:20px;margin-top:18px}.credits-page .stats-grid{margin-bottom:0}.credits-page .panel{min-width:0}.redeem-row{display:grid;grid-template-columns:1fr auto;gap:10px;padding:0}.redeem-row input{height:42px;border:1px solid #dfe5eb;border-radius:8px;padding:0 12px}.recharge-doc-link{margin-top:14px;text-decoration:none}.tx-list{padding:0;display:grid;gap:10px}.tx-row{min-height:54px;border:1px solid #e7ecf1;border-radius:8px;padding:10px 12px;display:flex;align-items:center;justify-content:space-between;gap:12px}.tx-row div{display:grid;gap:4px}.tx-row span{color:#7b8794;font-size:12px}.search{display:flex;align-items:center;gap:8px;width:min(320px,32vw);height:38px;padding:0 12px;border:1px solid #dfe5eb;border-radius:8px;color:#7a8490;background:#fff}.search input{min-width:0;width:100%;border:0;outline:0;color:#17202a}.primary,.secondary,.chip,.text-btn,.icon-btn{display:inline-flex;align-items:center;justify-content:center;gap:7px;border-radius:8px;border:1px solid transparent;white-space:nowrap}.primary,.secondary{height:38px;padding:0 14px;font-weight:650}.primary{color:#fff;background:#1e6f80}.primary:hover{background:#185c6a}.secondary{color:#26313d;border-color:#dfe5eb;background:#fff}.secondary:hover{border-color:#b9c6d2}.btn-new{display:inline-flex;align-items:center;justify-content:center;gap:5px;height:32px;padding:0 10px 0 11px;border-radius:8px;border:1px solid #cfe1e6;font-family:inherit;font-size:13px;font-weight:600;white-space:nowrap;color:#315d68;background:#f8fbfc;cursor:pointer}.btn-new:hover{border-color:#9fc4cc;background:#f0f9fa;color:#1e6f80}.btn-new svg{width:14px;height:14px;flex-shrink:0}.wide{width:100%}.page{padding:24px 28px 40px}.stats-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px;margin-bottom:18px}.stat,.panel,.table-panel,.log-callout{border:1px solid #e2e7ed;border-radius:8px;background:#fff}.stat{min-height:96px;padding:18px}.stat span{color:#6b7582;font-size:13px}.stat strong{display:block;margin-top:10px;font-size:30px;line-height:1}.blue-text{color:#246fb7}.green-text{color:#1f7a53}.amber-text{color:#a06516}.red-text{color:#b53939}.spacer{flex:1}.chip{height:34px;padding:0 12px;color:#56616f;border-color:#dfe5eb;background:#fff}.chip.active,.chip:hover{color:#103a45;border-color:#b7d6dd;background:#eaf3f5}.table-panel{overflow:hidden}table{width:100%;border-collapse:collapse}th,td{padding:14px 16px;border-bottom:1px solid #ecf0f4;text-align:left;vertical-align:middle;font-size:14px}th{color:#687381;font-size:12px;font-weight:700;background:#f9fafb}tbody tr:last-child td{border-bottom:0}.task-name{display:flex;align-items:center;gap:10px;min-width:210px;font-weight:650}.task-name img{width:42px;height:42px;border-radius:8px;object-fit:cover}.pill{display:inline-flex;align-items:center;min-height:24px;padding:0 9px;border-radius:999px;color:#56616f;background:#eef1f4;font-size:12px;font-weight:700;white-space:nowrap}.pill.green{color:#196141;background:#e3f5ec}.pill.blue{color:#1a5f9f;background:#e3f0fb}.pill.amber{color:#85500e;background:#fff0d8}.pill.red{color:#9a2f26;background:#fde8e5}.progress-cell{display:flex;align-items:center;gap:8px;min-width:130px}.progress{flex:1;height:7px;overflow:hidden;border-radius:999px;background:#e8edf2}.progress span{display:block;height:100%;border-radius:inherit;background:#1e6f80}.progress-cell small{width:34px;color:#6c7684;font-size:12px}.stage-cell{max-width:220px;color:#4d5967;line-height:1.45}.text-btn{height:30px;padding:0 10px;color:#1e6f80;border-color:#cfe3e7;background:#f4fafb}.create-grid{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(360px,.8fr);gap:18px}.create-flow{display:grid;gap:18px}.create-steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.create-steps span{display:flex;align-items:center;min-height:38px;padding:0 13px;border:1px solid #e0e6ec;border-radius:8px;color:#66717f;background:#fff;font-size:13px;font-weight:700}.create-steps span.active{color:#103a45;border-color:#b7d6dd;background:#eaf3f5}.create-steps span.done{color:#1f6d4c;border-color:#cde8d9;background:#effaf5}.create-layout{display:grid;grid-template-columns:minmax(0,1fr);gap:18px;align-items:start}.create-upload-column{display:grid;gap:14px;align-items:start}.create-config-stack{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(320px,.65fr);gap:14px;align-items:start}.create-upload-wide{display:grid;grid-template-columns:minmax(0,1fr);gap:14px;align-items:start}.create-upload-wide .panel-head{grid-column:1 / -1;margin-bottom:0}.create-upload-wide .field{max-width:440px;margin-bottom:0}.manual-info-grid{display:grid;grid-template-columns:repeat(2,minmax(0,360px));gap:12px}.manual-info-grid .field{max-width:none}.create-upload-wide .file-dropzone{min-height:132px}.create-upload-wide .upload-preview-grid,.create-upload-wide .upload-more{margin-top:0}.section-block{padding:16px 0;border-top:1px solid #edf1f4}.section-block:first-of-type{padding-top:0;border-top:0}.section-title{display:grid;gap:4px;margin-bottom:12px}.section-title strong{color:#17202a;font-size:14px}.section-title span{color:#66717f;font-size:13px;line-height:1.45}.choice-grid{display:grid;gap:10px}.choice-card{position:relative;display:grid;gap:6px;padding:14px 16px;border:1px solid #dfe6ec;border-radius:8px;color:#17202a;background:#fff;text-align:left}.choice-card.selected{border-color:#8dc6d0;background:#f4fbfc;box-shadow:inset 3px 0 #1e6f80}.choice-card strong{font-size:15px}.choice-card span{max-width:82%;color:#66717f;font-size:13px;line-height:1.5}.choice-card em{position:absolute;top:12px;right:12px;padding:3px 8px;border-radius:999px;color:#1d6b4a;background:#e3f5ec;font-size:12px;font-style:normal;font-weight:700}.approval-mode-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.approval-mode-grid button{display:grid;gap:7px;min-height:116px;padding:14px;border:1px solid #dfe6ec;border-radius:8px;color:#17202a;background:#fff;text-align:left}.approval-mode-grid button:hover,.approval-mode-grid button.selected{border-color:#8dc6d0;background:#f4fbfc;box-shadow:inset 3px 0 #1e6f80}.approval-mode-grid strong{font-size:14px}.approval-mode-grid span{color:#66717f;font-size:12px;line-height:1.45}.template-select-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.template-select-card{display:grid;gap:9px;padding:13px;border:1px solid #dfe6ec;border-radius:8px;background:#fbfcfd}.template-select-card strong{color:#17202a;font-size:14px}.template-select-card select{width:100%;min-width:0;height:38px;padding:0 10px;border:1px solid #dfe5eb;border-radius:8px;color:#17202a;background:#fff}.template-select-card span{color:#66717f;font-size:12px;line-height:1.45}.setup-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.setup-card,.setup-add-card{display:grid;grid-template-columns:58px minmax(0,1fr);grid-template-rows:auto auto;gap:6px 10px;align-items:center;min-height:104px;padding:12px;border:1px solid #dfe6ec;border-radius:8px;color:#17202a;background:#fff;text-align:left}.setup-card{position:relative;cursor:pointer}.setup-card:hover,.setup-card.selected{border-color:#8dc6d0;background:#f4fbfc;box-shadow:0 0 0 2px #1e6f801a}.setup-card-thumb{grid-row:1 / 3;display:grid;width:58px;height:66px;place-items:center;overflow:hidden;border-radius:8px;color:#315d68;background:#eaf3f5}.setup-card-thumb img{width:100%;height:100%;object-fit:cover}.setup-card .setup-card-copy{min-width:0;padding-bottom:30px}.setup-card-copy strong,.setup-card-copy span,.setup-card-copy small{display:block;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.setup-card-copy strong{font-size:13px}.setup-card-copy span{margin-top:4px;color:#66717f;font-size:12px}.setup-card-copy small{margin-top:5px;color:#7b8693;font-size:11px}.setup-card-actions{position:absolute;right:10px;bottom:8px;display:flex;gap:4px}.setup-card-actions .setup-card-act,.model-card-actions .setup-card-act{width:28px;height:28px;border-radius:6px;border:1px solid #cfe1e6;background:#ffffffeb;color:#4a5660}.setup-card-actions .setup-card-act:hover,.model-card-actions .setup-card-act:hover{border-color:#9fc4cc;background:#fff;color:#1e6f80}.setup-card-act.danger-card-act,.model-card-actions .setup-card-act.danger-card-act{color:#b42318;border-color:#f0c4c0;background:#fffffff5}.setup-card-act.danger-card-act:hover,.model-card-actions .setup-card-act.danger-card-act:hover{color:#991b1b;border-color:#e8a8a3;background:#fff8f7}.setup-add-card{place-content:center;border:1px dashed #cfe1e6;color:#315d68;background:#f8fbfc;cursor:pointer}.setup-add-card:hover{border-color:#9fc4cc;background:#f0f9fa;color:#1e6f80}.setup-add-card:hover span{color:#66717f}.setup-add-card svg{grid-row:1 / 3;justify-self:center;width:17px;height:17px}.setup-add-card strong,.setup-add-card span{display:block}.setup-add-card span{color:#66717f;font-size:12px}.template-preview-modal{width:min(760px,calc(100vw - 32px))}.template-preview-modal pre{max-height:52vh;margin:0;overflow:auto;white-space:pre-wrap;color:#27313d;font:13px/1.6 ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace}.template-preview-image{width:100%;max-height:58vh;object-fit:contain;border-radius:8px;background:#f5f7f9}.template-preview-empty{display:grid;min-height:180px;place-items:center;color:#66717f;background:#f5f7f9;border-radius:8px}.chip-grid{display:flex;flex-wrap:wrap;gap:8px}.chip-grid button{min-height:34px;padding:0 12px;border:1px solid #dfe5eb;border-radius:8px;color:#4d5967;background:#fff;font-size:13px;font-weight:650}.chip-grid button:hover,.chip-grid button.active{color:#103a45;border-color:#9fcbd3;background:#eaf3f5}.inline-input{width:100%;height:40px;margin-top:10px;padding:0 12px;border:1px solid #dfe5eb;border-radius:8px;color:#17202a;background:#fff}.model-choice-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.model-choice-grid button{display:grid;grid-template-columns:54px minmax(0,1fr);grid-template-rows:auto auto;column-gap:10px;row-gap:4px;align-items:center;min-height:78px;padding:10px;border:1px solid #dfe6ec;border-radius:8px;color:#17202a;background:#fff;text-align:left}.model-choice-grid button:hover,.model-choice-grid button.selected{border-color:#8dc6d0;background:#f4fbfc;box-shadow:0 0 0 2px #1e6f801a}.model-choice-thumb{grid-row:1 / 3;display:grid;width:54px;height:58px;place-items:center;overflow:hidden;border-radius:8px;color:#315d68;background:#eaf3f5}.model-choice-thumb img{width:100%;height:100%;object-fit:cover}.model-choice-grid strong,.model-choice-grid span{display:block;min-width:0}.model-choice-grid strong{overflow:hidden;font-size:13px;text-overflow:ellipsis;white-space:nowrap}.model-choice-grid span{color:#66717f;font-size:12px;line-height:1.35}.advanced-config{margin-top:4px;border-top:1px solid #edf1f4}.advanced-config summary{padding:14px 0 2px;color:#1e6f80;font-size:13px;font-weight:700;cursor:pointer}.advanced-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 14px;padding-top:12px}.advanced-grid .checkbox-field{grid-column:span 2;margin-bottom:0}.launch-panel{position:sticky;top:108px;display:grid;gap:12px}.launch-summary{display:grid;gap:6px}.launch-summary strong{color:#17202a;font-size:15px}.launch-summary span{color:#53606f;font-size:13px}.panel{padding:18px}.panel-head{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:16px}.panel h2{font-size:17px}.panel-head p{margin:5px 0 0;color:#6c7684;font-size:13px}.field{display:grid;gap:7px;margin-bottom:14px}.field span,.config-row span{color:#66717f;font-size:13px;font-weight:650}.field.checkbox-field{display:flex;flex-direction:row;align-items:center;gap:8px;margin-bottom:14px;cursor:pointer}.field.checkbox-field input[type=checkbox]{width:16px;height:16px;accent-color:#1e6f80}.field input,.field select,.field textarea{width:100%;border:1px solid #dfe5eb;border-radius:8px;color:#17202a;background:#fff}.field input,.field select{height:40px;padding:0 12px}.field textarea{min-height:86px;padding:10px 12px;line-height:1.55;resize:vertical}.field textarea:focus{outline:none;border-color:#1e6f80;box-shadow:0 0 0 3px #1e6f801f}.segmented{display:grid;grid-template-columns:1fr 1fr;gap:4px;padding:4px;margin:4px 0 14px;border-radius:8px;background:#eef2f5}.segmented button{height:34px;border:0;border-radius:6px;color:#5a6572;background:transparent}.segmented .active{color:#17202a;background:#fff;box-shadow:0 1px 3px #19232d14}.dropzone{display:grid;min-height:178px;place-items:center;align-content:center;gap:8px;border:1px dashed #b9c6d2;border-radius:8px;color:#53606f;background:#f9fbfc}.dropzone strong{color:#17202a}.dropzone span{color:#74808d;font-size:13px}.thumb-row{display:flex;gap:10px;margin-top:12px}.thumb-row img,.more-thumb{width:68px;height:68px;border:1px solid #e0e6ec;border-radius:8px}.thumb-row img{object-fit:cover}.more-thumb{display:grid;place-items:center;color:#64707f;background:#f2f5f7;font-weight:700}.config-row{display:grid;grid-template-columns:84px 1fr auto auto;align-items:center;gap:9px;padding:12px 0;border-top:1px solid #edf1f4}.audit-box{display:flex;gap:10px;padding:12px;margin:10px 0 16px;border:1px solid #cfe5d9;border-radius:8px;color:#1d6b4a;background:#f0faf5}.audit-box strong,.audit-box span{display:block}.audit-box span{margin-top:4px;font-size:13px}.task-header{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:16px}.meta-line{display:flex;flex-wrap:wrap;align-items:center;gap:10px;margin-top:9px;color:#64707f;font-size:13px}.stepper{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:8px;margin-bottom:18px}.step{display:flex;align-items:center;justify-content:center;gap:6px;min-height:38px;border:1px solid #dcefe5;border-radius:8px;color:#1b6a49;background:#effaf5;font-size:13px;font-weight:700}.detail-grid{display:grid;grid-template-columns:minmax(360px,.8fr) minmax(0,1.2fr);gap:18px;margin-bottom:18px}.task-insights{margin-top:30px;padding-top:24px;border-top:1px solid #dde5ec}.plan-panel{margin-bottom:18px;border-color:#cddfe4;background:#fbfefe}.plan-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.plan-note{padding:12px;border:1px solid #e2e8ee;border-radius:8px;color:#53606f;background:#f7fafb;font-size:13px;line-height:1.6}.plan-note+.plan-note{margin-top:10px}.icon-btn{width:34px;height:34px;padding:0;color:#53606f;border-color:#dfe5eb;background:#fff}.icon-btn:hover{color:#1e6f80;border-color:#b7d6dd}.info-list{display:grid;grid-template-columns:86px 1fr;gap:12px 14px;margin:0;font-size:14px}.info-list dt{color:#6c7684;font-weight:700}.info-list dd{margin:0}.audit-list{display:flex;flex-direction:column;gap:0;max-height:320px;overflow-y:auto}.audit-item{display:flex;align-items:center;gap:10px;padding:6px 10px;border-bottom:1px solid #f0f2f5;font-size:13px}.audit-item:last-child{border-bottom:none}.audit-item small{flex-shrink:0;color:#8c96a3;font-size:12px;min-width:72px}.audit-item strong{flex-shrink:0;font-size:12px;padding:1px 7px;border-radius:4px;background:#effaf5;color:#1b6a49;white-space:nowrap}.audit-item span{color:#4d5967;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.result-panel{margin-top:18px}.result-panel+.result-panel{margin-top:22px}.image-grid{display:grid;gap:12px}.image-grid.main{grid-template-columns:repeat(4,minmax(0,1fr))}.image-grid.detail{grid-template-columns:repeat(5,minmax(0,1fr))}.image-grid figure{position:relative;overflow:hidden;margin:0;border:1px solid #e0e6ec;border-radius:8px;background:#f1f4f7}.image-grid.main figure{aspect-ratio:1 / 1}.image-grid.detail figure{aspect-ratio:3 / 4}.image-grid img{width:100%;height:100%;object-fit:cover}.image-grid figcaption{position:absolute;left:8px;bottom:8px;min-width:30px;padding:4px 7px;border-radius:6px;color:#fff;background:#17202aad;font-size:12px;font-weight:700;text-align:center}.redo-image-btn{position:absolute;right:8px;bottom:8px;display:inline-flex;align-items:center;gap:4px;min-height:28px;padding:0 8px;border:1px solid rgba(255,255,255,.36);border-radius:6px;color:#fff;background:#17202ab8;font-size:12px;font-weight:700}.redo-image-btn:hover{background:#17202adb}.redo-image-btn:disabled{cursor:not-allowed;opacity:.55}.image-grid figure.selectable{cursor:pointer;transition:box-shadow .15s,transform .15s}.image-grid figure.selectable:hover{transform:translateY(-1px)}.image-grid figure.selectable.selected{border-color:#1e6f80;box-shadow:0 0 0 3px #1e6f80}.image-grid figure.selectable:not(.selected) img{filter:grayscale(.45) brightness(.92)}.image-grid .select-mark{position:absolute;top:6px;right:6px;width:26px;height:26px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:#ffffffeb;color:#1e6f80;pointer-events:none;border:1.5px solid #cdd5dd}.image-grid .select-mark.on{background:#1e6f80;color:#fff;border-color:#1e6f80}.select-banner{margin:0 0 12px;padding:10px 12px;border-radius:8px;background:#fff7e6;border:1px solid #f5d28a;color:#6b4a13;font-size:13px}.select-hint-row{display:flex;justify-content:space-between;align-items:center;gap:12px}@keyframes shimmer-sweep{0%{background-position:-150% 0}to{background-position:250% 0}}.shimmer-overlay{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:linear-gradient(100deg,#fff0,#ffffff8c,#fff0 90%);background-size:200% 100%;animation:shimmer-sweep 1.6s linear infinite;border-radius:inherit;z-index:2}.image-grid figure.redoing img{filter:blur(1.5px) brightness(.85);transition:filter .2s}.image-grid figure.redoing:after{content:"重做中…";position:absolute;top:8px;left:8px;padding:3px 8px;border-radius:6px;background:#17202ac7;color:#fff;font-size:11px;font-weight:700;z-index:3}.history-image-btn{position:absolute;left:8px;bottom:8px;display:inline-flex;align-items:center;gap:4px;min-height:28px;padding:0 8px;border:1px solid rgba(255,255,255,.36);border-radius:6px;color:#fff;background:#17202ab8;font-size:12px;font-weight:700;cursor:pointer}.history-image-btn:hover{background:#17202adb}.debug-image-btn{position:absolute;right:8px;top:8px;display:inline-flex;align-items:center;gap:4px;min-height:28px;padding:0 8px;border:1px solid rgba(255,255,255,.36);border-radius:6px;color:#fff;background:#1e6f80d1;font-size:12px;font-weight:700;cursor:pointer}.debug-image-btn:hover{background:#1e6f80f2}.history-modal{background:#fff;border-radius:12px;width:min(900px,92vw);max-height:86vh;overflow:auto;padding:16px;box-shadow:0 20px 60px #0000004d}.history-modal-head{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #e5e9ee;padding-bottom:10px;margin-bottom:12px}.history-modal-head h3{margin:0;font-size:16px}.history-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:12px}.history-card{margin:0;border:1px solid #e0e6ec;border-radius:8px;overflow:hidden;background:#f6f8fa}.history-card.current{border-color:#1e6f80;box-shadow:0 0 0 2px #1e6f802e}.history-card img{width:100%;aspect-ratio:1 / 1;object-fit:cover;display:block}.history-card figcaption{padding:8px 10px;font-size:12px;color:#51606e;display:flex;flex-direction:column;gap:4px}.history-card figcaption strong{color:#1f2a36;font-size:13px}.history-note{color:#364856;white-space:pre-wrap}.history-empty{width:100%;aspect-ratio:1 / 1;display:flex;align-items:center;justify-content:center;color:#8c96a3;font-size:12px;background:#f6f8fa}.history-empty-hint{grid-column:1 / -1;padding:16px;text-align:center;color:#8c96a3;font-size:13px}.image-grid figure.placeholder{background:linear-gradient(180deg,#eef2f6,#e3e8ee);cursor:default}.image-grid figure.placeholder figcaption{background:#8c96a3a6}.image-grid figure.failed-slot{background:linear-gradient(180deg,#fff5f5,#ffe9e9);border:1.5px dashed #f1a3a3;cursor:default;position:relative;overflow:hidden}.image-grid figure.failed-slot .failed-content{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:18px;text-align:center}.image-grid figure.failed-slot .failed-tag{display:inline-block;padding:4px 12px;border-radius:999px;background:#d94747;color:#fff;font-size:12px;font-weight:600;letter-spacing:.5px}.image-grid figure.failed-slot .failed-msg{margin:0;color:#b03434;font-size:12px;line-height:1.4;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;word-break:break-word}.image-grid figure.failed-slot figcaption{background:#d94747d9}.image-grid figure.failed-slot .history-image-btn,.image-grid figure.failed-slot .debug-image-btn,.image-grid figure.failed-slot .redo-image-btn{z-index:4}.redo-image-btn.redo-failed{background:#d94747;color:#fff;border-color:#b03434}.redo-image-btn.redo-failed:hover{background:#b03434}.partial-fail-banner{background:#fff4e6;color:#8a4b00;border:1px solid #f0c187;border-radius:8px;padding:10px 14px;font-size:13px;line-height:1.5}.tabs{display:flex;gap:4px;padding:3px;margin-bottom:18px;background:#eef1f5;border-radius:10px;width:fit-content}.tabs button{padding:7px 18px;border:none;border-radius:8px;background:transparent;color:#5a6573;font-size:13px;font-weight:600;transition:all .15s ease}.tabs button:hover{color:#17202a;background:#ffffff80}.tabs button.active{color:#17202a;background:#fff;box-shadow:0 1px 3px #00000014}.settings-grid{display:grid;grid-template-columns:minmax(360px,.78fr) minmax(0,1.22fr);gap:18px}.template-list{display:grid;gap:10px}.template-card{display:grid;grid-template-columns:minmax(0,1fr);align-items:start;gap:10px;padding:12px;border:1px solid #e3e8ee;border-radius:8px;background:#fbfcfd;text-align:left}.template-card strong,.template-card span{display:block}.template-card strong{color:#17202a;font-size:14px}.template-card span{color:#66717f;font-size:13px}.template-card-main{display:grid;gap:5px;min-width:0}.template-card-meta{display:flex;flex-wrap:wrap;gap:6px}.template-card-meta span{padding:4px 8px;border:1px solid #dfe6ec;border-radius:6px;background:#fff;color:#53606f;font-size:12px;font-weight:650}.compact-table th,.compact-table td{padding:12px 10px;font-size:13px}.model-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.model-card{position:relative;display:grid;grid-template-columns:74px 1fr auto;grid-template-rows:auto auto;align-items:center;gap:8px 12px;min-height:104px;padding:14px;border:1px solid #e2e7ed;border-radius:8px;color:#17202a;background:#fff;text-align:left}.model-card.selected{border-color:#8dc6d0;box-shadow:0 0 0 3px #e6f4f6}.model-preview{grid-row:1 / -1;align-self:center;display:grid;width:74px;height:84px;min-height:0;place-items:center;overflow:hidden;border-radius:8px;color:#315d68;background:#eaf3f5}.model-card-text{grid-column:2;grid-row:1;min-width:0}.model-card-text strong,.model-card-text span{display:block}.model-card-text span{margin-top:5px;color:#66717f;font-size:13px}.model-card>.pill{grid-column:3;grid-row:1;justify-self:end;align-self:center}.model-card-actions{grid-column:2 / -1;grid-row:2;display:flex;justify-content:flex-end;gap:4px}.log-callout{display:flex;align-items:center;gap:10px;margin-top:14px;padding:14px 16px;color:#85500e;background:#fff8ec}.empty-state{display:grid;place-items:center;align-content:center;gap:8px;min-height:140px;padding:32px 16px;text-align:center}.empty-state strong{font-size:15px;color:#465160}.empty-state span{color:#7b8693;font-size:13px}.row-clickable{cursor:pointer}.row-clickable:hover td{background:#f4f7fa}.row-arrow{color:#a0aab5}.file-input{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;opacity:0;cursor:pointer}.file-dropzone{position:relative}.file-list{display:flex;flex-wrap:wrap;gap:6px;margin-top:10px}.file-list span{display:inline-block;padding:4px 10px;border-radius:6px;background:#eef2f5;font-size:12px;color:#465160}.file-list strong{display:inline-flex;align-items:center;padding:4px 10px;border-radius:6px;background:#e3f0fb;color:#1a5f9f;font-size:12px}.upload-preview-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(138px,1fr));gap:8px;margin-top:12px}.upload-preview-grid figure{position:relative;display:grid;grid-template-columns:52px minmax(0,1fr);gap:8px;align-items:center;margin:0;padding:7px;border:1px solid #e2e7ed;border-radius:8px;background:#fbfcfd;cursor:zoom-in}.upload-preview-remove{position:absolute;top:-7px;right:-7px;display:inline-flex;width:22px;height:22px;align-items:center;justify-content:center;border:1px solid #d5dde6;border-radius:999px;color:#53606f;background:#fff;box-shadow:0 4px 12px #0f172a24;cursor:pointer}.upload-preview-remove:hover{color:#b42318;border-color:#fecaca;background:#fff5f5}.upload-preview-grid img{width:52px;height:52px;border-radius:8px;object-fit:cover;background:#edf1f4}.upload-preview-grid figcaption{display:grid;gap:3px;min-width:0}.upload-preview-grid figcaption strong{color:#17202a;font-size:12px}.upload-preview-grid figcaption span{overflow:hidden;color:#66717f;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.upload-more{display:grid;min-height:68px;place-items:center;align-content:center;gap:3px;border:1px dashed #c8d2dc;border-radius:8px;color:#53606f;background:#f6f8fa;font-weight:700}.upload-more span{color:#7b8693;font-size:11px;font-weight:650}.upload-more.compact{min-height:68px;color:#1e6f80;background:#f4fafb}.tpl-preview{margin:-4px 0 8px;padding:10px 12px;border:1px solid #e3e8ee;border-radius:8px;background:#f8f9fb;max-height:120px;overflow-y:auto}.tpl-preview pre{margin:0;white-space:pre-wrap;word-break:break-all;font-size:12px;line-height:1.6;color:#465160;font-family:JetBrains Mono,Fira Code,monospace}.thumb-placeholder{width:42px;height:42px;border-radius:8px;background:#e8edf2}.sidebar-footer{position:absolute;bottom:16px;left:14px;right:14px}.about-trigger{width:100%;height:36px;border:1px solid #dfe5eb;border-radius:8px;background:#fff;color:#53606f;font-weight:650}.about-trigger:hover{border-color:#b9d6c4;color:#23643b;background:#f0faf3}.danger{height:38px;padding:0 14px;font-weight:650;color:#fff;background:#c0392b;border:1px solid transparent;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;gap:7px;white-space:nowrap}.danger:hover{background:#a93226}.danger-text{color:#c0392b!important}.submit-note{margin-top:10px;padding:8px 12px;border-radius:8px;background:#fff8e6;border:1px solid #ffe2a8;color:#6a4b00;font-size:12.5px;line-height:1.55}.status-line{margin-top:10px;padding:10px 14px;border-radius:8px;background:#f8f9fa;color:#465160;font-size:13px;border:1px solid #e4e8ee}.status-line.status-success{background:#e8f8ee;border-color:#9ad7af;color:#115e2c;font-size:15px;font-weight:700;padding:14px 16px;box-shadow:0 2px 6px #219e4c1f}.status-line.status-error{background:#fdecec;border-color:#f3b2b2;color:#9c1f1f;font-size:14px;font-weight:600;padding:12px 16px}.hint-line{color:#7b8693;font-size:12px}.hint-line code{padding:2px 5px;background:#eef2f5;border-radius:4px;font-size:11px}.template-card.selected{border-color:#1e6f80;background:#f0f9fb;box-shadow:0 0 0 2px #d4eef3}.form-grid{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:14px}.form-grid .field{margin-bottom:0}.template-detail textarea{width:100%;min-height:220px;padding:12px;border:1px solid #dfe5eb;border-radius:8px;font-family:JetBrains Mono,Fira Code,monospace;font-size:13px;line-height:1.7;resize:vertical;color:#17202a}.template-detail textarea:focus{outline:none;border-color:#1e6f80;box-shadow:0 0 0 2px #d4eef3}.single-column{max-width:960px}.main>.single-column{padding:24px 28px 40px}.system-prompt-list{display:grid;gap:20px}.system-prompt-row{padding:16px;border:1px solid #e3e8ee;border-radius:8px;background:#fbfcfd}.system-prompt-meta{margin-bottom:10px}.system-prompt-meta strong{display:block;margin-bottom:4px;font-size:15px}.system-prompt-meta code{display:inline-block;padding:2px 6px;margin-bottom:4px;border-radius:4px;background:#eef2f5;color:#1e6f80;font-size:11px}.system-prompt-row textarea{width:100%;padding:12px;border:1px solid #dfe5eb;border-radius:8px;font-family:JetBrains Mono,Fira Code,monospace;font-size:13px;line-height:1.7;resize:vertical;color:#17202a}.system-prompt-row textarea:focus{outline:none;border-color:#1e6f80;box-shadow:0 0 0 2px #d4eef3}.row-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:10px}.app-dialog-overlay{z-index:400}.app-dialog-panel{width:min(440px,calc(100vw - 32px));padding:20px 22px 18px}.app-dialog-title{margin:0 0 10px;font-size:16px;font-weight:700;color:#17202a}.app-dialog-message{margin:0 0 16px;font-size:14px;line-height:1.55;color:#26313d;white-space:pre-wrap}.app-dialog-input{width:100%;height:40px;padding:0 12px;margin-bottom:18px;border:1px solid #dfe5eb;border-radius:8px;font-size:14px;color:#17202a;box-sizing:border-box}.app-dialog-input:focus{outline:none;border-color:#1e6f80;box-shadow:0 0 0 2px #1e6f801f}.app-dialog-actions{display:flex;justify-content:flex-end;gap:10px}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:grid;place-items:center;background:#17202a73;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal{width:min(560px,92vw);max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #17202a40}.redo-modal{width:min(620px,92vw)}.about-modal{width:min(460px,92vw)}.about-content{display:grid;gap:16px}.about-content img{width:min(320px,100%);border:1px solid #e2e7ed;border-radius:8px;justify-self:center}.about-copy{display:grid;gap:6px;text-align:center;color:#53606f}.about-copy strong{color:#17202a;font-size:16px}.redo-modal textarea{width:100%;min-height:132px;padding:12px;border:1px solid #dfe5eb;border-radius:8px;color:#17202a;line-height:1.6;resize:vertical;outline:0}.redo-modal textarea:focus{border-color:#1e6f80;box-shadow:0 0 0 3px #1e6f801f}.redo-modal-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:12px}.compact-table.editable input,.compact-table.editable select{width:100%;height:32px;padding:0 8px;border:1px solid #dfe5eb;border-radius:6px;font-size:13px}.compact-table.editable input[type=checkbox]{width:auto;height:auto}.compact-table.editable input:focus,.compact-table.editable select:focus{outline:none;border-color:#1e6f80}.step{opacity:.45}.step.done{opacity:1;color:#1b6a49;background:#effaf5;border-color:#dcefe5}.step.active{opacity:1;color:#1a5f9f;background:#e3f0fb;border-color:#b7d6eb;animation:pulse 1.5s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}.model-preview img{width:100%;height:100%;max-width:100%;max-height:100%;object-fit:cover;border-radius:8px;display:block}button:disabled{opacity:.5;cursor:not-allowed}.lightbox-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;display:grid;place-items:center;background:#000000d1;cursor:zoom-out}.lightbox-overlay img{max-width:90vw;max-height:90vh;object-fit:contain;border-radius:8px;box-shadow:0 12px 40px #00000080;cursor:zoom-out}.lightbox-top{z-index:320}.input-images-section{margin-top:18px}.input-images-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:10px}.input-images-grid figure{position:relative;margin:0;border:1px solid #e0e6ec;border-radius:8px;overflow:hidden;aspect-ratio:1 / 1;cursor:pointer}.input-images-grid figure.selected{border-color:#1e6f80;box-shadow:0 0 0 3px #1e6f80;overflow:visible}.input-images-grid figure.selected:after{content:"✓ 参考图";position:absolute;top:6px;left:6px;padding:2px 8px;border-radius:4px;background:#1e6f80;color:#fff;font-size:11px;font-weight:700;pointer-events:none}.input-images-grid img{width:100%;height:100%;object-fit:cover}.input-images-grid figcaption{position:absolute;left:6px;bottom:6px;min-width:24px;padding:3px 6px;border-radius:5px;color:#fff;background:#17202aad;font-size:11px;font-weight:700;text-align:center}.ref-toggle{position:absolute;right:6px;bottom:6px;min-height:25px;padding:0 8px;border:1px solid rgba(255,255,255,.65);border-radius:6px;color:#fff;background:#1e6f80e6;font-size:11px;font-weight:700}@media(max-width:1120px){.topbar,.task-header{flex-direction:column;align-items:stretch}.top-actions,.task-actions{flex-wrap:wrap}.search{width:100%}.stats-grid,.image-grid.main,.setup-card-grid,.model-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.create-grid,.create-layout,.create-upload-column,.create-config-stack,.create-upload-wide,.detail-grid,.plan-grid,.settings-grid{grid-template-columns:1fr}.launch-panel{position:static}.model-choice-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.image-grid.detail{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:760px){.app-shell{display:block}.sidebar{position:static;width:100%;height:auto;border-right:0;border-bottom:1px solid #e4e8ee}.sidebar nav{grid-template-columns:repeat(3,minmax(0,1fr))}.sidebar nav button{justify-content:center}.sidebar nav button span{display:none}.page,.main>.single-column,.topbar{padding-left:16px;padding-right:16px}.stats-grid,.create-steps,.advanced-grid,.template-select-grid,.upload-preview-grid,.image-grid.main,.image-grid.detail,.setup-card-grid,.approval-mode-grid,.model-choice-grid,.model-grid{grid-template-columns:1fr}.advanced-grid .checkbox-field{grid-column:auto}.stepper{grid-template-columns:repeat(2,minmax(0,1fr))}.table-panel{overflow-x:auto}.model-card,.setup-card,.setup-add-card,.template-card{grid-template-columns:1fr}.model-preview{grid-row:auto;justify-self:center}.model-card-text{grid-column:1;grid-row:auto}.model-card>.pill{grid-column:1;grid-row:auto;justify-self:start}.model-card-actions{grid-column:1;grid-row:auto}.setup-card-thumb{grid-row:auto}.setup-card-actions{grid-column:auto}}.batch-import-details{margin-top:.75rem;padding:.75rem 1rem;border-radius:10px;border:1px dashed #c5cdd6;background:#fff;position:relative}.batch-import-details summary{cursor:pointer;font-weight:600;color:#17202a}.batch-import-details .batch-hint{font-size:.85rem;color:#5c6b7a;margin:.5rem 0 .75rem;line-height:1.45}.batch-import-details .field{margin-bottom:.65rem;position:relative}.batch-import-details .batch-zip-pick-row{display:flex;flex-wrap:wrap;align-items:center;gap:10px}.batch-import-details .batch-zip-hint{font-size:13px;color:#8a96a3}.batch-import-details .batch-zip-picked{font-size:13px;color:#17202a;word-break:break-all}.batch-import-details .batch-zip-file-hook,.zip-init-hook{position:absolute;width:1px;height:1px;margin:0;padding:0;opacity:0;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);border:0;white-space:nowrap}.batch-import-details button.wide{margin-top:.35rem}.batch-import-actions{position:relative;display:inline-flex;align-items:center;gap:8px;flex-shrink:0}.help-dot{position:relative;display:inline-grid;place-items:center;width:24px;height:24px;border:1px solid #cfd7e2;border-radius:50%;color:#53606f;background:#fff;font-size:13px;font-weight:700;cursor:help}.help-popover{position:absolute;top:calc(100% + 8px);right:0;z-index:30;width:min(340px,calc(100vw - 48px));padding:12px 14px;border:1px solid #dfe5eb;border-radius:8px;background:#fff;box-shadow:0 14px 36px #151f3024;color:#46515f;font-size:13px;font-weight:400;line-height:1.55;text-align:left;opacity:0;pointer-events:none;transform:translateY(-4px);transition:opacity .15s ease,transform .15s ease}.help-dot:hover .help-popover,.help-dot:focus .help-popover{opacity:1;transform:translateY(0)}.product-ref-group{margin-top:1rem;padding:1rem 1.1rem 1.1rem;border:1px solid #e3e8ee;border-radius:10px;background:#fbfcfd}.product-ref-group .product-ref-group-title-row{margin-bottom:16px}.product-ref-group>.field,.product-ref-group .manual-info-grid{margin-bottom:16px}.product-ref-group .special-requirement-field{margin-bottom:18px}.product-ref-group .field{gap:9px;margin-bottom:0}.product-ref-group .manual-info-grid{gap:14px 16px}.product-ref-group .file-dropzone{margin-top:8px}.product-ref-group .upload-preview-grid{margin-top:14px}.product-ref-group-head{display:flex;flex-wrap:wrap;align-items:center;gap:10px 14px;margin-bottom:.65rem}.product-ref-group-title-row{display:flex;flex-wrap:wrap;align-items:center;gap:10px 14px;margin-bottom:12px}.product-ref-group-title{margin:0;font-size:1.05rem;font-weight:700;color:#17202a}.product-ref-group-head .field.inline-label{display:flex;flex-direction:row;align-items:center;gap:10px;margin:0}.product-ref-group-head .field.inline-label span{flex-shrink:0}.product-ref-group-head .field.inline-label input{width:auto;min-width:140px;max-width:280px}.product-ref-group-meta{font-size:13px;color:#6c7684;margin-left:auto}.product-ref-actions{margin-top:.75rem}.compact-dropzone{min-height:76px;padding:12px 14px}.admin-users-grid{display:grid;grid-template-columns:minmax(620px,1fr) minmax(340px,400px);gap:20px;align-items:start}.admin-users-grid .panel{min-width:0}.admin-side-stack{display:grid;gap:16px;align-content:start}.admin-form{padding:0;display:grid;gap:12px}.admin-user-table{margin:0;overflow-x:auto}.admin-user-table table{min-width:820px}.admin-user-name{display:grid;gap:3px}.admin-user-name span{color:#7b8794;font-size:12px}.redeem-code-output{min-height:150px;border:1px solid #dfe5eb;border-radius:8px;padding:10px 12px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;resize:vertical}.readonly-note{padding:10px 12px;border:1px solid #dfe5eb;border-radius:8px;color:#53606f;background:#f7f9fb;font-size:13px}.icon-btn:disabled,.setup-card-act:disabled{opacity:.42;cursor:not-allowed}@media(max-width:1120px){.admin-users-grid,.credits-layout{grid-template-columns:1fr}}
