.react-grid-layout{transition:height .2s;position:relative}.react-grid-item{transition:left .2s,top .2s,width .2s,height .2s}.react-grid-item img{pointer-events:none;-webkit-user-select:none;user-select:none}.react-grid-item.cssTransforms{transition-property:transform,width,height}.react-grid-item.resizing{z-index:1;will-change:width, height;transition:none}.react-grid-item.react-draggable-dragging{z-index:3;will-change:transform;transition:none}.react-grid-item.dropping{visibility:hidden}.react-grid-item.react-grid-placeholder{opacity:.2;z-index:2;-webkit-user-select:none;user-select:none;background:red;transition-duration:.1s}.react-grid-item.react-grid-placeholder.placeholder-resizing{transition:none}.react-grid-item>.react-resizable-handle{opacity:0;width:20px;height:20px;position:absolute}.react-grid-item:hover>.react-resizable-handle{opacity:1}.react-grid-item>.react-resizable-handle:after{content:"";border-bottom:2px solid #0006;border-right:2px solid #0006;width:5px;height:5px;position:absolute;bottom:3px;right:3px}.react-resizable-hide>.react-resizable-handle{display:none}.react-grid-item>.react-resizable-handle.react-resizable-handle-sw{cursor:sw-resize;bottom:0;left:0;transform:rotate(90deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-se{cursor:se-resize;bottom:0;right:0}.react-grid-item>.react-resizable-handle.react-resizable-handle-nw{cursor:nw-resize;top:0;left:0;transform:rotate(180deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-ne{cursor:ne-resize;top:0;right:0;transform:rotate(270deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-w,.react-grid-item>.react-resizable-handle.react-resizable-handle-e{cursor:ew-resize;margin-top:-10px;top:50%}.react-grid-item>.react-resizable-handle.react-resizable-handle-w{left:0;transform:rotate(135deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-e{right:0;transform:rotate(315deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-n,.react-grid-item>.react-resizable-handle.react-resizable-handle-s{cursor:ns-resize;margin-left:-10px;left:50%}.react-grid-item>.react-resizable-handle.react-resizable-handle-n{top:0;transform:rotate(225deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-s{bottom:0;transform:rotate(45deg)}.react-resizable{position:relative}.react-resizable-handle{box-sizing:border-box;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2IDYiIHN0eWxlPSJiYWNrZ3JvdW5kLWNvbG9yOiNmZmZmZmYwMCIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2cHgiIGhlaWdodD0iNnB4Ij48ZyBvcGFjaXR5PSIwLjMwMiI+PHBhdGggZD0iTSA2IDYgTCAwIDYgTCAwIDQuMiBMIDQgNC4yIEwgNC4yIDQuMiBMIDQuMiAwIEwgNiAwIEwgNiA2IEwgNiA2IFoiIGZpbGw9IiMwMDAwMDAiLz48L2c+PC9zdmc+);background-position:100% 100%;background-repeat:no-repeat;background-origin:content-box;width:20px;height:20px;padding:0 3px 3px 0;position:absolute}.react-resizable-handle-sw{cursor:sw-resize;bottom:0;left:0;transform:rotate(90deg)}.react-resizable-handle-se{cursor:se-resize;bottom:0;right:0}.react-resizable-handle-nw{cursor:nw-resize;top:0;left:0;transform:rotate(180deg)}.react-resizable-handle-ne{cursor:ne-resize;top:0;right:0;transform:rotate(270deg)}.react-resizable-handle-w,.react-resizable-handle-e{cursor:ew-resize;margin-top:-10px;top:50%}.react-resizable-handle-w{left:0;transform:rotate(135deg)}.react-resizable-handle-e{right:0;transform:rotate(315deg)}.react-resizable-handle-n,.react-resizable-handle-s{cursor:ns-resize;margin-left:-10px;left:50%}.react-resizable-handle-n{top:0;transform:rotate(225deg)}.react-resizable-handle-s{bottom:0;transform:rotate(45deg)}:root{color:#0f172a;background:#f8fafc;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-weight:400;line-height:1.5}*{box-sizing:border-box}body{margin:0}#app{min-height:100vh}.auth-page{place-items:center;min-height:100vh;padding:24px;display:grid}.card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:20px}form.card{flex-direction:column;gap:12px;width:100%;max-width:420px;display:flex}label{gap:6px;font-size:14px;display:grid}input{border:1px solid #cbd5e1;border-radius:8px;width:100%;padding:10px;font-size:14px}select{background:#fff;border:1px solid #cbd5e1;border-radius:8px;width:100%;padding:10px;font-size:14px}textarea{resize:vertical;border:1px solid #cbd5e1;border-radius:8px;width:100%;padding:10px;font-family:inherit;font-size:14px}button{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:8px;padding:10px 14px}button:disabled{opacity:.7;cursor:not-allowed}.dashboard{grid-template-columns:240px 1fr;align-items:start;gap:16px;padding:16px;display:grid}.sidebar ul{gap:8px;margin:0;padding:0;list-style:none;display:grid}.content{min-height:360px}.module-grid{grid-template-columns:1.4fr 1fr;gap:16px;display:grid}.panel{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:16px}.filters-row{grid-template-columns:1.5fr 1fr;gap:8px;margin-top:12px;margin-bottom:8px;display:grid}.panel-scroll{border:1px solid #e2e8f0;border-radius:10px;max-height:calc(100vh - 240px);overflow:auto}.table{border-collapse:collapse;width:100%;margin-top:0}.table th,.table td{text-align:left;vertical-align:top;border-bottom:1px solid #e2e8f0;padding:10px 8px;font-size:14px}.row-selected{background:#eff6ff}.separator{border:0;border-top:1px solid #e2e8f0;margin:14px 0}.table th{color:#334155;font-weight:600}.actions-cell{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.stack-form{gap:12px;display:grid}.inline{align-items:center;gap:8px;display:flex}.inline input[type=checkbox]{width:auto}.actions-row{gap:8px;display:flex}.btn-light{color:#1e40af;background:#eef2ff}.btn-danger{color:#991b1b;background:#fee2e2}.fieldset{border:1px solid #e2e8f0;border-radius:8px;padding:10px}.fieldset legend{color:#334155;padding:0 6px}.check-grid,.colors-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.colors-row input[type=color]{height:38px;padding:4px}.category-preview{padding:4px 0}.badge-preview{border-radius:999px;padding:6px 10px;font-size:13px;font-weight:600;display:inline-block}.dropzone{background:#f8fafc;border:2px dashed #cbd5e1;border-radius:10px;padding:12px}.dropzone.dragging{background:#eff6ff;border-color:#60a5fa}.dropzone p{color:#334155;margin:0 0 8px;font-size:13px}.icon-preview{align-items:center;gap:8px;display:flex}.icon-preview img{object-fit:cover;border:1px solid #e2e8f0;border-radius:8px;width:42px;height:42px}.table-thumb{object-fit:cover;border:1px solid #e2e8f0;border-radius:8px;width:46px;height:46px}.analytics-filters{grid-template-columns:repeat(3,minmax(0,1fr));align-items:end;gap:8px;display:grid}.analytics-kpis{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.analytics-kpi{background:#fff;border:1px solid #e2e8f0;border-radius:10px;gap:2px;padding:10px 12px;display:grid}.analytics-kpi small{color:#64748b}.analytics-kpi strong{font-size:20px}.campaign-dnd-grid{grid-template-columns:1fr 1fr;gap:12px;display:grid}.dnd-column{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;padding:10px}.dnd-column h3{margin-top:0;margin-bottom:8px}.dnd-list{gap:8px;max-height:420px;margin-top:8px;display:grid;overflow:auto}.dnd-item{text-align:left;color:#0f172a;background:#fff;border:1px solid #dbe3ef;border-radius:8px;justify-content:space-between;align-items:center;gap:8px;width:100%;padding:8px 10px;display:flex}.campaign-item-actions{align-items:center;gap:6px;display:flex}.campaign-promo-input{width:110px}.dnd-item-main{align-items:center;gap:8px;min-width:0;display:flex}.dnd-thumb{object-fit:cover;border:1px solid #dbe3ef;border-radius:8px;flex-shrink:0;width:40px;height:40px}.dnd-thumb-empty{color:#64748b;background:#f8fafc;place-items:center;display:grid}.muted-text{color:#64748b;font-size:12px}.public-page{max-width:1180px;margin:0 auto;padding:20px}.public-header h1{margin:0 0 6px}.public-header p{color:#475569;margin:0 0 14px}.hero{background:linear-gradient(135deg,#eff6ff 0%,#fff 70%);border:1px solid #e2e8f0;border-radius:14px;margin-bottom:14px;padding:18px}.hero-left{align-items:center;gap:12px;display:flex}.hero-logo{object-fit:contain;background:#fff;border:1px solid #dbe3ef;border-radius:12px;width:130px;height:72px;padding:6px}.hero-logo.empty{color:#64748b;place-items:center;font-size:12px;display:grid}.campaign-cards{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:12px;display:grid}.campaign-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:14px}.campaign-card-cover{object-fit:contain;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;width:100%;height:180px;margin-bottom:8px}.card-link{color:#1d4ed8;margin-top:8px;font-weight:600;text-decoration:none;display:inline-block}.category-chips{flex-wrap:wrap;gap:8px;margin-bottom:14px;display:flex}.chip{color:#0f172a;background:#e2e8f0;border:none;border-radius:999px;align-items:center;gap:6px;padding:8px 12px;display:inline-flex}.chip.active{color:#fff;background:#2563eb}.chip-icon{object-fit:contain;border-radius:4px;width:16px;height:16px}.products-grid{grid-template-columns:repeat(auto-fill,minmax(210px,1fr));gap:12px;display:grid}.public-filters{grid-template-columns:2fr 1fr 1fr;gap:8px;margin-bottom:12px;display:grid}.product-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:10px;position:relative}.product-card h3{margin:8px 0 4px}.product-cover{object-fit:cover;border:1px solid #e2e8f0;border-radius:10px;width:100%;height:150px}.product-cover.empty{color:#64748b;background:#f8fafc;place-items:center;display:grid}.old-price{text-decoration:line-through}.unavailable-badge{color:#991b1b;background:#fee2e2;border-radius:999px;margin-top:6px;padding:4px 8px;font-size:12px;font-weight:600;display:inline-block}.public-footer{background:#fff;border:1px solid #e2e8f0;border-radius:12px;margin-top:18px;padding:14px}.public-footer p{color:#475569;margin:4px 0}.favorite-btn{color:#94a3b8;background:#fff;border:1px solid #cbd5e1;border-radius:999px;width:34px;height:34px;padding:0;font-size:18px;line-height:1;position:absolute;top:12px;right:12px}.favorite-btn.active{color:#dc2626;background:#fff1f2;border-color:#fecaca}.dnd-item-selected{background:#e0e7ff;border-color:#c7d2fe}.fullscreen-modal{z-index:1000;background:#0f172aa6;padding:24px;display:flex;position:fixed;inset:0}.fullscreen-modal-content{background:#fff;border-radius:14px;grid-template-rows:auto 1fr;gap:12px;width:100%;height:100%;padding:16px;display:grid}.modal-header{justify-content:space-between;align-items:center;gap:12px;display:flex}.modal-header h2{margin:0}.modal-list{max-height:calc(100vh - 250px)}.sidebar h2{margin:0 0 4px}.sidebar-company{color:#64748b;margin:0 0 14px;font-size:14px}.nav{gap:6px;display:grid}.nav-link{color:#0f172a;border:1px solid #0000;border-radius:8px;padding:8px 10px;text-decoration:none;transition:all .2s}.nav-link:hover{background:#f1f5f9;border-color:#e2e8f0}.nav-link.active{color:#1d4ed8;background:#dbeafe;border-color:#bfdbfe;font-weight:600}.logout-btn{width:100%;margin-top:16px}.error{color:#dc2626;font-size:14px}.centered{place-items:center;min-height:100vh;display:grid}@media (width<=900px){.dashboard,.module-grid{grid-template-columns:1fr}.analytics-kpis{grid-template-columns:1fr 1fr}.analytics-filters,.filters-row{grid-template-columns:1fr}.panel-scroll{max-height:none}.campaign-dnd-grid,.public-filters{grid-template-columns:1fr}.hero-left{flex-direction:column;align-items:flex-start}.fullscreen-modal{padding:10px}.modal-list{max-height:320px}}.link-button{font-size:inherit;cursor:pointer;box-sizing:border-box;border:none;border-radius:8px;justify-content:center;align-items:center;padding:10px 14px;font-family:inherit;text-decoration:none;display:inline-flex}.print-layout-editor{flex-direction:column;gap:14px;display:flex}.print-layout-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.print-layout-toolbar h1{flex:200px;margin:0;font-size:1.15rem}.print-layout-toolbar-actions{flex-wrap:wrap;gap:8px;display:flex}.print-layout-help{color:#475569;max-width:900px;margin:0;font-size:14px}.print-layout-message{color:#1e3a8a;background:#eef2ff;border-radius:8px;margin:0;padding:10px 12px;font-size:14px}.print-layout-category-tabs{flex-wrap:wrap;gap:8px;display:flex}.print-layout-tab{color:#334155;cursor:pointer;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:8px;padding:8px 12px}.print-layout-tab.active{color:#fff;background:#2563eb;border-color:#2563eb}.print-layout-page-row{flex-wrap:wrap;align-items:center;gap:8px;font-size:14px;display:flex}.print-layout-page-btn{color:#0f172a;cursor:pointer;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:8px;min-width:36px;padding:6px 10px}.print-layout-page-btn.active{color:#fff;background:#0f172a;border-color:#0f172a}.print-layout-canvas-wrap{background:#e2e8f0;border:1px solid #cbd5e1;border-radius:12px;flex-direction:column;align-items:center;gap:8px;padding:12px;display:flex}.print-layout-a4-caption{color:#475569;text-align:center;max-width:620px;margin:0;font-size:13px}.print-layout-a4-sheet{background:#fff;border:1px solid #cbd5e1;border-radius:8px;width:100%;max-width:595px;box-shadow:0 8px 28px #0f172a1f}.print-layout-sheet-inner{background-color:#fff;background-image:linear-gradient(90deg,#94a3b866 1px,#0000 1px);background-size:8.33333% 100%;min-height:120px;padding:14px;position:relative}.print-layout-empty{color:#64748b;margin:0;padding:24px;font-size:14px}.print-layout-grid{min-height:80px}.print-layout-grid .react-grid-item>.react-resizable{height:100%}.print-layout-grid .react-grid-item .print-layout-item{box-sizing:border-box;height:100%;min-height:0;overflow:hidden}.print-layout-item{background:#fff;border:1px solid #cbd5e1;border-radius:10px;flex-direction:column;display:flex;overflow:hidden;box-shadow:0 2px 8px #0f172a0f}.print-layout-grid .react-resizable-handle:after{border-color:#2563eb!important}.print-layout-grid .react-resizable-handle-se{z-index:4;width:12px!important;height:12px!important;bottom:2px!important;right:2px!important}.print-layout-handle{color:#fff;cursor:grab;-webkit-user-select:none;user-select:none;background:#1d4ed8;flex-shrink:0;justify-content:space-between;align-items:center;gap:8px;padding:6px 8px;font-size:12px;display:flex}.print-layout-handle:active{cursor:grabbing}.print-layout-page-select{white-space:nowrap;align-items:center;gap:6px;font-size:11px;display:flex}.print-layout-page-select select{width:auto;min-width:52px;padding:4px 6px;font-size:11px}.print-layout-card-body{flex-direction:column;flex:1;gap:6px;min-height:0;padding:8px;display:flex}.print-layout-thumb{object-fit:contain;background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;flex:1;width:100%;min-height:0}.print-layout-thumb.empty{color:#64748b;flex:1;justify-content:center;align-items:center;min-height:0;font-size:11px;display:flex}.print-layout-meta{flex-shrink:0;justify-content:space-between;align-items:center;font-size:12px;display:flex}.print-layout-dim{color:#64748b;font-size:11px}
