.media-library-page{gap:18px;display:grid}.media-library-browser{--media-shadow:0 5px 18px #161e3212;gap:16px;min-width:0;display:grid}:root[data-theme=brand] .media-library-browser{--media-shadow:0 6px 20px #00000047}.media-upload-zone{border:2px dashed var(--line);background:var(--surface);min-height:126px;box-shadow:var(--media-shadow);border-radius:18px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:16px;padding:22px;transition:border-color .16s,background .16s;display:grid;position:relative;overflow:hidden}.media-upload-zone--active{border-color:var(--brand);background:color-mix(in srgb,var(--brand) 8%,var(--surface))}.media-upload-zone__icon{width:48px;height:48px;color:var(--brand);background:var(--brand-soft);border-radius:15px;place-items:center;display:grid}.media-upload-zone>div{gap:4px;display:grid}.media-upload-zone strong{color:var(--ink);font-size:14px}.media-upload-zone small{color:var(--muted);font-size:11px;line-height:1.5}.media-upload-input{opacity:0;pointer-events:none;width:1px;height:1px;position:absolute;overflow:hidden}.media-upload-list{gap:8px;display:grid}.media-upload-row{border:1px solid var(--line);background:var(--surface);box-shadow:var(--media-shadow);border-radius:12px;gap:7px;padding:11px 13px;display:grid;position:relative;overflow:hidden}.media-upload-row__heading{justify-content:space-between;align-items:center;gap:12px;min-width:0;display:flex}.media-upload-row__heading strong{color:var(--ink);text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.media-upload-row__heading span{color:var(--muted);flex:none;font-size:9px;font-weight:800}.media-upload-row progress{width:100%;height:6px;color:var(--brand);background:var(--surface-soft);appearance:none;border:0;border-radius:99px;overflow:hidden}.media-upload-row progress::-webkit-progress-bar{background:var(--surface-soft);border-radius:99px}.media-upload-row progress::-webkit-progress-value{background:var(--brand);border-radius:99px;transition:width .15s}.media-upload-row progress::-moz-progress-bar{background:var(--brand);border-radius:99px}.media-upload-row small{color:var(--danger);font-size:9px;line-height:1.4}.media-upload-row--success{border-color:color-mix(in srgb,var(--success) 35%,var(--line));background:color-mix(in srgb,var(--success) 5%,var(--surface))}.media-upload-row--success progress::-webkit-progress-value{background:var(--success)}.media-upload-row--success progress::-moz-progress-bar{background:var(--success)}.media-upload-row--error{padding-right:48px}.media-upload-row--error progress::-webkit-progress-value{background:var(--danger)}.media-upload-row--error progress::-moz-progress-bar{background:var(--danger)}.media-upload-row>.icon-button{width:28px;height:28px;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.media-folder-navigation{justify-content:space-between;align-items:center;gap:14px;display:flex}.media-folder-breadcrumbs{scrollbar-width:thin;align-items:center;gap:3px;min-width:0;padding:2px;display:flex;overflow-x:auto}.media-folder-breadcrumbs>span{color:var(--muted);align-items:center;gap:3px;display:inline-flex}.media-folder-breadcrumbs button{min-height:34px;color:var(--muted);font:inherit;cursor:pointer;background:0 0;border:0;border-radius:9px;flex:none;align-items:center;gap:6px;padding:6px 9px;font-size:11px;font-weight:800;display:inline-flex}.media-folder-breadcrumbs button:hover{color:var(--ink);background:var(--surface-soft)}.media-folder-breadcrumbs button.is-current{color:var(--brand);background:var(--brand-soft)}.media-library-toolbar{justify-content:space-between;align-items:center;gap:14px;display:flex}.media-library-toolbar>span{color:var(--muted);flex:none;font-size:11px;font-weight:800}.media-library-selection{border:1px solid color-mix(in srgb,var(--brand) 32%,var(--line));background:color-mix(in srgb,var(--brand) 7%,var(--surface));min-height:52px;box-shadow:var(--media-shadow);border-radius:13px;justify-content:space-between;align-items:center;gap:12px;padding:9px 11px 9px 14px;display:flex}.media-library-selection>strong{color:var(--ink);align-items:center;gap:7px;font-size:11px;display:inline-flex}.media-library-selection>div{flex-wrap:wrap;justify-content:flex-end;gap:7px;display:flex}.media-library-search{border:1px solid var(--line);width:min(100%,520px);min-height:42px;color:var(--muted);background:var(--surface);border-radius:12px;align-items:center;gap:9px;padding:0 12px;display:flex}.media-library-search:focus-within{border-color:var(--brand);box-shadow:0 0 0 3px color-mix(in srgb,var(--brand) 17%,transparent)}.media-library-search input{width:100%;min-width:0;color:var(--ink);font:inherit;background:0 0;border:0;outline:0;font-size:12px}.media-folder-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;display:grid}.media-folder-card{border:1px solid var(--line);background:var(--surface);min-width:0;box-shadow:var(--media-shadow);border-radius:14px;align-items:stretch;display:flex;overflow:hidden}.media-folder-card__open{min-width:0;min-height:76px;color:inherit;text-align:left;cursor:pointer;background:0 0;border:0;flex:auto;align-items:center;gap:11px;padding:13px;display:flex}.media-folder-card__open:hover{background:var(--surface-soft)}.media-folder-card__icon{width:43px;height:43px;color:var(--brand);background:var(--brand-soft);border-radius:13px;flex:none;place-items:center;display:grid}.media-folder-card__open>span:last-child{gap:4px;min-width:0;display:grid}.media-folder-card__open strong{color:var(--ink);text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.media-folder-card__open small{color:var(--muted);font-size:9px;font-weight:700}.media-folder-card__actions{border-left:1px solid var(--line);flex:none;align-content:center;gap:3px;padding:7px;display:grid}.media-folder-card__actions .icon-button{width:29px;height:29px}.media-library-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.media-asset-card{border:1px solid var(--line);background:var(--surface);min-width:0;min-height:112px;box-shadow:var(--media-shadow);border-radius:14px;grid-template-columns:112px minmax(0,1fr);transition:border-color .16s,background-color .16s,box-shadow .16s;display:grid;position:relative;overflow:hidden}.media-asset-card--selected{border-color:var(--brand);background:color-mix(in srgb,var(--brand) 8%,var(--surface));box-shadow:0 0 0 3px color-mix(in srgb,var(--brand) 24%,transparent),var(--media-shadow)}.media-asset-card--selected:before{z-index:3;background:var(--brand);content:"";pointer-events:none;width:4px;position:absolute;inset:0 auto 0 0}.media-asset-card__select{z-index:4;cursor:pointer;width:31px;height:31px;position:absolute;top:8px;left:8px}.media-asset-card__select input{z-index:1;opacity:0;cursor:pointer;width:100%;height:100%;margin:0;position:absolute;inset:0}.media-asset-card__select span{border:2px solid color-mix(in srgb,var(--ink) 42%,transparent);color:#0000;pointer-events:none;background:#fff;border-radius:9px;place-items:center;width:31px;height:31px;transition:border-color .15s,color .15s,background-color .15s,box-shadow .15s,transform .15s;display:grid;box-shadow:0 3px 10px #0003}.media-asset-card__select span .icon{opacity:0;transition:opacity .15s,transform .15s;transform:scale(.55)}.media-asset-card__select:hover span{border-color:var(--brand);transform:scale(1.04)}.media-asset-card__select input:focus-visible+span{outline:3px solid color-mix(in srgb,var(--brand) 35%,transparent);outline-offset:2px}.media-asset-card__select input:checked+span{border-color:var(--brand);color:#fff;background:var(--brand);box-shadow:0 0 0 4px color-mix(in srgb,var(--brand) 22%,transparent),0 3px 10px #0003}.media-asset-card__select input:checked+span .icon{opacity:1;transform:scale(1)}:root[data-theme=brand] .media-asset-card__select input:checked+span{color:#080808}.media-asset-card__selected-label{z-index:3;border:1px solid color-mix(in srgb,var(--brand) 42%,transparent);min-height:25px;color:var(--brand-dark);background:color-mix(in srgb,var(--brand) 14%,var(--surface));letter-spacing:.02em;border-radius:99px;align-items:center;gap:4px;padding:3px 8px;font-size:9px;font-weight:850;display:inline-flex;position:absolute;top:8px;right:9px}:root[data-theme=brand] .media-asset-card__selected-label{color:var(--brand)}.media-asset-card__preview{border-right:1px solid var(--line);background:linear-gradient(135deg,var(--surface-soft),var(--surface));place-items:center;width:112px;min-height:110px;display:grid;overflow:hidden}.media-asset-card__preview img{object-fit:contain;width:100%;height:100%;display:block}.media-asset-card__body{align-content:space-between;gap:8px;min-width:0;padding:10px;display:grid}.media-asset-card__details{gap:3px;min-width:0;display:grid}.media-asset-card--selected .media-asset-card__details{padding-right:78px}.media-asset-card__details strong{color:var(--ink);text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.media-asset-card__details span,.media-asset-card__details small{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:9px;overflow:hidden}.media-asset-card__actions{border-top:1px solid var(--line);justify-content:space-between;align-items:center;gap:8px;min-width:0;padding-top:7px;display:flex}.media-asset-card__insert{border-radius:9px;justify-content:center;min-width:88px;min-height:30px;margin:0;padding:5px 10px;font-size:9px}.media-asset-card__tools{justify-content:flex-end;align-items:center;gap:3px;margin-left:auto;display:flex}.media-asset-card__tools .icon-button{width:29px;height:29px}.icon-button--danger{color:var(--danger)!important}.media-library-state{border:1px dashed var(--line);min-height:280px;color:var(--muted);background:var(--surface);text-align:center;border-radius:18px;align-content:center;place-items:center;gap:8px;padding:28px;display:grid}.media-library-state h3,.media-library-state p{margin:0}.media-library-state h3{color:var(--ink);font-size:18px}.media-library-state p{max-width:440px;font-size:12px;line-height:1.5}.media-library-state__icon{width:54px;height:54px;color:var(--brand);background:var(--brand-soft);border-radius:18px;place-items:center;display:grid}.media-library-state--error{color:var(--danger)}.media-library-pagination{justify-content:center;align-items:center;gap:12px;display:flex}.media-library-pagination span{color:var(--muted);font-size:11px;font-weight:800}.media-picker-backdrop{z-index:130}.media-picker-modal{width:min(1120px,100%)}.media-picker-modal__body{padding:20px 24px 26px}.media-edit-modal{width:min(520px,100%)}.media-folder-modal{width:min(480px,100%)}.media-folder-picker-modal{width:min(900px,100%)}.media-folder-picker-modal__body{align-content:start;gap:16px;display:grid}.media-folder-picker-hint{color:var(--muted);margin:0;font-size:12px;line-height:1.55}.media-folder-picker-create{border:1px solid var(--line);background:var(--surface-soft);border-radius:13px;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:10px;padding:12px;display:grid}.media-folder-picker-create .field{min-width:0}.media-folder-picker-create input{width:100%}.media-folder-picker-state{min-height:210px}.media-folder-picker-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.media-folder-picker-card{min-height:72px;color:inherit;text-align:left;cursor:pointer;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:11px;padding:12px;display:grid}.media-folder-picker-card:hover{border-color:color-mix(in srgb,var(--brand) 42%,var(--line));background:var(--surface-soft)}.media-folder-picker-card>span:nth-child(2){gap:4px;min-width:0;display:grid}.media-folder-picker-card strong{color:var(--ink);text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.media-folder-picker-card small{color:var(--muted);font-size:9px;font-weight:700}.media-folder-picker-card>.icon:last-child{color:var(--muted)}.media-edit-modal__body,.media-folder-modal__body{gap:14px;padding:22px 26px 26px;display:grid}.media-edit-modal__body .field,.media-folder-modal__body .field{gap:7px;display:grid}.media-edit-modal__body :where(input,textarea),.media-folder-modal__body input{border:1px solid var(--line);width:100%;color:var(--ink);background:var(--surface);font:inherit;border-radius:11px;padding:10px 12px;font-size:12px}@media (width<=1100px){.media-folder-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=760px){.media-upload-zone{grid-template-columns:auto minmax(0,1fr);padding:17px}.media-upload-zone .button{grid-column:1/-1;justify-content:center}.media-folder-navigation{flex-direction:column;align-items:stretch}.media-folder-navigation>.button{align-self:flex-start}.media-library-toolbar,.media-library-selection{flex-direction:column;align-items:stretch}.media-library-selection>div{justify-content:flex-start}.media-library-search{width:100%}.media-library-grid{grid-template-columns:1fr}.media-folder-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.media-picker-modal__body{padding:14px}.media-folder-picker-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.media-folder-picker-create{grid-template-columns:1fr}.media-folder-picker-create .button{justify-content:center}}@media (width<=480px){.media-library-grid,.media-folder-grid{grid-template-columns:1fr}.media-asset-card{grid-template-columns:96px minmax(0,1fr)}.media-asset-card__preview{width:96px;min-height:108px}.media-asset-card__actions{flex-wrap:wrap}.media-asset-card__insert{flex:auto}.media-library-selection .button{flex:auto;justify-content:center}.media-folder-navigation>.button{justify-content:center;width:100%}.media-folder-picker-grid{grid-template-columns:1fr}}.product-selection-page{gap:18px;min-width:0;padding-bottom:40px;display:grid}.product-selection-header{justify-content:space-between;align-items:flex-end;gap:28px;display:flex}.product-selection-header__copy{max-width:820px}.product-selection-header h1{color:var(--ink);letter-spacing:-.045em;margin:5px 0 9px;font-size:clamp(36px,4vw,50px);line-height:1.02}.product-selection-header__copy>p:last-child{color:var(--muted);margin:0;font-size:15px;line-height:1.55}.product-selection-connection{border:1px solid color-mix(in srgb, var(--brand) 23%, var(--line));background:linear-gradient(135deg, color-mix(in srgb, var(--brand-soft) 56%, var(--surface)), var(--surface));border-radius:17px;align-items:center;gap:12px;min-height:62px;padding:11px 14px;display:flex}.product-selection-connection>span{width:39px;height:39px;color:var(--brand);background:var(--brand-soft);border-radius:12px;flex:none;place-items:center;display:grid}.product-selection-connection>div{gap:3px;min-width:0;display:grid}.product-selection-connection strong{color:var(--ink);font-size:13px}.product-selection-connection small{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.product-selection-connection>b{color:var(--success);background:color-mix(in srgb, var(--success) 11%, var(--surface));white-space:nowrap;border-radius:999px;align-items:center;gap:7px;margin-left:auto;padding:7px 10px;font-size:10px;display:inline-flex}.product-selection-connection>b i{background:var(--success);width:7px;height:7px;box-shadow:0 0 0 3px color-mix(in srgb, var(--success) 13%, transparent);border-radius:50%}.product-selection-connection.is-warning{background:#fff9ed;border-color:#efd5a8}.product-selection-connection.is-warning>span{color:#a15c0b;background:#fff0d4}.product-selection-workspace{grid-template-columns:minmax(270px,300px) minmax(0,1fr);align-items:start;gap:16px;min-width:0;display:grid}.product-selection-library,.product-selection-editor{border:1px solid var(--line);background:var(--surface);border-radius:22px;min-width:0;overflow:hidden;box-shadow:0 12px 36px #161e320e}.product-selection-library{flex-direction:column;min-height:690px;max-height:calc(100vh - 112px);display:flex;position:sticky;top:14px}.product-selection-library>header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:12px;padding:16px;display:flex}.product-selection-library>header>div{align-items:center;gap:10px;min-width:0;display:flex}.product-selection-library>header>div>span{width:39px;height:39px;color:var(--brand);background:var(--brand-soft);border-radius:12px;flex:none;place-items:center;display:grid}.product-selection-library>header>div>div{gap:2px;display:grid}.product-selection-library>header small,.product-selection-editor__header small{color:var(--brand);letter-spacing:.1em;font-size:9px;font-weight:850}.product-selection-library>header strong{color:var(--ink);font-size:15px}.product-selection-library__overview{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;padding:13px 14px 7px;display:grid}.product-selection-library__overview>span{background:var(--surface-soft);border-radius:12px;gap:2px;padding:10px;display:grid}.product-selection-library__overview strong{color:var(--ink);font-size:16px}.product-selection-library__overview small{color:var(--muted);text-transform:uppercase;font-size:9px;font-weight:750}.product-selection-search,.product-selection-catalog-tools>label{border:1px solid var(--line);color:var(--muted);background:var(--surface);border-radius:11px;align-items:center;gap:8px;padding:0 11px;display:flex}.product-selection-search{margin:7px 14px 11px}.product-selection-search:focus-within,.product-selection-catalog-tools>label:focus-within{border-color:var(--brand);box-shadow:0 0 0 3px color-mix(in srgb, var(--brand) 12%, transparent)}.product-selection-search input,.product-selection-catalog-tools input{width:100%;min-width:0;height:41px;color:var(--ink);font:inherit;background:0 0;border:0;outline:0;padding:0;font-size:12px}.product-selection-library__items{min-height:0;padding:0 8px 10px;overflow-y:auto}.product-selection-library__items>button{width:100%;color:var(--ink);text-align:left;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:13px;gap:6px;padding:13px;display:grid;position:relative}.product-selection-library__items>button:before{content:"";background:0 0;border-radius:0 4px 4px 0;width:3px;position:absolute;top:12px;bottom:12px;left:0}.product-selection-library__items>button:hover{background:var(--surface-soft)}.product-selection-library__items>button.is-active{border-color:color-mix(in srgb, var(--brand) 24%, var(--line));background:color-mix(in srgb, var(--brand-soft) 58%, var(--surface))}.product-selection-library__items>button.is-active:before{background:var(--brand)}.product-selection-library__items strong{text-overflow:ellipsis;white-space:nowrap;font-size:13px;overflow:hidden}.product-selection-library__items small{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:10px;overflow:hidden}.product-selection-library>footer{border-top:1px solid var(--line);color:var(--muted);background:var(--surface-soft);align-items:center;gap:7px;margin-top:auto;padding:12px 14px;font-size:9px;display:flex}.product-selection-empty{min-height:210px;color:var(--muted);text-align:center;align-content:center;justify-items:center;gap:7px;padding:26px 18px;display:grid}.product-selection-empty>span{width:48px;height:48px;color:var(--brand);background:var(--brand-soft);border-radius:15px;place-items:center;display:grid}.product-selection-empty strong{color:var(--ink);font-size:13px}.product-selection-empty small{max-width:230px;font-size:10px;line-height:1.5}.product-selection-empty.is-compact{min-height:260px}.product-selection-state{color:var(--muted);text-align:center;margin:0;padding:22px}.product-selection-state.is-error{color:var(--danger)}.product-selection-editor{align-content:start;display:grid}.product-selection-editor__header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:22px;min-height:98px;padding:17px 19px 16px 21px;display:flex}.product-selection-editor__header>div:first-child{gap:4px;min-width:260px;display:grid}.product-selection-editor__header input{width:min(580px,100%);color:var(--ink);background:0 0;border:0;outline:0;padding:0;font:820 21px/1.25 inherit}.product-selection-editor__header p{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:10px;overflow:hidden}.product-selection-editor__header>div:last-child{justify-content:flex-end;align-items:center;gap:8px;display:flex}.product-selection-tabs{border-bottom:1px solid var(--line);background:color-mix(in srgb, var(--surface-soft) 72%, var(--surface));grid-template-columns:repeat(4,minmax(0,1fr));gap:7px;padding:10px 12px;display:grid}.product-selection-tabs>button{min-width:0;color:var(--muted);text-align:left;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:12px;grid-template-columns:auto auto minmax(0,1fr) auto;align-items:center;gap:8px;padding:9px 10px;display:grid}.product-selection-tabs>button:hover{background:var(--surface)}.product-selection-tabs>button.is-active{border-color:color-mix(in srgb, var(--brand) 27%, var(--line));color:var(--brand);background:var(--surface);box-shadow:0 5px 16px #161e320f}.product-selection-tabs>button>span:first-child{width:21px;height:21px;color:var(--muted);background:var(--surface-soft);border-radius:7px;place-items:center;font-size:9px;font-weight:850;display:grid}.product-selection-tabs>button>i{width:34px;height:34px;color:var(--muted);background:var(--surface-soft);border-radius:10px;place-items:center;font-style:normal;display:grid}.product-selection-tabs>button.is-active>span:first-child{color:#fff;background:var(--brand)}.product-selection-tabs>button.is-active>i{color:var(--brand);background:var(--brand-soft)}.product-selection-tabs>button>span:nth-child(3){gap:2px;min-width:0;display:grid}.product-selection-tabs strong,.product-selection-tabs small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.product-selection-tabs strong{color:var(--ink);font-size:11px}.product-selection-tabs small{color:var(--muted);font-size:9px}.product-selection-tabs b{min-width:23px;height:23px;color:var(--brand);background:var(--brand-soft);border-radius:999px;place-items:center;font-size:9px;display:grid}.product-selection-editor__body{background:color-mix(in srgb, var(--surface-soft) 46%, var(--surface));min-width:0;padding:17px}.product-selection-appearance-layout{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.product-selection-section{border:1px solid var(--line);background:var(--surface);border-radius:17px;align-content:start;gap:17px;min-width:0;padding:18px;display:grid}.product-selection-section>header{grid-template-columns:auto minmax(0,1fr) auto;align-items:start;gap:11px;display:grid}.product-selection-section>header>span{width:38px;height:38px;color:var(--brand);background:var(--brand-soft);border-radius:11px;place-items:center;display:grid}.product-selection-section>header>div{gap:4px;min-width:0;display:grid}.product-selection-section h2,.product-selection-section h3,.product-selection-section p{margin:0}.product-selection-section h2{color:var(--ink);font-size:15px}.product-selection-section header p{color:var(--muted);font-size:11px;line-height:1.5}.product-selection-settings{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.product-selection-settings>label:not(.product-selection-checkbox){align-content:start;gap:7px;min-width:0;display:grid}.product-selection-settings label>span{color:var(--muted);letter-spacing:.02em;font-size:11px;font-weight:800}.product-selection-settings input:not([type=checkbox]){border:1px solid var(--line);width:100%;min-height:44px;color:var(--ink);background:var(--surface);font:inherit;border-radius:11px;outline:0;padding:0 12px;font-size:13px}.product-selection-settings input:not([type=checkbox]):focus{border-color:var(--brand);box-shadow:0 0 0 3px color-mix(in srgb, var(--brand) 12%, transparent)}.product-selection-settings.is-promo-grid{grid-template-columns:minmax(0,1.4fr) minmax(140px,.6fr)}.product-selection-checkbox{border:1px solid var(--line);background:var(--surface-soft);border-radius:12px;grid-column:1/-1;align-items:flex-start;gap:10px;padding:13px;display:flex}.product-selection-checkbox input{width:18px;height:18px;accent-color:var(--brand);flex:none;margin:1px 0 0}.product-selection-checkbox>span{gap:3px;display:grid}.product-selection-checkbox>span strong{color:var(--ink);font-size:12px}.product-selection-checkbox>span small{color:var(--muted);font-size:10px;line-height:1.4}.product-selection-help-card{border:1px solid color-mix(in srgb, var(--brand) 25%, var(--line));background:linear-gradient(135deg, color-mix(in srgb, var(--brand-soft) 65%, var(--surface)), var(--surface));border-radius:16px;grid-column:1/-1;align-items:center;gap:12px;padding:15px 16px;display:flex}.product-selection-help-card>span{color:#fff;background:var(--brand);border-radius:12px;flex:none;place-items:center;width:38px;height:38px;display:grid}.product-selection-help-card>div{flex:1;gap:3px;display:grid}.product-selection-help-card strong{color:var(--ink);font-size:13px}.product-selection-help-card p{color:var(--muted);margin:0;font-size:10px;line-height:1.45}.product-selection-products-layout{grid-template-columns:minmax(0,1.35fr) minmax(350px,.65fr);align-items:start;gap:14px;display:grid}.product-selection-catalog-panel,.product-selection-selected-panel{min-height:680px}.product-selection-catalog-tools{grid-template-columns:minmax(220px,1fr) minmax(220px,.8fr);gap:10px;display:grid}.product-selection-catalog-grid{overscroll-behavior:contain;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;max-height:560px;padding-right:4px;display:grid;overflow-y:auto}.product-selection-catalog-grid>article{border:1px solid var(--line);background:var(--surface);border-radius:14px;grid-template-columns:78px minmax(0,1fr);align-items:center;gap:11px;min-width:0;padding:11px;transition:border-color .18s,box-shadow .18s,transform .18s;display:grid}.product-selection-catalog-grid>article:hover{border-color:color-mix(in srgb, var(--brand) 27%, var(--line));transform:translateY(-1px);box-shadow:0 8px 20px #161e320f}.product-selection-catalog-grid>article.is-unavailable{opacity:.55}.product-selection-catalog-grid>article.is-added{border-color:color-mix(in srgb, var(--success) 30%, var(--line));background:color-mix(in srgb, var(--success) 4%, var(--surface))}.product-selection-catalog-grid>article>div:nth-child(2){gap:4px;min-width:0;display:grid}.product-selection-catalog-grid>article>button{grid-column:1/-1;width:100%}.product-selection-catalog-grid strong{min-height:34px;color:var(--ink);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:12px;line-height:1.4;display:-webkit-box;overflow:hidden}.product-selection-catalog-grid small{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:10px;overflow:hidden}.product-selection-catalog-grid b{color:var(--ink);font-size:14px}.product-selection-availability{color:var(--success);align-items:center;gap:5px;font-size:9px;display:flex}.product-selection-availability i{background:currentColor;border-radius:50%;width:6px;height:6px}.product-selection-thumb{border:1px solid var(--line);width:78px;height:78px;color:var(--muted);background:#fff;border-radius:11px;place-items:center;display:grid;overflow:hidden}.product-selection-thumb img{object-fit:contain;width:100%;height:100%;display:block}.product-selection-selected-panel{grid-template-rows:auto minmax(0,1fr) auto;max-height:calc(100vh - 142px);position:sticky;top:14px}.product-selection-count{min-width:32px;height:32px;color:var(--brand);background:var(--brand-soft);border-radius:999px;place-items:center;font-size:11px;display:grid}.product-selection-selected-list{align-content:start;gap:8px;min-height:0;display:grid;overflow-y:auto}.product-selection-selected-list>article{border:1px solid var(--line);background:var(--surface-soft);border-radius:12px;grid-template-columns:24px 56px minmax(0,1fr) auto;align-items:center;gap:9px;padding:9px;display:grid}.product-selection-selected-list>article.is-warning{background:#fff9ed;border-color:#efd5a8}.product-selection-selected-list>article>span{color:var(--muted);text-align:center;font-size:10px}.product-selection-selected-list .product-selection-thumb{width:56px;height:56px}.product-selection-selected-list>article>div:nth-child(3){gap:3px;min-width:0;display:grid}.product-selection-selected-list strong,.product-selection-selected-list small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.product-selection-selected-list strong{color:var(--ink);font-size:12px}.product-selection-selected-list small{color:var(--muted);font-size:10px}.product-selection-selected-list b{color:var(--ink);font-size:11px}.product-selection-order{flex-direction:column;gap:4px;display:flex}.product-selection-order button:first-child svg{transform:rotate(-90deg)}.product-selection-order button:nth-child(2) svg{transform:rotate(90deg)}.product-selection-selected-panel>footer{border-top:1px solid var(--line);color:var(--muted);justify-content:space-between;align-items:center;gap:10px;padding-top:14px;font-size:9px;display:flex}.product-selection-preview{gap:20px}.product-selection-preview__canvas{background:#f4f5f7;border:1px solid #cfd5df;border-radius:16px;overflow:hidden;box-shadow:0 12px 30px #161e3212}.product-selection-preview__browser{background:#e9ecf1;border-bottom:1px solid #d8dde5;align-items:center;gap:6px;height:38px;padding:0 13px;display:flex}.product-selection-preview__browser i{background:#a9b0bd;border-radius:50%;width:7px;height:7px}.product-selection-preview__browser span{color:#667085;margin-left:7px;font-size:9px}.product-selection-preview__content{background:#fff;padding:24px}.product-selection-preview__content>h3{color:#111827;margin:0 0 18px;font-size:24px}.product-selection-preview__grid{grid-template-columns:repeat(var(--preview-columns), minmax(0, 1fr));gap:12px;display:grid;overflow-x:auto}.product-selection-preview__grid>article{background:#fff;border:1px solid #e1e5ea;border-radius:14px;grid-template-rows:auto minmax(42px,1fr) auto auto;gap:10px;min-width:160px;padding:11px;display:grid}.product-selection-preview__grid article>div:first-child{aspect-ratio:1;background:#fff;border-radius:11px;place-items:center;display:grid;overflow:hidden}.product-selection-preview__grid img{object-fit:contain;width:100%;height:100%}.product-selection-preview__grid>article>strong{color:#111827;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:12px;line-height:1.4;display:-webkit-box;overflow:hidden}.product-selection-preview__price{flex-wrap:wrap;align-items:baseline;gap:6px;display:flex}.product-selection-preview__price del{color:#7b8493;font-size:10px}.product-selection-preview__grid p{color:#111827;font-size:15px;font-weight:850}.product-selection-preview__grid p.is-promo{color:#dc2626}.product-selection-preview__grid button{color:#111;background:#ffe101;border:0;border-radius:9px;min-height:40px;font-weight:800}.product-selection-preview__footer{color:var(--muted);justify-content:space-between;align-items:center;gap:12px;font-size:10px;display:flex}.product-selection-install{gap:14px;display:grid}.product-selection-install__intro{border:1px solid color-mix(in srgb, var(--brand) 24%, var(--line));background:linear-gradient(135deg, color-mix(in srgb, var(--brand-soft) 58%, var(--surface)), var(--surface));border-radius:16px;align-items:center;gap:13px;padding:17px;display:flex}.product-selection-install__intro>span{color:#fff;background:var(--brand);border-radius:14px;flex:none;place-items:center;width:44px;height:44px;display:grid}.product-selection-install__intro>div{gap:4px;display:grid}.product-selection-install__intro strong{color:var(--ink);font-size:14px}.product-selection-install__intro p{color:var(--muted);margin:0;font-size:10px;line-height:1.5}.product-selection-code textarea{resize:vertical;color:#dbe5f6;background:#111827;border:1px solid #263248;border-radius:11px;outline:0;width:100%;min-height:98px;padding:13px;font:12px/1.6 ui-monospace,SFMono-Regular,Consolas,monospace}.product-selection-code textarea:focus{border-color:var(--brand);box-shadow:0 0 0 3px color-mix(in srgb, var(--brand) 12%, transparent)}.product-selection-code code{color:var(--ink);background:var(--surface-soft);border-radius:5px;padding:2px 5px}@media (width<=1360px){.product-selection-products-layout{grid-template-columns:1fr}.product-selection-selected-panel{min-height:0;max-height:none;position:static}.product-selection-selected-list{max-height:420px}}@media (width<=1120px){.product-selection-workspace{grid-template-columns:240px minmax(0,1fr)}.product-selection-tabs{grid-template-columns:repeat(2,minmax(0,1fr))}.product-selection-appearance-layout{grid-template-columns:1fr}.product-selection-help-card{grid-column:auto}.product-selection-catalog-grid{grid-template-columns:1fr}}@media (width<=840px){.product-selection-header{flex-direction:column;align-items:stretch}.product-selection-header>button{align-self:flex-start}.product-selection-workspace{grid-template-columns:1fr}.product-selection-library{min-height:0;max-height:none;position:static}.product-selection-library__items{max-height:220px}.product-selection-library .product-selection-empty{min-height:150px}.product-selection-editor__header{flex-direction:column;align-items:stretch}.product-selection-editor__header>div:last-child{justify-content:flex-start}.product-selection-settings,.product-selection-settings.is-promo-grid,.product-selection-catalog-tools{grid-template-columns:1fr}.product-selection-tabs{grid-template-columns:repeat(2,minmax(0,1fr))}.product-selection-tabs>button{grid-template-columns:auto auto minmax(0,1fr)}.product-selection-tabs>button>b{display:none}}@media (width<=560px){.product-selection-header h1{font-size:34px}.product-selection-connection>b{display:none}.product-selection-tabs>button{grid-template-columns:auto minmax(0,1fr);gap:7px;padding:8px}.product-selection-tabs>button>i{display:none}.product-selection-editor__body{padding:10px}.product-selection-section{padding:14px}.product-selection-section>header{grid-template-columns:auto minmax(0,1fr)}.product-selection-section>header>button,.product-selection-section>header>.product-selection-count{grid-column:2;justify-self:start}.product-selection-help-card{flex-wrap:wrap;align-items:flex-start}.product-selection-help-card>button{width:100%}.product-selection-catalog-grid>article{grid-template-columns:68px minmax(0,1fr)}.product-selection-catalog-grid .product-selection-thumb{width:68px;height:68px}.product-selection-selected-list>article{grid-template-columns:20px 48px minmax(0,1fr) auto}.product-selection-selected-list .product-selection-thumb{width:48px;height:48px}.product-selection-selected-panel>footer,.product-selection-preview__footer{flex-direction:column;align-items:stretch}.product-selection-preview__content{padding:14px}.product-selection-preview__grid{grid-template-columns:repeat(2,minmax(140px,1fr))}}
