:root{--accent: #0E5F5A;--accent-2: #12a38f;--bg: #eef3f7;--panel: rgba(255,255,255,.86);--panel-solid: #ffffff;--text: #0f172a;--muted: #64748b;--line: rgba(15,23,42,.11);--soft: color-mix(in srgb, var(--accent) 8%, #ffffff);--shadow: 0 24px 70px rgba(15,23,42,.12);--radius: 28px}body[data-theme=dark]{--bg:#07111f;--panel:rgba(15,23,42,.84);--panel-solid:#101b2d;--text:#e5edf7;--muted:#98a6ba;--line:rgba(226,232,240,.13);--soft:rgba(56,189,248,.11);--shadow:0 26px 80px rgba(0,0,0,.35)}*{box-sizing:border-box}body{margin:0;background:radial-gradient(circle at top left,color-mix(in srgb,var(--accent) 16%,transparent),transparent 32%),linear-gradient(135deg,var(--bg),color-mix(in srgb,var(--accent) 5%,var(--bg)));color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;min-height:100vh}button,input,textarea,select{font:inherit}button{cursor:pointer}.app-shell{width:min(1820px,calc(100% - 28px));margin:0 auto;padding:22px 0 48px}.card{background:var(--panel);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.hero{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:20px;align-items:start;padding:28px;border-radius:34px;background:linear-gradient(135deg,color-mix(in srgb,var(--accent) 15%,var(--panel-solid)),var(--panel));border:1px solid color-mix(in srgb,var(--accent) 17%,var(--line));box-shadow:var(--shadow);position:relative;overflow:hidden}.hero:after{content:"";position:absolute;right:-120px;top:-120px;width:320px;height:320px;border-radius:999px;background:color-mix(in srgb,var(--accent) 18%,transparent);animation:floaty 6s ease-in-out infinite alternate}@keyframes floaty{to{transform:translate(-22px,30px) scale(1.05)}}.hero h1{margin:8px 0 10px;font-size:clamp(34px,4vw,62px);line-height:.96;letter-spacing:-.055em;max-width:1050px}.hero p{max-width:860px;margin:0;color:var(--muted);font-weight:650;line-height:1.55}.eyebrow{color:var(--accent);text-transform:uppercase;letter-spacing:.15em;font-size:12px;font-weight:950}.hero-actions{position:relative;z-index:2;display:grid;gap:12px;justify-items:end}.country-toggle{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.country-toggle button,.theme-chip{border:1px solid var(--line);background:var(--panel-solid);color:var(--text);border-radius:999px;padding:10px 14px;font-weight:900;box-shadow:0 10px 24px #0f172a0d}.country-toggle button.active,.theme-chip.active{background:var(--accent);color:#fff;border-color:var(--accent)}.hero-stats,.attribute-meta{display:flex;gap:10px;flex-wrap:wrap;margin-top:18px}.stat-pill{display:grid;gap:2px;min-width:118px;padding:10px 13px;border:1px solid var(--line);border-radius:18px;background:color-mix(in srgb,var(--panel-solid) 86%,transparent)}.stat-pill b{font-size:18px;color:var(--accent)}.stat-pill span{font-size:11px;color:var(--muted);font-weight:850;text-transform:uppercase;letter-spacing:.05em}.toolbar.card{position:sticky;top:10px;z-index:30;display:grid;grid-template-columns:minmax(260px,1fr) auto auto auto;gap:12px;align-items:center;padding:14px;margin:16px 0;border-radius:24px}input,select,textarea{width:100%;border:1px solid var(--line);background:color-mix(in srgb,var(--panel-solid) 95%,transparent);color:var(--text);border-radius:16px;padding:12px 14px;outline:none;transition:border .18s,box-shadow .18s,transform .18s}input:focus,select:focus,textarea:focus{border-color:color-mix(in srgb,var(--accent) 60%,var(--line));box-shadow:0 0 0 4px color-mix(in srgb,var(--accent) 13%,transparent)}textarea{resize:vertical;min-height:90px}label{display:grid;gap:7px;color:var(--muted);font-weight:850;font-size:13px}.btn{border:0;border-radius:16px;background:linear-gradient(135deg,var(--accent),color-mix(in srgb,var(--accent) 75%,#111));color:#fff;font-weight:950;padding:12px 16px;min-height:46px;display:inline-flex;align-items:center;justify-content:center;gap:9px;box-shadow:0 14px 28px color-mix(in srgb,var(--accent) 24%,transparent);transition:transform .18s,filter .18s,opacity .18s}.btn:hover:not(:disabled),.hover-lift:hover{transform:translateY(-2px)}.btn:disabled{opacity:.58;cursor:not-allowed}.btn.secondary{background:color-mix(in srgb,var(--accent) 10%,var(--panel-solid));color:var(--accent);border:1px solid color-mix(in srgb,var(--accent) 25%,var(--line));box-shadow:none}.btn.ghost{background:transparent;color:var(--muted);box-shadow:none;border:1px solid var(--line)}.spinner{width:15px;height:15px;border:2px solid rgba(255,255,255,.38);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}.btn.secondary .spinner{border-color:color-mix(in srgb,var(--accent) 25%,transparent);border-top-color:var(--accent)}@keyframes spin{to{transform:rotate(360deg)}}.v10-grid{display:grid;grid-template-columns:minmax(360px,450px) minmax(520px,1fr) minmax(570px,670px);grid-template-areas:"products source editor" "products media editor" "categories attributes editor";gap:18px;align-items:start}.products-panel{grid-area:products}.supplier-panel{grid-area:source}.media-panel{grid-area:media}.category-panel{grid-area:categories}.attribute-panel{grid-area:attributes}.editor{grid-area:editor;position:sticky;top:96px;max-height:calc(100vh - 116px);overflow:auto}.products-panel,.supplier-panel,.media-panel,.category-panel,.attribute-panel,.editor{padding:20px;min-width:0}.section-head{display:flex;justify-content:space-between;gap:12px;align-items:flex-start;margin-bottom:14px}.section-head h2{margin:3px 0 4px;font-size:24px;line-height:1.05;letter-spacing:-.04em}.section-head p{margin:0;color:var(--muted);font-weight:650;line-height:1.45}.product-count{color:var(--muted);font-size:12px;font-weight:900;margin:-3px 0 10px}.product-grid{display:grid;grid-template-columns:1fr;gap:14px;max-height:680px;overflow:auto;padding-right:6px;scroll-behavior:smooth}.product-card{display:grid;grid-template-columns:150px minmax(0,1fr);gap:0;min-height:164px;border:1px solid var(--line);border-radius:24px;overflow:hidden;background:color-mix(in srgb,var(--panel-solid) 92%,transparent);transition:transform .18s,box-shadow .18s,border-color .18s}.product-card.active{border-color:var(--accent);box-shadow:0 0 0 4px color-mix(in srgb,var(--accent) 13%,transparent)}.product-image{position:relative;border:0;background:linear-gradient(135deg,#f8fafc,color-mix(in srgb,var(--accent) 7%,#fff));display:grid;place-items:center;padding:8px;min-height:164px}.product-image img{width:100%;height:100%;object-fit:contain;object-position:center;filter:drop-shadow(0 10px 18px rgba(15,23,42,.12))}.product-image b{position:absolute;left:8px;bottom:8px;background:#0f172ab8;color:#fff;padding:4px 8px;border-radius:999px;font-size:10px}.image-empty{width:100%;height:100%;display:grid;place-items:center;color:var(--muted);font-weight:900;font-size:12px}.product-body{padding:14px;display:grid;align-content:start;gap:8px}.product-title-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;align-items:start}.product-body h3{margin:0;font-size:15px;line-height:1.25;max-height:58px;overflow:auto}.product-meta-line{margin:0;color:var(--muted);font-size:12px;font-weight:750}.edit-pill{border:0;background:var(--accent);color:#fff;border-radius:999px;padding:6px 9px;font-weight:900;font-size:11px}.brand-mini{color:var(--accent);font-size:12px}.chips,.selected-cats-chips{display:flex;gap:6px;flex-wrap:wrap}.chips span,.selected-cats-chips button{border:1px solid var(--line);background:var(--soft);color:var(--text);border-radius:999px;padding:5px 8px;font-size:11px;font-weight:850}.load-more-row{display:grid;margin-top:12px}.empty{min-height:260px;display:grid;place-content:center;text-align:center;gap:8px;color:var(--muted);border:1px dashed var(--line);border-radius:24px;padding:20px;background:color-mix(in srgb,var(--panel-solid) 55%,transparent)}.empty.mini{min-height:95px}.orb{width:58px;height:58px;border-radius:18px;display:grid;place-items:center;margin:0 auto;color:#fff;background:linear-gradient(135deg,var(--accent),var(--accent-2));box-shadow:0 18px 36px color-mix(in srgb,var(--accent) 30%,transparent)}.supplier-grid,.editor-grid-two,.shipping-grid,.attr-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.span-2,.wide{grid-column:1 / -1}.supplier-actions,.modal-actions,.category-actions,.attr-toolbar,.editor-footer{display:flex;gap:10px;flex-wrap:wrap;align-items:center}.category-actions input,.attr-toolbar input{flex:1 1 220px}.attr-toolbar select{flex:1 1 250px}.supplier-actions,.editor-footer{margin-top:14px}.media-main{display:grid;grid-template-columns:220px 1fr;gap:16px;align-items:center}.media-main-image{width:220px;height:220px;border-radius:24px;overflow:hidden;border:1px solid var(--line);background:#fff;display:grid;place-items:center;padding:10px}.media-main-image img,.gallery-item img,.capture-box img{width:100%;height:100%;object-fit:contain}.upload-btn,.gallery-add{border:1px dashed color-mix(in srgb,var(--accent) 50%,var(--line));border-radius:20px;padding:18px;color:var(--accent);font-weight:950;text-align:center;background:var(--soft);cursor:pointer}.gallery-row{display:flex;gap:10px;flex-wrap:wrap;margin-top:14px}.gallery-item,.gallery-add{width:94px;height:94px;position:relative;overflow:hidden;display:grid;place-items:center;padding:6px}.gallery-item{background:#fff;border:1px solid var(--line);border-radius:18px}.gallery-item button{position:absolute;top:4px;right:4px;border:0;width:23px;height:23px;border-radius:50%;background:#0f172abd;color:#fff}.gallery-item b{position:absolute;left:4px;bottom:4px;right:4px;border-radius:9px;background:#0f172a9e;color:#fff;font-size:10px;text-align:center;padding:2px}.captures-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:14px}.capture-box{border:1px solid var(--line);border-radius:20px;padding:12px;background:color-mix(in srgb,var(--panel-solid) 78%,transparent);display:grid;gap:8px}.capture-help{margin:0;color:var(--muted);font-size:12px}.capture-box img,.capture-box span{height:140px;border-radius:14px;border:1px solid var(--line);background:#fff;display:grid;place-items:center;color:var(--muted)}.capture-box div{display:flex;gap:8px}.create-category-box{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.2fr) auto;gap:10px;margin:12px 0}.selected-cats-summary{display:flex;align-items:center;gap:8px;padding:10px 12px;background:var(--soft);border-radius:18px;border:1px solid var(--line);margin-bottom:10px}.selected-cats-summary strong{color:var(--accent);font-size:22px}.selected-cats-summary span{color:var(--muted);font-weight:900}.selected-cats-summary button{margin-left:auto;border:0;color:var(--accent);background:transparent;font-weight:950}.selected-cats-chips{margin-bottom:10px}.category-tree{max-height:430px;overflow:auto;margin-top:12px;padding-right:4px}.tree-root-toggle{width:100%;border:1px solid color-mix(in srgb,var(--accent) 24%,var(--line));border-radius:16px;background:var(--soft);color:var(--text);padding:12px 14px;text-align:left;font-weight:950}.cat-node{margin-left:calc(var(--level,0) * 18px)}.tree-category-row{display:grid;grid-template-columns:28px 26px minmax(0,1fr) auto;align-items:center;gap:8px;border:1px solid var(--line);border-radius:16px;padding:8px;margin-top:8px;background:color-mix(in srgb,var(--panel-solid) 88%,transparent)}.tree-category-row.checked{border-color:var(--accent);background:color-mix(in srgb,var(--accent) 10%,var(--panel-solid))}.tree-open{border:0;background:transparent;color:var(--accent);font-weight:950;font-size:18px}.category-checkbox{width:18px;height:18px;accent-color:var(--accent)}.cat-main{border:0;background:transparent;text-align:left;display:grid;gap:2px;color:var(--text)}.cat-main b{font-size:13px}.cat-main em{font-style:normal;color:var(--muted);font-size:11px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tree-category-row small{color:var(--muted);font-size:11px}.recommend-box{margin:12px 0;padding:12px;border-radius:20px;border:1px solid color-mix(in srgb,var(--accent) 25%,var(--line));background:var(--soft)}.recommend-chip-grid{display:grid;gap:10px;margin-top:10px}.recommend-card{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:10px;align-items:center;border:1px solid var(--line);border-radius:16px;padding:10px;background:var(--panel-solid)}.recommend-card.new{border-style:dashed}.recommend-card p{margin:4px 0 0;color:var(--muted);font-size:12px}.recommend-card small{font-weight:950;color:var(--accent)}.slug-warning{padding:10px 12px;border-radius:16px;background:color-mix(in srgb,#f59e0b 13%,var(--panel-solid));border:1px solid color-mix(in srgb,#f59e0b 32%,var(--line));color:var(--text);font-size:13px;margin:12px 0}.terms-table-wrap{max-height:430px;overflow:auto;border:1px solid var(--line);border-radius:20px;background:var(--panel-solid)}.terms-table{width:100%;border-collapse:collapse;font-size:13px}.terms-table th{position:sticky;top:0;z-index:1;background:color-mix(in srgb,var(--accent) 10%,var(--panel-solid));text-align:left;padding:11px;color:var(--text)}.terms-table td{border-top:1px solid var(--line);padding:10px;vertical-align:top}.terms-table tr.changed{background:color-mix(in srgb,var(--accent) 7%,var(--panel-solid))}.terms-table small{display:block;color:var(--muted);margin-top:4px}.terms-table code{display:block;color:var(--accent);font-weight:900;word-break:break-all}.terms-table td span{color:var(--muted);font-size:11px}.tabs{display:flex;gap:7px;flex-wrap:wrap;position:sticky;top:-20px;z-index:3;background:var(--panel);padding:9px 0 12px}.tabs button,.html-head button{border:1px solid var(--line);border-radius:999px;background:var(--panel-solid);color:var(--muted);padding:8px 11px;font-weight:900}.tabs button.active,.html-head button.active{background:var(--accent);color:#fff;border-color:var(--accent)}.html-editor{display:grid;gap:10px}.html-head{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-top:10px}.html-head div{display:flex;gap:6px}.html-preview{min-height:180px;max-height:430px;overflow:auto;padding:16px;border:1px solid var(--line);border-radius:20px;background:#fff;color:#1f2937;line-height:1.65}body[data-theme=dark] .html-preview{background:#0f172a;color:#f8fafc}.html-preview table{width:100%;border-collapse:collapse}.html-preview th,.html-preview td{border:1px solid #e5e7eb;padding:10px;text-align:left}.html-preview th{background:#f1f5f9;width:35%}.inline-field{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px}.inline-field button{border:1px solid var(--line);background:var(--soft);color:var(--accent);border-radius:14px;padding:0 12px;font-weight:950}.shipping-note{grid-column:1 / -1;border:1px solid var(--line);border-radius:18px;padding:12px;background:var(--soft)}.shipping-note p{margin:5px 0 0;color:var(--muted)}.attr-delete-list{border:1px solid var(--line);border-radius:18px;padding:12px;background:color-mix(in srgb,var(--panel-solid) 84%,transparent)}.attr-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;padding:8px 0;border-top:1px solid var(--line)}.attr-row:first-of-type{border-top:0}.attr-row button,.deleted-attrs button{border:0;border-radius:999px;background:color-mix(in srgb,#ef4444 12%,#fff);color:#b91c1c;font-weight:900;padding:6px 9px}.deleted-attrs{display:flex;flex-wrap:wrap;gap:8px;align-items:center;margin-top:10px}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:grid;place-items:center;background:#0f172a8c;padding:20px}.modal{width:min(1180px,100%);max-height:92vh;overflow:auto;background:var(--panel-solid);border-radius:32px;border:1px solid var(--line);box-shadow:0 35px 110px #00000059;padding:20px}.slide-up{animation:slideUp .22s ease-out both}.fade-in{animation:fadeIn .22s ease-out both}@keyframes slideUp{0%{transform:translateY(24px);opacity:0}to{transform:none;opacity:1}}@keyframes fadeIn{0%{opacity:.25;transform:translateY(8px)}to{opacity:1;transform:none}}.modal-head{display:flex;justify-content:space-between;gap:12px;align-items:flex-start;margin-bottom:16px}.modal-head h2{margin:4px 0;font-size:32px;letter-spacing:-.04em}.modal-head p,.hint{color:var(--muted);line-height:1.45;margin:0}.icon-btn{width:42px;height:42px;border-radius:14px;border:1px solid var(--line);background:var(--soft);color:var(--text);font-size:24px}.settings-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.settings-card{display:grid;gap:12px;padding:16px;border:1px solid var(--line);border-radius:24px;background:color-mix(in srgb,var(--panel-solid) 92%,transparent)}.settings-card h3{margin:0}.settings-card.wide{grid-column:span 2}.checkline{display:flex;align-items:center;gap:8px;color:var(--text)}.checkline input{width:auto;accent-color:var(--accent)}.theme-list{display:flex;flex-wrap:wrap;gap:8px}.theme-chip{display:flex;align-items:center;gap:8px}.theme-chip i{width:15px;height:15px;border-radius:999px}.diag-box{border:1px solid var(--line);border-radius:16px;padding:10px;background:var(--soft);display:grid;gap:4px}.diag-box p{margin:0;font-size:12px;color:var(--muted)}.diag-box .ok{color:#059669}.diag-box .bad{color:#b45309}.toast-host{position:fixed;right:20px;bottom:20px;z-index:150;display:grid;gap:10px;width:min(420px,calc(100vw - 40px))}.toast{display:grid;grid-template-columns:12px minmax(0,1fr) auto;gap:12px;align-items:start;padding:13px;border-radius:18px;background:var(--panel-solid);border:1px solid var(--line);box-shadow:var(--shadow);animation:slideUp .18s ease-out both}.toast-dot{width:10px;height:10px;border-radius:50%;margin-top:5px;background:var(--accent)}.toast.error .toast-dot{background:#ef4444}.toast.info .toast-dot{background:#3b82f6}.toast p{margin:3px 0 0;color:var(--muted);font-size:13px;line-height:1.4}.toast button{border:0;background:transparent;color:var(--muted);font-size:18px}.mini-loading{color:var(--accent);font-size:12px;font-weight:950;display:inline-flex;gap:8px;align-items:center}.ai-note{color:var(--accent)!important;font-weight:900!important}@media(max-width:1450px){.v10-grid{grid-template-columns:minmax(360px,430px) minmax(470px,1fr);grid-template-areas:"products editor" "source editor" "media editor" "categories attributes"}}@media(max-width:1120px){.v10-grid{grid-template-columns:1fr;grid-template-areas:"products" "source" "media" "categories" "attributes" "editor"}.editor{position:static;max-height:none}.toolbar.card{grid-template-columns:1fr 1fr}.settings-grid{grid-template-columns:1fr}.settings-card.wide{grid-column:auto}}@media(max-width:720px){.app-shell{width:min(100% - 14px,100%)}.hero{grid-template-columns:1fr;padding:20px}.hero-actions{justify-items:stretch}.toolbar.card,.supplier-grid,.editor-grid-two,.shipping-grid,.attr-grid,.create-category-box,.captures-grid,.media-main{grid-template-columns:1fr}.product-card{grid-template-columns:118px minmax(0,1fr)}.product-image{min-height:138px}.media-main-image{width:100%;height:260px}.section-head{display:grid}.recommend-card{grid-template-columns:1fr}}.login-shell{min-height:100vh;display:grid;place-items:center;padding:24px;background:radial-gradient(circle at 20% 10%,color-mix(in srgb,var(--accent) 18%,transparent),transparent 32%),linear-gradient(135deg,#eef7fb,#f8fafc)}body[data-theme=dark] .login-shell{background:linear-gradient(135deg,#020617,#0f172a)}.login-card{width:min(460px,100%);display:grid;gap:14px;padding:28px;border-radius:32px;background:var(--panel-solid);border:1px solid var(--line);box-shadow:0 30px 90px #0f172a33;animation:slideUp .25s ease-out both}.login-card h1{margin:0;font-size:34px;letter-spacing:-.04em}.login-card p{color:var(--muted);margin:0;line-height:1.45}.login-card small{color:var(--muted);text-align:center}.login-error{padding:10px 12px;border-radius:16px;color:#991b1b;background:#fee2e2;border:1px solid #fecaca;font-weight:800}.attr-actions{display:flex;flex-wrap:wrap;gap:8px;margin:10px 0;align-items:center}.btn.danger,.attr-actions .danger{color:#fff;background:#dc2626;border-color:#dc2626}.btn.danger.soft{background:color-mix(in srgb,#dc2626 10%,var(--panel-solid));color:#b91c1c;border-color:color-mix(in srgb,#dc2626 24%,var(--line))}.terms-table th:first-child,.terms-table td:first-child{width:42px;text-align:center}.terms-table tr.unused{background:color-mix(in srgb,#f59e0b 7%,var(--panel-solid))}.warn-mini{color:#b45309!important;font-weight:900}.attr-delete-head{display:flex;justify-content:space-between;gap:10px;align-items:center;margin-bottom:8px}.attr-delete-head button{border:1px solid color-mix(in srgb,#ef4444 24%,var(--line));background:color-mix(in srgb,#ef4444 9%,var(--panel-solid));color:#b91c1c;border-radius:999px;padding:7px 10px;font-weight:900}.attr-delete-head button:disabled{opacity:.45;cursor:not-allowed}.attr-row.multi{grid-template-columns:26px minmax(0,1fr) auto;align-items:center}.attr-row input[type=checkbox],.terms-table input[type=checkbox]{width:17px;height:17px;accent-color:var(--accent)}.color-hints{padding:12px;border:1px dashed color-mix(in srgb,var(--accent) 38%,var(--line));border-radius:18px;background:color-mix(in srgb,var(--accent) 7%,var(--panel-solid));display:grid;gap:6px}.color-hints p{margin:0;color:var(--muted)}.color-hints small{color:var(--accent);font-weight:800}.theme-chip.active{outline:2px solid var(--accent);background:color-mix(in srgb,var(--accent) 10%,var(--panel-solid))}:root{--modal-radius: 28px}.quick-select{min-height:42px;border:1px solid var(--line);border-radius:16px;background:var(--panel-solid);color:var(--text);padding:0 12px;font-weight:900;box-shadow:0 8px 20px #0f172a0a}.sticky-toolbar{position:sticky;top:12px;z-index:20;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.pro-modal{width:min(1240px,calc(100vw - 28px));max-height:90vh;padding:0;overflow:hidden;display:grid;grid-template-rows:auto minmax(0,1fr) auto}.modal-accent-line{height:5px;background:linear-gradient(90deg,var(--accent),color-mix(in srgb,var(--accent) 20%,white))}.pro-modal .modal-head{padding:18px 22px 10px;margin:0;border-bottom:1px solid var(--line);background:linear-gradient(180deg,color-mix(in srgb,var(--accent) 6%,var(--panel-solid)),var(--panel-solid))}.pro-modal .modal-head h2{font-size:28px}.modal-tabs{display:flex;gap:8px;padding:12px 18px;overflow:auto;border-bottom:1px solid var(--line);background:color-mix(in srgb,var(--panel-solid) 94%,var(--accent))}.modal-tabs button{border:1px solid var(--line);border-radius:999px;padding:9px 13px;background:var(--panel-solid);color:var(--muted);font-weight:950;white-space:nowrap}.modal-tabs button.active{color:#fff;background:var(--accent);border-color:var(--accent)}.compact-settings{padding:16px 18px 90px;overflow:auto;align-content:start}.compact-settings.two-col{grid-template-columns:repeat(2,minmax(0,1fr))}.model-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.theme-list.expanded{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:10px}.theme-chip{border:1px solid var(--line);border-radius:16px;background:var(--panel-solid);color:var(--text);padding:10px 12px;font-weight:900;justify-content:flex-start}.sticky-actions{position:sticky;bottom:0;z-index:4;margin:0;padding:14px 18px;border-top:1px solid var(--line);background:color-mix(in srgb,var(--panel-solid) 92%,transparent);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.category-panel .section-head,.categories-panel .section-head{margin-bottom:8px}.category-tree{max-height:510px;margin-top:8px}.tree-category-row{padding:7px 9px;margin-top:6px}.selected-cats-summary{margin-bottom:8px;padding:8px 10px}.create-category-box{margin:8px 0}.toast-center-label{justify-self:end;padding:7px 11px;border-radius:999px;background:var(--accent);color:#fff;font-size:11px;font-weight:950;box-shadow:var(--shadow)}.toast.update .toast-dot{background:#22c55e;box-shadow:0 0 0 4px color-mix(in srgb,#22c55e 14%,transparent)}body[data-density=compact] .card,body[data-density=compact] .settings-card{padding:12px;border-radius:18px}body[data-density=compact] .hero{padding:18px}body[data-density=compact] .product-card{min-height:112px}body[data-density=compact] .product-image{min-height:120px}body[data-density=spacious] .card{padding:24px}body[data-ui-theme=bootstrap] .btn{border-radius:12px}body[data-ui-theme=bootstrap] .card{border-radius:16px}body[data-ui-theme=angular] .hero{border-top:4px solid #DD0031}body[data-ui-theme=angular] .btn{border-radius:8px;text-transform:uppercase;letter-spacing:.02em}body[data-ui-theme=mcp] .hero,body[data-ui-theme=cyber] .hero{background:radial-gradient(circle at 10% 10%,color-mix(in srgb,var(--accent) 18%,transparent),transparent 30%),linear-gradient(135deg,#020617,#111827);color:#f8fafc}body[data-ui-theme=mcp] .card,body[data-ui-theme=cyber] .card{box-shadow:0 0 0 1px color-mix(in srgb,var(--accent) 20%,transparent),0 30px 90px #02061740}body[data-layout=compact] .v10-grid{grid-template-columns:minmax(310px,380px) minmax(420px,1fr) minmax(310px,390px);grid-template-areas:"products editor categories" "source editor attributes" "media editor attributes";gap:12px}body[data-layout=editor-first] .v10-grid{grid-template-columns:minmax(520px,1.2fr) minmax(320px,.8fr) minmax(320px,.8fr);grid-template-areas:"editor products categories" "editor source attributes" "editor media attributes"}body[data-layout=categories-first] .v10-grid{grid-template-columns:minmax(360px,460px) minmax(430px,1fr) minmax(360px,460px);grid-template-areas:"categories editor products" "categories editor source" "attributes editor media"}body[data-layout=media-first] .v10-grid{grid-template-columns:minmax(380px,500px) minmax(430px,1fr) minmax(320px,430px);grid-template-areas:"media editor products" "media editor categories" "source editor attributes"}body[data-layout=mcp-command] .v10-grid{grid-template-columns:minmax(330px,420px) minmax(430px,1fr) minmax(330px,420px);grid-template-areas:"source editor attributes" "products editor categories" "media editor categories"}@media(max-width:1120px){.compact-settings.two-col,.model-grid{grid-template-columns:1fr}.pro-modal{width:calc(100vw - 16px)}body[data-layout] .v10-grid{grid-template-columns:1fr;grid-template-areas:"products" "editor" "categories" "attributes" "media" "source"}}.status-ok{display:inline-flex;align-items:center;gap:8px;margin:8px 0 12px;padding:9px 12px;border-radius:14px;background:#22c55e1f;color:#047857;font-weight:800;font-size:.82rem;border:1px solid rgba(34,197,94,.22)}body[data-theme=dark] .status-ok{color:#86efac;background:#22c55e24}.close-modal-btn{width:42px;height:42px;display:grid;place-items:center;border-radius:999px;flex:0 0 auto;position:relative;z-index:9}.close-modal-btn:hover{background:color-mix(in srgb,var(--accent) 12%,var(--panel-solid));color:var(--accent);transform:scale(1.04)}.product-card-actions{display:flex;align-items:flex-start;justify-content:flex-end;gap:6px;flex-wrap:wrap}.edited-pill{display:inline-flex;align-items:center;gap:4px;border-radius:999px;padding:6px 8px;background:#22c55e24;color:#047857;border:1px solid rgba(34,197,94,.24);font-size:10px;font-weight:950;white-space:nowrap}body[data-theme=dark] .edited-pill{color:#86efac;background:#22c55e29}.edited-banner{display:flex;justify-content:space-between;gap:12px;align-items:center;margin-bottom:14px;padding:12px 14px;border-radius:18px;background:linear-gradient(135deg,#22c55e24,color-mix(in srgb,var(--accent) 7%,var(--panel-solid)));border:1px solid rgba(34,197,94,.24);color:var(--text)}.edited-banner strong{color:#047857;font-weight:950}.edited-banner span{color:var(--muted);font-size:12px;font-weight:800}.product-image img,.media-main-image img,.gallery-item img{image-rendering:auto;transform:translateZ(0);backface-visibility:hidden}.product-card{content-visibility:auto;contain-intrinsic-size:164px 420px}.gallery-item .image-empty,.media-main-image .image-empty{min-height:100%}.modal-backdrop{z-index:1000}.pro-modal{position:relative}@media(max-width:720px){.edited-banner{display:grid}.product-card-actions{justify-content:flex-start}}:root{--glow: color-mix(in srgb, var(--accent) 24%, transparent);--glass-line: color-mix(in srgb, var(--accent) 18%, var(--line))}.hero,.toolbar.card,.card,.pro-modal,.login-card{animation:uiFadeIn .28s ease-out both}@keyframes uiFadeIn{0%{opacity:.72;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.btn,.edit-pill,.copy-chip,.modal-tabs button,.theme-chip,.quick-select{position:relative;isolation:isolate;overflow:hidden}.btn:before,.edit-pill:before,.copy-chip:before,.modal-tabs button:before,.theme-chip:before{content:"";position:absolute;top:-2px;right:-2px;bottom:-2px;left:-2px;background:linear-gradient(120deg,transparent 0%,rgba(255,255,255,.28) 35%,transparent 70%);transform:translate(-130%);transition:transform .45s ease;z-index:-1}.btn:hover:before,.edit-pill:hover:before,.copy-chip:hover:before,.modal-tabs button:hover:before,.theme-chip:hover:before{transform:translate(130%)}.copy-row,.editor-copy-line{display:flex;flex-wrap:wrap;align-items:center;gap:7px}.copy-input-wrap{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;align-items:center}.copy-chip{border:1px solid var(--glass-line);background:linear-gradient(135deg,color-mix(in srgb,var(--accent) 10%,var(--panel-solid)),color-mix(in srgb,var(--panel-solid) 88%,transparent));color:var(--accent);border-radius:999px;min-height:32px;padding:7px 11px;display:inline-flex;align-items:center;justify-content:center;gap:7px;font-size:11px;font-weight:950;letter-spacing:.02em;box-shadow:0 10px 22px color-mix(in srgb,var(--accent) 10%,transparent);transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease,background .16s ease}.copy-chip.compact{min-height:27px;padding:5px 9px;font-size:10px}.copy-chip:hover{transform:translateY(-1px) scale(1.015);border-color:color-mix(in srgb,var(--accent) 42%,var(--line));box-shadow:0 14px 28px color-mix(in srgb,var(--accent) 18%,transparent)}.copy-chip:active{transform:scale(.98)}.copy-icon{width:18px;height:18px;border-radius:8px;display:grid;place-items:center;background:color-mix(in srgb,var(--accent) 16%,transparent);color:var(--accent);font-size:11px;line-height:1}.product-card .copy-row{opacity:.72;transform:translateY(-2px);transition:opacity .15s ease,transform .15s ease}.product-card:hover .copy-row,.product-card.active .copy-row{opacity:1;transform:translateY(0)}.product-title-row h3{cursor:default}.product-card{border-color:color-mix(in srgb,var(--accent) 12%,var(--line));box-shadow:0 12px 36px #0f172a0f}.product-card:hover{box-shadow:0 18px 50px color-mix(in srgb,var(--accent) 12%,rgba(15,23,42,.08))}.stat-pill{min-width:132px;background:linear-gradient(135deg,color-mix(in srgb,var(--panel-solid) 86%,transparent),color-mix(in srgb,var(--accent) 7%,var(--panel-solid)));box-shadow:inset 0 1px #ffffff52,0 12px 28px #0f172a0f}.stat-pill b{font-size:17px;max-width:180px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.edit-pill{background:linear-gradient(135deg,var(--accent),color-mix(in srgb,var(--accent) 72%,#020617));box-shadow:0 10px 22px color-mix(in srgb,var(--accent) 22%,transparent);transition:transform .16s ease,box-shadow .16s ease}.edit-pill:hover{transform:translateY(-1px);box-shadow:0 14px 28px color-mix(in srgb,var(--accent) 28%,transparent)}.toolbar.card{border-color:color-mix(in srgb,var(--accent) 14%,var(--line));background:color-mix(in srgb,var(--panel) 92%,transparent)}.modal-tabs button,.theme-chip,.quick-select{box-shadow:0 10px 20px #0f172a0a}.theme-chip i{width:16px;height:16px;border-radius:7px;box-shadow:0 0 0 4px color-mix(in srgb,currentColor 7%,transparent),0 0 16px color-mix(in srgb,var(--accent) 35%,transparent)}body[data-theme=dark] .copy-chip{background:linear-gradient(135deg,color-mix(in srgb,var(--accent) 16%,#0f172a),#0f172ab8);color:color-mix(in srgb,var(--accent) 76%,white)}body[data-ui-theme=aurora]{--bg:#03111e;--panel:rgba(9, 22, 36, .78);--panel-solid:#0b1828;--text:#edfaff;--muted:#9fb7c9;--line:rgba(186,230,253,.14);background:radial-gradient(circle at 8% 12%,rgba(34,211,238,.28),transparent 28%),radial-gradient(circle at 92% 4%,rgba(168,85,247,.22),transparent 32%),linear-gradient(135deg,#020617,#071426 52%,#092033)}body[data-ui-theme=obsidian]{--bg:#020617;--panel:rgba(15,23,42,.82);--panel-solid:#0b1220;--text:#eafdf9;--muted:#8ca7a1;--line:rgba(45,212,191,.14)}body[data-ui-theme=quantum]{--bg:#071225;--panel:rgba(15,23,42,.84);--panel-solid:#0b1730;--text:#eff6ff;--muted:#a8bad5;--line:rgba(96,165,250,.17)}body[data-ui-theme=lava]{--bg:#170b05;--panel:rgba(30,18,12,.82);--panel-solid:#1f130c;--text:#fff7ed;--muted:#f0b98b;--line:rgba(251,146,60,.18)}body[data-ui-theme=titanium] .card,body[data-ui-theme=mint] .card{-webkit-backdrop-filter:blur(22px) saturate(1.08);backdrop-filter:blur(22px) saturate(1.08)}body[data-ui-theme=aurora] .hero,body[data-ui-theme=obsidian] .hero,body[data-ui-theme=quantum] .hero,body[data-ui-theme=lava] .hero{background:radial-gradient(circle at 12% 8%,color-mix(in srgb,var(--accent) 22%,transparent),transparent 34%),linear-gradient(135deg,#ffffff0d,#ffffff05);color:var(--text)}body[data-ui-theme=aurora] .btn,body[data-ui-theme=obsidian] .btn,body[data-ui-theme=quantum] .btn,body[data-ui-theme=lava] .btn{box-shadow:0 0 0 1px color-mix(in srgb,var(--accent) 24%,transparent),0 16px 40px color-mix(in srgb,var(--accent) 24%,transparent)}@media(prefers-reduced-motion:reduce){.hero,.toolbar.card,.card,.pro-modal,.login-card{animation:none}.btn:before,.edit-pill:before,.copy-chip:before,.modal-tabs button:before,.theme-chip:before{display:none}.hero:after{animation:none}}.field-hint{display:block;font-size:11px;font-weight:600;line-height:1.35;color:var(--muted);margin:4px 0 6px;max-width:360px}.ai-detected-pill{display:inline-flex;align-items:center;width:max-content;margin-top:7px;padding:5px 10px;border-radius:999px;background:color-mix(in srgb,var(--accent) 16%,transparent);border:1px solid color-mix(in srgb,var(--accent) 45%,transparent);color:var(--accent);font-weight:800;letter-spacing:.01em;box-shadow:0 8px 18px color-mix(in srgb,var(--accent) 12%,transparent)}.admin-open-chip{position:relative;overflow:hidden;border:1px solid color-mix(in srgb,var(--accent) 42%,var(--line));background:linear-gradient(135deg,color-mix(in srgb,var(--accent) 18%,var(--panel-solid)),color-mix(in srgb,var(--accent) 6%,var(--panel-solid)));color:var(--accent);border-radius:999px;min-height:34px;padding:7px 12px;display:inline-flex;align-items:center;justify-content:center;gap:7px;font-size:11px;font-weight:950;letter-spacing:.01em;box-shadow:0 10px 22px color-mix(in srgb,var(--accent) 12%,transparent);transition:transform .16s ease,box-shadow .16s ease,filter .16s ease}.admin-open-chip:before{content:"";position:absolute;inset:-40% auto -40% -45%;width:38%;transform:skew(-18deg);background:linear-gradient(90deg,transparent,rgba(255,255,255,.46),transparent);transition:transform .45s ease}.admin-open-chip:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 15px 34px color-mix(in srgb,var(--accent) 20%,transparent)}.admin-open-chip:hover:before{transform:translate(410%) skew(-18deg)}.admin-open-chip:disabled{opacity:.48;cursor:not-allowed;box-shadow:none}.admin-open-chip.compact{min-height:27px;padding:5px 9px;font-size:10px}.admin-open-icon{width:18px;height:18px;border-radius:999px;display:grid;place-items:center;background:var(--accent);color:#fff;font-size:12px;line-height:1}body[data-theme=dark] .admin-open-chip{background:linear-gradient(135deg,color-mix(in srgb,var(--accent) 22%,#0f172a),#ffffff0a);color:#eafcff;border-color:color-mix(in srgb,var(--accent) 50%,var(--line))}.editor-footer .admin-open-chip{min-height:46px;padding:12px 16px}.global-progress-wrap{position:fixed;left:50%;top:18px;transform:translate(-50%);z-index:1600;width:min(620px,calc(100vw - 28px));pointer-events:none}.global-progress-card{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:center;padding:13px 14px;border-radius:22px;background:color-mix(in srgb,var(--panel-solid) 92%,var(--accent));border:1px solid color-mix(in srgb,var(--accent) 28%,var(--line));box-shadow:0 24px 70px #0000003d;-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);animation:slideUp .18s ease-out both}.global-progress-card b{display:block;font-size:14px;letter-spacing:-.01em}.global-progress-card span{display:block;color:var(--muted);font-size:12px;margin-top:2px}.global-progress-card strong{font-size:13px;color:var(--accent)}.global-progress-track{grid-column:1/-1;height:8px;border-radius:999px;background:color-mix(in srgb,var(--accent) 10%,var(--line));overflow:hidden}.global-progress-track i{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,var(--accent),color-mix(in srgb,var(--accent) 35%,#fff));box-shadow:0 0 18px color-mix(in srgb,var(--accent) 45%,transparent);transition:width .28s ease}input[type=range]{width:100%;accent-color:var(--accent)}.supplier-actions .btn:first-child{box-shadow:0 0 0 1px color-mix(in srgb,var(--accent) 25%,transparent),0 16px 34px color-mix(in srgb,var(--accent) 18%,transparent)}@media(max-width:720px){.global-progress-wrap{top:8px}.global-progress-card{border-radius:18px;padding:11px}.toast-host{right:8px;bottom:8px;width:calc(100vw - 16px)}.modal-tabs{gap:6px}.modal-tabs button{padding:8px 10px;font-size:12px}.supplier-actions .btn,.hero-actions .btn,.toolbar.card .btn{width:100%;justify-content:center}.quick-select{width:100%}.product-card{grid-template-columns:1fr}.copy-row{display:flex;flex-wrap:wrap}.editor-footer{position:sticky;bottom:0;background:var(--panel-solid);padding:10px;border-top:1px solid var(--line)}}.modal-save-progress{position:relative;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:center;margin:12px 0 16px;padding:12px 14px 16px;border-radius:18px;background:color-mix(in srgb,var(--accent) 10%,var(--panel-solid));border:1px solid color-mix(in srgb,var(--accent) 30%,var(--line));overflow:hidden;box-shadow:0 12px 34px #0000001f}.modal-save-progress b{display:block;font-size:13px;letter-spacing:-.01em}.modal-save-progress span{display:block;color:var(--muted);font-size:12px;margin-top:2px}.modal-save-progress strong{font-size:13px;color:var(--accent)}.modal-save-progress i{position:absolute;left:0;bottom:0;height:5px;border-radius:999px;background:linear-gradient(90deg,var(--accent),color-mix(in srgb,var(--accent) 25%,#fff));box-shadow:0 0 16px color-mix(in srgb,var(--accent) 45%,transparent);transition:width .25s ease}.btn .spinner{border-top-color:var(--accent)}body[data-ui-theme=kyron] .global-progress-card,body[data-ui-theme=kyron] .modal-save-progress{background:linear-gradient(135deg,#fff,#f4f7f6);border-color:#c9d4e8}body[data-ui-theme=obsidian] .modal-save-progress,body[data-theme=dark] .modal-save-progress{box-shadow:0 18px 70px #00000070}@media(max-width:520px){.modal-save-progress{grid-template-columns:1fr}.modal-save-progress strong{justify-self:end}.modal-save-progress span{font-size:11px}}.capture-disabled-note{margin-top:12px;padding:12px 14px;border:1px dashed var(--border,#cbd5e1);border-radius:14px;color:var(--muted,#64748b);background:#94a3b814;font-size:.9rem}body[data-ui-theme=neonSaas],body[data-ui-theme=glass],body[data-ui-theme=matrix],body[data-ui-theme=midnight]{--bg:#050816;--panel:rgba(10,18,35,.72);--panel-solid:#0b1220;--text:#eaf2ff;--muted:#9aa8c7;--line:rgba(148,163,184,.18);--soft:color-mix(in srgb, var(--accent) 14%, transparent);--shadow:0 30px 90px rgba(0,0,0,.42)}body[data-ui-theme=ocean]{--bg:#ecfeff;--panel:rgba(255,255,255,.8);--panel-solid:#ffffff;--text:#083344;--muted:#557081;--line:rgba(8,47,73,.13);--shadow:0 30px 80px rgba(14,165,233,.14)}body:before{content:"";position:fixed;top:-20%;right:-20%;bottom:-20%;left:-20%;pointer-events:none;z-index:-1;background:radial-gradient(circle at 12% 18%,color-mix(in srgb,var(--accent) 24%,transparent),transparent 28%),radial-gradient(circle at 88% 8%,rgba(168,85,247,.15),transparent 30%),radial-gradient(circle at 50% 100%,rgba(34,211,238,.12),transparent 32%);animation:bgDrift 18s ease-in-out infinite alternate}@keyframes bgDrift{0%{transform:translate3d(-1%,0,0) scale(1)}to{transform:translate3d(1.5%,-1%,0) scale(1.04)}}.card,.toolbar.card,.hero,.login-card{backdrop-filter:blur(22px) saturate(1.18);-webkit-backdrop-filter:blur(22px) saturate(1.18)}.card{transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.card:hover{border-color:color-mix(in srgb,var(--accent) 24%,var(--line))}.btn{position:relative;overflow:hidden;isolation:isolate}.btn:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;transform:translate(-120%);background:linear-gradient(90deg,transparent,rgba(255,255,255,.23),transparent);transition:transform .55s ease;z-index:-1}.btn:hover:after{transform:translate(120%)}.upload-drop{cursor:pointer;min-height:128px;border:1.5px dashed color-mix(in srgb,var(--accent) 50%,var(--line));border-radius:24px;padding:20px;background:linear-gradient(135deg,color-mix(in srgb,var(--accent) 11%,var(--panel-solid)),color-mix(in srgb,var(--panel-solid) 72%,transparent));display:grid;place-content:center;text-align:center;gap:7px;transition:transform .2s ease,border-color .2s ease,background .2s ease}.upload-drop:hover{transform:translateY(-2px) scale(1.005);border-color:var(--accent);background:linear-gradient(135deg,color-mix(in srgb,var(--accent) 18%,var(--panel-solid)),color-mix(in srgb,var(--panel-solid) 60%,transparent))}.upload-drop strong{color:var(--accent);font-size:16px}.upload-drop span{color:var(--muted);font-weight:750;line-height:1.45}.product-grid,.category-tree,.terms-table-wrap,.editor{scrollbar-width:thin;scrollbar-color:color-mix(in srgb,var(--accent) 50%,transparent) transparent}.product-card{animation:fadeScale .28s ease both}@keyframes fadeScale{0%{opacity:0;transform:translateY(8px) scale(.99)}to{opacity:1;transform:translateY(0) scale(1)}}.global-progress,.toast{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.shimmer,.skeleton{background:linear-gradient(90deg,color-mix(in srgb,var(--line) 55%,transparent),color-mix(in srgb,var(--accent) 14%,transparent),color-mix(in srgb,var(--line) 55%,transparent));background-size:220% 100%;animation:shimmer 1.4s infinite}@keyframes shimmer{to{background-position:-220% 0}}@media(min-width:1900px){.app-shell{width:min(2200px,calc(100% - 44px))}.v10-grid{grid-template-columns:minmax(420px,520px) minmax(650px,1fr) minmax(660px,820px);gap:22px}}@media(max-width:900px){.toolbar.card{position:relative;top:auto;grid-template-columns:1fr}.supplier-actions,.modal-actions,.editor-footer{display:grid;grid-template-columns:1fr}.btn{width:100%}.hero h1{font-size:clamp(32px,10vw,48px)}.country-toggle{justify-content:stretch}.country-toggle button{flex:1 1 145px}}@media(max-width:520px){.app-shell{width:100%;padding:8px 8px 30px}.hero,.card{border-radius:22px}.product-card{grid-template-columns:1fr}.product-image{height:220px}.toast-host{right:10px;left:10px;width:auto}.pro-modal{width:100vw;height:100dvh;max-height:100dvh;border-radius:0}}body[data-ui-theme=linear],body[data-ui-theme=superhuman],body[data-ui-theme=raycast]{--bg: #070A12;--text: #F8FAFC;--muted: #94A3B8;--panel-solid: rgba(15, 23, 42, .72);--panel: rgba(15, 23, 42, .62);--soft: rgba(30, 41, 59, .68);--line: rgba(148, 163, 184, .22);--shadow: 0 24px 80px rgba(0,0,0,.38)}body[data-ui-theme=argon],body[data-ui-theme=vuexy],body[data-ui-theme=laravel],body[data-ui-theme=notion]{--bg: #F5F7FB;--text: #111827;--muted: #64748B;--panel-solid: rgba(255,255,255,.86);--panel: rgba(255,255,255,.74);--soft: rgba(241,245,249,.78);--line: rgba(15,23,42,.12);--shadow: 0 24px 70px rgba(15,23,42,.12)}.app-frame{min-height:100vh;display:grid;grid-template-columns:256px minmax(0,1fr);background:radial-gradient(circle at 18% 8%,color-mix(in srgb,var(--accent) 18%,transparent),transparent 28%),radial-gradient(circle at 82% 18%,rgba(99,102,241,.12),transparent 30%),linear-gradient(135deg,color-mix(in srgb,var(--bg, #f8fafc) 92%,#020617),var(--bg, #f8fafc));color:var(--text);overflow-x:hidden}.app-sidebar{position:sticky;top:0;height:100vh;padding:18px 14px;border-right:1px solid var(--line);background:linear-gradient(180deg,#0f172ad1,#0f172a94);-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);display:grid;grid-template-rows:auto 1fr auto;gap:18px;z-index:50}body[data-theme=light] .app-sidebar{background:linear-gradient(180deg,#ffffffd1,#ffffff9e)}.brand-block{display:flex;align-items:center;gap:12px;padding:10px;border-radius:22px;background:#ffffff0f;border:1px solid var(--line)}.brand-mark{width:42px;height:42px;border-radius:16px;display:grid;place-items:center;font-weight:1000;color:#fff;background:linear-gradient(135deg,var(--accent),color-mix(in srgb,var(--accent) 50%,#fff));box-shadow:0 14px 40px color-mix(in srgb,var(--accent) 32%,transparent)}.brand-block strong{display:block;line-height:1;letter-spacing:-.03em}.brand-block span{font-size:12px;color:var(--muted);font-weight:800}.side-nav{display:grid;align-content:start;gap:8px}.side-nav button,.sidebar-logout{min-height:44px;border:1px solid transparent;border-radius:16px;padding:0 12px;background:transparent;color:var(--muted);display:flex;align-items:center;gap:10px;font-weight:900;text-align:left;transition:.18s ease}.side-nav button span{width:24px;height:24px;display:grid;place-items:center;border-radius:10px;background:#ffffff14;color:var(--accent)}.side-nav button:hover,.side-nav button.active{background:color-mix(in srgb,var(--accent) 16%,transparent);color:var(--text);border-color:color-mix(in srgb,var(--accent) 22%,var(--line));transform:translate(2px)}.sidebar-logout{width:100%;justify-content:center;color:#fb7185;background:#f43f5e14;border-color:#f43f5e2e}.app-workspace{min-width:0;padding:16px 18px 86px;display:grid;gap:12px}.glass-panel,.smart-panel{background:var(--panel-solid);border:1px solid var(--line);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px)}.app-topbar{min-height:94px;border-radius:28px;padding:16px 18px;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:14px;align-items:center;position:sticky;top:12px;z-index:30}.topbar-title h1{margin:2px 0;font-size:clamp(24px,3vw,38px);letter-spacing:-.055em}.topbar-title p{margin:0;color:var(--muted);max-width:780px;font-size:13px;line-height:1.35}.topbar-actions{display:flex;gap:8px;align-items:center;flex-wrap:wrap;justify-content:flex-end}.spotlight-btn{min-height:42px;border-radius:15px;border:1px solid var(--line);background:var(--soft);color:var(--text);padding:0 14px;font-weight:950;box-shadow:inset 0 1px #ffffff0f}.metric-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.metric-strip .stat-pill{border-radius:20px;padding:12px 14px;background:var(--panel-solid);border:1px solid var(--line);box-shadow:none}.control-dock{border-radius:24px;padding:10px;display:grid;grid-template-columns:auto minmax(220px,1fr) minmax(170px,230px) auto auto;gap:8px;align-items:center;position:sticky;top:118px;z-index:29}.control-dock input{min-height:42px;border-radius:15px}.compact-toggle{gap:5px}.compact-toggle button{min-height:40px;padding:0 10px;border-radius:14px}.compact-app-grid{display:grid;grid-template-columns:minmax(310px,.88fr) minmax(420px,1.1fr) minmax(460px,1.45fr);grid-template-rows:minmax(330px,46vh) minmax(280px,38vh);gap:12px;grid-template-areas:"products source editor" "products media editor" "categories attributes editor";align-items:stretch}.smart-panel{border-radius:26px;padding:12px;min-height:0;overflow:hidden;display:flex;flex-direction:column}.smart-panel>.card,.smart-panel .card{box-shadow:none;border:0;background:transparent;padding:0;min-height:0}.panel-top,.smart-panel .section-head{flex:0 0 auto;margin-bottom:8px;padding:0 2px}.panel-top h2,.smart-panel h2{margin:0;font-size:20px;letter-spacing:-.04em}.panel-products{grid-area:products}.panel-source{grid-area:source}.panel-editor{grid-area:editor}.panel-media{grid-area:media}.panel-categories{grid-area:categories}.panel-attributes{grid-area:attributes}.panel-products .product-grid{flex:1;overflow:auto;display:grid;grid-template-columns:1fr;gap:8px;padding-right:4px}.panel-products .product-card{grid-template-columns:84px minmax(0,1fr);border-radius:18px;padding:8px;min-height:110px}.panel-products .product-image{min-height:92px;border-radius:14px}.panel-products .product-body h3{font-size:13px;line-height:1.18;max-height:33px;overflow:hidden}.panel-products .copy-row,.panel-products .chips{gap:4px}.panel-products .copy-chip{padding:4px 7px;font-size:10px}.supplier-panel .supplier-grid{grid-template-columns:1fr;gap:8px}.supplier-panel .span-2{grid-column:auto}.supplier-panel textarea{min-height:92px;max-height:160px}.supplier-actions{display:flex;gap:7px;flex-wrap:wrap}.supplier-actions .btn{min-height:38px;border-radius:14px;padding:0 10px;font-size:12px}.upload-drop{min-height:82px;border-radius:18px;background:linear-gradient(135deg,color-mix(in srgb,var(--accent) 10%,transparent),transparent)}.editor{overflow:auto}.editor-grid-two,.shipping-grid,.attr-grid{grid-template-columns:1fr 1fr;gap:9px}.html-preview{max-height:260px;overflow:auto}.media-panel{overflow:auto}.media-main{grid-template-columns:160px minmax(0,1fr)}.media-main-image{height:170px}.gallery-row{max-height:140px;overflow:auto;display:grid;grid-template-columns:repeat(auto-fill,minmax(86px,1fr))}.category-panel,.attribute-panel{overflow:auto}.command-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:180;background:#0206179e;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);display:grid;place-items:start center;padding-top:7vh}.command-palette{width:min(760px,calc(100vw - 28px));max-height:78vh;overflow:hidden;border-radius:28px;background:#0f172adb;color:#f8fafc;border:1px solid rgba(255,255,255,.14);box-shadow:0 34px 120px #00000080;animation:scaleIn .16s ease-out both}@keyframes scaleIn{0%{opacity:0;transform:translateY(12px) scale(.98)}to{opacity:1;transform:none}}.command-search{display:grid;grid-template-columns:auto minmax(0,1fr);gap:12px;align-items:center;padding:14px;border-bottom:1px solid rgba(255,255,255,.1)}.command-search span{padding:7px 10px;border-radius:12px;background:#ffffff14;color:#cbd5e1;font-weight:1000}.command-search input{border:0;background:transparent;color:#fff;font-size:18px;outline:none}.command-body{padding:10px;overflow:auto;max-height:64vh}.command-group-title{margin:12px 8px 6px;color:#94a3b8;font-size:11px;font-weight:1000;text-transform:uppercase;letter-spacing:.12em}.command-item{width:100%;min-height:54px;display:grid;grid-template-columns:38px minmax(0,1fr);gap:10px;align-items:center;border:1px solid transparent;background:transparent;color:#f8fafc;border-radius:16px;padding:8px;text-align:left}.command-item:hover{background:#ffffff14;border-color:#ffffff1f}.command-item b{width:36px;height:36px;border-radius:14px;display:grid;place-items:center;background:linear-gradient(135deg,var(--accent),#818cf8);color:#fff}.command-item small{display:block;color:#94a3b8;margin-top:2px}.product-command img,.product-command .image-empty{width:38px;height:38px;border-radius:12px;object-fit:cover}.upload-studio-modal{width:min(920px,calc(100vw - 26px));max-height:90vh;overflow:hidden;display:grid;grid-template-rows:auto auto auto minmax(0,1fr) auto;border-radius:32px;background:linear-gradient(145deg,#0f172aeb,#1e293bc7);color:#f8fafc;border:1px solid rgba(255,255,255,.14);box-shadow:0 34px 120px #0000008c;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);animation:slideUp .18s ease-out both}.upload-hero{display:flex;justify-content:space-between;gap:12px;padding:20px 22px;border-bottom:1px solid rgba(255,255,255,.1)}.upload-hero h2{margin:2px 0;font-size:34px;letter-spacing:-.06em}.upload-hero p{color:#cbd5e1;margin:0;max-width:680px}.upload-zone{margin:16px;min-height:210px;border:1px dashed color-mix(in srgb,var(--accent) 55%,rgba(255,255,255,.2));border-radius:28px;display:grid;place-items:center;text-align:center;padding:18px;cursor:pointer;background:radial-gradient(circle at center,color-mix(in srgb,var(--accent) 18%,transparent),#ffffff0a);transition:.18s ease}.upload-zone:hover,.upload-zone.dragging{transform:translateY(-2px);background:color-mix(in srgb,var(--accent) 16%,rgba(255,255,255,.04))}.upload-orb{width:64px;height:64px;border-radius:24px;display:grid;place-items:center;margin:auto;background:linear-gradient(135deg,var(--accent),#8b5cf6);box-shadow:0 20px 60px color-mix(in srgb,var(--accent) 36%,transparent);font-size:28px}.upload-zone h3{margin:12px 0 3px}.upload-zone p{margin:0;color:#cbd5e1}.format-pills{display:flex;gap:7px;flex-wrap:wrap;justify-content:center;margin-top:12px}.format-pills span{padding:5px 9px;border-radius:999px;background:#ffffff14;color:#e2e8f0;font-weight:900;font-size:11px}.upload-summary{display:flex;gap:12px;align-items:center;padding:0 18px 10px;color:#cbd5e1}.upload-summary b{color:#fff}.upload-summary em{margin-left:auto;color:var(--accent);font-style:normal;font-weight:900}.upload-file-list{min-height:120px;overflow:auto;padding:0 16px 12px;display:grid;gap:8px}.upload-file-card{display:flex;justify-content:space-between;gap:10px;align-items:center;padding:10px 12px;border-radius:18px;background:#ffffff12;border:1px solid rgba(255,255,255,.1)}.upload-file-card strong{display:block;word-break:break-all}.upload-file-card small{color:#94a3b8}.upload-file-card button{border:0;border-radius:999px;background:#f43f5e24;color:#fecdd3;padding:7px 10px;font-weight:900}.upload-actions{display:flex;justify-content:flex-end;gap:10px;padding:14px 18px 18px;border-top:1px solid rgba(255,255,255,.1)}.compact-empty{padding:18px}.mobile-bottom-nav{display:none}@media(min-width:1700px){.compact-app-grid{grid-template-columns:minmax(340px,.9fr) minmax(520px,1.1fr) minmax(650px,1.55fr)}}@media(max-width:1240px){.app-frame{grid-template-columns:78px minmax(0,1fr)}.app-sidebar{padding:14px 10px}.brand-block{justify-content:center}.brand-block div:not(.brand-mark){display:none}.side-nav button{justify-content:center;padding:0}.side-nav button:not(.active){color:transparent}.side-nav button span{margin:0}.sidebar-logout{font-size:0}.sidebar-logout:before{content:"↩";font-size:18px}.compact-app-grid{grid-template-columns:minmax(320px,.9fr) minmax(420px,1.1fr);grid-template-rows:auto;grid-template-areas:"products editor" "source editor" "media categories" "attributes categories"}.control-dock{grid-template-columns:1fr 1fr;top:112px}}@media(max-width:820px){.app-frame{display:block;padding-bottom:72px}.app-sidebar{display:none}.app-workspace{padding:10px 10px 84px;gap:10px}.app-topbar{position:relative;top:auto;grid-template-columns:1fr;border-radius:22px}.topbar-actions{justify-content:stretch}.topbar-actions .btn,.topbar-actions button{flex:1}.metric-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.control-dock{position:relative;top:auto;grid-template-columns:1fr;border-radius:22px}.compact-app-grid{display:block}.smart-panel{display:none;max-height:none;min-height:calc(100vh - 290px);margin-bottom:10px;border-radius:22px}.active-products .panel-products,.active-source .panel-source,.active-editor .panel-editor,.active-more .panel-media,.active-more .panel-categories,.active-more .panel-attributes{display:flex}.mobile-bottom-nav{position:fixed;left:10px;right:10px;bottom:10px;z-index:120;display:grid;grid-template-columns:repeat(5,1fr);gap:6px;padding:8px;border-radius:22px;background:#0f172ae0;border:1px solid rgba(255,255,255,.14);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);box-shadow:0 20px 60px #00000059}.mobile-bottom-nav button{min-height:42px;border:0;border-radius:16px;color:#cbd5e1;background:transparent;font-weight:900;font-size:12px}.mobile-bottom-nav button.active{color:#fff;background:linear-gradient(135deg,var(--accent),color-mix(in srgb,var(--accent) 50%,#fff))}.upload-studio-modal,.command-palette{width:100vw;height:100dvh;max-height:none;border-radius:0}.command-backdrop{padding-top:0}.editor-grid-two,.shipping-grid,.attr-grid,.media-main{grid-template-columns:1fr}}body[data-ui-theme=tailadmin],body[data-ui-theme=laravelpro]{--bg:#F5F8FF;--text:#101828;--muted:#667085;--panel-solid:#FFFFFF;--panel:rgba(255,255,255,.92);--soft:#F2F4F7;--line:#EAECF0;--shadow:0 12px 32px rgba(16,24,40,.08);--radius:18px}body[data-ui-theme=taildark],body[data-ui-theme=linearblue]{--bg:#0B1020;--text:#F8FAFC;--muted:#98A2B3;--panel-solid:rgba(17,25,40,.94);--panel:rgba(17,25,40,.82);--soft:rgba(31,41,55,.88);--line:rgba(148,163,184,.16);--shadow:0 16px 42px rgba(0,0,0,.28);--radius:18px}body[data-ui-theme=tailadmin] .app-sidebar,body[data-ui-theme=laravelpro] .app-sidebar{background:linear-gradient(180deg,#fff,#f8fbff);box-shadow:4px 0 24px #1018280a}body[data-ui-theme=taildark] .app-sidebar,body[data-ui-theme=linearblue] .app-sidebar{background:linear-gradient(180deg,#111827f5,#0f172ae0)}body[data-ui-theme=tailadmin] .brand-block,body[data-ui-theme=laravelpro] .brand-block{background:#f9fafb}body[data-ui-theme=tailadmin] .side-nav button.active,body[data-ui-theme=laravelpro] .side-nav button.active{background:color-mix(in srgb,var(--accent) 10%,#fff);color:var(--accent);border-color:color-mix(in srgb,var(--accent) 20%,#fff)}body[data-ui-theme=tailadmin] .app-topbar,body[data-ui-theme=laravelpro] .app-topbar,body[data-ui-theme=tailadmin] .control-dock,body[data-ui-theme=laravelpro] .control-dock,body[data-ui-theme=tailadmin] .smart-panel,body[data-ui-theme=laravelpro] .smart-panel{background:#fff;border-color:#eaecf0;box-shadow:0 10px 28px #1018280f}.app-frame{height:100vh;overflow:hidden}.app-workspace{height:100vh;overflow:hidden;padding:12px 14px 14px;grid-template-rows:auto auto auto minmax(0,1fr)}.app-topbar{min-height:76px;border-radius:20px;padding:12px 16px;top:8px}.topbar-title h1{font-size:clamp(22px,2.2vw,30px)}.topbar-title p{font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.topbar-actions .btn,.topbar-actions button{min-height:40px;border-radius:12px}.metric-strip{gap:8px}.metric-strip .stat-pill{min-width:0;border-radius:16px;padding:9px 12px}.stat-pill b{font-size:16px}.stat-pill span{font-size:10px}.control-dock{top:96px;border-radius:18px;padding:8px;grid-template-columns:auto minmax(260px,1fr) minmax(180px,240px) auto auto}.control-dock input,.control-dock select,.control-dock .btn,.compact-toggle button{min-height:38px;border-radius:12px;font-size:13px}.compact-app-grid{min-height:0;height:100%;grid-template-columns:minmax(285px,.78fr) minmax(380px,1.05fr) minmax(450px,1.35fr);grid-template-rows:minmax(0,1fr) minmax(0,.82fr);gap:10px}.smart-panel{border-radius:20px;padding:10px;min-height:0;overflow:hidden}.smart-panel .card,.smart-panel>.card{min-height:0;height:100%;overflow:auto}.smart-panel .section-head,.panel-top{margin-bottom:6px}.smart-panel h2,.panel-top h2{font-size:17px}.smart-panel .eyebrow{font-size:10px;letter-spacing:.14em}.panel-products .product-grid{gap:6px;max-height:none;min-height:0}.panel-products .product-card{grid-template-columns:74px minmax(0,1fr);min-height:94px;border-radius:16px;padding:6px}.panel-products .product-image{min-height:78px;border-radius:12px;padding:4px}.panel-products .product-body{gap:5px;padding:7px}.panel-products .product-body h3{font-size:12px;max-height:30px}.panel-products .product-meta-line{font-size:10.5px}.panel-products .edit-pill{padding:4px 7px;font-size:10px}.panel-products .copy-chip{padding:3px 6px;min-height:24px}.panel-source .supplier-panel,.panel-media .media-panel,.panel-categories .category-panel,.panel-attributes .attribute-panel{height:100%;overflow:auto}.supplier-panel .section-head p,.media-panel .section-head p,.editor .section-head p{font-size:12px;line-height:1.35}.supplier-panel textarea{min-height:74px;max-height:118px}.upload-drop{min-height:66px;padding:10px}.upload-drop strong{font-size:14px}.upload-drop span{font-size:12px}.supplier-actions{gap:6px}.supplier-actions .btn{min-height:34px;padding:0 9px}.editor{max-height:none;height:100%;position:static;overflow:auto;padding-right:6px}.editor input,.editor textarea,.editor select{border-radius:12px;padding:9px 10px}.editor textarea{min-height:72px}.editor-footer{position:sticky;bottom:0;background:linear-gradient(180deg,transparent,var(--panel-solid) 22%);padding-top:10px}.media-main{grid-template-columns:130px minmax(0,1fr);gap:10px}.media-main-image{width:130px;height:132px;border-radius:16px}.gallery-row{max-height:108px;grid-template-columns:repeat(auto-fill,minmax(72px,1fr));gap:6px}.category-tree,.terms-table-wrap{max-height:100%}.global-progress-wrap{top:12px;right:18px;left:auto;width:min(520px,calc(100vw - 36px))}.global-progress-card{border-radius:16px;padding:12px 14px;box-shadow:0 16px 42px #1018282e}.toast-host{right:18px;bottom:18px}.theme-list.expanded{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.theme-chip{min-height:40px;border-radius:12px}.modal.pro-modal{border-radius:22px}.modal-tabs button{border-radius:12px}.upload-studio-modal{border-radius:24px}.upload-zone{min-height:160px}@media(min-width:1800px){.app-frame{grid-template-columns:250px minmax(0,1fr)}.compact-app-grid{grid-template-columns:minmax(310px,.72fr) minmax(460px,1fr) minmax(600px,1.4fr)}}@media(max-width:1240px){.app-workspace{overflow:auto}.app-frame{height:auto;min-height:100vh;overflow:auto}.compact-app-grid{height:auto;min-height:700px;grid-template-columns:minmax(300px,.9fr) minmax(420px,1.1fr);grid-template-rows:420px 360px 360px}.control-dock{top:92px}}@media(max-width:820px){.app-frame{height:auto;overflow:auto}.app-workspace{height:auto;min-height:100vh;overflow:visible}.topbar-title p{white-space:normal}.smart-panel{min-height:calc(100dvh - 250px)}.active-source .panel-source{min-height:calc(100dvh - 235px)}.supplier-panel textarea{min-height:150px;max-height:260px}.global-progress-wrap{left:10px;right:10px;top:10px;width:auto}}.global-progress-wrap{transform:none}@media(max-width:820px){.global-progress-wrap{transform:none}}body[data-ui-theme=nova],body[data-ui-theme=vercel],body[data-ui-theme=supabase],body[data-ui-theme=stripe],body[data-ui-theme=tailadminPremium],body[data-ui-theme=linearPremium],body[data-ui-theme=raycastPremium]{--bg:#050816;--panel:rgba(13,18,32,.72);--panel-solid:#0d1220;--text:#eef6ff;--muted:#8ea0b8;--line:rgba(148,163,184,.16);--soft:rgba(30,41,59,.62);--shadow:0 24px 70px rgba(0,0,0,.42);--radius:18px}body[data-ui-theme=vercel]{--accent:#ffffff;--bg:#03050a;--panel-solid:#090b10}body[data-ui-theme=supabase]{--accent:#3ECF8E;--bg:#03110d;--panel-solid:#071c16}body[data-ui-theme=stripe]{--accent:#8b5cf6;--bg:#070617;--panel-solid:#111022}body[data-ui-theme=raycastPremium]{--accent:#ff6363;--bg:#09070b;--panel-solid:#140e12}body[data-ui-theme=linearPremium]{--accent:#5b5ce2;--bg:#070816;--panel-solid:#101124}body[data-ui-theme=tailadminPremium]{--accent:#465fff;--bg:#060a17;--panel-solid:#0f172a}body[data-ui-theme=nova],body[data-ui-theme=vercel],body[data-ui-theme=supabase],body[data-ui-theme=stripe],body[data-ui-theme=tailadminPremium],body[data-ui-theme=linearPremium],body[data-ui-theme=raycastPremium],body[data-theme=dark]{background:radial-gradient(circle at 18% 10%,color-mix(in srgb,var(--accent) 25%,transparent),transparent 28%),radial-gradient(circle at 88% 0%,rgba(124,58,237,.16),transparent 30%),linear-gradient(135deg,#030713 0%,var(--bg) 44%,#070b18 100%)!important;color:var(--text)}body[data-ui-theme=nova] .app-frame,body[data-ui-theme=vercel] .app-frame,body[data-ui-theme=supabase] .app-frame,body[data-ui-theme=stripe] .app-frame,body[data-ui-theme=tailadminPremium] .app-frame,body[data-ui-theme=linearPremium] .app-frame,body[data-ui-theme=raycastPremium] .app-frame{grid-template-columns:88px minmax(0,1fr);background:transparent}body[data-ui-theme=nova] .app-sidebar,body[data-ui-theme=vercel] .app-sidebar,body[data-ui-theme=supabase] .app-sidebar,body[data-ui-theme=stripe] .app-sidebar,body[data-ui-theme=tailadminPremium] .app-sidebar,body[data-ui-theme=linearPremium] .app-sidebar,body[data-ui-theme=raycastPremium] .app-sidebar{margin:10px 0 10px 10px;height:calc(100vh - 20px);border-radius:24px;background:linear-gradient(180deg,#0f172aeb,#020617c7);border:1px solid rgba(148,163,184,.16);box-shadow:0 20px 70px #00000061;-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);padding:10px 7px;align-items:center}body[data-ui-theme=nova] .brand-block,body[data-ui-theme=vercel] .brand-block,body[data-ui-theme=supabase] .brand-block,body[data-ui-theme=stripe] .brand-block,body[data-ui-theme=tailadminPremium] .brand-block,body[data-ui-theme=linearPremium] .brand-block,body[data-ui-theme=raycastPremium] .brand-block{width:54px;height:54px;padding:0;border-radius:18px;justify-content:center;background:linear-gradient(135deg,color-mix(in srgb,var(--accent) 28%,#111827),#ffffff0d)}body[data-ui-theme=nova] .brand-block div:not(.brand-mark),body[data-ui-theme=vercel] .brand-block div:not(.brand-mark),body[data-ui-theme=supabase] .brand-block div:not(.brand-mark),body[data-ui-theme=stripe] .brand-block div:not(.brand-mark),body[data-ui-theme=tailadminPremium] .brand-block div:not(.brand-mark),body[data-ui-theme=linearPremium] .brand-block div:not(.brand-mark),body[data-ui-theme=raycastPremium] .brand-block div:not(.brand-mark){display:none}body[data-ui-theme=nova] .brand-mark,body[data-ui-theme=vercel] .brand-mark,body[data-ui-theme=supabase] .brand-mark,body[data-ui-theme=stripe] .brand-mark,body[data-ui-theme=tailadminPremium] .brand-mark,body[data-ui-theme=linearPremium] .brand-mark,body[data-ui-theme=raycastPremium] .brand-mark{width:38px;height:38px;border-radius:14px;font-weight:900;box-shadow:0 0 24px color-mix(in srgb,var(--accent) 40%,transparent)}.side-nav{width:100%;gap:7px}body[data-ui-theme=nova] .side-nav button,body[data-ui-theme=vercel] .side-nav button,body[data-ui-theme=supabase] .side-nav button,body[data-ui-theme=stripe] .side-nav button,body[data-ui-theme=tailadminPremium] .side-nav button,body[data-ui-theme=linearPremium] .side-nav button,body[data-ui-theme=raycastPremium] .side-nav button{width:56px;height:52px;padding:0;border-radius:17px;justify-content:center;color:#91a4bd;font-size:0;border:1px solid transparent;background:transparent;position:relative;transition:.18s ease}body[data-ui-theme=nova] .side-nav button span,body[data-ui-theme=vercel] .side-nav button span,body[data-ui-theme=supabase] .side-nav button span,body[data-ui-theme=stripe] .side-nav button span,body[data-ui-theme=tailadminPremium] .side-nav button span,body[data-ui-theme=linearPremium] .side-nav button span,body[data-ui-theme=raycastPremium] .side-nav button span{font-size:18px;width:auto;height:auto;margin:0}body[data-ui-theme=nova] .side-nav button:hover,body[data-ui-theme=nova] .side-nav button.active,body[data-ui-theme=vercel] .side-nav button:hover,body[data-ui-theme=vercel] .side-nav button.active,body[data-ui-theme=supabase] .side-nav button:hover,body[data-ui-theme=supabase] .side-nav button.active,body[data-ui-theme=stripe] .side-nav button:hover,body[data-ui-theme=stripe] .side-nav button.active,body[data-ui-theme=tailadminPremium] .side-nav button:hover,body[data-ui-theme=tailadminPremium] .side-nav button.active,body[data-ui-theme=linearPremium] .side-nav button:hover,body[data-ui-theme=linearPremium] .side-nav button.active,body[data-ui-theme=raycastPremium] .side-nav button:hover,body[data-ui-theme=raycastPremium] .side-nav button.active{background:linear-gradient(135deg,color-mix(in srgb,var(--accent) 24%,rgba(15,23,42,.8)),#ffffff0f);color:#fff;border-color:color-mix(in srgb,var(--accent) 45%,transparent);box-shadow:0 0 0 1px #ffffff08,0 14px 35px #00000038}body[data-ui-theme=nova] .side-nav button:hover:after,body[data-ui-theme=nova] .side-nav button.active:after{content:attr(title)}.sidebar-logout{width:56px!important;font-size:0!important;border-radius:17px!important}.sidebar-logout:before{content:"⏻";font-size:18px}.app-workspace{max-width:100vw;min-width:0}.app-topbar.glass-panel{min-height:68px;padding:12px 16px;border-radius:24px;background:linear-gradient(135deg,#0f172ac2,#0f172a6b);border:1px solid rgba(148,163,184,.15);-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px)}.topbar-title h1{font-size:clamp(20px,1.6vw,28px);color:var(--text)}.topbar-title p{color:var(--muted)}.topbar-actions{gap:8px}.spotlight-btn,.btn,button,.quick-select,input,textarea,select{transition:.18s ease}.spotlight-btn{background:#0f172aa8;color:var(--text);border:1px solid rgba(148,163,184,.2);box-shadow:inset 0 1px #ffffff0d}.btn{background:linear-gradient(135deg,var(--accent),color-mix(in srgb,var(--accent) 70%,#7c3aed));border:0;box-shadow:0 10px 30px color-mix(in srgb,var(--accent) 24%,transparent)}.btn.secondary{color:var(--text);background:#0f172a94;border:1px solid rgba(148,163,184,.22);box-shadow:none}.metric-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.metric-strip .stat-pill{background:#0f172a8f;border:1px solid rgba(148,163,184,.14);box-shadow:none}.control-dock.glass-panel{background:#0f172a8a;border-color:#94a3b826;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.control-dock input,.control-dock select,.editor input,.editor textarea,.editor select,.supplier-panel input,.supplier-panel textarea,.settings-card input,.settings-card textarea,.settings-card select{background:#0206178a;color:var(--text);border:1px solid rgba(148,163,184,.18);box-shadow:inset 0 1px #ffffff08}.control-dock input::placeholder,textarea::placeholder,input::placeholder{color:#77879d}.compact-toggle button{background:#0f172a9e;color:var(--muted);border-color:#94a3b829}.compact-toggle button.active{color:#fff;background:linear-gradient(135deg,var(--accent),color-mix(in srgb,var(--accent) 65%,#7c3aed))}.compact-app-grid{height:100%;min-height:0;overflow:hidden;display:grid!important;grid-template-columns:minmax(280px,340px) minmax(480px,1fr) minmax(330px,420px)!important;grid-template-rows:minmax(0,1fr)!important;grid-template-areas:"products editor context"!important;gap:12px!important}.panel-products{grid-area:products!important}.panel-editor{grid-area:editor!important}.compact-app-grid.active-products .panel-source,.compact-app-grid.active-source .panel-source,.compact-app-grid.active-editor .panel-source,.compact-app-grid.active-media .panel-media,.compact-app-grid.active-categories .panel-categories,.compact-app-grid.active-attributes .panel-attributes{display:flex!important}.smart-panel{background:linear-gradient(180deg,#0f172aad,#0f172a75);border:1px solid rgba(148,163,184,.14);box-shadow:0 24px 80px #0000003b;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.smart-panel .card,.smart-panel>.card{color:var(--text)}.panel-top h2,.smart-panel h2,.editor h2{color:var(--text);letter-spacing:-.03em}.eyebrow{color:var(--accent)}.panel-products .product-card{background:#02061766;border:1px solid rgba(148,163,184,.12)}.panel-products .product-card:hover,.panel-products .product-card.active{transform:translateY(-1px);border-color:color-mix(in srgb,var(--accent) 48%,transparent);box-shadow:0 16px 40px #00000040}.panel-products .product-image,.image-empty{background:#0f172aa3;border-color:#94a3b81f}.copy-chip,.admin-open-chip{background:#0f172a94;border-color:#94a3b82e;color:var(--text)}.editor-footer{background:linear-gradient(180deg,transparent,rgba(13,18,32,.98) 26%)}.modal-backdrop,.command-backdrop{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#0206179e}.pro-modal,.upload-studio-modal,.command-palette{background:linear-gradient(180deg,#0f172af0,#0f172ad1);color:var(--text);border:1px solid rgba(148,163,184,.16);box-shadow:0 40px 120px #0000007a}.modal-tabs{background:#0206176b;border:1px solid rgba(148,163,184,.12);padding:4px;border-radius:16px;overflow:auto}.modal-tabs button{color:var(--muted);background:transparent;border:0}.modal-tabs button.active{color:#fff;background:linear-gradient(135deg,color-mix(in srgb,var(--accent) 30%,#111827),#ffffff0f)}.settings-card{background:#0206176b;border:1px solid rgba(148,163,184,.14);color:var(--text)}.settings-card h3{color:#fff}.diag-box{background:#0206177a;border-color:#94a3b829}.theme-chip{background:#02061775;border-color:#94a3b829;color:var(--text)}.theme-chip.active{border-color:var(--accent);box-shadow:0 0 0 1px color-mix(in srgb,var(--accent) 40%,transparent)}.global-progress-card{background:linear-gradient(135deg,#0f172af0,#1e293bdb);color:var(--text);border:1px solid rgba(148,163,184,.18)}.toast{background:#0f172aeb;color:var(--text);border:1px solid rgba(148,163,184,.16);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}*,*:before,*:after{box-sizing:border-box}html,body,#root{max-width:100%;overflow-x:hidden}.card,.smart-panel,.app-topbar,.control-dock,.modal,.upload-studio-modal{min-width:0}button,input,textarea,select{max-width:100%}@media(min-width:1600px){.compact-app-grid{grid-template-columns:minmax(300px,360px) minmax(560px,1fr) minmax(380px,460px)!important}}@media(max-width:1180px){body[data-ui-theme] .app-frame{grid-template-columns:74px minmax(0,1fr)}.compact-app-grid{grid-template-columns:minmax(260px,330px) minmax(0,1fr)!important;grid-template-areas:"products editor" "context editor"!important;grid-template-rows:minmax(360px,.9fr) minmax(320px,.7fr)!important;height:auto;overflow:visible}.panel-source,.panel-media,.panel-categories,.panel-attributes{grid-area:context!important}.app-workspace{overflow:auto;height:auto;min-height:100vh}.app-frame{height:auto;min-height:100vh}}@media(max-width:820px){body[data-ui-theme] .app-frame{display:block}.app-sidebar{display:none!important}.mobile-bottom-nav{display:flex;overflow-x:auto}.app-workspace{padding:10px 10px 84px}.app-topbar{display:block;position:relative;top:0}.topbar-actions{margin-top:10px;display:grid;grid-template-columns:1fr 1fr}.metric-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.control-dock{position:relative;top:0;grid-template-columns:1fr}.compact-app-grid{display:block!important;height:auto;min-height:0}.smart-panel{display:none!important;min-height:calc(100dvh - 250px);margin-bottom:12px}.compact-app-grid.active-products .panel-products,.compact-app-grid.active-source .panel-source,.compact-app-grid.active-editor .panel-editor,.compact-app-grid.active-media .panel-media,.compact-app-grid.active-categories .panel-categories,.compact-app-grid.active-attributes .panel-attributes{display:flex!important}.compact-app-grid.active-products .panel-source,.compact-app-grid.active-editor .panel-source{display:none!important}.pro-modal,.upload-studio-modal{width:calc(100vw - 12px);max-height:calc(100dvh - 12px);border-radius:22px}.settings-grid.two-col,.model-grid{grid-template-columns:1fr!important}}body[data-ui-theme=nova] .app-frame,body[data-ui-theme=vercel] .app-frame,body[data-ui-theme=supabase] .app-frame,body[data-ui-theme=stripe] .app-frame,body[data-ui-theme=tailadminPremium] .app-frame,body[data-ui-theme=linearPremium] .app-frame,body[data-ui-theme=raycastPremium] .app-frame,body[data-theme=dark] .app-frame{grid-template-columns:96px minmax(0,1fr)!important}body[data-ui-theme=titanium]{--bg:#050816;--panel:rgba(13,18,32,.72);--panel-solid:#0d1220;--text:#eef6ff;--muted:#8ea0b8;--line:rgba(148,163,184,.16);--soft:rgba(30,41,59,.62);--shadow:0 24px 70px rgba(0,0,0,.42)}body[data-ui-theme=titanium] .app-frame{background:transparent;grid-template-columns:96px minmax(0,1fr)!important}body[data-ui-theme=titanium] .app-sidebar{margin:10px 0 10px 10px;height:calc(100vh - 20px);border-radius:24px;background:linear-gradient(180deg,#0f172aeb,#020617c7);border:1px solid rgba(148,163,184,.16);box-shadow:0 20px 70px #00000061;-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);padding:10px 7px}body[data-ui-theme=titanium] .brand-block{width:54px;height:54px;padding:0;border-radius:18px;justify-content:center;background:linear-gradient(135deg,color-mix(in srgb,var(--accent) 28%,#111827),#ffffff0d)}body[data-ui-theme=titanium] .brand-block div:not(.brand-mark){display:none}body[data-ui-theme=titanium] .side-nav button{width:56px;height:52px;padding:0;border-radius:17px;justify-content:center;color:#91a4bd;font-size:0;border:1px solid transparent;background:transparent;position:relative}body[data-ui-theme=titanium] .side-nav button span{font-size:18px;width:auto;height:auto;margin:0}body[data-ui-theme=titanium] .side-nav button:hover,body[data-ui-theme=titanium] .side-nav button.active{background:linear-gradient(135deg,color-mix(in srgb,var(--accent) 24%,rgba(15,23,42,.8)),#ffffff0f);color:#fff;border-color:color-mix(in srgb,var(--accent) 45%,transparent)}.brand-logo-img{width:38px;height:38px;border-radius:14px;object-fit:contain;display:block;background:#ffffff0f;padding:4px}.topbar-title-branded{display:flex;align-items:center;gap:13px;min-width:0}.topbar-logo{width:42px;height:42px;border-radius:14px;object-fit:contain;background:#ffffff0f;border:1px solid rgba(148,163,184,.16);padding:5px;flex:0 0 auto}.sidebar-profile{width:56px;height:56px;border-radius:18px;display:grid;place-items:center;background:#0f172a94;border:1px solid rgba(148,163,184,.16);color:var(--accent);font-weight:1000;overflow:hidden}.sidebar-profile img{width:100%;height:100%;object-fit:cover;display:block}.brand-asset-picker{display:grid;grid-template-columns:96px minmax(0,1fr);gap:14px;align-items:center;border:1px solid rgba(148,163,184,.16);border-radius:20px;padding:12px;background:#0f172a4d}.brand-asset-picker.wide{grid-template-columns:150px minmax(0,1fr)}.brand-asset-preview{height:86px;border-radius:16px;display:grid;place-items:center;background:#0206178f;border:1px dashed rgba(148,163,184,.22);color:var(--muted);font-size:11px;font-weight:1000;letter-spacing:.14em;overflow:hidden}.brand-asset-picker.wide .brand-asset-preview{height:86px}.brand-asset-picker.circle .brand-asset-preview{width:86px;height:86px;border-radius:999px}.brand-asset-preview img{max-width:100%;max-height:100%;width:100%;height:100%;object-fit:contain;padding:6px}.brand-asset-picker.circle .brand-asset-preview img{object-fit:cover;padding:0}.brand-asset-body{display:grid;gap:8px;min-width:0}.brand-asset-body strong{color:var(--text)}.brand-asset-body p{margin:0;color:var(--muted);font-size:12px;line-height:1.35}.brand-asset-actions{display:flex;gap:8px;flex-wrap:wrap}.brand-live-preview{display:flex;align-items:center;gap:12px;margin-top:auto;padding:14px;border-radius:18px;background:linear-gradient(135deg,#ffffff0f,#ffffff05);border:1px solid rgba(148,163,184,.14)}.brand-live-preview>span{color:var(--accent);font-size:11px;font-weight:1000;text-transform:uppercase;letter-spacing:.12em}.brand-live-preview b,.brand-live-preview small{display:block}.brand-live-preview small{color:var(--muted)}.brand-settings-grid .settings-card{align-content:start}@media(min-width:1500px){.compact-app-grid{grid-template-columns:minmax(360px,420px) minmax(0,1fr) minmax(520px,600px)!important;grid-template-areas:"products editor context"!important;gap:14px!important}.compact-app-grid.active-attributes,.compact-app-grid.active-media{grid-template-columns:minmax(350px,420px) minmax(0,1fr) minmax(560px,680px)!important}}.panel-products .product-card{grid-template-columns:112px minmax(0,1fr)!important;min-height:126px!important;padding:8px!important;gap:8px!important}.panel-products .product-image{min-height:110px!important;height:110px!important;border-radius:16px!important;background:linear-gradient(180deg,#fffffff5,#f1f5f9eb)!important;border:1px solid rgba(148,163,184,.14)!important;padding:8px!important;overflow:hidden!important}.panel-products .product-image img,.media-main-image img,.gallery-item img,.product-command img{width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;object-fit:contain!important;object-position:center center!important}.panel-products .product-body h3{max-height:44px!important;font-size:13px!important;line-height:1.22!important}.media-main{grid-template-columns:minmax(240px,320px) minmax(0,1fr)!important;align-items:stretch!important}.media-main-image{width:100%!important;height:clamp(280px,32vh,430px)!important;border-radius:24px!important;background:linear-gradient(180deg,#fffffff5,#f1f5f9eb)!important;padding:18px!important}.gallery-row{max-height:220px!important;grid-template-columns:repeat(auto-fill,minmax(112px,1fr))!important;gap:10px!important}.gallery-item,.gallery-add{min-height:112px!important;height:112px!important;width:auto!important;border-radius:18px!important;background:#ffffffeb!important}.panel-attributes .attribute-panel{padding:4px!important}.attribute-panel .section-head{display:grid!important;grid-template-columns:minmax(0,1fr) auto;gap:12px}.attribute-panel .section-head p{max-width:48ch}.attr-toolbar{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(0,1fr) auto auto!important;gap:10px!important;align-items:center!important}.attr-toolbar select,.attr-toolbar input,.attr-toolbar .btn{min-height:44px!important;border-radius:14px!important}.attr-actions{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px!important;align-items:center!important}.attr-actions .btn{min-height:42px!important;padding:0 10px!important;white-space:nowrap}.slug-warning{border-radius:16px!important;padding:12px 14px!important;margin:10px 0!important}.attribute-meta{margin-top:10px!important}.terms-table-wrap{border-radius:18px!important;overflow:auto!important;max-height:calc(100vh - 410px)!important}.terms-table th,.terms-table td{padding:10px 12px!important}.terms-table td input{min-width:180px}.modal-backdrop{padding:18px!important;align-items:center!important}.pro-modal{width:min(1360px,calc(100vw - 36px))!important;max-height:calc(100dvh - 36px)!important;grid-template-rows:auto auto minmax(0,1fr) auto!important;border-radius:26px!important}.pro-modal .modal-head{padding:16px 20px 12px!important}.pro-modal .modal-head h2{font-size:clamp(22px,2.2vw,30px)!important}.modal-tabs{margin:0 16px 8px!important}.compact-settings{padding:12px 16px 96px!important}.compact-settings.two-col{grid-template-columns:repeat(2,minmax(340px,1fr))!important}.settings-card{border-radius:22px!important;padding:18px!important}.sticky-actions{background:linear-gradient(180deg,transparent,rgba(13,18,32,.98) 22%)!important;padding:18px 20px!important}@media(max-width:1380px){.compact-app-grid{grid-template-columns:minmax(300px,360px) minmax(0,1fr)!important;grid-template-areas:"products editor" "context editor"!important;grid-template-rows:minmax(420px,.85fr) minmax(360px,.75fr)!important;height:auto!important;overflow:visible!important}.app-workspace,.app-frame{height:auto!important;min-height:100vh!important;overflow:auto!important}.panel-source,.panel-media,.panel-categories,.panel-attributes{grid-area:context!important}.attr-toolbar{grid-template-columns:1fr 1fr!important}.attr-actions{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:820px){.panel-products .product-card{grid-template-columns:120px minmax(0,1fr)!important}.media-main{grid-template-columns:1fr!important}.media-main-image{height:300px!important}.brand-asset-picker,.brand-asset-picker.wide{grid-template-columns:1fr!important}.brand-asset-picker.circle .brand-asset-preview{margin:auto}.compact-settings.two-col,.attr-toolbar,.attr-actions{grid-template-columns:1fr!important}.terms-table-wrap{max-height:none!important}}.app-sidebar{grid-template-rows:auto 1fr auto auto!important}:root{--panel-padding: 14px;--radius: 20px;--gap: 12px;--input-height: 42px;--sidebar-width: 88px;--topbar-height: 74px;--dock-height: 52px;--workspace-pad-x: 16px;--workspace-pad-y: 12px;--panel-scroll-height: calc(100dvh - 212px) }html,body,#root{width:100%;max-width:100%;min-height:100%;overflow-x:hidden!important}body{-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}.app-frame,.app-workspace,.app-topbar,.control-dock,.compact-app-grid,.smart-panel,.smart-panel>.card,.smart-panel .card,.product-card,.product-body,.product-title-row,.editor-copy-line,.inline-field,.attr-row,.attr-row span,.terms-table-wrap,.upload-studio-modal,.command-palette,.pro-modal,.modal,.settings-card,.brand-block,.brand-asset-picker,.brand-asset-body{min-width:0!important;max-width:100%}.app-frame{min-height:100dvh!important;width:100%!important;display:flex!important;align-items:stretch!important;grid-template-columns:none!important;overflow-x:hidden!important;color:var(--text);background:radial-gradient(circle at 15% 8%,color-mix(in srgb,var(--accent) 10%,transparent),transparent 24%),radial-gradient(circle at 85% 12%,rgba(99,102,241,.08),transparent 28%),linear-gradient(135deg,var(--bg),color-mix(in srgb,var(--accent) 3%,var(--bg)))!important}.app-sidebar{position:sticky!important;top:0!important;width:var(--sidebar-width)!important;min-width:var(--sidebar-width)!important;max-width:var(--sidebar-width)!important;flex:0 0 var(--sidebar-width)!important;flex-shrink:0!important;height:100dvh!important;margin:0!important;padding:10px 8px!important;display:grid!important;grid-template-rows:auto 1fr auto auto!important;gap:12px!important;overflow:hidden!important;border-radius:0!important;border-right:1px solid var(--line)!important;border-top:0!important;border-bottom:0!important;border-left:0!important;box-shadow:none!important;backdrop-filter:blur(14px)!important;-webkit-backdrop-filter:blur(14px)!important}.brand-block{width:56px!important;height:56px!important;padding:0!important;display:grid!important;place-items:center!important;justify-self:center!important;border-radius:18px!important;overflow:hidden!important}.brand-block>div:not(.brand-mark),.brand-block strong,.brand-block span:not(.brand-mark span){display:none!important}.brand-mark,.brand-logo-img{width:42px!important;height:42px!important;border-radius:14px!important;flex:0 0 auto!important;box-shadow:none!important}.brand-logo-img{object-fit:contain!important;padding:4px!important}.side-nav{width:100%!important;display:flex!important;flex-direction:column!important;gap:8px!important;align-content:start!important;overflow-y:auto!important;overflow-x:hidden!important;padding:2px 0!important;scrollbar-width:thin}.side-nav button,.sidebar-logout{width:56px!important;min-width:56px!important;max-width:56px!important;min-height:48px!important;height:48px!important;padding:0!important;justify-content:center!important;justify-self:center!important;border-radius:16px!important;overflow:hidden!important;text-indent:-9999px!important;white-space:nowrap!important;transform:none!important;box-shadow:none!important}.side-nav button span,.sidebar-logout:before{text-indent:0!important;font-size:17px!important}.side-nav button span{width:24px!important;height:24px!important;margin:0!important;background:transparent!important}.side-nav button:hover,.side-nav button.active{transform:none!important;box-shadow:0 0 0 1px color-mix(in srgb,var(--accent) 24%,transparent) inset!important}.sidebar-profile{width:56px!important;height:56px!important;justify-self:center!important;flex:0 0 auto!important}.sidebar-logout{margin:0 auto!important}.app-workspace{flex:1 1 auto!important;min-width:0!important;width:calc(100% - var(--sidebar-width))!important;padding:var(--workspace-pad-y) var(--workspace-pad-x) 20px!important;display:flex!important;flex-direction:column!important;gap:var(--gap)!important;overflow-x:hidden!important}.app-topbar{min-height:var(--topbar-height)!important;height:auto!important;padding:10px 14px!important;border-radius:var(--radius)!important;position:sticky!important;top:var(--workspace-pad-y)!important;z-index:40!important;display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;gap:12px!important;align-items:center!important;box-shadow:0 14px 40px #0000002e!important;backdrop-filter:blur(14px)!important;-webkit-backdrop-filter:blur(14px)!important}.topbar-title-branded,.topbar-title{min-width:0!important}.topbar-logo{width:38px!important;height:38px!important;border-radius:12px!important}.topbar-title h1{margin:0!important;font-size:clamp(19px,1.45vw,25px)!important;line-height:1.05!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.topbar-title p{margin-top:3px!important;max-width:70ch!important;font-size:12px!important;line-height:1.3!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.eyebrow{font-size:10px!important;letter-spacing:.14em!important}.topbar-actions .btn,.topbar-actions button,.spotlight-btn{min-height:38px!important;height:38px!important;border-radius:12px!important;padding:0 12px!important;white-space:nowrap!important;box-shadow:none!important}.metric-strip .stat-pill{min-width:0!important;padding:8px 10px!important;border-radius:16px!important}.metric-strip .stat-pill b,.stat-pill b{font-size:15px!important;min-width:0!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.metric-strip .stat-pill span,.stat-pill span{font-size:10px!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.control-dock{min-height:var(--dock-height)!important;padding:8px!important;border-radius:18px!important;position:sticky!important;top:calc(var(--workspace-pad-y) + var(--topbar-height) + 8px)!important;z-index:35!important;display:grid!important;grid-template-columns:auto minmax(220px,1fr) minmax(160px,220px) auto auto!important;gap:8px!important;align-items:center!important;overflow:visible!important;box-shadow:0 12px 36px #0000001f!important;backdrop-filter:blur(14px)!important;-webkit-backdrop-filter:blur(14px)!important}.control-dock input,.control-dock select,.quick-select,input,select,textarea{min-width:0!important;max-width:100%!important}.control-dock input,.control-dock select,.control-dock .btn,.control-dock button,.quick-select,.compact-toggle button{min-height:var(--input-height)!important;height:var(--input-height)!important;border-radius:12px!important}.compact-toggle,.country-toggle{display:flex!important;flex-wrap:wrap!important;gap:6px!important;min-width:0!important}.compact-app-grid{width:100%!important;min-width:0!important;display:grid!important;grid-template-columns:320px minmax(500px,1fr) 420px!important;grid-template-areas:"products editor context"!important;grid-template-rows:minmax(0,1fr)!important;gap:var(--gap)!important;align-items:stretch!important;overflow:visible!important}.smart-panel{height:var(--panel-scroll-height)!important;min-height:360px!important;padding:var(--panel-padding)!important;border-radius:var(--radius)!important;display:flex!important;flex-direction:column!important;overflow:hidden!important;background:var(--panel-solid)!important;box-shadow:0 18px 48px #00000029!important;backdrop-filter:blur(10px)!important;-webkit-backdrop-filter:blur(10px)!important}.smart-panel>.card,.smart-panel .card{height:100%!important;min-height:0!important;display:flex!important;flex-direction:column!important;overflow:auto!important;padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}.panel-top,.smart-panel .section-head,.section-head{flex:0 0 auto!important;min-width:0!important;margin-bottom:10px!important;display:flex!important;flex-wrap:wrap!important;align-items:flex-start!important;justify-content:space-between!important;gap:10px!important}.panel-top h2,.smart-panel h2,.section-head h2{font-size:18px!important;line-height:1.12!important;margin:0!important;max-width:100%!important;overflow-wrap:anywhere!important}.section-head p,.panel-top p{font-size:12px!important;line-height:1.35!important;max-width:100%!important}.product-count{flex:0 0 auto!important;overflow:hidden!important;white-space:nowrap!important;text-overflow:ellipsis!important}.panel-products .product-grid,.product-grid{flex:1 1 auto!important;min-height:0!important;max-height:none!important;overflow-y:auto!important;overflow-x:hidden!important;padding-right:4px!important;display:grid!important;grid-template-columns:minmax(0,1fr)!important;gap:8px!important}.panel-products .product-card,.product-card{width:100%!important;min-width:0!important;grid-template-columns:92px minmax(0,1fr)!important;gap:8px!important;min-height:112px!important;padding:8px!important;border-radius:16px!important;overflow:hidden!important;contain-intrinsic-size:112px 320px!important;box-shadow:none!important}.panel-products .product-image,.product-image{width:92px!important;height:96px!important;min-height:96px!important;border-radius:13px!important;padding:8px!important;overflow:hidden!important;background:linear-gradient(180deg,#fffffff5,#f1f5f9e0)!important}.product-image img,.media-main-image img,.gallery-item img,.product-command img{display:block!important;width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;object-fit:contain!important;object-position:center center!important}.product-title-row{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;gap:6px!important}.product-body{padding:2px 0!important;gap:6px!important;align-content:start!important;overflow:hidden!important}.product-body h3,.product-meta-line,.brand-mini,.cat-main em,.command-item small,.upload-file-card strong,.upload-file-card small,.editor-copy-line p,.inline-field input,.copy-input-wrap input,.terms-table code,.terms-table small,.attr-row span,.slug-warning,.ai-note,.field-hint{min-width:0!important;max-width:100%!important;overflow:hidden!important;text-overflow:ellipsis!important}.product-body h3,.product-meta-line,.brand-mini,.cat-main em,.command-item small,.upload-file-card strong,.upload-file-card small,.editor-copy-line p,.inline-field input,.copy-input-wrap input,.terms-table code,.terms-table small,.ai-note,.field-hint{white-space:nowrap!important}.product-body h3{max-height:none!important;font-size:13px!important;line-height:1.2!important}.copy-row,.product-card-actions,.chips,.selected-cats-chips,.supplier-actions,.modal-actions,.category-actions,.attr-toolbar,.attr-actions,.editor-footer,.brand-asset-actions,.upload-actions,.format-pills,.html-head div,.capture-box div,.deleted-attrs{display:flex!important;flex-wrap:wrap!important;gap:8px!important;min-width:0!important;align-items:center!important}.copy-chip,.edit-pill,.edited-pill,.btn,.attr-row button,.deleted-attrs button,.attr-delete-head button,.upload-file-card button,.inline-field button,.tabs button,.html-head button,.category-actions button,.supplier-actions .btn,.editor-footer .btn,.attr-actions .btn,.attr-toolbar .btn{max-width:100%!important;min-width:0!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;box-shadow:none!important}.btn:not(.secondary):not(.ghost),.topbar-actions .btn:not(.secondary):not(.ghost){box-shadow:0 10px 24px color-mix(in srgb,var(--accent) 18%,transparent)!important}.card:hover,.product-card:hover,.hover-lift:hover{transform:none!important}.product-card:hover,.product-card.active,.side-nav button.active,.btn:hover:not(:disabled){border-color:color-mix(in srgb,var(--accent) 34%,var(--line))!important}.product-card.active{box-shadow:0 0 0 2px color-mix(in srgb,var(--accent) 24%,transparent)!important}.supplier-grid,.editor-grid-two,.shipping-grid,.attr-grid,.model-grid,.settings-grid{min-width:0!important;grid-template-columns:repeat(2,minmax(0,1fr))!important}.supplier-panel textarea,textarea,.html-preview{max-width:100%!important;overflow:auto!important}.editor{position:static!important;max-height:none!important;overflow:auto!important}.editor .tabs,.tabs{flex:0 0 auto!important;position:sticky!important;top:0!important;z-index:5!important;padding:7px 0 9px!important;margin:0 0 8px!important;background:var(--panel-solid)!important;border-bottom:1px solid var(--line)!important}.editor-footer{margin-top:auto!important;padding-top:10px!important;position:sticky!important;bottom:0!important;z-index:4!important;background:linear-gradient(180deg,transparent,var(--panel-solid) 22%)!important}.inline-field,.copy-input-wrap{display:grid!important;grid-template-columns:minmax(0,1fr) auto auto!important;gap:8px!important}.copy-input-wrap{grid-template-columns:minmax(0,1fr) auto!important}.attr-toolbar{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(0,1fr) auto!important}.attr-toolbar select,.attr-toolbar input,.attr-toolbar .btn{flex:1 1 180px!important;min-height:var(--input-height)!important;height:var(--input-height)!important}.attr-actions{display:flex!important}.attr-actions .btn{flex:1 1 130px!important;min-height:40px!important;height:auto!important}.attr-delete-head{display:flex!important;flex-wrap:wrap!important;gap:8px!important;align-items:center!important;justify-content:space-between!important}.attr-row,.attr-row.multi{display:grid!important;grid-template-columns:24px minmax(0,1fr) auto!important;gap:8px!important;align-items:center!important}.attr-row:not(.multi){grid-template-columns:minmax(0,1fr) auto!important}.attr-row span{white-space:normal!important;overflow-wrap:anywhere!important}.terms-table-wrap{width:100%!important;max-width:100%!important;min-height:0!important;max-height:calc(100dvh - 385px)!important;overflow:auto!important;-webkit-overflow-scrolling:touch}.terms-table{width:100%!important;min-width:680px!important;table-layout:fixed!important;border-collapse:collapse!important}.terms-table th,.terms-table td{padding:9px 10px!important;vertical-align:middle!important}.terms-table th{position:sticky!important;top:0!important;z-index:2!important}.terms-table td input{width:100%!important;min-width:0!important;height:38px!important;min-height:38px!important}.media-main{display:grid!important;grid-template-columns:minmax(180px,280px) minmax(0,1fr)!important;gap:12px!important;align-items:stretch!important}.media-main-image{width:100%!important;height:clamp(220px,32dvh,360px)!important;border-radius:18px!important;padding:14px!important;overflow:hidden!important}.gallery-row{display:grid!important;grid-template-columns:repeat(auto-fill,minmax(92px,1fr))!important;gap:8px!important;max-height:180px!important;overflow:auto!important}.gallery-item,.gallery-add{width:auto!important;height:104px!important;min-height:104px!important;border-radius:14px!important}.category-tree{flex:1 1 auto!important;min-height:0!important;max-height:none!important;overflow:auto!important}.tree-category-row{grid-template-columns:26px 24px minmax(0,1fr) auto!important;min-width:0!important}.recommend-card{grid-template-columns:minmax(0,1fr) auto!important}.modal-backdrop,.upload-backdrop,.command-backdrop{position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:0!important;width:100vw!important;max-width:100vw!important;overflow:hidden auto!important;padding:16px!important;display:grid!important;place-items:center!important;background:#020617a8!important;backdrop-filter:blur(10px)!important;-webkit-backdrop-filter:blur(10px)!important}.command-backdrop{place-items:start center!important;padding-top:6dvh!important}.pro-modal,.upload-studio-modal,.command-palette{width:min(980px,calc(100vw - 32px))!important;max-width:calc(100vw - 32px)!important;max-height:calc(100dvh - 32px)!important;border-radius:22px!important;overflow:hidden!important;box-shadow:0 24px 80px #0000006b!important}.pro-modal{width:min(1220px,calc(100vw - 32px))!important;display:grid!important;grid-template-rows:auto auto minmax(0,1fr) auto!important}.pro-modal .modal-head,.upload-hero{padding:14px 16px!important;min-width:0!important}.pro-modal .modal-head h2,.upload-hero h2{font-size:clamp(22px,2vw,28px)!important;line-height:1.05!important;margin:2px 0!important}.pro-modal .modal-head p,.upload-hero p{font-size:12px!important;line-height:1.35!important;overflow-wrap:anywhere!important}.modal-tabs{margin:0!important;padding:10px 14px!important;display:flex!important;gap:7px!important;overflow-x:auto!important;overflow-y:hidden!important}.compact-settings{min-height:0!important;overflow:auto!important;padding:14px 16px 84px!important}.compact-settings.two-col,.compact-settings.two-col.brand-settings-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.settings-card{padding:16px!important;border-radius:18px!important;overflow:hidden!important}.sticky-actions{flex:0 0 auto!important;padding:12px 16px!important;position:sticky!important;bottom:0!important;z-index:4!important;background:color-mix(in srgb,var(--panel-solid) 94%,transparent)!important;backdrop-filter:blur(10px)!important;-webkit-backdrop-filter:blur(10px)!important}.upload-studio-modal{display:grid!important;grid-template-rows:auto minmax(130px,auto) auto minmax(0,1fr) auto!important;background:linear-gradient(145deg,#0f172af5,#161e2ef0)!important}.upload-hero{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;gap:10px!important;align-items:start!important}.upload-zone{margin:12px!important;min-height:150px!important;border-radius:20px!important;padding:16px!important;transform:none!important}.upload-zone h3{margin:8px 0 4px!important;font-size:17px!important}.upload-zone p{margin:0!important;font-size:13px!important}.upload-orb{width:52px!important;height:52px!important;border-radius:18px!important;box-shadow:0 10px 26px color-mix(in srgb,var(--accent) 18%,transparent)!important}.upload-summary{display:flex!important;flex-wrap:wrap!important;gap:8px!important;align-items:center!important;padding:0 14px 10px!important;min-width:0!important}.upload-file-list{min-height:0!important;overflow:auto!important;padding:0 14px 10px!important}.upload-file-card{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;gap:10px!important;align-items:center!important;border-radius:14px!important}.upload-actions{flex:0 0 auto!important;padding:12px 14px!important;justify-content:flex-end!important;background:#0f172ae6!important;border-top:1px solid rgba(255,255,255,.1)!important}body[data-theme=dark] .glass-panel,body[data-theme=dark] .smart-panel,body[data-ui-theme=titanium] .glass-panel,body[data-ui-theme=titanium] .smart-panel{background:#0d1220d6!important;border-color:#94a3b824!important}body[data-ui-theme=titanium] .app-sidebar{background:#050816e0!important;border-color:#94a3b81f!important}body[data-ui-theme=titanium] .card,body[data-ui-theme=titanium] .smart-panel{box-shadow:0 18px 48px #0000003d!important}body[data-ui-theme=neonSaas] .hero,body[data-ui-theme=neonSaas] .card,body[data-ui-theme=glass] .hero,body[data-ui-theme=glass] .card,body[data-ui-theme=matrix] .hero,body[data-ui-theme=matrix] .card{box-shadow:0 18px 48px #0000002e!important}@media(min-width:1600px){:root{--workspace-pad-x: 18px;--panel-scroll-height: calc(100dvh - 214px) }.compact-app-grid{grid-template-columns:320px minmax(500px,1fr) 420px!important}}@media(max-width:1279px){:root{--panel-scroll-height: 52dvh}.compact-app-grid{grid-template-columns:minmax(300px,360px) minmax(0,1fr)!important;grid-template-areas:"products editor" "context context"!important}.smart-panel{height:auto!important;max-height:none!important}.panel-products,.panel-editor{height:calc(100dvh - 220px)!important}.panel-source,.panel-media,.panel-categories,.panel-attributes{height:52dvh!important}.control-dock{grid-template-columns:1fr 1fr!important}.control-dock>input,.control-dock>select{grid-column:span 2!important}}@media(max-width:900px){:root{--sidebar-width: 0px;--workspace-pad-x: 10px;--workspace-pad-y: 8px;--topbar-height: auto}.app-sidebar{display:none!important}.mobile-bottom-nav{display:flex!important;position:fixed!important;left:8px!important;right:8px!important;bottom:8px!important;z-index:80!important;max-width:calc(100vw - 16px)!important;overflow-x:auto!important;gap:6px!important;padding:8px!important;border-radius:18px!important;background:#0f172ae0!important;border:1px solid rgba(148,163,184,.18)!important;backdrop-filter:blur(16px)!important;-webkit-backdrop-filter:blur(16px)!important}.mobile-bottom-nav button{flex:0 0 auto!important;min-height:38px!important;border-radius:12px!important;white-space:nowrap!important}.app-workspace{width:100%!important;padding-bottom:84px!important}.app-topbar{grid-template-columns:1fr!important;top:8px!important}.topbar-title p{white-space:normal!important;display:-webkit-box!important;-webkit-line-clamp:2;-webkit-box-orient:vertical}.topbar-actions{justify-content:stretch!important}.topbar-actions .btn,.topbar-actions button{flex:1 1 150px!important}.metric-strip{grid-template-columns:repeat(2,minmax(0,1fr))!important}.control-dock{position:relative!important;top:auto!important;grid-template-columns:1fr!important}.control-dock>input,.control-dock>select,.control-dock>*{grid-column:auto!important;width:100%!important}.compact-app-grid{grid-template-columns:1fr!important;grid-template-areas:"products" "editor" "context"!important}.panel-products,.panel-editor,.panel-source,.panel-media,.panel-categories,.panel-attributes{height:auto!important;min-height:380px!important;max-height:none!important}.panel-products .product-grid,.product-grid,.category-tree,.terms-table-wrap{max-height:66dvh!important}.supplier-grid,.editor-grid-two,.shipping-grid,.attr-grid,.model-grid,.settings-grid,.compact-settings.two-col,.compact-settings.two-col.brand-settings-grid,.inline-field,.copy-input-wrap,.attr-toolbar,.media-main,.create-category-box{grid-template-columns:1fr!important}.media-main-image{height:300px!important}}@media(max-width:560px){:root{--panel-padding: 12px;--gap: 10px;--input-height: 40px}.app-workspace{padding-left:8px!important;padding-right:8px!important}.app-topbar,.control-dock,.smart-panel{border-radius:16px!important}.topbar-actions{display:grid!important;grid-template-columns:1fr!important}.metric-strip{grid-template-columns:1fr!important}.panel-products .product-card,.product-card{grid-template-columns:88px minmax(0,1fr)!important}.panel-products .product-image,.product-image{width:88px!important;height:92px!important;min-height:92px!important}.product-title-row,.attr-row,.attr-row.multi,.upload-file-card{grid-template-columns:1fr!important}.attr-row input[type=checkbox]{justify-self:start!important}.terms-table{min-width:620px!important}.modal-backdrop,.upload-backdrop,.command-backdrop{padding:6px!important}.pro-modal,.upload-studio-modal,.command-palette{width:calc(100vw - 12px)!important;max-width:calc(100vw - 12px)!important;max-height:calc(100dvh - 12px)!important;border-radius:18px!important}.upload-zone{min-height:130px!important;margin:10px!important}.upload-actions .btn,.modal-actions .btn,.sticky-actions .btn,.editor-footer .btn{flex:1 1 100%!important}}body[data-ui-theme=bootstrap]{--accent:#0D6EFD;--accent-2:#0B5ED7;--bg:#F5F7FB;--panel:rgba(255,255,255,.96);--panel-solid:#FFFFFF;--text:#111827;--muted:#667085;--line:#D9E2EC;--soft:#EEF5FF;--shadow:0 10px 30px rgba(15,23,42,.08);background:#f5f7fb!important}body[data-ui-theme=bootstrap] .app-frame{grid-template-columns:240px minmax(0,1fr)!important;background:#f5f7fb!important}body[data-ui-theme=bootstrap] .app-sidebar{margin:0!important;height:100vh!important;border-radius:0!important;background:#fff!important;border-right:1px solid #E5E7EB!important;box-shadow:none!important;padding:14px 12px!important;width:240px!important;align-items:stretch!important}body[data-ui-theme=bootstrap] .brand-block{width:100%!important;height:auto!important;min-height:58px!important;justify-content:flex-start!important;gap:10px!important;padding:10px 12px!important;border-radius:14px!important;background:#f8fafc!important;border:1px solid #E5E7EB!important;color:#111827!important}body[data-ui-theme=bootstrap] .brand-block div:not(.brand-mark){display:block!important;min-width:0}body[data-ui-theme=bootstrap] .brand-block strong{color:#111827!important;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}body[data-ui-theme=bootstrap] .brand-block span{color:#667085!important;font-size:12px;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}body[data-ui-theme=bootstrap] .brand-mark,body[data-ui-theme=bootstrap] .brand-logo-img{width:36px!important;height:36px!important;border-radius:10px!important;box-shadow:none!important;flex:0 0 auto}body[data-ui-theme=bootstrap] .side-nav{gap:4px!important}body[data-ui-theme=bootstrap] .side-nav button{width:100%!important;height:42px!important;min-height:42px!important;padding:0 12px!important;border-radius:10px!important;justify-content:flex-start!important;gap:10px!important;color:#475467!important;font-size:14px!important;font-weight:700!important;background:transparent!important;border:1px solid transparent!important;box-shadow:none!important}body[data-ui-theme=bootstrap] .side-nav button span{font-size:16px!important;width:20px!important;text-align:center}body[data-ui-theme=bootstrap] .side-nav button:hover,body[data-ui-theme=bootstrap] .side-nav button.active{background:#eaf2ff!important;color:#0d6efd!important;border-color:#cfe2ff!important;box-shadow:none!important}body[data-ui-theme=bootstrap] .sidebar-profile{width:100%!important;height:46px!important;border-radius:12px!important;background:#f8fafc!important;border:1px solid #E5E7EB!important;color:#0d6efd!important;box-shadow:none!important}body[data-ui-theme=bootstrap] .sidebar-logout{width:100%!important;height:42px!important;min-height:42px!important;border-radius:10px!important;background:#fff5f5!important;color:#b42318!important;border:1px solid #FECACA!important;font-size:14px!important;box-shadow:none!important}body[data-ui-theme=bootstrap] .sidebar-logout:before{content:""!important}body[data-ui-theme=bootstrap] .app-workspace{background:#f5f7fb!important}body[data-ui-theme=bootstrap] .app-topbar.glass-panel,body[data-ui-theme=bootstrap] .control-dock.glass-panel,body[data-ui-theme=bootstrap] .smart-panel,body[data-ui-theme=bootstrap] .card,body[data-ui-theme=bootstrap] .settings-card,body[data-ui-theme=bootstrap] .pro-modal,body[data-ui-theme=bootstrap] .upload-studio-modal,body[data-ui-theme=bootstrap] .command-palette{background:#fff!important;color:#111827!important;border:1px solid #E5E7EB!important;box-shadow:0 8px 24px #0f172a0f!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important}body[data-ui-theme=bootstrap] .app-topbar.glass-panel{border-radius:16px!important;min-height:62px!important}body[data-ui-theme=bootstrap] .topbar-title h1,body[data-ui-theme=bootstrap] .settings-card h3,body[data-ui-theme=bootstrap] .panel-top h2,body[data-ui-theme=bootstrap] .smart-panel h2,body[data-ui-theme=bootstrap] .editor h2{color:#111827!important}body[data-ui-theme=bootstrap] .topbar-title p,body[data-ui-theme=bootstrap] .hint,body[data-ui-theme=bootstrap] label,body[data-ui-theme=bootstrap] .product-meta-line{color:#667085!important}body[data-ui-theme=bootstrap] .eyebrow{color:#0d6efd!important}body[data-ui-theme=bootstrap] input,body[data-ui-theme=bootstrap] select,body[data-ui-theme=bootstrap] textarea,body[data-ui-theme=bootstrap] .control-dock input,body[data-ui-theme=bootstrap] .control-dock select,body[data-ui-theme=bootstrap] .editor input,body[data-ui-theme=bootstrap] .editor textarea,body[data-ui-theme=bootstrap] .editor select,body[data-ui-theme=bootstrap] .supplier-panel input,body[data-ui-theme=bootstrap] .supplier-panel textarea,body[data-ui-theme=bootstrap] .settings-card input,body[data-ui-theme=bootstrap] .settings-card textarea,body[data-ui-theme=bootstrap] .settings-card select{background:#fff!important;color:#111827!important;border:1px solid #D0D5DD!important;box-shadow:none!important}body[data-ui-theme=bootstrap] input:focus,body[data-ui-theme=bootstrap] textarea:focus,body[data-ui-theme=bootstrap] select:focus{border-color:#86b7fe!important;box-shadow:0 0 0 4px #0d6efd1f!important}body[data-ui-theme=bootstrap] .btn{background:#0d6efd!important;color:#fff!important;border:1px solid #0D6EFD!important;box-shadow:none!important}body[data-ui-theme=bootstrap] .btn.secondary,body[data-ui-theme=bootstrap] .spotlight-btn,body[data-ui-theme=bootstrap] .copy-chip,body[data-ui-theme=bootstrap] .admin-open-chip,body[data-ui-theme=bootstrap] .quick-select{background:#fff!important;color:#344054!important;border:1px solid #D0D5DD!important;box-shadow:none!important}body[data-ui-theme=bootstrap] .compact-toggle button{background:#fff!important;color:#344054!important;border:1px solid #D0D5DD!important}body[data-ui-theme=bootstrap] .compact-toggle button.active{background:#0d6efd!important;color:#fff!important;border-color:#0d6efd!important}body[data-ui-theme=bootstrap] .metric-strip .stat-pill,body[data-ui-theme=bootstrap] .stat-pill{background:#fff!important;border:1px solid #E5E7EB!important;box-shadow:none!important}body[data-ui-theme=bootstrap] .smart-panel{border-radius:16px!important}body[data-ui-theme=bootstrap] .panel-products .product-card,body[data-ui-theme=bootstrap] .product-card{background:#fff!important;border:1px solid #E5E7EB!important;box-shadow:none!important}body[data-ui-theme=bootstrap] .panel-products .product-card:hover,body[data-ui-theme=bootstrap] .panel-products .product-card.active,body[data-ui-theme=bootstrap] .product-card.active{border-color:#0d6efd!important;box-shadow:0 0 0 3px #0d6efd1f!important;transform:none!important}body[data-ui-theme=bootstrap] .panel-products .product-image,body[data-ui-theme=bootstrap] .product-image,body[data-ui-theme=bootstrap] .image-empty{background:#f8fafc!important;border-color:#e5e7eb!important}body[data-ui-theme=bootstrap] .editor-footer{background:#fff!important;border-top:1px solid #E5E7EB!important}body[data-ui-theme=bootstrap] .modal-tabs{background:#f8fafc!important;border:1px solid #E5E7EB!important}body[data-ui-theme=bootstrap] .modal-tabs button{color:#475467!important;background:transparent!important}body[data-ui-theme=bootstrap] .modal-tabs button.active{color:#0d6efd!important;background:#eaf2ff!important}body[data-ui-theme=bootstrap] .upload-zone{background:#f8fafc!important;border-color:#bfd7ff!important}body[data-ui-theme=bootstrap] .upload-file-card{background:#fff!important;border:1px solid #E5E7EB!important}body[data-ui-theme=bootstrap] .global-progress-card,body[data-ui-theme=bootstrap] .toast{background:#fff!important;color:#111827!important;border:1px solid #E5E7EB!important;box-shadow:0 12px 30px #0f172a1f!important}.credentials-summary-card{grid-column:1 / -1}.credential-status-grid{display:flex;flex-wrap:wrap;gap:8px}.credential-status-grid span{display:inline-flex;align-items:center;gap:6px;border:1px solid var(--line);border-radius:999px;padding:7px 10px;color:var(--muted);font-weight:800;font-size:12px;background:var(--panel-solid)}.credential-status-grid span:before{content:"○";color:var(--muted)}.credential-status-grid span.ok{color:#067647;border-color:#abefc6;background:#ecfdf3}.credential-status-grid span.ok:before{content:"●";color:#12b76a}@media(max-width:1180px){body[data-ui-theme=bootstrap] .app-frame{grid-template-columns:78px minmax(0,1fr)!important}body[data-ui-theme=bootstrap] .app-sidebar{width:78px!important;padding:10px 8px!important}body[data-ui-theme=bootstrap] .brand-block{justify-content:center!important;padding:8px!important}body[data-ui-theme=bootstrap] .brand-block div:not(.brand-mark){display:none!important}body[data-ui-theme=bootstrap] .side-nav button{width:56px!important;justify-content:center!important;padding:0!important;font-size:0!important}body[data-ui-theme=bootstrap] .side-nav button span{font-size:17px!important;width:auto!important}body[data-ui-theme=bootstrap] .sidebar-profile,body[data-ui-theme=bootstrap] .sidebar-logout{width:56px!important}body[data-ui-theme=bootstrap] .sidebar-logout{font-size:0!important}body[data-ui-theme=bootstrap] .sidebar-logout:before{content:"⏻"!important;font-size:17px!important}}:root{--panel-padding: 14px;--app-gap: 12px;--input-height: 42px;--radius: 16px}html,body,#root{width:100%;min-width:0;overflow-x:hidden}body{text-rendering:optimizeLegibility}body[data-theme=light],body[data-ui-theme=bootstrap],body[data-ui-theme=tailadmin],body[data-ui-theme=laravelpro],body[data-ui-theme=executive],body[data-ui-theme=angular],body[data-ui-theme=insight],body[data-ui-theme=kyron],body[data-ui-theme=graphite],body[data-ui-theme=emerald],body[data-ui-theme=amber],body[data-ui-theme=violet],body[data-ui-theme=rose],body[data-ui-theme=slate],body[data-ui-theme=mint],body[data-ui-theme=ocean],body[data-ui-theme=vuexy],body[data-ui-theme=argon],body[data-ui-theme=laravel],body[data-ui-theme=notion]{--bg:#F5F7FB;--panel:#FFFFFF;--panel-solid:#FFFFFF;--text:#111827;--muted:#667085;--line:#E5E7EB;--soft:#F8FAFC;--shadow:0 8px 24px rgba(15,23,42,.06);background:#f5f7fb!important}@media(min-width:1025px){body[data-ui-theme] .app-frame,body[data-theme=dark] .app-frame,body[data-theme=light] .app-frame{display:grid!important;grid-template-columns:240px minmax(0,1fr)!important;min-height:100vh!important;height:100vh!important;overflow:hidden!important;background:var(--bg)!important}body[data-ui-theme] .app-sidebar,body[data-theme=dark] .app-sidebar,body[data-theme=light] .app-sidebar{position:sticky!important;top:0!important;width:240px!important;height:100vh!important;margin:0!important;padding:14px 12px!important;border-radius:0!important;align-items:stretch!important;grid-template-rows:auto minmax(0,1fr) auto auto!important;gap:12px!important;overflow:hidden!important;background:var(--panel-solid)!important;color:var(--text)!important;border-right:1px solid var(--line)!important;box-shadow:none!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important}body[data-ui-theme] .brand-block,body[data-theme=dark] .brand-block,body[data-theme=light] .brand-block{width:100%!important;min-height:58px!important;height:auto!important;padding:10px 12px!important;justify-content:flex-start!important;gap:10px!important;border-radius:14px!important;background:var(--soft)!important;border:1px solid var(--line)!important;color:var(--text)!important}body[data-ui-theme] .brand-block div:not(.brand-mark),body[data-theme=dark] .brand-block div:not(.brand-mark),body[data-theme=light] .brand-block div:not(.brand-mark){display:block!important;min-width:0!important}body[data-ui-theme] .brand-block strong,body[data-theme=dark] .brand-block strong,body[data-theme=light] .brand-block strong{display:block!important;max-width:160px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;color:var(--text)!important}body[data-ui-theme] .brand-block span,body[data-theme=dark] .brand-block span,body[data-theme=light] .brand-block span{display:block!important;max-width:160px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;color:var(--muted)!important}body[data-ui-theme] .brand-mark,body[data-theme=dark] .brand-mark,body[data-theme=light] .brand-mark,body[data-ui-theme] .brand-logo-img,body[data-theme=dark] .brand-logo-img,body[data-theme=light] .brand-logo-img{width:36px!important;height:36px!important;flex:0 0 36px!important;border-radius:10px!important;box-shadow:none!important}body[data-ui-theme] .side-nav,body[data-theme=dark] .side-nav,body[data-theme=light] .side-nav{width:100%!important;gap:4px!important;overflow:auto!important;padding-right:2px!important}body[data-ui-theme] .side-nav button,body[data-theme=dark] .side-nav button,body[data-theme=light] .side-nav button{width:100%!important;height:42px!important;min-height:42px!important;padding:0 12px!important;border-radius:10px!important;justify-content:flex-start!important;gap:10px!important;font-size:14px!important;line-height:1.2!important;font-weight:750!important;text-align:left!important;color:var(--muted)!important;background:transparent!important;border:1px solid transparent!important;box-shadow:none!important;transform:none!important}body[data-ui-theme] .side-nav button span,body[data-theme=dark] .side-nav button span,body[data-theme=light] .side-nav button span{width:20px!important;height:20px!important;flex:0 0 20px!important;font-size:16px!important;display:grid!important;place-items:center!important;margin:0!important;background:transparent!important;color:var(--accent)!important}body[data-ui-theme] .side-nav button:hover,body[data-ui-theme] .side-nav button.active,body[data-theme=dark] .side-nav button:hover,body[data-theme=dark] .side-nav button.active,body[data-theme=light] .side-nav button:hover,body[data-theme=light] .side-nav button.active{background:color-mix(in srgb,var(--accent) 12%,var(--panel-solid))!important;color:var(--accent)!important;border-color:color-mix(in srgb,var(--accent) 20%,var(--line))!important}body[data-ui-theme] .sidebar-profile,body[data-theme=dark] .sidebar-profile,body[data-theme=light] .sidebar-profile{width:100%!important;height:44px!important;border-radius:12px!important;background:var(--soft)!important;border:1px solid var(--line)!important;box-shadow:none!important}body[data-ui-theme] .sidebar-logout,body[data-theme=dark] .sidebar-logout,body[data-theme=light] .sidebar-logout{width:100%!important;height:42px!important;min-height:42px!important;font-size:14px!important;border-radius:10px!important;box-shadow:none!important}body[data-ui-theme] .sidebar-logout:before,body[data-theme=dark] .sidebar-logout:before,body[data-theme=light] .sidebar-logout:before{content:""!important}}.app-workspace{min-width:0!important;max-width:100%!important;height:100vh!important;overflow:auto!important;padding:12px 14px 22px!important;gap:10px!important}.app-topbar.glass-panel,.control-dock.glass-panel,.smart-panel,.card,.settings-card,.pro-modal,.upload-studio-modal,.command-palette{background:var(--panel-solid)!important;color:var(--text)!important;border:1px solid var(--line)!important;box-shadow:var(--shadow)!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important}.app-topbar.glass-panel{position:sticky!important;top:0!important;z-index:40!important;min-height:60px!important;padding:10px 12px!important;border-radius:16px!important;display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:center!important}.topbar-title h1{font-size:22px!important;line-height:1.1!important;margin:0!important;letter-spacing:-.025em!important;color:var(--text)!important}.topbar-title p{font-size:12px!important;max-width:760px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;color:var(--muted)!important}.topbar-actions{display:flex!important;align-items:center!important;gap:8px!important;flex-wrap:wrap!important;justify-content:flex-end!important}.external-theme-switcher{display:flex;align-items:center;gap:8px;min-width:260px;max-width:360px}.external-theme-switcher span{color:var(--muted);font-size:12px;font-weight:800}.external-theme-switcher .quick-theme-select{min-width:190px}.metric-strip{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:8px!important}.metric-strip .stat-pill{padding:8px 10px!important;border-radius:12px!important;min-width:0!important}.metric-strip .stat-pill b{font-size:15px!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.metric-strip .stat-pill span{font-size:10px!important}.control-dock{position:sticky!important;top:82px!important;z-index:35!important;border-radius:14px!important;padding:8px!important;grid-template-columns:auto minmax(250px,1fr) minmax(180px,240px) auto auto!important;gap:8px!important}input,textarea,select,.quick-select{min-height:var(--input-height)!important;border-radius:10px!important;padding:9px 11px!important;color:var(--text)!important;background:var(--panel-solid)!important;border:1px solid var(--line)!important;box-shadow:none!important}.btn,.spotlight-btn,.copy-chip,.admin-open-chip,.edit-pill,.theme-chip,.modal-tabs button{border-radius:10px!important;box-shadow:none!important;min-width:0!important}.btn{min-height:40px!important;padding:0 14px!important}.btn.secondary,.spotlight-btn,.quick-select{background:var(--panel-solid)!important;color:var(--text)!important;border:1px solid var(--line)!important}.compact-app-grid{display:grid!important;grid-template-columns:320px minmax(500px,1fr) 420px!important;grid-template-rows:minmax(230px,.85fr) minmax(210px,.75fr) minmax(260px,1fr)!important;grid-template-areas:"products source editor" "products media editor" "categories attributes editor"!important;gap:var(--app-gap)!important;align-items:stretch!important;min-height:900px!important;height:auto!important;overflow:visible!important}.compact-app-grid.active-attributes{grid-template-columns:320px minmax(500px,1fr) minmax(620px,760px)!important;grid-template-areas:"products editor attributes" "source editor attributes" "categories media attributes"!important}.compact-app-grid.active-attributes .panel-attributes{min-height:720px!important}.smart-panel{border-radius:16px!important;padding:var(--panel-padding)!important;overflow:hidden!important;display:flex!important;flex-direction:column!important}.smart-panel>.card,.smart-panel .card{overflow:hidden!important;display:flex!important;flex-direction:column!important;min-height:0!important}.panel-top,.smart-panel .section-head{margin-bottom:10px!important;gap:10px!important}.smart-panel .section-head h2,.panel-top h2{font-size:18px!important;line-height:1.15!important}.smart-panel .section-head p{font-size:12px!important;line-height:1.35!important;color:var(--muted)!important}.panel-products .product-grid,.category-tree,.attribute-panel,.terms-table-wrap,.editor,.media-panel,.supplier-panel{scrollbar-width:thin}.panel-products .product-card{grid-template-columns:96px minmax(0,1fr)!important;min-height:126px!important;border-radius:14px!important;padding:8px!important}.panel-products .product-image{min-height:108px!important;height:108px!important;border-radius:12px!important;padding:6px!important}.product-image img{object-fit:contain!important}.panel-products .product-body h3{font-size:13px!important;line-height:1.25!important;max-height:50px!important;overflow:hidden!important;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.copy-row,.product-card-actions,.chips,.supplier-actions,.editor-footer{flex-wrap:wrap!important;min-width:0!important}.copy-chip,.admin-open-chip{max-width:120px!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.panel-attributes .attribute-panel{padding:0!important;overflow:hidden!important}.attribute-panel .section-head{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:start!important}.attribute-panel .section-head h2,.attribute-panel .section-head p{min-width:0!important}.attr-toolbar{display:grid!important;grid-template-columns:minmax(220px,1.15fr) minmax(180px,1fr) auto auto!important;gap:8px!important;align-items:center!important;margin-bottom:8px!important}.attr-toolbar select,.attr-toolbar input,.attr-toolbar .btn{width:100%!important;min-height:40px!important;padding:0 11px!important;white-space:nowrap!important}.attr-actions{display:grid!important;grid-template-columns:repeat(auto-fit,minmax(145px,1fr))!important;gap:8px!important;margin:8px 0!important}.attr-actions .btn{width:100%!important;justify-content:center!important;white-space:normal!important;line-height:1.15!important}.slug-warning{margin:8px 0!important;padding:10px 12px!important;border-radius:12px!important;font-size:12px!important;line-height:1.35!important}.attribute-meta{gap:8px!important;margin:8px 0!important}.attribute-meta .stat-pill{min-width:120px!important;flex:1 1 120px!important;border-radius:12px!important;padding:8px 10px!important}.attribute-meta .stat-pill b{font-size:13px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;max-width:100%!important}.terms-table-wrap{flex:1 1 auto!important;min-height:260px!important;max-height:none!important;overflow:auto!important;border-radius:12px!important;background:var(--panel-solid)!important;border:1px solid var(--line)!important}.terms-table{min-width:980px!important;width:100%!important;table-layout:fixed!important}.terms-table th,.terms-table td{padding:9px 10px!important;vertical-align:top!important;word-break:normal!important}.terms-table th:nth-child(1),.terms-table td:nth-child(1){width:44px!important}.terms-table th:nth-child(2),.terms-table td:nth-child(2){width:26%!important}.terms-table th:nth-child(3),.terms-table td:nth-child(3){width:30%!important}.terms-table th:nth-child(4),.terms-table td:nth-child(4){width:28%!important}.terms-table th:nth-child(5),.terms-table td:nth-child(5){width:70px!important;text-align:center!important}.terms-table td b,.terms-table code,.terms-table small{display:block!important;max-width:100%!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.terms-table td input{min-width:0!important;width:100%!important}.modal-backdrop{padding:24px!important;align-items:center!important;justify-items:center!important;overflow:hidden!important}.pro-modal{width:min(1120px,calc(100vw - 48px))!important;max-height:calc(100dvh - 48px)!important;display:flex!important;flex-direction:column!important;overflow:hidden!important;border-radius:16px!important;padding:0!important}.pro-modal .modal-head{flex:0 0 auto!important;padding:14px 18px 10px!important;margin:0!important;background:var(--panel-solid)!important;border-bottom:1px solid var(--line)!important}.pro-modal .modal-head h2{font-size:24px!important;line-height:1.05!important;margin:2px 0!important}.pro-modal .modal-head p{font-size:13px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;max-width:900px!important}.modal-tabs{flex:0 0 auto!important;margin:0!important;padding:8px 12px!important;border-radius:0!important;border:0!important;border-bottom:1px solid var(--line)!important;background:var(--soft)!important;gap:6px!important;overflow-x:auto!important}.modal-tabs button{min-height:34px!important;padding:0 12px!important;white-space:nowrap!important;color:var(--muted)!important;background:transparent!important;border:1px solid transparent!important}.modal-tabs button.active{background:color-mix(in srgb,var(--accent) 12%,var(--panel-solid))!important;color:var(--accent)!important;border-color:color-mix(in srgb,var(--accent) 18%,var(--line))!important}.settings-grid{flex:1 1 auto!important;min-height:0!important;overflow:auto!important;padding:14px 16px 18px!important;align-items:start!important}.compact-settings.two-col{grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important}.settings-card{border-radius:14px!important;padding:16px!important;overflow:hidden!important}.settings-card h3{margin-top:0!important;font-size:17px!important}.theme-settings-card{min-width:0!important}.theme-list.expanded{display:grid!important;grid-template-columns:repeat(auto-fit,minmax(210px,1fr))!important;gap:8px!important;max-height:360px!important;overflow:auto!important;padding-right:2px!important}.theme-chip{min-height:44px!important;width:100%!important;display:flex!important;justify-content:flex-start!important;align-items:center!important;gap:9px!important;padding:8px 10px!important;text-align:left!important;white-space:normal!important;line-height:1.15!important;color:var(--text)!important;background:var(--panel-solid)!important;border:1px solid var(--line)!important}.theme-chip span{display:block!important;overflow:visible!important;white-space:normal!important;text-overflow:clip!important;min-width:0!important}.theme-chip.active{background:color-mix(in srgb,var(--accent) 12%,var(--panel-solid))!important;color:var(--accent)!important;border-color:var(--accent)!important;outline:0!important}.modal-actions.sticky-actions{flex:0 0 auto!important;position:sticky!important;bottom:0!important;background:var(--panel-solid)!important;border-top:1px solid var(--line)!important;padding:10px 16px!important;margin:0!important;justify-content:flex-end!important}body[data-theme=dark] .btn,body[data-theme=dark] .brand-mark,body[data-theme=dark] .orb,body[data-theme=dark] .upload-orb,body[data-ui-theme=titanium] .btn,body[data-ui-theme=linearblue] .btn,body[data-ui-theme=linearPremium] .btn{box-shadow:none!important}body[data-theme=dark] .app-topbar.glass-panel,body[data-theme=dark] .control-dock.glass-panel,body[data-theme=dark] .smart-panel,body[data-theme=dark] .pro-modal{background:#0f172a!important;border-color:#94a3b82e!important}body[data-theme=dark] input,body[data-theme=dark] select,body[data-theme=dark] textarea{background:#0b1220!important;border-color:#94a3b838!important}body[data-theme=dark] .modal-tabs,body[data-theme=dark] .settings-grid{background:#0b1220!important}@media(max-width:1440px)and (min-width:1025px){.compact-app-grid{grid-template-columns:300px minmax(420px,1fr) 380px!important}.compact-app-grid.active-attributes{grid-template-columns:300px minmax(420px,1fr) minmax(520px,1fr)!important}.attr-toolbar{grid-template-columns:1fr 1fr!important}}@media(max-width:1180px){.external-theme-switcher{min-width:220px}.control-dock{grid-template-columns:1fr 1fr!important;top:74px!important}.control-dock .country-toggle{grid-column:1 / -1!important}.compact-app-grid,.compact-app-grid.active-attributes{grid-template-columns:minmax(300px,.9fr) minmax(0,1.1fr)!important;grid-template-areas:"products editor" "source editor" "media categories" "attributes attributes"!important;grid-template-rows:auto!important;min-height:0!important}.panel-attributes{min-height:620px!important}.compact-settings.two-col{grid-template-columns:1fr!important}}@media(max-width:1024px){body[data-ui-theme] .app-frame,body[data-theme] .app-frame{display:block!important;height:auto!important;min-height:100vh!important;overflow:auto!important}.app-sidebar{display:none!important}.mobile-bottom-nav{display:flex!important}.app-workspace{height:auto!important;min-height:100vh!important;padding-bottom:84px!important}.app-topbar.glass-panel{position:relative!important;top:auto!important;grid-template-columns:1fr!important}.topbar-actions{justify-content:stretch!important}.topbar-actions>*{flex:1 1 180px}.external-theme-switcher{min-width:0!important;max-width:none!important;width:100%!important}.external-theme-switcher .quick-theme-select{min-width:0!important;flex:1!important}.metric-strip{grid-template-columns:repeat(2,minmax(0,1fr))!important}.control-dock{position:relative!important;top:auto!important;grid-template-columns:1fr!important}.compact-app-grid,.compact-app-grid.active-attributes{display:block!important;min-height:0!important}.smart-panel{display:none!important;margin-bottom:12px!important;min-height:calc(100dvh - 230px)!important}.compact-app-grid.active-products .panel-products,.compact-app-grid.active-source .panel-source,.compact-app-grid.active-editor .panel-editor,.compact-app-grid.active-media .panel-media,.compact-app-grid.active-categories .panel-categories,.compact-app-grid.active-attributes .panel-attributes{display:flex!important}.modal-backdrop{padding:8px!important}.pro-modal,.upload-studio-modal{width:calc(100vw - 16px)!important;max-height:calc(100dvh - 16px)!important;border-radius:14px!important}.pro-modal .modal-head p{white-space:normal!important}.settings-grid{padding:12px!important}.theme-list.expanded{grid-template-columns:1fr 1fr!important;max-height:42vh!important}}@media(max-width:640px){.metric-strip{grid-template-columns:1fr!important}.topbar-title p{white-space:normal!important}.topbar-actions>*,.btn{width:100%!important}.attr-toolbar,.attr-actions,.theme-list.expanded{grid-template-columns:1fr!important}.terms-table{min-width:860px!important}.modal-actions.sticky-actions{display:grid!important;grid-template-columns:1fr!important}}:root{--sidebar-width: 236px !important;--workspace-pad-x: 14px !important;--workspace-pad-y: 10px !important;--panel-padding: 14px !important;--radius: 16px !important;--gap: 12px !important;--input-height: 40px !important;--topbar-height: 64px !important;--dock-height: 48px !important;--panel-scroll-height: calc(100dvh - 198px) !important}body[data-theme=light]{--bg: #F5F7FB !important;--panel: #FFFFFF !important;--panel-solid: #FFFFFF !important;--text: #111827 !important;--muted: #64748B !important;--line: #E5E7EB !important;--soft: color-mix(in srgb, var(--accent) 7%, #FFFFFF) !important;--shadow: 0 10px 28px rgba(15, 23, 42, .07) !important}body[data-theme=dark]{--bg: #080D19 !important;--panel: #101827 !important;--panel-solid: #111827 !important;--text: #F8FAFC !important;--muted: #A7B1C2 !important;--line: rgba(226, 232, 240, .14) !important;--soft: color-mix(in srgb, var(--accent) 12%, #111827) !important;--shadow: 0 14px 34px rgba(0, 0, 0, .28) !important}body[data-ui-theme=kyron]{--accent:#0B1A3A !important}body[data-ui-theme=emerald]{--accent:#2A7F62 !important}body[data-ui-theme=taildark],body[data-ui-theme=linearPremium]{--bg:#080D19 !important}html,body,#root{width:100%!important;max-width:100%!important;min-height:100%!important;overflow-x:hidden!important}body{background:var(--bg)!important;color:var(--text)!important;font-size:14px!important}*{scrollbar-width:thin}*::-webkit-scrollbar-thumb{background:color-mix(in srgb,var(--muted) 42%,transparent);border-radius:999px;border:3px solid transparent;background-clip:content-box}*::-webkit-scrollbar-track{background:transparent}button,input,select,textarea{min-width:0!important;max-width:100%!important;color:var(--text)!important}select option{color:#111827!important;background:#fff!important}.app-frame{width:100%!important;height:100dvh!important;min-height:100dvh!important;display:flex!important;align-items:stretch!important;background:var(--bg)!important;overflow:hidden!important;color:var(--text)!important}.app-sidebar{position:sticky!important;top:0!important;left:0!important;width:var(--sidebar-width)!important;min-width:var(--sidebar-width)!important;max-width:var(--sidebar-width)!important;flex:0 0 var(--sidebar-width)!important;height:100dvh!important;padding:12px!important;display:grid!important;grid-template-rows:auto minmax(0,1fr) auto auto!important;gap:12px!important;overflow:hidden!important;border:0!important;border-right:1px solid var(--line)!important;border-radius:0!important;background:var(--panel-solid)!important;color:var(--text)!important;box-shadow:none!important}body[data-theme=dark] .app-sidebar{background:#0b1220!important}.brand-block{width:100%!important;min-height:62px!important;height:auto!important;padding:8px!important;display:flex!important;align-items:center!important;gap:10px!important;justify-self:stretch!important;border-radius:14px!important;overflow:hidden!important;border:1px solid var(--line)!important;background:color-mix(in srgb,var(--accent) 6%,var(--panel-solid))!important}.brand-block>div:not(.brand-mark),.brand-block strong,.brand-block span:not(.brand-mark span){display:block!important;text-indent:0!important}.brand-block>div:not(.brand-mark){min-width:0!important}.brand-block strong{color:var(--text)!important;font-size:14px!important;line-height:1.1!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.brand-block span:not(.brand-mark span){color:var(--muted)!important;font-size:11px!important;line-height:1.1!important;margin-top:2px!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.brand-mark,.brand-logo-img{width:38px!important;height:38px!important;min-width:38px!important;flex:0 0 38px!important;border-radius:12px!important}.side-nav{width:100%!important;display:flex!important;flex-direction:column!important;gap:6px!important;overflow-y:auto!important;overflow-x:hidden!important;padding:2px!important}.side-nav button,.sidebar-logout{width:100%!important;min-width:0!important;max-width:100%!important;min-height:40px!important;height:40px!important;padding:0 10px!important;display:flex!important;align-items:center!important;justify-content:flex-start!important;gap:10px!important;border-radius:12px!important;border:1px solid transparent!important;background:transparent!important;color:var(--muted)!important;text-indent:0!important;text-align:left!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;font-weight:800!important;box-shadow:none!important}.side-nav button span{width:22px!important;min-width:22px!important;height:22px!important;display:grid!important;place-items:center!important;margin:0!important;font-size:15px!important;background:transparent!important;color:currentColor!important;text-indent:0!important}.side-nav button.active,.side-nav button:hover{background:color-mix(in srgb,var(--accent) 10%,var(--panel-solid))!important;border-color:color-mix(in srgb,var(--accent) 24%,var(--line))!important;color:var(--accent)!important;transform:none!important}.sidebar-profile{width:100%!important;height:44px!important;border-radius:12px!important;justify-self:stretch!important}.sidebar-logout{margin:0!important;justify-content:center!important;color:#dc2626!important;background:color-mix(in srgb,#DC2626 7%,var(--panel-solid))!important;border-color:color-mix(in srgb,#DC2626 20%,var(--line))!important}.app-workspace{flex:1 1 auto!important;width:calc(100% - var(--sidebar-width))!important;min-width:0!important;height:100dvh!important;padding:var(--workspace-pad-y) var(--workspace-pad-x) 16px!important;display:flex!important;flex-direction:column!important;gap:var(--gap)!important;overflow-x:hidden!important;overflow-y:auto!important;background:var(--bg)!important}.glass-panel,.app-topbar.glass-panel,.control-dock.glass-panel,.smart-panel,.card,.modal,.pro-modal,.upload-studio-modal,.command-palette,.settings-card{background:var(--panel-solid)!important;border:1px solid var(--line)!important;color:var(--text)!important;box-shadow:var(--shadow)!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}body[data-theme=dark] .glass-panel,body[data-theme=dark] .app-topbar.glass-panel,body[data-theme=dark] .control-dock.glass-panel,body[data-theme=dark] .smart-panel,body[data-theme=dark] .card,body[data-theme=dark] .modal,body[data-theme=dark] .pro-modal,body[data-theme=dark] .upload-studio-modal,body[data-theme=dark] .command-palette,body[data-theme=dark] .settings-card{background:var(--panel-solid)!important}.app-topbar{min-height:var(--topbar-height)!important;height:auto!important;padding:9px 12px!important;border-radius:var(--radius)!important;position:sticky!important;top:0!important;z-index:40!important;display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;gap:10px!important;align-items:center!important}.topbar-title,.topbar-title-branded{min-width:0!important;display:flex!important;align-items:center!important;gap:10px!important}.topbar-logo{width:36px!important;height:36px!important;border-radius:10px!important;object-fit:contain!important}.topbar-title h1{margin:0!important;font-size:22px!important;line-height:1.05!important;color:var(--text)!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.topbar-title p{margin:2px 0 0!important;color:var(--muted)!important;font-size:12px!important;line-height:1.25!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;max-width:82ch!important}.eyebrow{color:var(--accent)!important;font-size:10px!important;letter-spacing:.13em!important}.topbar-actions{display:flex!important;flex-wrap:wrap!important;justify-content:flex-end!important;align-items:center!important;gap:8px!important;min-width:0!important}.external-theme-switcher{display:flex!important;align-items:center!important;gap:6px!important;min-width:0!important}.external-theme-switcher span{color:var(--muted)!important;font-size:12px!important;font-weight:800!important}.quick-theme-select{width:180px!important;min-width:160px!important;height:38px!important}.topbar-actions .btn,.topbar-actions button,.spotlight-btn,.quick-select{min-height:38px!important;height:38px!important;border-radius:10px!important;padding:0 12px!important;white-space:nowrap!important;box-shadow:none!important}.metric-strip{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:8px!important}.metric-strip .stat-pill{min-width:0!important;padding:8px 10px!important;border-radius:12px!important;background:color-mix(in srgb,var(--accent) 7%,var(--panel-solid))!important;border:1px solid var(--line)!important;box-shadow:none!important}.metric-strip .stat-pill b{font-size:15px!important;color:var(--accent)!important}.metric-strip .stat-pill span{font-size:9px!important;color:var(--muted)!important}.control-dock{min-height:var(--dock-height)!important;padding:8px!important;border-radius:var(--radius)!important;position:sticky!important;top:76px!important;z-index:35!important;display:grid!important;grid-template-columns:auto minmax(280px,1fr) auto auto!important;gap:8px!important;align-items:center!important;overflow:visible!important}.control-dock input,.control-dock select,.control-dock .btn,.control-dock button,.compact-toggle button{height:var(--input-height)!important;min-height:var(--input-height)!important;border-radius:10px!important}.country-toggle button.active,.theme-chip.active,.btn:not(.secondary):not(.ghost){color:#fff!important;background:var(--accent)!important;border-color:var(--accent)!important}.btn.secondary{color:var(--accent)!important;background:color-mix(in srgb,var(--accent) 8%,var(--panel-solid))!important;border:1px solid color-mix(in srgb,var(--accent) 24%,var(--line))!important;box-shadow:none!important}.btn.ghost{color:var(--muted)!important;background:transparent!important;border:1px solid var(--line)!important;box-shadow:none!important}.compact-app-grid{width:100%!important;min-width:0!important;display:grid!important;grid-template-columns:320px minmax(500px,1fr) 400px!important;grid-template-areas:"products editor context"!important;grid-template-rows:minmax(0,1fr)!important;gap:var(--gap)!important;align-items:stretch!important;flex:1 1 auto!important;min-height:0!important;overflow:visible!important}.compact-app-grid.active-source .panel-source,.compact-app-grid.active-media .panel-media,.compact-app-grid.active-categories .panel-categories,.compact-app-grid.active-attributes .panel-attributes,.compact-app-grid.active-products .panel-attributes,.compact-app-grid.active-editor .panel-attributes{display:flex!important}.smart-panel{height:var(--panel-scroll-height)!important;min-height:0!important;padding:var(--panel-padding)!important;border-radius:var(--radius)!important;display:flex!important;flex-direction:column!important;overflow:hidden!important}.smart-panel>.card,.smart-panel .card,.product-grid,.editor-scroll,.category-tree,.terms-table-wrap,.upload-file-list{min-height:0!important;overflow:auto!important}.product-grid{max-height:none!important;flex:1 1 auto!important;padding-right:4px!important}.product-card{border-radius:14px!important;grid-template-columns:104px minmax(0,1fr)!important;min-height:128px!important;background:var(--panel-solid)!important;box-shadow:none!important}.product-image{min-height:128px!important;padding:8px!important;background:#f8fafc!important}body[data-theme=dark] .product-image{background:#0f172a!important}.product-body h3{max-height:42px!important;overflow:hidden!important;text-overflow:ellipsis!important}.copy-row,.chips,.attr-actions,.editor-footer,.modal-actions{display:flex!important;flex-wrap:wrap!important;gap:8px!important;min-width:0!important}.copy-chip,.edit-pill,.edited-pill{max-width:100%!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.panel-top,.section-head{margin-bottom:10px!important;gap:8px!important}.panel-top h2,.section-head h2{font-size:18px!important;color:var(--text)!important}.section-head p{color:var(--muted)!important;font-size:12px!important}.tabs{overflow-x:auto!important;flex-wrap:nowrap!important;padding-bottom:4px!important}.tabs button{white-space:nowrap!important;flex:0 0 auto!important}.attr-toolbar{display:flex!important;flex-wrap:wrap!important;gap:8px!important}.attr-toolbar>*{flex:1 1 160px!important;min-width:0!important}.terms-table{min-width:680px!important}.slug-cell,.inline-slug,.product-meta-line{overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.modal-backdrop{padding:14px!important;display:grid!important;place-items:center!important;overflow:hidden!important}.pro-modal,.modal.pro-modal{width:min(1120px,calc(100vw - 28px))!important;height:min(820px,calc(100dvh - 28px))!important;max-height:calc(100dvh - 28px)!important;display:flex!important;flex-direction:column!important;padding:0!important;border-radius:18px!important;overflow:hidden!important}.pro-modal .modal-head{padding:14px 18px 10px!important;flex:0 0 auto!important;border-bottom:1px solid var(--line)!important;background:var(--panel-solid)!important}.pro-modal .modal-head h2{font-size:24px!important;margin:2px 0!important;color:var(--text)!important}.pro-modal .modal-head p{font-size:13px!important;color:var(--muted)!important}.modal-tabs{flex:0 0 auto!important;margin:0!important;padding:8px 14px!important;border-radius:0!important;border:0!important;border-bottom:1px solid var(--line)!important;background:color-mix(in srgb,var(--accent) 4%,var(--panel-solid))!important;overflow-x:auto!important;display:flex!important;gap:6px!important}.modal-tabs button{min-width:max-content!important;padding:8px 11px!important;border-radius:10px!important;color:var(--muted)!important;background:transparent!important;border:1px solid transparent!important}.modal-tabs button.active{color:var(--accent)!important;background:color-mix(in srgb,var(--accent) 10%,var(--panel-solid))!important;border-color:color-mix(in srgb,var(--accent) 22%,var(--line))!important}.settings-card{border-radius:14px!important;padding:16px!important;box-shadow:none!important}.settings-card.wide{grid-column:1 / -1!important}.v45-theme-list,.theme-list.expanded{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))!important;gap:8px!important}.theme-chip{min-height:44px!important;border-radius:12px!important;justify-content:flex-start!important;text-align:left!important;color:var(--text)!important;background:var(--panel-solid)!important}.theme-chip i{width:12px!important;height:12px!important;flex:0 0 12px!important;border-radius:999px!important}.sticky-actions,.modal-actions.sticky-actions{flex:0 0 auto!important;position:sticky!important;bottom:0!important;z-index:5!important;padding:10px 16px!important;margin:0!important;border-top:1px solid var(--line)!important;background:var(--panel-solid)!important;justify-content:flex-end!important}.upload-studio-modal{width:min(780px,calc(100vw - 28px))!important;height:min(720px,calc(100dvh - 28px))!important;color:var(--text)!important;background:var(--panel-solid)!important}@media(min-width:1501px){.compact-app-grid{grid-template-columns:320px minmax(500px,1fr) 400px!important}.compact-app-grid.active-attributes{grid-template-columns:320px minmax(500px,1fr) 480px!important}}@media(max-width:1500px){:root{--sidebar-width: 228px !important;--panel-scroll-height: auto !important}.app-frame{height:auto!important;min-height:100dvh!important;overflow-x:hidden!important;overflow-y:auto!important}.app-workspace{height:auto!important;min-height:100dvh!important;overflow:visible!important}.compact-app-grid{grid-template-columns:300px minmax(0,1fr)!important;grid-template-areas:"products editor" "context editor"!important;grid-template-rows:minmax(420px,auto) minmax(360px,auto)!important;align-items:start!important}.smart-panel{height:auto!important;min-height:380px!important}.panel-source,.panel-media,.panel-categories,.panel-attributes{min-height:360px!important}.topbar-title p{max-width:50ch!important}}@media(max-width:1180px){:root{--sidebar-width: 210px !important}.app-topbar{grid-template-columns:1fr!important}.topbar-actions{justify-content:flex-start!important}.control-dock{grid-template-columns:1fr 1fr!important;top:0!important;position:relative!important}.control-dock input{grid-column:1 / -1!important}.metric-strip{grid-template-columns:repeat(2,minmax(0,1fr))!important}.compact-app-grid{grid-template-columns:1fr!important;grid-template-areas:"products" "editor" "context"!important}}@media(max-width:900px){:root{--sidebar-width: 0px !important;--workspace-pad-x:10px !important}.app-frame{display:block!important}.app-sidebar{display:none!important}.app-workspace{width:100%!important;padding:10px 10px 76px!important}.mobile-bottom-nav{display:flex!important}.compact-app-grid{display:block!important}.smart-panel{margin-bottom:10px!important}.topbar-title p{white-space:normal!important}.external-theme-switcher,.quick-theme-select{width:100%!important}.control-dock{grid-template-columns:1fr!important}.metric-strip{grid-template-columns:1fr 1fr!important}.compact-settings.two-col,.settings-grid.two-col,.v45-theme-settings{grid-template-columns:1fr!important}}@media(max-width:560px){.metric-strip,.product-card{grid-template-columns:1fr!important}.product-image{min-height:180px!important}.pro-modal,.modal.pro-modal,.upload-studio-modal,.command-palette{width:100vw!important;height:100dvh!important;max-height:100dvh!important;border-radius:0!important}.modal-backdrop{padding:0!important}.topbar-actions .btn,.topbar-actions button{width:100%!important}}:root{--sidebar-width: 220px !important;--workspace-pad-x: 12px !important;--workspace-pad-y: 8px !important;--panel-padding: 12px !important;--radius: 14px !important;--gap: 10px !important;--input-height: 38px !important;--topbar-height: 58px !important}html,body,#root{height:100%!important;width:100%!important;max-width:100%!important;overflow:hidden!important}body{margin:0!important;background:var(--bg)!important}body[data-theme=light]{--bg:#F4F6FA !important;--panel:#FFFFFF !important;--panel-solid:#FFFFFF !important;--text:#111827 !important;--muted:#667085 !important;--line:#E4E7EC !important;--soft:#F8FAFC !important;--shadow:0 6px 18px rgba(15,23,42,.06) !important}body[data-theme=dark]{--bg:#080D19 !important;--panel:#101827 !important;--panel-solid:#111827 !important;--text:#F8FAFC !important;--muted:#A7B1C2 !important;--line:rgba(226,232,240,.14) !important;--soft:#0F172A !important;--shadow:0 10px 24px rgba(0,0,0,.26) !important}body[data-ui-theme=bootstrap]{--accent:#0D6EFD !important}body[data-ui-theme=violet]{--accent:#7C3AED !important}body[data-ui-theme=graphite]{--accent:#0369A1 !important}body[data-ui-theme=linearPremium]{--accent:#6366F1 !important}*,*:before,*:after{box-sizing:border-box!important}button,input,textarea,select{font:inherit!important;min-width:0!important;max-width:100%!important}select option{background:#fff!important;color:#111827!important}.app-frame{width:100%!important;height:100dvh!important;min-height:100dvh!important;display:flex!important;flex-direction:row!important;overflow:hidden!important;background:var(--bg)!important}.app-sidebar{position:relative!important;inset:auto!important;flex:0 0 var(--sidebar-width)!important;width:var(--sidebar-width)!important;min-width:var(--sidebar-width)!important;max-width:var(--sidebar-width)!important;height:100dvh!important;padding:10px!important;display:grid!important;grid-template-rows:auto minmax(0,1fr) auto auto!important;gap:10px!important;overflow:hidden!important;border-right:1px solid var(--line)!important;background:var(--panel-solid)!important;box-shadow:none!important}.brand-block{width:100%!important;min-height:58px!important;padding:8px!important;display:flex!important;align-items:center!important;gap:9px!important;border-radius:12px!important;border:1px solid var(--line)!important;background:color-mix(in srgb,var(--accent) 6%,var(--panel-solid))!important;overflow:hidden!important}.brand-block>div:not(.brand-mark){display:block!important;min-width:0!important}.brand-block strong{display:block!important;color:var(--text)!important;font-size:14px!important;line-height:1.15!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.brand-block span:not(.brand-mark span){display:block!important;color:var(--muted)!important;font-size:11px!important;line-height:1.15!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.brand-mark,.brand-logo-img{width:36px!important;height:36px!important;flex:0 0 36px!important;border-radius:10px!important;object-fit:contain!important}.side-nav{display:flex!important;flex-direction:column!important;gap:5px!important;overflow-y:auto!important;overflow-x:hidden!important;min-height:0!important;padding:2px!important}.side-nav button,.sidebar-logout{width:100%!important;height:38px!important;min-height:38px!important;padding:0 10px!important;border-radius:10px!important;display:flex!important;align-items:center!important;justify-content:flex-start!important;gap:9px!important;border:1px solid transparent!important;background:transparent!important;color:var(--muted)!important;font-size:13px!important;font-weight:750!important;line-height:1!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;box-shadow:none!important;transform:none!important}.side-nav button span{width:20px!important;min-width:20px!important;height:20px!important;display:grid!important;place-items:center!important;font-size:14px!important;color:currentColor!important}.side-nav button.active,.side-nav button:hover{color:var(--accent)!important;background:color-mix(in srgb,var(--accent) 10%,var(--panel-solid))!important;border-color:color-mix(in srgb,var(--accent) 22%,var(--line))!important}.sidebar-profile{width:100%!important;height:42px!important;border-radius:10px!important}.sidebar-logout{justify-content:center!important;color:#dc2626!important;background:color-mix(in srgb,#DC2626 7%,var(--panel-solid))!important;border-color:color-mix(in srgb,#DC2626 20%,var(--line))!important}.app-workspace{flex:1 1 0%!important;width:auto!important;max-width:calc(100vw - var(--sidebar-width))!important;min-width:0!important;height:100dvh!important;padding:var(--workspace-pad-y) var(--workspace-pad-x) 12px!important;display:flex!important;flex-direction:column!important;gap:var(--gap)!important;overflow:hidden!important;background:var(--bg)!important}.app-topbar.glass-panel,.control-dock.glass-panel,.smart-panel,.card,.pro-modal,.upload-studio-modal,.command-palette,.settings-card{background:var(--panel-solid)!important;color:var(--text)!important;border:1px solid var(--line)!important;box-shadow:var(--shadow)!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important}.app-topbar{flex:0 0 auto!important;min-height:var(--topbar-height)!important;padding:8px 10px!important;border-radius:var(--radius)!important;position:relative!important;top:auto!important;display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:center!important;gap:8px!important;z-index:20!important}.topbar-title,.topbar-title-branded{min-width:0!important;display:flex!important;align-items:center!important;gap:9px!important}.topbar-logo{width:34px!important;height:34px!important;border-radius:9px!important;object-fit:contain!important}.topbar-title h1{margin:0!important;font-size:20px!important;line-height:1.08!important;color:var(--text)!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.topbar-title p{margin:1px 0 0!important;font-size:12px!important;color:var(--muted)!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;max-width:72ch!important}.topbar-actions{display:flex!important;flex-wrap:wrap!important;justify-content:flex-end!important;align-items:center!important;gap:7px!important;min-width:0!important}.spotlight-btn,.topbar-actions .btn{height:38px!important;min-height:38px!important;padding:0 13px!important;border-radius:10px!important;white-space:nowrap!important}.metric-strip{flex:0 0 auto!important;display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:var(--gap)!important;min-height:44px!important}.stat-pill{min-width:0!important;border-radius:12px!important;padding:8px 10px!important;overflow:hidden!important}.stat-pill b,.stat-pill span{display:block!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.control-dock{flex:0 0 auto!important;position:relative!important;top:auto!important;z-index:10!important;border-radius:var(--radius)!important;padding:8px!important;display:grid!important;grid-template-columns:auto minmax(240px,1fr) auto auto!important;gap:7px!important;align-items:center!important;overflow:hidden!important}.control-dock>select{display:none!important}.control-dock input,.control-dock .btn,.control-dock button,.compact-toggle button{height:var(--input-height)!important;min-height:var(--input-height)!important;border-radius:10px!important}.country-toggle{display:flex!important;gap:6px!important;min-width:max-content!important}.country-toggle button{white-space:nowrap!important;padding:0 12px!important}.compact-app-grid{flex:1 1 auto!important;min-height:0!important;height:auto!important;width:100%!important;max-width:100%!important;overflow:hidden!important;display:grid!important;grid-template-columns:minmax(280px,320px) minmax(0,1fr)!important;grid-template-rows:minmax(0,1fr)!important;grid-template-areas:"products editor"!important;gap:var(--gap)!important;align-items:stretch!important}.compact-app-grid.active-source,.compact-app-grid.active-media,.compact-app-grid.active-categories,.compact-app-grid.active-attributes{grid-template-columns:minmax(280px,315px) minmax(0,1fr) minmax(360px,430px)!important;grid-template-areas:"products editor context"!important}.compact-app-grid.active-attributes{grid-template-columns:minmax(280px,315px) minmax(0,1fr) minmax(420px,520px)!important}.panel-editor{grid-area:editor!important;display:flex!important}.panel-source,.panel-media,.panel-categories,.panel-attributes{grid-area:context!important;display:none!important}.compact-app-grid.active-source .panel-source,.compact-app-grid.active-media .panel-media,.compact-app-grid.active-categories .panel-categories,.compact-app-grid.active-attributes .panel-attributes{display:flex!important}.compact-app-grid.active-products .panel-attributes,.compact-app-grid.active-editor .panel-attributes{display:none!important}.smart-panel{min-width:0!important;max-width:100%!important;height:100%!important;min-height:0!important;padding:var(--panel-padding)!important;border-radius:var(--radius)!important;display:flex!important;flex-direction:column!important;overflow:hidden!important}.smart-panel>.card,.smart-panel .card,.editor-scroll,.product-grid,.category-tree,.terms-table-wrap,.upload-file-list{min-height:0!important;min-width:0!important;max-width:100%!important;overflow:auto!important}.panel-top h2,.section-head h2,.smart-panel h2{font-size:17px!important;line-height:1.15!important;color:var(--text)!important}.section-head p,.panel-top p{color:var(--muted)!important;font-size:12px!important;line-height:1.35!important}.product-card{grid-template-columns:92px minmax(0,1fr)!important;min-height:112px!important;border-radius:12px!important;overflow:hidden!important}.product-image{min-height:112px!important;padding:6px!important}.product-image img,.product-card img{object-fit:contain!important;width:100%!important;height:100%!important}.product-body,.product-title-row,.product-body h3,.product-meta-line,.inline-slug,.slug-cell,.copy-chip,.edit-pill,.edited-pill{min-width:0!important;max-width:100%!important;overflow:hidden!important;text-overflow:ellipsis!important}.product-body h3,.product-meta-line,.inline-slug,.slug-cell{white-space:nowrap!important}.copy-row,.chips,.attr-actions,.attr-toolbar,.editor-footer,.modal-actions{display:flex!important;flex-wrap:wrap!important;gap:7px!important;min-width:0!important;max-width:100%!important}.attr-toolbar>*{flex:1 1 150px!important;min-width:0!important}.attr-toolbar .btn{flex:0 1 auto!important}.tabs{overflow-x:auto!important;flex-wrap:nowrap!important}.tabs button{flex:0 0 auto!important;white-space:nowrap!important}.terms-table-wrap{width:100%!important;overflow-x:auto!important}.terms-table{min-width:720px!important}.terms-table th,.terms-table td{white-space:nowrap!important}.modal-backdrop{padding:12px!important;display:grid!important;place-items:center!important;overflow:hidden!important}.pro-modal,.modal.pro-modal{width:min(1080px,calc(100vw - 24px))!important;height:min(780px,calc(100dvh - 24px))!important;max-height:calc(100dvh - 24px)!important;display:flex!important;flex-direction:column!important;overflow:hidden!important;border-radius:16px!important;padding:0!important}.pro-modal .modal-head{flex:0 0 auto!important;padding:12px 16px 9px!important;border-bottom:1px solid var(--line)!important}.pro-modal .modal-head h2{font-size:22px!important;line-height:1.08!important;color:var(--text)!important}.pro-modal .modal-head p{font-size:12px!important;color:var(--muted)!important}.modal-tabs{flex:0 0 auto!important;padding:7px 12px!important;overflow-x:auto!important;border-bottom:1px solid var(--line)!important}.compact-settings,.settings-grid.compact-settings{flex:1 1 auto!important;min-height:0!important;overflow:auto!important;padding:14px!important}.compact-settings.two-col,.settings-grid.two-col,.v45-theme-settings{grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important}.settings-card{padding:14px!important;border-radius:12px!important}.theme-list.expanded,.v45-theme-list{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))!important;gap:8px!important}.theme-chip{min-height:42px!important;color:var(--text)!important;background:var(--panel-solid)!important;justify-content:flex-start!important;text-align:left!important}.theme-chip span{white-space:normal!important;overflow:visible!important;text-overflow:clip!important}.sticky-actions,.modal-actions.sticky-actions{flex:0 0 auto!important;padding:9px 14px!important;border-top:1px solid var(--line)!important;background:var(--panel-solid)!important;justify-content:flex-end!important}.upload-studio-modal{width:min(760px,calc(100vw - 24px))!important;height:min(680px,calc(100dvh - 24px))!important}@media(max-width:1400px){:root{--sidebar-width: 200px !important}html,body,#root{overflow:auto!important}.app-frame{height:auto!important;min-height:100dvh!important;overflow-x:hidden!important;overflow-y:auto!important}.app-sidebar{position:sticky!important;top:0!important;height:100dvh!important}.app-workspace{max-width:calc(100vw - var(--sidebar-width))!important;height:auto!important;min-height:100dvh!important;overflow:visible!important}.app-topbar{grid-template-columns:1fr!important}.topbar-actions{justify-content:flex-start!important}.control-dock{grid-template-columns:1fr 1fr!important;overflow:visible!important}.control-dock .country-toggle,.control-dock input{grid-column:1 / -1!important}.compact-app-grid,.compact-app-grid.active-source,.compact-app-grid.active-media,.compact-app-grid.active-categories,.compact-app-grid.active-attributes{height:auto!important;min-height:0!important;overflow:visible!important;grid-template-columns:minmax(280px,330px) minmax(0,1fr)!important;grid-template-rows:minmax(420px,auto) minmax(360px,auto)!important;grid-template-areas:"products editor" "context editor"!important;align-items:start!important}.smart-panel{height:auto!important;min-height:360px!important}.panel-editor{min-height:790px!important}}@media(max-width:1100px){:root{--sidebar-width: 72px !important}.app-workspace{max-width:calc(100vw - var(--sidebar-width))!important}.brand-block{justify-content:center!important;padding:6px!important}.brand-block>div:not(.brand-mark),.brand-block strong,.brand-block span:not(.brand-mark span){display:none!important}.side-nav button{justify-content:center!important;padding:0!important;font-size:0!important}.side-nav button span{font-size:15px!important}.sidebar-logout{font-size:0!important}.sidebar-profile{height:38px!important}.metric-strip{grid-template-columns:repeat(2,minmax(0,1fr))!important}.compact-app-grid,.compact-app-grid.active-source,.compact-app-grid.active-media,.compact-app-grid.active-categories,.compact-app-grid.active-attributes{grid-template-columns:1fr!important;grid-template-rows:auto!important;grid-template-areas:"products" "editor" "context"!important}.panel-editor{min-height:620px!important}}@media(max-width:760px){:root{--sidebar-width: 0px !important;--workspace-pad-x:8px !important;--workspace-pad-y:8px !important}html,body,#root{overflow:auto!important}.app-frame{display:block!important;height:auto!important;min-height:100dvh!important;overflow-x:hidden!important}.app-sidebar{display:none!important}.app-workspace{width:100%!important;max-width:100vw!important;height:auto!important;min-height:100dvh!important;padding:8px 8px 76px!important;overflow:visible!important}.mobile-bottom-nav{display:flex!important}.app-topbar{display:block!important}.topbar-title h1,.topbar-title p{white-space:normal!important}.topbar-actions{margin-top:8px!important}.topbar-actions .btn,.topbar-actions button{flex:1 1 150px!important}.metric-strip{grid-template-columns:1fr 1fr!important}.control-dock{grid-template-columns:1fr!important}.country-toggle{min-width:0!important;flex-wrap:wrap!important}.country-toggle button{flex:1 1 130px!important}.compact-app-grid{display:block!important}.smart-panel{min-height:420px!important;margin-bottom:10px!important}.product-card{grid-template-columns:1fr!important}.product-image{min-height:170px!important}.compact-settings.two-col,.settings-grid.two-col,.v45-theme-settings{grid-template-columns:1fr!important}.pro-modal,.modal.pro-modal,.upload-studio-modal,.command-palette{width:100vw!important;height:100dvh!important;max-height:100dvh!important;border-radius:0!important}.modal-backdrop{padding:0!important}}:root{--sidebar-width: 216px !important;--workspace-pad-x: 16px !important;--workspace-pad-y: 14px !important;--gap: 10px !important;--radius: 14px !important;--panel-padding: 12px !important;--input-height: 40px !important;--topbar-height: 64px !important;--shadow: 0 10px 28px rgba(15,23,42,.07) !important}html,body,#root{width:100%!important;min-width:0!important;min-height:100%!important;overflow:hidden!important}body{background:#f4f6f8!important}body[data-theme=dark]{background:#0b1220!important}*{min-width:0}.app-frame{width:100vw!important;height:100dvh!important;min-height:100dvh!important;display:grid!important;grid-template-columns:var(--sidebar-width) minmax(0,1fr)!important;overflow:hidden!important;background:var(--bg)!important}.app-sidebar{position:relative!important;width:var(--sidebar-width)!important;min-width:var(--sidebar-width)!important;max-width:var(--sidebar-width)!important;height:100dvh!important;overflow:hidden!important;padding:10px!important;display:grid!important;grid-template-rows:auto minmax(0,1fr) auto auto!important;gap:10px!important;background:var(--panel-solid)!important;border-right:1px solid var(--line)!important;box-shadow:none!important}.brand-block{min-height:56px!important;height:56px!important;border-radius:12px!important}.brand-block strong{font-size:14px!important}.brand-block span:not(.brand-mark span){font-size:11px!important}.side-nav{overflow-y:auto!important;overflow-x:hidden!important}.side-nav button{height:38px!important;min-height:38px!important;font-size:14px!important}.sidebar-profile{width:100%!important;height:50px!important;max-height:50px!important;overflow:hidden!important;display:grid!important;place-items:center!important;border-radius:12px!important;background:var(--panel-solid)!important;border:1px solid var(--line)!important}.sidebar-profile img{width:100%!important;height:100%!important;object-fit:contain!important;object-position:center!important;display:block!important}.sidebar-logout{height:40px!important;min-height:40px!important}.app-workspace{width:100%!important;max-width:none!important;height:100dvh!important;min-height:0!important;overflow:hidden!important;padding:var(--workspace-pad-y) var(--workspace-pad-x)!important;display:flex!important;flex-direction:column!important;gap:var(--gap)!important}.app-topbar{height:var(--topbar-height)!important;min-height:var(--topbar-height)!important;max-height:var(--topbar-height)!important;padding:10px 12px!important;display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;gap:10px!important;align-items:center!important;overflow:hidden!important;border-radius:var(--radius)!important}.topbar-title h1{font-size:20px!important;line-height:1.05!important}.topbar-title p{font-size:12px!important;max-width:80ch!important}.topbar-actions{display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:8px!important;flex-wrap:nowrap!important;overflow:visible!important}.topbar-actions button,.topbar-actions .btn,.spotlight-btn{height:40px!important;min-height:40px!important;padding:0 14px!important;white-space:nowrap!important}.external-theme-switcher{display:none!important}.metric-strip{flex:0 0 48px!important;min-height:48px!important;max-height:48px!important;display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:var(--gap)!important;overflow:hidden!important}.metric-strip .stat-pill{height:48px!important;padding:7px 10px!important}.stat-pill b{font-size:17px!important}.stat-pill span{font-size:10px!important}.control-dock{flex:0 0 auto!important;display:grid!important;grid-template-columns:auto minmax(220px,1fr) auto auto!important;gap:8px!important;align-items:center!important;padding:8px!important;border-radius:var(--radius)!important;overflow:hidden!important}.control-dock input,.control-dock button,.control-dock .btn,.country-toggle button{height:var(--input-height)!important;min-height:var(--input-height)!important;border-radius:10px!important}.country-toggle{min-width:max-content!important;display:flex!important;gap:7px!important}.country-toggle button{padding:0 14px!important;white-space:nowrap!important}.compact-app-grid,.compact-app-grid.active-source,.compact-app-grid.active-media,.compact-app-grid.active-categories,.compact-app-grid.active-attributes,.compact-app-grid.active-products,.compact-app-grid.active-editor{flex:1 1 auto!important;min-height:0!important;height:auto!important;width:100%!important;max-width:100%!important;overflow:hidden!important;display:grid!important;grid-template-columns:320px minmax(0,1fr)!important;grid-template-rows:minmax(0,1fr)!important;grid-template-areas:"products active"!important;gap:var(--gap)!important;align-items:stretch!important}.panel-products{grid-area:products!important;display:flex!important}.panel-editor,.panel-source,.panel-media,.panel-categories,.panel-attributes{grid-area:active!important;display:none!important;position:relative!important;inset:auto!important;transform:none!important}.compact-app-grid.active-products .panel-editor,.compact-app-grid.active-editor .panel-editor,.compact-app-grid.active-source .panel-source,.compact-app-grid.active-media .panel-media,.compact-app-grid.active-categories .panel-categories,.compact-app-grid.active-attributes .panel-attributes{display:flex!important}.smart-panel{width:100%!important;max-width:100%!important;height:100%!important;min-height:0!important;overflow:hidden!important;border-radius:var(--radius)!important;padding:var(--panel-padding)!important;display:flex!important;flex-direction:column!important}.smart-panel>.card,.smart-panel .card{width:100%!important;max-width:100%!important;height:100%!important;min-height:0!important;overflow:auto!important;padding:0!important;border:0!important;box-shadow:none!important;background:transparent!important}.panel-top,.section-head{flex:0 0 auto!important;margin-bottom:8px!important}.product-grid,.editor-scroll,.category-tree,.terms-table-wrap,.upload-file-list,.attr-list{min-height:0!important;max-height:none!important;overflow:auto!important}.product-grid{flex:1 1 auto!important;padding-right:4px!important}.product-card{grid-template-columns:92px minmax(0,1fr)!important;min-height:108px!important;border-radius:12px!important}.product-image{min-height:108px!important}.product-body h3,.product-meta-line,.slug-cell,.inline-slug{white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.copy-row,.chips,.attr-actions,.attr-toolbar,.category-actions,.editor-footer{display:flex!important;flex-wrap:wrap!important;gap:7px!important}.category-actions>*,.attr-toolbar>*{min-width:0!important}.category-actions input,.attr-toolbar input,.category-actions select,.attr-toolbar select{flex:1 1 240px!important}.category-actions .btn,.attr-toolbar .btn{flex:0 0 auto!important}.terms-table-wrap{overflow-x:auto!important}.terms-table{min-width:760px!important}.modal-backdrop{position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:0!important;padding:16px!important;display:grid!important;place-items:center!important;overflow:hidden!important;z-index:1200!important}.pro-modal,.modal.pro-modal{width:min(1180px,calc(100vw - 32px))!important;height:min(720px,calc(100dvh - 32px))!important;max-height:calc(100dvh - 32px)!important;overflow:hidden!important;display:flex!important;flex-direction:column!important;border-radius:16px!important;padding:0!important}.pro-modal .modal-head{flex:0 0 auto!important;min-height:84px!important;padding:14px 18px 10px!important}.pro-modal .modal-head h2{font-size:24px!important}.pro-modal .modal-head p{font-size:13px!important}.modal-tabs{flex:0 0 auto!important;padding:8px 14px!important;overflow-x:auto!important}.compact-settings,.settings-grid.compact-settings{flex:1 1 auto!important;min-height:0!important;overflow:auto!important;padding:16px!important;align-content:start!important}.compact-settings.two-col,.settings-grid.two-col,.v45-theme-settings{display:grid!important;grid-template-columns:repeat(2,minmax(320px,1fr))!important;gap:14px!important}.settings-card{padding:16px!important;border-radius:14px!important;overflow:visible!important}.theme-settings-card.wide{grid-column:1 / -1!important}.theme-list.expanded,.v45-theme-list{grid-template-columns:repeat(4,minmax(180px,1fr))!important}.theme-chip{min-height:48px!important;padding:10px 12px!important;white-space:normal!important}.sound-settings-card{display:grid!important;gap:14px!important}.sound-settings-card input[type=range]{width:100%!important;padding:0!important;accent-color:var(--accent)!important}.sound-settings-card label strong{color:var(--accent)!important;font-size:13px!important}.modal-actions.sticky-actions,.sticky-actions{flex:0 0 auto!important;position:sticky!important;bottom:0!important;padding:10px 16px!important;justify-content:flex-end!important;background:var(--panel-solid)!important;border-top:1px solid var(--line)!important}.upload-studio-modal{width:min(820px,calc(100vw - 32px))!important;height:min(680px,calc(100dvh - 32px))!important;max-height:calc(100dvh - 32px)!important;display:flex!important;flex-direction:column!important;overflow:hidden!important;border-radius:16px!important}.upload-hero,.upload-zone,.upload-summary{flex:0 0 auto!important}.upload-file-list{flex:1 1 auto!important;min-height:0!important;overflow:auto!important}.upload-actions{flex:0 0 auto!important}@media(max-width:1200px){:root{--sidebar-width: 76px !important}.brand-block{justify-content:center!important}.brand-block>div:not(.brand-mark),.brand-block strong,.brand-block span:not(.brand-mark span){display:none!important}.side-nav button{justify-content:center!important;padding:0!important;font-size:0!important}.side-nav button span{font-size:16px!important}.sidebar-logout{font-size:0!important}.compact-app-grid,.compact-app-grid.active-source,.compact-app-grid.active-media,.compact-app-grid.active-categories,.compact-app-grid.active-attributes,.compact-app-grid.active-products,.compact-app-grid.active-editor{grid-template-columns:280px minmax(0,1fr)!important}.topbar-actions{flex-wrap:wrap!important}.app-topbar{height:auto!important;min-height:64px!important;max-height:none!important}}@media(max-width:900px){html,body,#root{overflow:auto!important}.app-frame{height:auto!important;min-height:100dvh!important;overflow-x:hidden!important;overflow-y:auto!important}.app-workspace{height:auto!important;min-height:100dvh!important;overflow:visible!important}.metric-strip{grid-template-columns:repeat(2,minmax(0,1fr))!important;flex-basis:auto!important;max-height:none!important;height:auto!important}.control-dock{grid-template-columns:1fr!important;overflow:visible!important}.country-toggle{min-width:0!important;flex-wrap:wrap!important}.compact-app-grid,.compact-app-grid.active-source,.compact-app-grid.active-media,.compact-app-grid.active-categories,.compact-app-grid.active-attributes,.compact-app-grid.active-products,.compact-app-grid.active-editor{height:auto!important;overflow:visible!important;grid-template-columns:1fr!important;grid-template-areas:"products" "active"!important;grid-template-rows:auto auto!important}.smart-panel{height:auto!important;min-height:420px!important}.compact-settings.two-col,.settings-grid.two-col,.v45-theme-settings{grid-template-columns:1fr!important}.theme-list.expanded,.v45-theme-list{grid-template-columns:1fr 1fr!important}}@media(max-width:640px){:root{--sidebar-width:0px !important;--workspace-pad-x:8px !important;--workspace-pad-y:8px !important}.app-frame{display:block!important}.app-sidebar{display:none!important}.mobile-bottom-nav{display:flex!important}.app-workspace{padding-bottom:76px!important}.app-topbar{display:block!important}.topbar-actions{margin-top:8px!important;justify-content:stretch!important}.topbar-actions button,.topbar-actions .btn{flex:1 1 150px!important}.product-card{grid-template-columns:1fr!important}.product-image{min-height:170px!important}.theme-list.expanded,.v45-theme-list{grid-template-columns:1fr!important}.pro-modal,.modal.pro-modal,.upload-studio-modal{width:100vw!important;height:100dvh!important;max-height:100dvh!important;border-radius:0!important}.modal-backdrop{padding:0!important}}body[data-ui-theme=bootstrap]{--accent:#0D6EFD !important;--bg:#f4f6f8 !important;--panel-solid:#ffffff !important;--panel:rgba(255,255,255,.96) !important;--text:#111827 !important;--muted:#667085 !important;--line:#d9dee7 !important;--soft:#eef5ff !important}body[data-ui-theme=violet]{--accent:#7C3AED !important;--bg:#f7f5ff !important;--panel-solid:#ffffff !important;--panel:rgba(255,255,255,.96) !important;--text:#171321 !important;--muted:#6b6478 !important;--line:#ded7eb !important;--soft:#f2ebff !important}body[data-ui-theme=graphite]{--accent:#0369A1 !important;--bg:#f3f6f8 !important;--panel-solid:#ffffff !important;--panel:rgba(255,255,255,.96) !important;--text:#111827 !important;--muted:#5b6675 !important;--line:#d7dde5 !important;--soft:#eaf5fb !important}body[data-ui-theme=linearPremium]{--accent:#6366F1 !important;--bg:#080D18 !important;--panel-solid:#0F172A !important;--panel:rgba(15,23,42,.96) !important;--text:#E5E7EB !important;--muted:#94A3B8 !important;--line:rgba(148,163,184,.22) !important;--soft:rgba(99,102,241,.14) !important}body[data-ui-theme=bootstrap] .btn,body[data-ui-theme=violet] .btn,body[data-ui-theme=graphite] .btn,body[data-ui-theme=linearPremium] .btn{box-shadow:none!important}:root{--sidebar-width: 232px !important}.app-sidebar{grid-template-rows:auto minmax(0,1fr) auto auto!important}.brand-block{height:auto!important;min-height:62px!important;padding:10px!important;align-items:center!important;gap:10px!important;overflow:hidden!important}.brand-block .brand-logo-img{width:42px!important;height:42px!important;min-width:42px!important;max-width:42px!important;object-fit:contain!important;border-radius:12px!important;background:#fff!important;padding:3px!important}.brand-block>div:not(.brand-mark){overflow:hidden!important}.brand-block strong,.brand-block span{overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;display:block!important}.sidebar-profile{min-height:82px!important;height:82px!important;max-height:82px!important;padding:7px!important;background:#fff!important;border-color:var(--line)!important;box-shadow:inset 0 0 0 1px #ffffff73!important}body[data-theme=dark] .sidebar-profile{background:#f8fafc!important}.sidebar-profile img{width:100%!important;height:100%!important;max-width:100%!important;max-height:68px!important;object-fit:contain!important;object-position:center!important;border-radius:8px!important}.sidebar-profile span{color:#111827!important;font-weight:900!important}.side-nav button{grid-template-columns:22px minmax(0,1fr)!important;overflow:hidden!important}.side-nav button span:first-child{text-align:center!important}.side-nav button{white-space:nowrap!important;text-overflow:ellipsis!important}.country-toggle.compact-toggle{min-width:0!important;max-width:100%!important;overflow-x:auto!important;overflow-y:hidden!important;scrollbar-width:thin!important}.country-toggle.compact-toggle button{flex:0 0 auto!important;max-width:190px!important;overflow:hidden!important;text-overflow:ellipsis!important}.add-market-btn{border-style:dashed!important;color:var(--accent)!important;background:color-mix(in srgb,var(--accent) 8%,var(--panel-solid))!important}.market-profile-note{display:grid;gap:4px;padding:10px 12px;border:1px solid color-mix(in srgb,var(--accent) 22%,var(--line));border-radius:12px;background:color-mix(in srgb,var(--accent) 7%,var(--panel-solid));margin-bottom:12px}.market-profile-note b{font-weight:950;color:var(--text)}.market-profile-note span{color:var(--muted);font-size:12px;font-weight:700}.product-edit-overview{display:grid;grid-template-columns:120px minmax(0,1fr) minmax(220px,320px);gap:12px;align-items:stretch;padding:12px;border:1px solid var(--line);border-radius:14px;background:color-mix(in srgb,var(--panel-solid) 94%,var(--accent));margin:10px 0 12px;overflow:hidden}.overview-main-image{min-height:120px;border:1px solid var(--line);border-radius:12px;display:grid;place-items:center;background:#fff;overflow:hidden}.overview-main-image img{width:100%;height:100%;object-fit:contain;padding:6px}.overview-info{display:grid;gap:8px;align-content:start;min-width:0}.overview-info strong{font-size:14px;font-weight:950;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.overview-facts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}.overview-facts span{display:grid;gap:2px;min-width:0;padding:7px 8px;border-radius:10px;border:1px solid var(--line);background:var(--panel-solid);color:var(--text);font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.overview-facts b{font-size:10px;color:var(--muted);text-transform:uppercase;letter-spacing:.04em}.overview-cats{display:flex;flex-wrap:wrap;gap:6px}.overview-cats em{font-style:normal;font-size:11px;font-weight:850;padding:5px 8px;border-radius:999px;border:1px solid var(--line);background:var(--soft);color:var(--text)}.overview-gallery{display:flex;gap:7px;align-items:stretch;overflow-x:auto;padding-bottom:2px}.overview-gallery button{flex:0 0 54px;min-width:54px;border:1px solid var(--line);border-radius:10px;background:#fff;position:relative;overflow:hidden;padding:0;cursor:pointer;color:var(--text)}.overview-gallery button img{width:100%;height:100%;min-height:54px;object-fit:contain;padding:3px}.overview-gallery b{position:absolute;left:3px;right:3px;bottom:3px;border-radius:6px;background:#0d6efdeb;color:#fff;font-size:8px;line-height:1;padding:3px}.overview-edit-media{flex:0 0 96px!important;display:grid;place-items:center;padding:8px!important;font-size:12px;font-weight:900;color:var(--accent)!important;background:color-mix(in srgb,var(--accent) 8%,var(--panel-solid))!important}.editor .tabs{position:sticky;top:0;z-index:2;background:var(--panel-solid);padding-top:4px}.media-panel .section-head p,.capture-disabled-note{display:none!important}.sound-settings-card audio{width:100%}.sound-settings-card .hint{max-width:72ch}.sound-settings-card select,.sound-settings-card input[type=range]{min-width:0!important}@media(max-width:1200px){:root{--sidebar-width: 86px !important}.sidebar-profile{height:60px!important;min-height:60px!important;max-height:60px!important;padding:5px!important}.sidebar-profile img{max-height:48px!important}.product-edit-overview{grid-template-columns:100px minmax(0,1fr)}.overview-gallery{grid-column:1 / -1}}@media(max-width:900px){.product-edit-overview{grid-template-columns:1fr}.overview-main-image{min-height:210px}.overview-facts{grid-template-columns:repeat(2,minmax(0,1fr))}}:root{--sidebar-open-width: 232px;--sidebar-closed-width: 76px;--sidebar-width: var(--sidebar-open-width) !important;--topbar-height: 64px !important;--dock-height: 48px !important;--gap: 10px !important;--radius: 14px !important;--panel-padding: 12px !important}.app-frame.sidebar-expanded{--sidebar-width: var(--sidebar-open-width) !important}.app-frame.sidebar-collapsed{--sidebar-width: var(--sidebar-closed-width) !important}.app-frame{display:grid!important;grid-template-columns:var(--sidebar-width) minmax(0,1fr)!important;width:100vw!important;height:100dvh!important;overflow:hidden!important}.app-sidebar{width:var(--sidebar-width)!important;min-width:var(--sidebar-width)!important;max-width:var(--sidebar-width)!important;transition:width .18s ease,min-width .18s ease,max-width .18s ease!important;padding:10px!important;overflow:hidden!important}.sidebar-brand-row{display:grid!important;grid-template-columns:minmax(0,1fr) 34px!important;gap:8px!important;align-items:center!important;min-width:0!important}.sidebar-toggle{width:34px!important;height:34px!important;min-height:34px!important;border-radius:10px!important;border:1px solid var(--line)!important;background:var(--panel-solid)!important;color:var(--muted)!important;display:grid!important;place-items:center!important;font-weight:950!important;box-shadow:none!important}.sidebar-toggle:hover{color:var(--accent)!important;border-color:color-mix(in srgb,var(--accent) 25%,var(--line))!important}.app-frame.sidebar-collapsed .sidebar-brand-row{grid-template-columns:1fr!important;justify-items:center!important}.app-frame.sidebar-collapsed .sidebar-toggle{order:-1!important;width:46px!important}.app-frame.sidebar-collapsed .brand-block{width:46px!important;height:46px!important;min-height:46px!important;padding:5px!important;justify-content:center!important}.app-frame.sidebar-collapsed .brand-block>div:not(.brand-mark){display:none!important}.app-frame.sidebar-collapsed .brand-logo-img,.app-frame.sidebar-collapsed .brand-mark{width:34px!important;height:34px!important;min-width:34px!important;flex-basis:34px!important}.side-nav button b,.sidebar-logout b,.sidebar-profile-meta{min-width:0!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.app-frame.sidebar-collapsed .side-nav button,.app-frame.sidebar-collapsed .sidebar-logout{justify-content:center!important;padding:0!important;gap:0!important}.app-frame.sidebar-collapsed .side-nav button b,.app-frame.sidebar-collapsed .sidebar-logout b,.app-frame.sidebar-collapsed .sidebar-profile-meta{display:none!important}.app-frame.sidebar-collapsed .side-nav button span,.app-frame.sidebar-collapsed .sidebar-logout span{width:100%!important;min-width:0!important}.sidebar-profile-card{display:grid!important;grid-template-columns:48px minmax(0,1fr)!important;align-items:center!important;gap:10px!important;padding:8px!important;min-height:64px!important;border-radius:14px!important;border:1px solid var(--line)!important;background:color-mix(in srgb,var(--accent) 5%,var(--panel-solid))!important;overflow:hidden!important}.sidebar-profile-thumb{width:48px!important;height:48px!important;border-radius:12px!important;display:grid!important;place-items:center!important;overflow:hidden!important;background:var(--panel-solid)!important;border:1px solid var(--line)!important;color:var(--accent)!important;font-weight:950!important}.sidebar-profile-thumb img{width:100%!important;height:100%!important;object-fit:contain!important;object-position:center!important;display:block!important;padding:3px!important;border-radius:10px!important}.sidebar-profile-meta strong,.sidebar-profile-meta small{display:block!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.sidebar-profile-meta strong{color:var(--text)!important;font-size:12px!important;line-height:1.15!important}.sidebar-profile-meta small{color:var(--muted)!important;font-size:11px!important;margin-top:2px!important}.app-frame.sidebar-collapsed .sidebar-profile-card{grid-template-columns:1fr!important;padding:6px!important;min-height:58px!important;justify-items:center!important}.app-frame.sidebar-collapsed .sidebar-profile-thumb{width:46px!important;height:46px!important}.sidebar-profile{display:none!important}.app-workspace{width:auto!important;max-width:none!important;min-width:0!important;height:100dvh!important;overflow:hidden!important}.compact-app-grid,.compact-app-grid.active-source,.compact-app-grid.active-media,.compact-app-grid.active-categories,.compact-app-grid.active-attributes,.compact-app-grid.active-products,.compact-app-grid.active-editor{height:100%!important;min-height:0!important;overflow:hidden!important;align-items:stretch!important}.smart-panel{height:100%!important;min-height:0!important;overflow:hidden!important}.smart-panel>.card,.smart-panel .card{min-height:0!important;overflow:auto!important}.panel-products .product-grid{min-height:0!important;max-height:none!important;overflow:auto!important}.product-edit-overview{grid-template-columns:128px minmax(0,1fr) minmax(220px,360px)!important;gap:12px!important;overflow:hidden!important}.overview-gallery{display:flex!important;gap:8px!important;overflow-x:auto!important}.overview-gallery .overview-edit-media{min-width:104px!important}.product-edit-modal{width:min(1180px,calc(100vw - 32px))!important;max-height:calc(100dvh - 32px)!important;display:flex!important;flex-direction:column!important;background:var(--panel-solid)!important;color:var(--text)!important;border:1px solid var(--line)!important;border-radius:18px!important;overflow:hidden!important;box-shadow:0 26px 80px #0f172a3d!important}.product-edit-modal-head{flex:0 0 auto!important;display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;gap:12px!important;align-items:start!important;padding:16px 18px!important;border-bottom:1px solid var(--line)!important}.product-edit-modal-head h2{margin:2px 0!important;font-size:24px!important;line-height:1.1!important;color:var(--text)!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.product-edit-modal-head p{margin:0!important;color:var(--muted)!important;font-size:13px!important}.product-edit-modal-body{flex:1 1 auto!important;min-height:0!important;overflow:auto!important;display:grid!important;grid-template-columns:minmax(260px,360px) minmax(0,1fr)!important;gap:14px!important;padding:16px!important}.product-edit-main-image{min-height:360px!important;border-radius:16px!important;border:1px solid var(--line)!important;background:#fff!important;display:grid!important;place-items:center!important;overflow:hidden!important;padding:12px!important}.product-edit-main-image img{width:100%!important;height:100%!important;object-fit:contain!important}.product-edit-info{display:grid!important;gap:12px!important;align-content:start!important;min-width:0!important}.product-edit-info h3{margin:0!important;color:var(--text)!important}.product-edit-facts{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:8px!important}.product-edit-facts span{padding:10px!important;border:1px solid var(--line)!important;border-radius:12px!important;background:var(--panel-solid)!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.product-edit-facts b{display:block!important;font-size:10px!important;text-transform:uppercase!important;color:var(--muted)!important;margin-bottom:3px!important}.product-edit-cats{display:flex!important;flex-wrap:wrap!important;gap:6px!important}.product-edit-cats em{font-style:normal!important;border:1px solid var(--line)!important;border-radius:999px!important;padding:5px 8px!important;background:var(--soft)!important}.product-edit-gallery{grid-column:1 / -1!important;display:grid!important;gap:10px!important}.product-edit-gallery-head{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:10px!important;flex-wrap:wrap!important}.product-edit-gallery-grid{display:grid!important;grid-template-columns:repeat(auto-fill,minmax(108px,1fr))!important;gap:10px!important;max-height:280px!important;overflow:auto!important}.product-edit-gallery-grid .gallery-item,.product-edit-gallery-grid .gallery-add{height:118px!important;min-height:118px!important}.sound-actions{display:flex!important;gap:8px!important;flex-wrap:wrap!important}.sound-file-list{display:grid!important;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))!important;gap:8px!important;margin-top:12px!important}.sound-file-list button{display:grid!important;gap:3px!important;text-align:left!important;padding:10px 12px!important;border-radius:12px!important;border:1px solid var(--line)!important;background:var(--panel-solid)!important;color:var(--text)!important}.sound-file-list button.active{border-color:var(--accent)!important;background:color-mix(in srgb,var(--accent) 9%,var(--panel-solid))!important;color:var(--accent)!important}.sound-file-list small{color:var(--muted)!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.sound-settings-card input[type=range]{width:100%!important;accent-color:var(--accent)!important}@media(max-width:1200px){.product-edit-overview{grid-template-columns:110px minmax(0,1fr)!important}.overview-gallery{grid-column:1 / -1!important}.product-edit-modal-body{grid-template-columns:1fr!important}.product-edit-main-image{min-height:300px!important}}@media(max-width:900px){.app-frame{display:block!important;height:auto!important;min-height:100dvh!important;overflow:auto!important}.app-sidebar{display:none!important}.app-workspace{height:auto!important;overflow:visible!important}.compact-app-grid,.compact-app-grid.active-source,.compact-app-grid.active-media,.compact-app-grid.active-categories,.compact-app-grid.active-attributes{display:block!important;height:auto!important;overflow:visible!important}.smart-panel{height:auto!important;min-height:420px!important;margin-bottom:10px!important}.mobile-bottom-nav{display:flex!important}}.market-fields{display:grid!important;grid-template-columns:90px minmax(160px,1fr) 100px 110px!important;gap:8px!important;align-items:end!important}.market-fields input[readonly]{opacity:.75!important;cursor:not-allowed!important}.product-edit-tabs{display:flex!important;gap:8px!important;padding:10px 16px!important;border-bottom:1px solid var(--line)!important;background:color-mix(in srgb,var(--accent) 4%,var(--panel-solid))!important;overflow-x:auto!important}.product-edit-tabs button{border:1px solid var(--line)!important;background:var(--panel-solid)!important;color:var(--text)!important;border-radius:999px!important;min-height:34px!important;padding:0 13px!important;font-weight:900!important;white-space:nowrap!important}.product-edit-tabs button.active{border-color:var(--accent)!important;color:var(--accent)!important;box-shadow:0 0 0 3px color-mix(in srgb,var(--accent) 12%,transparent)!important}.product-edit-content-grid{grid-column:1 / -1!important;display:grid!important;grid-template-columns:repeat(2,minmax(220px,1fr))!important;gap:12px!important;align-content:start!important}.product-edit-content-grid label{display:grid!important;gap:6px!important;font-size:12px!important;font-weight:900!important;color:var(--muted)!important}.product-edit-content-grid label.wide{grid-column:1 / -1!important}.product-edit-content-grid input,.product-edit-content-grid select,.product-edit-content-grid textarea{width:100%!important;border:1px solid var(--line)!important;background:var(--panel-solid)!important;color:var(--text)!important;border-radius:12px!important;padding:10px 12px!important;min-height:40px!important;font-size:13px!important}.product-edit-content-grid textarea{resize:vertical!important;line-height:1.45!important}.product-edit-actions{flex:0 0 auto!important;display:flex!important;justify-content:flex-end!important;gap:10px!important;padding:12px 16px!important;border-top:1px solid var(--line)!important;background:var(--panel-solid)!important}.edit-pill{cursor:pointer!important;border-color:var(--accent)!important;color:var(--accent)!important;font-weight:950!important}.sound-tab-settings audio{width:100%!important}@media(max-width:900px){.market-fields,.product-edit-content-grid{grid-template-columns:1fr!important}.product-edit-actions{justify-content:stretch!important;flex-direction:column!important}}.compact-app-grid.active-products{grid-template-columns:minmax(280px,340px) minmax(0,1fr)!important;grid-template-areas:"products editor"!important;grid-template-rows:minmax(0,1fr)!important}.compact-app-grid.active-products .panel-editor{display:flex!important;grid-area:editor!important}.compact-app-grid.active-products .panel-source,.compact-app-grid.active-products .panel-media,.compact-app-grid.active-products .panel-categories,.compact-app-grid.active-products .panel-attributes{display:none!important}.panel-editor .product-representation{width:100%!important;height:100%!important;min-height:0!important;display:flex!important;flex-direction:column!important;gap:14px!important;overflow:auto!important;padding:0!important;color:var(--text)!important}.panel-editor .empty-product-view{justify-content:center!important;align-items:center!important}.panel-editor .empty-product-view .empty{width:min(620px,100%)!important;min-height:240px!important;display:grid!important;place-items:center!important;text-align:center!important;gap:10px!important;border:1px dashed var(--line)!important;border-radius:20px!important;background:color-mix(in srgb,var(--accent) 5%,var(--panel-solid))!important;padding:30px!important}.panel-editor .empty-product-view .orb{width:56px!important;height:56px!important;border-radius:16px!important;display:grid!important;place-items:center!important;background:var(--accent)!important;color:#fff!important;font-size:22px!important}.product-representation-head h2{max-width:100%!important;overflow:hidden!important;text-overflow:ellipsis!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important}.product-representation-head p{margin:4px 0 0!important;color:var(--muted)!important;font-size:13px!important}.product-representation-actions,.product-representation-footer,.product-hero-copy,.product-representation-cats{display:flex!important;flex-wrap:wrap!important;gap:8px!important;min-width:0!important}.product-representation-actions{justify-content:flex-end!important}.product-hero-card{display:grid!important;grid-template-columns:minmax(240px,380px) minmax(0,1fr)!important;gap:14px!important;align-items:stretch!important;border:1px solid var(--line)!important;background:color-mix(in srgb,var(--panel-solid) 96%,var(--accent))!important;border-radius:18px!important;padding:14px!important;min-width:0!important;overflow:hidden!important}.product-hero-image{min-height:330px!important;border:1px solid var(--line)!important;border-radius:16px!important;background:#fff!important;display:grid!important;place-items:center!important;overflow:hidden!important;padding:12px!important}.product-hero-image img{width:100%!important;height:100%!important;object-fit:contain!important}.product-hero-info{min-width:0!important;display:grid!important;gap:10px!important;align-content:start!important}.product-hero-info h3{margin:0!important;font-size:22px!important;line-height:1.15!important;color:var(--text)!important;overflow:hidden!important;text-overflow:ellipsis!important;display:-webkit-box!important;-webkit-line-clamp:3!important;-webkit-box-orient:vertical!important}.product-detail-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:8px!important}.product-detail-grid span{border:1px solid var(--line)!important;border-radius:12px!important;padding:9px 10px!important;background:var(--panel-solid)!important;color:var(--text)!important;min-width:0!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.product-detail-grid b{display:block!important;color:var(--muted)!important;font-size:10px!important;text-transform:uppercase!important;letter-spacing:.04em!important;margin-bottom:3px!important}.product-representation-cats em{font-style:normal!important;border:1px solid var(--line)!important;border-radius:999px!important;padding:5px 8px!important;background:var(--soft)!important;color:var(--text)!important;font-size:12px!important;font-weight:800!important;max-width:100%!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.product-gallery-block{border:1px solid var(--line)!important;border-radius:18px!important;background:var(--panel-solid)!important;padding:12px!important;display:grid!important;gap:10px!important;min-width:0!important}.product-gallery-title{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:8px!important}.product-gallery-title button{border:1px solid var(--line)!important;background:var(--soft)!important;color:var(--accent)!important;border-radius:10px!important;padding:8px 10px!important;font-weight:850!important}.product-gallery-grid{display:grid!important;grid-template-columns:repeat(auto-fill,minmax(104px,1fr))!important;gap:10px!important;max-height:320px!important;overflow:auto!important;padding-right:2px!important}.product-gallery-grid button{min-height:112px!important;border:1px solid var(--line)!important;border-radius:14px!important;background:#fff!important;position:relative!important;overflow:hidden!important;padding:6px!important;color:var(--accent)!important;font-weight:900!important;cursor:pointer!important}.product-gallery-grid button b{position:absolute!important;left:5px!important;right:5px!important;bottom:5px!important;border-radius:8px!important;background:#0d6efdeb!important;color:#fff!important;font-size:10px!important;padding:3px!important}.add-gallery-tile{border-style:dashed!important;background:color-mix(in srgb,var(--accent) 7%,#fff)!important}.product-representation-footer{margin-top:auto!important;justify-content:flex-end!important;border-top:1px solid var(--line)!important;padding-top:12px!important}@media(max-width:1400px){.compact-app-grid.active-products{grid-template-columns:minmax(280px,330px) minmax(0,1fr)!important;grid-template-areas:"products editor"!important}}@media(max-width:900px){.compact-app-grid.active-products{grid-template-columns:1fr!important;grid-template-areas:"products" "editor"!important}.product-representation-head,.product-hero-card{grid-template-columns:1fr!important}.product-hero-image{min-height:240px!important}.product-detail-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.product-representation-actions,.product-representation-footer{justify-content:stretch!important}.product-representation-actions .btn,.product-representation-footer .btn{flex:1 1 160px!important}}@media(max-width:560px){.product-detail-grid{grid-template-columns:1fr!important}}.fixed-app-grid,.fixed-app-grid.active-products,.fixed-app-grid.active-source,.fixed-app-grid.active-editor,.fixed-app-grid.active-media,.fixed-app-grid.active-categories,.fixed-app-grid.active-attributes{display:grid!important;grid-template-columns:minmax(300px,380px) minmax(0,1fr)!important;grid-template-areas:"products active"!important;gap:14px!important;align-items:stretch!important;width:100%!important;min-width:0!important;height:calc(100dvh - 245px)!important;min-height:640px!important;overflow:hidden!important}.fixed-app-grid>.smart-panel{position:relative!important;min-width:0!important;min-height:0!important;width:100%!important;max-width:none!important;margin:0!important;display:flex!important;flex-direction:column!important;overflow:hidden!important;opacity:1!important;transform:none!important}.fixed-app-grid .panel-source,.fixed-app-grid .panel-media,.fixed-app-grid .panel-categories,.fixed-app-grid .panel-attributes,.fixed-app-grid .panel-editor{grid-area:active!important}.fixed-app-grid .card,.fixed-app-grid .supplier-panel,.fixed-app-grid .media-panel,.fixed-app-grid .category-panel,.fixed-app-grid .attribute-panel,.fixed-app-grid .editor,.fixed-app-grid .product-representation,.fixed-app-grid .empty-product-view{width:100%!important;max-width:none!important;min-width:0!important;min-height:0!important;flex:1 1 auto!important;overflow:auto!important}.fixed-app-grid .panel-products .product-grid{flex:1 1 auto!important;min-height:0!important;max-height:none!important;overflow:auto!important}.fixed-app-grid .panel-products .product-card{grid-template-columns:118px minmax(0,1fr)!important;min-height:132px!important}.fixed-app-grid .panel-products .product-image{min-height:112px!important}.fixed-app-grid .panel-products .product-body h3,.fixed-app-grid .panel-products .product-meta-line,.fixed-app-grid .panel-products .product-count{overflow:hidden!important;text-overflow:ellipsis!important}.fixed-app-grid .media-panel,.fixed-app-grid .category-panel,.fixed-app-grid .attribute-panel,.fixed-app-grid .supplier-panel,.fixed-app-grid .editor,.fixed-app-grid .product-representation{padding:18px!important}.fixed-app-grid .product-representation{display:grid!important;align-content:start!important;gap:14px!important}.fixed-app-grid .empty-product-view{display:grid!important;place-items:center!important}.fixed-app-grid .panel-categories .category-panel,.fixed-app-grid .panel-attributes .attribute-panel,.fixed-app-grid .panel-media .media-panel{height:100%!important}.app-sidebar .nav-btn.active{pointer-events:auto!important}@media(max-width:1180px){.fixed-app-grid,.fixed-app-grid.active-products,.fixed-app-grid.active-source,.fixed-app-grid.active-editor,.fixed-app-grid.active-media,.fixed-app-grid.active-categories,.fixed-app-grid.active-attributes{grid-template-columns:minmax(260px,340px) minmax(0,1fr)!important;height:auto!important;min-height:0!important;overflow:visible!important}}@media(max-width:820px){.fixed-app-grid,.fixed-app-grid.active-products,.fixed-app-grid.active-source,.fixed-app-grid.active-editor,.fixed-app-grid.active-media,.fixed-app-grid.active-categories,.fixed-app-grid.active-attributes{grid-template-columns:1fr!important;grid-template-areas:"products" "active"!important;height:auto!important;min-height:0!important;overflow:visible!important}.fixed-app-grid>.smart-panel{min-height:360px!important}}:root{--sidebar-open-width: clamp(220px, 13vw, 260px);--sidebar-closed-width: 76px;--workspace-gap: clamp(10px, 1vw, 16px);--panel-pad: clamp(12px, 1vw, 18px);--control-h: 44px}html,body,#root{width:100%!important;min-width:0!important;overflow-x:hidden!important}.app-frame{width:100%!important;min-width:0!important;height:auto!important;min-height:100dvh!important;overflow-x:hidden!important;overflow-y:auto!important;grid-template-columns:var(--sidebar-width) minmax(0,1fr)!important}.app-workspace{min-width:0!important;width:100%!important;max-width:calc(100vw - var(--sidebar-width))!important;height:auto!important;min-height:100dvh!important;overflow:visible!important;gap:var(--workspace-gap)!important;padding:10px 12px 14px!important}.app-topbar.glass-panel,.metric-strip,.control-dock.glass-panel{min-width:0!important;width:100%!important;max-width:100%!important}.app-topbar.glass-panel{min-height:62px!important;height:auto!important;padding:10px 14px!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:center!important}.topbar-title h1{font-size:clamp(18px,1.2vw,24px)!important;line-height:1.08!important}.topbar-title p{font-size:13px!important;margin:0!important}.topbar-actions .btn,.topbar-actions button{min-height:38px!important;padding:8px 12px!important;white-space:nowrap!important}.metric-strip{display:grid!important;grid-template-columns:repeat(4,minmax(120px,1fr))!important;gap:10px!important}.stat-tile,.stat-pill{min-width:0!important;overflow:hidden!important}.control-dock.glass-panel{display:grid!important;grid-template-columns:auto minmax(260px,1fr) auto auto!important;gap:8px!important;align-items:center!important;overflow:visible!important}.control-dock input,.control-dock select,.control-dock button{min-height:var(--control-h)!important}.country-toggle.compact-toggle{min-width:0!important;max-width:100%!important;overflow-x:auto!important;flex-wrap:nowrap!important;padding-bottom:2px!important}.country-toggle.compact-toggle button{white-space:nowrap!important;flex:0 0 auto!important}.fixed-app-grid,.fixed-app-grid.active-products,.fixed-app-grid.active-source,.fixed-app-grid.active-editor,.fixed-app-grid.active-media,.fixed-app-grid.active-categories,.fixed-app-grid.active-attributes{display:grid!important;grid-template-columns:clamp(300px,23vw,390px) minmax(0,1fr)!important;grid-template-areas:"products active"!important;gap:var(--workspace-gap)!important;align-items:stretch!important;width:100%!important;max-width:100%!important;min-width:0!important;height:clamp(620px,calc(100dvh - 214px),980px)!important;min-height:0!important;overflow:hidden!important}.fixed-app-grid>.smart-panel{min-width:0!important;min-height:0!important;width:100%!important;max-width:100%!important;height:100%!important;display:flex!important;flex-direction:column!important;overflow:hidden!important}.fixed-products-panel,.active-content-panel{padding:var(--panel-pad)!important;border-radius:clamp(16px,1.2vw,22px)!important}.fixed-products-panel .panel-top,.active-content-panel>.section-head,.product-representation-head{flex:0 0 auto!important;min-width:0!important}.fixed-products-panel .product-grid{flex:1 1 auto!important;min-height:0!important;max-height:none!important;overflow-y:auto!important;overflow-x:hidden!important;padding-right:6px!important}.fixed-products-panel .product-card{grid-template-columns:clamp(88px,7vw,118px) minmax(0,1fr)!important;min-height:clamp(108px,9vw,138px)!important;border-radius:16px!important;overflow:hidden!important}.fixed-products-panel .product-image{min-height:0!important;height:100%!important;padding:8px!important}.fixed-products-panel .product-body{padding:10px!important;gap:7px!important;min-width:0!important}.fixed-products-panel .product-title-row{grid-template-columns:minmax(0,1fr)!important}.fixed-products-panel .product-card-actions{justify-content:flex-start!important}.fixed-products-panel .product-body h3{font-size:clamp(12px,.75vw,15px)!important;line-height:1.22!important;max-height:2.5em!important;overflow:hidden!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important}.fixed-products-panel .copy-row{gap:5px!important;flex-wrap:wrap!important}.fixed-products-panel .copy-mini,.fixed-products-panel .admin-mini,.fixed-products-panel .copy-row button{min-height:28px!important;padding:5px 8px!important;font-size:11px!important;max-width:100%!important}.fixed-products-panel .chips{max-height:50px!important;overflow:hidden!important}.active-content-panel{overflow:hidden!important}.active-content-panel>.card,.active-content-panel>.editor,.active-content-panel>.media-panel,.active-content-panel>.category-panel,.active-content-panel>.attribute-panel,.active-content-panel>.supplier-panel,.active-content-panel>.product-representation{flex:1 1 auto!important;min-height:0!important;height:100%!important;overflow:auto!important;max-width:100%!important;width:100%!important}.product-representation{display:flex!important;flex-direction:column!important;gap:clamp(12px,1vw,18px)!important;padding:clamp(14px,1.2vw,22px)!important;overflow:auto!important}.product-representation *{min-width:0!important}.product-representation-head{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;gap:12px!important;align-items:start!important;margin-bottom:0!important}.product-representation-head h2{font-size:clamp(20px,1.55vw,30px)!important;line-height:1.08!important;max-width:100%!important;overflow:hidden!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important}.product-representation-actions .btn{min-height:40px!important;padding:9px 13px!important}.product-hero-card{display:grid!important;grid-template-columns:minmax(240px,36%) minmax(320px,1fr)!important;gap:clamp(14px,1.2vw,22px)!important;align-items:stretch!important;padding:clamp(12px,1.1vw,18px)!important;border-radius:20px!important;overflow:visible!important;height:auto!important;min-height:0!important}.product-hero-image{width:100%!important;min-height:0!important;height:clamp(220px,24vw,360px)!important;max-height:42dvh!important;aspect-ratio:4 / 3!important;background:#fff!important;border-radius:18px!important;overflow:hidden!important;padding:clamp(8px,.8vw,14px)!important}.product-hero-info{display:grid!important;grid-template-rows:auto auto auto auto!important;align-content:start!important;gap:10px!important}.product-hero-info h3{font-size:clamp(18px,1.35vw,26px)!important;line-height:1.14!important;margin:0!important;max-height:3.5em!important;overflow:hidden!important;display:-webkit-box!important;-webkit-line-clamp:3!important;-webkit-box-orient:vertical!important}.product-hero-copy,.product-representation-cats,.product-representation-footer,.product-gallery-title{display:flex!important;flex-wrap:wrap!important;gap:8px!important;align-items:center!important}.product-detail-grid{display:grid!important;grid-template-columns:repeat(auto-fit,minmax(135px,1fr))!important;gap:8px!important}.product-detail-grid span{min-width:0!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;padding:9px 10px!important}.product-representation-cats em{max-width:min(100%,280px)!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.product-gallery-block{flex:0 0 auto!important;padding:clamp(12px,1vw,16px)!important;border-radius:18px!important;overflow:hidden!important}.product-gallery-grid{display:grid!important;grid-template-columns:repeat(auto-fill,minmax(clamp(96px,8vw,140px),1fr))!important;gap:10px!important;max-height:none!important;overflow:visible!important}.product-gallery-grid button{min-height:0!important;height:auto!important;aspect-ratio:1 / .88!important;max-height:150px!important}.product-gallery-grid button img{object-fit:contain!important;object-position:center!important}.product-representation-footer{margin-top:0!important;justify-content:flex-end!important;padding-top:12px!important}.editor-overview,.editor-product-overview{grid-template-columns:minmax(220px,34%) minmax(0,1fr)!important;align-items:start!important}.overview-main-image{height:clamp(180px,23vw,320px)!important;min-height:0!important}.overview-gallery{overflow-x:auto!important;min-width:0!important}.media-main{grid-template-columns:minmax(220px,32%) minmax(240px,1fr)!important;align-items:stretch!important}.media-main-image{width:100%!important;height:clamp(220px,26vw,360px)!important}.gallery-row{overflow:auto!important;max-width:100%!important}.attribute-panel .attr-toolbar,.category-panel .category-actions,.supplier-actions,.editor-footer{display:flex!important;flex-wrap:wrap!important;gap:8px!important}.attribute-panel .attr-toolbar>*,.category-panel .category-actions>*,.supplier-actions>*,.editor-footer>*{min-width:0!important}.terms-table-wrap,.category-tree,.attr-table-wrap{overflow:auto!important;max-width:100%!important}.terms-table,.category-tree table{min-width:720px!important}@media(max-width:1500px){.fixed-app-grid,.fixed-app-grid.active-products,.fixed-app-grid.active-source,.fixed-app-grid.active-editor,.fixed-app-grid.active-media,.fixed-app-grid.active-categories,.fixed-app-grid.active-attributes{grid-template-columns:clamp(280px,26vw,350px) minmax(0,1fr)!important}.product-hero-card{grid-template-columns:minmax(220px,40%) minmax(0,1fr)!important}.product-detail-grid{grid-template-columns:repeat(auto-fit,minmax(120px,1fr))!important}}@media(max-width:1180px){.app-workspace{max-width:calc(100vw - var(--sidebar-width))!important}.control-dock.glass-panel{grid-template-columns:1fr 1fr!important}.control-dock.glass-panel input{grid-column:1 / -1!important}.fixed-app-grid,.fixed-app-grid.active-products,.fixed-app-grid.active-source,.fixed-app-grid.active-editor,.fixed-app-grid.active-media,.fixed-app-grid.active-categories,.fixed-app-grid.active-attributes{grid-template-columns:1fr!important;grid-template-areas:"products" "active"!important;height:auto!important;overflow:visible!important}.fixed-app-grid>.smart-panel{height:auto!important;min-height:360px!important}.fixed-products-panel .product-grid{max-height:420px!important}.product-hero-card,.editor-overview,.editor-product-overview,.media-main{grid-template-columns:1fr!important}.product-hero-image{height:clamp(220px,42vw,360px)!important;max-height:none!important}}@media(max-width:760px){.app-frame{display:block!important}.app-sidebar{display:none!important}.app-workspace{max-width:100vw!important;padding:8px 8px 74px!important}.app-topbar.glass-panel{grid-template-columns:1fr!important}.metric-strip{grid-template-columns:repeat(2,minmax(0,1fr))!important}.control-dock.glass-panel,.product-representation-head{grid-template-columns:1fr!important}.product-representation-actions,.product-representation-footer{justify-content:stretch!important}.product-representation-actions .btn,.product-representation-footer .btn{flex:1 1 160px!important}.fixed-products-panel .product-card{grid-template-columns:104px minmax(0,1fr)!important}.product-detail-grid{grid-template-columns:1fr 1fr!important}}@media(max-width:460px){.metric-strip,.product-detail-grid{grid-template-columns:1fr!important}.fixed-products-panel .product-card{grid-template-columns:92px minmax(0,1fr)!important}.product-hero-image{height:220px!important}}:root{--v56-shell-max: 1720px;--v56-reading-max: 1360px;--v56-sidebar: clamp(220px, 13.5vw, 270px);--v56-products: clamp(300px, 23vw, 390px);--v56-gap: clamp(10px, .8vw, 16px);--v56-pad: clamp(12px, .9vw, 18px)}html,body,#root{min-width:1180px}body{overflow-x:auto!important}.app-frame{grid-template-columns:var(--v56-sidebar) minmax(0,1fr)!important;min-width:1180px!important;overflow-x:auto!important;overflow-y:hidden!important}.app-workspace{width:100%!important;max-width:var(--v56-shell-max)!important;margin:0 auto!important;min-width:0!important;overflow-x:hidden!important;overflow-y:auto!important;padding:clamp(8px,.65vw,14px) clamp(10px,.8vw,18px) 18px!important;grid-template-rows:auto auto auto minmax(0,1fr)!important}.app-topbar.glass-panel{min-height:clamp(58px,5.8vh,78px)!important;padding:clamp(8px,.65vw,14px) clamp(10px,.8vw,16px)!important;border-radius:clamp(14px,1vw,20px)!important}.topbar-title h1{font-size:clamp(20px,1.5vw,28px)!important;line-height:1.05!important}.topbar-actions .btn,.topbar-actions button{min-height:clamp(34px,3vw,42px)!important;padding:0 clamp(10px,.85vw,16px)!important}.metric-strip{gap:var(--v56-gap)!important}.metric-strip .stat-pill{padding:clamp(7px,.55vw,11px) clamp(9px,.7vw,13px)!important;border-radius:clamp(12px,.9vw,16px)!important}.control-dock.glass-panel{position:relative!important;top:auto!important;z-index:12!important;grid-template-columns:auto auto auto minmax(280px,1fr) auto auto!important;padding:clamp(6px,.55vw,10px)!important;gap:8px!important;border-radius:clamp(14px,1vw,18px)!important}.country-toggle.compact-toggle{grid-column:auto!important}.control-dock input{min-width:240px!important}.fixed-app-grid,.fixed-app-grid.active-products,.fixed-app-grid.active-source,.fixed-app-grid.active-editor,.fixed-app-grid.active-media,.fixed-app-grid.active-categories,.fixed-app-grid.active-attributes{grid-template-columns:var(--v56-products) minmax(0,1fr)!important;grid-template-areas:"products active"!important;gap:var(--v56-gap)!important;width:100%!important;max-width:100%!important;min-width:0!important;height:auto!important;min-height:calc(100dvh - 230px)!important;overflow:visible!important;align-items:start!important}.fixed-app-grid>.smart-panel{min-width:0!important;width:100%!important;max-width:100%!important}.fixed-products-panel{height:calc(100dvh - 230px)!important;min-height:520px!important;max-height:calc(100dvh - 170px)!important;position:sticky!important;top:10px!important;align-self:start!important;overflow:hidden!important}.fixed-products-panel .panel-top{flex:0 0 auto!important}.fixed-products-panel .product-grid{flex:1 1 auto!important;min-height:0!important;overflow-y:auto!important;overflow-x:hidden!important;scrollbar-gutter:stable!important}.active-content-panel{height:auto!important;min-height:calc(100dvh - 230px)!important;overflow:visible!important;align-self:start!important}.active-content-panel>.product-representation,.active-content-panel>.editor,.active-content-panel>.media-panel,.active-content-panel>.category-panel,.active-content-panel>.attribute-panel,.active-content-panel>.supplier-panel{height:auto!important;min-height:calc(100dvh - 230px)!important;overflow:visible!important;max-width:100%!important;width:100%!important}.active-content-panel>.editor,.active-content-panel>.media-panel,.active-content-panel>.category-panel,.active-content-panel>.attribute-panel,.active-content-panel>.supplier-panel{overflow:auto!important;max-height:calc(100dvh - 230px)!important;scrollbar-gutter:stable!important}.product-representation{max-width:var(--v56-reading-max)!important;margin:0 auto!important;padding:clamp(14px,1.05vw,22px)!important;display:flex!important;flex-direction:column!important;gap:clamp(14px,1vw,20px)!important;overflow:visible!important}.product-representation-head{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:start!important;gap:14px!important;padding-bottom:4px!important}.product-representation-head h2{font-size:clamp(18px,1.45vw,28px)!important;line-height:1.16!important;-webkit-line-clamp:2!important;overflow:hidden!important;margin:0!important}.product-representation-actions{display:flex!important;flex-wrap:wrap!important;gap:8px!important;justify-content:flex-end!important}.product-representation-actions .btn{min-height:38px!important;padding:8px 13px!important}.product-hero-card{display:grid!important;grid-template-columns:minmax(280px,42%) minmax(0,1fr)!important;gap:clamp(14px,1.2vw,22px)!important;align-items:start!important;padding:clamp(14px,1vw,18px)!important;overflow:hidden!important;min-height:0!important}.product-hero-image{width:100%!important;height:clamp(260px,26vw,420px)!important;max-height:420px!important;min-height:240px!important;aspect-ratio:auto!important;background:#fff!important;border-radius:18px!important;overflow:hidden!important;padding:clamp(8px,.7vw,14px)!important;display:grid!important;place-items:center!important}.product-hero-image img{width:100%!important;height:100%!important;object-fit:contain!important;object-position:center!important;display:block!important}.product-hero-info{min-width:0!important;display:flex!important;flex-direction:column!important;gap:10px!important;align-self:start!important}.product-hero-info h3{font-size:clamp(18px,1.35vw,26px)!important;line-height:1.2!important;max-height:none!important;overflow:visible!important;display:block!important;margin:0!important}.product-hero-copy{display:flex!important;flex-wrap:wrap!important;gap:7px!important}.product-detail-grid{display:grid!important;grid-template-columns:repeat(3,minmax(120px,1fr))!important;gap:8px!important}.product-detail-grid span{min-width:0!important;padding:9px 10px!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.product-detail-grid b{display:block!important;font-size:10px!important;text-transform:uppercase!important;letter-spacing:.06em!important;color:var(--muted)!important}.product-representation-cats{display:flex!important;flex-wrap:wrap!important;gap:7px!important}.product-representation-cats em{max-width:100%!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.product-gallery-block{width:100%!important;overflow:hidden!important;padding:clamp(14px,1vw,18px)!important;border-radius:18px!important}.product-gallery-title{display:flex!important;justify-content:space-between!important;align-items:center!important;gap:10px!important;flex-wrap:wrap!important}.product-gallery-grid{display:grid!important;grid-template-columns:repeat(auto-fill,minmax(112px,148px))!important;justify-content:start!important;gap:10px!important;overflow-x:auto!important;overflow-y:hidden!important;max-width:100%!important;padding-bottom:4px!important;scrollbar-gutter:stable!important}.product-gallery-grid button{width:100%!important;height:112px!important;min-height:112px!important;max-height:112px!important;aspect-ratio:auto!important;overflow:hidden!important;border-radius:14px!important}.product-gallery-grid button img{width:100%!important;height:100%!important;object-fit:contain!important}.product-representation-footer{display:flex!important;justify-content:flex-end!important;gap:10px!important;flex-wrap:wrap!important;border-top:1px solid var(--line)!important;padding-top:14px!important}@media(min-width:1900px){:root{--v56-shell-max: 1760px;--v56-reading-max: 1380px;--v56-products: 380px}.app-workspace{justify-self:center!important}.product-hero-image{height:380px!important}}@media(min-width:2600px){:root{--v56-shell-max: 1780px;--v56-reading-max: 1360px;--v56-products: 360px}.app-frame{justify-content:center!important;grid-template-columns:var(--v56-sidebar) minmax(0,var(--v56-shell-max))!important}}@media(max-width:1450px){:root{--v56-products: clamp(280px, 27vw, 340px)}.product-hero-card{grid-template-columns:1fr!important}.product-hero-image{height:clamp(240px,34vw,360px)!important;max-height:360px!important}.product-detail-grid{grid-template-columns:repeat(2,minmax(120px,1fr))!important}}@media(max-width:1180px){html,body,#root{min-width:0!important}.app-frame{min-width:0!important;display:block!important;overflow:auto!important}.app-sidebar{display:none!important}.app-workspace{max-width:100vw!important;padding:10px!important}.fixed-app-grid,.fixed-app-grid.active-products,.fixed-app-grid.active-source,.fixed-app-grid.active-editor,.fixed-app-grid.active-media,.fixed-app-grid.active-categories,.fixed-app-grid.active-attributes{grid-template-columns:1fr!important;grid-template-areas:"products" "active"!important;min-height:0!important}.fixed-products-panel{position:relative!important;top:auto!important;height:auto!important;min-height:360px!important;max-height:none!important}.fixed-products-panel .product-grid{max-height:440px!important}.control-dock.glass-panel{grid-template-columns:1fr!important}.control-dock input{min-width:0!important}.product-representation-head{grid-template-columns:1fr!important}.product-representation-actions{justify-content:flex-start!important}}@media(max-width:640px){.product-detail-grid{grid-template-columns:1fr!important}.product-gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.product-gallery-grid button{height:104px!important;min-height:104px!important}}:root{--v58-sidebar-open: clamp(220px, 12.5vw, 260px);--v58-sidebar-closed: 76px;--v58-shell-max: 1840px;--v58-gap: clamp(8px, .65vw, 14px);--v58-pad: clamp(10px, .75vw, 16px);--v58-topbar-h: clamp(58px, 7dvh, 72px);--v58-metric-h: clamp(52px, 6dvh, 64px);--v58-control-h: clamp(54px, 7dvh, 74px);--v58-products-col: clamp(300px, 22vw, 380px)}html,body,#root{width:100%!important;min-width:0!important;max-width:100%!important;height:100%!important;overflow:hidden!important}body{scrollbar-color:rgba(99,102,241,.65) rgba(15,23,42,.55)!important}*::-webkit-scrollbar{width:10px;height:10px}*::-webkit-scrollbar-track{background:#0f172a59;border-radius:999px}*::-webkit-scrollbar-thumb{background:#6366f1a6;border-radius:999px;border:2px solid rgba(15,23,42,.35)}*::-webkit-scrollbar-thumb:hover{background:#818cf8d9}.app-frame.sidebar-expanded{--sidebar-width: var(--v58-sidebar-open) !important}.app-frame.sidebar-collapsed{--sidebar-width: var(--v58-sidebar-closed) !important}.app-frame{display:grid!important;grid-template-columns:var(--sidebar-width) minmax(0,1fr)!important;width:100vw!important;min-width:0!important;max-width:100vw!important;height:100dvh!important;min-height:0!important;overflow:hidden!important;background:var(--bg)!important}.app-sidebar{position:relative!important;top:0!important;height:100dvh!important;max-height:100dvh!important;min-height:0!important;overflow:hidden!important;padding:8px!important;display:grid!important;grid-template-rows:auto minmax(0,1fr) auto auto!important}.side-nav{min-height:0!important;overflow-y:auto!important;overflow-x:hidden!important;padding-right:2px!important}.side-nav button{min-height:42px!important;height:42px!important;padding:0 14px!important}.sidebar-brand-row{min-height:54px!important}.sidebar-profile-card{min-height:58px!important;height:58px!important;max-height:58px!important}.sidebar-logout{min-height:44px!important;height:44px!important}.app-frame.sidebar-collapsed .side-nav button{width:50px!important;padding:0!important}.app-frame.sidebar-collapsed .sidebar-profile-card{width:50px!important;height:50px!important;min-height:50px!important;padding:4px!important}.app-workspace{display:grid!important;grid-template-rows:auto auto auto minmax(0,1fr)!important;gap:var(--v58-gap)!important;width:100%!important;max-width:min(var(--v58-shell-max),calc(100vw - var(--sidebar-width)))!important;min-width:0!important;height:100dvh!important;min-height:0!important;overflow:hidden!important;margin:0 auto!important;padding:var(--v58-gap)!important}.app-topbar.glass-panel{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:center!important;gap:12px!important;min-height:0!important;height:var(--v58-topbar-h)!important;max-height:var(--v58-topbar-h)!important;padding:8px 14px!important;overflow:hidden!important;border-radius:16px!important}.topbar-title,.topbar-title-branded{min-width:0!important;overflow:hidden!important}.topbar-title h1{font-size:clamp(18px,1.22vw,24px)!important;line-height:1.08!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;margin:0!important}.topbar-title p{font-size:clamp(11px,.78vw,13px)!important;line-height:1.15!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;margin:2px 0 0!important}.topbar-title .eyebrow{font-size:10px!important;line-height:1!important}.topbar-actions{display:flex!important;flex-wrap:nowrap!important;gap:8px!important;min-width:0!important;justify-content:flex-end!important}.topbar-actions .btn,.topbar-actions button{min-height:38px!important;height:38px!important;padding:0 14px!important;white-space:nowrap!important}.metric-strip{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:var(--v58-gap)!important;width:100%!important;min-height:0!important;height:var(--v58-metric-h)!important;max-height:var(--v58-metric-h)!important;overflow:hidden!important}.metric-strip .stat-pill,.stat-tile,.stat-pill{min-width:0!important;height:100%!important;min-height:0!important;padding:8px 12px!important;overflow:hidden!important}.stat-pill strong,.stat-tile strong,.stat-pill small,.stat-tile small{white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.control-dock.glass-panel{display:grid!important;grid-template-columns:auto minmax(240px,1fr) auto auto!important;align-items:center!important;gap:8px!important;width:100%!important;min-height:0!important;height:var(--v58-control-h)!important;max-height:var(--v58-control-h)!important;padding:8px!important;overflow:hidden!important;border-radius:16px!important}.country-toggle.compact-toggle{display:flex!important;flex-wrap:nowrap!important;gap:6px!important;min-width:0!important;max-width:min(460px,42vw)!important;overflow-x:auto!important;overflow-y:hidden!important;padding:0 2px 2px!important}.country-toggle.compact-toggle button,.add-market-btn{flex:0 0 auto!important;min-height:38px!important;height:38px!important;white-space:nowrap!important}.control-dock input{min-width:0!important;width:100%!important;height:38px!important;min-height:38px!important;overflow:hidden!important;text-overflow:ellipsis!important}.control-dock .btn,.control-dock button:not(.add-market-btn):not(.active){min-height:38px!important;height:38px!important;padding:0 14px!important;white-space:nowrap!important}.fixed-app-grid,.fixed-app-grid.active-products,.fixed-app-grid.active-source,.fixed-app-grid.active-editor,.fixed-app-grid.active-media,.fixed-app-grid.active-categories,.fixed-app-grid.active-attributes{display:grid!important;grid-template-columns:var(--v58-products-col) minmax(0,1fr)!important;grid-template-areas:"products active"!important;gap:var(--v58-gap)!important;width:100%!important;min-width:0!important;max-width:100%!important;height:100%!important;min-height:0!important;overflow:hidden!important;align-items:stretch!important}.fixed-app-grid>.smart-panel{position:relative!important;height:100%!important;min-height:0!important;width:100%!important;min-width:0!important;max-width:100%!important;overflow:hidden!important;padding:var(--v58-pad)!important}.fixed-products-panel{grid-area:products!important;position:relative!important;top:auto!important}.active-content-panel{grid-area:active!important}.fixed-products-panel .panel-top{flex:0 0 auto!important;min-height:52px!important}.fixed-products-panel .product-count{font-size:12px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.fixed-products-panel .product-grid{flex:1 1 auto!important;min-height:0!important;height:auto!important;max-height:none!important;overflow-y:auto!important;overflow-x:hidden!important;padding-right:6px!important}.fixed-products-panel .load-more-row{flex:0 0 auto!important}.fixed-products-panel .product-card{grid-template-columns:clamp(92px,7vw,120px) minmax(0,1fr)!important;min-height:118px!important;max-height:148px!important;overflow:hidden!important}.fixed-products-panel .product-image{min-height:0!important;height:100%!important}.fixed-products-panel .product-body h3{-webkit-line-clamp:2!important;max-height:2.5em!important}.active-content-panel>.product-representation,.active-content-panel>.editor,.active-content-panel>.media-panel,.active-content-panel>.category-panel,.active-content-panel>.attribute-panel,.active-content-panel>.supplier-panel{width:100%!important;height:100%!important;min-height:0!important;max-width:100%!important;overflow-y:auto!important;overflow-x:hidden!important;scrollbar-gutter:stable!important}.product-representation{display:grid!important;grid-template-rows:auto auto minmax(120px,auto) auto!important;align-content:start!important;gap:clamp(10px,.75vw,14px)!important;max-width:1280px!important;margin:0 auto!important;padding:clamp(12px,.85vw,16px)!important;overflow-y:auto!important;overflow-x:hidden!important}.product-representation-head{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;gap:10px!important;align-items:start!important;padding:0!important;margin:0!important}.product-representation-head h2{font-size:clamp(18px,1.15vw,24px)!important;line-height:1.15!important;margin:0!important;max-height:2.35em!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important}.product-representation-head p{font-size:12px!important;line-height:1.25!important;margin:3px 0 0!important}.product-representation-actions{display:flex!important;gap:8px!important;flex-wrap:wrap!important;justify-content:flex-end!important}.product-representation-actions .btn{height:36px!important;min-height:36px!important;padding:0 12px!important}.product-hero-card{display:grid!important;grid-template-columns:minmax(260px,40%) minmax(0,1fr)!important;gap:clamp(12px,.95vw,18px)!important;align-items:stretch!important;padding:clamp(12px,.85vw,16px)!important;min-height:0!important;overflow:hidden!important}.product-hero-image{width:100%!important;height:clamp(230px,20vw,320px)!important;min-height:220px!important;max-height:340px!important;background:#fff!important;border-radius:16px!important;padding:10px!important;overflow:hidden!important;display:grid!important;place-items:center!important}.product-hero-image img{width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;object-fit:contain!important;object-position:center!important;display:block!important}.product-hero-info{align-self:start!important;display:flex!important;flex-direction:column!important;gap:8px!important;min-width:0!important}.product-hero-info h3{font-size:clamp(18px,1.28vw,25px)!important;line-height:1.15!important;margin:0!important;max-height:3.5em!important;display:-webkit-box!important;-webkit-line-clamp:3!important;-webkit-box-orient:vertical!important;overflow:hidden!important}.product-hero-copy{display:flex!important;flex-wrap:wrap!important;gap:6px!important}.product-detail-grid{grid-template-columns:repeat(auto-fit,minmax(118px,1fr))!important;gap:7px!important}.product-detail-grid span{min-height:50px!important;padding:8px 9px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.product-representation-cats{display:flex!important;flex-wrap:wrap!important;gap:6px!important}.product-representation-cats em{max-width:220px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.product-gallery-block{padding:clamp(10px,.8vw,14px)!important;overflow:hidden!important;min-height:0!important}.product-gallery-title{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:8px!important;flex-wrap:wrap!important;margin-bottom:10px!important}.product-gallery-grid{display:flex!important;flex-wrap:nowrap!important;gap:10px!important;overflow-x:auto!important;overflow-y:hidden!important;max-width:100%!important;padding:0 0 4px!important}.product-gallery-grid button,.product-gallery-grid .add-gallery-tile{flex:0 0 clamp(108px,8vw,142px)!important;width:clamp(108px,8vw,142px)!important;height:108px!important;min-height:108px!important;max-height:108px!important;aspect-ratio:auto!important;overflow:hidden!important;border-radius:14px!important}.product-gallery-grid button img{width:100%!important;height:100%!important;object-fit:contain!important;object-position:center!important}.product-representation-footer{flex:0 0 auto!important;display:flex!important;justify-content:flex-end!important;gap:8px!important;flex-wrap:wrap!important;padding-top:10px!important;margin:0!important}.product-representation-footer .btn{height:36px!important;min-height:36px!important}@media(min-width:2200px){:root{--v58-shell-max: 1760px;--v58-products-col: 360px}.product-representation{max-width:1220px!important}.product-hero-image{height:300px!important}}@media(min-width:3000px){:root{--v58-shell-max: 1680px;--v58-products-col: 340px}.product-representation{max-width:1160px!important}.topbar-actions .btn,.topbar-actions button{height:34px!important;min-height:34px!important}}@media(max-width:1320px){:root{--v58-products-col: clamp(280px, 27vw, 340px)}.topbar-actions{flex-wrap:wrap!important}.app-topbar.glass-panel{height:auto!important;max-height:none!important;min-height:58px!important}.control-dock.glass-panel{grid-template-columns:1fr auto auto!important;height:auto!important;max-height:none!important}.country-toggle.compact-toggle{grid-column:1 / -1!important;max-width:100%!important}.fixed-app-grid{grid-template-columns:minmax(270px,330px) minmax(0,1fr)!important}.product-hero-card{grid-template-columns:1fr!important}.product-hero-image{height:260px!important;max-height:260px!important}.product-detail-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media(max-width:980px){html,body,#root{overflow:auto!important;height:auto!important}.app-frame{display:block!important;height:auto!important;min-height:100dvh!important;overflow:auto!important}.app-sidebar{display:none!important}.app-workspace{max-width:100vw!important;height:auto!important;min-height:100dvh!important;overflow:visible!important;padding:8px!important}.metric-strip{grid-template-columns:repeat(2,minmax(0,1fr))!important;height:auto!important;max-height:none!important}.fixed-app-grid{grid-template-columns:1fr!important;grid-template-areas:"products" "active"!important;height:auto!important;overflow:visible!important}.fixed-app-grid>.smart-panel{height:auto!important;min-height:0!important}.fixed-products-panel .product-grid{max-height:420px!important}.active-content-panel>.product-representation,.active-content-panel>.editor,.active-content-panel>.media-panel,.active-content-panel>.category-panel,.active-content-panel>.attribute-panel,.active-content-panel>.supplier-panel{height:auto!important;max-height:none!important;overflow:visible!important}}@media(max-height:760px)and (min-width:981px){:root{--v58-topbar-h: 54px;--v58-metric-h: 48px;--v58-control-h: 52px;--v58-pad: 10px}.topbar-title p{display:none!important}.product-representation{gap:10px!important;padding:12px!important}.product-hero-image{height:220px!important;min-height:200px!important;max-height:240px!important}.product-gallery-grid button,.product-gallery-grid .add-gallery-tile{height:92px!important;min-height:92px!important;max-height:92px!important}.side-nav button{height:38px!important;min-height:38px!important}}@media(max-width:560px){.product-detail-grid{grid-template-columns:1fr!important}.product-gallery-grid button,.product-gallery-grid .add-gallery-tile{flex-basis:110px!important;width:110px!important}}.app-frame{--v58-product-max: min(1180px, 100%)}.fixed-app-grid.active-products>.panel-product-detail{grid-area:active!important;overflow:hidden!important;padding:clamp(10px,.75vw,14px)!important}.fixed-app-grid.active-products>.panel-product-detail,.fixed-app-grid.active-products>.panel-product-detail *{min-width:0!important;box-sizing:border-box!important}.panel-product-detail>.product-v65{width:100%!important;max-width:var(--v58-product-max)!important;height:100%!important;min-height:0!important;margin:0 auto!important;padding:clamp(10px,.7vw,14px)!important;display:grid!important;grid-template-rows:auto auto auto auto!important;gap:clamp(8px,.65vw,12px)!important;overflow:hidden!important;color:var(--text)!important}.product-v65-empty{place-items:center!important}.product-v65-empty-box{width:min(560px,100%)!important;min-height:220px!important;border:1px dashed var(--line)!important;border-radius:20px!important;background:color-mix(in srgb,var(--accent) 5%,var(--panel-solid))!important;display:grid!important;place-items:center!important;text-align:center!important;gap:8px!important;padding:28px!important}.product-v65-empty-box .orb{width:52px!important;height:52px!important;display:grid!important;place-items:center!important;border-radius:16px!important;background:var(--accent)!important;color:#fff!important}.product-v65-head{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:start!important;gap:10px!important;min-height:0!important}.product-v65-title h2{margin:0!important;font-size:clamp(18px,1.18vw,24px)!important;line-height:1.12!important;letter-spacing:-.035em!important;color:var(--text)!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important}.product-v65-title p{margin:3px 0 0!important;font-size:clamp(11px,.72vw,13px)!important;line-height:1.25!important;color:var(--muted)!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.product-v65-actions,.product-v65-footer,.product-v65-copy,.product-v65-cats{display:flex!important;flex-wrap:wrap!important;gap:7px!important;min-width:0!important}.product-v65-actions .btn,.product-v65-footer .btn{height:36px!important;min-height:36px!important;padding:0 12px!important;border-radius:12px!important;white-space:nowrap!important}.product-v65-card{display:grid!important;grid-template-columns:minmax(240px,36%) minmax(0,1fr)!important;gap:clamp(12px,.9vw,18px)!important;align-items:stretch!important;border:1px solid var(--line)!important;border-radius:20px!important;background:color-mix(in srgb,var(--panel-solid) 95%,transparent)!important;padding:clamp(10px,.75vw,14px)!important;height:clamp(210px,28dvh,280px)!important;min-height:210px!important;max-height:280px!important;overflow:hidden!important}.product-v65-image{width:100%!important;height:100%!important;min-height:0!important;border:1px solid var(--line)!important;border-radius:16px!important;background:#fff!important;overflow:hidden!important;display:grid!important;place-items:center!important;padding:0!important}.product-v65-image img{width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;object-fit:cover!important;object-position:center center!important;display:block!important}.product-v65-info{min-width:0!important;min-height:0!important;display:grid!important;grid-template-rows:auto auto auto auto!important;align-content:start!important;gap:8px!important;overflow:hidden!important}.product-v65-info h3{margin:0!important;font-size:clamp(18px,1.22vw,25px)!important;line-height:1.12!important;letter-spacing:-.035em!important;color:var(--text)!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important}.product-v65-copy .copy-chip,.product-v65-copy .admin-pill,.product-v65-copy button{height:30px!important;min-height:30px!important;max-width:150px!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.product-v65-facts{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:7px!important;min-width:0!important}.product-v65-facts span{min-width:0!important;min-height:48px!important;border:1px solid var(--line)!important;border-radius:12px!important;background:color-mix(in srgb,var(--panel-solid) 94%,var(--accent))!important;padding:7px 9px!important;overflow:hidden!important}.product-v65-facts b{display:block!important;color:var(--muted)!important;font-size:10px!important;line-height:1!important;text-transform:uppercase!important;letter-spacing:.06em!important;margin-bottom:4px!important}.product-v65-facts em{display:block!important;font-style:normal!important;color:var(--text)!important;font-weight:800!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.product-v65-cats{overflow:hidden!important;max-height:32px!important}.product-v65-cats em{font-style:normal!important;border:1px solid var(--line)!important;background:var(--soft)!important;color:var(--text)!important;border-radius:999px!important;padding:5px 8px!important;font-size:11px!important;line-height:1.1!important;font-weight:850!important;max-width:190px!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.product-v65-gallery-wrap{min-height:0!important;border:1px solid var(--line)!important;border-radius:18px!important;background:color-mix(in srgb,var(--panel-solid) 96%,transparent)!important;padding:10px!important;display:grid!important;gap:8px!important;overflow:hidden!important}.product-v65-gallery-head{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:8px!important;min-height:30px!important}.product-v65-gallery-head strong{color:var(--text)!important;font-size:14px!important}.product-v65-gallery-head button{border:1px solid var(--line)!important;background:var(--soft)!important;color:var(--accent)!important;border-radius:10px!important;height:30px!important;padding:0 10px!important;font-weight:850!important}.product-v65-gallery{display:flex!important;flex-wrap:nowrap!important;gap:9px!important;overflow-x:auto!important;overflow-y:hidden!important;padding-bottom:3px!important;min-width:0!important;max-width:100%!important}.product-v65-gallery button{flex:0 0 clamp(94px,7vw,128px)!important;width:clamp(94px,7vw,128px)!important;height:86px!important;min-height:86px!important;max-height:86px!important;position:relative!important;border:1px solid var(--line)!important;border-radius:13px!important;background:#fff!important;overflow:hidden!important;color:var(--accent)!important;font-weight:900!important;display:grid!important;place-items:center!important;padding:4px!important}.product-v65-gallery button img{width:100%!important;height:100%!important;object-fit:contain!important;object-position:center!important}.product-v65-gallery button b{position:absolute!important;left:5px!important;right:5px!important;bottom:5px!important;border-radius:8px!important;padding:3px!important;background:#2563ebeb!important;color:#fff!important;font-size:10px!important;line-height:1!important}.product-v65-add{background:color-mix(in srgb,var(--accent) 7%,#fff)!important;border-style:dashed!important}.product-v65-footer{justify-content:flex-end!important;border-top:1px solid var(--line)!important;padding-top:8px!important;min-height:44px!important}@media(max-width:1360px),(max-height:760px){.panel-product-detail>.product-v65{gap:8px!important;padding:10px!important}.product-v65-head{grid-template-columns:1fr!important}.product-v65-actions{justify-content:flex-start!important}.product-v65-card{grid-template-columns:minmax(190px,34%) minmax(0,1fr)!important;height:clamp(190px,25dvh,235px)!important;min-height:190px!important;max-height:235px!important}.product-v65-gallery button{height:76px!important;min-height:76px!important;max-height:76px!important}.product-v65-title p{display:none!important}}@media(max-width:1080px){.product-v65-card{grid-template-columns:1fr!important;height:auto!important;max-height:none!important}.product-v65-image{height:220px!important}.product-v65-facts{grid-template-columns:repeat(2,minmax(0,1fr))!important}.panel-product-detail>.product-v65{overflow-y:auto!important}}@media(min-width:2400px){.app-frame{--v58-product-max: 1120px}.product-v65-card{height:240px!important;max-height:240px!important}.product-v65-gallery button{height:78px!important;min-height:78px!important;max-height:78px!important}}@media(min-width:3200px){.app-frame{--v58-product-max: 1040px}.product-v65-card{height:220px!important;max-height:220px!important}}:root{--v60-sidebar-open: 220px;--v60-sidebar-closed: 72px;--v60-gap: 10px;--v60-pad: 10px;--v60-radius: 14px;--v60-topbar: 56px;--v60-metrics: 50px;--v60-controls: auto;--v60-catalog: clamp(280px, 20vw, 330px);--v60-shell-max: 1680px;--v60-font: 14px}html,body,#root{width:100%!important;height:100%!important;min-width:0!important;overflow:hidden!important;font-size:var(--v60-font)!important}body{background:radial-gradient(circle at 20% -10%,rgba(99,102,241,.18),transparent 34%),#070d19!important;color:var(--text)!important}body[data-theme=dark],body[data-ui-theme=linearPremium]{--accent:#6366F1 !important;--bg:#070d19 !important;--panel:#0f172a !important;--panel-solid:#0d1526 !important;--text:#e8eef8 !important;--muted:#8fa0b7 !important;--line:rgba(148,163,184,.18) !important;--soft:rgba(99,102,241,.13) !important;--shadow:0 12px 34px rgba(0,0,0,.28) !important}*{box-sizing:border-box!important}button,input,select,textarea{font-size:.92rem!important}.app-frame{--sidebar-width: var(--v60-sidebar-open) !important;display:grid!important;grid-template-columns:var(--sidebar-width) minmax(0,1fr)!important;width:100vw!important;height:100dvh!important;min-width:0!important;overflow:hidden!important;background:#070d19!important}.app-frame.sidebar-collapsed{--sidebar-width: var(--v60-sidebar-closed) !important}.app-frame.sidebar-expanded{--sidebar-width: var(--v60-sidebar-open) !important}.app-workspace{width:100%!important;max-width:var(--v60-shell-max)!important;min-width:0!important;height:100dvh!important;margin:0 auto!important;padding:8px 10px!important;overflow:hidden!important;display:grid!important;grid-template-rows:auto auto auto minmax(0,1fr)!important;gap:var(--v60-gap)!important}.app-sidebar{width:var(--sidebar-width)!important;min-width:var(--sidebar-width)!important;max-width:var(--sidebar-width)!important;height:100dvh!important;padding:8px!important;overflow:hidden!important;display:grid!important;grid-template-rows:auto minmax(0,1fr) auto auto!important;gap:8px!important;border-right:1px solid rgba(148,163,184,.14)!important;background:#070d19f2!important}.sidebar-brand-row{display:grid!important;grid-template-columns:minmax(0,1fr) 36px!important;gap:8px!important;align-items:center!important;min-width:0!important}.brand-block{min-width:0!important;min-height:54px!important;height:54px!important;padding:7px!important;border-radius:12px!important;display:grid!important;grid-template-columns:40px minmax(0,1fr)!important;gap:9px!important;align-items:center!important;background:#6366f11a!important;border:1px solid rgba(148,163,184,.16)!important;overflow:hidden!important}.brand-mark,.brand-logo-img{width:40px!important;height:40px!important;min-width:40px!important;border-radius:10px!important;object-fit:contain!important}.brand-block strong{display:block!important;font-size:.82rem!important;line-height:1.05!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.brand-block span{display:block!important;margin-top:2px!important;font-size:.72rem!important;line-height:1.05!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;color:var(--muted)!important}.sidebar-toggle{width:36px!important;height:36px!important;min-height:36px!important;border-radius:10px!important;padding:0!important}.side-nav{min-height:0!important;overflow-y:auto!important;overflow-x:hidden!important;display:flex!important;flex-direction:column!important;gap:5px!important;padding:3px 0!important}.side-nav button{width:100%!important;min-height:38px!important;height:38px!important;display:grid!important;grid-template-columns:26px minmax(0,1fr)!important;gap:8px!important;align-items:center!important;border-radius:10px!important;padding:0 10px!important;text-align:left!important;overflow:hidden!important}.side-nav button span{font-size:1rem!important;line-height:1!important;display:grid!important;place-items:center!important}.side-nav button b{display:block!important;min-width:0!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;font-size:.88rem!important;line-height:1!important}.sidebar-profile-card{min-height:58px!important;height:58px!important;display:grid!important;grid-template-columns:44px minmax(0,1fr)!important;gap:8px!important;align-items:center!important;padding:7px!important;overflow:hidden!important;border-radius:12px!important}.sidebar-profile-thumb{width:44px!important;height:44px!important;border-radius:10px!important;overflow:hidden!important;display:grid!important;place-items:center!important;background:#050b16!important}.sidebar-profile-thumb img{width:100%!important;height:100%!important;object-fit:contain!important;padding:3px!important}.sidebar-profile-meta{min-width:0!important}.sidebar-profile-meta strong,.sidebar-profile-meta small{display:block!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.sidebar-profile-meta strong{font-size:.82rem!important}.sidebar-profile-meta small{font-size:.72rem!important;color:var(--muted)!important}.sidebar-logout{min-height:40px!important;height:40px!important;border-radius:10px!important;padding:0 10px!important}.sidebar-collapsed .brand-block{grid-template-columns:1fr!important;justify-items:center!important;padding:6px!important}.sidebar-collapsed .brand-block>div:not(.brand-mark),.sidebar-collapsed .brand-block strong,.sidebar-collapsed .brand-block span,.sidebar-collapsed .side-nav button b,.sidebar-collapsed .sidebar-profile-meta,.sidebar-collapsed .sidebar-logout b{display:none!important}.sidebar-collapsed .sidebar-brand-row{grid-template-columns:1fr!important}.sidebar-collapsed .sidebar-toggle{width:100%!important}.sidebar-collapsed .side-nav button{grid-template-columns:1fr!important;justify-items:center!important;padding:0!important}.sidebar-collapsed .sidebar-profile-card{grid-template-columns:1fr!important;justify-items:center!important}.app-topbar.glass-panel{height:var(--v60-topbar)!important;min-height:var(--v60-topbar)!important;max-height:var(--v60-topbar)!important;padding:8px 12px!important;border-radius:var(--v60-radius)!important;display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:center!important;overflow:hidden!important}.topbar-title h1{font-size:clamp(1.05rem,1.15vw,1.38rem)!important;line-height:1!important;margin:0!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.topbar-title p{font-size:.74rem!important;line-height:1.1!important;margin:2px 0 0!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.eyebrow{font-size:.64rem!important;letter-spacing:.18em!important;line-height:1!important}.topbar-actions{display:flex!important;gap:8px!important;align-items:center!important;justify-content:flex-end!important;min-width:0!important}.topbar-actions .btn,.topbar-actions button,.spotlight-btn{height:36px!important;min-height:36px!important;padding:0 12px!important;border-radius:10px!important;white-space:nowrap!important;box-shadow:none!important}.metric-strip{height:var(--v60-metrics)!important;min-height:var(--v60-metrics)!important;max-height:var(--v60-metrics)!important;display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:var(--v60-gap)!important;overflow:hidden!important}.metric-strip .stat-pill{min-width:0!important;height:100%!important;padding:7px 11px!important;border-radius:12px!important;align-content:center!important}.metric-strip .stat-pill b{font-size:1rem!important;line-height:1!important}.metric-strip .stat-pill span{font-size:.58rem!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.control-dock.glass-panel{display:grid!important;grid-template-columns:auto minmax(280px,1fr) auto auto!important;gap:8px!important;padding:8px!important;border-radius:var(--v60-radius)!important;overflow:hidden!important}.country-toggle.compact-toggle{display:flex!important;flex-wrap:nowrap!important;gap:7px!important;overflow-x:auto!important;max-width:100%!important}.country-toggle.compact-toggle button{height:34px!important;min-height:34px!important;padding:0 11px!important;border-radius:10px!important;max-width:170px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.control-dock input{height:34px!important;min-height:34px!important;padding:0 12px!important;border-radius:10px!important;min-width:0!important}.control-dock .btn{height:34px!important;min-height:34px!important;padding:0 12px!important;border-radius:10px!important;box-shadow:none!important}.fixed-app-grid,.fixed-app-grid.active-products,.fixed-app-grid.active-source,.fixed-app-grid.active-editor,.fixed-app-grid.active-media,.fixed-app-grid.active-categories,.fixed-app-grid.active-attributes{display:grid!important;grid-template-columns:var(--v60-catalog) minmax(0,1fr)!important;grid-template-areas:"products active"!important;gap:var(--v60-gap)!important;width:100%!important;height:100%!important;min-height:0!important;overflow:hidden!important;align-items:stretch!important}.fixed-app-grid>.smart-panel{min-width:0!important;min-height:0!important;width:100%!important;height:100%!important;max-height:100%!important;overflow:hidden!important;border-radius:var(--v60-radius)!important;padding:10px!important}.fixed-products-panel{grid-area:products!important;display:flex!important;flex-direction:column!important}.active-content-panel{grid-area:active!important;display:flex!important;flex-direction:column!important}.panel-top,.section-head{flex:0 0 auto!important;min-height:0!important;margin:0 0 8px!important}.section-head h2,.panel-top h2{font-size:1.05rem!important;line-height:1.1!important;margin:2px 0!important}.section-head p{font-size:.76rem!important;line-height:1.25!important;margin:0!important}.fixed-products-panel .product-grid{flex:1 1 auto!important;min-height:0!important;max-height:none!important;overflow-y:auto!important;overflow-x:hidden!important;padding-right:4px!important;gap:8px!important;display:flex!important;flex-direction:column!important}.fixed-products-panel .product-card{flex:0 0 auto!important;display:grid!important;grid-template-columns:86px minmax(0,1fr)!important;min-height:104px!important;max-height:112px!important;border-radius:12px!important}.fixed-products-panel .product-image{height:104px!important;min-height:104px!important;padding:6px!important}.fixed-products-panel .product-body{padding:8px!important;gap:5px!important;align-content:start!important}.fixed-products-panel .product-body h3{font-size:.78rem!important;line-height:1.15!important;max-height:2.3em!important}.fixed-products-panel .copy-row{display:flex!important;flex-wrap:wrap!important;gap:4px!important}.fixed-products-panel .copy-mini,.fixed-products-panel .admin-mini{min-height:24px!important;height:24px!important;padding:0 7px!important;font-size:.68rem!important;border-radius:8px!important}.fixed-products-panel .chips span{font-size:.62rem!important;padding:3px 6px!important}.load-more-row .btn,.load-more-row button{height:34px!important;min-height:34px!important}.active-content-panel>.card,.active-content-panel>.editor,.active-content-panel>.media-panel,.active-content-panel>.category-panel,.active-content-panel>.attribute-panel,.active-content-panel>.supplier-panel,.active-content-panel>.product-v65,.active-content-panel>.product-representation{flex:1 1 auto!important;min-height:0!important;height:100%!important;max-height:100%!important;width:100%!important;overflow-y:auto!important;overflow-x:hidden!important;padding:12px!important;border-radius:12px!important;position:relative!important}.panel-editor>.editor{display:block!important;position:relative!important;max-height:none!important;overflow-y:auto!important;overflow-x:hidden!important;padding:12px!important}.panel-editor>.editor>*{position:static!important;max-width:100%!important}.panel-editor .section-head{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;gap:10px!important;align-items:start!important}.panel-editor .section-head h2{font-size:clamp(1rem,1.25vw,1.35rem)!important;line-height:1.15!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important}.editor-copy-line{display:flex!important;flex-wrap:wrap!important;gap:6px!important;align-items:center!important;min-width:0!important}.editor-copy-line p{flex:1 1 240px!important;min-width:0!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;margin:0!important}.product-edit-overview{display:grid!important;grid-template-columns:140px minmax(0,1fr) minmax(160px,240px)!important;gap:10px!important;align-items:stretch!important;height:auto!important;min-height:140px!important;max-height:none!important;overflow:hidden!important;margin:10px 0!important;padding:10px!important;border-radius:12px!important}.overview-main-image{height:140px!important;min-height:140px!important;max-height:140px!important;background:#fff!important;border-radius:10px!important;overflow:hidden!important}.overview-main-image img{width:100%!important;height:100%!important;object-fit:contain!important;padding:6px!important}.overview-info strong{font-size:.82rem!important}.overview-facts{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:5px!important}.overview-facts span{min-height:38px!important;padding:5px 7px!important;font-size:.7rem!important}.overview-facts b{font-size:.56rem!important}.overview-cats{gap:4px!important;max-height:24px!important;overflow:hidden!important}.overview-cats em{font-size:.62rem!important;padding:3px 6px!important}.overview-gallery{min-width:0!important;overflow-x:auto!important;overflow-y:hidden!important;gap:6px!important}.overview-gallery button{flex:0 0 54px!important;width:54px!important;height:54px!important;min-height:54px!important;max-height:54px!important}.overview-gallery .overview-edit-media{flex:0 0 86px!important;width:86px!important;font-size:.65rem!important}.editor-grid-two,.shipping-grid,.attr-grid{display:grid!important;grid-template-columns:repeat(auto-fit,minmax(260px,1fr))!important;gap:9px!important}.copy-input-wrap,.inline-field{display:grid!important;grid-template-columns:minmax(0,1fr) auto auto!important;gap:6px!important;align-items:center!important}.copy-input-wrap input,.inline-field input{min-width:0!important}.tabs{position:static!important;top:auto!important;display:flex!important;flex-wrap:wrap!important;gap:6px!important;padding:8px 0!important;background:transparent!important;overflow:visible!important}.tabs button{height:30px!important;min-height:30px!important;padding:0 9px!important;font-size:.72rem!important;border-radius:999px!important}.html-editor{display:grid!important;gap:8px!important}.html-head{display:flex!important;justify-content:space-between!important;align-items:center!important;gap:8px!important}.html-editor textarea,.editor textarea{min-height:120px!important;max-height:260px!important;resize:vertical!important}.editor-footer{position:static!important;bottom:auto!important;display:flex!important;flex-wrap:wrap!important;gap:8px!important;padding:10px 0 0!important;margin:0!important;background:transparent!important;border-top:1px solid var(--line)!important}.editor-footer .btn{height:34px!important;min-height:34px!important;padding:0 10px!important}.panel-product-detail>.product-v65{display:flex!important;flex-direction:column!important;gap:10px!important;height:100%!important;overflow-y:auto!important;overflow-x:hidden!important;padding:12px!important}.product-v65-head{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;gap:10px!important;align-items:start!important}.product-v65-title h2{font-size:clamp(1.05rem,1.28vw,1.42rem)!important;line-height:1.15!important}.product-v65-card{display:grid!important;grid-template-columns:minmax(220px,34%) minmax(0,1fr)!important;height:auto!important;min-height:210px!important;max-height:none!important;overflow:visible!important;padding:12px!important;gap:12px!important}.product-v65-image{height:220px!important;min-height:220px!important;max-height:220px!important;background:#fff!important}.product-v65-image img{object-fit:contain!important;object-position:center!important}.product-v65-info{overflow:visible!important}.product-v65-gallery-wrap{overflow:hidden!important}.product-v65-gallery{overflow-x:auto!important;overflow-y:hidden!important}.product-v65-gallery button{height:78px!important;min-height:78px!important;max-height:78px!important}.panel-media>.media-panel{display:block!important;overflow-y:auto!important}.media-panel .section-head{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;gap:10px!important}.media-main{display:grid!important;grid-template-columns:minmax(220px,320px) minmax(260px,1fr)!important;gap:12px!important;align-items:stretch!important}.media-main-image{width:100%!important;height:clamp(220px,28vh,320px)!important;background:#fff!important;border-radius:14px!important}.upload-btn{min-height:160px!important;display:grid!important;place-items:center!important}.gallery-row{display:flex!important;flex-wrap:wrap!important;gap:8px!important;overflow:visible!important}.gallery-item,.gallery-add{width:86px!important;height:86px!important;min-height:86px!important;border-radius:10px!important}.panel-attributes>.attribute-panel,.panel-categories>.category-panel,.panel-source>.supplier-panel{overflow-y:auto!important;overflow-x:hidden!important}.attr-toolbar,.attr-actions,.category-actions,.supplier-actions{display:flex!important;flex-wrap:wrap!important;gap:8px!important}.attr-toolbar>*,.attr-actions>*,.category-actions>*,.supplier-actions>*{min-width:0!important}.terms-table-wrap,.category-tree{overflow:auto!important;max-width:100%!important}@media(max-width:1366px){:root{--v60-sidebar-open: 200px;--v60-catalog: 280px;--v60-gap:8px;--v60-pad:8px;--v60-font:13px}.topbar-title p{display:none!important}.product-edit-overview{grid-template-columns:120px minmax(0,1fr)!important}.overview-gallery{grid-column:1 / -1!important;height:60px!important}.product-v65-card{grid-template-columns:1fr!important}.product-v65-image{height:210px!important}}@media(max-width:1100px){html,body,#root{overflow:auto!important;height:auto!important}.app-frame{display:block!important;height:auto!important;min-height:100dvh!important;overflow:visible!important}.app-sidebar{display:none!important}.app-workspace{height:auto!important;min-height:100dvh!important;overflow:visible!important;max-width:100vw!important}.metric-strip{grid-template-columns:repeat(2,minmax(0,1fr))!important;height:auto!important;max-height:none!important}.control-dock.glass-panel{grid-template-columns:1fr!important}.fixed-app-grid,.fixed-app-grid.active-products,.fixed-app-grid.active-source,.fixed-app-grid.active-editor,.fixed-app-grid.active-media,.fixed-app-grid.active-categories,.fixed-app-grid.active-attributes{grid-template-columns:1fr!important;grid-template-areas:"products" "active"!important;height:auto!important;overflow:visible!important}.fixed-app-grid>.smart-panel{height:auto!important;min-height:0!important}.fixed-products-panel .product-grid{max-height:420px!important}.active-content-panel>*{height:auto!important;max-height:none!important}.product-edit-overview,.media-main{grid-template-columns:1fr!important}.overview-main-image{height:190px!important}}@media(min-width:2200px){:root{--v60-shell-max: 1540px;--v60-catalog: 300px}.app-workspace{justify-self:center!important}}html,body,#root,.app-frame,.app-workspace,.fixed-app-grid,.smart-panel,.active-content-panel,.panel-product-detail,.panel-media,.panel-editor,.product-v65,.product-v65-card,.product-v65-info,.media-panel,.gallery-row,.product-edit-modal,.product-edit-modal-body{min-width:0!important}.control-dock.glass-panel{grid-template-columns:minmax(0,max-content) minmax(240px,1fr) auto auto!important;align-items:center!important;overflow:visible!important}.control-dock.glass-panel>input{min-width:0!important;width:100%!important}.country-toggle.compact-toggle{min-width:0!important}.product-image,.media-main-image,.gallery-item,.gallery-add,.product-v65-image,.product-v65-gallery button,.product-edit-main-image,.product-edit-gallery-grid .gallery-item,.product-edit-gallery-grid .gallery-add,.overview-main-image,.overview-gallery button:not(.overview-edit-media),.capture-box img{aspect-ratio:1 / 1!important;background:#fff!important;overflow:hidden!important;display:grid!important;place-items:center!important}.product-image img,.media-main-image img,.gallery-item img,.product-v65-image img,.product-v65-gallery button img,.product-edit-main-image img,.overview-main-image img,.overview-gallery button img,.capture-box img{width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;object-fit:contain!important;object-position:center center!important;display:block!important}.fixed-products-panel .product-card{grid-template-columns:94px minmax(0,1fr)!important;min-height:108px!important;max-height:none!important;align-items:center!important}.fixed-products-panel .product-image{width:88px!important;height:auto!important;min-height:0!important;max-height:none!important;justify-self:center!important;align-self:center!important}.product-v65-card{grid-template-columns:minmax(220px,min(38%,520px)) minmax(0,1fr)!important;align-items:start!important;overflow:visible!important}.product-v65-image{width:100%!important;max-width:520px!important;height:auto!important;min-height:0!important;max-height:min(52vh,520px)!important;padding:12px!important}.product-v65-info h3,.product-v65-title h2,.product-edit-modal-head h2{display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important;white-space:normal!important}.product-v65-facts span,.product-edit-facts span,.overview-facts span{min-width:0!important}.product-v65-facts em,.product-edit-facts span,.overview-facts span{overflow:hidden!important;text-overflow:ellipsis!important}.product-v65-gallery-wrap{min-height:0!important}.product-v65-gallery{display:flex!important;gap:8px!important;overflow-x:auto!important;overflow-y:hidden!important;padding-bottom:4px!important}.product-v65-gallery button{flex:0 0 82px!important;width:82px!important;height:auto!important;min-height:0!important;max-height:none!important}.product-v65-gallery .product-v65-add{background:color-mix(in srgb,var(--accent) 6%,#fff)!important}.media-main{grid-template-columns:minmax(220px,380px) minmax(260px,1fr)!important;align-items:start!important}.media-main-image{width:min(100%,380px)!important;height:auto!important;min-height:0!important;max-height:none!important;padding:12px!important}.gallery-row{display:flex!important;flex-wrap:wrap!important;gap:10px!important}.gallery-item,.gallery-add,.product-edit-gallery-grid .gallery-item,.product-edit-gallery-grid .gallery-add{width:92px!important;height:auto!important;min-height:0!important;max-height:none!important}.product-edit-main-image{width:min(100%,520px)!important;height:auto!important;min-height:0!important;max-height:min(58vh,520px)!important}.overview-main-image{width:140px!important;height:auto!important;min-height:0!important;max-height:none!important}.overview-gallery button:not(.overview-edit-media){flex:0 0 58px!important;width:58px!important;height:auto!important;min-height:0!important;max-height:none!important}@media(max-height:820px),(max-width:1366px){:root{--v60-sidebar-open: 200px;--v60-catalog: clamp(270px, 19vw, 300px);--v60-gap: 8px;--v60-font: 13px}.app-workspace{padding:7px 8px!important;gap:8px!important}.app-topbar.glass-panel{height:50px!important;min-height:50px!important;max-height:50px!important}.metric-strip{height:44px!important;min-height:44px!important;max-height:44px!important}.product-v65-card{grid-template-columns:minmax(190px,300px) minmax(0,1fr)!important}.product-v65-image{max-width:300px!important}.product-v65-gallery button{flex-basis:72px!important;width:72px!important}.media-main{grid-template-columns:minmax(190px,300px) minmax(220px,1fr)!important}.media-main-image{width:min(100%,300px)!important}}@media(max-width:1280px){.control-dock.glass-panel{grid-template-columns:1fr 1fr!important}.control-dock.glass-panel .country-toggle,.control-dock.glass-panel>input{grid-column:1 / -1!important}.product-v65-card{grid-template-columns:1fr!important}.product-v65-image{max-width:min(100%,420px)!important}}@media(max-width:1100px){.media-main{grid-template-columns:1fr!important}.media-main-image,.product-edit-main-image,.product-v65-image{width:min(100%,360px)!important}.overview-main-image{width:min(100%,220px)!important}}:root{--v60-sidebar-open: 232px;--v60-catalog: clamp(300px, 20vw, 340px)}.active-content-panel,.panel-editor,.panel-media,.panel-product-detail,.panel-source,.panel-attributes,.panel-categories{align-items:stretch!important;justify-content:flex-start!important;align-content:start!important}.active-content-panel>.card,.active-content-panel>.editor,.active-content-panel>.media-panel,.active-content-panel>.category-panel,.active-content-panel>.attribute-panel,.active-content-panel>.supplier-panel,.active-content-panel>.product-v65,.active-content-panel>.product-representation{margin:0!important;align-self:stretch!important;justify-self:stretch!important}.fixed-app-grid>.smart-panel{padding:10px!important}.brand-block{grid-template-columns:34px minmax(0,1fr)!important;gap:8px!important;min-height:56px!important;height:56px!important;padding:7px 8px!important}.brand-mark,.brand-logo-img{width:34px!important;height:34px!important;min-width:34px!important;border-radius:9px!important}.brand-block strong{font-size:.75rem!important;line-height:1.08!important;letter-spacing:-.02em!important}.brand-block span{font-size:.66rem!important;line-height:1.08!important}.side-nav button{min-height:40px!important;height:40px!important}.sidebar-profile-card{height:60px!important;min-height:60px!important}.fixed-products-panel .product-card{grid-template-columns:96px minmax(0,1fr)!important;min-height:132px!important;max-height:152px!important;align-items:stretch!important}.fixed-products-panel .product-image{width:88px!important;height:88px!important;min-height:88px!important;max-height:88px!important;margin:auto!important;padding:6px!important}.fixed-products-panel .product-body{padding:8px 8px 8px 4px!important;gap:5px!important;display:grid!important;align-content:start!important}.fixed-products-panel .product-body h3{font-size:.76rem!important;line-height:1.15!important;max-height:2.35em!important;overflow:hidden!important}.fixed-products-panel .copy-row{display:flex!important;flex-wrap:wrap!important;gap:4px!important;opacity:1!important;transform:none!important}.fixed-products-panel .copy-mini,.fixed-products-panel .admin-mini{height:23px!important;min-height:23px!important;padding:0 6px!important;font-size:.64rem!important;border-radius:8px!important}.control-dock.glass-panel{grid-template-columns:minmax(250px,max-content) minmax(280px,1fr) auto auto!important;align-items:center!important;gap:8px!important}.country-toggle.compact-toggle{max-width:min(460px,100%)!important}.country-toggle.compact-toggle button,.add-market-btn,.control-dock .btn,.control-dock button:not(.add-market-btn){height:36px!important;min-height:36px!important;flex:0 0 auto!important}.media-main{grid-template-columns:minmax(240px,320px) minmax(0,1fr)!important;gap:12px!important;align-items:start!important}.media-main-image{width:clamp(240px,22vw,320px)!important;height:auto!important;aspect-ratio:1 / 1!important;max-width:100%!important;padding:12px!important}.upload-btn{min-height:clamp(170px,22vw,230px)!important;max-height:260px!important;border-radius:14px!important}.gallery-row{margin-top:10px!important;align-items:flex-start!important}.gallery-item,.gallery-add{width:88px!important;height:auto!important;aspect-ratio:1 / 1!important}.gallery-item button{width:22px!important;height:22px!important;min-height:22px!important;line-height:1!important}.gallery-item b{font-size:.62rem!important;line-height:1!important}.panel-product-detail>.product-v65{gap:9px!important;padding:10px!important}.product-v65-head{grid-template-columns:minmax(0,1fr) auto!important;gap:10px!important}.product-v65-title h2{font-size:clamp(1rem,1.15vw,1.32rem)!important;line-height:1.12!important;-webkit-line-clamp:2!important}.product-v65-title p{font-size:.72rem!important;line-height:1.15!important}.product-v65-card{grid-template-columns:minmax(220px,320px) minmax(0,1fr)!important;gap:12px!important;padding:10px!important;min-height:0!important;overflow:visible!important}.product-v65-image{width:min(100%,320px)!important;max-width:320px!important;height:auto!important;aspect-ratio:1 / 1!important;padding:10px!important}.product-v65-info{gap:7px!important;overflow:visible!important}.product-v65-info h3{font-size:clamp(1rem,1.12vw,1.28rem)!important;line-height:1.12!important;-webkit-line-clamp:2!important}.product-v65-copy .copy-chip,.product-v65-copy .admin-pill,.product-v65-copy button{height:28px!important;min-height:28px!important;font-size:.72rem!important}.product-v65-facts{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:6px!important}.product-v65-facts span{min-height:44px!important;padding:6px 8px!important}.product-v65-cats{max-height:30px!important}.product-v65-gallery-wrap{padding:9px!important;min-height:0!important}.product-v65-gallery{gap:8px!important;min-height:76px!important}.product-v65-gallery button{flex:0 0 76px!important;width:76px!important;height:auto!important;aspect-ratio:1 / 1!important}.product-v65-footer{padding-top:7px!important;min-height:38px!important}.panel-editor>.editor{padding:10px!important;scroll-padding-top:0!important}.product-edit-overview{grid-template-columns:118px minmax(0,1fr) minmax(150px,210px)!important;min-height:118px!important;padding:8px!important;gap:8px!important}.overview-main-image{width:118px!important;height:auto!important;aspect-ratio:1 / 1!important}.overview-facts span{min-height:34px!important;padding:5px 6px!important}.overview-gallery button:not(.overview-edit-media){flex:0 0 48px!important;width:48px!important;height:auto!important;aspect-ratio:1 / 1!important}.overview-gallery .overview-edit-media{flex:0 0 78px!important;width:78px!important}.attribute-panel .attr-toolbar{display:grid!important;grid-template-columns:minmax(220px,1fr) minmax(220px,1fr) auto auto!important;gap:8px!important;align-items:center!important}.attribute-panel .attr-toolbar select,.attribute-panel .attr-toolbar input{min-width:0!important;width:100%!important}.attribute-panel .attr-toolbar .btn,.attribute-panel .attr-actions .btn{width:auto!important;flex:0 0 auto!important;height:34px!important;min-height:34px!important;padding:0 12px!important;font-size:.78rem!important;border-radius:10px!important}.attribute-panel .attr-actions{display:flex!important;flex-wrap:wrap!important;justify-content:flex-start!important;gap:8px!important}.panel-source>.supplier-panel{padding:12px!important}.supplier-panel .supplier-grid{display:grid!important;grid-template-columns:minmax(280px,1fr) minmax(280px,1fr)!important;gap:12px!important}.supplier-panel input,.supplier-panel textarea{min-height:86px!important}.supplier-panel textarea{max-height:150px!important}.upload-zone,.file-upload-zone,.supplier-panel .span-2{min-height:108px!important}.supplier-actions{margin-top:10px!important;display:flex!important;flex-wrap:wrap!important;justify-content:flex-start!important;gap:8px!important}.supplier-actions .btn{width:auto!important;flex:0 0 auto!important;height:34px!important;min-height:34px!important;padding:0 12px!important;border-radius:10px!important}@media(max-height:820px),(max-width:1366px){:root{--v60-sidebar-open: 212px;--v60-catalog: clamp(286px, 20vw, 315px)}.brand-block{grid-template-columns:32px minmax(0,1fr)!important;height:52px!important;min-height:52px!important}.brand-mark,.brand-logo-img{width:32px!important;height:32px!important;min-width:32px!important}.fixed-products-panel .product-card{min-height:124px!important;max-height:140px!important}.media-main{grid-template-columns:minmax(220px,286px) minmax(0,1fr)!important}.media-main-image{width:clamp(220px,21vw,286px)!important}.product-v65-card{grid-template-columns:minmax(200px,286px) minmax(0,1fr)!important}.product-v65-image{width:min(100%,286px)!important;max-width:286px!important}.product-v65-gallery button{flex-basis:68px!important;width:68px!important}.product-edit-overview{grid-template-columns:104px minmax(0,1fr) minmax(140px,190px)!important;min-height:104px!important}.overview-main-image{width:104px!important}}@media(max-width:1280px){.control-dock.glass-panel{grid-template-columns:1fr 1fr!important}.control-dock.glass-panel .country-toggle,.control-dock.glass-panel>input{grid-column:1 / -1!important}.media-main,.supplier-panel .supplier-grid,.attribute-panel .attr-toolbar,.product-v65-card{grid-template-columns:1fr!important}.product-v65-image,.media-main-image{width:min(100%,320px)!important}}.sidebar-brand-row{grid-template-columns:minmax(0,1fr) 38px!important;gap:8px!important;align-items:center!important;overflow:visible!important}.brand-block{min-width:0!important;width:100%!important;height:58px!important;min-height:58px!important;display:grid!important;grid-template-columns:34px minmax(0,1fr)!important;gap:8px!important;align-items:center!important;padding:8px!important;overflow:hidden!important}.brand-mark,.brand-logo-img{width:34px!important;height:34px!important;min-width:34px!important;max-width:34px!important;flex:0 0 34px!important;border-radius:10px!important;overflow:hidden!important;display:block!important}.brand-logo-img{object-fit:cover!important;object-position:left center!important;padding:0!important;background:transparent!important}.brand-block strong,.brand-block span:not(.brand-mark span){display:block!important;min-width:0!important;max-width:100%!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;text-indent:0!important}.brand-block strong{font-size:12px!important;line-height:1.05!important}.brand-block span:not(.brand-mark span){font-size:11px!important;line-height:1.05!important;margin-top:2px!important}.sidebar-toggle{width:38px!important;min-width:38px!important;height:38px!important;min-height:38px!important;padding:0!important}.panel-editor,.active-content-panel.panel-editor{align-items:stretch!important;justify-content:flex-start!important;align-content:start!important}.panel-editor>.editor{display:flex!important;flex-direction:column!important;justify-content:flex-start!important;align-content:start!important;gap:8px!important;padding-top:10px!important}.panel-editor>.editor .section-head{margin-top:0!important;margin-bottom:6px!important}.product-edit-overview{align-items:start!important;overflow:hidden!important}.overview-gallery{display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:flex-start!important;gap:7px!important;min-width:0!important;width:100%!important;height:58px!important;min-height:58px!important;max-height:58px!important;overflow-x:auto!important;overflow-y:hidden!important;padding:0 2px 2px 0!important}.overview-gallery button:not(.overview-edit-media){flex:0 0 56px!important;width:56px!important;min-width:56px!important;max-width:56px!important;height:56px!important;min-height:56px!important;max-height:56px!important;aspect-ratio:1 / 1!important;padding:0!important;border-radius:10px!important;background:#fff!important;overflow:hidden!important;display:block!important;position:relative!important}.overview-gallery button:not(.overview-edit-media) img,.overview-gallery button:not(.overview-edit-media) picture,.overview-gallery button:not(.overview-edit-media) .product-img-fallback{width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;object-fit:contain!important;object-position:center center!important;display:block!important}.overview-gallery b{left:4px!important;right:4px!important;bottom:4px!important;font-size:8px!important;line-height:1!important;padding:3px 2px!important;border-radius:6px!important}.overview-gallery .overview-edit-media{flex:0 0 82px!important;width:82px!important;min-width:82px!important;max-width:82px!important;height:56px!important;min-height:56px!important;max-height:56px!important;padding:0 8px!important;border-radius:10px!important;font-size:10px!important;line-height:1.1!important;white-space:normal!important}@media(max-width:1500px),(max-height:820px){.product-edit-overview{grid-template-columns:112px minmax(0,1fr)!important;align-items:start!important}.overview-main-image{width:112px!important;height:112px!important;min-height:112px!important;max-height:112px!important}.overview-gallery{grid-column:1 / -1!important;height:58px!important;min-height:58px!important;max-height:58px!important}}.product-v65-gallery{align-items:center!important;min-height:74px!important;max-height:84px!important;overflow-x:auto!important;overflow-y:hidden!important}.product-v65-gallery button{flex:0 0 72px!important;width:72px!important;min-width:72px!important;max-width:72px!important;height:72px!important;min-height:72px!important;max-height:72px!important;aspect-ratio:1 / 1!important;border-radius:10px!important;padding:0!important}.product-v65-gallery button img{width:100%!important;height:100%!important;object-fit:contain!important;object-position:center center!important;padding:4px!important}:root{--v60-sidebar-open: clamp(232px, 14vw, 270px) !important;--v60-catalog: clamp(320px, 22vw, 390px) !important;--v60-safe-blue: #0077A3;--v60-safe-blue-dark: #005E85;--v60-soft-blue: #EAF6FB;--v60-light-border: #C9D7E3;--v60-light-text: #111827;--v60-muted-text: #526273}body[data-ui-theme=premium]{--bg: #F3F8FB !important;--panel: rgba(255,255,255,.96) !important;--panel-solid: #FFFFFF !important;--text: #102033 !important;--muted: #526273 !important;--line: #C9D7E3 !important;--soft: #EAF6FB !important;--accent: #0077A3 !important;--shadow: 0 14px 40px rgba(0, 83, 118, .1) !important;background:linear-gradient(135deg,#f7fbfd,#edf6fa)!important}body[data-ui-theme=premium] .app-workspace{background:linear-gradient(135deg,#f7fbfd,#eff8fb)!important}body[data-ui-theme=premium] .app-sidebar,body[data-ui-theme=premium] .app-topbar.glass-panel,body[data-ui-theme=premium] .control-dock.glass-panel,body[data-ui-theme=premium] .smart-panel,body[data-ui-theme=premium] .card,body[data-ui-theme=premium] .settings-card,body[data-ui-theme=premium] .pro-modal,body[data-ui-theme=premium] .upload-studio-modal{background:#fffffffa!important;color:#102033!important;border:1px solid #C9D7E3!important;box-shadow:0 14px 40px #0053761a!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important}body[data-ui-theme=premium] .eyebrow,body[data-ui-theme=premium] .topbar-title span,body[data-ui-theme=premium] .stat-pill strong,body[data-ui-theme=premium] .panel-top .eyebrow{color:#0077a3!important}body[data-ui-theme=premium] .btn,body[data-ui-theme=premium] .compact-toggle button.active{background:linear-gradient(135deg,#0077a3,#005e85)!important;border-color:#006e97!important;color:#fff!important;box-shadow:0 10px 24px #0077a338!important}body[data-ui-theme=premium] .btn.secondary,body[data-ui-theme=premium] .spotlight-btn,body[data-ui-theme=premium] .quick-select,body[data-ui-theme=premium] .compact-toggle button:not(.active){background:#fff!important;color:#18405c!important;border:1px solid #B9CDD9!important;box-shadow:0 6px 16px #0053760f!important}body[data-ui-theme=premium] input,body[data-ui-theme=premium] select,body[data-ui-theme=premium] textarea{background:#fff!important;color:#102033!important;border-color:#b9cdd9!important}body[data-ui-theme=premium] .side-nav button{color:#3b5166!important}body[data-ui-theme=premium] .side-nav button.active,body[data-ui-theme=premium] .side-nav button:hover{background:#eaf6fb!important;color:#006e97!important;border-color:#a8d6e8!important}body[data-ui-theme=premium] .product-card.active,body[data-ui-theme=premium] .panel-products .product-card.active{border-color:#0077a3!important;box-shadow:0 0 0 3px #0077a326!important}body[data-theme=light] .copy-chip,body[data-theme=light] .admin-open-chip,body[data-theme=light] .edit-pill,body[data-theme=light] .product-v65-copy .copy-chip,body[data-theme=light] .product-v65-copy .admin-open-chip,body[data-theme=light] .editor-copy-line .copy-chip,body[data-theme=light] .editor-copy-line .admin-open-chip{background:#f8fbff!important;color:#124a68!important;border:1px solid #B9CDD9!important;box-shadow:none!important;opacity:1!important}body[data-theme=light] .copy-chip .copy-icon,body[data-theme=light] .admin-open-chip .admin-open-icon{background:#e6f2fa!important;color:#0077a3!important}body[data-theme=light] .copy-chip:hover,body[data-theme=light] .admin-open-chip:hover{background:#eaf6fb!important;color:#005e85!important;border-color:#8ecbe3!important}body[data-theme=light] .btn.secondary,body[data-theme=light] .spotlight-btn,body[data-theme=light] .control-dock .btn.secondary{background:#fff!important;color:#18405c!important;border:1px solid #B9CDD9!important}body[data-theme=light] .btn:not(.secondary):not(.ghost),body[data-theme=light] .control-dock .compact-toggle button.active{color:#fff!important}.sidebar-brand-row{display:grid!important;grid-template-columns:minmax(0,1fr) 40px!important;gap:10px!important;padding:0 2px!important;align-items:center!important;overflow:visible!important}.brand-block{min-width:0!important;width:100%!important;max-width:100%!important;height:62px!important;min-height:62px!important;padding:9px 10px!important;display:grid!important;grid-template-columns:38px minmax(0,1fr)!important;gap:9px!important;align-items:center!important;overflow:hidden!important}.brand-mark,.brand-logo-img{width:38px!important;height:38px!important;min-width:38px!important;max-width:38px!important;border-radius:12px!important;object-fit:cover!important;object-position:center!important}.brand-block>div:not(.brand-mark){min-width:0!important;overflow:hidden!important}.brand-block strong,.brand-block span:not(.brand-mark span){min-width:0!important;max-width:100%!important;display:block!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;text-indent:0!important}.brand-block strong{font-size:12px!important;line-height:1.08!important}.brand-block span:not(.brand-mark span){font-size:11px!important;line-height:1.08!important;margin-top:2px!important}.sidebar-toggle{width:40px!important;min-width:40px!important;height:40px!important;border-radius:12px!important}.fixed-app-grid,.fixed-app-grid.active-products,.fixed-app-grid.active-source,.fixed-app-grid.active-editor,.fixed-app-grid.active-media,.fixed-app-grid.active-categories,.fixed-app-grid.active-attributes{grid-template-columns:var(--v60-catalog) minmax(0,1fr)!important;gap:12px!important;height:calc(100dvh - 226px)!important;min-height:520px!important;max-height:calc(100dvh - 198px)!important;overflow:hidden!important;align-items:stretch!important}.fixed-products-panel,.active-content-panel{height:100%!important;min-height:0!important;max-height:100%!important;overflow:hidden!important;align-self:stretch!important}.active-content-panel{display:flex!important;flex-direction:column!important;justify-content:flex-start!important;align-items:stretch!important}.active-content-panel>.product-v65,.active-content-panel>.editor,.active-content-panel>.media-panel,.active-content-panel>.category-panel,.active-content-panel>.attribute-panel,.active-content-panel>.supplier-panel,.active-content-panel>.product-representation,.active-content-panel>.card{flex:1 1 auto!important;min-height:0!important;height:100%!important;max-height:100%!important;overflow-y:auto!important;overflow-x:hidden!important;align-self:stretch!important;scrollbar-gutter:stable!important}.fixed-products-panel .product-grid{flex:1 1 auto!important;min-height:0!important;max-height:none!important;overflow-y:auto!important;overflow-x:hidden!important;scrollbar-gutter:stable!important}.fixed-products-panel .product-card,.panel-products .product-card{display:grid!important;grid-template-columns:108px minmax(0,1fr)!important;align-items:center!important;min-height:154px!important;max-height:none!important;height:auto!important;padding:10px!important;gap:10px!important;overflow:visible!important;border-radius:16px!important}.fixed-products-panel .product-image,.panel-products .product-image{width:96px!important;height:96px!important;min-width:96px!important;min-height:96px!important;max-width:96px!important;max-height:96px!important;aspect-ratio:1 / 1!important;margin:0 auto!important;padding:7px!important;border-radius:14px!important;overflow:hidden!important}.fixed-products-panel .product-image img,.panel-products .product-image img{width:100%!important;height:100%!important;object-fit:contain!important;object-position:center!important}.fixed-products-panel .product-body,.panel-products .product-body{min-width:0!important;padding:0!important;gap:6px!important;display:grid!important;align-content:start!important;overflow:visible!important}.fixed-products-panel .product-title-row,.panel-products .product-title-row{display:block!important;min-width:0!important}.fixed-products-panel .product-card-actions,.panel-products .product-card-actions{display:none!important}.fixed-products-panel .product-body h3,.panel-products .product-body h3{font-size:12.5px!important;line-height:1.18!important;max-height:2.36em!important;margin:0!important;overflow:hidden!important;text-overflow:ellipsis!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important}.fixed-products-panel .copy-row,.panel-products .copy-row{display:grid!important;grid-template-columns:repeat(2,minmax(68px,1fr))!important;gap:5px!important;width:100%!important;min-width:0!important;opacity:1!important;transform:none!important}.fixed-products-panel .copy-row .copy-chip,.fixed-products-panel .copy-row .admin-open-chip,.panel-products .copy-row .copy-chip,.panel-products .copy-row .admin-open-chip{width:100%!important;max-width:100%!important;height:28px!important;min-height:28px!important;padding:0 7px!important;border-radius:9px!important;justify-content:center!important;font-size:11px!important;line-height:1!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.fixed-products-panel .product-meta-line,.panel-products .product-meta-line,.fixed-products-panel .brand-mini,.panel-products .brand-mini{font-size:10.5px!important;line-height:1.15!important;max-width:100%!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.fixed-products-panel .chips,.panel-products .chips{max-height:20px!important;overflow:hidden!important;gap:4px!important}.fixed-products-panel .chips span,.panel-products .chips span{font-size:9.5px!important;padding:2px 6px!important}.panel-editor>.editor,.active-content-panel.panel-editor>.editor{display:block!important;justify-content:flex-start!important;align-content:start!important;padding:14px!important;scroll-padding-top:0!important}.panel-editor .edited-banner{margin:0 0 12px!important;min-height:42px!important;padding:10px 12px!important;border-radius:16px!important}.panel-editor .section-head{margin:0 0 12px!important;display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:start!important;gap:12px!important}.panel-editor .section-head h2{font-size:clamp(18px,1.35vw,24px)!important;line-height:1.12!important;max-height:2.3em!important;overflow:hidden!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important}.editor-copy-line{display:flex!important;flex-wrap:wrap!important;gap:7px!important;align-items:center!important}.editor-copy-line p{flex:1 1 220px!important;min-width:0!important}.product-edit-overview{display:grid!important;grid-template-columns:112px minmax(0,1fr)!important;gap:10px!important;min-height:0!important;height:auto!important;max-height:none!important;padding:10px!important;align-items:start!important;overflow:visible!important}.overview-main-image{width:112px!important;height:112px!important;min-width:112px!important;min-height:112px!important;aspect-ratio:1 / 1!important;overflow:hidden!important}.overview-info{min-width:0!important;overflow:visible!important}.overview-facts{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:6px!important}.overview-facts span{min-height:38px!important;padding:6px 8px!important;overflow:hidden!important}.overview-gallery{grid-column:1 / -1!important;display:flex!important;flex-direction:row!important;align-items:center!important;gap:8px!important;width:100%!important;height:auto!important;min-height:64px!important;max-height:none!important;overflow-x:auto!important;overflow-y:hidden!important;padding:2px 0 4px!important}.overview-gallery button:not(.overview-edit-media){flex:0 0 58px!important;width:58px!important;height:58px!important;min-width:58px!important;min-height:58px!important;max-width:58px!important;max-height:58px!important;aspect-ratio:1 / 1!important;border-radius:10px!important;background:#fff!important;padding:0!important;overflow:hidden!important}.overview-gallery button:not(.overview-edit-media) img{object-fit:contain!important;width:100%!important;height:100%!important}.overview-gallery .overview-edit-media{flex:0 0 auto!important;width:auto!important;min-width:110px!important;height:38px!important;min-height:38px!important;max-height:38px!important;padding:0 12px!important;border-radius:10px!important;white-space:nowrap!important}.panel-product-detail>.product-v65{display:flex!important;flex-direction:column!important;gap:12px!important;padding:14px!important;overflow-y:auto!important;overflow-x:hidden!important}.product-v65-head{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:start!important;gap:12px!important;flex:0 0 auto!important}.product-v65-card{display:grid!important;grid-template-columns:minmax(240px,330px) minmax(0,1fr)!important;gap:14px!important;align-items:start!important;min-height:0!important;height:auto!important;max-height:none!important;overflow:visible!important;padding:12px!important;flex:0 0 auto!important}.product-v65-image{width:min(100%,330px)!important;height:auto!important;aspect-ratio:1 / 1!important;min-height:0!important;max-height:none!important;overflow:hidden!important;align-self:start!important}.product-v65-image img{object-fit:contain!important;width:100%!important;height:100%!important}.product-v65-info{min-width:0!important;overflow:visible!important}.product-v65-gallery-wrap{flex:0 0 auto!important;min-height:0!important;height:auto!important;max-height:none!important;overflow:visible!important;clear:both!important}.product-v65-gallery{display:flex!important;flex-direction:row!important;gap:9px!important;min-height:82px!important;height:auto!important;max-height:none!important;overflow-x:auto!important;overflow-y:hidden!important;align-items:center!important;padding-bottom:4px!important}.product-v65-gallery button,.product-v65-gallery .product-v65-add{flex:0 0 76px!important;width:76px!important;min-width:76px!important;height:76px!important;min-height:76px!important;max-height:76px!important;aspect-ratio:1 / 1!important;border-radius:12px!important;overflow:hidden!important;padding:0!important}.product-v65-footer{flex:0 0 auto!important;display:flex!important;justify-content:flex-end!important;gap:10px!important;padding:10px 0 0!important}@media(max-width:1380px){:root{--v60-sidebar-open: 224px !important;--v60-catalog: clamp(300px, 24vw, 350px) !important}.fixed-app-grid,.fixed-app-grid.active-products,.fixed-app-grid.active-source,.fixed-app-grid.active-editor,.fixed-app-grid.active-media,.fixed-app-grid.active-categories,.fixed-app-grid.active-attributes{height:calc(100dvh - 214px)!important;max-height:calc(100dvh - 190px)!important}.fixed-products-panel .product-card,.panel-products .product-card{grid-template-columns:100px minmax(0,1fr)!important;min-height:148px!important}.fixed-products-panel .product-image,.panel-products .product-image{width:88px!important;height:88px!important;min-width:88px!important;min-height:88px!important}.product-v65-card{grid-template-columns:minmax(220px,290px) minmax(0,1fr)!important}.product-v65-image{width:min(100%,290px)!important}.overview-facts{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media(max-width:1120px){.fixed-app-grid,.fixed-app-grid.active-products,.fixed-app-grid.active-source,.fixed-app-grid.active-editor,.fixed-app-grid.active-media,.fixed-app-grid.active-categories,.fixed-app-grid.active-attributes{grid-template-columns:1fr!important;height:auto!important;max-height:none!important;overflow:visible!important}.fixed-products-panel,.active-content-panel{height:auto!important;max-height:none!important;overflow:visible!important}.fixed-products-panel .product-grid{max-height:460px!important}.product-v65-card,.product-edit-overview{grid-template-columns:1fr!important}.product-v65-image,.overview-main-image{width:min(100%,320px)!important;height:auto!important}}:root{--rivaida-fit-scale: .8;--rivaida-fit-inverse: 1.25;--v60-sidebar-open: clamp(248px, 15vw, 286px) !important;--v60-catalog: clamp(330px, 23vw, 410px) !important}@media(min-width:1101px){body[data-app-fit-scale="80"]{overflow:hidden!important}body[data-app-fit-scale="80"] .app-frame{zoom:var(--rivaida-fit-scale)!important;width:calc(100vw * var(--rivaida-fit-inverse))!important;height:calc(100dvh * var(--rivaida-fit-inverse))!important;max-width:none!important;max-height:none!important;transform-origin:0 0!important}body[data-app-fit-scale="80"] .app-sidebar{height:calc(100dvh * var(--rivaida-fit-inverse))!important;max-height:calc(100dvh * var(--rivaida-fit-inverse))!important}body[data-app-fit-scale="80"] .app-workspace{height:calc(100dvh * var(--rivaida-fit-inverse))!important;max-width:min(1960px,calc((100vw * var(--rivaida-fit-inverse)) - var(--sidebar-width)))!important}}@supports not (zoom: 1){@media(min-width:1101px){body[data-app-fit-scale="80"] .app-frame{zoom:1!important;transform:scale(var(--rivaida-fit-scale))!important;transform-origin:0 0!important}}}.sidebar-brand-row{grid-template-columns:minmax(0,1fr) 42px!important;gap:10px!important}.brand-block{grid-template-columns:38px minmax(0,1fr)!important;min-height:60px!important;height:60px!important;padding:8px 10px!important;gap:9px!important}.brand-logo-img,.brand-mark{width:38px!important;height:38px!important;min-width:38px!important;border-radius:12px!important;object-fit:contain!important;object-position:center!important;background:transparent!important}.brand-block strong{font-size:12.5px!important;line-height:1.08!important;max-width:100%!important}.brand-block span{font-size:11.2px!important;line-height:1.08!important;max-width:100%!important}.sidebar-toggle{width:42px!important;height:42px!important;min-width:42px!important;min-height:42px!important}.topbar-logo{width:34px!important;height:34px!important;min-width:34px!important;object-fit:contain!important;border-radius:10px!important}.active-content-panel.panel-editor,.panel-editor{align-items:stretch!important;justify-content:flex-start!important;align-content:start!important;padding-top:8px!important}.panel-editor>.editor,.active-content-panel.panel-editor>.editor{margin-top:0!important;padding-top:8px!important;justify-content:flex-start!important;align-content:start!important;overflow-y:auto!important;overflow-x:hidden!important;scroll-padding-top:0!important}.panel-editor .edited-banner,.panel-editor .section-head{margin-top:0!important}.panel-editor .section-head{margin-bottom:8px!important}.product-edit-overview{margin-top:0!important;grid-template-columns:110px minmax(0,1fr)!important}.overview-main-image{width:110px!important;height:110px!important;min-width:110px!important;min-height:110px!important}.overview-gallery{grid-column:1 / -1!important;height:58px!important;min-height:58px!important;max-height:58px!important}.fixed-products-panel .product-card,.panel-products .product-card{grid-template-columns:112px minmax(0,1fr)!important;min-height:150px!important;max-height:none!important;overflow:visible!important;padding:10px!important;gap:10px!important}.fixed-products-panel .product-image,.panel-products .product-image{width:100px!important;height:100px!important;min-width:100px!important;min-height:100px!important;align-self:center!important}.fixed-products-panel .product-body,.panel-products .product-body{overflow:visible!important;gap:7px!important}.fixed-products-panel .copy-row,.panel-products .copy-row{display:grid!important;grid-template-columns:repeat(2,minmax(72px,1fr))!important;gap:6px!important;overflow:visible!important}.fixed-products-panel .copy-row .copy-chip,.fixed-products-panel .copy-row .admin-open-chip,.fixed-products-panel .copy-row button,.panel-products .copy-row .copy-chip,.panel-products .copy-row .admin-open-chip,.panel-products .copy-row button{height:30px!important;min-height:30px!important;width:100%!important;max-width:100%!important;padding:0 8px!important;font-size:11px!important;border-radius:10px!important;overflow:hidden!important}.fixed-products-panel .product-grid{overflow-y:auto!important;overflow-x:hidden!important;padding-right:8px!important}body[data-theme=light] .copy-chip,body[data-theme=light] .admin-open-chip,body[data-theme=light] .copy-mini,body[data-theme=light] .admin-mini,body[data-theme=light] .overview-edit-media,body[data-theme=light] .product-v65-gallery-head button{background:#fff!important;color:#005e85!important;border:1px solid #B8CBD8!important;box-shadow:0 6px 16px #005e8514!important}body[data-theme=light] .copy-icon,body[data-theme=light] .admin-open-icon{background:#eaf6fb!important;color:#0077a3!important}body[data-theme=light] .btn,body[data-theme=light] button.btn:not(.secondary):not(.ghost){background:linear-gradient(135deg,#0077a3,#005e85)!important;border-color:#006e97!important;color:#fff!important}body[data-theme=light] .btn.secondary,body[data-theme=light] .btn.ghost,body[data-theme=light] .spotlight-btn,body[data-theme=light] .control-dock button:not(.active):not(.add-market-btn){background:#fff!important;color:#18405c!important;border:1px solid #B8CBD8!important}body[data-theme=light] .compact-toggle button.active,body[data-theme=light] .country-toggle button.active{background:linear-gradient(135deg,#0077a3,#005e85)!important;color:#fff!important;border-color:#006e97!important}.product-v65-gallery button,.product-gallery-grid button,.gallery-item,.gallery-add,.overview-gallery button:not(.overview-edit-media){aspect-ratio:1 / 1!important;background:#fff!important}.product-v65-gallery button{flex:0 0 76px!important;width:76px!important;height:76px!important;min-height:76px!important;max-height:76px!important}.product-gallery-grid button{width:92px!important;height:92px!important;min-height:92px!important;max-height:92px!important}.brand-preset-actions{display:flex!important;flex-wrap:wrap!important;gap:8px!important;margin-top:8px!important}.brand-preset-actions .btn,.brand-preset-actions button{min-height:34px!important;height:34px!important;padding:0 11px!important;border-radius:10px!important;width:auto!important}.brand-asset-picker.square .brand-asset-preview,.brand-asset-picker.circle .brand-asset-preview{aspect-ratio:1 / 1!important}@media(max-height:760px)and (min-width:1101px){.fixed-products-panel .product-card,.panel-products .product-card{min-height:136px!important}.fixed-products-panel .product-image,.panel-products .product-image{width:92px!important;height:92px!important;min-width:92px!important;min-height:92px!important}.fixed-products-panel .copy-row .copy-chip,.fixed-products-panel .copy-row .admin-open-chip,.panel-products .copy-row .copy-chip,.panel-products .copy-row .admin-open-chip{height:27px!important;min-height:27px!important}}@media(min-width:1101px){body[data-app-fit-scale="80"] .modal-backdrop,body[data-app-fit-scale="80"] .product-edit-backdrop,body[data-app-fit-scale="80"] .upload-backdrop{width:calc(100vw * var(--rivaida-fit-inverse))!important;height:calc(100dvh * var(--rivaida-fit-inverse))!important;min-width:calc(100vw * var(--rivaida-fit-inverse))!important;min-height:calc(100dvh * var(--rivaida-fit-inverse))!important;inset:0 auto auto 0!important;padding:18px!important;background:#0f172a9e!important;-webkit-backdrop-filter:blur(12px)!important;backdrop-filter:blur(12px)!important}body[data-app-fit-scale="80"] .pro-modal,body[data-app-fit-scale="80"] .modal.pro-modal{width:min(1240px,calc((100vw * var(--rivaida-fit-inverse)) - 46px))!important;height:min(760px,calc((100dvh * var(--rivaida-fit-inverse)) - 46px))!important;max-height:calc((100dvh * var(--rivaida-fit-inverse)) - 46px)!important}body[data-app-fit-scale="80"] .product-edit-modal{width:min(1280px,calc((100vw * var(--rivaida-fit-inverse)) - 46px))!important;max-height:calc((100dvh * var(--rivaida-fit-inverse)) - 46px)!important}}.brand-logo-img,.topbar-logo,.sidebar-profile-thumb img,.brand-asset-preview img{object-fit:contain!important;object-position:center!important}.brand-logo-img,.topbar-logo{background:#fff!important;padding:3px!important;border:1px solid color-mix(in srgb,var(--accent) 18%,var(--line))!important}.sidebar-profile-thumb img{padding:2px!important;background:#fff!important}.pro-modal .modal-head{min-height:74px!important;padding:12px 18px 9px!important}.pro-modal .modal-head h2{font-size:23px!important;letter-spacing:-.035em!important}.pro-modal .modal-head p{max-width:960px!important;white-space:normal!important;line-height:1.3!important}.compact-settings,.settings-grid.compact-settings{scrollbar-gutter:stable!important}.brand-settings-grid .brand-card h3:after{content:"  · reemplazable";color:var(--accent);font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.brand-preset-actions .btn.secondary,.brand-preset-actions button.secondary{background:color-mix(in srgb,var(--accent) 12%,#FFFFFF)!important;color:color-mix(in srgb,var(--accent) 78%,#0B1A3A)!important;border-color:color-mix(in srgb,var(--accent) 34%,#B8CBD8)!important}html,body,#root{width:100%!important;height:100%!important;min-height:100%!important;overflow:hidden!important}body[data-app-fit-scale],body[data-app-fit-scale="80"],body[data-app-fit-scale=native]{overflow:hidden!important}body[data-app-fit-scale] .app-frame,body[data-app-fit-scale="80"] .app-frame,body[data-app-fit-scale=native] .app-frame{zoom:1!important;transform:none!important;transform-origin:0 0!important;width:100vw!important;height:100dvh!important;max-width:100vw!important;max-height:100dvh!important}body[data-app-fit-scale] .app-workspace,body[data-app-fit-scale="80"] .app-workspace,body[data-app-fit-scale=native] .app-workspace{width:100%!important;max-width:none!important;height:100dvh!important;min-height:0!important;max-height:100dvh!important}:root{--v606-sidebar-open: clamp(232px, 14vw, 272px);--v606-sidebar-closed: 72px;--v606-gap: clamp(7px, .55vw, 10px);--v606-topbar: clamp(48px, 5.8vh, 62px);--v606-metrics: clamp(42px, 5.1vh, 52px);--v606-catalog: clamp(320px, 23vw, 420px)}.app-frame.sidebar-expanded{--sidebar-width: var(--v606-sidebar-open) !important}.app-frame.sidebar-collapsed{--sidebar-width: var(--v606-sidebar-closed) !important}.app-frame{display:grid!important;grid-template-columns:var(--sidebar-width) minmax(0,1fr)!important;overflow:hidden!important;background:var(--bg, #F3F8FB)!important}.app-sidebar{height:100dvh!important;min-height:0!important;max-height:100dvh!important;overflow:hidden!important}.app-workspace{display:grid!important;grid-template-rows:var(--v606-topbar) var(--v606-metrics) auto minmax(0,1fr)!important;gap:var(--v606-gap)!important;padding:var(--v606-gap)!important;overflow:hidden!important}.app-topbar.glass-panel{height:var(--v606-topbar)!important;min-height:var(--v606-topbar)!important;max-height:var(--v606-topbar)!important;padding:7px 11px!important;overflow:hidden!important}.metric-strip{height:var(--v606-metrics)!important;min-height:var(--v606-metrics)!important;max-height:var(--v606-metrics)!important;overflow:hidden!important}.control-dock.glass-panel{min-height:46px!important;height:auto!important;max-height:none!important;padding:7px!important;gap:7px!important;align-items:center!important;overflow:visible!important}.fixed-app-grid,.fixed-app-grid.active-products,.fixed-app-grid.active-source,.fixed-app-grid.active-editor,.fixed-app-grid.active-media,.fixed-app-grid.active-categories,.fixed-app-grid.active-attributes{display:grid!important;grid-template-columns:var(--v606-catalog) minmax(0,1fr)!important;grid-template-areas:"products active"!important;gap:var(--v606-gap)!important;width:100%!important;height:100%!important;min-height:0!important;max-height:none!important;overflow:hidden!important;align-items:stretch!important}.fixed-products-panel,.active-content-panel,.fixed-app-grid>.smart-panel{height:100%!important;min-height:0!important;max-height:100%!important;overflow:hidden!important;align-self:stretch!important}.active-content-panel{display:flex!important;flex-direction:column!important;justify-content:flex-start!important;align-content:stretch!important;align-items:stretch!important;padding:10px!important}.active-content-panel>.editor,.active-content-panel>.product-v65,.active-content-panel>.media-panel,.active-content-panel>.supplier-panel,.active-content-panel>.category-panel,.active-content-panel>.attribute-panel,.active-content-panel>.product-representation{flex:1 1 auto!important;height:100%!important;min-height:0!important;max-height:100%!important;margin:0!important;position:static!important;top:auto!important;overflow-y:auto!important;overflow-x:hidden!important;scrollbar-gutter:stable!important}.panel-editor,.active-content-panel.panel-editor{padding-top:10px!important}.panel-editor>.editor,.active-content-panel.panel-editor>.editor{display:flex!important;flex-direction:column!important;gap:10px!important;justify-content:flex-start!important;align-items:stretch!important;align-content:stretch!important;padding:10px!important;margin:0!important;scroll-padding-top:0!important}.panel-editor>.editor>*{flex:0 0 auto!important;margin-top:0!important}.panel-editor .edited-banner,.panel-editor .section-head,.panel-product-detail .product-v65-head,.product-representation-head{margin-top:0!important}.panel-editor .section-head{margin-bottom:8px!important;padding-top:0!important}.product-edit-overview,.editor-grid-two{margin-top:0!important}.fixed-products-panel .product-grid,.panel-products .product-grid{flex:1 1 auto!important;min-height:0!important;overflow-y:auto!important;overflow-x:hidden!important;padding:0 7px 7px 0!important;gap:9px!important}.fixed-products-panel .product-card,.panel-products .product-card{grid-template-columns:104px minmax(0,1fr)!important;min-height:146px!important;max-height:none!important;height:auto!important;align-items:center!important;overflow:visible!important}.fixed-products-panel .product-image,.panel-products .product-image{width:94px!important;height:94px!important;min-width:94px!important;min-height:94px!important;max-width:94px!important;max-height:94px!important;aspect-ratio:1 / 1!important}.fixed-products-panel .copy-row,.panel-products .copy-row{display:grid!important;grid-template-columns:repeat(2,minmax(70px,1fr))!important;gap:6px!important;overflow:visible!important}.fixed-products-panel .copy-row .copy-chip,.fixed-products-panel .copy-row .admin-open-chip,.panel-products .copy-row .copy-chip,.panel-products .copy-row .admin-open-chip,.editor-copy-line .copy-chip,.editor-copy-line .admin-open-chip{height:30px!important;min-height:30px!important;max-height:30px!important;padding:0 8px!important;border-radius:10px!important;background:#fff!important;color:#07577a!important;border:1px solid #B6D1E3!important;box-shadow:0 3px 10px #07577a0f!important;opacity:1!important}.fixed-products-panel .copy-row .copy-chip strong,.fixed-products-panel .copy-row .admin-open-chip strong,.editor-copy-line .copy-chip strong,.editor-copy-line .admin-open-chip strong{color:inherit!important}.copy-icon,.admin-open-icon{background:#e8f7fc!important;color:#0077a3!important}.sidebar-brand-row{grid-template-columns:minmax(0,1fr) 42px!important;gap:9px!important}.brand-block{grid-template-columns:42px minmax(0,1fr)!important;min-height:58px!important;height:58px!important;padding:8px 9px!important;gap:9px!important}.brand-logo-img,.brand-mark,.topbar-logo{object-fit:contain!important;object-position:center!important;background:#fff!important;border:1px solid #B9D7E8!important;padding:2px!important}.brand-logo-img,.brand-mark{width:42px!important;height:42px!important;min-width:42px!important;min-height:42px!important;border-radius:13px!important}.brand-block strong{font-size:12.6px!important;line-height:1.05!important;color:var(--text, #0F172A)!important}.brand-block span{font-size:10.7px!important;line-height:1.08!important}.topbar-logo{width:34px!important;height:34px!important;min-width:34px!important;border-radius:11px!important}.sidebar-profile-thumb img{object-fit:contain!important;background:#fff!important;padding:2px!important}.toast-host{z-index:5000!important;pointer-events:none!important;right:16px!important;bottom:16px!important}.toast,.global-progress-card{pointer-events:auto!important;background:#fff!important;color:#0f172a!important;border:1px solid #BFD7E8!important;box-shadow:0 18px 48px #0f172a29!important;text-shadow:none!important}.toast strong,.global-progress-card b,.global-progress-card strong{color:#0f172a!important;opacity:1!important}.toast p,.global-progress-card span{color:#475569!important;opacity:1!important}.toast button{color:#0f172a!important;opacity:.7!important}.toast-center-label{background:#0077a3!important;color:#fff!important;border:1px solid rgba(255,255,255,.42)!important}body[data-theme=dark] .toast,body[data-theme=dark] .global-progress-card{background:#101827!important;color:#f8fafc!important;border-color:#94a3b847!important}body[data-theme=dark] .toast strong,body[data-theme=dark] .global-progress-card b,body[data-theme=dark] .global-progress-card strong{color:#f8fafc!important}body[data-theme=dark] .toast p,body[data-theme=dark] .global-progress-card span,body[data-theme=dark] .toast button{color:#cbd5e1!important}.modal-backdrop,.product-edit-backdrop,.upload-backdrop{position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:0!important;width:100vw!important;height:100dvh!important;min-width:100vw!important;min-height:100dvh!important;max-width:100vw!important;max-height:100dvh!important;display:grid!important;place-items:center!important;padding:18px!important;z-index:4200!important;overflow:hidden!important;background:#0f172a94!important;-webkit-backdrop-filter:blur(12px)!important;backdrop-filter:blur(12px)!important}.pro-modal,.modal.pro-modal{width:min(1120px,calc(100vw - 36px))!important;max-width:calc(100vw - 36px)!important;height:min(760px,calc(100dvh - 36px))!important;max-height:calc(100dvh - 36px)!important;overflow:hidden!important}.product-edit-modal{width:min(1260px,calc(100vw - 36px))!important;max-height:calc(100dvh - 36px)!important}@media(max-height:820px),(max-width:1440px){:root{--v606-sidebar-open: clamp(218px, 14vw, 248px);--v606-catalog: clamp(300px, 23vw, 365px);--v606-topbar: 50px;--v606-metrics: 42px;--v606-gap: 7px}.control-dock.glass-panel{min-height:42px!important;padding:6px!important}.country-toggle.compact-toggle button,.control-dock input,.control-dock .btn{height:32px!important;min-height:32px!important}.fixed-products-panel .product-card,.panel-products .product-card{min-height:136px!important;grid-template-columns:96px minmax(0,1fr)!important}.fixed-products-panel .product-image,.panel-products .product-image{width:86px!important;height:86px!important;min-width:86px!important;min-height:86px!important}.fixed-products-panel .copy-row .copy-chip,.fixed-products-panel .copy-row .admin-open-chip,.panel-products .copy-row .copy-chip,.panel-products .copy-row .admin-open-chip{height:28px!important;min-height:28px!important}.product-edit-overview{grid-template-columns:96px minmax(0,1fr)!important}.overview-main-image{width:96px!important;height:96px!important;min-width:96px!important;min-height:96px!important}}@media(max-width:1180px){.fixed-app-grid,.fixed-app-grid.active-products,.fixed-app-grid.active-source,.fixed-app-grid.active-editor,.fixed-app-grid.active-media,.fixed-app-grid.active-categories,.fixed-app-grid.active-attributes{grid-template-columns:1fr!important;grid-template-areas:"products" "active"!important;overflow-y:auto!important;height:100%!important}.fixed-products-panel,.active-content-panel{height:auto!important;min-height:320px!important;max-height:none!important}}.app-sidebar .brand-block.brand-block-logo-only{grid-template-columns:44px minmax(0,1fr)!important;align-items:center!important;min-height:56px!important;height:56px!important;padding:7px 8px!important;overflow:hidden!important}.app-sidebar .brand-block.brand-block-logo-only .brand-logo-img,.app-sidebar .brand-block.brand-block-logo-only .brand-mark{width:42px!important;height:42px!important;min-width:42px!important;min-height:42px!important;object-fit:contain!important;padding:3px!important}.active-market-mini{min-width:0!important;display:flex!important;flex-direction:column!important;gap:2px!important;overflow:hidden!important}.active-market-mini strong{font-size:12px!important;line-height:1!important;color:var(--accent, #0077A3)!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;letter-spacing:.04em!important}.active-market-mini span{font-size:11px!important;line-height:1.05!important;color:var(--muted, #64748B)!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.app-frame.sidebar-collapsed .active-market-mini,.app-sidebar.collapsed .active-market-mini{display:none!important}.app-frame.sidebar-collapsed .brand-block.brand-block-logo-only,.app-sidebar.collapsed .brand-block.brand-block-logo-only{grid-template-columns:1fr!important;justify-items:center!important;padding:6px!important}.markets-settings .settings-card{min-height:0!important}.market-manager-actions{display:flex!important;gap:10px!important;flex-wrap:wrap!important;margin-top:10px!important}.market-manager-actions .btn,.market-manager-actions button{min-height:36px!important}.danger-soft{color:#b42318!important;border-color:#f4b4ae!important;background:#fff5f4!important}.market-list-manager{display:grid!important;gap:8px!important;max-height:min(420px,52dvh)!important;overflow:auto!important;padding-right:4px!important}.market-list-manager article{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;gap:8px!important;align-items:center!important;border:1px solid #C8DCEB!important;border-radius:14px!important;padding:8px!important;background:#fff!important}.market-list-manager article.active{border-color:var(--accent, #0077A3)!important;box-shadow:0 0 0 2px color-mix(in srgb,var(--accent, #0077A3) 14%,transparent)!important}.market-list-manager article>button:first-child{border:0!important;background:transparent!important;text-align:left!important;padding:2px 4px!important;color:#0f172a!important;min-width:0!important}.market-list-manager article strong,.market-list-manager article small{display:block!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.market-list-manager article small{color:#64748b!important;margin-top:3px!important}.market-delete-mini{border:1px solid #F4B4AE!important;background:#fff5f4!important;color:#b42318!important;border-radius:10px!important;padding:7px 10px!important;font-weight:800!important}.market-fields select,.settings-card select{width:100%!important;min-height:38px!important;border-radius:12px!important;border:1px solid #C8DCEB!important;background:#fff!important;color:#0f172a!important;padding:0 12px!important}.country-toggle.compact-toggle .add-market-btn{min-width:112px!important;border-style:dashed!important}.store-market-settings .market-manager-store-card{grid-column:1 / -1!important;margin-top:2px!important}.market-manager-store-card h3{margin:0!important;color:var(--text, #0F172A)!important}.market-store-grid{display:grid!important;grid-template-columns:minmax(340px,1fr) minmax(320px,1fr)!important;gap:14px!important;align-items:start!important}.market-create-box,.market-saved-box{display:grid!important;gap:12px!important;min-width:0!important;padding:14px!important;border:1px solid #C8DCEB!important;border-radius:16px!important;background:color-mix(in srgb,var(--panel-solid, #fff) 96%,var(--accent, #0077A3))!important}.market-create-box .market-fields{display:grid!important;grid-template-columns:.7fr 1.25fr .8fr .8fr!important;gap:10px!important}.market-create-box input,.market-create-box select,.market-saved-box input,.market-saved-box select{min-width:0!important;width:100%!important;height:40px!important;min-height:40px!important;border-radius:12px!important;background:#fff!important;color:#0f172a!important;border:1px solid #BCD4E4!important}.market-create-box label,.market-saved-box label{min-width:0!important}.market-manager-actions{margin-top:0!important}.market-manager-actions .btn,.market-manager-actions button{height:38px!important;min-height:38px!important;padding:0 14px!important;border-radius:12px!important}.market-list-manager{max-height:min(330px,40dvh)!important;overflow-y:auto!important;overflow-x:hidden!important}.market-list-manager article{min-height:58px!important}.market-list-manager article>button:first-child strong{font-size:13px!important}.market-delete-mini{height:34px!important;min-height:34px!important}.app-sidebar .brand-block.brand-block-logo-only{grid-template-columns:40px minmax(0,1fr)!important;min-height:58px!important;height:58px!important;padding:8px 9px!important;gap:9px!important;background:linear-gradient(135deg,#e8f7fcf5,#fffffffa)!important;border:1px solid #B8D7E9!important}.app-sidebar .brand-block.brand-block-logo-only .brand-logo-img,.app-sidebar .brand-block.brand-block-logo-only .brand-mark{width:40px!important;height:40px!important;min-width:40px!important;min-height:40px!important;max-width:40px!important;max-height:40px!important;border-radius:12px!important;background:#fff!important;padding:2px!important;object-fit:contain!important;object-position:center!important;border:1px solid #A7D4E8!important;box-shadow:0 6px 18px #0077a324!important}.app-sidebar .active-market-mini strong{font-size:12.1px!important;line-height:1.06!important;color:#0f172a!important;letter-spacing:-.015em!important;max-width:100%!important}.app-sidebar .active-market-mini span{font-size:10.8px!important;line-height:1.08!important;color:#526273!important;max-width:100%!important}.topbar-logo{background:#fff!important;border:1px solid #A7D4E8!important;padding:2px!important;box-shadow:0 5px 16px #0077a31f!important}.brand-asset-preview img{object-fit:contain!important;background:#fff!important}body[data-theme=light] .market-create-box,body[data-theme=light] .market-saved-box,body[data-ui-theme=premium] .market-create-box,body[data-ui-theme=premium] .market-saved-box{background:#fff!important;color:#0f172a!important;border-color:#c8dceb!important;box-shadow:0 10px 28px #0053760f!important}body[data-theme=light] .market-create-box .hint,body[data-theme=light] .market-saved-box .hint{color:#526273!important}body[data-theme=dark] .market-create-box,body[data-theme=dark] .market-saved-box{background:#101827!important;color:#f8fafc!important;border-color:#94a3b838!important}body[data-theme=dark] .market-create-box input,body[data-theme=dark] .market-create-box select{background:#0b1220!important;color:#f8fafc!important;border-color:#94a3b847!important}@media(max-width:1250px){.market-store-grid{grid-template-columns:1fr!important}.market-create-box .market-fields{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media(max-width:620px){.market-create-box .market-fields{grid-template-columns:1fr!important}}.flag-icon{--flag-bg: linear-gradient(135deg, #e5eef8, #ffffff);width:26px!important;height:18px!important;min-width:26px!important;border-radius:5px!important;border:1px solid rgba(15,23,42,.18)!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;position:relative!important;overflow:hidden!important;background:var(--flag-bg)!important;box-shadow:0 4px 10px #0f172a1a,inset 0 0 0 1px #ffffff73!important;vertical-align:middle!important;flex:0 0 auto!important}.flag-icon>span{position:absolute!important;right:1px!important;bottom:1px!important;padding:0 2px!important;border-radius:3px!important;background:#ffffffdb!important;color:#0f172a!important;font-size:7px!important;line-height:10px!important;font-weight:1000!important;letter-spacing:.02em!important;text-shadow:none!important}.flag-cl{--flag-bg: linear-gradient(180deg, #fff 0 50%, #d52b1e 50% 100%)}.flag-cl:before{content:"";position:absolute;left:0;top:0;width:40%;height:50%;background:#0039a6}.flag-co{--flag-bg: linear-gradient(180deg, #fcd116 0 50%, #003893 50% 75%, #ce1126 75% 100%)}.flag-mx{--flag-bg: linear-gradient(90deg, #006847 0 33%, #fff 33% 66%, #ce1126 66% 100%)}.flag-pe{--flag-bg: linear-gradient(90deg, #d91023 0 33%, #fff 33% 66%, #d91023 66% 100%)}.flag-ec{--flag-bg: linear-gradient(180deg, #ffd100 0 50%, #034ea2 50% 75%, #ed1c24 75% 100%)}.flag-ar{--flag-bg: linear-gradient(180deg, #74acdf 0 33%, #fff 33% 66%, #74acdf 66% 100%)}.flag-uy{--flag-bg: repeating-linear-gradient(180deg, #fff 0 2px, #0038a8 2px 4px)}.flag-py{--flag-bg: linear-gradient(180deg, #d52b1e 0 33%, #fff 33% 66%, #0038a8 66% 100%)}.flag-bo{--flag-bg: linear-gradient(180deg, #d52b1e 0 33%, #f9e300 33% 66%, #007934 66% 100%)}.flag-br{--flag-bg: linear-gradient(135deg, #009c3b, #009c3b)}.flag-br:before{content:"";position:absolute;width:16px;height:10px;background:#ffdf00;transform:rotate(45deg)}.flag-us{--flag-bg: repeating-linear-gradient(180deg, #b22234 0 2px, #fff 2px 4px)}.flag-us:before{content:"";position:absolute;left:0;top:0;width:42%;height:55%;background:#3c3b6e}.flag-es{--flag-bg: linear-gradient(180deg, #aa151b 0 25%, #f1bf00 25% 75%, #aa151b 75% 100%)}.flag-pa{--flag-bg: linear-gradient(90deg, #fff 0 50%, #d21034 50% 100%)}.flag-pa:before{content:"";position:absolute;left:0;bottom:0;width:50%;height:50%;background:#005293}.flag-cr{--flag-bg: linear-gradient(180deg, #002b7f 0 20%, #fff 20% 35%, #ce1126 35% 65%, #fff 65% 80%, #002b7f 80% 100%)}.flag-do{--flag-bg: linear-gradient(90deg, #002d62 0 45%, #fff 45% 55%, #ce1126 55% 100%)}.flag-global,.flag-icon:not([class*=flag-]){--flag-bg: linear-gradient(135deg, #e0f2fe, #bae6fd)}.market-inline,.country-toggle button,.market-list-title,.selected-market-preview{display:inline-flex!important;align-items:center!important;gap:7px!important;min-width:0!important}.market-inline>span:last-child,.country-toggle button>span:not(.flag-icon),.market-list-title{min-width:0!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.active-market-mini .market-inline,.sidebar-profile-meta small .market-inline{max-width:100%!important}.country-toggle button .flag-icon{margin-right:2px!important}.selected-market-preview{width:100%!important;padding:10px 12px!important;border:1px solid var(--line)!important;border-radius:14px!important;background:color-mix(in srgb,var(--accent) 7%,var(--panel-solid))!important;margin:8px 0 12px!important}.selected-market-preview .flag-icon{width:34px!important;height:24px!important;min-width:34px!important}.selected-market-preview strong,.selected-market-preview small{display:block!important;line-height:1.15!important}.selected-market-preview small{color:var(--muted)!important;font-weight:800!important}.market-list-title .flag-icon{width:30px!important;height:21px!important;min-width:30px!important}.market-profile-note b .market-inline{font-size:14px!important;color:var(--text)!important}.market-fields label:has(input[placeholder=MX]) input{text-transform:uppercase!important}.app-sidebar .sidebar-brand-row{grid-template-columns:minmax(0,1fr) 46px!important;gap:10px!important;align-items:center!important;min-width:0!important}.app-sidebar .brand-block.brand-block-logo-only.titan-sidebar-logo-only{display:flex!important;align-items:center!important;justify-content:center!important;width:72px!important;max-width:72px!important;min-width:72px!important;height:62px!important;min-height:62px!important;padding:7px!important;margin:0 auto!important;overflow:hidden!important;border-radius:18px!important;background:linear-gradient(135deg,#e9f8ff,#fff 55%,#dff4ff)!important;border:1px solid #A9D6EA!important;box-shadow:0 8px 22px #0077a31a!important}.app-sidebar .brand-block.brand-block-logo-only.titan-sidebar-logo-only .brand-logo-img,.app-sidebar .brand-block.brand-block-logo-only.titan-sidebar-logo-only .brand-mark{width:52px!important;height:52px!important;min-width:52px!important;min-height:52px!important;max-width:52px!important;max-height:52px!important;padding:2px!important;border-radius:15px!important;object-fit:contain!important;object-position:center!important;background:#fff!important;border:1px solid #9FCFE5!important;box-shadow:none!important}.app-sidebar .brand-block.brand-block-logo-only.titan-sidebar-logo-only .active-market-mini,.app-sidebar .brand-block.brand-block-logo-only.titan-sidebar-logo-only strong,.app-sidebar .brand-block.brand-block-logo-only.titan-sidebar-logo-only span:not(.brand-mark span){display:none!important}.app-sidebar .sidebar-toggle{width:44px!important;min-width:44px!important;height:56px!important;min-height:56px!important;border-radius:16px!important;justify-self:end!important}.app-frame.sidebar-collapsed .app-sidebar .brand-block.brand-block-logo-only.titan-sidebar-logo-only,.app-sidebar.collapsed .brand-block.brand-block-logo-only.titan-sidebar-logo-only{width:52px!important;max-width:52px!important;min-width:52px!important;height:52px!important;min-height:52px!important;padding:5px!important}.app-frame.sidebar-collapsed .app-sidebar .brand-block.brand-block-logo-only.titan-sidebar-logo-only .brand-logo-img,.app-sidebar.collapsed .brand-block.brand-block-logo-only.titan-sidebar-logo-only .brand-logo-img{width:42px!important;height:42px!important;min-width:42px!important;min-height:42px!important}.app-frame.sidebar-expanded{--sidebar-width: clamp(236px, 14.5vw, 276px) !important}.app-frame.sidebar-expanded .app-sidebar{width:var(--sidebar-width)!important;min-width:var(--sidebar-width)!important;max-width:var(--sidebar-width)!important}.app-frame.sidebar-expanded .side-nav button,.app-sidebar.expanded .side-nav button{grid-template-columns:42px minmax(0,1fr)!important;justify-content:start!important;justify-items:start!important;gap:12px!important;padding:0 14px!important}.app-frame.sidebar-expanded .side-nav button b,.app-sidebar.expanded .side-nav button b,.app-frame.sidebar-expanded .sidebar-logout b,.app-sidebar.expanded .sidebar-logout b,.app-frame.sidebar-expanded .sidebar-profile-meta,.app-sidebar.expanded .sidebar-profile-meta{display:block!important;visibility:visible!important;opacity:1!important}.app-frame.sidebar-expanded .sidebar-profile-card,.app-sidebar.expanded .sidebar-profile-card{grid-template-columns:52px minmax(0,1fr)!important;width:100%!important;min-height:66px!important;padding:8px!important}.app-frame.sidebar-expanded .sidebar-logout,.app-sidebar.expanded .sidebar-logout{display:flex!important;align-items:center!important;justify-content:center!important;gap:10px!important;padding:0 14px!important}.elessi-specs-wrap{display:grid!important;gap:8px!important;min-width:0!important}.elessi-sync-note{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:10px!important;padding:9px 12px!important;border:1px solid color-mix(in srgb,var(--accent) 30%,var(--line))!important;border-radius:12px!important;background:color-mix(in srgb,var(--accent) 8%,var(--panel-solid))!important;color:var(--text)!important;font-weight:800!important}.elessi-sync-note strong{color:var(--accent)!important;white-space:nowrap!important}.elessi-sync-note span{color:var(--muted)!important;font-size:.78rem!important;font-weight:750!important;min-width:0!important;overflow:hidden!important;text-overflow:ellipsis!important}.elessi-sync-note code,.elessi-inline-hint code{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace!important;font-size:.74rem!important;background:color-mix(in srgb,var(--panel-solid) 82%,var(--accent))!important;border:1px solid var(--line)!important;border-radius:7px!important;padding:2px 5px!important;color:var(--text)!important}.elessi-inline-hint{display:block!important;margin:4px 0 6px!important;color:var(--accent)!important;font-weight:800!important}.panel-editor.active-content-panel,.panel-editor .editor.card{min-height:0!important;overflow:hidden!important}.panel-editor .editor.card{display:flex!important;flex-direction:column!important;height:100%!important;max-height:100%!important;padding:clamp(10px,1vw,14px)!important}.panel-editor .section-head{flex:0 0 auto!important;margin-bottom:8px!important;align-items:start!important}.panel-editor .section-head h2{max-width:100%!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important;text-overflow:ellipsis!important;font-size:clamp(1rem,1.15vw,1.28rem)!important;line-height:1.12!important;margin-bottom:4px!important}.panel-editor .editor-copy-line{gap:6px!important;min-width:0!important}.panel-editor .editor-copy-line p{max-width:min(58vw,720px)!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.product-edit-overview{flex:0 0 auto!important;display:grid!important;grid-template-columns:90px minmax(0,1fr) minmax(220px,380px)!important;gap:10px!important;align-items:stretch!important;padding:10px!important;margin:8px 0 10px!important;min-height:0!important;max-height:168px!important;overflow:hidden!important}.overview-main-image{width:90px!important;height:90px!important;aspect-ratio:1 / 1!important;align-self:start!important}.overview-main-image img{object-fit:contain!important;object-position:center!important}.overview-info{min-width:0!important;overflow:hidden!important}.overview-info>strong{display:block!important;margin-bottom:6px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.overview-facts{display:grid!important;grid-template-columns:repeat(3,minmax(120px,1fr))!important;gap:6px!important}.overview-facts span{min-height:36px!important;padding:6px 9px!important;overflow:hidden!important}.overview-facts span b,.overview-facts span{line-height:1.15!important}.overview-cats{margin-top:7px!important;display:flex!important;flex-wrap:nowrap!important;overflow:hidden!important;gap:5px!important}.overview-cats em{flex:0 1 auto!important;max-width:180px!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.overview-gallery{min-width:0!important;display:flex!important;align-content:flex-start!important;align-items:center!important;gap:7px!important;overflow-x:auto!important;overflow-y:hidden!important;padding:2px!important;scrollbar-width:thin!important}.overview-gallery button:not(.overview-edit-media){flex:0 0 54px!important;width:54px!important;height:54px!important;min-width:54px!important;aspect-ratio:1 / 1!important}.overview-gallery .overview-edit-media{flex:0 0 auto!important;height:34px!important;min-height:34px!important;padding:0 12px!important;white-space:nowrap!important}.editor-grid-two{flex:0 0 auto!important;margin-top:0!important;gap:8px!important}.editor-grid-two input,.inline-field input,.copy-input-wrap input{min-height:38px!important;height:38px!important}.tabs{flex:0 0 auto!important;margin-top:4px!important;padding:6px 0!important;gap:5px!important}.tabs button{height:28px!important;min-height:28px!important;padding:0 8px!important;font-size:.7rem!important}.html-editor{min-height:0!important;flex:1 1 auto!important}.html-preview{max-height:clamp(180px,30vh,340px)!important;overflow:auto!important}.html-preview table{width:100%!important;border-collapse:collapse!important;table-layout:fixed!important}.html-preview th,.html-preview td{padding:8px 10px!important;word-break:break-word!important}.editor textarea,.html-editor textarea{max-height:clamp(180px,30vh,340px)!important;min-height:150px!important;overflow:auto!important}.editor-footer{flex:0 0 auto!important;margin-top:8px!important;padding-top:8px!important;border-top:1px solid var(--line)!important;background:var(--panel-solid)!important}.editor-footer .btn,.editor-footer .admin-open-chip{min-height:34px!important;height:34px!important;padding:0 12px!important}@media(max-width:1280px){.product-edit-overview{grid-template-columns:86px minmax(0,1fr)!important;max-height:none!important}.overview-gallery{grid-column:1 / -1!important}.overview-facts{grid-template-columns:repeat(2,minmax(110px,1fr))!important}}@media(max-width:780px){.product-edit-overview{grid-template-columns:1fr!important}.overview-main-image{width:120px!important;height:120px!important}.overview-facts{grid-template-columns:1fr!important}.elessi-sync-note{display:grid!important;justify-content:stretch!important}}.panel-editor .editor.card,.active-content-panel.panel-editor>.editor.card{display:flex!important;flex-direction:column!important;min-height:0!important;height:100%!important;max-height:100%!important;overflow:hidden!important}.panel-editor .editor-tab-scroll{flex:1 1 auto!important;min-height:clamp(170px,24vh,420px)!important;max-height:100%!important;overflow-y:auto!important;overflow-x:hidden!important;padding:8px 8px 10px 0!important;margin-top:0!important;scrollbar-gutter:stable!important;border-top:1px solid color-mix(in srgb,var(--line) 78%,transparent)!important}.panel-editor .editor-tab-scroll[data-editor-tab=specs]{display:flex!important;flex-direction:column!important;gap:8px!important}.panel-editor .editor-tab-scroll>*,.panel-editor .editor-tab-scroll .elessi-specs-wrap,.panel-editor .editor-tab-scroll .html-editor{min-height:0!important;min-width:0!important}.panel-editor .editor-tab-scroll .elessi-specs-wrap{flex:1 1 auto!important;display:flex!important;flex-direction:column!important;overflow:hidden!important}.panel-editor .editor-tab-scroll .elessi-sync-note{flex:0 0 auto!important;margin-bottom:0!important}.panel-editor .editor-tab-scroll .html-editor{flex:1 1 auto!important;display:flex!important;flex-direction:column!important;overflow:hidden!important;gap:8px!important}.panel-editor .editor-tab-scroll .html-head{flex:0 0 auto!important}.panel-editor .editor-tab-scroll .html-preview,.panel-editor .editor-tab-scroll .html-editor textarea,.panel-editor .editor-tab-scroll .editor-tab-textarea{flex:1 1 auto!important;min-height:160px!important;max-height:none!important;height:auto!important;overflow:auto!important;scrollbar-gutter:stable!important}.panel-editor .editor-tab-scroll[data-editor-tab=specs] .html-preview,.panel-editor .editor-tab-scroll[data-editor-tab=specs] .html-editor textarea{min-height:clamp(190px,30vh,520px)!important;background:var(--panel-solid)!important}.panel-editor .editor-tab-scroll .html-preview table{min-width:680px!important}.panel-editor .editor-footer{flex:0 0 auto!important;position:sticky!important;bottom:0!important;z-index:8!important;margin-top:8px!important;padding:9px 0 0!important;background:linear-gradient(180deg,color-mix(in srgb,var(--panel-solid) 80%,transparent),var(--panel-solid) 38%)!important;box-shadow:0 -10px 22px color-mix(in srgb,var(--panel-solid) 78%,transparent)!important}.panel-editor .product-edit-overview{flex:0 0 auto!important}@media(max-height:760px){.panel-editor .section-head h2{-webkit-line-clamp:2!important;font-size:clamp(.95rem,1vw,1.16rem)!important}.panel-editor .product-edit-overview{max-height:145px!important;padding:8px!important}.panel-editor .overview-main-image{width:76px!important;height:76px!important}.panel-editor .overview-gallery button:not(.overview-edit-media){flex-basis:48px!important;width:48px!important;height:48px!important}.panel-editor .editor-tab-scroll{min-height:150px!important}}@media(max-width:980px){.panel-editor .editor-tab-scroll .html-preview table{min-width:560px!important}}:root{--v6011-sidebar-seam: clamp(8px, .55vw, 12px)}.app-frame,body[data-app-fit-scale] .app-frame,body[data-app-fit-scale="80"] .app-frame,body[data-app-fit-scale=native] .app-frame{display:grid!important;grid-template-columns:var(--sidebar-width) minmax(0,1fr)!important;column-gap:var(--v6011-sidebar-seam)!important;width:100vw!important;max-width:100vw!important;overflow:hidden!important;box-sizing:border-box!important;isolation:isolate!important}.app-sidebar,body[data-app-fit-scale] .app-sidebar,body[data-app-fit-scale="80"] .app-sidebar,body[data-app-fit-scale=native] .app-sidebar{grid-column:1!important;grid-row:1!important;position:relative!important;z-index:30!important;width:var(--sidebar-width)!important;min-width:var(--sidebar-width)!important;max-width:var(--sidebar-width)!important;transform:none!important;margin:0!important;box-sizing:border-box!important}.app-workspace,body[data-app-fit-scale] .app-workspace,body[data-app-fit-scale="80"] .app-workspace,body[data-app-fit-scale=native] .app-workspace{grid-column:2!important;grid-row:1!important;position:relative!important;z-index:1!important;min-width:0!important;width:100%!important;max-width:100%!important;margin:0!important;transform:none!important;box-sizing:border-box!important;overflow:hidden!important}.app-workspace>*,.fixed-app-grid,.fixed-products-panel,.active-content-panel,.smart-panel{min-width:0!important;box-sizing:border-box!important}.fixed-app-grid,.fixed-app-grid.active-products,.fixed-app-grid.active-source,.fixed-app-grid.active-editor,.fixed-app-grid.active-media,.fixed-app-grid.active-categories,.fixed-app-grid.active-attributes{width:100%!important;max-width:100%!important;margin:0!important;transform:none!important}.fixed-products-panel,.fixed-app-grid>.fixed-products-panel{position:relative!important;left:auto!important;right:auto!important;transform:none!important;margin:0!important;padding-left:clamp(12px,.85vw,16px)!important;padding-right:clamp(10px,.75vw,14px)!important;overflow:hidden!important}.fixed-products-panel .eyebrow,.fixed-products-panel h2,.fixed-products-panel .product-count,.fixed-products-panel .panel-top{max-width:100%!important;overflow:hidden!important;text-overflow:ellipsis!important}.app-topbar,.metric-strip,.control-dock,.active-content-panel{max-width:100%!important;overflow-x:hidden!important}@media(max-width:900px){.app-frame,body[data-app-fit-scale] .app-frame,body[data-app-fit-scale="80"] .app-frame,body[data-app-fit-scale=native] .app-frame{column-gap:6px!important}.fixed-products-panel,.fixed-app-grid>.fixed-products-panel{padding-left:10px!important}}.panel-editor .editor.card,.active-content-panel.panel-editor>.editor.card{overflow:hidden!important}.panel-editor .editor-tab-scroll[data-editor-tab=specs]{flex:1 1 0!important;min-height:0!important;height:auto!important;max-height:none!important;overflow:hidden!important;padding:8px 0 0!important;margin-top:0!important}.panel-editor .editor-tab-scroll[data-editor-tab=specs] .elessi-specs-wrap{flex:1 1 0!important;min-height:0!important;height:100%!important;max-height:100%!important;display:flex!important;flex-direction:column!important;overflow:hidden!important;gap:8px!important}.panel-editor .elessi-specs-inner-scroll{flex:1 1 0!important;min-height:120px!important;max-height:100%!important;overflow:hidden!important;display:flex!important;flex-direction:column!important}.panel-editor .elessi-specs-inner-scroll .html-editor{flex:1 1 0!important;min-height:0!important;max-height:100%!important;display:flex!important;flex-direction:column!important;overflow:hidden!important}.panel-editor .elessi-specs-inner-scroll .html-head{flex:0 0 auto!important}.panel-editor .elessi-specs-inner-scroll .html-preview,.panel-editor .elessi-specs-inner-scroll .html-editor textarea{flex:1 1 0!important;min-height:118px!important;height:auto!important;max-height:none!important;overflow-y:auto!important;overflow-x:auto!important;scrollbar-gutter:stable both-edges!important;padding-bottom:76px!important;overscroll-behavior:contain!important}.panel-editor .elessi-specs-inner-scroll .html-preview table{width:100%!important;min-width:720px!important;table-layout:fixed!important}.panel-editor .editor-footer{position:sticky!important;bottom:0!important;z-index:20!important;flex:0 0 auto!important;margin-top:6px!important;padding:9px 0 0!important;min-height:48px!important;background:linear-gradient(180deg,color-mix(in srgb,var(--panel-solid) 72%,transparent),var(--panel-solid) 34%)!important;box-shadow:0 -14px 26px color-mix(in srgb,var(--panel-solid) 86%,transparent)!important}@media(max-height:760px){.panel-editor .editor-tab-scroll[data-editor-tab=specs] .elessi-sync-note{padding:7px 10px!important;min-height:34px!important}.panel-editor .elessi-specs-inner-scroll .html-preview,.panel-editor .elessi-specs-inner-scroll .html-editor textarea{min-height:105px!important;padding-bottom:82px!important}}@media(min-height:900px){.panel-editor .elessi-specs-inner-scroll .html-preview,.panel-editor .elessi-specs-inner-scroll .html-editor textarea{min-height:220px!important}}.panel-editor .editor.card,.active-content-panel.panel-editor>.editor.card{display:flex!important;flex-direction:column!important;height:100%!important;max-height:100%!important;min-height:0!important;overflow:hidden!important;gap:8px!important}.panel-editor .editor.card>.edited-banner,.panel-editor .editor.card>.section-head,.panel-editor .editor.card>.product-edit-overview,.panel-editor .editor.card>.editor-grid-two,.panel-editor .editor.card>.tabs,.panel-editor .editor.card>.editor-footer{flex:0 0 auto!important;min-height:0!important}.panel-editor .editor.card>.editor-tab-scroll{flex:1 1 0!important;min-height:clamp(150px,24vh,260px)!important;max-height:none!important;height:auto!important;overflow:hidden!important;padding:10px!important;margin:0!important;border:1px solid color-mix(in srgb,var(--line) 88%,transparent)!important;border-radius:16px!important;background:color-mix(in srgb,var(--panel-solid) 95%,var(--accent) 5%)!important;scrollbar-gutter:stable both-edges!important}.panel-editor .editor.card>.editor-tab-scroll>.html-editor,.panel-editor .editor.card>.editor-tab-scroll>.shipping-grid,.panel-editor .editor.card>.editor-tab-scroll>.attr-grid,.panel-editor .editor.card>.editor-tab-scroll>.editor-grid-two,.panel-editor .editor.card>.editor-tab-scroll>.editor-tab-textarea,.panel-editor .editor.card>.editor-tab-scroll>.elessi-specs-wrap{height:100%!important;max-height:100%!important;min-height:0!important;overflow:auto!important;padding-right:4px!important;scrollbar-gutter:stable both-edges!important;overscroll-behavior:contain!important}.panel-editor .editor.card>.editor-tab-scroll>.html-editor,.panel-editor .editor.card>.editor-tab-scroll .elessi-specs-inner-scroll .html-editor{display:flex!important;flex-direction:column!important;gap:8px!important;overflow:hidden!important}.panel-editor .editor.card>.editor-tab-scroll .html-head{flex:0 0 auto!important}.panel-editor .editor.card>.editor-tab-scroll .html-preview,.panel-editor .editor.card>.editor-tab-scroll .html-editor textarea,.panel-editor .editor.card>.editor-tab-scroll>.editor-tab-textarea{flex:1 1 0!important;min-height:0!important;height:100%!important;max-height:none!important;overflow:auto!important;padding-bottom:18px!important;scrollbar-gutter:stable both-edges!important}.panel-editor .editor.card>.editor-tab-scroll .shipping-grid,.panel-editor .editor.card>.editor-tab-scroll .attr-grid,.panel-editor .editor.card>.editor-tab-scroll .editor-grid-two{align-content:start!important}.panel-editor .editor.card>.editor-tab-scroll[data-editor-tab=specs]{display:flex!important;flex-direction:column!important;gap:8px!important;overflow:hidden!important}.panel-editor .editor.card>.editor-tab-scroll[data-editor-tab=specs] .elessi-specs-wrap{display:flex!important;flex-direction:column!important;gap:8px!important;overflow:hidden!important}.panel-editor .editor.card>.editor-tab-scroll[data-editor-tab=specs] .elessi-sync-note{flex:0 0 auto!important}.panel-editor .editor.card>.editor-tab-scroll[data-editor-tab=specs] .elessi-specs-inner-scroll{flex:1 1 0!important;min-height:0!important;height:auto!important;max-height:none!important;overflow:hidden!important;display:flex!important;flex-direction:column!important}.panel-editor .editor.card>.editor-tab-scroll[data-editor-tab=specs] .html-preview,.panel-editor .editor.card>.editor-tab-scroll[data-editor-tab=specs] .html-editor textarea{min-height:0!important;height:auto!important;max-height:none!important;padding-bottom:18px!important}.panel-editor .editor.card>.editor-footer{position:relative!important;bottom:auto!important;z-index:5!important;margin-top:0!important;padding:8px 0 0!important;background:var(--panel-solid)!important;box-shadow:none!important;border-top:1px solid var(--line)!important}@media(max-height:760px){.panel-editor .editor.card{gap:6px!important}.panel-editor .editor.card>.editor-tab-scroll{min-height:130px!important;padding:8px!important}.panel-editor .editor.card>.product-edit-overview{max-height:135px!important}}@media(min-height:900px){.panel-editor .editor.card>.editor-tab-scroll{min-height:clamp(220px,34vh,460px)!important}}.panel-editor.active-content-panel,.active-content-panel.panel-editor{display:flex!important;flex-direction:column!important;min-height:0!important;height:100%!important;overflow:hidden!important}.panel-editor .editor.card,.active-content-panel.panel-editor>.editor.card,.panel-editor .editor.fade-in,.active-content-panel.panel-editor>.editor.fade-in{display:flex!important;flex-direction:column!important;height:100%!important;max-height:100%!important;min-height:0!important;overflow:hidden!important;gap:8px!important;padding:10px!important}.panel-editor .editor.card>.edited-banner,.panel-editor .editor.card>.section-head,.panel-editor .editor.fade-in>.edited-banner,.panel-editor .editor.fade-in>.section-head{flex:0 0 auto!important;min-height:0!important;margin:0!important}.panel-editor .section-head{padding:0!important;gap:10px!important;align-items:start!important}.panel-editor .section-head h2{display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important;line-height:1.08!important;max-height:2.2em!important}.panel-editor .section-head .editor-copy-line{min-height:0!important;margin-top:6px!important}.panel-editor .editor-body-scroll{flex:1 1 auto!important;min-height:0!important;height:auto!important;max-height:none!important;overflow-y:auto!important;overflow-x:hidden!important;display:flex!important;flex-direction:column!important;gap:9px!important;padding:0 8px 8px 0!important;margin:0!important;scrollbar-gutter:stable both-edges!important;overscroll-behavior:contain!important}.panel-editor .editor-body-scroll>.product-edit-overview,.panel-editor .editor-body-scroll>.editor-grid-two,.panel-editor .editor-body-scroll>.tabs{flex:0 0 auto!important;min-height:0!important;margin:0!important}.panel-editor .editor-body-scroll>.product-edit-overview{max-height:none!important;overflow:visible!important}.panel-editor .editor-body-scroll>.editor-tab-scroll{flex:0 0 auto!important;min-height:270px!important;height:clamp(270px,37vh,500px)!important;max-height:clamp(270px,37vh,500px)!important;overflow-y:auto!important;overflow-x:hidden!important;padding:12px!important;margin:0!important;border:1px solid color-mix(in srgb,var(--line) 92%,transparent)!important;border-radius:16px!important;background:color-mix(in srgb,var(--panel-solid) 96%,var(--accent) 4%)!important;scrollbar-gutter:stable both-edges!important;overscroll-behavior:contain!important}.panel-editor .editor-body-scroll>.editor-tab-scroll>.html-editor,.panel-editor .editor-body-scroll>.editor-tab-scroll>.shipping-grid,.panel-editor .editor-body-scroll>.editor-tab-scroll>.attr-grid,.panel-editor .editor-body-scroll>.editor-tab-scroll>.editor-grid-two,.panel-editor .editor-body-scroll>.editor-tab-scroll>.editor-tab-textarea,.panel-editor .editor-body-scroll>.editor-tab-scroll>.elessi-specs-wrap{min-height:100%!important;height:auto!important;max-height:none!important;overflow:visible!important}.panel-editor .editor-body-scroll>.editor-tab-scroll .html-editor{display:flex!important;flex-direction:column!important;gap:8px!important;min-height:100%!important;overflow:visible!important}.panel-editor .editor-body-scroll>.editor-tab-scroll .html-head{flex:0 0 auto!important}.panel-editor .editor-body-scroll>.editor-tab-scroll .html-preview,.panel-editor .editor-body-scroll>.editor-tab-scroll .html-editor textarea,.panel-editor .editor-body-scroll>.editor-tab-scroll>.editor-tab-textarea{flex:1 1 auto!important;min-height:220px!important;height:auto!important;max-height:none!important;overflow:auto!important;padding-bottom:18px!important;scrollbar-gutter:stable both-edges!important}.panel-editor .editor-body-scroll>.editor-tab-scroll[data-editor-tab=specs] .elessi-specs-wrap{display:flex!important;flex-direction:column!important;gap:10px!important;min-height:100%!important;overflow:visible!important}.panel-editor .editor-body-scroll>.editor-tab-scroll[data-editor-tab=specs] .elessi-sync-note{flex:0 0 auto!important;margin:0!important}.panel-editor .editor-body-scroll>.editor-tab-scroll[data-editor-tab=specs] .elessi-specs-inner-scroll{flex:1 1 auto!important;min-height:220px!important;height:auto!important;max-height:none!important;overflow:visible!important;display:flex!important;flex-direction:column!important}.panel-editor .editor-body-scroll>.editor-tab-scroll[data-editor-tab=specs] .html-preview table{width:100%!important;min-width:720px!important;table-layout:fixed!important}.panel-editor .editor.card>.editor-footer,.panel-editor .editor.fade-in>.editor-footer{flex:0 0 auto!important;position:relative!important;bottom:auto!important;z-index:8!important;min-height:50px!important;margin:0!important;padding:8px 0 0!important;border-top:1px solid var(--line)!important;background:var(--panel-solid)!important;box-shadow:0 -8px 18px color-mix(in srgb,var(--panel-solid) 90%,transparent)!important}@media(max-height:780px)and (min-width:900px){.panel-editor .editor.card,.panel-editor .editor.fade-in{gap:6px!important;padding:8px!important}.panel-editor .editor-body-scroll{gap:7px!important;padding-right:7px!important}.panel-editor .editor-body-scroll>.editor-tab-scroll{min-height:210px!important;height:clamp(210px,31vh,360px)!important;max-height:clamp(210px,31vh,360px)!important;padding:10px!important}.panel-editor .editor-body-scroll>.editor-tab-scroll .html-preview,.panel-editor .editor-body-scroll>.editor-tab-scroll .html-editor textarea,.panel-editor .editor-body-scroll>.editor-tab-scroll>.editor-tab-textarea,.panel-editor .editor-body-scroll>.editor-tab-scroll[data-editor-tab=specs] .elessi-specs-inner-scroll{min-height:175px!important}.panel-editor .product-edit-overview{max-height:none!important}}.panel-categories.active-content-panel,.active-content-panel.panel-categories{display:flex!important;flex-direction:column!important;height:100%!important;min-height:0!important;overflow:hidden!important}.panel-categories .category-panel.card,.active-content-panel.panel-categories>.category-panel.card,.panel-categories .category-accordion-panel{display:flex!important;flex-direction:column!important;height:100%!important;max-height:100%!important;min-height:0!important;overflow:hidden!important;padding:14px!important;gap:10px!important}.panel-categories .category-panel>.section-head{flex:0 0 auto!important;margin:0!important;padding:0 2px 8px!important;border-bottom:1px solid color-mix(in srgb,var(--line) 85%,transparent)!important}.category-panel-body-scroll{flex:1 1 auto!important;min-height:0!important;max-height:100%!important;overflow-y:auto!important;overflow-x:hidden!important;display:flex!important;flex-direction:column!important;gap:10px!important;padding:0 8px 10px 0!important;scrollbar-gutter:stable both-edges!important;overscroll-behavior:contain!important}.category-panel-body-scroll>.selected-cats-summary,.category-panel-body-scroll>.selected-cats-chips,.category-panel-body-scroll>.create-category-box,.category-panel-body-scroll>.category-actions,.category-panel-body-scroll>.empty.mini{flex:0 0 auto!important;min-height:0!important;margin:0!important}.category-panel-body-scroll .selected-cats-summary{min-height:44px!important;align-items:center!important}.category-panel-body-scroll .selected-cats-chips{max-height:82px!important;overflow-y:auto!important;overflow-x:hidden!important;padding-right:4px!important}.category-panel-body-scroll .create-category-box{grid-template-columns:minmax(180px,1fr) minmax(220px,1.15fr) minmax(92px,auto)!important;gap:8px!important}.category-panel-body-scroll .category-actions{gap:8px!important}.category-panel-body-scroll .category-actions input{flex:1 1 320px!important;min-width:180px!important}.category-panel-body-scroll .recommend-box{flex:0 1 auto!important;min-height:0!important;max-height:clamp(190px,29vh,360px)!important;overflow-y:auto!important;overflow-x:hidden!important;margin:0!important;padding:12px!important;scrollbar-gutter:stable both-edges!important}.category-panel-body-scroll .recommend-chip-grid{display:grid!important;grid-template-columns:1fr!important;gap:8px!important;min-height:0!important}.category-panel-body-scroll .recommend-card{display:grid!important;grid-template-columns:minmax(0,1fr) auto minmax(96px,auto)!important;align-items:center!important;gap:10px!important;min-height:0!important;padding:10px!important}.category-panel-body-scroll .recommend-card p{margin:3px 0 0!important;line-height:1.25!important}.category-panel-body-scroll .recommend-card .btn{width:auto!important;min-width:96px!important;justify-content:center!important}.category-panel-body-scroll .category-tree{flex:1 1 auto!important;min-height:clamp(210px,34vh,470px)!important;max-height:none!important;overflow:auto!important;margin:0!important;padding:8px!important;border:1px solid color-mix(in srgb,var(--line) 88%,transparent)!important;border-radius:16px!important;background:color-mix(in srgb,var(--panel-solid) 96%,var(--accent) 4%)!important;scrollbar-gutter:stable both-edges!important}.category-panel-body-scroll .tree-category-row{min-width:0!important;max-width:100%!important}.category-panel-body-scroll .cat-main{min-width:0!important;overflow:hidden!important}.category-panel-body-scroll .cat-main b,.category-panel-body-scroll .cat-main em{overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.panel-source.active-content-panel,.panel-media.active-content-panel,.panel-attributes.active-content-panel{display:flex!important;flex-direction:column!important;height:100%!important;min-height:0!important;overflow:hidden!important}.panel-source .supplier-panel,.panel-media .media-panel,.panel-attributes .attribute-panel{height:100%!important;max-height:100%!important;min-height:0!important;overflow-y:auto!important;overflow-x:hidden!important;padding-right:10px!important;scrollbar-gutter:stable both-edges!important;overscroll-behavior:contain!important}.panel-attributes .attr-grid,.panel-attributes .terms-table-wrap,.panel-source .supplier-grid,.panel-media .gallery-row,.panel-media .media-main{min-height:0!important;max-width:100%!important}@media(max-width:1100px),(max-height:760px){.category-panel-body-scroll .create-category-box{grid-template-columns:1fr!important}.category-panel-body-scroll .recommend-card{grid-template-columns:minmax(0,1fr) auto!important}.category-panel-body-scroll .recommend-card .btn{grid-column:1 / -1!important;width:100%!important}.category-panel-body-scroll .category-tree{min-height:180px!important}}.control-dock,.control-dock.glass-panel{overflow:visible!important;gap:10px!important}.country-toggle.compact-toggle{display:flex!important;align-items:center!important;gap:8px!important;min-width:0!important;max-width:100%!important;overflow:visible!important}.country-toggle.compact-toggle button{height:42px!important;min-width:96px!important;max-width:190px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;overflow:hidden!important;white-space:nowrap!important}.country-toggle.compact-toggle button span:not(.flag-icon span){overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.country-toggle.compact-toggle .add-market-btn{min-width:116px!important;max-width:130px!important}.fixed-app-grid .toolbar-search input,.control-dock input{min-width:180px!important}.attr-order-row{grid-template-columns:auto minmax(0,1fr) auto!important;align-items:center!important;gap:10px!important}.attr-order-row>span{min-width:0!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.attr-order-actions{display:inline-flex!important;align-items:center!important;gap:6px!important;flex-wrap:wrap!important;justify-content:flex-end!important}.attr-order-actions button{min-height:30px!important;padding:6px 9px!important;border-radius:10px!important;border:1px solid color-mix(in srgb,var(--line) 82%,var(--accent) 18%)!important;background:color-mix(in srgb,var(--panel-solid) 92%,var(--accent) 8%)!important;color:var(--text)!important;font-weight:800!important}.attr-order-actions button:disabled{opacity:.42!important;cursor:not-allowed!important}.attr-delete-head:after{content:"Orden WooCommerce: usa Subir/Bajar y luego Guardar producto";display:block;font-size:11px;color:var(--muted);font-weight:700;margin-top:3px}@media(max-width:1120px),(max-height:760px){.country-toggle.compact-toggle button{min-width:82px!important;max-width:138px!important;padding-inline:10px!important}.country-toggle.compact-toggle .add-market-btn{min-width:96px!important}.attr-order-row{grid-template-columns:auto minmax(0,1fr)!important}.attr-order-actions{grid-column:1 / -1!important;justify-content:flex-start!important;padding-left:24px!important}}.category-panel-body-scroll .recommend-box.has-recommendations,.category-panel-body-scroll .recommend-box:has(.recommend-card){flex:0 0 auto!important;min-height:clamp(238px,30vh,340px)!important;max-height:clamp(238px,34vh,380px)!important;overflow-y:auto!important;overflow-x:hidden!important;display:flex!important;flex-direction:column!important;gap:10px!important}.category-panel-body-scroll .recommend-box.has-recommendations>strong,.category-panel-body-scroll .recommend-box:has(.recommend-card)>strong{flex:0 0 auto!important;display:block!important;line-height:1.25!important}.category-panel-body-scroll .recommend-box.has-recommendations .recommend-chip-grid,.category-panel-body-scroll .recommend-box:has(.recommend-card) .recommend-chip-grid{flex:1 1 auto!important;min-height:0!important;overflow-y:auto!important;overflow-x:hidden!important;padding-right:4px!important;scrollbar-gutter:stable!important}.category-panel-body-scroll .recommend-box.has-recommendations .recommend-card,.category-panel-body-scroll .recommend-box:has(.recommend-card) .recommend-card{min-height:74px!important;align-items:center!important;background:color-mix(in srgb,var(--panel-solid) 96%,var(--accent) 4%)!important}.category-panel-body-scroll .category-tree{flex:0 0 auto!important;min-height:clamp(220px,30vh,430px)!important}@media(max-height:760px){.category-panel-body-scroll .recommend-box.has-recommendations,.category-panel-body-scroll .recommend-box:has(.recommend-card){min-height:212px!important;max-height:260px!important}.category-panel-body-scroll .recommend-box.has-recommendations .recommend-card,.category-panel-body-scroll .recommend-box:has(.recommend-card) .recommend-card{min-height:68px!important}}:root{--v60-zoom-popover-safe-x: 0px}@media(min-width:1600px)and (max-width:3100px){:root{--v60-zoom-popover-safe-x: clamp(170px, 10vw, 285px)}.app-topbar{grid-template-columns:minmax(360px,1fr) auto!important}.app-topbar .topbar-actions{padding-right:var(--v60-zoom-popover-safe-x)!important;max-width:100%!important}.app-topbar .topbar-actions .btn,.app-topbar .topbar-actions button,.app-topbar .spotlight-btn{flex:0 0 auto!important}}@media(min-width:3101px){.app-topbar .topbar-actions{padding-right:0!important}}@media(max-width:1550px){:root{--v60-zoom-popover-safe-x: 0px}.app-topbar .topbar-actions{padding-right:0!important}}@media(min-width:1600px)and (max-width:2600px){.app-workspace{gap:10px!important}.app-topbar{min-height:66px!important;padding-top:8px!important;padding-bottom:8px!important}.metric-strip .stat-pill{padding-top:7px!important;padding-bottom:7px!important}.control-dock,.control-dock.glass-panel{margin-top:2px!important}}:root{--v60-header-row-gap: clamp(14px, 1.05vh, 22px);--v60-header-topbar-h: clamp(76px, 7.6vh, 92px);--v60-header-metrics-h: clamp(52px, 5.8vh, 64px);--v60-header-toolbar-min-h: clamp(54px, 6vh, 68px)}.app-workspace,body[data-app-fit-scale] .app-workspace,body[data-app-fit-scale="80"] .app-workspace,body[data-app-fit-scale=native] .app-workspace{grid-template-rows:minmax(var(--v60-header-topbar-h),auto) minmax(var(--v60-header-metrics-h),auto) minmax(var(--v60-header-toolbar-min-h),auto) minmax(0,1fr)!important;row-gap:var(--v60-header-row-gap)!important;column-gap:var(--v606-gap, 10px)!important;padding-top:clamp(12px,1vh,18px)!important}.app-topbar.glass-panel,.metric-strip,.control-dock.glass-panel{position:relative!important;top:auto!important;margin:0!important;transform:none!important;z-index:auto!important}.app-topbar.glass-panel{min-height:var(--v60-header-topbar-h)!important;height:auto!important;max-height:none!important;padding:clamp(12px,.9vh,16px) clamp(16px,1.25vw,24px)!important;overflow:visible!important;align-items:center!important;box-shadow:0 16px 30px #0714260e!important}.app-topbar .topbar-title,.app-topbar .topbar-title-branded{min-height:52px!important;align-items:center!important;gap:12px!important}.app-topbar .topbar-logo{width:44px!important;height:44px!important;min-width:44px!important;flex:0 0 44px!important}.app-topbar .topbar-title .eyebrow{display:block!important;line-height:1!important;margin-bottom:3px!important}.app-topbar .topbar-title h1{display:block!important;line-height:1.12!important;margin:0!important;padding:0!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.app-topbar .topbar-title p{line-height:1.25!important;margin:3px 0 0!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.metric-strip{min-height:var(--v60-header-metrics-h)!important;height:auto!important;max-height:none!important;overflow:visible!important;align-items:stretch!important}.metric-strip .stat-pill{min-height:var(--v60-header-metrics-h)!important;height:auto!important;padding:10px 14px!important;display:grid!important;align-content:center!important;box-shadow:0 10px 22px #0714260b!important}.control-dock.glass-panel{min-height:var(--v60-header-toolbar-min-h)!important;height:auto!important;max-height:none!important;padding:10px 12px!important;align-items:center!important;overflow:visible!important;box-shadow:0 14px 28px #0714260e!important}@media(min-width:1900px){:root{--v60-header-row-gap: 18px;--v60-header-topbar-h: 84px;--v60-header-metrics-h: 58px;--v60-header-toolbar-min-h: 60px}}@media(max-height:820px){:root{--v60-header-row-gap: 12px;--v60-header-topbar-h: 72px;--v60-header-metrics-h: 50px;--v60-header-toolbar-min-h: 54px}.app-topbar.glass-panel{padding-top:10px!important;padding-bottom:10px!important}.metric-strip .stat-pill,.control-dock.glass-panel{padding-top:8px!important;padding-bottom:8px!important}}@media(max-width:1150px){.app-workspace,body[data-app-fit-scale] .app-workspace,body[data-app-fit-scale="80"] .app-workspace,body[data-app-fit-scale=native] .app-workspace{row-gap:10px!important}.app-topbar.glass-panel{grid-template-columns:minmax(0,1fr)!important}.app-topbar .topbar-actions{justify-content:flex-start!important;padding-right:0!important}}.panel-categories .category-panel-body-scroll .recommend-box,.active-content-panel.panel-categories .category-panel-body-scroll .recommend-box{flex:0 0 auto!important;min-height:clamp(300px,34vh,430px)!important;max-height:clamp(300px,42vh,520px)!important;overflow:hidden!important;display:flex!important;flex-direction:column!important;gap:12px!important;padding:14px!important;margin:0!important}.panel-categories .category-panel-body-scroll .recommend-box>strong,.active-content-panel.panel-categories .category-panel-body-scroll .recommend-box>strong{flex:0 0 auto!important;display:block!important;line-height:1.25!important;margin:0!important;padding:0 2px!important}.panel-categories .category-panel-body-scroll .recommend-chip-grid,.active-content-panel.panel-categories .category-panel-body-scroll .recommend-chip-grid{flex:1 1 auto!important;min-height:0!important;overflow-y:auto!important;overflow-x:hidden!important;display:flex!important;flex-direction:column!important;gap:14px!important;padding:0 8px 6px 0!important;scrollbar-gutter:stable!important}.panel-categories .category-panel-body-scroll .recommend-card,.active-content-panel.panel-categories .category-panel-body-scroll .recommend-card{flex:0 0 auto!important;min-height:122px!important;height:auto!important;display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;grid-template-areas:"info score" "apply apply"!important;align-items:start!important;gap:10px 12px!important;padding:14px!important;overflow:visible!important;border-radius:18px!important;background:color-mix(in srgb,var(--panel-solid) 97%,var(--accent) 3%)!important;border:1px solid color-mix(in srgb,var(--line) 78%,var(--accent) 22%)!important}.panel-categories .category-panel-body-scroll .recommend-card>div,.active-content-panel.panel-categories .category-panel-body-scroll .recommend-card>div{grid-area:info!important;min-width:0!important}.panel-categories .category-panel-body-scroll .recommend-card>div b,.active-content-panel.panel-categories .category-panel-body-scroll .recommend-card>div b{display:block!important;white-space:normal!important;overflow:visible!important;text-overflow:clip!important;line-height:1.25!important}.panel-categories .category-panel-body-scroll .recommend-card p,.active-content-panel.panel-categories .category-panel-body-scroll .recommend-card p{margin:5px 0 0!important;line-height:1.3!important;min-height:18px!important}.panel-categories .category-panel-body-scroll .recommend-card small,.active-content-panel.panel-categories .category-panel-body-scroll .recommend-card small{grid-area:score!important;align-self:start!important;justify-self:end!important;white-space:nowrap!important;padding-top:2px!important}.panel-categories .category-panel-body-scroll .recommend-card .btn,.active-content-panel.panel-categories .category-panel-body-scroll .recommend-card .btn{grid-area:apply!important;width:100%!important;min-width:0!important;min-height:42px!important;height:42px!important;padding:0 12px!important;align-self:stretch!important;justify-self:stretch!important;position:relative!important;z-index:0!important}.panel-categories .category-panel-body-scroll .category-tree{flex:1 1 auto!important;min-height:clamp(220px,28vh,430px)!important}@media(max-height:760px){.panel-categories .category-panel-body-scroll .recommend-box,.active-content-panel.panel-categories .category-panel-body-scroll .recommend-box{min-height:270px!important;max-height:340px!important}.panel-categories .category-panel-body-scroll .recommend-card,.active-content-panel.panel-categories .category-panel-body-scroll .recommend-card{min-height:116px!important;padding:12px!important}}:root{--v6016-center-min-h: 660px;--v6016-center-scroll-pad: clamp(10px, .75vw, 16px)}.app-frame,body[data-app-fit-scale] .app-frame,body[data-app-fit-scale="80"] .app-frame,body[data-app-fit-scale=native] .app-frame{height:100dvh!important;min-height:100dvh!important;max-height:100dvh!important;overflow:hidden!important}.app-sidebar,body[data-app-fit-scale] .app-sidebar,body[data-app-fit-scale="80"] .app-sidebar,body[data-app-fit-scale=native] .app-sidebar{height:100dvh!important;max-height:100dvh!important;overflow:hidden!important}.app-workspace,body[data-app-fit-scale] .app-workspace,body[data-app-fit-scale="80"] .app-workspace,body[data-app-fit-scale=native] .app-workspace{height:100dvh!important;min-height:0!important;max-height:100dvh!important;overflow:hidden!important;display:grid!important;grid-template-rows:auto auto auto minmax(0,1fr)!important;align-content:stretch!important}.app-topbar,.metric-strip,.control-dock.glass-panel{flex:0 0 auto!important;position:relative!important;z-index:12!important}.fixed-app-grid,.fixed-app-grid.active-products,.fixed-app-grid.active-source,.fixed-app-grid.active-editor,.fixed-app-grid.active-media,.fixed-app-grid.active-categories,.fixed-app-grid.active-attributes{min-height:0!important;height:100%!important;max-height:100%!important;overflow-y:auto!important;overflow-x:hidden!important;padding:0 var(--v6016-center-scroll-pad) var(--v6016-center-scroll-pad) 0!important;scrollbar-gutter:stable both-edges!important;overscroll-behavior:contain!important;align-items:start!important}.fixed-app-grid>.smart-panel,.fixed-app-grid>.fixed-products-panel,.fixed-app-grid>.active-content-panel{height:auto!important;min-height:var(--v6016-center-min-h)!important;max-height:none!important;align-self:start!important}.fixed-products-panel,.active-content-panel{overflow:hidden!important}.fixed-products-panel .product-grid,.fixed-app-grid .panel-products .product-grid,.active-content-panel>.editor,.active-content-panel>.product-v65,.active-content-panel>.media-panel,.active-content-panel>.supplier-panel,.active-content-panel>.category-panel,.active-content-panel>.attribute-panel,.active-content-panel>.product-representation{min-height:0!important;max-height:calc(var(--v6016-center-min-h) - 64px)!important}@media(min-height:910px){:root{--v6016-center-min-h: 0px}.fixed-app-grid>.smart-panel,.fixed-app-grid>.fixed-products-panel,.fixed-app-grid>.active-content-panel{height:100%!important;min-height:0!important;align-self:stretch!important}.fixed-products-panel .product-grid,.fixed-app-grid .panel-products .product-grid,.active-content-panel>.editor,.active-content-panel>.product-v65,.active-content-panel>.media-panel,.active-content-panel>.supplier-panel,.active-content-panel>.category-panel,.active-content-panel>.attribute-panel,.active-content-panel>.product-representation{max-height:100%!important}}@media(max-height:780px)and (min-width:900px){:root{--v6016-center-min-h: 640px}.fixed-app-grid,.fixed-app-grid.active-products,.fixed-app-grid.active-source,.fixed-app-grid.active-editor,.fixed-app-grid.active-media,.fixed-app-grid.active-categories,.fixed-app-grid.active-attributes{scroll-padding-top:0!important}}.sound-matrix-card{min-width:0!important}.sound-action-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;margin-top:12px!important}.sound-action-grid button{-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important;border:1px solid rgba(12,111,170,.24)!important;background:#f7fcfff5!important;color:#0f243b!important;border-radius:14px!important;padding:12px!important;text-align:left!important;display:grid!important;gap:5px!important;min-height:76px!important;cursor:pointer!important}.sound-action-grid button strong{font-size:.92rem!important;font-weight:900!important}.sound-action-grid button small{font-size:.76rem!important;line-height:1.25!important;color:#5d6c82!important}.sound-action-grid button.active{background:linear-gradient(135deg,#0076b6,#006bff)!important;border-color:#0076b6!important;color:#fff!important;box-shadow:0 14px 28px #006cff2e!important}.sound-action-grid button.active small{color:#ffffffd1!important}.sound-matrix-actions{display:flex!important;flex-wrap:wrap!important;gap:8px!important;margin-top:14px!important}@media(max-width:980px){.sound-action-grid{grid-template-columns:1fr!important}}.product-card.edited-product{position:relative!important;border-color:#22c55e75!important;box-shadow:0 14px 34px #22c55e1a,0 0 0 1px #22c55e1a inset!important}.product-card.edited-product:before{content:"ACTUALIZADO";position:absolute;top:10px;left:10px;z-index:6;padding:4px 7px;border-radius:999px;background:linear-gradient(135deg,#16a34a,#22c55e);color:#fff;font-size:9px;font-weight:950;letter-spacing:.04em;box-shadow:0 8px 18px #16a34a47;pointer-events:none}.edited-checkmark{position:absolute;right:8px;top:8px;z-index:7;width:30px;height:30px;display:grid;place-items:center;border-radius:999px;background:linear-gradient(135deg,#16a34a,#22c55e);color:#fff;border:2px solid rgba(255,255,255,.92);font-size:17px;line-height:1;font-weight:1000;box-shadow:0 10px 24px #16a34a52}.product-image{position:relative!important}.product-card.edited-product .product-image b{right:auto!important;left:8px!important;bottom:8px!important}.product-card.edited-product .edited-pill{background:linear-gradient(135deg,#16a34a2e,#22c55e1f)!important;color:#047857!important;border-color:#16a34a57!important;box-shadow:0 0 0 1px #16a34a14 inset!important}body[data-theme=dark] .product-card.edited-product .edited-pill{color:#86efac!important}.panel-editor .edited-banner{border-color:#16a34a61!important;box-shadow:0 14px 32px #16a34a14!important}.source-safety-note{display:flex!important;align-items:flex-start!important;gap:10px!important;padding:10px 12px!important;margin:10px 0 14px!important;border:1px solid rgba(0,107,255,.18)!important;background:linear-gradient(135deg,#e6f7fff2,#ffffffeb)!important;border-radius:14px!important;color:#17324d!important}.source-safety-note strong{color:#0057c8!important;white-space:nowrap!important}.source-safety-note span{font-size:12px!important;line-height:1.35!important}.source-inbox{margin-top:14px!important;padding:14px!important;border-radius:18px!important;border:1px solid rgba(0,107,255,.22)!important;background:linear-gradient(180deg,#fffffffa,#f5fbfff5)!important;box-shadow:0 14px 32px #07142614!important;color:#102033!important}.source-inbox-head{display:flex!important;justify-content:space-between!important;align-items:flex-start!important;gap:12px!important;margin-bottom:10px!important}.source-inbox-head h3{margin:2px 0 4px!important;font-size:16px!important;line-height:1.18!important;color:#071426!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important}.source-inbox-head p{margin:0!important;color:#4b5c72!important;font-size:12px!important}.source-method{flex:0 0 auto!important;max-width:180px!important;padding:6px 9px!important;border-radius:999px!important;background:#071426!important;color:#fff!important;font-size:11px!important;font-weight:800!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.source-stats{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:8px!important;margin:10px 0!important}.source-stats span{padding:8px 10px!important;border-radius:12px!important;background:#eef8ff!important;border:1px solid #c8ebff!important;color:#234!important;font-size:12px!important;min-width:0!important}.source-stats b{display:block!important;font-size:16px!important;color:#006bff!important}.source-desc-preview{margin:10px 0!important;padding:10px 12px!important;border-radius:12px!important;background:#fff!important;border:1px solid rgba(7,20,38,.08)!important;color:#334!important;font-size:12px!important;line-height:1.45!important}.source-image-strip{display:flex!important;gap:8px!important;overflow-x:auto!important;padding:4px 0 10px!important}.source-image-strip span{flex:0 0 58px!important;width:58px!important;height:58px!important;border-radius:12px!important;background:#fff!important;border:1px solid rgba(7,20,38,.12)!important;overflow:hidden!important;display:grid!important;place-items:center!important}.source-image-strip img{width:100%!important;height:100%!important;object-fit:contain!important}.source-apply-actions{display:flex!important;flex-wrap:wrap!important;gap:8px!important;padding-top:8px!important;border-top:1px solid rgba(7,20,38,.08)!important}.source-apply-actions .btn{min-height:34px!important}.panel-editor .edited-banner{border:1px solid rgba(25,135,84,.28)!important;background:linear-gradient(135deg,#e8fff0fa,#fffffff2)!important;color:#0f5132!important}@media(max-width:1100px){.source-stats{grid-template-columns:repeat(2,minmax(0,1fr))!important}.source-inbox-head{flex-direction:column!important}.source-method{max-width:100%!important}}.panel-source>.supplier-panel,.active-content-panel>.supplier-panel{display:flex!important;flex-direction:column!important;gap:12px!important;overflow-y:auto!important;overflow-x:hidden!important;padding:16px!important;contain:layout style!important}.source-safety-note{flex-wrap:wrap!important;align-items:center!important;gap:8px 12px!important;min-height:0!important;overflow:visible!important}.source-safety-note strong{flex:0 0 auto!important}.source-safety-note span{flex:1 1 360px!important;min-width:220px!important}.supplier-panel .supplier-grid{display:grid!important;grid-template-columns:repeat(2,minmax(260px,1fr))!important;gap:12px!important;align-items:start!important;overflow:visible!important;position:relative!important;z-index:1!important}.supplier-panel label,.supplier-panel .upload-drop{min-width:0!important;overflow:visible!important}.supplier-panel input,.supplier-panel textarea{width:100%!important;min-width:0!important;box-sizing:border-box!important}.supplier-panel input{min-height:58px!important;height:auto!important}.supplier-panel textarea{min-height:88px!important;max-height:160px!important;resize:vertical!important}.supplier-actions{position:relative!important;z-index:3!important;display:flex!important;flex-wrap:wrap!important;gap:8px!important;margin:0!important;padding:0!important;transform:none!important}.supplier-actions .btn,.source-apply-actions .btn{flex:0 1 auto!important;min-width:116px!important;max-width:100%!important;white-space:normal!important;line-height:1.15!important}.source-inbox{flex:0 0 auto!important;max-height:clamp(280px,42vh,560px)!important;overflow:auto!important;scrollbar-gutter:stable both-edges!important}.source-inbox-head{position:sticky!important;top:0!important;z-index:2!important;background:linear-gradient(180deg,#fffffffa,#f5fbfff0)!important;padding-bottom:8px!important}.source-image-strip{max-width:100%!important;overflow-x:auto!important;overflow-y:hidden!important}.source-apply-actions{position:sticky!important;bottom:0!important;z-index:2!important;background:linear-gradient(180deg,#f5fbffb8,#f5fbfffa)!important;margin:8px -2px -2px!important;padding:10px 2px 2px!important}@media(max-width:1280px),(max-height:760px){.supplier-panel .supplier-grid{grid-template-columns:1fr!important}.source-inbox{max-height:clamp(260px,46vh,520px)!important}}@media(max-width:780px){.source-stats{grid-template-columns:1fr 1fr!important}.supplier-actions .btn,.source-apply-actions .btn{flex:1 1 160px!important}}.panel-source.active-content-panel,.active-content-panel.panel-source{overflow:hidden!important;min-height:0!important}.panel-source>.supplier-panel,.active-content-panel>.supplier-panel{height:100%!important;max-height:100%!important;min-height:0!important;overflow-y:auto!important;overflow-x:hidden!important;display:grid!important;grid-template-rows:auto auto auto auto minmax(220px,auto)!important;align-content:start!important;gap:14px!important;padding:clamp(14px,1.25vw,20px)!important;position:relative!important;contain:none!important}.panel-source .supplier-panel .section-head{margin:0!important;padding:0!important;display:flex!important;align-items:flex-start!important;justify-content:space-between!important;gap:16px!important;position:relative!important;z-index:1!important}.panel-source .supplier-panel .section-head h2{margin:2px 0 4px!important;line-height:1.08!important}.panel-source .supplier-panel .section-head p{margin:0!important;max-width:960px!important;line-height:1.35!important}.panel-source .source-safety-note{margin:0!important;min-height:44px!important;display:grid!important;grid-template-columns:max-content minmax(0,1fr)!important;align-items:center!important;gap:10px!important;overflow:hidden!important;padding:10px 14px!important;position:relative!important;z-index:1!important}.panel-source .source-safety-note strong,.panel-source .source-safety-note span{min-width:0!important;position:static!important;transform:none!important}.panel-source .source-safety-note span{display:block!important;white-space:normal!important;overflow:hidden!important;text-overflow:ellipsis!important;line-height:1.32!important}.panel-source .supplier-grid{display:grid!important;grid-template-columns:minmax(280px,1fr) minmax(280px,1fr)!important;gap:14px!important;align-items:stretch!important;overflow:visible!important;position:relative!important;z-index:1!important;margin:0!important;padding:0!important}.panel-source .supplier-grid>label,.panel-source .supplier-grid>.upload-drop,.panel-source .supplier-grid>.span-2{grid-column:auto!important;min-width:0!important;margin:0!important;position:relative!important;z-index:1!important;overflow:visible!important}.panel-source .supplier-grid>.upload-drop{grid-column:1 / -1!important;min-height:86px!important;display:grid!important;place-items:center!important;text-align:center!important;padding:14px!important}.panel-source .supplier-grid label{display:flex!important;flex-direction:column!important;gap:8px!important;font-weight:850!important;color:#526074!important}.panel-source .supplier-panel input,.panel-source .supplier-panel textarea{display:block!important;width:100%!important;min-width:0!important;box-sizing:border-box!important;margin:0!important;position:static!important;transform:none!important;z-index:auto!important;background:#fff!important}.panel-source .supplier-panel input{height:64px!important;min-height:64px!important;padding:14px 16px!important;line-height:1.25!important;overflow:hidden!important;text-overflow:ellipsis!important}.panel-source .supplier-panel textarea{height:96px!important;min-height:96px!important;max-height:180px!important;padding:14px 16px!important;line-height:1.35!important;resize:vertical!important}.panel-source .supplier-actions{display:flex!important;flex-wrap:wrap!important;align-items:center!important;gap:10px!important;margin:0!important;padding:0!important;position:relative!important;z-index:2!important;transform:none!important;background:transparent!important}.panel-source .supplier-actions .btn{flex:0 0 auto!important;width:auto!important;min-width:132px!important;max-width:260px!important;min-height:40px!important;white-space:nowrap!important;border-radius:14px!important;position:relative!important;z-index:2!important}.panel-source .source-inbox{margin:0!important;min-height:220px!important;max-height:clamp(300px,48vh,620px)!important;overflow-y:auto!important;overflow-x:hidden!important;position:relative!important;z-index:1!important;display:flex!important;flex-direction:column!important;gap:10px!important;padding:16px!important;scrollbar-gutter:stable!important}.panel-source .source-inbox-head{position:static!important;top:auto!important;z-index:1!important;padding:0!important;margin:0!important;background:transparent!important;display:flex!important;align-items:flex-start!important;justify-content:space-between!important;gap:12px!important}.panel-source .source-inbox-head h3{font-size:clamp(16px,1.35vw,22px)!important;line-height:1.12!important;max-width:100%!important;word-break:break-word!important}.panel-source .source-method{align-self:flex-start!important;max-width:220px!important;min-width:0!important}.panel-source .source-stats{display:grid!important;grid-template-columns:repeat(4,minmax(120px,1fr))!important;gap:10px!important;margin:0!important}.panel-source .source-desc-preview{margin:0!important;max-height:98px!important;overflow:auto!important}.panel-source .source-image-strip{display:flex!important;gap:10px!important;overflow-x:auto!important;overflow-y:hidden!important;padding:2px 0 10px!important;min-height:82px!important;max-height:96px!important}.panel-source .source-image-strip span{flex:0 0 72px!important;width:72px!important;height:72px!important;border-radius:14px!important}.panel-source .source-apply-actions{position:static!important;bottom:auto!important;z-index:1!important;display:flex!important;flex-wrap:wrap!important;gap:10px!important;margin:0!important;padding:12px 0 0!important;border-top:1px solid rgba(7,20,38,.08)!important;background:transparent!important}.panel-source .source-apply-actions .btn{width:auto!important;min-width:150px!important;white-space:nowrap!important}@media(max-width:1280px),(max-height:760px){.panel-source>.supplier-panel,.active-content-panel>.supplier-panel{gap:12px!important;padding:14px!important}.panel-source .supplier-grid{grid-template-columns:1fr!important}.panel-source .supplier-panel input{height:54px!important;min-height:54px!important}.panel-source .supplier-panel textarea{height:86px!important;min-height:86px!important}.panel-source .source-inbox{max-height:clamp(260px,50vh,540px)!important}}@media(max-width:860px){.panel-source .source-safety-note{grid-template-columns:1fr!important}.panel-source .supplier-actions .btn,.panel-source .source-apply-actions .btn{flex:1 1 180px!important;width:auto!important;white-space:normal!important}.panel-source .source-stats{grid-template-columns:repeat(2,minmax(0,1fr))!important}.panel-source .source-inbox-head{flex-direction:column!important}}.panel-source>.supplier-panel.source-editor-card,.active-content-panel>.supplier-panel.source-editor-card{display:flex!important;flex-direction:column!important;gap:12px!important;height:100%!important;max-height:100%!important;overflow-y:auto!important;overflow-x:hidden!important;padding:16px!important;position:relative!important}.source-header-clean{margin-bottom:2px!important}.source-header-clean h2{font-size:clamp(1.22rem,1.45vw,1.72rem)!important;line-height:1.08!important}.source-header-clean p{max-width:960px!important;font-size:.86rem!important;line-height:1.35!important}.source-safety-note{display:none!important}.source-intake-grid{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;gap:12px!important;align-items:stretch!important;width:100%!important;min-width:0!important}.source-field-card,.source-drop-card{min-width:0!important;border:1px solid var(--line)!important;border-radius:18px!important;background:linear-gradient(180deg,color-mix(in srgb,var(--panel-solid) 94%,#fff),color-mix(in srgb,var(--accent) 4%,var(--panel-solid)))!important;padding:12px!important;box-shadow:0 10px 28px #0f172a0a!important;overflow:hidden!important}.source-card-title{display:flex!important;align-items:flex-start!important;justify-content:space-between!important;gap:10px!important;margin-bottom:8px!important}.source-card-title b,.source-drop-card b{color:var(--text)!important;font-size:.88rem!important;line-height:1.1!important}.source-card-title small,.source-drop-card span{color:var(--muted)!important;font-size:.72rem!important;line-height:1.25!important;font-weight:700!important}.source-field-card input,.source-field-card textarea{width:100%!important;min-width:0!important;position:relative!important;z-index:1!important}.source-field-card textarea{min-height:96px!important;max-height:180px!important;resize:vertical!important}.source-drop-card{cursor:pointer!important;min-height:88px!important;display:grid!important;place-content:center!important;text-align:center!important;gap:6px!important;border-style:dashed!important;border-color:color-mix(in srgb,var(--accent) 42%,var(--line))!important;transition:transform .16s ease,background .16s ease,border-color .16s ease!important}.source-drop-card:hover,.source-drop-card.dragging{transform:translateY(-1px)!important;border-color:var(--accent)!important;background:linear-gradient(135deg,color-mix(in srgb,var(--accent) 14%,var(--panel-solid)),var(--panel-solid))!important}.source-drop-card.disabled{opacity:.58!important;cursor:not-allowed!important}.source-actions-clean{display:flex!important;flex-wrap:wrap!important;gap:8px!important;align-items:center!important;padding:10px!important;border:1px solid var(--line)!important;border-radius:18px!important;background:color-mix(in srgb,var(--panel-solid) 92%,transparent)!important;margin:0!important;position:relative!important;z-index:2!important}.source-actions-clean .btn{flex:0 0 auto!important;min-height:38px!important;border-radius:12px!important}.source-inbox-editor-style{flex:0 0 auto!important;display:flex!important;flex-direction:column!important;gap:10px!important;border:1px solid color-mix(in srgb,var(--accent) 34%,var(--line))!important;border-radius:20px!important;background:linear-gradient(180deg,color-mix(in srgb,var(--accent) 7%,var(--panel-solid)),var(--panel-solid))!important;padding:14px!important;max-height:min(52vh,520px)!important;overflow:hidden!important;position:relative!important}.source-inbox-head{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:start!important;gap:12px!important}.source-inbox-head h3{margin:3px 0!important;font-size:clamp(1rem,1.28vw,1.34rem)!important;line-height:1.14!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important}.source-method{align-self:start!important;position:static!important;display:inline-flex!important;min-height:30px!important;align-items:center!important;white-space:nowrap!important;border-radius:999px!important;padding:0 12px!important;background:#0f172a!important;color:#fff!important;font-size:.72rem!important;box-shadow:none!important}.source-stats span{min-width:0!important;min-height:54px!important;border-radius:14px!important;padding:8px 10px!important}.source-inbox-scroll{min-height:0!important;overflow-y:auto!important;overflow-x:hidden!important;padding-right:4px!important;display:grid!important;gap:10px!important}.source-desc-preview{margin:0!important;line-height:1.45!important;max-height:none!important}.source-image-strip{display:flex!important;flex-wrap:wrap!important;gap:8px!important;overflow:visible!important;padding:2px 0!important;max-height:none!important}.source-image-strip span{flex:0 0 66px!important;width:66px!important;height:66px!important;border-radius:12px!important;background:#fff!important;border:1px solid var(--line)!important;overflow:hidden!important;display:grid!important;place-items:center!important}.source-image-strip img{width:100%!important;height:100%!important;object-fit:contain!important;padding:4px!important}.source-apply-actions-sticky{flex:0 0 auto!important;display:flex!important;flex-wrap:wrap!important;gap:8px!important;padding-top:10px!important;border-top:1px solid var(--line)!important;background:linear-gradient(180deg,transparent,var(--panel-solid) 35%)!important}.source-apply-actions-sticky .btn{min-height:36px!important;border-radius:12px!important}@media(max-width:1280px){.source-intake-grid{grid-template-columns:1fr!important}.source-inbox-editor-style{max-height:none!important}.source-stats{grid-template-columns:repeat(2,minmax(0,1fr))!important}}.source-target-pill{display:inline-flex!important;align-items:center!important;max-width:100%!important;margin-top:6px!important;padding:6px 10px!important;border-radius:999px!important;background:color-mix(in srgb,var(--accent) 10%,#fff)!important;border:1px solid color-mix(in srgb,var(--accent) 32%,var(--line))!important;color:var(--text)!important;font-size:.78rem!important;font-weight:800!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.source-apply-actions-sticky .image-only-action{border-color:color-mix(in srgb,#16a34a 42%,var(--line))!important;background:linear-gradient(180deg,color-mix(in srgb,#16a34a 8%,#fff),color-mix(in srgb,#16a34a 4%,#fff))!important;color:#0f6b36!important;font-weight:900!important}.source-apply-actions-sticky .image-only-action:not(:disabled):hover{background:#16a34a!important;color:#fff!important;border-color:#16a34a!important}:root{--v62-gap: clamp(10px, 1vw, 16px);--v62-card-radius: clamp(18px, 1.2vw, 24px);--v62-header-h: clamp(72px, 7.6vh, 102px);--v62-controls-h: auto}body{overflow:hidden}.app-frame{height:100dvh!important;min-height:100dvh!important;overflow:hidden!important;display:grid!important;grid-template-columns:var(--sidebar-width, 280px) minmax(0,1fr)!important;gap:0!important}.app-frame.sidebar-collapsed{grid-template-columns:92px minmax(0,1fr)!important}.app-sidebar{height:100dvh!important;max-height:100dvh!important;overflow:hidden!important;position:sticky!important;top:0!important;align-self:start!important}.app-sidebar .nav-list,.app-sidebar nav{min-height:0!important;overflow-y:auto!important;overflow-x:hidden!important;scrollbar-width:thin!important}.app-workspace{height:100dvh!important;min-height:0!important;overflow:hidden!important;display:grid!important;grid-template-rows:auto auto auto minmax(0,1fr)!important;gap:var(--v62-gap)!important;padding:clamp(10px,1vw,16px) clamp(10px,1.05vw,18px)!important;max-width:100%!important}.app-topbar.glass-panel{position:relative!important;top:auto!important;z-index:25!important;min-height:var(--v62-header-h)!important;display:grid!important;grid-template-columns:minmax(260px,1fr) minmax(240px,auto)!important;align-items:center!important;gap:14px!important;padding:clamp(10px,1vw,16px) clamp(12px,1.25vw,20px)!important;border-radius:var(--v62-card-radius)!important}.topbar-title-branded{min-width:0!important;overflow:hidden!important}.topbar-title-branded h1,.topbar-title-branded p,.topbar-title-branded .eyebrow{white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;max-width:100%!important}.topbar-logo{flex:0 0 auto!important;width:clamp(42px,4vw,64px)!important;height:clamp(42px,4vw,64px)!important;object-fit:contain!important}.topbar-actions{display:flex!important;justify-content:flex-end!important;align-items:center!important;gap:10px!important;flex-wrap:wrap!important;min-width:0!important}.status-grid,.market-search-bar,.control-dock{position:relative!important;top:auto!important;z-index:18!important;min-width:0!important}.status-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:var(--v62-gap)!important}.status-card,.stat-card{min-width:0!important;overflow:hidden!important}.market-search-bar,.control-dock{display:grid!important;grid-template-columns:auto auto minmax(220px,1fr) auto auto!important;align-items:center!important;gap:10px!important;border-radius:var(--v62-card-radius)!important}.market-search-bar input,.control-dock input{min-width:0!important}.fixed-app-grid{min-height:0!important;height:100%!important;overflow:hidden!important;display:grid!important;grid-template-columns:minmax(330px,430px) minmax(0,1fr)!important;gap:var(--v62-gap)!important;align-items:stretch!important}.smart-panel{min-height:0!important;max-height:100%!important;overflow:hidden!important;border-radius:var(--v62-card-radius)!important;contain:layout paint!important}.smart-panel>.card,.smart-panel .card{min-height:0!important;max-height:100%!important;overflow:auto!important;scrollbar-width:thin!important}.products-panel,.panel-products,.catalog-panel{min-height:0!important;overflow:hidden!important}.product-grid{min-height:0!important;overflow:auto!important;content-visibility:auto;contain-intrinsic-size:900px;scrollbar-width:thin!important}.product-card{content-visibility:auto;contain-intrinsic-size:170px}.panel-source>.supplier-panel.source-editor-card,.active-content-panel>.supplier-panel.source-editor-card{height:100%!important;max-height:100%!important;min-height:0!important;overflow:hidden!important;display:grid!important;grid-template-rows:auto minmax(0,auto) auto minmax(0,1fr)!important;gap:12px!important;padding:clamp(14px,1.15vw,20px)!important;isolation:isolate!important}.source-header-clean{margin:0!important;padding:0!important;min-width:0!important}.source-header-clean h2{font-size:clamp(1.25rem,1.7vw,2rem)!important;line-height:1.08!important}.source-header-clean p{max-width:1000px!important;line-height:1.35!important}.source-intake-grid{display:grid!important;grid-template-columns:minmax(280px,1fr) minmax(280px,1fr)!important;gap:12px!important;align-items:start!important;min-width:0!important;overflow:visible!important}.source-field-card,.source-drop-card{position:relative!important;z-index:1!important;min-width:0!important;width:100%!important;overflow:hidden!important}.source-url-card,.source-html-card{min-height:132px!important}.source-field-card input,.source-field-card textarea{display:block!important;position:relative!important;z-index:1!important;width:100%!important;min-width:0!important;max-width:100%!important}.source-field-card input{height:54px!important;min-height:54px!important}.source-field-card textarea{min-height:96px!important;height:clamp(96px,12vh,150px)!important;max-height:190px!important;resize:vertical!important}.source-actions-clean{position:relative!important;z-index:5!important;clear:both!important;display:flex!important;flex-wrap:wrap!important;align-items:center!important;gap:8px!important;padding:10px!important;margin:0!important;border:1px solid var(--line)!important;border-radius:18px!important;background:linear-gradient(180deg,color-mix(in srgb,var(--panel-solid) 96%,#fff),color-mix(in srgb,var(--accent) 3%,var(--panel-solid)))!important;box-shadow:0 8px 26px #0f172a0a!important}.source-actions-clean .btn{flex:0 0 auto!important;min-width:148px!important;max-width:100%!important;min-height:40px!important;padding:9px 14px!important;border-radius:13px!important;white-space:nowrap!important}.source-inbox-editor-style{min-height:0!important;height:100%!important;max-height:none!important;overflow:hidden!important;display:grid!important;grid-template-rows:auto auto minmax(0,1fr) auto!important;gap:10px!important;padding:14px!important;border-radius:22px!important}.source-inbox-head{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;gap:12px!important;align-items:start!important;min-width:0!important}.source-inbox-head h3,.source-inbox-head p{min-width:0!important;overflow-wrap:anywhere!important}.source-method{position:static!important;justify-self:end!important;align-self:start!important;max-width:190px!important;overflow:hidden!important;text-overflow:ellipsis!important}.source-stats{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:8px!important}.source-inbox-scroll{min-height:0!important;overflow:auto!important;padding-right:6px!important;scrollbar-width:thin!important;overscroll-behavior:contain!important}.source-desc-preview{max-height:140px!important;overflow:auto!important}.source-image-strip{display:grid!important;grid-template-columns:repeat(auto-fill,minmax(62px,1fr))!important;gap:8px!important;align-items:start!important;overflow:visible!important;padding:4px 0 8px!important}.source-image-strip span{width:100%!important;height:auto!important;aspect-ratio:1/1!important;max-width:86px!important}.source-apply-actions-sticky{position:relative!important;z-index:3!important;display:flex!important;flex-wrap:wrap!important;gap:8px!important;align-items:center!important;padding-top:10px!important;margin:0!important;border-top:1px solid var(--line)!important}.source-apply-actions-sticky .btn{min-height:40px!important;white-space:nowrap!important}.panel-editor .editor,.active-content-panel.panel-editor .editor{height:100%!important;max-height:100%!important;overflow:hidden!important}.editor-body-scroll,.editor-tab-scroll,.elessi-specs-inner-scroll{min-height:0!important;overflow:auto!important;overscroll-behavior:contain!important;scrollbar-width:thin!important}.editor-footer{flex:0 0 auto!important}@media(max-width:1500px){.app-frame:not(.sidebar-collapsed){grid-template-columns:250px minmax(0,1fr)!important}.fixed-app-grid{grid-template-columns:minmax(310px,390px) minmax(0,1fr)!important}.market-search-bar,.control-dock{grid-template-columns:auto auto minmax(200px,1fr) auto auto!important}}@media(max-width:1180px),(max-height:780px){.app-workspace{gap:10px!important;padding:10px!important}.app-topbar.glass-panel{min-height:68px!important;padding:10px 12px!important}.topbar-logo{width:42px!important;height:42px!important}.topbar-title-branded h1{font-size:clamp(1rem,1.7vw,1.45rem)!important}.topbar-title-branded p{display:none!important}.status-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}.source-intake-grid{grid-template-columns:1fr!important}.source-url-card,.source-html-card{min-height:auto!important}.source-field-card textarea{height:90px!important;min-height:90px!important}.source-stats{grid-template-columns:repeat(2,minmax(0,1fr))!important}.source-actions-clean .btn,.source-apply-actions-sticky .btn{flex:1 1 170px!important;white-space:normal!important}}@media(max-width:980px){body{overflow:auto!important}.app-frame{display:block!important;height:auto!important;min-height:100dvh!important;overflow:auto!important}.app-sidebar{display:none!important}.app-workspace{height:auto!important;min-height:100dvh!important;overflow:visible!important}.app-topbar.glass-panel{grid-template-columns:1fr!important;position:relative!important}.topbar-actions{justify-content:flex-start!important}.status-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.market-search-bar,.control-dock{grid-template-columns:1fr!important}.fixed-app-grid{height:auto!important;overflow:visible!important;grid-template-columns:1fr!important}.smart-panel{min-height:calc(100dvh - 220px)!important}.source-inbox-head{grid-template-columns:1fr!important}.source-method{justify-self:start!important}}@media(max-width:640px){.status-grid,.source-stats{grid-template-columns:1fr!important}.source-actions-clean,.source-apply-actions-sticky{display:grid!important;grid-template-columns:1fr!important}.source-actions-clean .btn,.source-apply-actions-sticky .btn{width:100%!important}}.settings-card textarea[placeholder*="Tono premium"],.settings-card textarea[placeholder*="Calzado premium"]{min-height:150px}:root{--v622-panel-gap: clamp(10px, .9vw, 14px)}.app-workspace{grid-template-rows:auto auto auto minmax(0,1fr)!important}.fixed-app-grid{min-height:0!important}.active-content-panel.panel-source{min-height:0!important;overflow:hidden!important}.active-content-panel.panel-source>.supplier-panel.source-editor-card{height:100%!important;max-height:100%!important;min-height:0!important;display:grid!important;grid-template-rows:auto auto auto minmax(240px,1fr)!important;gap:var(--v622-panel-gap)!important;overflow:hidden!important;padding:clamp(14px,1vw,18px)!important;align-content:stretch!important}.panel-source .source-header-clean{min-width:0!important;padding-bottom:2px!important;border-bottom:1px solid color-mix(in srgb,var(--line) 75%,transparent)!important}.panel-source .source-header-clean h2{margin:2px 0 4px!important;font-size:clamp(1.2rem,1.4vw,1.7rem)!important}.panel-source .source-header-clean p{margin:0!important;max-width:96ch!important;line-height:1.35!important}.panel-source .source-intake-grid{display:grid!important;grid-template-columns:1fr!important;gap:10px!important;min-height:0!important;overflow:visible!important}.panel-source .source-field-card,.panel-source .source-drop-card{min-height:0!important;width:100%!important;max-width:100%!important;padding:12px!important;border-radius:16px!important;overflow:hidden!important;position:relative!important;transform:none!important}.panel-source .source-url-card{display:grid!important;grid-template-columns:minmax(0,280px) minmax(0,1fr)!important;align-items:center!important;gap:12px!important}.panel-source .source-card-title{margin:0!important;min-width:0!important;display:block!important}.panel-source .source-card-title small{display:block!important;margin-top:3px!important}.panel-source .source-field-card input,.panel-source .source-field-card textarea{position:static!important;transform:none!important;z-index:1!important;width:100%!important;max-width:100%!important;box-sizing:border-box!important;margin:0!important}.panel-source .source-field-card input{height:46px!important;min-height:46px!important;padding:10px 12px!important;text-overflow:ellipsis!important}.panel-source .source-html-card{display:grid!important;grid-template-columns:minmax(0,280px) minmax(0,1fr)!important;align-items:start!important;gap:12px!important}.panel-source .source-html-card textarea{height:92px!important;min-height:92px!important;max-height:160px!important;resize:vertical!important}.panel-source .source-files-card,.panel-source .source-image-drop-card{display:none!important}.panel-source .source-actions-clean{position:relative!important;z-index:4!important;display:grid!important;grid-template-columns:repeat(5,minmax(120px,1fr))!important;gap:8px!important;padding:10px!important;margin:0!important;border-radius:16px!important;transform:none!important;clear:both!important;overflow:visible!important}.panel-source .source-actions-clean .btn{width:100%!important;min-width:0!important;max-width:none!important;white-space:normal!important;text-align:center!important;min-height:38px!important;padding:8px 10px!important}.panel-source .source-inbox-editor-style{min-height:0!important;height:100%!important;max-height:none!important;overflow:hidden!important;display:grid!important;grid-template-rows:auto auto minmax(0,1fr) auto!important;gap:10px!important;padding:14px!important;border-radius:18px!important}.panel-source .source-inbox-head{min-height:0!important}.panel-source .source-inbox-head h3{font-size:clamp(1rem,1.08vw,1.25rem)!important;-webkit-line-clamp:2!important}.panel-source .source-method{max-width:170px!important}.panel-source .source-stats{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:8px!important}.panel-source .source-stats span{min-height:48px!important;padding:7px 9px!important}.panel-source .source-inbox-scroll{min-height:0!important;overflow:auto!important;scrollbar-gutter:stable!important}.panel-source .source-image-strip{display:grid!important;grid-template-columns:repeat(auto-fill,minmax(56px,68px))!important;gap:8px!important;overflow:visible!important;align-content:start!important}.panel-source .source-image-strip span{width:100%!important;max-width:68px!important;aspect-ratio:1/1!important;height:auto!important}.panel-source .source-apply-actions-sticky{display:grid!important;grid-template-columns:repeat(4,minmax(120px,1fr))!important;gap:8px!important;padding-top:10px!important}.panel-source .source-apply-actions-sticky .btn{width:100%!important;min-width:0!important;white-space:normal!important}.prompt-settings-grid{align-items:start!important}.prompt-enforcer-card{display:grid!important;gap:14px!important}.prompt-head-row{display:flex!important;justify-content:space-between!important;align-items:flex-start!important;gap:14px!important}.prompt-required-pill{flex:0 0 auto!important;display:inline-flex!important;align-items:center!important;padding:7px 11px!important;border-radius:999px!important;background:linear-gradient(180deg,#e7fff1,#f6fffa)!important;border:1px solid rgba(22,163,74,.32)!important;color:#11743b!important;font-weight:900!important;font-size:.78rem!important}.prompt-upload-zone{cursor:pointer!important;border:1px dashed color-mix(in srgb,var(--accent) 50%,var(--line))!important;border-radius:18px!important;padding:16px!important;display:grid!important;gap:5px!important;background:linear-gradient(135deg,color-mix(in srgb,var(--accent) 8%,var(--panel-solid)),var(--panel-solid))!important;text-align:center!important}.prompt-upload-zone:hover,.prompt-upload-zone.dragging{border-color:var(--accent)!important;background:linear-gradient(135deg,color-mix(in srgb,var(--accent) 16%,var(--panel-solid)),var(--panel-solid))!important}.prompt-upload-zone strong{color:var(--accent)!important;font-size:1rem!important}.prompt-upload-zone span{color:var(--muted)!important;font-weight:750!important}.prompt-toggle-row{display:flex!important;align-items:center!important;gap:10px!important;padding:10px 12px!important;border-radius:14px!important;border:1px solid var(--line)!important;background:color-mix(in srgb,var(--accent) 5%,var(--panel-solid))!important}.prompt-toggle-row input{width:auto!important}.prompt-actions-inline{display:flex!important;justify-content:flex-end!important;gap:10px!important;flex-wrap:wrap!important}.prompt-enforcer-card textarea{min-height:160px!important;resize:vertical!important}.prompt-enforcer-card label{min-width:0!important}@media(max-width:1500px),(max-height:820px){.panel-source .source-url-card,.panel-source .source-html-card{grid-template-columns:1fr!important}.panel-source .source-html-card textarea{height:82px!important;min-height:82px!important}.panel-source .source-actions-clean{grid-template-columns:repeat(3,minmax(0,1fr))!important}.panel-source .source-apply-actions-sticky{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media(max-width:980px){.active-content-panel.panel-source>.supplier-panel.source-editor-card{height:auto!important;max-height:none!important;overflow:visible!important}.panel-source .source-actions-clean,.panel-source .source-apply-actions-sticky{grid-template-columns:1fr!important}.panel-source .source-stats{grid-template-columns:repeat(2,minmax(0,1fr))!important}.prompt-head-row{flex-direction:column!important}}:root{--v64-sidebar-open: clamp(212px, 13vw, 248px);--v64-sidebar-closed: 72px;--v64-gap: clamp(8px, .8vw, 14px);--v64-panel-pad: clamp(10px, .9vw, 16px);--v64-topbar-h: 68px;--v64-dock-h: 52px}html,body,#root{width:100%!important;min-width:0!important;height:100%!important;overflow:hidden!important}body{overflow:hidden!important}.app-frame{--sidebar-width: var(--v64-sidebar-open);display:grid!important;grid-template-columns:var(--sidebar-width) minmax(0,1fr)!important;width:100vw!important;min-width:0!important;height:100dvh!important;min-height:0!important;overflow:hidden!important}.app-frame.sidebar-collapsed{--sidebar-width: var(--v64-sidebar-closed) !important}.app-frame.sidebar-expanded{--sidebar-width: var(--v64-sidebar-open) !important}.app-sidebar{position:relative!important;width:var(--sidebar-width)!important;min-width:var(--sidebar-width)!important;max-width:var(--sidebar-width)!important;height:100dvh!important;min-height:0!important;overflow:hidden!important;padding:10px!important}.app-workspace{width:100%!important;max-width:none!important;min-width:0!important;height:100dvh!important;min-height:0!important;overflow:hidden!important;display:grid!important;grid-template-rows:auto auto auto minmax(0,1fr)!important;gap:var(--v64-gap)!important;padding:10px!important}.app-topbar.glass-panel{position:relative!important;top:auto!important;min-height:0!important;height:auto!important;max-height:none!important;display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:center!important;gap:12px!important;padding:10px 12px!important;border-radius:18px!important;overflow:hidden!important}.topbar-title-branded{min-width:0!important}.topbar-title-branded h1{margin:0!important;font-size:clamp(1.15rem,1.35vw,1.65rem)!important;line-height:1.08!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.topbar-title-branded p{margin:2px 0 0!important;font-size:12px!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.topbar-logo{width:42px!important;height:42px!important;object-fit:contain!important}.topbar-actions{display:flex!important;flex-wrap:wrap!important;justify-content:flex-end!important;gap:8px!important;min-width:0!important}.topbar-actions .btn,.topbar-actions button{min-height:38px!important;padding:8px 12px!important;border-radius:12px!important;white-space:nowrap!important}.metric-strip{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:8px!important;min-height:0!important}.metric-strip .stat-pill{min-width:0!important;padding:8px 10px!important;border-radius:14px!important;overflow:hidden!important}.metric-strip .stat-pill b,.metric-strip .stat-pill span{overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.control-dock.glass-panel,.control-dock{position:relative!important;top:auto!important;z-index:20!important;display:grid!important;grid-template-columns:minmax(210px,280px) minmax(260px,1fr) auto auto!important;align-items:center!important;gap:8px!important;min-width:0!important;width:100%!important;max-width:100%!important;overflow:visible!important;padding:8px!important;border-radius:16px!important}.control-dock>input{min-width:0!important;width:100%!important;height:42px!important;min-height:42px!important}.market-switcher-v64{display:grid!important;grid-template-columns:auto minmax(0,1fr) auto!important;align-items:center!important;gap:8px!important;min-width:0!important;width:100%!important}.market-switcher-label{font-size:11px!important;font-weight:900!important;text-transform:uppercase!important;letter-spacing:.06em!important;color:var(--muted)!important}.market-select-wrap{display:grid!important;grid-template-columns:28px minmax(0,1fr)!important;align-items:center!important;gap:7px!important;min-width:0!important;height:42px!important;padding:0 8px!important;border:1px solid var(--line)!important;border-radius:13px!important;background:var(--panel-solid)!important}.market-select-wrap select{width:100%!important;min-width:0!important;height:38px!important;min-height:38px!important;border:0!important;padding:0!important;background:transparent!important;color:var(--text)!important;font-weight:850!important}.market-switcher-v64 .add-market-btn{height:42px!important;min-height:42px!important;white-space:nowrap!important;padding:0 10px!important}.fixed-app-grid,.fixed-app-grid.active-products,.fixed-app-grid.active-source,.fixed-app-grid.active-editor,.fixed-app-grid.active-media,.fixed-app-grid.active-categories,.fixed-app-grid.active-attributes{display:grid!important;grid-template-columns:clamp(285px,22vw,360px) minmax(0,1fr)!important;grid-template-areas:"products active"!important;gap:var(--v64-gap)!important;align-items:stretch!important;width:100%!important;max-width:100%!important;min-width:0!important;height:100%!important;min-height:0!important;max-height:100%!important;overflow:hidden!important}.fixed-app-grid>.smart-panel{min-width:0!important;min-height:0!important;width:100%!important;max-width:100%!important;height:100%!important;max-height:100%!important;display:flex!important;flex-direction:column!important;overflow:hidden!important;padding:var(--v64-panel-pad)!important;border-radius:18px!important}.fixed-app-grid>.fixed-products-panel{grid-area:products!important}.fixed-app-grid>.active-content-panel{grid-area:active!important}.fixed-app-grid .card,.fixed-app-grid .supplier-panel,.fixed-app-grid .media-panel,.fixed-app-grid .category-panel,.fixed-app-grid .attribute-panel,.fixed-app-grid .editor,.fixed-app-grid .product-v65{min-width:0!important;min-height:0!important;width:100%!important;height:100%!important;max-height:100%!important;flex:1 1 auto!important;overflow:auto!important;scrollbar-gutter:stable!important}.fixed-products-panel .panel-top,.fixed-products-panel .product-count{flex:0 0 auto!important}.fixed-products-panel .product-grid{flex:1 1 auto!important;min-height:0!important;max-height:none!important;overflow-y:auto!important;overflow-x:hidden!important;padding-right:5px!important}.fixed-products-panel .product-card,.product-card{display:grid!important;grid-template-columns:88px minmax(0,1fr)!important;min-height:108px!important;border-radius:14px!important;padding:6px!important;gap:8px!important;overflow:hidden!important}.fixed-products-panel .product-image{min-height:96px!important;height:96px!important;border-radius:12px!important;padding:6px!important}.fixed-products-panel .product-image img{object-fit:contain!important;object-position:center!important}.fixed-products-panel .product-body{min-width:0!important;padding:3px 2px!important;gap:5px!important}.fixed-products-panel .product-title-row{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;gap:6px!important;align-items:start!important}.fixed-products-panel .product-body h3{font-size:12.5px!important;line-height:1.22!important;margin:0!important;max-height:2.5em!important;overflow:hidden!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important}.fixed-products-panel .copy-row{opacity:0!important;max-height:0!important;overflow:hidden!important;transform:none!important;transition:opacity .14s ease,max-height .14s ease!important}.fixed-products-panel .product-card:hover .copy-row,.fixed-products-panel .product-card.active .copy-row{opacity:1!important;max-height:72px!important}.fixed-products-panel .chips{max-height:22px!important;overflow:hidden!important}.fixed-products-panel .product-meta-line,.fixed-products-panel .brand-mini{font-size:11px!important;line-height:1.2!important;margin:0!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.product-v65{display:flex!important;flex-direction:column!important;gap:12px!important;padding:clamp(12px,1vw,18px)!important;overflow:auto!important}.product-v65-head{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:start!important;gap:12px!important}.product-v65-title h2{font-size:clamp(1.2rem,1.55vw,1.95rem)!important;line-height:1.08!important;margin:0!important;overflow:hidden!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important}.product-v65-title p{margin:4px 0 0!important;color:var(--muted)!important}.product-v65-actions,.product-v65-footer,.product-v65-copy,.product-v65-cats{display:flex!important;flex-wrap:wrap!important;gap:8px!important;min-width:0!important}.product-v65-actions{justify-content:flex-end!important}.product-v65-card{display:grid!important;grid-template-columns:minmax(250px,36%) minmax(0,1fr)!important;gap:14px!important;align-items:stretch!important;min-height:0!important;height:auto!important;max-height:none!important;padding:14px!important;border-radius:18px!important;overflow:hidden!important}.product-v65-image{height:clamp(260px,27vw,420px)!important;min-height:240px!important;max-height:45dvh!important;background:#fff!important;border:1px solid var(--line)!important;border-radius:16px!important;padding:12px!important;display:grid!important;place-items:center!important;overflow:hidden!important}.product-v65-image img{width:100%!important;height:100%!important;object-fit:contain!important;object-position:center!important;display:block!important}.product-v65-info{min-width:0!important;display:grid!important;gap:10px!important;align-content:start!important;overflow:visible!important}.product-v65-info h3{font-size:clamp(1.1rem,1.25vw,1.55rem)!important;line-height:1.15!important;margin:0!important;overflow-wrap:anywhere!important}.product-v65-facts{display:grid!important;grid-template-columns:repeat(auto-fit,minmax(120px,1fr))!important;gap:8px!important}.product-v65-facts span{min-width:0!important;padding:9px 10px!important;border-radius:12px!important;border:1px solid var(--line)!important;background:var(--soft)!important;overflow:hidden!important}.product-v65-facts b{display:block!important;font-size:10px!important;text-transform:uppercase!important;color:var(--muted)!important}.product-v65-facts em{display:block!important;font-style:normal!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.product-v65-gallery-wrap{flex:0 0 auto!important;min-height:0!important;overflow:hidden!important}.product-v65-gallery{display:grid!important;grid-template-columns:repeat(auto-fill,minmax(92px,1fr))!important;gap:8px!important;max-height:210px!important;overflow:auto!important}.product-v65-gallery button{height:96px!important;min-height:96px!important;max-height:96px!important;border-radius:12px!important;background:#fff!important;overflow:hidden!important;padding:6px!important}.product-v65-gallery button img{width:100%!important;height:100%!important;object-fit:contain!important}.product-v65-footer{justify-content:flex-end!important;margin-top:auto!important;padding-top:10px!important;border-top:1px solid var(--line)!important}.product-edit-modal{width:min(1180px,calc(100vw - 28px))!important;max-height:calc(100dvh - 28px)!important}.product-edit-modal-body{display:grid!important;grid-template-columns:minmax(260px,360px) minmax(0,1fr)!important;gap:14px!important;overflow:auto!important}.product-edit-content-grid{min-width:0!important}.product-edit-content-grid textarea{min-height:120px!important}.product-edit-actions{flex:0 0 auto!important;display:flex!important;justify-content:flex-end!important;gap:8px!important;flex-wrap:wrap!important;padding:12px 16px!important;border-top:1px solid var(--line)!important;background:var(--panel-solid)!important}.upload-btn{min-height:44px!important;height:auto!important;padding:10px 12px!important;border-radius:14px!important;display:grid!important;place-items:center!important}.media-panel .upload-btn,.modal-upload-main{min-height:52px!important}.gallery-add{min-height:96px!important}.supplier-panel input,.panel-source .source-field-card input{min-height:42px!important;height:42px!important}.supplier-panel textarea,.panel-source .source-field-card textarea{min-height:92px!important}.panel-source .source-actions-clean,.panel-source .source-apply-actions-sticky{display:flex!important;flex-wrap:wrap!important;gap:8px!important}.panel-source .source-actions-clean .btn,.panel-source .source-apply-actions-sticky .btn{flex:1 1 160px!important;min-width:140px!important}.sound-file-list button{cursor:pointer!important}.sound-file-list button.active{box-shadow:0 0 0 3px color-mix(in srgb,var(--accent) 14%,transparent)!important}@media(max-width:1280px),(max-height:760px){.app-workspace{padding:8px!important;gap:8px!important}.topbar-title-branded p{display:none!important}.metric-strip{grid-template-columns:repeat(4,minmax(0,1fr))!important}.fixed-app-grid,.fixed-app-grid.active-products,.fixed-app-grid.active-source,.fixed-app-grid.active-editor,.fixed-app-grid.active-media,.fixed-app-grid.active-categories,.fixed-app-grid.active-attributes{grid-template-columns:clamp(250px,25vw,320px) minmax(0,1fr)!important}.product-v65-card{grid-template-columns:minmax(220px,40%) minmax(0,1fr)!important}.product-v65-image{height:clamp(220px,24vw,340px)!important}}@media(max-width:980px){html,body,#root{height:auto!important;overflow:auto!important}body{overflow:auto!important}.app-frame{display:block!important;width:100%!important;height:auto!important;min-height:100dvh!important;overflow:visible!important}.app-sidebar{display:none!important}.app-workspace{height:auto!important;min-height:100dvh!important;overflow:visible!important;padding:8px 8px 76px!important}.app-topbar.glass-panel{grid-template-columns:1fr!important}.topbar-actions{justify-content:stretch!important}.topbar-actions .btn,.topbar-actions button{flex:1 1 160px!important}.metric-strip{grid-template-columns:repeat(2,minmax(0,1fr))!important}.control-dock.glass-panel,.control-dock,.market-switcher-v64{grid-template-columns:1fr!important}.fixed-app-grid,.fixed-app-grid.active-products,.fixed-app-grid.active-source,.fixed-app-grid.active-editor,.fixed-app-grid.active-media,.fixed-app-grid.active-categories,.fixed-app-grid.active-attributes{grid-template-columns:1fr!important;grid-template-areas:"products" "active"!important;height:auto!important;overflow:visible!important}.fixed-app-grid>.smart-panel{height:auto!important;min-height:360px!important}.fixed-products-panel .product-grid{max-height:420px!important}.product-v65-head,.product-v65-card,.product-edit-modal-body{grid-template-columns:1fr!important}.product-v65-actions,.product-v65-footer{justify-content:stretch!important}.product-v65-actions .btn,.product-v65-footer .btn{flex:1 1 150px!important}.product-v65-image{height:260px!important;max-height:none!important}}@media(max-width:560px){.metric-strip{grid-template-columns:1fr!important}.fixed-products-panel .product-card,.product-card{grid-template-columns:82px minmax(0,1fr)!important}.product-v65-facts{grid-template-columns:1fr!important}.product-edit-actions .btn{flex:1 1 100%!important}}.btn.danger,.btn.danger.soft,.editor-footer .btn.danger,.product-v65-actions .btn.danger,.product-v65-footer .btn.danger,.product-edit-actions .btn.danger{border:1px solid color-mix(in srgb,#dc2626 42%,var(--line))!important;background:color-mix(in srgb,#dc2626 12%,var(--panel-solid))!important;color:#dc2626!important;box-shadow:none!important}.btn.danger:hover:not(:disabled),.product-edit-actions .btn.danger:hover:not(:disabled){background:#dc2626!important;color:#fff!important}.delete-pill{border:1px solid color-mix(in srgb,#dc2626 32%,var(--line));background:color-mix(in srgb,#dc2626 9%,var(--panel-solid));color:#dc2626;border-radius:999px;height:28px;padding:0 10px;font-size:12px;font-weight:900;cursor:pointer}.delete-pill:hover{background:#dc2626;color:#fff}.product-delete-action{margin-right:auto!important}@media(max-width:760px){.product-edit-actions .product-delete-action{order:10;margin-right:0!important}}@media(min-width:1700px){.fixed-app-grid,.fixed-app-grid.active-products,.fixed-app-grid.active-source,.fixed-app-grid.active-editor,.fixed-app-grid.active-media,.fixed-app-grid.active-categories,.fixed-app-grid.active-attributes{grid-template-columns:clamp(320px,20vw,430px) minmax(880px,1520px)!important;justify-content:center!important}.active-content-panel>.editor,.panel-editor .editor.card,.product-v65,.media-panel,.supplier-panel.source-editor-card,.category-panel,.attribute-panel{max-width:1520px!important;margin-left:auto!important;margin-right:auto!important}.product-edit-overview{grid-template-columns:140px minmax(520px,1fr) minmax(380px,520px)!important}.overview-facts{grid-template-columns:repeat(6,minmax(0,1fr))!important}.editor-grid-two,.shipping-grid,.attr-grid{grid-template-columns:repeat(2,minmax(320px,1fr))!important}}@media(min-width:2300px){.fixed-app-grid,.fixed-app-grid.active-products,.fixed-app-grid.active-source,.fixed-app-grid.active-editor,.fixed-app-grid.active-media,.fixed-app-grid.active-categories,.fixed-app-grid.active-attributes{grid-template-columns:430px minmax(1000px,1680px)!important}.active-content-panel>.editor,.panel-editor .editor.card,.product-v65,.media-panel{max-width:1680px!important}}.variation-image-picker{display:grid!important;gap:10px!important;padding:10px!important;margin:10px 0!important;border:1px solid color-mix(in srgb,var(--accent) 24%,var(--line))!important;border-radius:14px!important;background:linear-gradient(180deg,color-mix(in srgb,var(--accent) 7%,var(--panel-solid)),var(--panel-solid))!important;min-width:0!important}.variation-image-picker-head{display:flex!important;align-items:flex-start!important;justify-content:space-between!important;gap:10px!important;min-width:0!important}.variation-image-picker-head strong{display:block!important;font-weight:950!important;color:var(--text)!important}.variation-image-picker-head span{display:block!important;color:var(--muted)!important;font-size:12px!important;font-weight:750!important;margin-top:2px!important}.variation-image-picker-head button,.variation-image-actions button{border:1px solid var(--line)!important;background:var(--panel-solid)!important;color:var(--accent)!important;border-radius:10px!important;min-height:32px!important;padding:0 10px!important;font-weight:900!important;cursor:pointer!important;white-space:nowrap!important}.variation-image-picker-head button:hover,.variation-image-actions button:hover{background:var(--accent)!important;color:#fff!important}.variation-image-grid{display:grid!important;grid-template-columns:repeat(auto-fill,minmax(142px,1fr))!important;gap:9px!important;max-height:260px!important;overflow:auto!important;padding-right:3px!important}.variation-image-card{display:grid!important;grid-template-rows:96px auto auto!important;gap:7px!important;padding:8px!important;border:1px solid var(--line)!important;border-radius:12px!important;background:var(--panel-solid)!important;min-width:0!important}.variation-image-thumb{border:1px solid var(--line)!important;border-radius:10px!important;background:#fff!important;display:grid!important;place-items:center!important;overflow:hidden!important}.variation-image-thumb img{width:100%!important;height:100%!important;object-fit:contain!important;padding:4px!important}.variation-image-meta{display:grid!important;gap:2px!important;min-width:0!important}.variation-image-meta b,.variation-image-meta small{overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.variation-image-meta b{font-size:12px!important;color:var(--text)!important}.variation-image-meta small{font-size:10px!important;color:var(--muted)!important;font-weight:800!important}.variation-image-actions{display:grid!important;grid-template-columns:1fr 1fr!important;gap:6px!important}.product-edit-overview .variation-image-picker{grid-column:1 / -1!important;margin-top:2px!important}.product-edit-overview .variation-image-grid{max-height:170px!important;grid-template-columns:repeat(auto-fill,minmax(126px,1fr))!important}.product-edit-gallery .variation-image-picker{margin:0 0 10px!important}@media(max-width:760px){.variation-image-picker-head{display:grid!important}.variation-image-grid{grid-template-columns:repeat(auto-fill,minmax(128px,1fr))!important;max-height:320px!important}}.product-edit-fullscreen{position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:0!important;width:100vw!important;height:100dvh!important;display:grid!important;place-items:center!important;padding:16px!important;overflow:hidden!important;background:#0f172a8c!important;-webkit-backdrop-filter:blur(12px)!important;backdrop-filter:blur(12px)!important;z-index:9999!important}.product-edit-fullscreen .product-edit-modal{position:relative!important;margin:auto!important;width:min(1180px,calc(100vw - 32px))!important;max-width:min(1180px,calc(100vw - 32px))!important;height:auto!important;max-height:calc(100dvh - 32px)!important;transform:none!important;display:flex!important;flex-direction:column!important;overflow:hidden!important}.product-edit-fullscreen .product-edit-modal-body{min-height:0!important;max-height:calc(100dvh - 180px)!important;overflow:auto!important;display:grid!important;grid-template-columns:minmax(240px,330px) minmax(0,1fr)!important;gap:14px!important}.product-edit-fullscreen .product-edit-main-image{min-height:clamp(240px,32dvh,380px)!important;height:auto!important;max-height:42dvh!important}.draggable-gallery-grid{gap:10px!important}.draggable-gallery-item{cursor:grab!important;-webkit-user-select:none!important;user-select:none!important;touch-action:none!important;outline:1px solid transparent!important;transition:transform .14s ease,box-shadow .14s ease,opacity .14s ease,border-color .14s ease!important}.draggable-gallery-item:active{cursor:grabbing!important}.draggable-gallery-item.is-dragging{opacity:.55!important;transform:scale(.97)!important;border-color:var(--accent)!important;box-shadow:0 0 0 3px color-mix(in srgb,var(--accent) 18%,transparent)!important}.draggable-gallery-item:hover{border-color:color-mix(in srgb,var(--accent) 48%,var(--line))!important;box-shadow:0 12px 26px #0f172a1a!important}.drag-handle{position:absolute!important;top:5px!important;left:5px!important;z-index:4!important;width:22px!important;height:22px!important;display:grid!important;place-items:center!important;border-radius:8px!important;background:#0f172ab8!important;color:#fff!important;font-size:13px!important;font-weight:950!important;line-height:1!important}.gallery-order-badge{position:absolute!important;right:5px!important;bottom:5px!important;z-index:4!important;border-radius:999px!important;padding:2px 6px!important;background:#ffffffe6!important;color:var(--text)!important;border:1px solid rgba(15,23,42,.12)!important;font-size:10px!important;font-weight:950!important}.product-edit-gallery-head:after{content:"Arrastra las imágenes para cambiar el orden. La #1 queda como principal."!important;color:var(--muted)!important;font-size:11px!important;font-weight:800!important;flex:1 1 260px!important;text-align:right!important}.product-edit-fullscreen .variation-image-grid{max-height:230px!important}@media(min-width:1800px){.product-edit-fullscreen .product-edit-modal{width:min(1240px,78vw)!important;max-width:min(1240px,78vw)!important}}@media(max-width:900px){.product-edit-fullscreen{padding:8px!important}.product-edit-fullscreen .product-edit-modal{width:calc(100vw - 16px)!important;max-width:calc(100vw - 16px)!important;max-height:calc(100dvh - 16px)!important}.product-edit-fullscreen .product-edit-modal-body{grid-template-columns:1fr!important;max-height:calc(100dvh - 168px)!important}.product-edit-gallery-head:after{text-align:left!important;flex-basis:100%!important}}.variation-image-picker{width:100%!important;overflow:hidden!important}.variation-image-grid{grid-template-columns:repeat(auto-fill,minmax(136px,150px))!important;justify-content:start!important;align-items:start!important;gap:10px!important}.variation-image-card{width:100%!important;max-width:150px!important;min-width:0!important;grid-template-rows:96px minmax(54px,auto) 30px!important;align-content:start!important;box-sizing:border-box!important;padding:8px!important}.variation-image-thumb{width:100%!important;height:96px!important;aspect-ratio:1 / 1!important;box-sizing:border-box!important}.variation-image-thumb img,.variation-image-thumb .product-image,.variation-image-thumb picture{width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;object-fit:contain!important;display:block!important}.variation-image-meta{min-height:52px!important;align-content:start!important;overflow:hidden!important}.variation-image-meta b{font-size:11px!important;line-height:1.16!important;max-height:26px!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;white-space:normal!important}.variation-image-meta small{font-size:9.5px!important;line-height:1.1!important;max-width:100%!important}.variation-image-actions{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;gap:5px!important;width:100%!important;min-width:0!important;align-self:end!important}.variation-image-actions button{width:100%!important;min-width:0!important;max-width:100%!important;height:30px!important;min-height:30px!important;padding:0 5px!important;border-radius:8px!important;font-size:11px!important;font-weight:850!important;line-height:1!important;display:flex!important;align-items:center!important;justify-content:center!important;text-align:center!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;box-sizing:border-box!important}.product-edit-overview .variation-image-grid,.product-edit-fullscreen .variation-image-grid{grid-template-columns:repeat(auto-fill,minmax(136px,150px))!important}@media(max-width:760px){.variation-image-grid,.product-edit-overview .variation-image-grid,.product-edit-fullscreen .variation-image-grid{grid-template-columns:repeat(auto-fill,minmax(128px,1fr))!important}.variation-image-card{max-width:none!important}}:root{--mobile-safe-top: env(safe-area-inset-top, 0px);--mobile-safe-bottom: env(safe-area-inset-bottom, 0px);--mobile-safe-left: env(safe-area-inset-left, 0px);--mobile-safe-right: env(safe-area-inset-right, 0px)}.mobile-panel-tabs{display:none}.app-frame .mobile-bottom-nav{display:none!important}.app-frame.device-tablet{display:grid!important;grid-template-columns:72px minmax(0,1fr)!important;width:100vw!important;max-width:100vw!important;height:100svh!important;min-height:0!important;overflow:hidden!important}.app-frame.device-tablet .app-sidebar{display:grid!important;width:72px!important;min-width:72px!important;max-width:72px!important;height:100svh!important;overflow:hidden!important;padding:10px 8px!important}.app-frame.device-tablet .side-nav button b,.app-frame.device-tablet .sidebar-profile-meta,.app-frame.device-tablet .sidebar-logout b,.app-frame.device-tablet .brand-block div:not(.brand-mark){display:none!important}.app-frame.device-tablet .side-nav button,.app-frame.device-tablet .sidebar-logout{justify-content:center!important;padding:0!important}.app-frame.device-tablet .app-workspace{height:100svh!important;min-height:0!important;overflow:auto!important;display:grid!important;grid-template-rows:auto auto auto minmax(0,1fr)!important;padding:10px!important;gap:10px!important;scrollbar-gutter:stable!important}.app-frame.device-tablet .fixed-app-grid,.app-frame.device-tablet .fixed-app-grid.active-products,.app-frame.device-tablet .fixed-app-grid.active-source,.app-frame.device-tablet .fixed-app-grid.active-editor,.app-frame.device-tablet .fixed-app-grid.active-media,.app-frame.device-tablet .fixed-app-grid.active-categories,.app-frame.device-tablet .fixed-app-grid.active-attributes{display:grid!important;grid-template-columns:minmax(260px,36vw) minmax(0,1fr)!important;grid-template-areas:"products active"!important;gap:10px!important;width:100%!important;min-width:0!important;height:100%!important;min-height:0!important;overflow:hidden!important}.app-frame.device-tablet .fixed-products-panel{grid-area:products!important;display:flex!important}.app-frame.device-tablet .panel-product-detail,.app-frame.device-tablet .panel-source,.app-frame.device-tablet .panel-editor,.app-frame.device-tablet .panel-media,.app-frame.device-tablet .panel-categories,.app-frame.device-tablet .panel-attributes{grid-area:active!important}.app-frame.device-tablet .fixed-app-grid>.smart-panel{height:100%!important;min-height:0!important;max-height:100%!important;overflow:hidden!important}.app-frame.device-tablet .fixed-app-grid .card,.app-frame.device-tablet .fixed-app-grid .supplier-panel,.app-frame.device-tablet .fixed-app-grid .media-panel,.app-frame.device-tablet .fixed-app-grid .category-panel,.app-frame.device-tablet .fixed-app-grid .attribute-panel,.app-frame.device-tablet .fixed-app-grid .editor,.app-frame.device-tablet .fixed-app-grid .product-representation,.app-frame.device-tablet .fixed-app-grid .empty-product-view,.app-frame.device-tablet .product-v65{height:100%!important;max-height:100%!important;overflow:auto!important}html[data-device-mode=mobile],body[data-device-mode=mobile]{width:100%!important;max-width:100vw!important;min-width:0!important;height:100%!important;min-height:100%!important;overflow:hidden!important;overscroll-behavior:none!important;touch-action:manipulation!important;-webkit-text-size-adjust:100%!important}html[data-device-mode=mobile] #root,body[data-device-mode=mobile] #root{width:100%!important;max-width:100vw!important;min-width:0!important;height:100svh!important;min-height:0!important;overflow:hidden!important}.app-frame.device-mobile,body[data-device-mode=mobile] .app-frame{position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:0!important;display:block!important;width:100vw!important;max-width:100vw!important;min-width:0!important;height:100svh!important;min-height:0!important;overflow:hidden!important;padding:0!important;margin:0!important;box-sizing:border-box!important;background:linear-gradient(180deg,var(--bg),color-mix(in srgb,var(--bg) 88%,#ffffff))!important}.app-frame.device-mobile,.app-frame.device-mobile *{box-sizing:border-box!important}.app-frame.device-mobile .app-sidebar,.app-frame.device-mobile .mobile-bottom-nav{display:none!important}.app-frame.device-mobile .app-workspace{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;display:block!important;width:100vw!important;max-width:100vw!important;min-width:0!important;height:100svh!important;min-height:0!important;max-height:100svh!important;overflow-y:auto!important;overflow-x:hidden!important;-webkit-overflow-scrolling:touch!important;overscroll-behavior-y:contain!important;touch-action:pan-y!important;padding:8px max(8px,var(--mobile-safe-left)) calc(18px + var(--mobile-safe-bottom)) max(8px,var(--mobile-safe-right))!important;margin:0!important;scrollbar-gutter:auto!important}.app-frame.device-mobile .app-workspace>*{width:100%!important;max-width:100%!important;min-width:0!important;margin:0 0 8px!important}.app-frame.device-mobile .app-topbar.glass-panel{position:relative!important;top:auto!important;z-index:auto!important;display:grid!important;grid-template-columns:1fr!important;gap:8px!important;height:auto!important;min-height:0!important;overflow:hidden!important;padding:10px!important;border-radius:16px!important}.app-frame.device-mobile .topbar-title-branded{display:grid!important;grid-template-columns:40px minmax(0,1fr)!important;gap:8px!important;align-items:center!important}.app-frame.device-mobile .topbar-logo{width:40px!important;height:40px!important;min-width:40px!important;object-fit:contain!important}.app-frame.device-mobile .topbar-title h1{font-size:18px!important;line-height:1.05!important;margin:0!important;letter-spacing:-.04em!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.app-frame.device-mobile .topbar-title p,.app-frame.device-mobile .topbar-title .eyebrow{display:block!important;max-width:100%!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.app-frame.device-mobile .topbar-actions{display:grid!important;grid-template-columns:1fr 1fr!important;gap:7px!important;width:100%!important}.app-frame.device-mobile .topbar-actions>*{width:100%!important;min-width:0!important;min-height:36px!important;height:36px!important;border-radius:12px!important;padding:0 8px!important;font-size:12px!important}.app-frame.device-mobile .topbar-actions>*:last-child{grid-column:1 / -1!important}.app-frame.device-mobile .metric-strip{display:grid!important;grid-template-columns:1fr 1fr!important;gap:7px!important}.app-frame.device-mobile .stat-pill{min-width:0!important;min-height:44px!important;padding:7px 9px!important;border-radius:13px!important;overflow:hidden!important}.app-frame.device-mobile .stat-pill b{font-size:15px!important;line-height:1.05!important}.app-frame.device-mobile .stat-pill span{font-size:9px!important;line-height:1.05!important}.app-frame.device-mobile .control-dock.glass-panel,.app-frame.device-mobile .control-dock{position:relative!important;top:auto!important;z-index:auto!important;display:grid!important;grid-template-columns:1fr!important;gap:7px!important;height:auto!important;min-height:0!important;overflow:visible!important;padding:9px!important;border-radius:16px!important}.app-frame.device-mobile .market-switcher-v64{display:grid!important;grid-template-columns:1fr!important;gap:6px!important;width:100%!important;max-width:100%!important}.app-frame.device-mobile .market-select-wrap,.app-frame.device-mobile .market-select-wrap select,.app-frame.device-mobile .add-market-btn,.app-frame.device-mobile .control-dock input,.app-frame.device-mobile .control-dock button,.app-frame.device-mobile .control-dock .btn{width:100%!important;max-width:100%!important;min-width:0!important;min-height:38px!important;height:38px!important;border-radius:12px!important;font-size:12px!important}.app-frame.device-mobile .mobile-panel-tabs{position:sticky!important;top:0!important;z-index:90!important;display:grid!important;grid-template-columns:repeat(7,minmax(0,1fr))!important;gap:3px!important;width:100%!important;max-width:100%!important;min-width:0!important;padding:5px!important;margin:0 0 8px!important;border-radius:15px!important;background:#0f172af7!important;border:1px solid rgba(255,255,255,.14)!important;box-shadow:0 8px 28px #0f172a38!important;-webkit-backdrop-filter:blur(14px)!important;backdrop-filter:blur(14px)!important}.app-frame.device-mobile .mobile-panel-tabs button{width:100%!important;min-width:0!important;max-width:100%!important;height:34px!important;min-height:34px!important;padding:0 1px!important;border:0!important;border-radius:10px!important;background:transparent!important;color:#cbd5e1!important;font-size:8.8px!important;font-weight:950!important;line-height:1!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.app-frame.device-mobile .mobile-panel-tabs button.active{color:#fff!important;background:linear-gradient(135deg,var(--accent),color-mix(in srgb,var(--accent) 50%,#fff))!important}.app-frame.device-mobile .fixed-app-grid,.app-frame.device-mobile .fixed-app-grid.active-products,.app-frame.device-mobile .fixed-app-grid.active-source,.app-frame.device-mobile .fixed-app-grid.active-editor,.app-frame.device-mobile .fixed-app-grid.active-media,.app-frame.device-mobile .fixed-app-grid.active-categories,.app-frame.device-mobile .fixed-app-grid.active-attributes{display:block!important;width:100%!important;max-width:100%!important;min-width:0!important;height:auto!important;min-height:0!important;max-height:none!important;overflow:visible!important}.app-frame.device-mobile .fixed-app-grid>.smart-panel{display:none!important;width:100%!important;max-width:100%!important;min-width:0!important;height:auto!important;min-height:0!important;max-height:none!important;margin:0 0 10px!important;padding:9px!important;border-radius:16px!important;overflow:visible!important}.app-frame.device-mobile .fixed-app-grid.active-products>.fixed-products-panel,.app-frame.device-mobile .fixed-app-grid.active-source>.panel-source,.app-frame.device-mobile .fixed-app-grid.active-editor>.panel-editor,.app-frame.device-mobile .fixed-app-grid.active-media>.panel-media,.app-frame.device-mobile .fixed-app-grid.active-categories>.panel-categories,.app-frame.device-mobile .fixed-app-grid.active-attributes>.panel-attributes{display:block!important}.app-frame.device-mobile .fixed-app-grid.active-products>.panel-product-detail{display:none!important}.app-frame.device-mobile .fixed-products-panel,.app-frame.device-mobile .panel-products,.app-frame.device-mobile .panel-products .product-grid,.app-frame.device-mobile .fixed-products-panel .product-grid,.app-frame.device-mobile .load-more-row,.app-frame.device-mobile .fixed-app-grid .card,.app-frame.device-mobile .fixed-app-grid .supplier-panel,.app-frame.device-mobile .fixed-app-grid .media-panel,.app-frame.device-mobile .fixed-app-grid .category-panel,.app-frame.device-mobile .fixed-app-grid .attribute-panel,.app-frame.device-mobile .fixed-app-grid .editor,.app-frame.device-mobile .fixed-app-grid .product-representation,.app-frame.device-mobile .fixed-app-grid .empty-product-view,.app-frame.device-mobile .product-v65{width:100%!important;max-width:100%!important;min-width:0!important;height:auto!important;min-height:0!important;max-height:none!important;overflow:visible!important}.app-frame.device-mobile .panel-top,.app-frame.device-mobile .section-head{display:block!important}.app-frame.device-mobile .panel-top h2,.app-frame.device-mobile .section-head h2{font-size:15px!important;line-height:1.1!important}.app-frame.device-mobile .product-count{font-size:11px!important;line-height:1.35!important;overflow-wrap:anywhere!important}.app-frame.device-mobile .panel-products .product-grid,.app-frame.device-mobile .fixed-products-panel .product-grid{display:grid!important;grid-template-columns:1fr!important;gap:9px!important;padding:0 0 12px!important;overflow:visible!important}.app-frame.device-mobile .panel-products .product-card,.app-frame.device-mobile .fixed-products-panel .product-card{display:grid!important;grid-template-columns:78px minmax(0,1fr)!important;min-height:94px!important;width:100%!important;max-width:100%!important;padding:7px!important;border-radius:15px!important;gap:8px!important}.app-frame.device-mobile .panel-products .product-image,.app-frame.device-mobile .fixed-products-panel .product-image{width:78px!important;min-width:78px!important;height:78px!important;min-height:78px!important;border-radius:12px!important}.app-frame.device-mobile .panel-products .product-body,.app-frame.device-mobile .fixed-products-panel .product-body{min-width:0!important;overflow:hidden!important;padding:4px 0!important}.app-frame.device-mobile .panel-products .product-body h3,.app-frame.device-mobile .fixed-products-panel .product-body h3{max-width:100%!important;max-height:36px!important;font-size:12px!important;line-height:1.2!important;overflow:hidden!important}.app-frame.device-mobile .panel-products .copy-row,.app-frame.device-mobile .fixed-products-panel .copy-row{display:none!important}.app-frame.device-mobile .panel-products .chips,.app-frame.device-mobile .fixed-products-panel .chips{max-height:22px!important;overflow:hidden!important}.app-frame.device-mobile .panel-editor .editor.card,.app-frame.device-mobile .panel-editor .editor.fade-in{display:block!important;overflow:visible!important;padding:0!important}.app-frame.device-mobile .panel-editor .section-head{display:grid!important;grid-template-columns:1fr!important;gap:7px!important;padding:0!important;margin-bottom:8px!important}.app-frame.device-mobile .panel-editor .section-head .btn,.app-frame.device-mobile .panel-editor .section-head button{width:100%!important;min-width:0!important;height:38px!important}.app-frame.device-mobile .panel-editor .editor-copy-line{display:flex!important;flex-wrap:wrap!important;gap:6px!important}.app-frame.device-mobile .panel-editor .editor-body-scroll{display:block!important;height:auto!important;min-height:0!important;max-height:none!important;overflow:visible!important;padding:0!important;margin:0!important}.app-frame.device-mobile .product-edit-overview,.app-frame.device-mobile .panel-editor .product-edit-overview{display:grid!important;grid-template-columns:1fr!important;gap:10px!important;width:100%!important;max-width:100%!important;min-width:0!important;overflow:visible!important;padding:0!important}.app-frame.device-mobile .overview-main-image{width:100%!important;max-width:100%!important;min-width:0!important;height:clamp(150px,44vw,210px)!important;min-height:150px!important;max-height:210px!important;overflow:hidden!important}.app-frame.device-mobile .overview-info,.app-frame.device-mobile .overview-info strong{min-width:0!important;max-width:100%!important;overflow:visible!important;white-space:normal!important}.app-frame.device-mobile .overview-facts,.app-frame.device-mobile .product-edit-facts,.app-frame.device-mobile .editor-grid-two,.app-frame.device-mobile .shipping-grid,.app-frame.device-mobile .attr-grid,.app-frame.device-mobile .media-main,.app-frame.device-mobile .product-detail-grid,.app-frame.device-mobile .product-edit-modal-body,.app-frame.device-mobile .product-edit-overview,.app-frame.device-mobile .product-edit-content-grid{display:grid!important;grid-template-columns:1fr!important;gap:8px!important}.app-frame.device-mobile .overview-facts span,.app-frame.device-mobile .product-edit-facts span{min-width:0!important;overflow:hidden!important}.app-frame.device-mobile .overview-gallery{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:7px!important;overflow:visible!important;padding:0!important}.app-frame.device-mobile .overview-gallery button:not(.overview-edit-media),.app-frame.device-mobile .overview-gallery .overview-edit-media{width:100%!important;min-width:0!important;max-width:100%!important;height:78px!important;min-height:78px!important;flex:initial!important;font-size:11px!important;border-radius:12px!important}.app-frame.device-mobile .overview-gallery .overview-edit-media{display:grid!important;place-items:center!important;padding:4px!important}.app-frame.device-mobile .editor-grid-two label,.app-frame.device-mobile .product-edit-content-grid label,.app-frame.device-mobile .shipping-grid label,.app-frame.device-mobile .attr-grid label,.app-frame.device-mobile textarea,.app-frame.device-mobile input,.app-frame.device-mobile select{min-width:0!important;max-width:100%!important}.app-frame.device-mobile .tabs{display:flex!important;gap:6px!important;overflow-x:auto!important;overflow-y:hidden!important;padding:0 0 6px!important;margin:8px 0!important;scrollbar-gutter:auto!important}.app-frame.device-mobile .tabs button{flex:0 0 auto!important;min-height:34px!important;padding:0 10px!important}.app-frame.device-mobile .panel-editor .editor-body-scroll>.editor-tab-scroll{display:block!important;width:100%!important;max-width:100%!important;min-width:0!important;height:auto!important;min-height:0!important;max-height:none!important;overflow:visible!important;padding:9px!important;margin:0!important;scrollbar-gutter:auto!important}.app-frame.device-mobile .panel-editor .editor-body-scroll>.editor-tab-scroll .html-preview,.app-frame.device-mobile .panel-editor .editor-body-scroll>.editor-tab-scroll .html-editor textarea,.app-frame.device-mobile .panel-editor .editor-body-scroll>.editor-tab-scroll>.editor-tab-textarea{min-height:200px!important;max-width:100%!important;overflow:auto!important}.app-frame.device-mobile .panel-editor .editor-footer{position:relative!important;display:grid!important;grid-template-columns:1fr!important;gap:8px!important;width:100%!important;max-width:100%!important;padding:10px 0 0!important;margin:10px 0 0!important;background:transparent!important}.app-frame.device-mobile .panel-editor .editor-footer .btn,.app-frame.device-mobile .panel-editor .editor-footer button{width:100%!important;min-width:0!important}.app-frame.device-mobile .variation-image-picker{width:100%!important;max-width:100%!important;min-width:0!important;overflow:visible!important;padding:10px!important;margin:10px 0 0!important}.app-frame.device-mobile .variation-image-picker-head{display:grid!important;grid-template-columns:1fr!important;gap:8px!important}.app-frame.device-mobile .variation-image-picker-head button{width:100%!important;min-width:0!important}.app-frame.device-mobile .variation-image-card{width:100%!important;max-width:100%!important;min-width:0!important;display:grid!important;grid-template-columns:110px minmax(0,1fr)!important;grid-template-rows:auto auto!important;gap:8px!important;padding:8px!important;border-radius:13px!important}.app-frame.device-mobile .variation-image-thumb{grid-row:1 / span 2!important;width:110px!important;height:96px!important;min-height:96px!important}.app-frame.device-mobile .variation-image-meta{align-self:end!important;min-width:0!important}.app-frame.device-mobile .variation-image-meta b,.app-frame.device-mobile .variation-image-meta small{max-width:100%!important}.app-frame.device-mobile .variation-image-actions{display:grid!important;grid-template-columns:1fr 1fr!important;gap:6px!important;align-self:start!important}.app-frame.device-mobile .variation-image-actions button{width:100%!important;min-width:0!important;max-width:100%!important;height:34px!important;min-height:34px!important;padding:0 4px!important;font-size:12px!important;border-radius:10px!important}.app-frame.device-mobile table,.app-frame.device-mobile .terms-table,.app-frame.device-mobile .category-tree table{min-width:0!important;width:100%!important}.app-frame.device-mobile .terms-table-wrap,.app-frame.device-mobile .category-tree{overflow-x:auto!important;max-width:100%!important}.app-frame.device-mobile img,.app-frame.device-mobile video,.app-frame.device-mobile canvas,.app-frame.device-mobile svg{max-width:100%!important}.app-frame.device-mobile pre,.app-frame.device-mobile code{white-space:pre-wrap!important;overflow-wrap:anywhere!important}@media(max-width:380px){.app-frame.device-mobile .app-workspace{padding-left:6px!important;padding-right:6px!important}.app-frame.device-mobile .app-topbar.glass-panel,.app-frame.device-mobile .control-dock.glass-panel,.app-frame.device-mobile .fixed-app-grid>.smart-panel{border-radius:15px!important;padding:8px!important}.app-frame.device-mobile .topbar-actions{grid-template-columns:1fr!important}.app-frame.device-mobile .topbar-actions>*{height:34px!important;min-height:34px!important}.app-frame.device-mobile .mobile-panel-tabs{gap:2px!important;padding:4px!important;border-radius:13px!important}.app-frame.device-mobile .mobile-panel-tabs button{font-size:8px!important;height:32px!important;min-height:32px!important}.app-frame.device-mobile .panel-products .product-card,.app-frame.device-mobile .fixed-products-panel .product-card{grid-template-columns:72px minmax(0,1fr)!important}.app-frame.device-mobile .panel-products .product-image,.app-frame.device-mobile .fixed-products-panel .product-image{width:72px!important;min-width:72px!important;height:72px!important;min-height:72px!important}.app-frame.device-mobile .overview-gallery{grid-template-columns:repeat(2,minmax(0,1fr))!important}.app-frame.device-mobile .variation-image-card{grid-template-columns:96px minmax(0,1fr)!important}.app-frame.device-mobile .variation-image-thumb{width:96px!important;height:88px!important;min-height:88px!important}.app-frame.device-mobile .variation-image-actions button{font-size:11px!important}}@media(max-height:540px)and (max-width:760px){.app-frame.device-mobile .app-workspace{padding-top:6px!important}.app-frame.device-mobile .app-topbar.glass-panel{padding:8px!important}.app-frame.device-mobile .metric-strip{gap:6px!important}.app-frame.device-mobile .stat-pill{min-height:42px!important;padding:6px 8px!important}.app-frame.device-mobile .control-dock.glass-panel{padding:8px!important;gap:6px!important}.app-frame.device-mobile .overview-main-image{height:150px!important;min-height:150px!important}}body[data-device-mode=mobile] .product-edit-fullscreen{padding:0!important;overflow:auto!important;max-width:100vw!important;z-index:20000!important}body[data-device-mode=mobile] .product-edit-fullscreen .product-edit-modal{width:100vw!important;max-width:100vw!important;min-width:0!important;height:100svh!important;max-height:100svh!important;border-radius:0!important}body[data-device-mode=mobile] .product-edit-fullscreen .product-edit-modal-body{grid-template-columns:1fr!important;max-height:none!important;flex:1 1 auto!important;overflow:auto!important;padding-bottom:18px!important}body[data-device-mode=mobile] .product-edit-fullscreen .product-edit-main-image,body[data-device-mode=mobile] .product-edit-fullscreen .product-edit-info,body[data-device-mode=mobile] .product-edit-fullscreen .product-edit-gallery,body[data-device-mode=mobile] .product-edit-fullscreen .product-edit-content-grid{width:100%!important;max-width:100%!important;min-width:0!important}.app-frame.device-mobile .panel-editor .product-edit-overview,.app-frame.device-mobile .product-edit-overview{overflow:visible!important}.app-frame.device-mobile .overview-main-image{width:100%!important;max-width:100%!important;height:auto!important;min-height:0!important;max-height:none!important;aspect-ratio:auto!important;overflow:visible!important;display:block!important;padding:0!important;background:#fff!important;border:1px solid var(--line)!important;border-radius:14px!important}.app-frame.device-mobile .overview-main-image img,.app-frame.device-mobile .overview-main-image picture,.app-frame.device-mobile .overview-main-image .image-empty{width:100%!important;height:auto!important;min-height:0!important;max-height:none!important;aspect-ratio:auto!important;object-fit:contain!important;object-position:center center!important;display:block!important;padding:6px!important;border-radius:13px!important;background:#fff!important}.app-frame.device-mobile .overview-gallery{display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;align-items:stretch!important;justify-content:flex-start!important;gap:8px!important;width:100%!important;max-width:100%!important;min-width:0!important;height:auto!important;min-height:0!important;max-height:none!important;overflow-x:auto!important;overflow-y:hidden!important;padding:2px 0 8px!important;-webkit-overflow-scrolling:touch!important;scrollbar-gutter:auto!important}.app-frame.device-mobile .overview-gallery button:not(.overview-edit-media){flex:0 0 92px!important;width:92px!important;min-width:92px!important;max-width:92px!important;height:92px!important;min-height:92px!important;max-height:92px!important;aspect-ratio:1 / 1!important;padding:4px!important;border-radius:14px!important;overflow:hidden!important;display:grid!important;place-items:center!important;position:relative!important;background:#fff!important}.app-frame.device-mobile .overview-gallery button:not(.overview-edit-media) img,.app-frame.device-mobile .overview-gallery button:not(.overview-edit-media) picture,.app-frame.device-mobile .overview-gallery button:not(.overview-edit-media) .image-empty{width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;object-fit:contain!important;object-position:center center!important;display:block!important;padding:0!important;background:#fff!important}.app-frame.device-mobile .overview-gallery b{position:absolute!important;left:6px!important;right:6px!important;bottom:6px!important;width:auto!important;max-width:calc(100% - 12px)!important;padding:3px 5px!important;border-radius:8px!important;font-size:10px!important;line-height:1!important;text-align:center!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.app-frame.device-mobile .overview-gallery .overview-edit-media{flex:0 0 118px!important;width:118px!important;min-width:118px!important;max-width:118px!important;height:92px!important;min-height:92px!important;max-height:92px!important;display:grid!important;place-items:center!important;padding:0 10px!important;border-radius:14px!important;font-size:13px!important;line-height:1.15!important;text-align:center!important;white-space:normal!important}.app-frame.device-mobile .variation-image-picker{width:100%!important;max-width:100%!important;min-width:0!important;overflow:visible!important;padding:10px!important;margin:10px 0 0!important;border-radius:16px!important}.app-frame.device-mobile .variation-image-picker-head{display:grid!important;grid-template-columns:1fr!important;gap:8px!important;align-items:start!important}.app-frame.device-mobile .variation-image-picker-head button{width:100%!important;min-width:0!important;height:38px!important;min-height:38px!important;border-radius:12px!important}.app-frame.device-mobile .variation-image-grid,.app-frame.device-mobile .product-edit-overview .variation-image-grid,.app-frame.device-mobile .product-edit-fullscreen .variation-image-grid{display:grid!important;grid-template-columns:1fr!important;gap:8px!important;width:100%!important;max-width:100%!important;min-width:0!important;max-height:none!important;overflow:visible!important;padding:0!important}.app-frame.device-mobile .variation-image-card,.app-frame.device-mobile .product-edit-overview .variation-image-card,.app-frame.device-mobile .product-edit-fullscreen .variation-image-card{width:100%!important;max-width:100%!important;min-width:0!important;display:grid!important;grid-template-columns:94px minmax(0,1fr)!important;grid-template-rows:auto auto!important;grid-template-areas:"thumb meta" "thumb actions"!important;gap:8px!important;align-items:center!important;padding:8px!important;border-radius:14px!important;box-sizing:border-box!important}.app-frame.device-mobile .variation-image-thumb{grid-area:thumb!important;width:94px!important;min-width:94px!important;height:94px!important;min-height:94px!important;max-height:94px!important;aspect-ratio:1 / 1!important;overflow:hidden!important;border-radius:12px!important;background:#fff!important}.app-frame.device-mobile .variation-image-thumb img,.app-frame.device-mobile .variation-image-thumb picture,.app-frame.device-mobile .variation-image-thumb .image-empty{width:100%!important;height:100%!important;object-fit:contain!important;object-position:center center!important;display:block!important;padding:4px!important;background:#fff!important}.app-frame.device-mobile .variation-image-meta{grid-area:meta!important;min-width:0!important;min-height:0!important;overflow:hidden!important;align-self:end!important}.app-frame.device-mobile .variation-image-meta b{display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;white-space:normal!important;overflow:hidden!important;text-overflow:ellipsis!important;font-size:13px!important;line-height:1.15!important;max-height:none!important}.app-frame.device-mobile .variation-image-meta small{display:block!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;font-size:11px!important;line-height:1.15!important}.app-frame.device-mobile .variation-image-actions{grid-area:actions!important;display:grid!important;grid-template-columns:1fr 1fr!important;gap:6px!important;width:100%!important;min-width:0!important;align-self:start!important}.app-frame.device-mobile .variation-image-actions button{width:100%!important;min-width:0!important;max-width:100%!important;height:36px!important;min-height:36px!important;padding:0 4px!important;border-radius:11px!important;font-size:12px!important;font-weight:900!important;line-height:1!important;display:flex!important;align-items:center!important;justify-content:center!important;text-align:center!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}@media(max-width:370px){.app-frame.device-mobile .overview-gallery button:not(.overview-edit-media){flex-basis:84px!important;width:84px!important;min-width:84px!important;height:84px!important;min-height:84px!important;max-height:84px!important}.app-frame.device-mobile .overview-gallery .overview-edit-media{flex-basis:106px!important;width:106px!important;min-width:106px!important;height:84px!important;min-height:84px!important;max-height:84px!important}.app-frame.device-mobile .variation-image-card,.app-frame.device-mobile .product-edit-overview .variation-image-card,.app-frame.device-mobile .product-edit-fullscreen .variation-image-card{grid-template-columns:82px minmax(0,1fr)!important;gap:7px!important;padding:7px!important}.app-frame.device-mobile .variation-image-thumb{width:82px!important;min-width:82px!important;height:82px!important;min-height:82px!important;max-height:82px!important}.app-frame.device-mobile .variation-image-actions button{height:34px!important;min-height:34px!important;font-size:11px!important}}.attr-flags-row{align-items:flex-start;gap:12px}.attr-row-main{min-width:220px;display:flex;flex-direction:column;gap:4px}.attr-row-main em{font-style:normal;color:var(--muted, #64748b);line-height:1.35;overflow-wrap:anywhere}.attr-flag-controls{display:flex;flex-wrap:wrap;gap:8px 14px;align-items:center;flex:1 1 260px}.attr-flag-controls label{display:inline-flex;align-items:center;gap:7px;font-size:12px;font-weight:800;color:var(--text, #0f172a);background:#ffffffb8;border:1px solid rgba(148,163,184,.38);border-radius:999px;padding:7px 10px;margin:0}.attr-flag-controls input{width:15px;height:15px}@media(max-width:760px){.attr-flags-row{display:grid!important;grid-template-columns:auto 1fr}.attr-flags-row .attr-order-actions,.attr-flags-row .attr-flag-controls{grid-column:1 / -1}.attr-flag-controls label{width:100%;justify-content:flex-start}}.attr-delete-list .attr-flags-row.attr-order-row{display:grid!important;grid-template-columns:34px minmax(260px,1fr) minmax(330px,auto) auto!important;grid-template-areas:"mark info flags actions"!important;align-items:center!important;gap:10px 12px!important;padding:12px 0!important;overflow:visible!important}.attr-delete-list .attr-flags-row.attr-order-row>input[type=checkbox]{grid-area:mark!important;justify-self:start!important;align-self:center!important}.attr-delete-list .attr-flags-row .attr-row-main{grid-area:info!important;min-width:0!important;max-width:100%!important;display:grid!important;gap:4px!important;overflow:visible!important;white-space:normal!important;text-overflow:clip!important}.attr-delete-list .attr-flags-row .attr-row-main b,.attr-delete-list .attr-flags-row .attr-row-main em{display:block!important;min-width:0!important;max-width:100%!important;overflow:visible!important;white-space:normal!important;text-overflow:clip!important;overflow-wrap:anywhere!important}.attr-delete-list .attr-flags-row .attr-row-main em{font-style:normal!important;color:var(--muted, #64748b)!important;font-size:12px!important;line-height:1.35!important}.attr-delete-list .attr-flags-row .attr-flag-controls{grid-area:flags!important;display:flex!important;flex-wrap:nowrap!important;align-items:center!important;justify-content:flex-end!important;gap:8px!important;min-width:0!important;width:auto!important;flex:initial!important}.attr-delete-list .attr-flags-row .attr-flag-controls label{display:inline-flex!important;align-items:center!important;justify-content:flex-start!important;gap:7px!important;width:auto!important;max-width:100%!important;min-height:34px!important;margin:0!important;padding:7px 10px!important;border-radius:12px!important;white-space:nowrap!important;font-size:11px!important;line-height:1.1!important;background:color-mix(in srgb,var(--panel-solid) 92%,var(--accent) 8%)!important;border:1px solid color-mix(in srgb,var(--line) 80%,var(--accent) 20%)!important}.attr-delete-list .attr-flags-row .attr-flag-controls input[type=checkbox]{flex:0 0 auto!important;width:16px!important;height:16px!important}.attr-delete-list .attr-flags-row .attr-order-actions{grid-area:actions!important;display:inline-flex!important;flex-wrap:nowrap!important;justify-content:flex-end!important;align-items:center!important;gap:6px!important;min-width:max-content!important;width:auto!important;padding-left:0!important}.attr-delete-list .attr-flags-row .attr-order-actions button{width:auto!important;min-width:56px!important;max-width:none!important;min-height:32px!important;padding:6px 10px!important;overflow:visible!important;text-overflow:clip!important;white-space:nowrap!important;border-radius:10px!important;font-size:11px!important}@media(max-width:1250px){.attr-delete-list .attr-flags-row.attr-order-row{grid-template-columns:30px minmax(0,1fr)!important;grid-template-areas:"mark info" ". flags" ". actions"!important;align-items:start!important}.attr-delete-list .attr-flags-row .attr-flag-controls,.attr-delete-list .attr-flags-row .attr-order-actions{justify-content:flex-start!important}.attr-delete-list .attr-flags-row .attr-flag-controls{flex-wrap:wrap!important}}@media(max-width:760px){.attr-delete-list .attr-flags-row.attr-order-row{grid-template-columns:26px minmax(0,1fr)!important;gap:8px!important}.attr-delete-list .attr-flags-row .attr-flag-controls label{flex:1 1 100%!important;width:100%!important;white-space:normal!important}.attr-delete-list .attr-flags-row .attr-order-actions{flex-wrap:wrap!important}.attr-delete-list .attr-flags-row .attr-order-actions button{flex:1 1 auto!important;min-width:70px!important}}.seo-plugin-status{display:flex;flex-wrap:wrap;gap:8px;align-items:center;margin:10px 0 12px;padding:10px 12px;border:1px solid rgba(15,23,42,.1);border-radius:14px;background:#ffffffc7;font-size:13px}body[data-theme=dark] .seo-plugin-status{background:#0f172ab8;border-color:#ffffff1a}.seo-plugin-status strong{font-weight:900}.seo-plugin-status span{color:var(--muted);font-weight:700}.variation-price-editor{display:grid!important;gap:10px!important;padding:12px!important;border:1px solid var(--line)!important;border-radius:14px!important;background:color-mix(in srgb,var(--panel-solid) 96%,var(--accent))!important;overflow:hidden!important;min-width:0!important}.variation-price-editor>strong{display:block!important;font-size:14px!important;color:var(--text)!important}.variation-price-editor .field-hint{margin:-4px 0 4px!important;max-width:920px!important}.variation-price-header,.variation-price-row{display:grid!important;grid-template-columns:minmax(260px,1.35fr) repeat(4,minmax(118px,.7fr))!important;gap:8px!important;align-items:center!important;width:100%!important;min-width:0!important}.variation-price-header{padding:7px 10px!important;border-radius:10px!important;background:color-mix(in srgb,var(--accent) 8%,var(--soft))!important;color:var(--muted)!important;font-size:10px!important;font-weight:950!important;text-transform:uppercase!important;letter-spacing:.04em!important}.variation-price-row{padding:8px!important;border:1px solid var(--line)!important;border-radius:12px!important;background:var(--panel-solid)!important;box-shadow:none!important}.variation-price-id{display:grid!important;grid-template-columns:54px minmax(0,1fr)!important;gap:9px!important;align-items:center!important;min-width:0!important}.variation-price-thumb{width:54px!important;height:54px!important;border:1px solid var(--line)!important;border-radius:10px!important;background:#fff!important;display:grid!important;place-items:center!important;overflow:hidden!important;color:var(--muted)!important;font-size:9px!important;font-weight:900!important;text-align:center!important;line-height:1.05!important}.variation-price-thumb img{display:block!important;width:100%!important;height:100%!important;object-fit:contain!important;padding:3px!important}.variation-price-title{display:grid!important;gap:3px!important;min-width:0!important}.variation-price-title b,.variation-price-title em{display:block!important;min-width:0!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;word-break:normal!important;overflow-wrap:normal!important}.variation-price-title b{font-size:12px!important;line-height:1.2!important;color:var(--text)!important;font-weight:950!important}.variation-price-title em{font-style:normal!important;font-size:10px!important;color:var(--muted)!important;font-weight:850!important}.variation-price-row label{display:grid!important;gap:4px!important;margin:0!important;min-width:0!important}.variation-price-row label>span{display:none!important;font-size:10px!important;color:var(--muted)!important;font-weight:900!important}.variation-price-row input{width:100%!important;min-width:0!important;max-width:100%!important;min-height:36px!important;height:36px!important;padding:0 10px!important;font-size:12px!important;border-radius:10px!important;box-sizing:border-box!important}@media(max-width:1100px){.variation-price-header{display:none!important}.variation-price-row{grid-template-columns:1fr 1fr!important;align-items:stretch!important}.variation-price-id{grid-column:1 / -1!important}.variation-price-row label>span{display:block!important}}@media(max-width:620px){.variation-price-row{grid-template-columns:1fr!important}}.gallery-organizer-wrap{width:100%!important;display:grid!important;gap:10px!important}.gallery-selector-note{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;padding:10px 12px!important;border:1px solid var(--line)!important;border-radius:16px!important;background:#ffffffb8!important}.gallery-selector-note strong{font-weight:950!important;color:var(--text)!important}.gallery-selector-note span{color:var(--muted)!important;font-size:12px!important;font-weight:750!important}.draggable-gallery-grid .gallery-item,.gallery-row .gallery-item,.product-edit-gallery-grid .gallery-item,.editor-inline-gallery-grid .gallery-item{position:relative!important;overflow:hidden!important;border:1px solid var(--line)!important;border-radius:18px!important;background:#fff!important;min-height:150px!important;height:auto!important;padding:8px!important;display:grid!important;grid-template-rows:minmax(86px,1fr) auto!important;gap:7px!important}.draggable-gallery-grid .gallery-item img,.gallery-row .gallery-item img,.product-edit-gallery-grid .gallery-item img,.editor-inline-gallery-grid .gallery-item img,.draggable-gallery-grid .gallery-item .product-image,.gallery-row .gallery-item .product-image,.product-edit-gallery-grid .gallery-item .product-image,.editor-inline-gallery-grid .gallery-item .product-image{width:100%!important;height:92px!important;object-fit:contain!important;display:block!important;border-radius:12px!important}.draggable-gallery-grid .gallery-item.is-main-image{border-color:var(--accent)!important;box-shadow:0 10px 24px #0d6efd24!important}.gallery-image-actions{display:grid!important;grid-template-columns:1fr 1fr!important;gap:5px!important;position:relative!important;z-index:3!important}.gallery-image-actions button{border:1px solid var(--line)!important;border-radius:10px!important;background:#fff!important;color:var(--text)!important;font-size:10px!important;font-weight:900!important;padding:7px 6px!important;cursor:pointer!important;min-width:0!important;white-space:nowrap!important}.gallery-image-actions button:hover:not(:disabled){background:var(--accent)!important;color:#fff!important;border-color:var(--accent)!important}.gallery-image-actions button:disabled{opacity:.62!important;cursor:default!important;background:#0d6efd14!important;color:var(--accent)!important}.gallery-main-action{color:var(--accent)!important}.gallery-to-gallery-action{color:var(--muted)!important}.editor-gallery-tools{grid-column:1 / -1!important;display:grid!important;gap:10px!important;padding:12px!important;border:1px solid var(--line)!important;border-radius:18px!important;background:#f8fafcdb!important;margin-top:10px!important}.editor-gallery-tools-head{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;gap:4px 12px!important;align-items:center!important}.editor-gallery-tools-head strong{font-size:14px!important;font-weight:950!important;color:var(--text)!important}.editor-gallery-tools-head span{color:var(--muted)!important;font-size:12px!important;font-weight:750!important}.editor-gallery-tools-head button{grid-row:span 2!important;border:1px solid var(--line)!important;border-radius:12px!important;background:#fff!important;font-weight:900!important;padding:8px 10px!important;cursor:pointer!important}.editor-inline-gallery-grid{display:grid!important;grid-template-columns:repeat(auto-fill,minmax(118px,1fr))!important;gap:9px!important;max-height:260px!important;overflow:auto!important}@media(max-width:720px){.gallery-selector-note,.editor-gallery-tools-head{display:grid!important;grid-template-columns:1fr!important}.editor-gallery-tools-head button{grid-row:auto!important}.editor-inline-gallery-grid{grid-template-columns:repeat(auto-fill,minmax(104px,1fr))!important}}.variation-price-header-v99,.variation-price-row-v99{grid-template-columns:minmax(255px,1.25fr) minmax(190px,.9fr) repeat(4,minmax(108px,.62fr))!important}.variation-image-cell{display:grid!important;grid-template-columns:1fr!important;gap:6px!important;min-width:0!important}.variation-image-cell select,.variation-image-cell button,.variation-upload-btn{width:100%!important;min-width:0!important;height:32px!important;border-radius:9px!important;border:1px solid var(--line)!important;background:#fff!important;color:var(--text)!important;font-size:11px!important;font-weight:850!important;padding:0 8px!important;box-sizing:border-box!important}.variation-upload-btn{display:grid!important;place-items:center!important;cursor:pointer!important;color:var(--accent)!important;border-style:dashed!important;background:color-mix(in srgb,var(--accent) 7%,#fff)!important}.variation-clear-image{cursor:pointer!important;color:#b42318!important;background:#fef2f2eb!important}body[data-theme=dark] .variation-image-cell select,body[data-theme=dark] .variation-image-cell button,body[data-theme=dark] .variation-upload-btn{background:#0f172af5!important;color:var(--text)!important}@media(max-width:1300px){.variation-price-header-v99{display:none!important}.variation-price-row-v99{grid-template-columns:1fr 1fr!important}.variation-price-row-v99 .variation-price-id{grid-column:1 / -1!important}.variation-image-cell{grid-column:1 / -1!important;grid-template-columns:repeat(3,minmax(0,1fr))!important}.variation-price-row-v99 label>span{display:block!important}}@media(max-width:680px){.variation-price-row-v99,.variation-image-cell{grid-template-columns:1fr!important}}.variation-price-header-v99,.variation-price-row-v99,.variation-price-header-v95,.variation-price-row-v95{grid-template-columns:minmax(265px,1.15fr) minmax(260px,1.15fr) repeat(4,minmax(104px,.58fr))!important}.variation-gallery-selector{display:grid!important;gap:6px!important;min-width:0!important}.variation-gallery-selector>span{font-size:10px!important;color:var(--muted)!important;font-weight:950!important;text-transform:uppercase!important;letter-spacing:.04em!important}.variation-gallery-selector-grid{display:grid!important;grid-template-columns:repeat(auto-fill,minmax(64px,1fr))!important;gap:6px!important;max-height:168px!important;overflow:auto!important;padding:4px!important;border:1px solid var(--line)!important;border-radius:12px!important;background:#f8fafcbf!important}.variation-gallery-selector-grid button{height:auto!important;min-height:92px!important;display:grid!important;grid-template-rows:52px auto auto!important;gap:3px!important;padding:4px!important;border-radius:10px!important;border:1px solid var(--line)!important;background:#fff!important;color:var(--text)!important;cursor:pointer!important;text-align:center!important;overflow:hidden!important}.variation-gallery-selector-grid button.active{border-color:var(--accent)!important;box-shadow:0 0 0 3px color-mix(in srgb,var(--accent) 18%,transparent)!important;background:color-mix(in srgb,var(--accent) 7%,#fff)!important}.variation-gallery-selector-grid img{width:100%!important;height:52px!important;object-fit:contain!important;object-position:center!important;border-radius:8px!important;background:#f8fafc!important}.variation-gallery-selector-grid b{font-size:10px!important;font-weight:950!important;line-height:1.1!important;color:var(--accent)!important}.variation-gallery-selector-grid small{display:block!important;max-width:100%!important;color:var(--muted)!important;font-size:9px!important;font-weight:800!important;line-height:1.12!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.variation-gallery-selector-empty{border:1px dashed var(--line)!important;border-radius:10px!important;padding:9px!important;color:var(--muted)!important;font-size:11px!important;font-weight:850!important;background:#f8fafcbf!important}body[data-theme=dark] .variation-gallery-selector-grid,body[data-theme=dark] .variation-gallery-selector-empty{background:#0f172ab8!important}body[data-theme=dark] .variation-gallery-selector-grid button{background:#0f172af5!important}body[data-theme=dark] .variation-gallery-selector-grid img{background:#e2e8f014!important}@media(max-width:1300px){.variation-price-header-v99{display:none!important}.variation-price-row-v99{grid-template-columns:1fr 1fr!important}.variation-price-row-v99 .variation-price-id{grid-column:1 / -1!important}.variation-gallery-selector-grid{grid-template-columns:repeat(auto-fill,minmax(78px,1fr))!important;max-height:210px!important}}@media(max-width:680px){.variation-price-row-v99{grid-template-columns:1fr!important}.variation-gallery-selector-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}.variation-price-editor-v99{display:grid!important;gap:10px!important}.variation-editor-head-v99{display:flex!important;justify-content:space-between!important;align-items:flex-start!important;gap:12px!important}.variation-selected-count{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-width:112px!important;height:32px!important;border-radius:999px!important;background:color-mix(in srgb,var(--accent) 12%,#fff)!important;color:var(--accent)!important;border:1px solid color-mix(in srgb,var(--accent) 24%,var(--line))!important;font-size:11px!important;font-weight:950!important}.variation-bulk-tools-v99{display:grid!important;grid-template-columns:minmax(260px,.9fr) minmax(300px,1.1fr)!important;gap:10px!important;align-items:start!important;padding:10px!important;border:1px solid var(--line)!important;border-radius:16px!important;background:#f8fafcb8!important}.variation-bulk-actions-v99{display:flex!important;flex-wrap:wrap!important;gap:8px!important}.variation-bulk-actions-v99 button,.variation-gallery-toggle{min-height:34px!important;border-radius:11px!important;border:1px solid var(--line)!important;background:#fff!important;color:var(--text)!important;font-size:11px!important;font-weight:950!important;padding:7px 10px!important;box-sizing:border-box!important}.variation-bulk-actions-v99 button:disabled,.variation-gallery-selector.disabled .variation-gallery-toggle{opacity:.52!important;cursor:not-allowed!important}.variation-price-header-v99,.variation-price-row-v99{grid-template-columns:minmax(72px,.34fr) minmax(245px,1.1fr) minmax(218px,1fr) repeat(4,minmax(104px,.58fr))!important}.variation-price-row-v99{align-items:start!important}.variation-select-cell{display:flex!important;align-items:center!important;gap:7px!important;height:100%!important;min-height:58px!important;color:var(--muted)!important;font-size:10px!important;font-weight:900!important}.variation-select-cell input{width:17px!important;height:17px!important;padding:0!important;border-radius:5px!important}.variation-gallery-selector-collapsed{gap:6px!important}.variation-gallery-toggle{width:100%!important;display:grid!important;grid-template-columns:minmax(0,1fr) auto auto!important;gap:8px!important;align-items:center!important;text-align:left!important;background:color-mix(in srgb,var(--accent) 6%,#fff)!important}.variation-gallery-toggle span{min-width:0!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;color:var(--accent)!important}.variation-gallery-toggle small{color:var(--muted)!important;font-size:10px!important;font-weight:850!important;white-space:nowrap!important}.variation-gallery-toggle b{color:var(--accent)!important;font-size:12px!important}.variation-gallery-selector-collapsed.open .variation-gallery-selector-grid{margin-top:4px!important}.variation-price-row-v99 .variation-gallery-selector-grid{max-height:150px!important;grid-template-columns:repeat(auto-fill,minmax(58px,1fr))!important}.variation-bulk-tools-v99 .variation-gallery-selector-grid{max-height:190px!important;grid-template-columns:repeat(auto-fill,minmax(72px,1fr))!important}body[data-theme=dark] .variation-bulk-tools-v99{background:#0f172ab8!important}body[data-theme=dark] .variation-bulk-actions-v99 button,body[data-theme=dark] .variation-gallery-toggle{background:#0f172af5!important;color:var(--text)!important}@media(max-width:1300px){.variation-price-header-v99{display:none!important}.variation-price-row-v99{grid-template-columns:1fr 1fr!important}.variation-price-row-v99 .variation-select-cell,.variation-price-row-v99 .variation-price-id{grid-column:1 / -1!important}.variation-bulk-tools-v99{grid-template-columns:1fr!important}.variation-price-row-v99 label>span{display:block!important}}@media(max-width:680px){.variation-editor-head-v99{display:grid!important}.variation-price-row-v99,.variation-image-cell{grid-template-columns:1fr!important}.variation-gallery-toggle{grid-template-columns:1fr auto!important}.variation-gallery-toggle small{display:none!important}}.editor-ai-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;min-width:280px}.editor-ai-actions .btn{min-height:34px;white-space:nowrap}@media(max-width:900px){.editor-ai-actions{justify-content:flex-start;width:100%}.editor-ai-actions .btn{flex:1 1 160px}}.market-taxonomy-box{border:1px solid rgba(148,163,184,.35);background:#f8fafcc7;border-radius:18px;padding:14px;display:grid;gap:10px;margin:10px 0 12px}.market-taxonomy-head,.market-taxonomy-footer{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap}.market-taxonomy-head b{display:block;color:#0f172a}.market-taxonomy-head span,.market-taxonomy-box p{color:#64748b;font-size:12px;margin:0}.market-taxonomy-actions{display:flex;gap:8px;flex-wrap:wrap}.market-taxonomy-box textarea{width:100%;min-height:118px;border-radius:14px;border:1px solid rgba(148,163,184,.45);padding:12px;resize:vertical;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:12px;background:#fff}.taxonomy-file-btn{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:0 14px;border-radius:999px;border:1px solid rgba(37,99,235,.25);background:#2563eb14;color:#1d4ed8;font-weight:700;cursor:pointer}.taxonomy-append{display:inline-flex;align-items:center;gap:7px;color:#475569;font-size:12px}.market-taxonomy-preview{display:flex;flex-wrap:wrap;gap:6px;max-height:88px;overflow:auto}.market-taxonomy-preview em{font-style:normal;border:1px solid rgba(15,23,42,.08);background:#fff;color:#334155;border-radius:999px;padding:5px 8px;font-size:11px}
