@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,Arial,sans-serif;color:#15233a;background:#f6f8fb;font-synthesis:none;--nav:#0a2342;--blue:#1268e8;--line:#dfe5ee;--muted:#748094;--orange:#f1641e;letter-spacing:0}*{box-sizing:border-box}body{margin:0;min-width:1180px;min-height:100vh;-webkit-font-smoothing:antialiased}button,input,textarea,select{font:inherit;color:inherit;letter-spacing:0}button{cursor:pointer}img{display:block;object-fit:cover}.app-shell{min-height:100vh;display:flex}.sidebar{position:fixed;inset:0 auto 0 0;width:232px;background:var(--nav);color:#fff;padding:26px 14px;display:flex;flex-direction:column;z-index:10}.brand{height:54px;display:flex;align-items:center;gap:12px;padding:0 9px;font-size:21px}.brand span{display:grid;place-items:center;width:34px;height:34px;background:var(--orange);border-radius:5px;font-family:Georgia;font-size:25px}.sidebar nav{display:grid;gap:6px;margin-top:19px}.sidebar nav button{height:50px;border:0;background:transparent;color:#dce8f7;display:flex;align-items:center;gap:14px;padding:0 15px;border-radius:6px;font-weight:600;font-size:15px}.sidebar nav button svg{font-size:20px}.sidebar nav button.active{background:#174d89;color:#fff}.profile{margin-top:auto;border-top:1px solid #28415f;padding:21px 5px 0;display:flex;align-items:center;gap:10px}.profile>span{width:40px;height:40px;border-radius:50%;background:#f5e5c9;color:#815f2b;display:grid;place-items:center}.profile div{display:grid;gap:3px}.profile small{color:#b8c7d9}.profile svg{margin-left:auto}.app-main{margin-left:232px;width:calc(100% - 232px)}.topbar{height:86px;background:#fff;border-bottom:1px solid var(--line);padding:0 28px;display:flex;align-items:center;gap:28px}.topbar>span{margin-left:auto;color:#5f6b7c;font-size:14px}.topbar>button{border:0;background:transparent;color:#5f6b7c}.shop-selector-wrap{position:relative}.shop-selector{width:246px;height:60px;background:#fff;border:1px solid #cfd7e3;border-radius:6px;display:flex;align-items:center;padding:7px;gap:9px;text-align:left}.shop-selector img,.shop-menu img{width:42px;height:42px;border-radius:5px}.shop-selector span,.shop-menu span{display:grid;gap:2px;flex:1}.shop-selector small,.shop-menu small{font-size:12px;color:var(--muted)}.shop-menu{position:absolute;top:66px;left:0;width:310px;padding:6px;background:#fff;border:1px solid var(--line);box-shadow:0 12px 32px #17355e1f;z-index:20}.shop-menu button{width:100%;border:0;background:#fff;display:flex;align-items:center;gap:10px;padding:9px;text-align:left}.shop-menu button:hover{background:#f3f7fc}.page{padding:25px 26px 50px;max-width:1500px;margin:auto}.page-title{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.page-title h1{font-size:26px;margin:0 0 7px}.page-title p,.section-heading p,.form-main>p,.export-page>p{margin:0;color:var(--muted);font-size:14px}.title-actions{display:flex;gap:10px}.primary,.secondary{height:40px;border-radius:5px;padding:0 16px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-weight:600}.primary{border:1px solid var(--blue);background:var(--blue);color:#fff}.secondary{border:1px solid #ccd5e2;background:#fff}.store-summary{height:83px;background:#fff;border:1px solid var(--line);border-radius:6px;display:grid;grid-template-columns:1fr 1fr 1fr 1fr auto;align-items:center;padding:0 22px;margin-bottom:22px}.store-summary>div{display:flex;align-items:center;gap:12px;border-right:1px solid var(--line);padding-right:22px;margin-right:22px}.store-summary>div svg{font-size:22px;color:#677d99}.store-summary span{display:grid;gap:4px}.store-summary small{color:var(--muted)}.link-button{border:0;background:transparent;color:var(--blue);font-weight:600;display:flex;align-items:center;gap:4px}.filters{height:64px;border-bottom:1px solid var(--line);display:flex;align-items:center;gap:14px;background:#fff;padding:0 16px}.filters label{width:290px;height:38px;border:1px solid #d5dde8;border-radius:5px;display:flex;align-items:center;padding:0 11px;gap:9px}.filters input{border:0;outline:0;width:100%;font-size:14px}.filters button{height:38px;min-width:180px;border:1px solid #d5dde8;background:#fff;border-radius:5px;display:flex;align-items:center;justify-content:space-between;padding:0 13px}.product-table{background:#fff;border:1px solid var(--line);border-radius:6px;overflow:hidden}.table-head,.table-row{display:grid;grid-template-columns:44px minmax(260px,1.5fr) minmax(120px,.7fr) minmax(135px,.8fr) minmax(130px,.75fr) minmax(130px,.75fr) minmax(150px,.8fr) 110px;align-items:center}.table-head{height:48px;background:#f9fafc;border-bottom:1px solid var(--line);font-size:13px;font-weight:600;color:#445268;padding:0 14px}.table-row{min-height:90px;padding:0 14px;border-bottom:1px solid var(--line);font-size:13px;cursor:pointer}.table-row:hover{background:#fbfdff}.table-row>div{min-width:0}.table-row small{display:block;color:var(--muted);margin-top:7px}.product-cell{display:flex;align-items:center;gap:11px}.product-cell img{width:54px;height:54px;border-radius:5px}.product-cell span{min-width:0}.product-cell strong{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.status{display:inline-flex;align-items:center;gap:4px;font-weight:600}.status.blue{color:#1471e8}.status.green{color:#2da667}.status.orange{color:#ec831d}.status.gray{color:#8290a3}.workflow-dots{display:flex;align-items:center}.workflow-dots i{width:11px;height:11px;border:1px solid #9cabbf;border-radius:50%;position:relative}.workflow-dots i:not(:first-child){margin-left:12px}.workflow-dots i:not(:first-child):before{content:"";position:absolute;right:9px;top:4px;width:13px;height:1px;background:#b7c3d2}.workflow-dots i.done{background:var(--blue);border-color:var(--blue)}.workflow-dots b{margin-left:12px;font-weight:500;color:#5f6b7c}.progress-cell>div{width:112px;height:5px;background:#e8edf3;margin-top:7px;border-radius:5px}.progress-cell>div i{display:block;height:100%;background:var(--blue);border-radius:5px}.row-actions{display:flex;align-items:center;gap:15px}.row-actions button{height:36px;background:#fff;border:1px solid #ccd5e2;border-radius:5px;padding:0 18px}.table-group.expanded{background:#f7fbff;outline:1px solid #98c1f7;outline-offset:-1px}.workflow-detail{display:grid;grid-template-columns:repeat(4,1fr);gap:28px;padding:16px 54px 18px;border-bottom:1px solid var(--line)}.flow-card{background:#fff;border:1px solid var(--line);padding:15px 20px;display:grid;gap:7px;border-radius:5px}.flow-card.current{border-color:var(--blue)}.flow-title{display:flex;align-items:center;gap:7px;font-weight:600}.flow-title span{width:20px;height:20px;border-radius:50%;border:1px solid #91a0b4;display:grid;place-items:center;color:#65758b;font-size:12px}.flow-card.current .flow-title span,.flow-card:first-child .flow-title span{background:var(--blue);border-color:var(--blue);color:#fff}.flow-card strong{font-size:13px;color:#6e7c8f}.flow-card.current>strong{color:var(--blue)}.flow-card small{font-size:12px;color:var(--muted)}.flow-card button{height:30px;border:1px solid #ccd5e2;background:#fff;border-radius:4px;margin-top:4px}.table-footer{height:60px;display:flex;align-items:center;justify-content:space-between;padding:0 18px;font-size:13px}.table-footer button{width:32px;height:32px;margin-left:6px;border:1px solid var(--line);background:#fff;border-radius:4px}.table-footer button.current{background:var(--blue);color:#fff}.drawer-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#10243f66;z-index:50}.drawer{position:absolute;right:0;top:0;bottom:0;width:520px;background:#fff;display:flex;flex-direction:column}.drawer header{height:88px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 25px}.drawer h2{margin:0 0 4px}.drawer p{margin:0;color:var(--muted)}.drawer header button{border:0;background:transparent;font-size:24px}.drawer-body{padding:22px 25px;overflow:auto;display:grid;gap:16px}.drawer label,.fields label,.inspector label{display:grid;gap:7px;font-size:13px;font-weight:600}.drawer input,.drawer select,.drawer textarea,.fields input,.fields textarea,.inspector textarea{border:1px solid #ccd5e2;border-radius:5px;padding:10px;outline:0}.drawer textarea{height:74px;resize:none}.drawer footer{margin-top:auto;height:72px;border-top:1px solid var(--line);display:flex;justify-content:flex-end;align-items:center;gap:10px;padding:0 25px}.store-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.store-grid article{background:#fff;border:1px solid var(--line);border-radius:6px;padding:20px;display:grid;grid-template-columns:70px 1fr;gap:15px;cursor:pointer}.store-grid article.selected{border-color:var(--blue);box-shadow:0 0 0 2px #1268e817}.store-grid img{width:70px;height:70px;border-radius:5px}.store-grid h3{margin:7px 0 5px}.store-grid p{margin:0;color:var(--muted)}.store-grid dl{grid-column:1/-1;margin:8px 0}.store-grid dl div{display:flex;justify-content:space-between;border-top:1px solid var(--line);padding:11px 0}.store-grid dt{color:var(--muted)}.store-grid dd{margin:0}.store-grid .secondary{grid-column:1/-1}.editor-shell{min-height:100vh;background:#fff}.editor-top{height:76px;border-bottom:1px solid var(--line);display:flex;align-items:center;padding:0 20px;gap:18px}.back{border:0;background:transparent;color:var(--blue);display:flex;align-items:center;gap:7px;white-space:nowrap}.editor-store{height:52px;display:flex;align-items:center;gap:8px;border:1px solid var(--line);padding:5px 9px;border-radius:5px;min-width:235px}.editor-store img{width:38px;height:38px;border-radius:4px}.editor-store span{display:grid;flex:1}.editor-store small{color:var(--muted)}.editor-product{display:grid;border-left:1px solid var(--line);padding-left:18px;min-width:235px}.editor-product small{color:var(--muted)}.editor-product strong{display:flex;align-items:center;gap:7px;margin-top:4px}.rule-applied{color:#328c5a;background:#f1faf4;border:1px solid #cdebd8;padding:8px 10px;border-radius:5px;white-space:nowrap;font-size:13px}.autosave{margin-left:auto;color:#607086;font-size:13px;white-space:nowrap}.top-progress{display:flex;align-items:center;gap:8px;white-space:nowrap;font-size:13px}.top-progress i{width:90px;height:5px;background:#e7ebf1;border-radius:4px}.top-progress b{display:block;width:60%;height:100%;background:var(--blue);border-radius:4px}.editor-main{display:flex;height:calc(100vh - 76px)}.step-nav{width:190px;border-right:1px solid var(--line);padding-top:18px;flex:none}.step-nav button{width:100%;height:87px;border:0;background:#fff;display:flex;align-items:flex-start;gap:11px;padding:18px;text-align:left;border-left:3px solid transparent}.step-nav button.active{background:#edf5ff;border-left-color:var(--blue);color:var(--blue)}.step-nav button>span{width:22px;height:22px;border:1px solid #9daabd;border-radius:50%;display:grid;place-items:center;flex:none}.step-nav button.done>span{background:#2da667;border-color:#2da667;color:#fff}.step-nav button div{display:grid;gap:6px}.step-nav button small{color:var(--muted)}.editor-stage{flex:1;min-width:0;overflow:auto;background:#fff}.editor-content.image-editor{display:flex;min-height:100%}.image-workspace{padding:25px 24px 40px;flex:1;min-width:760px}.section-heading{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:20px}.section-heading h2,.form-main h2,.listing-page h2,.export-page h2{font-size:20px;margin:0 0 7px}.section-heading h2 span{font-size:13px;color:var(--muted);font-weight:500}.image-grid{display:grid;grid-template-columns:repeat(5,minmax(132px,1fr));gap:16px}.image-slot{border:1px solid var(--line);border-radius:5px;background:#fff;overflow:hidden;min-width:0;cursor:pointer}.image-slot.selected{border-color:var(--blue);box-shadow:0 0 0 2px #1268e815}.image-slot header{height:62px;padding:10px 11px;display:grid;gap:5px}.image-slot header strong{font-size:13px}.image-slot .status{font-size:12px}.square-image{aspect-ratio:1/1;width:100%;position:relative;background:#f2f4f7;overflow:hidden}.square-image>img{width:100%;height:100%}.waiting{height:100%;display:grid;place-content:center;justify-items:center;gap:8px;color:#8592a4}.waiting svg{font-size:26px}.image-loading{position:absolute;left:0;right:0;bottom:0;height:6px;background:#dce7f5}.image-loading i{display:block;width:65%;height:100%;background:var(--blue)}.image-slot footer{height:42px;padding:5px 8px;display:flex;gap:5px}.image-slot footer button{flex:1;border:1px solid var(--line);background:#fff;border-radius:4px;display:grid;place-items:center}.image-slot footer button.picked{background:var(--blue);color:#fff}.inspector{width:310px;border-left:1px solid var(--line);flex:none;background:#fbfcfe}.inspector section{padding:20px;border-bottom:1px solid var(--line)}.inspector h3{font-size:15px;margin:0 0 14px}.inspector-title{display:flex;justify-content:space-between}.inspector-title button{border:0;background:transparent;color:var(--blue);font-size:12px}.inspector dl{margin:0}.inspector dl div{display:flex;justify-content:space-between;padding:7px 0;font-size:12px}.inspector dt{color:var(--muted)}.inspector dd{margin:0;max-width:150px;text-align:right}.toggle-row{border-top:1px solid var(--line);margin-top:10px;padding-top:13px;display:flex!important;grid-template-columns:1fr auto!important}.toggle-row span{display:grid;gap:3px}.toggle-row small{font-weight:400;color:var(--muted)}.segments{display:flex;gap:7px}.segments button{height:32px;min-width:52px;border:1px solid var(--line);background:#fff;border-radius:4px}.segments button.active{background:#eaf3ff;border-color:var(--blue);color:var(--blue)}.references{display:flex;gap:7px}.references img,.references button{width:47px;height:47px;border:1px solid var(--line);border-radius:4px}.references button{background:#fff}.inspector textarea{height:86px;resize:none}.wide{width:100%;margin-top:14px}.form-page,.listing-page,.export-page{padding:30px;max-width:1120px}.form-main{background:#fff}.upload-grid{display:flex;gap:14px;margin:24px 0}.upload-box{width:340px;height:180px;border:1px dashed #aebbd0;display:grid;place-content:center;justify-items:center;gap:7px;background:#fbfcfe}.upload-box svg{font-size:30px;color:var(--blue)}.upload-box small{color:var(--muted)}.reference-preview{width:180px;height:180px;position:relative;border:1px solid var(--line)}.reference-preview img{width:100%;height:100%}.reference-preview span{position:absolute;left:8px;top:8px;background:#1268e8;color:#fff;padding:5px 7px;font-size:12px;border-radius:4px}.reference-preview button{position:absolute;right:6px;top:6px;border:0;background:#fff;width:28px;height:28px}.fields{display:grid;grid-template-columns:1fr 1fr;gap:16px}.fields .full{grid-column:1/-1}.fields textarea{height:90px}.listing-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.listing-grid label{border:1px solid var(--line);padding:16px;display:grid;gap:10px}.listing-grid label>span{display:flex;justify-content:space-between;font-weight:600}.listing-grid label button{border:0;background:transparent;color:var(--blue);font-size:12px}.listing-grid textarea{height:130px;border:1px solid var(--line);padding:12px;resize:none}.tags-block{margin-top:18px;border:1px solid var(--line);padding:18px}.tags-block h3{margin:0 0 14px}.tags-block h3 small{color:var(--muted)}.tags-block>div{display:flex;flex-wrap:wrap;gap:8px}.tags-block span{border:1px solid #bcd4f4;background:#f1f7ff;color:#245d9e;padding:7px 9px;border-radius:4px;display:flex;align-items:center;gap:6px}.check-list{margin:26px 0;border:1px solid var(--line)}.check-list>div{height:58px;border-bottom:1px solid var(--line);display:flex;align-items:center;gap:12px;padding:0 18px}.check-list>div:last-child{border:0}.check-list span{width:26px;height:26px;border-radius:50%;background:#eaf8ef;color:#259759;display:grid;place-items:center}.check-list small{margin-left:auto;color:#259759}.export-actions{display:flex;gap:12px}.analysis-strip{display:flex;align-items:center;gap:11px;border:1px solid #cfe0f6;background:#f5f9ff;padding:12px 14px;margin-bottom:18px;border-radius:5px}.analysis-strip>span{width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:#e5f7ec;color:#259759}.analysis-strip>div{display:grid;gap:3px;flex:1}.analysis-strip small{color:var(--muted)}.prompt-preview{height:66px;width:100%;border:0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#fff;padding:8px 10px;text-align:left;display:grid;grid-template-columns:1fr auto;gap:3px}.prompt-preview span{font-size:11px;font-weight:600;color:var(--blue)}.prompt-preview small{font-size:10px;color:#768397;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;grid-column:1/2}.prompt-preview svg{grid-column:2;grid-row:1/3;align-self:center}.prompt-editor label>small{font-weight:400;color:var(--muted)}.prompt-editor .prompt-textarea{height:148px;font-size:11px;line-height:1.55}.regenerate-choice{display:grid;gap:7px;margin-top:12px}.regenerate-choice label{display:flex;align-items:center;gap:7px!important;font-weight:400}.listing-section{border:1px solid var(--line);margin-top:18px;background:#fff}.listing-section>header{min-height:70px;padding:14px 18px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between}.listing-section h3{font-size:16px;margin:0 0 5px}.listing-section header p{margin:0;color:var(--muted);font-size:12px}.copy-button{height:36px;border:1px solid #a9c9f3;background:#f4f8ff;color:var(--blue);border-radius:5px;padding:0 13px;display:flex;align-items:center;gap:7px;font-weight:600}.copy-button.copied{border-color:#9bd5af;background:#effaf3;color:#288b50}.bilingual-tags{display:grid;grid-template-columns:1fr 1fr}.bilingual-tags>div{padding:16px 18px}.bilingual-tags>div+div{border-left:1px solid var(--line)}.bilingual-tags h4{margin:0 0 11px;font-size:13px}.bilingual-tags h4 small{color:var(--muted);font-weight:400}.tag-list{display:flex;flex-wrap:wrap;gap:7px}.tag-list span{border:1px solid #bdd4f2;background:#f3f8ff;color:#245d9e;padding:6px 8px;border-radius:4px;font-size:12px}.tag-list.chinese span{border-color:#d7dce4;background:#f8f9fb;color:#526075}.copy-preview{border-top:1px solid var(--line);padding:12px 18px;display:grid;grid-template-columns:110px 1fr;gap:12px;font-size:11px;align-items:start}.copy-preview code{color:#68778c;white-space:normal;line-height:1.5}.price-grid{display:grid;grid-template-columns:repeat(4,1fr);padding:17px 18px}.price-grid>div{display:grid;gap:6px;padding:0 18px;border-right:1px solid var(--line)}.price-grid>div:first-child{padding-left:0}.price-grid>div:last-child{border:0}.price-grid small{color:var(--muted)}.price-grid strong{font-size:19px}.price-note{margin:0;padding:12px 18px;background:#f8fafc;border-top:1px solid var(--line);font-size:12px;color:#5f6e80}.personalization-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;padding:16px 18px}.personalization-grid label{display:grid;gap:8px;font-size:13px;font-weight:600}.personalization-grid textarea{height:116px;border:1px solid var(--line);padding:11px;resize:none;line-height:1.55}.variant-table{font-size:12px}.variant-head,.variant-row{display:grid;grid-template-columns:1.15fr 2fr 1fr .8fr;align-items:center}.variant-head{height:40px;background:#f8fafc;color:#66758a;font-weight:600}.variant-head span,.variant-row span{padding:0 16px}.variant-row{min-height:52px;border-top:1px solid var(--line)}.variant-row span:first-child{font-weight:600}.variant-row span:nth-child(3){color:#d76822}.listing-page{padding-bottom:60px}@media(max-width:1280px){.editor-top{gap:10px}.editor-product,.rule-applied{display:none}.image-grid{grid-template-columns:repeat(4,minmax(132px,1fr))}.table-head,.table-row{grid-template-columns:38px minmax(220px,1.5fr) 110px 120px 120px 120px 140px 90px}.workflow-detail{gap:12px;padding-inline:30px}}.login-page{min-height:100vh;display:grid;place-items:center;background:#f4f7fb}.login-page form{width:420px;background:#fff;border:1px solid var(--line);padding:34px;box-shadow:0 18px 45px #17355e12;display:grid;gap:16px}.login-brand{display:flex;align-items:center;gap:10px;font-size:19px}.login-brand span{width:34px;height:34px;border-radius:5px;background:var(--orange);color:#fff;display:grid;place-items:center;font:24px Georgia}.login-page h1{font-size:24px;margin:12px 0 0}.login-page p{color:var(--muted);margin:0 0 8px}.login-page label{display:grid;gap:7px;font-size:13px;font-weight:600}.login-page input{height:42px;border:1px solid #cfd7e3;padding:0 11px}.login-page .primary{width:100%}.form-error{padding:10px;background:#fff1f1;color:#bd3d3d;font-size:13px}.logout-button{margin-top:auto;height:44px;border:1px solid #34506f;background:transparent;color:#dce8f7;display:flex;align-items:center;justify-content:center;gap:8px}.live-shop-select{position:relative;width:290px;height:60px;border:1px solid #cfd7e3;display:flex;align-items:center;gap:9px;padding:7px}.live-shop-select img{width:42px;height:42px}.live-shop-select span{display:grid;flex:1}.live-shop-select small{color:var(--muted)}.live-shop-select select{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;cursor:pointer}.live-modal{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:min(760px,90vw);max-height:88vh;background:#fff;display:flex;flex-direction:column}.live-modal>header{height:68px;border-bottom:1px solid var(--line);padding:0 22px;display:flex;align-items:center;justify-content:space-between}.live-modal h2{font-size:20px}.live-modal>header button{border:0;background:transparent;font-size:22px}.modal-body{padding:22px;overflow:auto}.live-modal>footer{height:68px;border-top:1px solid var(--line);display:flex;justify-content:flex-end;align-items:center;gap:10px;padding:0 22px}.live-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px}.live-form-grid label{display:grid;gap:7px;font-size:13px;font-weight:600}.live-form-grid textarea{height:76px;border:1px solid #ccd5e2;padding:10px;resize:none}.live-product-table{border:1px solid var(--line);background:#fff}.live-product-head,.live-product-row{display:grid;grid-template-columns:minmax(300px,1.6fr) 120px 180px 90px 170px 90px;gap:12px;align-items:center;padding:0 18px}.live-product-head{height:46px;background:#f8fafc;font-size:13px;font-weight:600}.live-product-row{min-height:82px;border-top:1px solid var(--line);font-size:13px}.live-product-row>.secondary{height:34px}.live-progress{display:flex;align-items:center;gap:8px}.live-progress i{width:120px;height:6px;background:#e7ecf3}.live-progress b{display:block;height:100%;background:var(--blue)}.empty-state{padding:70px;display:grid;place-content:center;justify-items:center;gap:12px;color:var(--muted)}.empty-state svg{font-size:38px}.loading-page{min-height:100vh;display:grid;place-items:center;color:var(--muted)}.live-upload{height:145px;border:1px dashed #9eb1c9;display:grid;place-content:center;justify-items:center;gap:6px;background:#fbfdff;position:relative;margin:20px 0}.live-upload svg{font-size:30px;color:var(--blue)}.live-upload small{color:var(--muted)}.live-upload input{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;cursor:pointer}.live-references{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:20px}.live-references article{width:126px;height:126px;position:relative;border:1px solid var(--line)}.live-references img{width:100%;height:100%}.live-references span{position:absolute;left:6px;bottom:6px;background:var(--blue);color:#fff;padding:4px 6px;font-size:11px}.live-references button{position:absolute;right:5px;top:5px;border:0;background:#fff;width:26px;height:26px}.fields textarea{height:72px;border:1px solid #ccd5e2;padding:10px;resize:none}.price-grid label{display:grid;gap:6px}.price-grid input{height:38px;border:1px solid var(--line);padding:0 9px}.variant-row small{display:block;color:var(--muted);margin-top:3px}.export-actions a{text-decoration:none}.check-list span.failed{background:#fff1f1;color:#c94a4a}.live-form-grid select{height:42px;border:1px solid #ccd5e2;background:#fff;padding:0 10px}.paste-upload{cursor:pointer;outline:0}.paste-upload:hover,.paste-upload:focus{border-color:var(--blue);background:#f4f9ff;box-shadow:0 0 0 3px #2f80ed17}.paste-upload.uploading{cursor:wait;opacity:.72}.paste-upload input{width:1px;height:1px;inset:auto;pointer-events:none}.slot-progress{display:grid;grid-template-columns:1fr auto;align-items:center;gap:8px;padding:9px 12px 0}.slot-progress i{height:5px;overflow:hidden;background:#e7ecf3}.slot-progress b{display:block;height:100%;background:var(--blue);transition:width .8s ease}.slot-progress small{color:var(--muted);font-size:11px}.slot-progress.ready b{background:#2da667}.slot-progress.failed b{background:#ec831d}
