:root{color:#1f2a2e;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;--app-bg:#f3f5f2;--ink:#1f2a2e;--muted:#657174;--line:#dbe2dd;--panel:#fff;--panel-soft:#f8faf7;--brand:#136f63;--brand-strong:#0d554c;--coral:#e95f55;--gold:#e4b84f;--focus:0 0 0 3px #136f6333;background:#f3f5f2;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Noto Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif}*{box-sizing:border-box}body{background:linear-gradient(180deg, #136f6314, transparent 360px), var(--app-bg);min-width:320px;min-height:100vh;color:var(--ink);margin:0;overflow-x:hidden}button,input,textarea{font:inherit}button{cursor:pointer;border:0}button:focus-visible{box-shadow:var(--focus);outline:none}input:focus-visible{box-shadow:var(--focus);outline:none}textarea:focus-visible{box-shadow:var(--focus);outline:none}a:focus-visible{box-shadow:var(--focus);outline:none}a{color:inherit}.app-shell{width:min(1440px,100% - 32px);margin:0 auto;padding:24px 0 40px}.app-header{justify-content:space-between;align-items:flex-end;gap:24px;padding:12px 0 18px;display:flex}.eyebrow{color:#0d554c;text-transform:uppercase;letter-spacing:0;background:#dff0ea;border-radius:8px;align-items:center;min-height:28px;padding:0 10px;font-size:.78rem;font-weight:900;display:inline-flex}.app-header h1{letter-spacing:0;max-width:760px;margin:10px 0 8px;font-size:clamp(1.8rem,4vw,3.1rem);line-height:1.03}.app-header p{max-width:700px;color:var(--muted);margin:0;font-size:1rem;line-height:1.5}.header-actions,.inline-actions{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.primary-button,.secondary-button,.ghost-button,.file-button,.icon-button{border-radius:8px;justify-content:center;align-items:center;gap:8px;min-height:42px;font-weight:800;text-decoration:none;display:inline-flex}.primary-button{color:#fff;background:var(--brand);padding:0 16px}.primary-button:hover{background:var(--brand-strong)}.secondary-button,.file-button{color:var(--brand-strong);background:#e7f2ee;padding:0 14px}.ghost-button{color:var(--muted);background:0 0;padding:0 12px}.icon-button{width:42px;color:var(--ink);background:#eef2ee;padding:0}.status-strip{border:1px solid var(--line);color:#0d554c;background:#fff;border-radius:8px;align-items:center;gap:10px;min-height:46px;padding:10px 14px;display:flex;box-shadow:0 12px 32px #1f2a2e0f}.builder-layout{grid-template-columns:minmax(0,1fr) minmax(320px,38%);align-items:start;gap:14px;min-width:0;margin-top:18px;display:grid}.builder-panel,.desktop-preview,.preview-modal{border:1px solid var(--line);background:var(--panel);border-radius:8px;box-shadow:0 18px 45px #1f2a2e14}.builder-panel{min-width:0;overflow:hidden}.tab-content,.editor-section,.form-grid,.options-editor,.product-editor,.product-editor-summary,.option-group-editor{min-width:0}.tabs{border-bottom:1px solid var(--line);background:var(--panel-soft);grid-template-columns:repeat(5,minmax(0,1fr));gap:0;display:grid}.tabs button{min-width:0;min-height:58px;color:var(--muted);background:0 0;justify-content:center;align-items:center;gap:8px;padding:8px 10px;font-weight:800;display:flex}.tabs button.is-active{color:var(--brand-strong);background:var(--panel);box-shadow:inset 0 -3px 0 var(--brand)}.tab-content{padding:20px}.editor-section{gap:18px;display:grid}.section-title{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.section-title h2{margin:0;font-size:1.35rem}.section-title p{color:var(--muted);margin:5px 0 0;line-height:1.45}.editor-disclosure{border:1px solid var(--line);background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 12px 28px #182b350d}.editor-disclosure summary{min-height:58px;color:var(--ink);cursor:pointer;justify-content:space-between;align-items:center;gap:14px;padding:13px 15px;list-style:none;display:flex}.editor-disclosure summary::-webkit-details-marker{display:none}.editor-disclosure summary strong,.editor-disclosure summary small{display:block}.editor-disclosure summary small{color:var(--muted);margin-top:3px;font-size:.84rem;line-height:1.35}.editor-disclosure summary svg{color:var(--brand);flex:none;transition:transform .18s}.editor-disclosure[open] summary svg{transform:rotate(180deg)}.editor-disclosure__body{border-top:1px solid var(--line);background:var(--panel);gap:14px;padding:14px;display:grid}.editor-disclosure__body>.visual-extra-panel{box-shadow:none;background:0 0;border:0;padding:0}label{color:var(--ink);gap:7px;font-weight:800;display:grid}input,textarea,select{border:1px solid var(--line);width:100%;min-width:0;color:var(--ink);background:#fff;border-radius:8px;padding:11px 12px}textarea{resize:vertical;line-height:1.45}.field-stack{gap:8px;display:grid}.field-label{color:var(--ink);font-weight:900}.form-grid,.order-choice-settings{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.order-choice-card{border:1px solid var(--line);background:var(--panel-soft);border-radius:8px;gap:10px;padding:12px;display:grid}.choice-checkbox-grid{flex-wrap:wrap;gap:8px;display:flex}.choice-checkbox{border:1px solid var(--line);min-height:36px;color:var(--ink);background:#fff;border-radius:8px;align-items:center;gap:7px;padding:7px 9px;font-size:.9rem;font-weight:800;display:inline-flex}.choice-checkbox:has(input:checked){border-color:var(--brand);color:var(--brand-strong);background:#e7f2ee}.choice-checkbox:has(input:disabled){opacity:.62}.choice-checkbox input{width:17px;height:17px;accent-color:var(--brand)}.order-choice-card>small{color:var(--muted);margin-top:-4px;font-size:.82rem;font-weight:700;line-height:1.35}.delivery-fee-editor{border-top:1px solid var(--line);gap:9px;padding-top:10px;display:grid}.delivery-fee-editor small{color:var(--muted);font-weight:700;line-height:1.35}.delivery-zone-editor{gap:8px;display:grid}.delivery-zone-row{border:1px solid var(--line);background:#fff;border-radius:8px;grid-template-columns:minmax(120px,1fr) 110px auto auto;align-items:end;gap:8px;padding:8px;display:grid}.nested-switch{margin:8px 0}.product-list-tools{grid-template-columns:minmax(0,1.4fr) minmax(180px,.8fr);gap:12px;display:grid}.bulk-product-bar{border:1px solid var(--line);background:var(--panel-soft);border-radius:8px;gap:10px;padding:12px;display:grid}.bulk-actions,.bulk-fields{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.bulk-fields input{width:min(230px,100%)}.product-select-check{justify-content:center;align-items:center;width:28px;height:28px;display:inline-flex}.product-select-check input{width:18px;height:18px;accent-color:var(--brand)}.bulk-remove-confirm{gap:14px;padding:16px;display:grid}.logo-row{border:1px solid var(--line);background:var(--panel-soft);border-radius:8px;grid-template-columns:86px 1fr;align-items:center;gap:14px;padding:14px;display:grid}.logo-preview{width:86px;height:86px;color:var(--brand);background:#e7f2ee;border-radius:8px;place-items:center;display:grid;overflow:hidden}.logo-preview img{object-fit:cover;width:100%;height:100%}.logo-row p,.product-upload-row span,.action-box p,.preset-option small{color:var(--muted);margin:4px 0 0;line-height:1.45}.product-editor-list{gap:10px;display:grid}.product-editor-toolbar{border:1px solid var(--line);background:#fff;border-radius:8px;justify-content:space-between;align-items:center;gap:12px;padding:10px 12px;display:flex}.product-editor-toolbar>div:first-child{gap:2px;min-width:0;display:grid}.product-editor-toolbar strong{color:var(--ink)}.product-editor-toolbar span{color:var(--muted);font-size:.86rem}.product-stats{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;display:grid}.product-stats button{border:1px solid var(--line);min-width:0;color:var(--ink);text-align:left;background:#fff;border-radius:8px;justify-items:start;gap:2px;padding:10px;display:grid}.product-stats button.is-active{border-color:var(--brand);background:#e7f2ee;box-shadow:inset 0 0 0 2px #136f631f}.product-stats strong{font-size:1.25rem;line-height:1}.product-stats small{color:var(--muted);font-weight:800}.product-editor-body{gap:12px;padding-top:4px;display:grid}.product-editor{border:1px solid var(--line);background:var(--panel-soft);border-radius:8px;gap:10px;padding:10px 12px;transition:border-color .18s,box-shadow .18s,background .18s;display:grid;position:relative}.product-editor--active{border-color:var(--brand);background:linear-gradient(90deg,#136f631a,#ffffffeb 58%);box-shadow:0 10px 28px #136f631f}.product-editor--active:before{content:"";background:var(--brand);border-radius:0 999px 999px 0;width:4px;position:absolute;top:10px;bottom:10px;left:0;right:auto}.product-editor-head{justify-content:space-between;align-items:center;gap:10px;display:flex}.product-editor-summary{text-align:left;flex:1;gap:4px;min-width:0;display:grid}.product-editor-head strong,.action-box h3{margin:0;font-size:1rem;display:block}.product-editor-head span{color:var(--muted);margin-top:4px;font-size:.9rem;display:block}.product-editor-title-line{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.product-editor-active-pill,.product-editor-chip,.product-editor-meta span,.product-editor-meta button{white-space:nowrap;border-radius:999px;align-items:center;margin-top:0;line-height:1;display:inline-flex}.product-editor-active-pill{color:#fff;background:var(--brand);min-height:24px;padding:0 9px;font-size:.74rem;font-weight:900}.product-editor-subtitle{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.product-editor-head>.inline-actions{flex:none;justify-content:flex-end}.product-editor-meta,.product-editor-alerts{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.product-editor-meta span,.product-editor-meta button{width:-moz-fit-content;width:fit-content;min-width:0;max-width:min(180px,100%);min-height:24px;color:var(--ink);border:1px solid var(--line);text-overflow:ellipsis;background:#fff;padding:0 8px;font-size:.78rem;font-weight:800;overflow:hidden}.product-editor-meta span{vertical-align:middle;line-height:22px;display:inline-block}.product-editor-meta button{cursor:pointer}.product-editor-meta button:hover,.product-editor-meta button.is-active{border-color:var(--brand);color:var(--brand-strong);background:#e7f2ee}.product-editor-chip{min-height:23px;color:var(--brand-strong);background:#e7f2ee;border:1px solid #136f6329;padding:0 8px;font-size:.74rem;font-weight:900}.product-editor-chip--warning{color:#8a4f00;background:#fff1cc;border-color:#8a4f002e}.product-editor-chip--muted{border-color:var(--line);color:var(--muted);background:#eef2ee}.switch--compact{min-height:34px;padding:0 8px}.switch--compact span{font-size:.84rem}.product-quick-edit{background:#e7f2eeb8;border:1px solid #136f6338;border-radius:8px;gap:10px;padding:10px;display:grid}.product-quick-edit__head{justify-content:space-between;align-items:center;gap:10px;display:flex}.product-quick-edit__head strong,.product-quick-edit__head span{display:block}.product-quick-edit__head span{color:var(--muted);margin-top:2px;font-size:.82rem;font-weight:800}.product-quick-edit__head .inline-actions button:not(.ghost-button){border:1px solid var(--line);min-height:32px;color:var(--muted);background:#fff;border-radius:8px;padding:0 10px;font-weight:900}.product-quick-edit__head .inline-actions button.is-active{border-color:var(--brand);color:var(--brand-strong);background:#e7f2ee}.product-quick-edit__grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr) auto;align-items:end;gap:10px;display:grid}.product-quick-edit__grid--image{grid-template-columns:minmax(0,1fr) auto}.product-quick-edit__image-actions{flex-wrap:wrap;align-items:center;gap:8px;min-width:0;display:flex}.product-quick-edit__image-actions>span{max-width:260px;color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:.82rem;font-weight:800;overflow:hidden}.product-quick-edit__notice{background:#fff;border:1px dashed #136f6342;border-radius:8px;gap:8px;padding:10px;display:grid}.product-quick-edit__notice p{color:var(--muted);margin:0;line-height:1.42}.switch{background:#fff;border-radius:8px;grid-template-columns:auto;align-items:center;gap:8px;min-height:42px;padding:0 10px;display:inline-flex}.switch--field{place-content:center flex-start;padding:10px}.switch input{width:18px;height:18px;accent-color:var(--brand)}.status-pill{min-height:34px;color:var(--brand-strong);background:#e7f2ee;border-radius:8px;align-items:center;padding:0 10px;font-size:.86rem;font-weight:900;display:inline-flex}.status-pill--soldout{color:#8a4f00;background:#fff1cc}.status-pill--inactive{color:var(--muted);background:#eef2ee}.status-control{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;display:grid}.status-control button,.social-placement-control button{border:1px solid var(--line);min-width:0;min-height:58px;color:var(--muted);text-align:left;background:#fff;border-radius:8px;justify-items:start;gap:3px;padding:8px 10px;font-weight:900;display:grid}.status-control button.is-active,.social-placement-control button.is-active{border-color:var(--brand);color:var(--brand-strong);background:#e7f2ee;box-shadow:inset 0 0 0 2px #136f631f}.status-control small,.social-placement-control small{color:var(--muted);font-size:.76rem;font-weight:700}.social-placement-control{grid-template-columns:repeat(2,minmax(0,1fr));align-self:end;gap:8px;display:grid}.category-editor{gap:8px;display:grid}.category-chip-list,.category-editor-row{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.category-chip{border:1px solid var(--line);min-height:32px;color:var(--brand-strong);background:#e7f2ee;border-radius:8px;align-items:center;gap:6px;padding:4px 6px 4px 10px;font-size:.86rem;font-weight:900;display:inline-flex}.category-chip button{width:22px;height:22px;color:var(--brand-strong);background:#ffffffb8;border-radius:6px;place-items:center;font-weight:900;display:grid}.category-editor-row input{flex:220px}.subcategory-editor{border:1px solid var(--line);background:var(--panel-soft);border-radius:8px;padding:12px}.subcategory-editor>span{font-weight:900}.subcategory-editor-group{gap:7px;display:grid}.subcategory-editor-group strong{color:var(--brand-strong)}.subcategory-editor-group small{color:var(--muted);font-weight:700}.visual-extra-panel{border:1px solid var(--line);background:var(--panel-soft);border-radius:8px;gap:12px;padding:14px;display:grid}.visual-extra-panel strong{display:block}.visual-extra-panel p{color:var(--muted);margin:4px 0 0;line-height:1.45}.category-emoji-editor{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.category-emoji-editor label{border:1px solid var(--line);background:#fff;border-radius:8px;grid-template-columns:minmax(0,1fr) 58px;align-items:center;gap:8px;min-width:0;padding:10px;display:grid}.category-emoji-editor label span{overflow-wrap:anywhere;min-width:0;font-weight:900}.category-emoji-editor input{text-align:center;min-width:0}.category-emoji-editor small{color:var(--muted);font-weight:800}.category-emoji-hint{grid-column:1/-1}.color-control--optional .ghost-button{width:100%}.file-button{position:relative;overflow:hidden}.file-button input{opacity:0;cursor:pointer;position:absolute;top:0;bottom:0;left:0;right:0}.product-upload-row{justify-content:space-between}.product-upload-row span{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;max-width:min(320px,100%);overflow:hidden}.gallery-editor{border:1px solid var(--line);background:#fff;border-radius:8px;gap:12px;padding:14px;display:grid}.gallery-editor-head,.gallery-item{justify-content:space-between;align-items:center;gap:12px;display:flex}.gallery-editor-head span,.gallery-item span{min-width:0;max-width:min(320px,100%);color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:.84rem;line-height:1.35;display:block;overflow:hidden}.gallery-list{gap:10px;display:grid}.gallery-item{border:1px solid var(--line);background:var(--panel-soft);border-radius:8px;padding:8px}.gallery-item img,.gallery-item-fallback{object-fit:cover;color:#fff;background:var(--brand);border-radius:8px;place-items:center;width:58px;height:50px;font-weight:900;display:grid}.gallery-item>div:nth-child(2){flex:1;min-width:0}.payment-price-editor{border:1px solid var(--line);background:color-mix(in srgb, var(--green-soft) 34%, white);border-radius:8px;gap:10px;padding:12px;display:grid}.payment-price-editor>p{color:var(--muted);margin:0;line-height:1.45}.payment-price-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.payment-price-row{border:1px solid var(--line);background:#fff;border-radius:8px;gap:8px;padding:10px;display:grid}.payment-price-row__toggle{min-height:auto}.payment-price-row label:not(.switch){color:var(--muted);gap:5px;font-size:.82rem;font-weight:900;display:grid}.options-editor{border:1px solid var(--line);background:#fff;border-radius:8px;gap:12px;padding:14px;display:grid}.options-editor-head,.option-dialog-head{justify-content:space-between;align-items:center;gap:12px;display:flex}.options-editor-head strong,.option-dialog-head strong{display:block}.options-editor-head span,.option-dialog-head span{color:var(--muted);margin-top:4px;font-size:.88rem;display:block}.option-group-editor{border:1px solid var(--line);background:var(--panel-soft);border-radius:8px;gap:10px;padding:10px;transition:border-color .18s,box-shadow .18s,background .18s;display:grid;position:relative}.option-group-editor--active{border-color:var(--brand);background:linear-gradient(90deg,#136f6317,#fff 68%);box-shadow:inset 0 0 0 1px #136f6314}.option-group-editor--active:before{content:"";background:var(--brand);border-radius:0 999px 999px 0;width:3px;position:absolute;top:10px;bottom:10px;left:0;right:auto}.option-group-editor-head{justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.option-group-editor-head strong,.option-group-editor-head span{display:block}.option-group-editor-head span{color:var(--muted);margin-top:3px;font-size:.84rem;line-height:1.35}.option-group-editor-badges{flex-wrap:wrap;justify-content:flex-end;gap:6px;display:flex}.compact-select{min-width:180px;color:var(--muted);gap:4px;font-size:.82rem;font-weight:800;display:grid}.compact-select select{min-height:36px;font-size:.9rem}.template-pill{color:var(--brand-strong);background:#136f6314;border:1px solid #136f6338;border-radius:999px;justify-self:start;padding:5px 9px;font-size:.78rem;font-weight:900}.option-group-toggles{justify-content:flex-end}.option-list{gap:10px;display:grid}.option-row-editor{background:#fff;border:1px solid #0000;border-radius:8px;grid-template-columns:minmax(0,1.4fr) minmax(120px,.7fr) auto auto;align-items:end;gap:10px;padding:8px;transition:border-color .18s,background .18s;display:grid}.option-row-editor--active{background:#eef8f4;border-color:#136f6357}.field-wide,.option-description-field,.option-image-editor{grid-column:1/-1}.option-image-editor{border:1px solid var(--line);background:#fff;border-radius:8px;justify-content:space-between;align-items:center;gap:10px;padding:8px;display:flex}.option-image-editor>div:first-child{min-width:0;color:var(--muted);align-items:center;gap:9px;font-size:.82rem;font-weight:800;display:flex}.option-image-editor>div:first-child span{text-overflow:ellipsis;white-space:nowrap;min-width:0;max-width:min(320px,100%);overflow:hidden}.option-image-editor img,.option-image-editor .gallery-item-fallback{object-fit:cover;border-radius:8px;flex:none;width:58px;height:46px}.option-rules-grid{padding-top:2px}.incompatibility-editor{border:1px dashed var(--line);background:#fff;border-radius:8px;flex-wrap:wrap;grid-column:1/-1;align-items:center;gap:8px;padding:8px;display:flex}.incompatibility-editor>span{color:var(--muted);font-size:.82rem;font-weight:900}.mini-check{border:1px solid var(--line);min-height:28px;color:var(--ink);background:var(--panel-soft);border-radius:999px;align-items:center;gap:6px;padding:0 9px;font-size:.82rem;font-weight:800;display:inline-flex}.mini-check input{width:14px;height:14px;accent-color:var(--brand)}.discount-code-list{gap:10px;display:grid}.discount-code-editor{border:1px solid var(--line);background:#fff;border-radius:8px;grid-template-columns:minmax(110px,.8fr) minmax(160px,1.2fr) minmax(120px,.7fr) minmax(100px,.6fr) auto auto;align-items:end;gap:10px;padding:10px;display:grid}.preset-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.preset-option{border:1px solid var(--line);text-align:left;min-height:136px;color:var(--ink);background:var(--panel-soft);border-radius:8px;align-content:start;justify-items:start;gap:8px;padding:14px;display:grid}.preset-option.is-active{border-color:var(--brand);box-shadow:inset 0 0 0 2px #136f631f}.preset-action{color:#fff;background:var(--brand);border-radius:8px;justify-content:center;align-items:center;min-height:30px;margin-top:2px;padding:6px 10px;font-size:.8rem;font-weight:800;line-height:1;transition:transform .18s,box-shadow .18s;display:inline-flex;box-shadow:0 10px 20px #128c4e29}.preset-option:hover .preset-action{transform:translateY(-1px);box-shadow:0 14px 24px #128c4e38}.preset-option:focus-visible .preset-action{transform:translateY(-1px);box-shadow:0 14px 24px #128c4e38}.preset-swatch{border:1px solid #1f2a2e1f;border-radius:8px;width:58px;height:32px;box-shadow:inset 0 0 0 1px #ffffff73}.color-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.color-control{border:1px solid var(--line);background:var(--panel-soft);border-radius:8px;padding:12px}.color-control input{height:44px;padding:4px}.color-control code{color:var(--muted);font-size:.82rem}.color-subsection-head{border-top:1px solid var(--line);justify-content:space-between;align-items:center;gap:12px;padding-top:12px;display:flex}.color-subsection-head p{color:var(--muted);margin:4px 0 0;line-height:1.45}.banner-editor-list,.local-project-list{gap:12px;display:grid}.banner-editor-card{border:1px solid var(--line);background:#fff;border-radius:8px;grid-template-columns:180px minmax(0,1fr);gap:12px;padding:12px;display:grid}.banner-editor-preview{border:1px dashed var(--line);min-height:128px;color:var(--muted);background:var(--panel-soft);border-radius:8px;place-items:center;display:grid;overflow:hidden}.banner-editor-preview img{object-fit:cover;width:100%;height:100%}.banner-editor-fields{gap:10px;min-width:0;display:grid}.local-project-list article{border:1px solid var(--line);background:#fff;border-radius:8px;justify-content:space-between;align-items:center;gap:12px;padding:12px;display:flex}.local-project-list article.is-current{background:#eef8f4;border-color:#136f6352}.local-project-list small{color:var(--muted);margin-top:3px;font-weight:700;display:block}.quick-share-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.quick-share-grid label{gap:8px;min-width:0;display:grid}.export-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.action-box{border:1px solid var(--line);background:var(--panel-soft);border-radius:8px;align-content:start;gap:12px;padding:16px;display:grid}.action-box--featured{background:#eef8f4;border-color:#136f6357}.desktop-preview{min-width:0;position:sticky;top:18px;overflow:hidden}.desktop-preview-head{border-bottom:1px solid var(--line);background:#fff;justify-content:space-between;align-items:center;gap:12px;min-height:64px;padding:12px 14px;display:flex}.desktop-preview-head span{color:var(--muted);font-size:.82rem;display:block}.desktop-preview-head strong{margin-top:2px;display:block}.preview-head-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;display:flex}.preview-mode-control{border:1px solid var(--line);background:#eef2ee;border-radius:8px;grid-template-columns:repeat(2,minmax(0,1fr));gap:3px;min-height:38px;padding:3px;display:inline-grid}.preview-mode-control button{min-width:0;min-height:30px;color:var(--muted);background:0 0;border-radius:6px;justify-content:center;align-items:center;gap:6px;padding:0 9px;font-size:.82rem;font-weight:900;display:inline-flex}.preview-mode-control button.is-active{color:var(--brand-strong);background:#fff;box-shadow:0 1px 5px #1f2a2e1a}.preview-editor-mode-control{min-width:min(250px,100%)}.preview-editor-mode-control button.is-editor-active{color:#fff;background:var(--brand)}.preview-frame{width:100%;min-width:0}.preview-frame--desktop{background:var(--panel)}.preview-frame--mobile{background:#101718;border:1px solid #1f2a2e2e;border-radius:28px;width:min(390px,100%);height:min(760px,100vh - 180px);min-height:560px;margin:16px auto;padding:10px;overflow:hidden;box-shadow:0 24px 70px #1f2a2e38}.desktop-preview .preview-frame--mobile{height:min(700px,100vh - 118px);min-height:520px;margin:14px auto}.preview-modal .preview-frame--mobile{height:min(760px,100vh - 92px)}.preview-frame--mobile .storefront-preview{border-radius:20px;height:100%;min-height:0;overflow:auto}.mobile-preview-button{display:none}.preview-modal{z-index:50;position:fixed;top:12px;bottom:12px;left:12px;right:12px;overflow:auto}.preview-modal:before{content:"";z-index:-1;background:#141b1e6b;position:fixed;top:0;bottom:0;left:0;right:0}.preview-modal-head{z-index:2;border-bottom:1px solid var(--line);background:#fff;justify-content:space-between;align-items:center;min-height:58px;padding:8px 12px;display:flex;position:sticky;top:0}.storefront-preview{--primary:#136f63;--secondary:#f05d5e;--accent:#f6c85f;--background:#f7f6f1;--surface:#fff;--text:#1f2a2e;--preview-muted:color-mix(in srgb, var(--text) 62%, white);--preview-line:color-mix(in srgb, var(--text) 14%, white);--topbar-background:color-mix(in srgb, var(--surface) 92%, transparent);--topbar-text:var(--text);--topbar-muted:var(--preview-muted);--catalog-heading:var(--text);--catalog-subtitle:var(--preview-muted);--catalog-price:var(--primary);--category-button-radius:8px;--category-button-gap:7px;--category-button-padding-x:12px;--category-button-border-width:1px;--category-button-text:var(--catalog-heading);--category-button-active-text:white;--mobile-category-button-text:var(--category-button-text);--mobile-category-button-active-text:var(--category-button-active-text);--mobile-catalog-list-background:transparent;--mobile-catalog-list-text:var(--text);--catalog-tool-button-bg:var(--surface);--catalog-tool-button-text:var(--category-button-text);--catalog-tool-button-active-bg:var(--primary);--catalog-tool-button-active-text:var(--category-button-active-text);background:var(--background);min-height:100%;color:var(--text)}.preview-topbar{z-index:20;border-bottom:1px solid var(--preview-line);background:var(--topbar-background);min-height:72px;color:var(--topbar-text);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);gap:12px;padding:10px 16px;display:grid;position:sticky;top:0}.preview-topbar-main{justify-content:space-between;align-items:center;gap:12px;min-width:0;display:flex}.preview-brand{align-items:center;gap:11px;min-width:0;display:flex}.preview-logo,.preview-logo-fallback{width:46px;height:46px;color:var(--topbar-text);background:0 0;border-radius:8px;flex:none;place-items:center;font-weight:900;display:grid}.preview-logo{object-fit:contain;display:block}.preview-logo-button{background:var(--topbar-background);border-radius:8px;flex:none;padding:0}.preview-logo-button:focus-visible{outline:3px solid color-mix(in srgb, var(--primary) 28%, transparent);outline-offset:3px}.preview-brand h2{color:var(--topbar-text);margin:0;font-size:1.05rem;line-height:1.1}.preview-brand-title{flex-wrap:wrap;align-items:center;gap:6px;min-width:0;display:flex}.preview-badge{border:1px solid color-mix(in srgb, var(--topbar-text) 18%, transparent);color:var(--topbar-text);background:color-mix(in srgb, var(--topbar-text) 7%, transparent);text-transform:uppercase;letter-spacing:0;overflow-wrap:anywhere;text-align:center;border-radius:999px;max-width:min(100%,170px);padding:2px 7px;font-size:.62rem;font-weight:900;line-height:1.15}.preview-brand p{color:var(--topbar-muted);margin:4px 0 0;font-size:.86rem;line-height:1.35}.preview-topbar-actions{flex:none;justify-content:flex-end;align-items:center;gap:8px;display:flex}.preview-checkout{color:#fff;background:var(--primary);border-radius:8px;justify-content:center;align-items:center;min-height:40px;padding:0 13px;font-weight:900;text-decoration:none;display:inline-flex}.preview-info-trigger,.preview-whatsapp,.preview-social-button{color:#fff;background:var(--primary);border-radius:8px;justify-content:center;align-items:center;width:42px;height:42px;font-weight:900;text-decoration:none;display:inline-flex}.preview-info-trigger:hover,.preview-whatsapp:hover,.preview-social-button:hover{background:color-mix(in srgb, var(--primary) 86%, black)}.preview-whatsapp--native{background:#25d366}.preview-whatsapp--native:hover{background:#1ebe5d}.preview-whatsapp.is-disabled,.preview-social-button.is-disabled{pointer-events:none;opacity:.48}.preview-checkout.is-disabled{opacity:.62;cursor:not-allowed}.preview-social-footer{border-top:1px solid var(--preview-line);justify-content:center;padding:0 16px 18px;display:flex}.preview-social-footer .preview-social-button{gap:8px;width:auto;min-width:140px;padding:0 14px}.preview-cart-shortcut{color:#fff;background:var(--primary);border-radius:8px;justify-content:center;align-items:center;width:42px;height:42px;display:inline-flex;position:relative}.preview-cart-shortcut:hover{background:color-mix(in srgb, var(--primary) 86%, black)}.cart-count-badge{border:2px solid var(--surface);color:#fff;background:var(--secondary);border-radius:999px;justify-content:center;align-items:center;min-width:21px;height:21px;padding:0 5px;font-size:.72rem;font-weight:900;line-height:1;display:inline-flex;position:absolute;top:-6px;right:-6px}.cart-count-badge--pulse{animation:.26s both storefrontBadgePop}.cart-feedback{z-index:75;border:1px solid color-mix(in srgb, var(--primary) 24%, var(--preview-line));color:#fff;background:var(--primary);border-radius:8px;width:-moz-fit-content;width:fit-content;max-width:calc(100% - 32px);margin:0 16px -40px auto;padding:10px 13px;font-size:.88rem;font-weight:900;animation:.18s both storefrontToastIn;position:sticky;top:82px;box-shadow:0 14px 32px #182b3533}.cart-feedback--removed{background:var(--secondary)}.preview-store-info{gap:10px;display:grid}.preview-store-info h3{color:var(--text);margin:0;font-size:.9rem}.preview-info-strip{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:8px;display:grid}.preview-info-card{border:1px solid var(--preview-line);color:var(--preview-muted);background:color-mix(in srgb, var(--surface) 92%, var(--background));border-radius:10px;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:10px;padding:11px;display:grid}.preview-info-icon{width:34px;height:34px;color:var(--primary);background:color-mix(in srgb, var(--primary) 12%, var(--surface));border-radius:10px;justify-content:center;align-items:center;display:inline-flex}.preview-info-card small{color:color-mix(in srgb, var(--preview-muted) 82%, var(--text));font-size:.7rem;line-height:1;display:block}.preview-info-card strong{color:var(--text);overflow-wrap:anywhere;margin-top:3px;font-size:.82rem;font-weight:800;display:block}.preview-main{grid-template-columns:minmax(0,1fr) 300px;gap:16px;padding:16px;display:grid}.storefront-preview--compact .preview-main{grid-template-columns:1fr}.storefront-preview--compact .preview-cart{position:static}.preview-catalog-head{justify-content:space-between;align-items:end;gap:12px;margin-bottom:12px;display:flex}.preview-catalog-head h3,.preview-cart-head h3{margin:0;font-size:1.15rem}.preview-catalog-head h3{color:var(--catalog-heading)}.preview-catalog-head p{color:var(--catalog-subtitle);margin:4px 0 0}.preview-controls-row{grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:8px;margin-bottom:10px;display:grid}.preview-categories{gap:var(--category-button-gap);flex-wrap:wrap;grid-area:1/1;min-width:0;display:flex;overflow:visible}.preview-categories button{white-space:normal;border:var(--category-button-border-width) solid var(--preview-line);border-radius:var(--category-button-radius);max-width:min(240px,100%);min-height:36px;padding:0 var(--category-button-padding-x);color:var(--category-button-text);background:var(--surface);overflow-wrap:anywhere;text-align:center;font-weight:800;line-height:1.15}.preview-categories button.is-active{border-color:var(--catalog-tool-button-active-bg);color:var(--category-button-active-text);background:var(--catalog-tool-button-active-bg)}.preview-more-categories{position:relative}.preview-more-categories-menu{z-index:8;border:1px solid var(--preview-line);background:var(--surface);border-radius:8px;gap:6px;width:min(230px,70vw);padding:8px;display:grid;position:absolute;top:calc(100% + 6px);left:0;box-shadow:0 16px 34px #182b3524}.preview-more-categories-menu button{text-align:left;justify-content:flex-start;width:100%}.preview-category-select,.preview-subcategory-select{color:var(--catalog-heading);flex:190px;display:none}.preview-subcategory-select{grid-area:2/1/auto/-1;justify-self:start;width:min(220px,100%);font-weight:800;display:grid}.preview-category-select select,.preview-subcategory-select select{border-color:var(--preview-line);min-height:42px;color:var(--text);background:var(--surface);font-weight:800}.preview-catalog-actions{flex:none;grid-area:1/2;grid-auto-columns:42px;grid-auto-flow:column;place-self:start end;gap:8px;width:auto;display:grid}.preview-catalog-actions:empty{display:none}.preview-control-button{border:1px solid var(--catalog-tool-button-bg);width:42px;min-width:42px;height:42px;color:var(--catalog-tool-button-text);background:var(--catalog-tool-button-bg);white-space:nowrap;border-radius:8px;justify-content:center;align-items:center;padding:0 10px;font-weight:900;display:inline-flex;position:relative}.preview-control-button span{display:none}.preview-control-button.is-active{border-color:var(--catalog-tool-button-active-bg);color:var(--catalog-tool-button-active-text);background:var(--catalog-tool-button-active-bg)}.preview-control-button strong{min-width:18px;height:18px;color:var(--catalog-tool-button-active-bg);background:var(--catalog-tool-button-active-text);border-radius:999px;place-items:center;font-size:.72rem;display:grid;position:absolute;top:-6px;right:-6px}.preview-filter-panel,.preview-search-panel{border:1px solid var(--catalog-controls-field-border);background:var(--catalog-controls-panel-bg);border-radius:8px;flex-wrap:wrap;gap:8px;margin-bottom:10px;padding:10px;display:flex}.preview-price-select{min-width:min(210px,100%);color:var(--catalog-controls-label);gap:5px;font-size:.86rem;font-weight:900;display:grid}.preview-price-select select{border:1px solid var(--catalog-controls-field-border);min-height:42px;color:var(--catalog-controls-field-text);background:var(--catalog-controls-field-bg);border-radius:8px;padding:9px 11px;font-weight:800}.preview-search-field{border:1px solid var(--catalog-controls-field-border);min-height:42px;color:var(--catalog-controls-field-text);background:var(--catalog-controls-field-bg);border-radius:8px;flex:240px;align-items:center;gap:8px;padding:0 11px;display:flex}.preview-search-field input{min-width:0;color:var(--catalog-controls-field-text);font:inherit;background:0 0;border:0;outline:0;flex:1;padding:0}.preview-search-field input::placeholder{color:color-mix(in srgb, var(--catalog-controls-field-text) 68%, transparent);opacity:1}.preview-category-banner{border:1px solid var(--preview-line);min-height:118px;color:var(--text);background:linear-gradient(135deg, color-mix(in srgb, var(--surface) 92%, transparent), color-mix(in srgb, var(--primary) 14%, var(--surface)));border-radius:8px;grid-template-columns:minmax(130px,36%) minmax(0,1fr);margin:12px 0 14px;display:grid;overflow:hidden;box-shadow:0 14px 34px #182b3514}.preview-category-banner img,.preview-category-banner-placeholder{object-fit:cover;place-items:center;width:100%;height:100%;min-height:118px;display:grid}.preview-category-banner-placeholder{color:var(--primary);background:color-mix(in srgb, var(--primary) 10%, var(--surface));font-weight:900}.preview-category-banner>div{align-content:center;gap:5px;padding:14px;display:grid}.preview-category-banner small{color:var(--primary);text-transform:uppercase;font-size:.72rem;font-weight:900}.preview-category-banner strong{font-size:1.05rem}.preview-category-banner p{color:var(--preview-muted);margin:0}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.preview-products{grid-template-columns:repeat(var(--preview-product-columns,3), minmax(0, 1fr));gap:12px;display:grid}.storefront-preview--compact .preview-products{grid-template-columns:repeat(var(--preview-product-columns,3), minmax(0, 1fr))}.preview-product-card{border:1px solid var(--preview-line);z-index:0;background:var(--surface);cursor:pointer;border-radius:8px;flex-direction:column;min-width:0;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 24px #182b3512}.preview-product-card:focus-visible{outline:3px solid color-mix(in srgb, var(--primary) 28%, transparent);outline-offset:3px}.preview-product-card--soldout{opacity:.86}.storefront-preview--editor-mode .preview-product-card--editor-mode{border-color:color-mix(in srgb, var(--primary) 62%, var(--preview-line));box-shadow:0 0 0 2px color-mix(in srgb, var(--primary) 12%, transparent), 0 12px 28px #182b351a}.storefront-preview--editor-mode .preview-product-card--editor-mode:hover{transform:translateY(-1px)}.preview-editor-card-action{z-index:5;border:1px solid color-mix(in srgb, var(--primary) 24%, white);min-height:26px;color:var(--primary);background:color-mix(in srgb, var(--surface) 92%, white);border-radius:999px;padding:0 9px;font-size:.72rem;font-weight:950;position:absolute;top:8px;right:8px;box-shadow:0 8px 18px #182b351f}.preview-product-media-wrap{aspect-ratio:4/3;background:linear-gradient(135deg, var(--primary), var(--secondary));border-radius:7px 7px 0 0;width:100%;position:relative;overflow:hidden}.preview-product-card img,.preview-product-placeholder{aspect-ratio:4/3;object-fit:cover;background:linear-gradient(135deg, var(--primary), var(--secondary));border-radius:7px 7px 0 0;width:100%;display:block}.preview-product-media-wrap .preview-product-media,.preview-product-media-wrap .preview-product-placeholder{aspect-ratio:auto;width:100%;height:100%}.preview-product-placeholder{color:#fff;place-items:center;font-size:1.8rem;font-weight:900;display:grid}.preview-soldout-stamp{color:#fff;background:color-mix(in srgb, var(--secondary) 88%, black);text-align:center;text-transform:uppercase;border:2px solid #fffffff2;border-radius:8px;min-width:104px;padding:6px 9px;font-size:.78rem;font-weight:950;line-height:1;position:absolute;top:50%;bottom:auto;left:50%;right:auto;transform:translate(-50%,-50%)rotate(-10deg);box-shadow:0 10px 24px #182b352e}.preview-product-body{flex:1;gap:10px;padding:12px;display:grid}.preview-product-body h4{margin:0;font-size:.98rem}.preview-product-body p{color:var(--preview-muted);overflow-wrap:anywhere;white-space:pre-line;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:4px 0 0;font-size:.88rem;line-height:1.4;display:-webkit-box;overflow:hidden}.preview-discount-ticket{z-index:2;color:#fff;background:color-mix(in srgb, var(--secondary) 84%, black);text-align:center;white-space:nowrap;pointer-events:none;border:1px dashed #ffffffb8;border-radius:7px 3px;min-width:34px;padding:3px 6px;font-size:.64rem;font-weight:950;line-height:1;position:absolute;bottom:7px;right:6px;transform:rotate(-25deg);box-shadow:0 5px 12px #182b351f}.preview-discount-ticket:before,.preview-discount-ticket:after{content:"";background:color-mix(in srgb, var(--secondary) 84%, black);border-radius:999px;width:4px;height:4px;position:absolute;top:50%;transform:translateY(-50%)}.preview-discount-ticket:before{left:-2px}.preview-discount-ticket:after{right:-2px}.preview-product-bottom{justify-content:space-between;align-items:center;gap:10px;margin-top:auto;display:flex}.preview-product-bottom strong{color:var(--catalog-price);overflow-wrap:anywhere}.preview-price-stack{align-items:start;gap:2px;display:grid}.preview-price-stack span{color:var(--preview-muted);font-size:.78rem;font-weight:800;line-height:1;text-decoration:line-through}.preview-price-stack strong{color:var(--catalog-price);line-height:1.12}.preview-price-stack em{color:#fff;background:var(--secondary);border-radius:999px;width:-moz-fit-content;width:fit-content;padding:2px 6px;font-size:.68rem;font-style:normal;font-weight:900;line-height:1.2}.preview-product-bottom button{color:#fff;background:var(--secondary);border-radius:8px;flex:none;width:38px;height:38px;font-size:1.25rem;font-weight:900}.preview-product-bottom button:disabled{cursor:not-allowed;opacity:.62}.preview-cart{border:1px solid var(--preview-line);background:var(--surface);border-radius:8px;flex-direction:column;align-self:start;max-height:calc(100vh - 112px);display:flex;position:sticky;top:88px;overflow:hidden;box-shadow:0 16px 38px #182b351f}.preview-cart-head{border-bottom:1px solid var(--preview-line);justify-content:space-between;align-items:center;gap:10px;padding:13px;display:flex}.preview-cart-body{gap:12px;min-height:0;padding:13px;display:grid;overflow-y:auto}.preview-cart-line{border-bottom:1px solid var(--preview-line);grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:10px;padding-bottom:10px;display:grid}.preview-cart-item{grid-template-columns:46px minmax(0,1fr);align-items:start;gap:9px;min-width:0;display:grid}.preview-cart-thumb{object-fit:cover;aspect-ratio:auto;border-radius:8px;width:46px;height:46px}.preview-cart-item .preview-product-placeholder{color:#fff;font-size:.86rem}.preview-cart-line>div:first-child,.preview-cart-item>div{min-width:0}.preview-cart-line strong,.preview-cart-line small{display:block}.preview-cart-line small,.preview-empty{color:var(--preview-muted)}.preview-cart-line small:last-child{color:var(--catalog-price);font-weight:900}.preview-cart-price-stack{gap:1px;display:grid}.preview-cart-price-stack small{color:var(--preview-muted);text-decoration:line-through}.preview-cart-price-stack strong{color:var(--catalog-price);font-size:.9rem}.preview-empty{margin:0;line-height:1.45}.preview-empty--warning{color:var(--primary);font-weight:900}.preview-qty{border:1px solid var(--preview-line);border-radius:8px;grid-template-columns:32px 32px 32px;height:34px;display:grid;overflow:hidden}.preview-qty button,.preview-qty span{color:var(--text);background:var(--surface);place-items:center;font-weight:900;display:grid}.preview-order-choice{border:1px solid var(--preview-line);border-radius:8px;gap:9px;padding:10px;display:grid}.preview-order-choice legend{color:var(--text);padding:0 5px;font-size:.86rem;font-weight:900}.preview-choice-list{flex-wrap:wrap;gap:7px;display:flex}.preview-choice-list label{border:1px solid var(--preview-line);min-height:34px;color:var(--text);background:var(--surface);border-radius:8px;align-items:center;gap:7px;padding:7px 9px;font-size:.84rem;font-weight:900;display:inline-flex}.preview-choice-list label.is-selected{border-color:var(--primary);color:#fff;background:var(--primary)}.preview-choice-list input{width:15px;height:15px;accent-color:var(--primary)}.preview-choice-list label span{overflow-wrap:anywhere;min-width:0}.preview-order-address{border-color:var(--preview-line);color:var(--text);background:var(--surface)}.preview-order-note{color:var(--preview-muted);margin:0;font-size:.82rem;line-height:1.35}.preview-scheduling-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.preview-scheduling-grid label{color:var(--text);font-size:.78rem;font-weight:900}.preview-cart textarea{border-color:var(--preview-line);min-height:78px;color:var(--text);background:var(--surface)}.preview-total{justify-content:space-between;align-items:center;gap:10px;font-size:1.02rem;display:flex}.preview-total--discount strong{color:var(--secondary)}.preview-total--final{border-top:1px solid var(--preview-line);padding-top:8px}.applied-discount-list,.discount-applied-list{flex-wrap:wrap;gap:6px;display:flex}.applied-discount-list span,.discount-applied-list span{color:#fff;background:var(--secondary);border-radius:999px;align-items:center;gap:6px;min-height:28px;padding:4px 8px;font-size:.78rem;font-weight:900;display:inline-flex}.discount-applied-list button{width:18px;height:18px;color:var(--secondary);background:#fff;border-radius:999px;font-weight:900}.preview-checkout{width:100%}.option-dialog-backdrop{z-index:80;background:#141b1e6b;place-items:center;padding:16px;display:grid;position:fixed;top:0;bottom:0;left:0;right:0}.option-dialog{border:1px solid var(--preview-line);background:var(--surface);border-radius:8px;gap:12px;width:min(480px,100%);max-height:min(720px,100vh - 32px);padding:14px;display:grid;overflow:auto;box-shadow:0 20px 60px #182b3538}.product-detail-dialog{width:min(560px,100%)}.product-detail-dialog .option-dialog-head span{color:var(--catalog-price);font-weight:900}.option-dialog-body,.preview-option-group{gap:10px;display:grid}.product-detail-media-wrap{background:linear-gradient(135deg, var(--primary), var(--secondary));border-radius:8px;width:100%;height:clamp(180px,34vh,340px);position:relative;overflow:hidden}.product-detail-media-button{background:0 0;width:100%;height:100%;padding:0;display:block}.product-detail-media{object-fit:cover;width:100%;height:100%;display:block}.gallery-nav{color:#fff;background:#141b1e8f;border-radius:999px;place-items:center;width:38px;height:38px;font-size:1.6rem;font-weight:900;line-height:1;display:grid;position:absolute;top:50%;transform:translateY(-50%)}.gallery-nav--prev{left:10px}.gallery-nav--next{right:10px}.product-gallery-thumbs{gap:8px;padding-bottom:2px;display:flex;overflow-x:auto}.product-gallery-thumbs button{background:var(--surface);border:2px solid #0000;border-radius:8px;width:54px;height:46px;padding:0;overflow:hidden}.product-gallery-thumbs button.is-active{border-color:var(--primary)}.product-gallery-thumbs img,.product-gallery-thumbs .preview-product-placeholder{object-fit:cover;width:100%;height:100%;font-size:.8rem}.logo-dialog{width:min(540px,100%)}.logo-dialog-media{border:1px solid var(--preview-line);background:color-mix(in srgb, var(--surface) 86%, var(--background));border-radius:8px;place-items:center;min-height:180px;padding:18px;display:grid}.logo-dialog-media img,.logo-dialog-media .preview-logo-fallback{object-fit:contain;border-radius:12px;width:min(220px,72vw);height:min(220px,72vw)}.logo-social-links{flex-wrap:wrap;gap:8px;display:flex}.logo-social-links .preview-social-button{gap:8px;width:auto;min-width:132px;padding:0 13px}.logo-address{border:1px solid var(--preview-line);color:var(--text);background:color-mix(in srgb, var(--surface) 92%, var(--background));border-radius:8px;gap:8px;padding:12px;display:grid}.logo-address span{color:var(--preview-muted);line-height:1.45}.logo-address a{color:var(--primary);font-weight:900}.logo-address iframe{border:0;border-radius:8px;width:100%;height:220px}.product-detail-meta,.product-detail-info{flex-wrap:wrap;gap:8px;display:flex}.product-detail-meta span,.product-detail-meta strong,.product-detail-info span{border:1px solid var(--preview-line);min-height:28px;color:var(--preview-muted);background:var(--surface);border-radius:8px;align-items:center;padding:4px 9px;font-size:.82rem;font-weight:800;display:inline-flex}.product-detail-meta strong{border-color:color-mix(in srgb, var(--secondary) 36%, var(--preview-line));color:#fff;background:var(--secondary)}.product-detail-description{color:var(--preview-muted);overflow-wrap:anywhere;white-space:pre-line;margin:0;line-height:1.5}.product-detail-note-field{color:var(--text);gap:7px;font-weight:900;display:grid}.dialog-quantity{border:1px solid var(--preview-line);min-height:44px;color:var(--text);border-radius:8px;justify-content:space-between;align-items:center;gap:10px;padding:8px 10px;font-weight:900;display:flex}.dialog-quantity-control{flex:none}.preview-dialog-button{color:#fff;background:var(--primary);border-radius:8px;justify-content:center;align-items:center;min-height:42px;padding:0 16px;font-weight:900;display:inline-flex}.preview-dialog-button:hover{background:color-mix(in srgb, var(--primary) 86%, black)}.preview-dialog-button:disabled{cursor:not-allowed;opacity:.52}.preview-dialog-button--danger{background:var(--secondary)}.preview-dialog-button--danger:hover{background:color-mix(in srgb, var(--secondary) 84%, black)}.preview-dialog-actions{justify-content:flex-end;gap:8px;display:flex}.removal-dialog{width:min(420px,100%)}.discount-dialog{width:min(460px,100%)}.discount-entry-row{grid-template-columns:minmax(0,1fr) auto;gap:8px;display:grid}.discount-entry-row input{border:1px solid var(--preview-line);min-width:0;color:var(--text);background:var(--surface);font:inherit;border-radius:8px;padding:0 12px;font-weight:800}.image-viewer-dialog{width:min(760px,100%)}.image-viewer-media{background:color-mix(in srgb, var(--text) 12%, var(--surface));border-radius:8px;place-items:center;min-height:min(70vh,520px);display:grid;position:relative;overflow:hidden}.image-viewer-media img,.image-viewer-media .preview-product-placeholder{object-fit:contain;width:100%;max-height:min(70vh,560px);display:block}.storefront-preview--animated .preview-product-card,.storefront-preview--animated .preview-info-strip,.storefront-preview--animated .preview-social-footer{animation:.42s both storefrontFadeUp}.storefront-preview--animated .preview-product-card:nth-child(2n){animation-delay:40ms}.storefront-preview--animated .preview-product-card:nth-child(3n){animation-delay:80ms}.storefront-preview--animated .preview-product-card,.storefront-preview--animated .preview-whatsapp,.storefront-preview--animated .preview-social-button,.storefront-preview--animated .preview-cart-shortcut,.storefront-preview--animated .preview-product-bottom button,.storefront-preview--animated .preview-dialog-button{transition:transform .16s,box-shadow .16s,background .16s}.storefront-preview--animated .preview-product-card:hover,.storefront-preview--animated .preview-whatsapp:hover,.storefront-preview--animated .preview-social-button:hover,.storefront-preview--animated .preview-cart-shortcut:hover,.storefront-preview--animated .preview-product-bottom button:hover,.storefront-preview--animated .preview-dialog-button:hover{transform:translateY(-1px)}.storefront-preview--animated .option-dialog{animation:.18s both storefrontModalIn}.storefront-preview--animated .option-dialog.option-dialog--stable{animation:none}.storefront-preview--animated .cart-count-badge--pulse{animation:.26s both storefrontBadgePop}@keyframes storefrontFadeUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes storefrontModalIn{0%{opacity:0;transform:translateY(8px)scale(.985)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes storefrontBadgePop{0%{transform:scale(.82)}70%{transform:scale(1.08)}to{transform:scale(1)}}@keyframes storefrontToastIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.storefront-preview--animated *,.storefront-preview--animated :before,.storefront-preview--animated :after,.cart-count-badge--pulse,.cart-feedback{transition:none!important;animation:none!important}}.preview-payment-price-group{border:1px solid color-mix(in srgb, var(--primary) 20%, var(--preview-line));background:color-mix(in srgb, var(--primary) 5%, var(--surface));border-radius:8px;gap:9px;min-width:0;margin:0;padding:10px;display:grid}.preview-payment-price-group legend{color:var(--text);padding:0 6px;font-weight:900}.preview-payment-price-group p{color:var(--preview-muted);margin:0;font-size:.84rem;line-height:1.4}.preview-payment-price-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.preview-payment-price-option{border:1px solid var(--preview-line);min-height:48px;color:var(--text);background:var(--surface);border-radius:8px;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:4px 8px;padding:9px 10px;font-weight:900;display:grid}.preview-payment-price-option input{width:17px;height:17px;accent-color:var(--primary)}.preview-payment-price-option strong{color:var(--catalog-price);grid-column:2;font-size:.88rem}.preview-payment-price-option.is-selected{border-color:var(--primary);box-shadow:0 0 0 2px color-mix(in srgb, var(--primary) 14%, transparent)}.preview-dialog-head-actions{align-items:center;gap:8px;display:inline-flex}.preview-inline-edit{border:1px solid color-mix(in srgb, var(--primary) 28%, var(--preview-line));min-height:28px;color:var(--primary);background:color-mix(in srgb, var(--primary) 8%, var(--surface));white-space:nowrap;border-radius:999px;padding:0 10px;font-size:.74rem;font-weight:950}.preview-option-group{border:1px solid var(--preview-line);border-radius:8px;min-width:0;margin:0;padding:10px}.preview-option-group legend{align-items:center;gap:8px;padding:0 6px;font-weight:900;display:inline-flex}.option-group-description{color:var(--preview-muted);margin:0 0 2px;font-size:.86rem;line-height:1.4}.option-rule-hint{color:var(--preview-muted);font-size:.78rem;font-weight:800}.preview-option-row{color:var(--text);grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:4px 12px;font-weight:700;display:grid}.preview-option-row.has-quantity{border:1px solid var(--preview-line);background:color-mix(in srgb, var(--surface) 94%, var(--background));border-radius:8px;grid-template-columns:minmax(0,1fr) auto auto;padding:9px 10px}.storefront-preview--editor-mode .preview-option-row{grid-template-columns:auto minmax(0,1fr) auto auto}.storefront-preview--editor-mode .preview-option-row.has-quantity{grid-template-columns:minmax(0,1fr) auto auto auto}.preview-option-row.is-selected{border-color:var(--primary);box-shadow:0 0 0 2px color-mix(in srgb, var(--primary) 12%, transparent)}.preview-option-row span{overflow-wrap:anywhere;min-width:0}.preview-option-row span small{color:var(--preview-muted);margin-top:2px;font-size:.78rem;font-weight:600;line-height:1.3;display:block}.preview-option-row strong{white-space:nowrap;justify-self:end;margin-left:4px}.preview-option-edit-action{border:1px solid color-mix(in srgb, var(--primary) 24%, var(--preview-line));color:var(--primary);background:color-mix(in srgb, var(--primary) 7%, var(--surface));cursor:pointer;white-space:nowrap;border-radius:999px;justify-self:end;padding:4px 8px;font-size:.7rem;font-weight:950;line-height:1}.preview-option-edit-action:focus-visible{outline:2px solid color-mix(in srgb, var(--primary) 34%, transparent);outline-offset:2px}.preview-option-row.is-disabled{cursor:not-allowed;opacity:.5}.preview-option-row input{width:18px;height:18px;accent-color:var(--primary)}.preview-option-row.has-quantity input{opacity:0;pointer-events:none;position:absolute}.preview-option-quantity{border:1px solid color-mix(in srgb, var(--primary) 20%, var(--preview-line));background:color-mix(in srgb, var(--primary) 7%, var(--surface));border-radius:999px;grid-template-columns:28px 28px 28px;justify-self:end;align-items:center;gap:4px;padding:3px;display:inline-grid}.preview-option-quantity button{width:28px;height:28px;color:var(--option-quantity-button-text,var(--catalog-tool-button-active-text,white));background:var(--primary);font:inherit;cursor:pointer;border:0;border-radius:999px;place-items:center;font-size:1rem;font-weight:900;line-height:1;display:grid}.preview-option-quantity button:disabled{cursor:not-allowed;opacity:.36}.preview-option-quantity>span{min-width:0;color:var(--text);text-align:center;font-weight:900}.preview-wizard{gap:12px;display:grid}.preview-wizard-progress{border:1px solid var(--preview-line);color:var(--text);background:color-mix(in srgb, var(--primary) 8%, var(--surface));border-radius:8px;gap:3px;padding:10px 12px;display:grid}.preview-wizard-progress span{color:var(--primary);text-transform:uppercase;font-size:.76rem;font-weight:900}.preview-wizard-progress strong{font-size:1.02rem}.preview-wizard-dots{grid-template-columns:repeat(auto-fit,minmax(18px,1fr));gap:5px;display:grid}.preview-wizard-dots span{background:color-mix(in srgb, var(--primary) 16%, var(--preview-line));border-radius:999px;height:5px}.preview-wizard-dots span.is-active,.preview-wizard-dots span.is-done{background:var(--primary)}.preview-wizard-step{border:0;gap:9px;min-width:0;padding:0;display:grid}.preview-wizard-step legend{color:var(--text);align-items:center;gap:8px;padding:0;font-size:1rem;font-weight:900;display:inline-flex}.preview-wizard-step p{color:var(--preview-muted);margin:0;line-height:1.4}.preview-wizard-options{gap:8px;display:grid}.preview-wizard-option{border:1px solid var(--preview-line);color:var(--text);background:var(--surface);cursor:pointer;border-radius:8px;grid-template-columns:66px minmax(0,1fr) auto auto;align-items:center;gap:10px;padding:8px;display:grid;position:relative}.preview-wizard-option.has-quantity{grid-template-columns:66px minmax(0,1fr) auto auto auto}.preview-wizard-option input{opacity:0;pointer-events:none;position:absolute}.preview-wizard-option.is-selected{border-color:var(--primary);box-shadow:0 0 0 2px color-mix(in srgb, var(--primary) 18%, transparent)}.preview-wizard-option.is-disabled{cursor:not-allowed;opacity:.52}.preview-wizard-option-image,.preview-wizard-option-placeholder{object-fit:cover;color:#fff;background:var(--primary);border-radius:8px;place-items:center;width:66px;height:56px;font-weight:900;display:grid}.preview-wizard-option span{gap:3px;min-width:0;display:grid}.preview-wizard-option span small,.preview-wizard-summary small{color:var(--preview-muted);font-size:.8rem;font-weight:600;line-height:1.35}.preview-wizard-option em{color:var(--primary);white-space:nowrap;justify-self:end;font-style:normal;font-weight:900}.preview-wizard-summary{border:1px solid var(--preview-line);background:color-mix(in srgb, var(--surface) 92%, var(--background));border-radius:8px;gap:8px;padding:12px;display:grid}.preview-wizard-summary>div{gap:3px;display:grid}.preview-dialog-actions--wizard{justify-content:space-between}.preview-dialog-actions--wizard .preview-dialog-button,.preview-dialog-actions--wizard .ghost-button{min-width:112px}@media (max-width:1120px){.builder-layout{grid-template-columns:1fr}.desktop-preview{display:none}.mobile-preview-button{display:inline-flex}}@media (max-width:760px){.app-shell{width:min(100% - 24px,680px);padding-top:14px}.app-header{flex-direction:column;align-items:stretch}.header-actions{grid-template-columns:1fr 1fr;display:grid}.header-actions button{width:100%}.tabs{display:flex;overflow-x:auto}.tabs button{min-width:128px}.tab-content{padding:14px}.section-title,.product-editor-head,.desktop-preview-head,.preview-modal-head,.product-editor-toolbar,.product-quick-edit__head,.option-group-editor-head{flex-direction:column;align-items:stretch}.product-quick-edit__grid,.product-quick-edit__grid--image{grid-template-columns:1fr}.product-quick-edit__image-actions>span{max-width:100%}.option-group-editor-badges{justify-content:flex-start}.product-editor-toolbar .inline-actions{align-items:stretch}.product-editor-toolbar .ghost-button,.product-editor-toolbar .switch--compact{justify-content:center;width:100%}.product-editor-meta span{max-width:100%}.form-grid,.order-choice-settings,.product-list-tools,.category-emoji-editor,.preset-grid,.color-grid,.quick-share-grid,.export-grid,.product-stats,.status-control,.social-placement-control,.option-row-editor,.discount-code-editor,.delivery-zone-row,.banner-editor-card{grid-template-columns:1fr}.local-project-list article{flex-direction:column;align-items:stretch}.logo-row{grid-template-columns:1fr}.logo-preview{width:100%;height:140px}.preview-main{padding:12px 12px 260px;display:block}.preview-products{grid-template-columns:repeat(var(--preview-product-columns,2), minmax(0, 1fr));gap:8px}.preview-categories{display:none}.preview-category-select,.preview-subcategory-select{display:grid}.preview-controls-row{flex-wrap:wrap;align-items:end}.preview-catalog-actions{flex:none}.preview-control-button{min-width:42px;padding:0 10px}.preview-control-button span{display:none}.preview-filter-panel,.preview-search-panel{grid-template-columns:1fr;display:grid}.preview-price-select{min-width:0}.preview-product-body{gap:8px;padding:9px}.preview-product-body h4{font-size:.9rem;line-height:1.18}.preview-product-body p{-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.78rem;line-height:1.32;display:-webkit-box;overflow:hidden}.preview-product-bottom{align-items:flex-end;gap:6px}.preview-product-bottom strong{font-size:.84rem;line-height:1.15}.preview-product-bottom button{width:34px;height:34px;font-size:1.08rem}.preview-cart{z-index:4;max-height:56vh;position:fixed;top:auto;bottom:12px;left:12px;right:12px;overflow:auto}.preview-brand p{display:none}}@media (max-width:460px){.app-header h1{font-size:1.65rem}.header-actions{grid-template-columns:1fr}.preview-topbar{padding-inline-start:12px;padding-inline-end:12px}}.storefront-preview--mobile{position:relative}.storefront-preview--mobile .preview-topbar{gap:8px;min-height:64px;padding:10px 12px}.storefront-preview--mobile .preview-logo,.storefront-preview--mobile .preview-logo-fallback{width:42px;height:42px}.storefront-preview--mobile .preview-brand{gap:9px}.storefront-preview--mobile .preview-brand h2{font-size:.98rem}.storefront-preview--mobile .preview-brand p{display:none}.storefront-preview--mobile .preview-main{padding:12px;display:block}.storefront-preview--mobile .preview-catalog-head{flex-direction:column;align-items:flex-start}.storefront-preview--mobile .preview-categories{display:none}.storefront-preview--mobile .preview-category-select,.storefront-preview--mobile .preview-subcategory-select{color:var(--catalog-heading);display:grid}.storefront-preview--mobile .preview-category-select select,.storefront-preview--mobile .preview-subcategory-select select{color:var(--mobile-category-button-active-text)}.storefront-preview--mobile .preview-controls-row{grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:8px;display:grid}.storefront-preview--mobile .preview-catalog-actions{grid-area:1/2;grid-auto-columns:42px;grid-auto-flow:column;align-self:end;gap:6px;width:auto;display:grid}.storefront-preview--mobile .preview-control-button{width:42px;min-width:42px;height:42px;padding:0 10px}.storefront-preview--mobile .preview-control-button span{display:none}.storefront-preview--mobile .preview-control-button strong{position:absolute;top:-6px;right:-6px}.storefront-preview--mobile .preview-category-select{grid-area:1/1;min-width:0}.storefront-preview--mobile .preview-subcategory-select{grid-area:2/1/auto/-1;min-width:0}.storefront-preview--mobile .preview-filter-panel,.storefront-preview--mobile .preview-search-panel{grid-template-columns:1fr;display:grid}.storefront-preview--mobile .preview-category-banner{grid-template-columns:1fr}.storefront-preview--mobile .preview-category-banner img,.storefront-preview--mobile .preview-category-banner-placeholder{min-height:112px;max-height:150px}.storefront-preview--mobile .preview-products{grid-template-columns:repeat(var(--preview-product-columns,2), minmax(0, 1fr));color:var(--mobile-catalog-list-text);background:var(--mobile-catalog-list-background);border-radius:8px;gap:8px;padding:8px}.storefront-preview--mobile .preview-product-card{box-shadow:0 8px 18px #182b3514}.storefront-preview--mobile .preview-product-body{color:var(--mobile-catalog-list-text);gap:8px;padding:9px}.storefront-preview--mobile .preview-product-body h4{font-size:.9rem;line-height:1.18}.storefront-preview--mobile .preview-product-body p{color:color-mix(in srgb, var(--mobile-catalog-list-text) 72%, transparent);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.78rem;line-height:1.32;display:-webkit-box;overflow:hidden}.storefront-preview--mobile .preview-product-bottom{align-items:flex-end;gap:6px}.storefront-preview--mobile .preview-product-bottom strong{font-size:.84rem;line-height:1.15}.storefront-preview--mobile .preview-product-bottom button{width:34px;height:34px;font-size:1.08rem}.storefront-preview--mobile .preview-cart{z-index:auto;max-height:none;margin-top:14px;position:static;top:auto;bottom:auto;left:auto;right:auto;overflow:hidden}.storefront-preview--mobile .preview-cart-body{overflow-y:visible}.storefront-preview--mobile .preview-cart-line{grid-template-columns:minmax(0,1fr) auto}.storefront-preview--mobile .preview-qty{justify-self:end}.storefront-preview--mobile .preview-choice-list{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.storefront-preview--mobile .preview-choice-list--fulfillment{grid-template-columns:1fr}.storefront-preview--mobile .preview-choice-list label{width:100%}.storefront-preview--mobile.storefront-preview--dialog-open{overflow:hidden}.storefront-preview--mobile .option-dialog-backdrop{top:var(--option-dialog-top,0);height:var(--option-dialog-height,100%);padding:10px;position:absolute;bottom:auto;left:0;right:0}.storefront-preview--mobile .option-dialog{width:100%;max-height:calc(var(--option-dialog-height,100%) - 20px)}.storefront-preview--mobile .product-detail-dialog{align-content:start}.storefront-preview--mobile .product-detail-media-wrap{flex:none;height:clamp(150px,26vh,230px)}.storefront-preview--mobile .product-detail-description,.storefront-preview--mobile .product-detail-note-field textarea{z-index:1;position:relative}.storefront-preview--mobile .preview-option-row{grid-template-columns:auto minmax(0,1fr)}.storefront-preview--mobile .preview-option-row.has-quantity{grid-template-columns:minmax(0,1fr) auto}.storefront-preview--mobile .preview-option-row strong{grid-column:2}.storefront-preview--mobile .preview-option-row.has-quantity strong{grid-column:1;justify-self:start}.storefront-preview--mobile .preview-option-row.has-quantity .preview-option-quantity{grid-area:1/2/span 2}.storefront-preview--mobile.storefront-preview--editor-mode .preview-option-row,.storefront-preview--mobile.storefront-preview--editor-mode .preview-option-row.has-quantity{grid-template-columns:minmax(0,1fr) auto}.storefront-preview--mobile.storefront-preview--editor-mode .preview-option-row input:not([type=hidden]){grid-row:1}.storefront-preview--mobile.storefront-preview--editor-mode .preview-option-row .preview-option-edit-action{grid-area:1/2}.storefront-preview--mobile .preview-wizard-option,.storefront-preview--mobile .preview-wizard-option.has-quantity{grid-template-columns:58px minmax(0,1fr)}.storefront-preview--mobile .preview-wizard-option em,.storefront-preview--mobile .preview-wizard-option .preview-option-quantity{grid-column:2;justify-self:start}.storefront-preview--mobile.storefront-preview--editor-mode .preview-wizard-option,.storefront-preview--mobile.storefront-preview--editor-mode .preview-wizard-option.has-quantity{grid-template-columns:58px minmax(0,1fr) auto}.storefront-preview--mobile.storefront-preview--editor-mode .preview-wizard-option .preview-option-edit-action{grid-area:1/3}.storefront-preview--mobile .preview-wizard-option-image,.storefront-preview--mobile .preview-wizard-option-placeholder{width:58px;height:50px}.storefront-preview--mobile .preview-payment-price-list{grid-template-columns:1fr}.storefront-preview--mobile .preview-payment-price-option{min-height:44px}@media (max-width:339px){.storefront-preview--mobile .preview-catalog-actions{grid-auto-columns:38px}.storefront-preview--mobile .preview-control-button{width:38px;min-width:38px;height:38px;padding:0 8px}.preview-products,.storefront-preview--mobile .preview-products{grid-template-columns:repeat(var(--preview-narrow-product-columns,1), minmax(0, 1fr))}.preview-info-strip{grid-template-columns:1fr}}.cloud-sync-pill{text-transform:uppercase;border:1px solid;border-radius:999px;margin-left:auto;padding:4px 9px;font-weight:700}.cloud-sync-pill--saved{color:#16784b}.cloud-sync-pill--saving,.cloud-sync-pill--loading{color:#8a5b00}.cloud-sync-pill--offline,.cloud-sync-pill--conflict,.cloud-sync-pill--error{color:#a92f2f}.cloud-conflict-actions{margin-left:auto}.product-quick-grid-wrap{border:1px solid #dfe5e2;border-radius:14px;overflow-x:auto}.product-quick-grid{border-collapse:collapse;background:#fff;width:100%;min-width:980px}.product-quick-grid th,.product-quick-grid td{text-align:left;vertical-align:middle;border-bottom:1px solid #edf1ef;padding:9px}.product-quick-grid th{color:#52625b;text-transform:uppercase;letter-spacing:.04em;background:#f7f9f8;font-size:.75rem}.product-quick-grid input:not([type=checkbox]),.product-quick-grid select{width:100%;min-width:105px}.product-quick-grid td:nth-child(3){min-width:210px}.product-quick-grid td:nth-child(4){min-width:180px}.product-pagination{justify-content:center;align-items:center;gap:14px;margin-top:14px;display:flex}.ghost-button.is-active{border-color:currentColor;box-shadow:inset 0 0 0 1px}.cloud-home{background:#f3f7f5;min-height:100vh;padding:clamp(20px,4vw,54px)}.cloud-home__header{justify-content:space-between;align-items:center;gap:24px;max-width:1180px;margin:0 auto 18px;display:flex}.cloud-home__header h1{margin:4px 0}.cloud-home>.status-strip{max-width:1180px;margin:0 auto}.cloud-store-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:16px;max-width:1180px;margin:22px auto;display:grid}.cloud-store-card,.cloud-store-empty{background:#fff;border:1px solid #dfe7e3;border-radius:18px;gap:16px;padding:20px;display:grid;box-shadow:0 12px 30px #1437280f}.cloud-store-card.is-inactive{opacity:.72;border-style:dashed}.cloud-store-card__title{justify-content:space-between;align-items:start;gap:12px;display:flex}.cloud-store-card__title small,.cloud-store-domain small{color:#315b49;white-space:nowrap;background:#edf5f1;border-radius:999px;padding:4px 8px}.cloud-store-card strong{font-size:1.1rem;display:block}.cloud-store-card span{color:#66766e}.cloud-store-card dl{grid-template-columns:repeat(3,1fr);gap:10px;margin:0;display:grid}.cloud-store-card dl div{background:#f5f8f6;border-radius:10px;padding:10px}.cloud-store-card dt{color:#66766e;font-size:.75rem}.cloud-store-card dd{margin:3px 0 0;font-weight:700}.cloud-store-domain{align-items:center;gap:7px;min-width:0;display:flex}.cloud-store-domain span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.cloud-store-empty{text-align:center;color:#607168;place-content:center;min-height:220px}.cloud-ops-grid{grid-template-columns:repeat(2,minmax(0,1fr)) auto;gap:12px;max-width:1180px;margin:18px auto;display:grid}.cloud-ops-grid>article{background:#fff;border:1px solid #dfe7e3;border-radius:14px;align-items:center;gap:12px;padding:16px;display:flex}.cloud-ops-grid strong,.cloud-ops-grid span{display:block}.cloud-ops-grid span{color:#66766e;margin-top:3px;font-size:.88rem}.cloud-ops-actions{flex-wrap:wrap;justify-content:flex-end}.cloud-modal-backdrop{z-index:120;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0c1c158a;place-items:center;padding:20px;display:grid;position:fixed;top:0;bottom:0;left:0;right:0}.cloud-modal{background:#fff;border-radius:20px;width:min(520px,100%);max-height:calc(100vh - 40px);padding:28px;position:relative;overflow:auto;box-shadow:0 30px 80px #00000040}.cloud-modal--wide{width:min(920px,100%)}.cloud-modal h2{margin:5px 0 8px}.cloud-modal>p{color:#66766e}.cloud-modal__close{position:absolute;top:16px;right:16px}.cloud-form{gap:15px;margin-top:20px;display:grid}.cloud-form label,.cloud-manage-section>label{gap:7px;font-weight:700;display:grid}.cloud-form small,.cloud-manage-section small,.cloud-admin-list small{color:#8b3d35;font-weight:500}.cloud-manage-tabs{border-bottom:1px solid #e3e9e6;gap:6px;margin:20px 0;padding-bottom:10px;display:flex;overflow-x:auto}.cloud-manage-tabs button{color:#496158;cursor:pointer;white-space:nowrap;background:0 0;border:0;border-radius:9px;align-items:center;gap:7px;padding:9px 12px;display:inline-flex}.cloud-manage-tabs button.is-active{color:#07553b;background:#e4f1eb;font-weight:800}.cloud-manage-section{gap:18px;display:grid}.cloud-detail-grid{grid-template-columns:repeat(4,1fr);gap:10px;display:grid}.cloud-detail-grid>div{background:#f5f8f6;border-radius:11px;padding:13px}.cloud-detail-grid span,.cloud-detail-grid strong{display:block}.cloud-detail-grid span{color:#66766e;font-size:.8rem}.cloud-inline-form{grid-template-columns:minmax(0,1fr) auto auto;gap:9px;display:grid}.cloud-admin-list{gap:9px;display:grid}.cloud-admin-list article{border:1px solid #e1e8e4;border-radius:12px;justify-content:space-between;align-items:center;gap:15px;padding:13px;display:flex}.cloud-admin-list strong,.cloud-admin-list span,.cloud-admin-list small{display:block}.cloud-admin-list span,.cloud-admin-list time{color:#66766e;margin-top:3px;font-size:.85rem}.danger-button{color:#9b2f26;cursor:pointer;background:#fff3f1;border:1px solid #d9a29c;border-radius:10px;justify-content:center;align-items:center;gap:7px;padding:10px 14px;font-weight:800;display:inline-flex}@media (max-width:900px){.cloud-ops-grid{grid-template-columns:1fr}.cloud-ops-actions{justify-content:flex-start}.cloud-detail-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:720px){.cloud-home__header,.cloud-home__header .inline-actions{flex-direction:column;align-items:stretch}.cloud-store-card dl,.cloud-inline-form{grid-template-columns:1fr}.cloud-admin-list article{flex-direction:column;align-items:stretch}.cloud-detail-grid{grid-template-columns:1fr}}.cloud-storefront-page{background:#fff;min-height:100vh}.cloud-storefront-page>.storefront-preview{min-height:100vh;box-shadow:none;border-radius:0}.cloud-storefront-state{text-align:center;background:#f3f7f5;place-content:center;gap:8px;min-height:100vh;padding:24px;display:grid}
