.alert-modal-overlay{position:fixed;inset:0;background-color:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:10000;padding:20px;animation:fadeIn .2s ease-out}.alert-modal-content{background:#fff;border-radius:16px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;max-width:480px;width:100%;padding:32px;position:relative;animation:slideUp .3s ease-out;border:2px solid transparent}@keyframes slideUp{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.alert-modal-content.alert-modal-success{border-color:#10b981}.alert-modal-content.alert-modal-error{border-color:#ef4444}.alert-modal-content.alert-modal-info{border-color:#3b82f6}.alert-modal-content.alert-modal-warning{border-color:#f59e0b}.alert-modal-close{position:absolute;top:16px;right:16px;background:none;border:none;color:#737373;cursor:pointer;padding:8px;display:flex;align-items:center;justify-content:center;border-radius:8px;transition:all .2s ease;font-size:20px;width:32px;height:32px}.alert-modal-close:hover{background-color:#f5f5f5;color:#404040}.alert-modal-close:active{transform:scale(.95)}.alert-modal-icon-wrapper{display:flex;justify-content:center;margin-bottom:20px}.alert-modal-icon-wrapper .alert-icon{width:64px;height:64px;stroke-width:2}.alert-modal-success .alert-icon{color:#10b981}.alert-modal-error .alert-icon{color:#ef4444}.alert-modal-info .alert-icon{color:#3b82f6}.alert-modal-warning .alert-icon{color:#f59e0b}.alert-modal-text{text-align:center;margin-bottom:24px}.alert-modal-title{font-size:24px;font-weight:600;color:#171717;margin:0 0 12px;line-height:1.3}.alert-modal-message{font-size:16px;color:#404040;margin:0;line-height:1.5;word-wrap:break-word}.alert-modal-buttons{display:flex;flex-wrap:wrap;gap:12px;width:100%}.alert-modal-buttons .alert-modal-button{flex:1;min-width:0}.alert-modal-buttons .alert-modal-button:only-child{flex:1 1 100%}.alert-modal-button-secondary{background-color:transparent;color:#404040;border:2px solid #D4D4D4}.alert-modal-button-secondary:hover{background-color:#f5f5f5;border-color:#a3a3a3;transform:none;box-shadow:none}.alert-modal-button-secondary:active{background-color:#e5e5e5;transform:none;box-shadow:none}.alert-modal-button-secondary:focus{box-shadow:0 0 0 3px #a3a3a333}.alert-modal-button{width:100%;padding:14px 24px;font-size:16px;font-weight:500;border:none;border-radius:8px;cursor:pointer;transition:all .2s ease;background-color:#e6a57e;color:#fff;font-family:inherit}.alert-modal-button:hover{background-color:#d4946b;transform:translateY(-1px);box-shadow:0 4px 12px #e6a57e4d}.alert-modal-button:active{background-color:#c28358;transform:translateY(0);box-shadow:0 2px 4px #e6a57e33}.alert-modal-button:focus{outline:none;box-shadow:0 0 0 3px #e6a57e33}@media(max-width:640px){.alert-modal-content{padding:24px;max-width:100%;margin:0 16px}.alert-modal-title{font-size:20px}.alert-modal-message{font-size:14px}.alert-modal-icon-wrapper .alert-icon{width:56px;height:56px}.alert-modal-buttons{flex-direction:column}.alert-modal-buttons .alert-modal-button{flex:none;width:100%}}.invoice-modal-overlay{position:fixed;inset:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px;backface-visibility:hidden}.invoice-modal-content{background:#fff;border-radius:12px;width:100%;max-width:700px;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 20px 60px #0000004d;overflow:hidden;transform:translateZ(0);backface-visibility:hidden;isolation:isolate}.invoice-modal-header{display:flex;align-items:center;justify-content:space-between;padding:24px;border-bottom:1px solid #e5e7eb}.invoice-modal-header h2{margin:0;font-size:1.5rem;font-weight:600;color:#111827}.invoice-modal-close{background:none;border:none;font-size:1.5rem;color:#6b7280;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;transition:color .2s}.invoice-modal-close:hover{color:#111827}.invoice-modal-body{flex:1;overflow-y:auto;padding:24px}.invoice-upload-section{margin-bottom:32px}.invoice-upload-section h3{margin:0 0 16px;font-size:1.125rem;font-weight:600;color:#111827}.invoice-upload-area{border:2px dashed #d1d5db;border-radius:8px;padding:24px;text-align:center;transition:border-color .12s ease-out,background-color .12s ease-out}.invoice-upload-area:hover{border-color:#9ca3af;background-color:#f9fafb}.invoice-file-input{display:none}.invoice-file-label{display:flex;flex-direction:column;align-items:center;gap:12px;cursor:pointer;color:#6b7280;transition:color .12s ease-out}.invoice-file-label:hover{color:#111827}.upload-icon{font-size:2rem;color:#9ca3af}.invoice-file-info{display:flex;align-items:center;gap:8px;margin-top:16px;padding:12px;background:#f3f4f6;border-radius:6px;font-size:.875rem}.invoice-file-info .file-size{color:#6b7280;font-size:.8125rem}.btn-remove-file{background:none;border:none;color:#ef4444;cursor:pointer;padding:4px;display:flex;align-items:center;margin-left:auto;transition:color .2s}.btn-remove-file:hover{color:#dc2626}.invoice-error{margin-top:12px;padding:12px;background:#fef2f2;border:1px solid #fecaca;border-radius:6px;color:#dc2626;font-size:.875rem}.invoice-upload-progress{margin-top:16px;display:flex;flex-direction:column;gap:8px}.progress-bar{width:100%;height:8px;background:#e5e7eb;border-radius:4px;overflow:hidden}.progress-fill{height:100%;background:#3b82f6;transition:width .3s}.btn-upload-invoice{margin-top:16px;width:100%;padding:12px 24px;background:#3b82f6;color:#fff;border:none;border-radius:6px;font-size:1rem;font-weight:500;cursor:pointer;transition:background-color .2s}.btn-upload-invoice:hover:not(:disabled){background:#2563eb}.btn-upload-invoice:disabled{background:#9ca3af;cursor:not-allowed}.invoice-list-section{border-top:1px solid #e5e7eb;padding-top:24px}.invoice-list-section h3{margin:0 0 16px;font-size:1.125rem;font-weight:600;color:#111827}.invoice-loading,.invoice-empty{text-align:center;padding:40px 20px;color:#6b7280}.invoice-empty{display:flex;flex-direction:column;align-items:center;gap:12px}.invoice-empty svg{font-size:3rem;color:#d1d5db}.invoice-list{display:flex;flex-direction:column;gap:12px}.invoice-item{display:flex;align-items:center;justify-content:space-between;padding:16px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;transition:background-color .12s ease-out,border-color .12s ease-out}.invoice-item:hover{background:#f3f4f6;border-color:#d1d5db}.invoice-item-info{display:flex;align-items:center;gap:12px;flex:1;min-width:0}.invoice-icon{font-size:1.5rem;color:#ef4444;flex-shrink:0}.invoice-details{display:flex;flex-direction:column;gap:4px;min-width:0;flex:1}.invoice-name{font-weight:500;color:#111827;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.invoice-meta{font-size:.8125rem;color:#6b7280}.invoice-item-actions{display:flex;align-items:center;gap:8px;flex-shrink:0}.btn-action-icon{background:none;border:none;padding:8px;color:#6b7280;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:background-color .2s,color .2s}.btn-action-icon:hover:not(:disabled){background:#e5e7eb;color:#111827}.btn-action-icon.btn-danger{color:#ef4444}.btn-action-icon.btn-danger:hover:not(:disabled){background:#fef2f2;color:#dc2626}.btn-action-icon:disabled{opacity:.5;cursor:not-allowed}.invoice-modal-footer{padding:16px 24px;border-top:1px solid #e5e7eb;display:flex;justify-content:flex-end}.btn-close-modal{padding:10px 24px;background:#f3f4f6;color:#111827;border:none;border-radius:6px;font-size:.9375rem;font-weight:500;cursor:pointer;transition:background-color .2s}.btn-close-modal:hover{background:#e5e7eb}.invoice-modal-body::-webkit-scrollbar{width:8px}.invoice-modal-body::-webkit-scrollbar-track{background:#f1f1f1}.invoice-modal-body::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}.invoice-modal-body::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.invoice-pdf-viewer-overlay{position:fixed;inset:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1100;padding:20px;backface-visibility:hidden}.invoice-pdf-viewer-content{background:#fff;border-radius:12px;width:100%;max-width:900px;height:90vh;display:flex;flex-direction:column;box-shadow:0 20px 60px #0000004d;overflow:hidden;transform:translateZ(0);backface-visibility:hidden;isolation:isolate}.invoice-pdf-viewer-header{display:flex;align-items:center;justify-content:space-between;padding:16px 24px;border-bottom:1px solid #e5e7eb;flex-shrink:0}.invoice-pdf-viewer-header h3{margin:0;font-size:1.125rem;font-weight:600;color:#111827;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding-right:12px}.invoice-pdf-viewer-close{background:none;border:none;font-size:1.75rem;line-height:1;color:#6b7280;cursor:pointer;padding:4px 8px;flex-shrink:0;transition:color .2s}.invoice-pdf-viewer-close:hover{color:#111827}.invoice-pdf-viewer-body{flex:1;overflow:hidden;display:flex;flex-direction:column;min-height:0}.invoice-pdf-viewer-embed{display:flex;flex-direction:column;flex:1;min-height:0;padding:16px}.invoice-pdf-viewer-loading{flex:1;display:flex;align-items:center;justify-content:center;min-height:300px;color:#6b7280;font-size:1rem}.invoice-pdf-viewer-iframe{width:100%;flex:1;min-height:400px;border:1px solid #e5e7eb;border-radius:8px;background:#f9fafb;display:block}.invoice-pdf-viewer-fallback{padding:24px;color:#6b7280;font-size:.9375rem}.invoice-pdf-viewer-fallback a{color:#3b82f6;text-decoration:underline}.invoice-pdf-viewer-actions{display:flex;gap:12px;margin-top:12px;flex-shrink:0}.btn-invoice-pdf-open,.btn-invoice-pdf-download{padding:10px 20px;border-radius:6px;font-size:.9375rem;font-weight:500;text-decoration:none;transition:background-color .2s,color .2s}.btn-invoice-pdf-open{background:#f3f4f6;color:#111827}.btn-invoice-pdf-open:hover{background:#e5e7eb}.btn-invoice-pdf-download{background:#3b82f6;color:#fff}.btn-invoice-pdf-download:hover{background:#2563eb}.orders-list{display:flex;flex-direction:column;gap:16px}.order-card{background:#fff;border-radius:12px;padding:20px;box-shadow:0 1px 3px #0000001a;border:1px solid #e2e8f0;display:flex;flex-direction:column;gap:16px;transition:all .2s}.order-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.order-card-header{display:flex;justify-content:space-between;align-items:center;padding-bottom:12px;border-bottom:1px solid #e2e8f0}.order-number{font-weight:700;color:#1a202c;font-size:16px}.order-date{font-size:14px;color:#718096}.order-date-absolute{font-size:12px;color:#94a3b8;font-weight:400}.order-card-body{display:flex;justify-content:space-between;align-items:flex-start;gap:16px}.order-info-group{display:flex;flex-direction:column;gap:12px;flex:1}.order-info-item{display:flex;flex-direction:column;align-items:flex-start;gap:4px}.order-info-label{font-size:12px;font-weight:600;color:#718096;text-transform:uppercase;letter-spacing:.5px;display:block;width:100%}.order-info-value{font-size:14px;color:#4a5568;font-weight:500;display:block}.order-info-value.order-value{font-size:18px;font-weight:700;color:#1a202c;display:block;width:100%;text-align:left;align-self:flex-start}.order-products-list{display:flex;flex-direction:column;gap:6px;margin-top:4px}.order-product-item{display:flex;align-items:baseline;gap:0;font-size:14px;color:#4a5568;line-height:1.4}.product-quantity{font-weight:600;color:#1a202c;min-width:20px;line-height:1.4;flex-shrink:0}.product-name{color:#4a5568;flex:1;line-height:1.4;min-width:0}.order-status-wrapper{display:flex;align-items:flex-start}.order-status{padding:6px 12px;border-radius:6px;font-size:12px;font-weight:600;text-transform:uppercase}.order-card-footer{display:flex;gap:16px;justify-content:space-between;align-items:center;padding-top:12px;border-top:1px solid #e2e8f0;flex-wrap:wrap}.order-footer-total{display:flex;flex-direction:column;gap:4px;align-items:flex-start}.order-footer-total .order-info-label{font-size:12px;font-weight:600;text-transform:uppercase;color:#64748b}.order-footer-total .order-info-value.order-value{font-size:18px;font-weight:700;color:#1a202c}.order-footer-actions{display:flex;gap:12px;flex-wrap:wrap}.btn-attach-invoice{display:flex;align-items:center;gap:6px;background:#10b981;color:#fff;border:none;padding:8px 16px;border-radius:6px;font-weight:600;cursor:pointer;transition:all .2s;font-size:14px}.btn-attach-invoice:hover{background:#059669;transform:translateY(-1px);box-shadow:0 4px 6px #10b9814d}.btn-attach-invoice-attached{background:#d1fae5;color:#065f46}.btn-attach-invoice-attached:hover{background:#a7f3d0;color:#065f46;box-shadow:0 4px 6px #05966933}.btn-attach-invoice svg{font-size:16px}.btn-view{background:#e6a57e;color:#fff;border:none;padding:8px 16px;border-radius:6px;font-weight:600;cursor:pointer;transition:all .2s}.btn-contextual{padding:8px 16px;border-radius:6px;font-weight:600;font-size:14px;cursor:pointer;transition:all .2s;border:none}.btn-contextual.btn-placeholder{background:#f7fafc;color:#4a5568;border:1px solid #e2e8f0}.btn-contextual.btn-placeholder:hover{background:#edf2f7;border-color:#cbd5e0;color:#2d3748}.status-pending_payment{background:#fef3c7;color:#92400e}.status-payment_confirmed{background:#dbeafe;color:#1e40af}.status-label_generated{background:#fef3c7;color:#92400e}.status-label_expired{background:#fee2e2;color:#991b1b}.status-shipped{background:#e0e7ff;color:#3730a3}.status-completed{background:#d1fae5;color:#065f46}.status-refunded{background:#e0e7ff;color:#3730a3}.status-disputed{background:#fce7f3;color:#9f1239}.status-in_production{background:#d1fae5;color:#065f46}.status-cancelled{background:#fee2e2;color:#991b1b}@media(max-width:640px){.order-card-footer .btn-attach-invoice,.order-card-footer .btn-contextual,.order-card-footer .btn-view{width:100%}}.seller-dashboard{min-height:100vh;background:#f8fafc;padding:32px;font-family:inherit;width:100%;max-width:100%;min-width:0;box-sizing:border-box;overflow-x:hidden;position:relative}.dashboard-header-simple{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px;flex-wrap:wrap;gap:16px}.dashboard-header-left,.dashboard-header-actions{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.period-selector{display:flex;align-items:center;gap:8px}.period-label{font-size:14px;font-weight:500;color:#718096;margin:0}.period-btn{padding:8px 16px;border:1px solid #cbd5e0;background:#fff;border-radius:8px;font-size:14px;font-weight:500;color:#4a5568;cursor:pointer;transition:all .2s}.period-btn:hover:not(.active){background:#f1f5f9;border-color:#94a3b8;color:#1a202c}.period-btn.active{background:#d4946b;border-color:#d4946b;color:#fff;font-weight:600}.period-btn:focus{outline:2px solid #e6a57e;outline-offset:2px}.stats-section{--stats-cols: 6;--stats-gap: 1.25rem;--stats-max-width: 95%;margin-bottom:1.5rem;margin-left:-32px;margin-right:-32px;width:calc(100% + 64px);min-width:0;padding-left:24px;padding-right:24px;box-sizing:border-box}.stats-section-inner{display:flex;flex-direction:column;align-items:center;width:100%}.stats-section-inner .stats-section-period-label{order:1;flex-shrink:0;width:100%;max-width:var(--stats-max-width)}.stats-section-inner .stats-grid{order:2;flex-shrink:0}.stats-section:last-of-type{margin-bottom:32px}.dashboard-title-wrapper{position:relative;display:inline-block}.dashboard-header-simple h1{font-size:32px;font-weight:700;color:#1a202c;margin:0}.subscription-badges-container{position:absolute;top:-8px;left:100%;margin-left:10px;right:auto;display:flex;align-items:center;gap:6px;flex-wrap:wrap}.subscription-badge{display:inline-flex;align-items:center;justify-content:center;padding:2.5px 6px;border-radius:10px;font-size:9px;font-weight:600;text-transform:uppercase;letter-spacing:.4px;white-space:nowrap;position:relative;z-index:1;min-width:0;width:auto;line-height:1}.subscription-badge>*{position:relative;z-index:2}.subscription-badge-free{background:linear-gradient(135deg,#d4946b,#e6a57e,#d4946b);color:#fff;border:1px solid rgba(162,117,78,.7);border-top:1px solid rgba(255,255,255,.25);border-bottom:1px solid rgba(0,0,0,.3);position:relative;overflow:hidden;box-shadow:0 1px 3px #00000026,inset 0 1px #fff3,inset 0 -1px #0003}.subscription-badge-free:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:linear-gradient(45deg,transparent 30%,rgba(255,255,255,.2) 50%,transparent 70%);animation:shine 4s infinite;pointer-events:none}.subscription-badge-plus{background:linear-gradient(135deg,silver,#e8e8e8,silver);color:#2c2c2c;border:1px solid rgba(160,160,160,.8);border-top:1px solid rgba(255,255,255,.5);border-bottom:1px solid rgba(0,0,0,.2);position:relative;overflow:hidden;box-shadow:0 1px 3px #0000001f,inset 0 1px #fff9,inset 0 -1px #00000026}.subscription-badge-plus:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:linear-gradient(45deg,transparent 30%,rgba(255,255,255,.4) 50%,transparent 70%);animation:shine 4s infinite;pointer-events:none}.subscription-badge-pro{background:linear-gradient(135deg,#d4af37,gold,#d4af37);color:#1a1a1a;border:1px solid rgba(184,134,11,.8);border-top:1px solid rgba(255,255,255,.4);border-bottom:1px solid rgba(0,0,0,.3);position:relative;overflow:hidden;box-shadow:0 1px 3px #0003,inset 0 1px #ffffff4d,inset 0 -1px #00000040}.subscription-badge-pro:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:linear-gradient(45deg,transparent 30%,rgba(255,255,255,.3) 50%,transparent 70%);animation:shine 4s infinite;pointer-events:none}@keyframes shine{0%{transform:translate(-100%) translateY(-100%) rotate(45deg)}to{transform:translate(100%) translateY(100%) rotate(45deg)}}.subscription-badge-premium{background:linear-gradient(135deg,#fbbf24,#f59e0b);color:#78350f;border:1px solid #d97706}.btn-new-product{display:flex;align-items:center;gap:8px;background:#e6a57e;color:#fff;border:none;padding:12px 24px;border-radius:8px;font-weight:600;font-size:15px;cursor:pointer;transition:all .2s}.btn-new-product:hover{background:#d4946b;transform:translateY(-1px);box-shadow:0 4px 12px #e6a57e4d}.btn-insights{display:inline-flex;align-items:center;gap:8px;background:none;border:1px solid #e2e8f0;color:#4a5568;padding:10px 16px;border-radius:8px;font-weight:500;font-size:14px;cursor:pointer;transition:all .2s}.btn-insights:hover{background:#f1f5f9;border-color:#e6a57e;color:#1a202c}.btn-insights:focus{outline:2px solid #e6a57e;outline-offset:2px}.stats-grid{display:grid;grid-template-columns:repeat(var(--stats-cols),minmax(0,1fr));grid-template-rows:repeat(2,auto);gap:var(--stats-gap);margin-bottom:0;width:100%;max-width:var(--stats-max-width);min-width:0}.stat-card{background:#fff;border-radius:12px;margin:0;padding:4px 0 0;box-shadow:0 1px 3px #0000001a;border:1px solid #e2e8f0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;transition:all .2s;text-align:center;min-width:0;min-height:160px;height:160px}.stat-icon{font-size:20px;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:transparent;border-radius:8px;flex-shrink:0;margin:0 auto;padding:4px 0 0}.stat-icon-image{width:40px;height:40px;min-width:40px;min-height:40px;max-width:40px;max-height:40px;object-fit:contain;background:transparent;mix-blend-mode:multiply;filter:brightness(0) saturate(100%) invert(73%) sepia(28%) saturate(1234%) hue-rotate(330deg) brightness(95%) contrast(90%)}.stat-icon-react{width:28px;height:28px;color:#e6a57e;flex-shrink:0}.stats-grid .stat-card:nth-child(10) .stat-icon,.stats-grid .stat-card:nth-child(11) .stat-icon,.stats-grid .stat-card:nth-child(12) .stat-icon{width:44px;height:44px}.stats-grid .stat-card:nth-child(10) .stat-icon-react,.stats-grid .stat-card:nth-child(11) .stat-icon-react,.stats-grid .stat-card:nth-child(12) .stat-icon-react{width:32px;height:32px}.stat-content{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;width:100%;margin:0;padding:0}.stat-content h3{font-size:10px;font-weight:600;color:#718096;margin:0 0 2px;padding:0;text-transform:uppercase;letter-spacing:.5px;text-align:center}.stat-trend{font-size:11px;font-weight:600;margin-top:2px;display:inline-block}.stat-trend--up{color:#16a34a}.stat-trend--down{color:#dc2626}.stats-section .stat-card .evolution-value{font-size:17px;font-weight:700;color:#2b2b2b;margin:0 0 4px;padding:0;line-height:1.2}.stats-section .stat-card .evolution-trend{display:flex;align-items:center;justify-content:center;gap:4px;font-size:11px;font-weight:600;margin:0 0 4px;padding:0}.stats-section .stat-card .evolution-trend .stat-trend-icon{width:14px;height:14px;flex-shrink:0}.stats-section .stat-card .evolution-trend.positive{color:#10b981}.stats-section .stat-card .evolution-trend.negative{color:#ef4444}.stats-section .stat-card .evolution-trend.neutral{color:#737373}.stats-section .stat-card .evolution-transition{display:flex;align-items:center;justify-content:center;gap:4px;font-size:10px;margin:0;padding:4px 0 0;border-top:1px solid #f5f5f5}.stats-section .stat-card .evolution-previous{color:#a3a3a3;font-weight:500}.stats-section .stat-card .evolution-arrow{color:#d4d4d4;font-size:10px}.stats-section .stat-card .evolution-current{color:#525252;font-weight:600}.stats-section-period-label{display:block;width:100%;margin-bottom:var(--stats-gap, 1.25rem);font-size:.75rem;color:#a3a3a3;padding:0;font-weight:400;text-align:left}.seller-dashboard .stats-section .stat-card .stat-content .stat-value,.seller-dashboard .stats-section .stat-card p.stat-value,.seller-dashboard .stats-section .stat-content .stat-value,.seller-dashboard .stats-section .stat-content p.stat-value,.seller-dashboard .stats-section .stat-value{font-size:16px;font-weight:700;color:#2b2b2b;margin:0;text-align:center;line-height:1.2}.seller-dashboard .stats-section .stat-card .stat-content h3+p.stat-value,.seller-dashboard .stats-section .stat-content h3+.stat-value{color:#2b2b2b}.dashboard-content{display:grid;grid-template-columns:1fr;gap:24px;align-items:stretch;width:100%;box-sizing:border-box;overflow:visible}.content-card{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;border:1px solid #e2e8f0;display:flex;flex-direction:column;max-width:100%;width:100%;box-sizing:border-box;position:relative;overflow:visible}.card-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid #e2e8f0;background:#f8fafc}.card-header h3{font-size:18px;font-weight:600;color:#1a202c;margin:0}.card-header .btn-link{background:none!important;border:none!important;color:#1a202c!important;font-weight:600;cursor:pointer;padding:8px 12px;border-radius:6px;transition:all .2s}.card-header .btn-link:hover{background:#e6a57e!important;color:#fff!important}.card-content{padding:24px;display:flex;flex-direction:column;flex:1;max-width:100%;width:100%;box-sizing:border-box;position:relative;overflow:visible}.card-content>*{box-sizing:border-box}.products-list{display:flex;flex-direction:column;gap:20px;width:100%;box-sizing:border-box;padding:0;margin:0;overflow:visible}.product-info{display:flex;flex-direction:column;gap:6px;flex:1 1 auto;min-width:0;justify-content:flex-start;align-items:flex-start;overflow:visible}.product-name{font-weight:600;color:#1a202c;font-size:14px;line-height:1.4;word-wrap:break-word;overflow-wrap:break-word;white-space:normal;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;width:100%;max-width:100%;margin:0;padding:0}.product-price{font-size:13px;color:#718096;font-weight:500;line-height:1.3;white-space:nowrap;margin:0;padding:0;display:block;width:100%;max-width:100%;overflow:visible}.dashboard-actions{margin-bottom:24px}.btn-actions-link{display:inline-block;padding:12px 20px;background:#fef3c7;border:1px solid #f59e0b;border-radius:8px;color:#92400e;font-weight:600;font-size:14px;cursor:pointer;transition:all .2s}.btn-actions-link:hover{background:#fde68a;border-color:#d97706;color:#78350f}.empty-state-block{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:40px 24px;min-height:200px}.empty-state-icon{color:#cbd5e0;margin-bottom:16px;flex-shrink:0}.empty-state-title{font-size:16px;font-weight:600;color:#475569;margin:0 0 8px}.empty-state-text{font-size:14px;color:#94a3b8;margin:0 0 20px;max-width:280px}.btn-empty-state{padding:10px 20px;background:#e6a57e;border:none;border-radius:8px;color:#fff;font-weight:600;font-size:14px;cursor:pointer;transition:all .2s}.btn-empty-state:hover{background:#d4946b}.dashboard-top5-list{display:flex;flex-direction:column;gap:.5rem;width:100%;box-sizing:border-box}.dashboard-top5 .product-card{border:1px solid #e5e7eb;border-radius:10px;padding:.625rem 1rem;background:#fff;transition:all .2s ease;position:relative;display:flex;flex-direction:row;align-items:center;gap:1rem;width:100%;min-height:0;box-sizing:border-box;cursor:pointer}.dashboard-top5 .product-card:hover{box-shadow:0 2px 8px #00000014;transform:none;border-color:#e6a57e}.dashboard-top5 .product-card.product-card--low-stock{border-left:4px solid #f59e0b;background:linear-gradient(to right,rgba(245,158,11,.06),transparent)}.dashboard-top5 .product-card.product-card--out-of-stock{border-left:4px solid #dc2626;background:linear-gradient(to right,rgba(220,38,38,.06),transparent)}.dashboard-top5 .product-card:focus{outline:2px solid #e6a57e;outline-offset:2px}.dashboard-top5 .product-image-wrapper{flex-shrink:0;display:flex;align-items:center;justify-content:center}.dashboard-top5 .product-image-wrapper .product-image{width:56px;height:56px;min-width:56px;min-height:56px;border-radius:8px;overflow:hidden;background:#f3f4f6;display:flex;align-items:center;justify-content:center}.dashboard-top5 .product-image-wrapper .product-image img{width:100%;height:100%;display:block;object-fit:cover;object-position:center}.dashboard-top5 .product-image-wrapper .no-image{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#9ca3af}.dashboard-top5 .product-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:.25rem;justify-content:center}.dashboard-top5 .product-info .product-name{font-size:.9375rem;font-weight:600;color:#1a1a1a;margin:0;line-height:1.35;display:-webkit-box;-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.dashboard-top5 .product-info .product-stats{display:flex;flex-direction:row;flex-wrap:wrap;gap:.75rem 1rem;align-items:center;font-size:.75rem;color:#64748b;margin:0}.dashboard-top5 .product-info .views-count,.dashboard-top5 .product-info .sales-count,.dashboard-top5 .product-info .favorites-count,.dashboard-top5 .product-info .cart-additions-count{display:inline-flex;align-items:center;gap:.25rem;color:#64748b;font-weight:500;font-size:inherit}.dashboard-top5 .product-info .status-badge,.dashboard-top5 .product-info .stock-status{padding:.2rem .5rem;border-radius:9999px;font-weight:600;font-size:.6875rem;display:inline-flex;align-items:center;background:#fff;color:#374151;border:1px solid #e5e7eb}.dashboard-top5 .product-price-badge-column{flex-shrink:0;display:flex;align-items:center;justify-content:flex-end}.dashboard-top5 .product-price-badge-column .revenue-count{display:inline-flex;align-items:center;gap:.25rem;font-size:1rem;font-weight:600;color:#1a1a1a;white-space:nowrap}.dashboard-top5 .product-info .product-price-inline{display:inline-flex;align-items:center;gap:.25rem;color:#64748b;font-weight:500;font-size:inherit}@media(max-width:640px){.dashboard-top5 .product-card{padding:.5rem .75rem;gap:.75rem}.dashboard-top5 .product-image-wrapper .product-image{width:48px;height:48px;min-width:48px;min-height:48px}.dashboard-top5 .product-info .product-name{font-size:.875rem}.dashboard-top5 .product-info .product-stats{gap:.5rem .75rem;font-size:.6875rem}.dashboard-top5 .product-price-badge-column .revenue-count{font-size:.9375rem}}.empty-state{text-align:center;color:#718096;font-style:italic;padding:40px 20px}.dashboard-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;gap:16px}.dashboard-error{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;gap:16px;color:#e53e3e}.error-message{color:#e53e3e;font-size:14px}@media(max-width:1200px){.stats-section{--stats-gap: 1rem}}@media(max-width:1024px){.seller-dashboard{padding:24px}.stats-section{margin-left:-24px;margin-right:-24px;width:calc(100% + 48px);padding-left:20px;padding-right:20px;--stats-cols: 2;--stats-gap: 1.25rem;--stats-max-width: 100%}.stats-grid{grid-template-rows:unset}.dashboard-content{gap:20px}.card-content{padding:24px}}@media(max-width:768px){.seller-dashboard{padding:76px 16px 16px}.stats-section{margin-left:-16px;margin-right:-16px;width:calc(100% + 32px);padding-left:16px;padding-right:16px;--stats-cols: 2;--stats-gap: 1rem;--stats-max-width: 100%}.stats-grid{grid-template-rows:unset;margin-bottom:1.5rem}.dashboard-header-simple{flex-direction:column;align-items:flex-start;gap:16px;margin-bottom:24px}.dashboard-header-left{width:100%;flex-wrap:wrap}.dashboard-header-actions{width:100%;flex-direction:column;align-items:stretch}.period-selector{justify-content:flex-start}.period-btn{flex:1;min-width:0}.dashboard-header-simple h1{font-size:24px}.subscription-badge{font-size:9px;padding:2.5px 6px}.btn-new-product{width:100%;justify-content:center;padding:10px 20px;font-size:14px}.btn-new-product svg{width:18px;height:18px}.stat-card{margin:0;padding:4px 0 0}.stat-icon{width:28px;height:28px}.stat-icon-react{width:22px;height:22px}.stat-content h3{font-size:10px}.seller-dashboard .stats-section .stat-value{font-size:15px}.dashboard-content{grid-template-columns:1fr;gap:16px}.card-header{padding:16px 20px;flex-wrap:wrap;gap:12px}.card-header h3{font-size:16px}.card-header .btn-link{font-size:14px;padding:6px 10px}.card-content{padding:20px}.orders-list,.products-list{gap:16px}}@media(max-width:640px){.seller-dashboard{padding:72px 12px 12px}.stats-section{margin-left:-12px;margin-right:-12px;width:calc(100% + 24px);padding-left:12px;padding-right:12px;--stats-cols: 1;--stats-gap: .75rem;--stats-max-width: 100%}.stats-grid{grid-template-rows:unset;margin-bottom:1.25rem}.dashboard-header-simple{margin-bottom:20px;gap:12px}.dashboard-header-simple h1{font-size:22px}.stat-card{margin:0;padding:4px 0 0}.stat-content h3{font-size:9px;margin-bottom:2px}.seller-dashboard .stats-section .stat-value{font-size:14px}.dashboard-content{gap:12px}.card-header{padding:14px 16px}.card-header h3{font-size:15px}.card-content{padding:16px}.orders-list,.products-list{gap:12px}.product-name{font-size:14px}.product-name{-webkit-line-clamp:2;font-size:12px}.empty-state{padding:30px 16px;font-size:14px}}@media(max-width:400px){.seller-dashboard{padding:70px 10px 10px}.stats-section{margin-left:-10px;margin-right:-10px;width:calc(100% + 20px);padding-left:10px;padding-right:10px;--stats-gap: .5rem}.dashboard-header-simple h1{font-size:20px}.subscription-badge{font-size:8px;padding:2px 5px}.btn-new-product{padding:10px 16px;font-size:13px}.stat-card{margin:0;padding:4px 0 0}.stat-icon{width:24px;height:24px}.stat-icon-react{width:18px;height:18px}.stat-content h3{font-size:8px}.seller-dashboard .stats-section .stat-value{font-size:13px}.card-header{padding:12px 14px}.card-header h3{font-size:14px}.card-content{padding:14px}}.order-details-modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:24px;box-sizing:border-box}.order-details-modal-content{background:#fafbfc;border-radius:12px;width:100%;max-width:1080px;max-height:90vh;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 20px 25px -5px #0000001a;box-sizing:border-box}.order-details-modal-header{flex-shrink:0;display:flex;justify-content:space-between;align-items:center;padding:24px 28px;border-bottom:1px solid #e8ecf0;background:#fff;border-radius:12px 12px 0 0}.order-details-modal-header h2{font-size:20px;font-weight:600;color:#1a202c;margin:0}.order-details-modal-body{flex:1;min-height:0;overflow-y:auto;padding:24px 28px 32px;display:flex;flex-direction:column;gap:20px;scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.25) transparent}.order-details-modal-body::-webkit-scrollbar{width:8px}.order-details-modal-body::-webkit-scrollbar-track{background:transparent}.order-details-modal-body::-webkit-scrollbar-thumb{background:#00000040;border-radius:4px}.order-details-modal-body::-webkit-scrollbar-thumb:hover{background:#0006}.order-details-bloco-duplo{display:grid;grid-template-columns:1fr 1fr;gap:20px}.order-details-bloco-duplo.order-details-bloco-single{grid-template-columns:1fr}.order-details-modal-content .order-detail-section.order-detail-card{margin-bottom:0;padding:20px 24px;background:#fff;border-radius:10px;border:1px solid #e8ecf0}.order-details-modal-content .order-detail-section.order-detail-card h3{font-size:14px;font-weight:600;color:#2d3748;margin:0 0 16px;padding-bottom:10px;border-bottom:1px solid #edf2f7}.order-details-modal-content .order-detail-section .detail-grid{display:grid;grid-template-columns:1fr;gap:14px}.order-details-modal-content .order-detail-section .detail-grid.order-details-info-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.order-details-modal-content .order-detail-section .detail-item span.status-badge{align-self:flex-start}.order-details-modal-content .order-detail-section .detail-item{display:flex;flex-direction:column;gap:4px}.order-details-modal-content .order-detail-section .detail-item label{font-size:11px;font-weight:600;color:#718096;text-transform:uppercase;letter-spacing:.04em}.order-details-modal-content .order-detail-section .detail-item span{font-size:14px;color:#1a202c}.order-details-modal-content .address-info{display:flex;flex-direction:column;gap:14px}.order-details-modal-content .address-info .detail-item label{font-size:11px;font-weight:600;color:#718096;text-transform:uppercase;letter-spacing:.04em}.order-details-modal-content .address-info .detail-item span{font-size:14px;color:#1a202c}.order-details-cliente-endereco-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.order-details-cliente-endereco .order-details-col{display:flex;flex-direction:column;gap:14px}.order-details-modal-content .empty-message{margin:0;padding:12px 0;font-size:14px;color:#718096}.order-details-modal-content .order-detail-notes{margin:0;font-size:14px;line-height:1.5;color:#4a5568}.order-details-modal-content .order-items-list{display:flex;flex-direction:column;gap:12px}.order-details-modal-content .order-item-row{padding:14px 18px;background:#f7fafc;border-radius:8px;border:1px solid #e8ecf0}.order-details-modal-content .order-item-row .item-price-single{grid-column:span 2;font-size:14px;font-weight:600;color:#1a202c}.order-details-modal-content .financial-summary{gap:0}.order-details-modal-content .financial-summary .summary-row{padding:12px 0}.order-details-modal-content .financial-summary .summary-row:has(+.summary-total){border-bottom:none}.order-details-modal-content .financial-summary .summary-row.summary-total{padding-top:16px;margin-top:8px}.order-details-modal-content .modal-actions{border-top:1px solid #e8ecf0;background:#fff;padding:24px 28px;margin:8px -28px -32px;border-radius:0 0 12px 12px}.order-details-modal-content .modal-actions h3{font-size:14px;font-weight:600;color:#2d3748;margin:0 0 14px}@media(max-width:768px){.order-details-modal-overlay{padding:16px}.order-details-modal-content{max-height:88vh}}@media(max-width:900px){.order-details-cliente-endereco-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}}@media(max-width:640px){.order-details-modal-overlay{padding:12px}.order-details-modal-content{max-height:85vh}.order-details-modal-content .order-detail-section .detail-grid.order-details-info-grid{grid-template-columns:1fr}.order-details-cliente-endereco-grid{grid-template-columns:1fr;gap:20px}.order-details-cliente-endereco .order-details-col{gap:12px}.order-details-bloco-duplo{grid-template-columns:1fr}.order-details-modal-body{padding:20px 20px 28px}.order-details-modal-content .modal-actions{margin-left:-20px;margin-right:-20px;margin-bottom:-28px;padding:20px}}@media(max-width:380px){.order-details-modal-overlay{padding:8px}.order-details-modal-header,.order-details-modal-body{padding-left:16px;padding-right:16px}.order-details-modal-content .order-detail-section.order-detail-card{padding:16px 18px}.order-details-modal-content .modal-actions{margin-left:-16px;margin-right:-16px;padding:16px}}.label-modal-overlay{position:fixed;inset:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:2000;padding:16px;box-sizing:border-box}.label-modal-content{background:#fff;border-radius:12px;width:100%;max-width:900px;height:auto;max-height:90vh;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 20px 40px #00000040}.label-modal-content.label-modal-has-pdf{height:90vh}.label-modal-embed-container{display:flex;flex-direction:column;flex:1;min-height:0;overflow:hidden}.label-modal-iframe{width:100%;flex:1;border:none;display:block;min-height:0}.label-modal-embed-actions{display:flex;gap:8px;justify-content:flex-end;padding:10px 16px;border-top:1px solid #e2e8f0;flex-shrink:0}.btn-label-download{display:inline-block;background:#f7fafc;color:#4a5568;border:1px solid #cbd5e0;padding:8px 18px;border-radius:8px;font-weight:600;font-size:14px;text-decoration:none;transition:background .2s}.btn-label-download:hover{background:#edf2f7}.label-modal-header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-bottom:1px solid #e2e8f0;flex-shrink:0}.label-modal-header h3{font-size:16px;font-weight:600;color:#1a202c;margin:0}.label-modal-close{background:none;border:none;font-size:24px;line-height:1;cursor:pointer;color:#718096;padding:0 4px;transition:color .15s}.label-modal-close:hover{color:#1a202c}.label-modal-body{flex:1;overflow:hidden;display:flex;flex-direction:column}.label-modal-external{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px;padding:40px;text-align:center}.label-modal-external p{font-size:16px;color:#4a5568;margin:0}.btn-label-open{display:inline-block;background:#e6a57e;color:#fff;padding:12px 28px;border-radius:8px;font-weight:600;font-size:15px;text-decoration:none;transition:background .2s,transform .15s}.btn-label-open:hover{background:#d4946b;transform:translateY(-1px)}.label-modal-error-msg{font-size:15px;color:#c53030;font-weight:500;margin:0}.label-modal-hint{font-size:14px;color:#718096;margin:0}.orders-management{min-height:100vh;background:#f8fafc;padding:32px;font-family:inherit;width:100%;max-width:100%;box-sizing:border-box;overflow-x:hidden}.orders-header{display:grid;grid-template-columns:1fr auto 1fr;align-items:baseline;margin-bottom:32px;padding:28px 36px;background:#fff;border-radius:20px;box-shadow:0 1px 3px #0000000d,0 1px 2px #0000001a;gap:24px;border:1px solid #E5E5E5}.orders-header-subtitle{margin:0;font-size:14px;font-weight:500;color:#737373;line-height:1.4}.orders-stats{display:flex;gap:12px;justify-content:flex-end;align-items:center;flex-wrap:nowrap;align-self:baseline}.orders-stats span{background:#f5f5f5;padding:8px 14px;border-radius:8px;border:1px solid #E5E5E5;font-size:14px;font-weight:500;color:#404040;white-space:nowrap}.orders-workflow-banner{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-bottom:20px;padding:14px 20px;background:#fff;border:1px solid #E5E5E5;border-radius:14px;box-shadow:0 1px 2px #0000000a}.workflow-arrow{color:#a3a3a3;font-size:16px;font-weight:600;flex-shrink:0}.workflow-step{font-size:12px;font-weight:600;padding:5px 12px;border-radius:20px;white-space:nowrap}.workflow-step--confirmed{background:#eff6ff;color:#1d4ed8}.workflow-step--invoice{background:#fff7ed;color:#c2410c}.workflow-step--label{background:#f0fdf4;color:#15803d}.workflow-step--shipped{background:#faf5ff;color:#7e22ce}.workflow-step--done{background:#f0fdf4;color:#166534}.orders-filters{display:flex;gap:16px;margin-bottom:24px;flex-wrap:wrap}.orders-management .search-input,.orders-management .search-input:hover,.orders-management .search-input:focus{outline:none;border-color:#e2e8f0;box-shadow:none}.date-preset-select{min-width:160px;height:36px;padding:0 36px 0 12px;border:1px solid #e2e8f0;border-radius:8px;font-size:12px;background-color:transparent;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none' stroke='%23718096' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 4.5 L6 7.5 L9 4.5'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;cursor:pointer;transition:border-color .2s;box-sizing:border-box;appearance:none;-webkit-appearance:none;-moz-appearance:none;color:#4a5568}.status-filter{min-width:200px;background:transparent}.status-select{width:100%;height:36px;padding:0 38px 0 12px;border:1px solid #e2e8f0;border-radius:8px;font-size:12px;background-color:transparent;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none' stroke='%23718096' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 4.5 L6 7.5 L9 4.5'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;cursor:pointer;transition:border-color .2s;box-sizing:border-box;appearance:none;-webkit-appearance:none;-moz-appearance:none}.status-select:focus{outline:none;border-color:#e6a57e}.order-actions{display:flex;gap:12px;align-items:center}.status-select-small{padding:6px 12px;border:1px solid #e2e8f0;border-radius:6px;font-size:12px;background:#fff;cursor:pointer;min-width:150px}.status-select-small:focus{outline:none;border-color:#e6a57e}.orders-nfe-guide{background:#fffbf7;border:1px solid #fde8d3;border-left:4px solid #E6A57E;border-radius:12px;padding:20px 24px;margin-bottom:24px;display:grid;grid-template-columns:auto 1fr;grid-template-rows:auto auto;gap:0 16px}.nfe-guide-icon{font-size:24px;line-height:1;grid-row:1;grid-column:1;align-self:start;padding-top:2px}.nfe-guide-body{grid-row:1;grid-column:2}.nfe-guide-title{font-size:14px;font-weight:700;color:#1a202c;margin:0 0 10px}.nfe-guide-steps{margin:0;padding-left:18px;display:flex;flex-direction:column;gap:6px}.nfe-guide-steps li{font-size:13px;color:#4a5568;line-height:1.55}.nfe-guide-steps strong{color:#1a202c;font-weight:600}.nfe-guide-alert{grid-column:1 / -1;display:flex;align-items:center;gap:8px;margin-top:14px;padding-top:12px;border-top:1px solid #fde8d3;font-size:12.5px;color:#c2410c}.nfe-guide-alert-icon{font-size:15px;flex-shrink:0}.nfe-guide-alert strong{font-weight:700}.empty-state{text-align:center;padding:60px 20px;color:#718096;display:flex;flex-direction:column;align-items:center;gap:12px}.empty-state-icon{font-size:48px;line-height:1;opacity:.7}.empty-state-title{font-size:20px;font-weight:700;color:#2d3748;margin:0}.empty-state-desc{font-size:15px;margin:0;max-width:400px;line-height:1.6}.empty-state>p:not(.empty-state-desc){font-size:18px;margin:0}.modal-content{background:#fff;border-radius:12px;max-width:720px;width:92%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 25px -5px #0000001a}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:28px;border-bottom:1px solid #e2e8f0}.modal-header h2{font-size:22px;font-weight:600;color:#1a202c;margin:0}.modal-body{padding:28px}.order-detail-section{margin-bottom:24px}.order-detail-section h3{font-size:16px;font-weight:600;color:#1a202c;margin:0 0 12px}.status-badge{padding:4px 8px;border-radius:4px;font-size:12px;font-weight:600;text-transform:uppercase;display:inline-block;width:fit-content}.orders-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;gap:16px}.orders-error{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;gap:16px;color:#e53e3e}.modal-actions{margin-top:32px;padding-top:24px;border-top:1px solid #e2e8f0;display:flex;flex-direction:column}.modal-actions h3{font-size:18px;font-weight:600;color:#1a202c;margin:0 0 12px;white-space:nowrap;display:block;width:100%}.actions-buttons{display:flex;flex-wrap:nowrap;gap:12px;align-items:center;width:100%;margin-top:0}.btn-action{padding:10px 20px;border-radius:8px;font-weight:600;font-size:14px;cursor:pointer;transition:all .2s;border:none;white-space:nowrap;flex-shrink:0}.btn-action.btn-support{background:#e6a57e;color:#fff}.btn-action.btn-support:hover{background:#d4946b;transform:translateY(-1px)}.btn-action.btn-placeholder{background:#f7fafc;color:#4a5568;border:1px solid #e2e8f0}.btn-action.btn-placeholder:hover{background:#edf2f7;border-color:#cbd5e0;color:#2d3748}.btn-action.btn-danger-outline{background:transparent;color:#dc2626;border:1px solid #dc2626}.btn-action.btn-danger-outline:hover{background:#fee2e2;border-color:#b91c1c;color:#b91c1c}.order-items-list{display:flex;flex-direction:column;gap:16px}.order-item-row{display:grid;grid-template-columns:1fr auto auto auto;gap:16px;padding:16px;background:#f7fafc;border-radius:8px;border:1px solid #e2e8f0;align-items:center}.item-info{display:flex;flex-direction:column;gap:4px}.item-name{font-size:14px;font-weight:600;color:#1a202c}.item-variations{font-size:12px;color:#718096}.item-quantity,.item-price,.item-subtotal{font-size:14px;font-weight:500;color:#1a202c;text-align:right}.item-subtotal{font-weight:600}.empty-message{text-align:center;padding:32px 20px;color:#718096;font-size:14px}.financial-summary{display:flex;flex-direction:column;gap:12px}.summary-row{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-bottom:1px solid #e2e8f0}.summary-row:last-child{border-bottom:none}.summary-row span:first-child{font-size:14px;color:#4a5568}.summary-row span:last-child{font-size:14px;font-weight:600;color:#1a202c}.summary-row.summary-total{padding-top:16px;border-top:2px solid #e2e8f0;margin-top:8px}.summary-row.summary-total span:first-child{font-size:16px;font-weight:700;color:#1a202c}.summary-row.summary-total span:last-child{font-size:18px;font-weight:700;color:#1a202c}@media(max-width:768px){.orders-management{padding:16px}.orders-header{grid-template-columns:1fr;gap:16px;padding:20px 24px}.btn-back{justify-self:flex-start}.header-content{justify-content:flex-start}.header-content h1{text-align:left}.header-title-group{align-items:flex-start;text-align:left}.orders-stats{justify-content:flex-start;width:100%}.orders-nfe-guide{grid-template-columns:1fr;gap:12px 0;padding:16px}.nfe-guide-icon{display:none}.nfe-guide-body,.nfe-guide-alert{grid-column:1}.orders-filters{flex-direction:column}.search-box,.date-filter,.status-filter{min-width:unset}.order-card-body{flex-direction:column;gap:16px}.order-status-wrapper{align-self:flex-start}.order-products-list{gap:8px}.order-product-item{font-size:13px}.order-card-footer{flex-direction:column;width:100%}.order-card-footer .btn-attach-invoice,.order-card-footer .btn-contextual,.order-card-footer .btn-view{width:100%}.detail-grid{grid-template-columns:1fr}.modal-content{width:95%;margin:20px}.order-item-row{grid-template-columns:1fr;gap:12px}.item-quantity,.item-price,.item-subtotal{text-align:left}.actions-buttons{flex-direction:column}.btn-action{width:100%}}.address-info{display:flex;flex-direction:column;gap:12px}.address-info .detail-item{display:flex;flex-direction:column;gap:4px}.image-upload-step{--color-primary: #0ea5e9;--color-primary-light: #e0f2fe;--color-primary-border: #7dd3fc;--color-success: #059669;--color-success-light: #d1fae5;--color-success-border: #6ee7b7;--color-info: #0284c7;--color-info-light: #e0f2fe;--color-warning: #d97706;--color-warning-light: #fef3c7;--color-text: #1f2937;--color-text-muted: #6b7280;--color-border: #e5e7eb;--color-bg: #f9fafb}.image-upload-step{padding:1.5rem 0;max-width:900px;margin:0 auto}.step-header{margin-bottom:1.5rem}.step-header h3{font-size:1.5rem;font-weight:700;color:var(--color-text);margin:0 0 .375rem;letter-spacing:-.02em}.step-subtitle{font-size:.9375rem;color:var(--color-text-muted);margin:0;line-height:1.5}.info-card-unified{display:grid;grid-template-columns:repeat(3,1fr);gap:0 2rem;padding:1.25rem 2rem;margin-bottom:1.5rem;background:#fff;border:1px solid var(--color-border);border-radius:12px;border-left:4px solid var(--color-primary);border-right:4px solid var(--color-primary);box-shadow:0 1px 3px #0000000d}@media(max-width:640px){.info-card-unified{grid-template-columns:1fr;gap:1rem 0}}.info-card-unified__item{display:flex;flex-direction:column;gap:.25rem;min-width:0}.info-card-unified__label{font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--color-text-muted)}.info-card-unified__value{font-size:.875rem;color:var(--color-text);line-height:1.4;font-weight:500}.compression-indicator{display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem;margin-bottom:1.25rem;background:var(--color-primary-light);border:1px solid var(--color-primary-border);border-radius:10px}.compression-indicator__spinner{width:22px;height:22px;border:2px solid var(--color-primary);border-top-color:transparent;border-radius:50%;animation:spin .8s linear infinite;flex-shrink:0}.compression-indicator__text{font-size:.9375rem;font-weight:500;color:var(--color-info)}.upload-area{border:2px dashed var(--color-border);border-radius:12px;padding:2.5rem 1.5rem;text-align:center;background:var(--color-bg);cursor:pointer;transition:all .25s ease;margin-bottom:1.5rem}.upload-area:hover{border-color:var(--color-primary);background:var(--color-primary-light)}.upload-area.drag-active{border-color:var(--color-primary);background:var(--color-primary-light);transform:scale(1.01);box-shadow:0 4px 16px #0ea5e926}.upload-content{display:flex;flex-direction:column;align-items:center;gap:.75rem}.upload-icon{font-size:2.5rem}.upload-icon img{width:56px;height:56px;opacity:.9}.upload-content h4{font-size:1rem;font-weight:600;color:var(--color-text);margin:0}.upload-content p{font-size:.8125rem;color:var(--color-text-muted);margin:0}.image-gallery{margin-top:1.5rem;display:flex;flex-direction:column;gap:1.25rem;width:100%}.images-indicator{padding:1rem 1.25rem;background:#fff;border-radius:10px;border:1px solid var(--color-border)}.indicator-content{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.75rem}.indicator-left{flex:1;min-width:180px}.indicator-title{margin:0;font-size:.9375rem;font-weight:600;color:var(--color-text)}.indicator-subtitle{margin:.25rem 0 0;font-size:.8125rem;color:var(--color-text-muted)}.indicator-right{text-align:right}.optimized-badge{font-size:.75rem;font-weight:600;color:var(--color-success);background:var(--color-success-light);padding:.25rem .625rem;border-radius:6px}.image-upload-step .gallery-grid,.gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;width:100%}@media(max-width:900px){.image-upload-step .gallery-grid,.gallery-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.image-upload-step .gallery-grid,.gallery-grid{grid-template-columns:1fr}}.image-item{border:1px solid var(--color-border);border-radius:12px;overflow:hidden;background:#fff;transition:all .2s;box-shadow:0 1px 3px #0000000d}.image-item:hover{box-shadow:0 4px 12px #00000014;transform:translateY(-2px);border-color:var(--color-primary-border)}.image-preview{position:relative;width:100%;padding-top:100%;overflow:hidden;background:#f3f4f6}.image-preview img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.main-badge{position:absolute;top:.5rem;right:.5rem;background:var(--color-success);color:#fff;padding:.25rem .625rem;border-radius:9999px;font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.03em;z-index:1;box-shadow:0 2px 4px #00000026}.image-actions{padding:.875rem;display:flex;flex-direction:column;gap:.5rem;background:#fafafa;border-top:1px solid var(--color-border)}.btn-secondary,.btn-danger{padding:.5rem 1rem;border:none;border-radius:8px;font-size:.8125rem;font-weight:500;cursor:pointer;transition:all .2s}.btn-secondary{background:#f3f4f6;color:#374151}.btn-secondary:hover{background:#e5e7eb}.btn-secondary.active{background:var(--color-primary);color:#fff}.btn-secondary.active:hover{background:var(--color-info)}.btn-danger{background:#fee2e2;color:#dc2626}.btn-danger:hover{background:#fecaca}.validation-message{padding:1rem 1.25rem;background:var(--color-warning-light);border:1px solid #fcd34d;border-radius:10px;margin-top:1rem}.validation-message p{margin:0;color:#92400e;font-size:.875rem;font-weight:500}.shipping-step{max-width:100%;margin:0 auto}.shipping-form{display:flex;flex-direction:column;gap:32px}.form-section{background:#fff;border-radius:12px;padding:32px;box-shadow:0 4px 6px #0000001a}.form-section--dimensions{padding:1.75rem 2rem;border:1px solid #e5e7eb;border-left:4px solid #0ea5e9;border-right:4px solid #0ea5e9;box-shadow:0 1px 3px #0000000d}.form-section__header{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1.5rem}.form-section__icon{width:40px;height:40px;object-fit:contain;filter:brightness(0);flex-shrink:0;opacity:.85}.form-section__header-text h3{font-size:1.25rem;font-weight:700;color:#1f2937;margin:0 0 .375rem;line-height:1.3}.form-section__header-text p{font-size:.9375rem;color:#6b7280;margin:0;line-height:1.5}.dimensions-form-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.25rem}.dimensions-form-grid .input-group{min-width:0;display:flex;flex-direction:column;gap:8px}.dimensions-form-grid .input-group label{min-height:40px;display:flex;align-items:center}.dimensions-form-grid .input-group input{width:100%;height:44px;box-sizing:border-box}.dimensions-form-grid .input-group .error-message{min-height:20px}@media(max-width:900px){.dimensions-form-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.dimensions-form-grid{grid-template-columns:1fr}}.form-section h3{font-size:24px;color:#2d3748;margin-bottom:16px;font-weight:600;display:flex;align-items:center;gap:12px}.required{color:#e53e3e;font-weight:700;font-size:18px}.optional{color:#718096;font-weight:500;font-size:16px;font-style:italic}.form-section p{color:#718096;font-size:16px;margin-bottom:24px;line-height:1.5}.dimensions-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:24px;margin-bottom:24px}.dimensions-grid-new{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-bottom:24px}.dimensions-grid-new .input-group-full-width{grid-column:1 / -1}.weight-input-section{margin-top:24px;padding-top:24px;border-top:1px solid #e2e8f0}.input-group input,.input-group textarea{padding:12px 16px;border:2px solid #e2e8f0;border-radius:8px;font-size:16px;transition:all .3s ease;background:#fff}.input-group input:focus,.input-group textarea:focus{outline:none;border-color:#e6a57e;box-shadow:0 0 0 3px #e6a57e1a}.input-group input.error,.input-group textarea.error{border-color:#e53e3e;box-shadow:0 0 0 3px #e53e3e1a}.input-group small{color:#718096;font-size:12px;margin-top:4px}.error-message{color:#e53e3e;font-size:12px;font-weight:500;margin-top:4px}.volume-calculation{display:flex;align-items:center;gap:.5rem;margin-top:1.25rem;padding:.875rem 1rem;background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border-radius:10px;border:1px solid #7dd3fc}.volume-calculation__label{font-size:.875rem;font-weight:600;color:#0284c7}.volume-calculation__value{font-size:.9375rem;font-weight:500;color:#1f2937}.calculation-item{display:flex;justify-content:space-between;align-items:center;padding:8px 0;border-bottom:1px solid #e2e8f0}.calculation-item:last-child{border-bottom:none}.calculation-item .label{font-weight:600;color:#2d3748;font-size:14px}.calculation-item .value{font-weight:500;color:#4a5568;font-size:14px}.package-types{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:16px;margin-bottom:16px}.package-type-option{border:2px solid #e2e8f0;border-radius:12px;padding:20px;cursor:pointer;transition:all .3s ease;background:#fff;position:relative}.package-type-option:hover{border-color:#e6a57e;transform:translateY(-2px);box-shadow:0 4px 12px #e6a57e33}.package-type-option.selected{border-color:#e6a57e;background:#fef7f0;box-shadow:0 8px 25px #e6a57e4d}.package-type-option input{position:absolute;opacity:0;pointer-events:none}.package-type-content{display:flex;flex-direction:column;align-items:center;gap:12px;text-align:center}.package-type-content .icon{font-size:32px}.package-type-content .label{font-weight:600;color:#2d3748;font-size:16px}.fragility-levels{display:flex;flex-direction:column;gap:16px;margin-bottom:16px}.fragility-option{border:2px solid #e2e8f0;border-radius:12px;padding:20px;cursor:pointer;transition:all .3s ease;background:#fff;position:relative}.fragility-option:hover{border-color:#e6a57e;transform:translateY(-2px);box-shadow:0 4px 12px #e6a57e33}.fragility-option.selected{border-color:#e6a57e;background:#fef7f0;box-shadow:0 8px 25px #e6a57e4d}.fragility-option input{position:absolute;opacity:0;pointer-events:none}.fragility-content{display:flex;align-items:center;gap:16px}.fragility-content .icon{font-size:24px;flex-shrink:0}.fragility-content .text-content{display:flex;flex-direction:column;gap:4px}.fragility-content .label{font-weight:600;color:#2d3748;font-size:16px}.fragility-content .description{color:#718096;font-size:14px}.shipping-summary{background:#f7fafc;border-radius:12px;padding:24px;margin-top:24px;border-left:4px solid #e6a57e}.shipping-summary h3{color:#2d3748;margin-bottom:16px;font-size:20px;font-weight:600}.calculation-explanation{background:#f7fafc;border-radius:8px;padding:16px;margin-top:16px;border-left:4px solid #e6a57e}.calculation-explanation p{margin:8px 0;color:#2d3748;font-size:14px}.calculation-explanation ul{margin:12px 0;padding-left:20px}.calculation-explanation li{margin:8px 0;color:#4a5568;font-size:14px;line-height:1.5}.example-box{background:#fff3cd;border:1px solid #ffeaa7;border-radius:6px;padding:12px;margin-top:12px}.example-box p{margin:4px 0;color:#856404;font-size:13px}.disclaimer{color:#718096;font-size:12px;font-style:italic;margin-top:16px;text-align:center}@media(max-width:768px){.form-section{padding:24px}.form-section--dimensions{padding:1.5rem 1.25rem}.dimensions-grid,.dimensions-grid-new{grid-template-columns:1fr;gap:16px}.dimensions-grid-new .input-group-full-width{grid-column:1}.package-types{grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:12px}.fragility-content{flex-direction:column;align-items:flex-start;gap:8px}.step-header h2{font-size:24px}.form-section h3{font-size:20px}}@media(max-width:480px){.form-section{padding:16px}.step-header h2{font-size:20px}.form-section h3{font-size:18px}.package-types{grid-template-columns:1fr}.fragility-levels{gap:12px}}._editorContainer_jz3t3_7{width:100%;display:flex;flex-direction:column;gap:1rem}._tableContainer_jz3t3_15{width:100%;overflow-x:auto;border:1px solid #e5e7eb;border-radius:8px;background:#fff}._table_jz3t3_15{width:100%;border-collapse:collapse;font-size:14px}._tableHeader_jz3t3_34{background:#f9fafb}._sizeHeaderCell_jz3t3_38{padding:12px 16px;text-align:left;font-weight:600;color:#374151;border-bottom:2px solid #e5e7eb;min-width:120px;position:sticky;left:0;background:#f9fafb;z-index:1}._headerLabel_jz3t3_51{font-size:13px;text-transform:uppercase;letter-spacing:.05em}._measurementHeaderCell_jz3t3_57{padding:8px 12px;text-align:center;border-bottom:2px solid #e5e7eb;min-width:160px}._measurementHeader_jz3t3_57{display:flex;align-items:center;justify-content:flex-start;gap:4px}._measurementNameInput_jz3t3_71{width:100%;max-width:130px;padding:6px 8px;border:1px solid #d1d5db;border-radius:4px;font-size:13px;font-weight:500;text-align:center;background:#fff;transition:border-color .2s,box-shadow .2s}._measurementNameInput_jz3t3_71:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 2px #6366f11a}._measurementNameInput_jz3t3_71::placeholder{color:#9ca3af}._removeColumnButton_jz3t3_94{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border:none;border-radius:4px;background:transparent;color:#9ca3af;cursor:pointer;transition:color .2s,background .2s}._removeColumnButton_jz3t3_94:hover:not(:disabled){color:#ef4444;background:#fef2f2}._removeColumnButton_jz3t3_94:disabled{opacity:.5;cursor:not-allowed}._actionsHeaderCell_jz3t3_118{padding:8px 12px;border-bottom:2px solid #e5e7eb;width:60px}._addColumnButton_jz3t3_124{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:2px dashed #d1d5db;border-radius:6px;background:transparent;color:#6b7280;cursor:pointer;transition:all .2s}._addColumnButton_jz3t3_124:hover:not(:disabled){border-color:#6366f1;color:#6366f1;background:#f5f3ff}._addColumnButton_jz3t3_124:disabled{opacity:.5;cursor:not-allowed}._minMaxRow_jz3t3_150{background:#f3f4f6}._minMaxHeader_jz3t3_154{padding:4px 12px;border-bottom:1px solid #e5e7eb}._minMaxLabels_jz3t3_159{display:flex;align-items:center;justify-content:flex-start;font-size:11px;font-weight:500;color:#6b7280;text-transform:uppercase;letter-spacing:.05em}._minMaxLabels_jz3t3_159 span{width:60px;text-align:center;flex-shrink:0}._minMaxLabels_jz3t3_159 span:first-child{margin-right:4px}._minMaxLabels_jz3t3_159 span:last-child{margin-left:12px}._emptyCell_jz3t3_184{border-bottom:1px solid #e5e7eb}._sizeRow_jz3t3_192{transition:background .2s}._sizeRow_jz3t3_192:hover{background:#f9fafb}._sizeRow_jz3t3_192._rowError_jz3t3_200{background:#fef2f2}._sizeNameCell_jz3t3_204{padding:8px 12px;border-bottom:1px solid #e5e7eb;position:sticky;left:0;background:#fff;z-index:1}._sizeRow_jz3t3_192:hover ._sizeNameCell_jz3t3_204{background:#f9fafb}._sizeRow_jz3t3_192._rowError_jz3t3_200 ._sizeNameCell_jz3t3_204{background:#fef2f2}._sizeNameInput_jz3t3_221{width:100%;padding:8px 10px;border:1px solid #d1d5db;border-radius:4px;font-size:14px;font-weight:500;background:#fff;transition:border-color .2s,box-shadow .2s}._sizeNameInput_jz3t3_221:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 2px #6366f11a}._sizeNameInput_jz3t3_221::placeholder{color:#9ca3af}._measurementCellWrapper_jz3t3_246{padding:8px 12px;border-bottom:1px solid #e5e7eb}._measurementCell_jz3t3_246{display:flex;flex-direction:column;gap:2px}._inputGroup_jz3t3_257{display:flex;align-items:center;gap:4px}._measurementInput_jz3t3_263{width:60px;padding:6px 8px;border:1px solid #d1d5db;border-radius:4px;font-size:13px;text-align:center;background:#fff;transition:border-color .2s,box-shadow .2s}._measurementInput_jz3t3_263:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 2px #6366f11a}._measurementInput_jz3t3_263::placeholder{color:#9ca3af}._measurementInput_jz3t3_263::-webkit-outer-spin-button,._measurementInput_jz3t3_263::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}._measurementInput_jz3t3_263[type=number]{-moz-appearance:textfield}._inputSeparator_jz3t3_295{color:#9ca3af;font-size:12px}._cellError_jz3t3_300{font-size:10px;color:#dc2626;margin-top:2px}._actionsCell_jz3t3_310{padding:8px 12px;border-bottom:1px solid #e5e7eb;text-align:center}._removeRowButton_jz3t3_316{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;border-radius:4px;background:transparent;color:#9ca3af;cursor:pointer;transition:color .2s,background .2s}._removeRowButton_jz3t3_316:hover:not(:disabled){color:#ef4444;background:#fef2f2}._removeRowButton_jz3t3_316:disabled{opacity:.5;cursor:not-allowed}._tableActions_jz3t3_344{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px;padding:12px 0}._actionsLeft_jz3t3_353,._actionsRight_jz3t3_358{display:flex;gap:8px}._addRowButton_jz3t3_363{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;border:2px dashed #d1d5db;border-radius:6px;background:transparent;color:#4b5563;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}._addRowButton_jz3t3_363:hover:not(:disabled){border-color:#6366f1;color:#6366f1;background:#f5f3ff}._addRowButton_jz3t3_363:disabled{opacity:.5;cursor:not-allowed}._clearButton_jz3t3_389{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;border:1px solid #fecaca;border-radius:6px;background:#fef2f2;color:#dc2626;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}._clearButton_jz3t3_389:hover:not(:disabled){background:#fee2e2;border-color:#f87171}._clearButton_jz3t3_389:disabled{opacity:.5;cursor:not-allowed}._resetButton_jz3t3_414{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;border:1px solid #d1d5db;border-radius:6px;background:#f9fafb;color:#4b5563;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}._resetButton_jz3t3_414:hover:not(:disabled){background:#f3f4f6;border-color:#9ca3af}._resetButton_jz3t3_414:disabled{opacity:.5;cursor:not-allowed}._rowCount_jz3t3_439{font-size:13px;color:#6b7280}._inputError_jz3t3_448{border-color:#f87171!important;background-color:#fef2f2!important}._inputError_jz3t3_448:focus{box-shadow:0 0 0 2px #ef44441a!important}._emptyState_jz3t3_461{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px 24px;text-align:center;background:#f9fafb;border:2px dashed #e5e7eb;border-radius:8px}._emptyStateIcon_jz3t3_473{color:#9ca3af;margin-bottom:16px}._emptyStateTitle_jz3t3_478{font-size:16px;font-weight:600;color:#374151;margin-bottom:8px}._emptyStateDescription_jz3t3_485{font-size:14px;color:#6b7280;margin-bottom:20px;max-width:300px}._emptyStateButton_jz3t3_492{display:inline-flex;align-items:center;gap:6px;padding:10px 20px;border:none;border-radius:6px;background:#6366f1;color:#fff;font-size:14px;font-weight:500;cursor:pointer;transition:background .2s}._emptyStateButton_jz3t3_492:hover{background:#4f46e5}._generalErrors_jz3t3_515{display:flex;flex-direction:column;gap:8px;padding:12px 16px;background:#fef2f2;border:1px solid #fecaca;border-radius:6px}._generalError_jz3t3_515{display:flex;align-items:center;gap:8px;font-size:13px;color:#dc2626}._generalErrorIcon_jz3t3_533{flex-shrink:0}@media(max-width:768px){._tableContainer_jz3t3_15{border-radius:0;border-left:none;border-right:none;margin:0 -16px}._tableActions_jz3t3_344{flex-direction:column;align-items:stretch}._actionsLeft_jz3t3_353,._actionsRight_jz3t3_358{justify-content:center}._addRowButton_jz3t3_363,._clearButton_jz3t3_389,._resetButton_jz3t3_414{width:100%;justify-content:center}._measurementInput_jz3t3_263{width:50px;padding:6px 4px;font-size:12px}}._mobileContainer_jz3t3_577{display:flex;flex-direction:column;gap:16px}._mobileColumnEditor_jz3t3_584{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;overflow:hidden}._mobileColumnEditorToggle_jz3t3_591{display:flex;align-items:center;justify-content:space-between;width:100%;padding:12px 16px;background:none;border:none;font-size:14px;font-weight:600;color:#374151;cursor:pointer;transition:background .2s}._mobileColumnEditorToggle_jz3t3_591:hover{background:#f3f4f6}._mobileColumnList_jz3t3_610{display:flex;flex-direction:column;gap:8px;padding:12px 16px;border-top:1px solid #e5e7eb;background:#fff}._mobileColumnItem_jz3t3_619{display:flex;align-items:center;gap:8px}._mobileColumnInput_jz3t3_625{flex:1;padding:10px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;transition:border-color .2s}._mobileColumnInput_jz3t3_625:focus{outline:none;border-color:#6366f1}._mobileColumnRemove_jz3t3_639{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:none;border-radius:6px;background:transparent;color:#9ca3af;cursor:pointer;transition:all .2s}._mobileColumnRemove_jz3t3_639:hover:not(:disabled){color:#ef4444;background:#fef2f2}._mobileAddColumn_jz3t3_658{display:flex;align-items:center;justify-content:center;gap:8px;padding:10px;border:2px dashed #d1d5db;border-radius:6px;background:transparent;color:#6b7280;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}._mobileAddColumn_jz3t3_658:hover:not(:disabled){border-color:#6366f1;color:#6366f1;background:#f5f3ff}._mobileCards_jz3t3_681{display:flex;flex-direction:column;gap:12px}._mobileCard_jz3t3_681{background:#fff;border:1px solid #e5e7eb;border-radius:8px;overflow:hidden;transition:border-color .2s}._mobileCard_jz3t3_681._mobileCardError_jz3t3_695{border-color:#f87171;background:#fef2f2}._mobileCardHeader_jz3t3_700{display:flex;align-items:center;gap:8px;padding:12px;background:#f9fafb;border-bottom:1px solid #e5e7eb}._mobileCardToggle_jz3t3_709{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;border-radius:6px;background:transparent;color:#6b7280;cursor:pointer;transition:background .2s}._mobileCardToggle_jz3t3_709:hover{background:#e5e7eb}._mobileCardTitle_jz3t3_727{flex:1;padding:8px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:15px;font-weight:500;background:#fff;transition:border-color .2s}._mobileCardTitle_jz3t3_727:focus{outline:none;border-color:#6366f1}._mobileCardRemove_jz3t3_743{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:none;border-radius:6px;background:transparent;color:#9ca3af;cursor:pointer;transition:all .2s}._mobileCardRemove_jz3t3_743:hover:not(:disabled){color:#ef4444;background:#fef2f2}._mobileCardContent_jz3t3_762{padding:16px;display:flex;flex-direction:column;gap:16px}._mobileMeasurement_jz3t3_769{display:flex;flex-direction:column;gap:6px}._mobileMeasurementLabel_jz3t3_775{font-size:13px;font-weight:500;color:#374151}._mobileMeasurementInputs_jz3t3_781{display:flex;align-items:center;gap:8px}._mobileMeasurementInput_jz3t3_781{flex:1;padding:10px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;text-align:center;transition:border-color .2s}._mobileMeasurementInput_jz3t3_781:focus{outline:none;border-color:#6366f1}._mobileMeasurementInput_jz3t3_781::-webkit-outer-spin-button,._mobileMeasurementInput_jz3t3_781::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}._mobileMeasurementInput_jz3t3_781[type=number]{-moz-appearance:textfield}._mobileMeasurementSeparator_jz3t3_813{color:#9ca3af;font-weight:500}._mobileMeasurementUnit_jz3t3_818{color:#6b7280;font-size:13px;min-width:24px}._mobileMeasurementError_jz3t3_824{font-size:11px;color:#dc2626}._mobileAddCard_jz3t3_829{display:flex;align-items:center;justify-content:center;gap:8px;padding:16px;border:2px dashed #d1d5db;border-radius:8px;background:transparent;color:#6b7280;font-size:15px;font-weight:500;cursor:pointer;transition:all .2s}._mobileAddCard_jz3t3_829:hover:not(:disabled){border-color:#6366f1;color:#6366f1;background:#f5f3ff}._mobileAddCard_jz3t3_829:disabled{opacity:.5;cursor:not-allowed}._desktopOnly_jz3t3_861{display:block}._mobileOnly_jz3t3_865{display:none}@media(max-width:640px){._desktopOnly_jz3t3_861{display:none}._mobileOnly_jz3t3_865{display:block}}.gender-conflict-overlay{position:fixed;inset:0;background-color:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:10001;padding:20px;animation:genderFadeIn .2s ease-out}@keyframes genderFadeIn{0%{opacity:0}to{opacity:1}}.gender-conflict-content{background:#fff;border-radius:16px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;max-width:520px;width:100%;padding:32px;position:relative;animation:genderSlideUp .3s ease-out;border:2px solid #F59E0B}@keyframes genderSlideUp{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.gender-conflict-close{position:absolute;top:16px;right:16px;background:none;border:none;color:#737373;cursor:pointer;padding:8px;display:flex;align-items:center;justify-content:center;border-radius:8px;transition:all .2s ease;font-size:20px;width:32px;height:32px}.gender-conflict-close:hover{background-color:#f5f5f5;color:#404040}.gender-conflict-close:active{transform:scale(.95)}.gender-conflict-icon-wrapper{display:flex;justify-content:center;margin-bottom:16px}.gender-conflict-icon{width:56px;height:56px;color:#f59e0b;stroke-width:1.5}.gender-conflict-text{text-align:center;margin-bottom:24px}.gender-conflict-title{font-size:22px;font-weight:600;color:#171717;margin:0 0 12px;line-height:1.3}.gender-conflict-message{font-size:15px;color:#404040;margin:0 0 8px;line-height:1.5}.gender-conflict-message strong{color:#171717}.gender-conflict-question{font-size:15px;color:#171717;margin:0;font-weight:500}.gender-conflict-options{display:flex;flex-direction:column;gap:12px;margin-bottom:16px}.gender-conflict-option{display:flex;align-items:flex-start;gap:12px;padding:16px;border:2px solid #E5E5E5;border-radius:12px;background:#fafafa;cursor:pointer;transition:all .2s ease;text-align:left;width:100%}.gender-conflict-option:hover{border-color:#d4d4d4;background:#f5f5f5}.gender-conflict-option.selected{border-color:#e6a57e;background:#fdf8f5}.gender-option-radio{width:20px;height:20px;min-width:20px;border:2px solid #D4D4D4;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-top:2px;transition:all .2s ease}.gender-conflict-option.selected .gender-option-radio{border-color:#e6a57e}.gender-option-radio-inner{width:10px;height:10px;border-radius:50%;background:transparent;transition:all .2s ease}.gender-option-radio-inner.checked{background:#e6a57e}.gender-option-info{display:flex;flex-direction:column;gap:4px;flex:1}.gender-option-label{font-size:16px;font-weight:600;color:#171717}.gender-option-details{font-size:13px;color:#525252}.gender-option-measurements{font-size:12px;color:#737373}.gender-conflict-note{font-size:13px;color:#737373;text-align:center;margin:0 0 20px;font-style:italic}.gender-conflict-buttons{display:flex;gap:12px}.gender-conflict-button{flex:1;padding:14px 24px;font-size:15px;font-weight:500;border:none;border-radius:8px;cursor:pointer;transition:all .2s ease;font-family:inherit}.gender-conflict-button.secondary{background-color:#f5f5f5;color:#525252;border:1px solid #E5E5E5}.gender-conflict-button.secondary:hover{background-color:#e5e5e5;color:#404040}.gender-conflict-button.primary{background-color:#e6a57e;color:#fff}.gender-conflict-button.primary:hover:not(:disabled){background-color:#d4946b;transform:translateY(-1px);box-shadow:0 4px 12px #e6a57e4d}.gender-conflict-button.primary:active:not(:disabled){background-color:#c28358;transform:translateY(0)}.gender-conflict-button.primary:disabled{background-color:#d4d4d4;color:#a3a3a3;cursor:not-allowed}.gender-conflict-button:focus{outline:none;box-shadow:0 0 0 3px #e6a57e33}@media(max-width:640px){.gender-conflict-content{padding:24px;max-width:100%;margin:0 16px}.gender-conflict-title{font-size:20px}.gender-conflict-message,.gender-conflict-question{font-size:14px}.gender-conflict-icon{width:48px;height:48px}.gender-conflict-option{padding:14px}.gender-option-label{font-size:15px}.gender-conflict-buttons{flex-direction:column-reverse}.gender-conflict-button{padding:12px 20px}}.create-size-table-modal-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:10000;padding:.5rem;box-sizing:border-box;overflow:auto}.create-size-table-modal-content{display:flex;flex-direction:column;overflow:hidden;max-height:90vh;min-height:0;width:100%;max-width:1200px;background:#fff;border-radius:12px;box-shadow:0 20px 25px -5px #0000001a}.create-size-table-modal-header{flex-shrink:0;padding:1rem 1.25rem;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;align-items:center;gap:.75rem}.create-size-table-modal-header h3{margin:0;font-size:1.125rem;font-weight:600;color:#1a1a1a;line-height:1.3;flex:1;min-width:0}.create-size-table-modal-close{flex-shrink:0;background:none;border:none;font-size:1.5rem;color:#6b7280;cursor:pointer;padding:.25rem .5rem;border-radius:6px;line-height:1;width:36px;height:36px;display:flex;align-items:center;justify-content:center}.create-size-table-modal-close:hover:not(:disabled){background:#f3f4f6;color:#374151}.create-size-table-modal-body{flex:1;min-height:0;overflow-x:auto;overflow-y:auto;padding:1rem 1.25rem;box-sizing:border-box}@media(max-width:768px){.create-size-table-modal-overlay{padding:.25rem;align-items:flex-start}.create-size-table-modal-content{max-height:calc(100vh - .5rem);margin:.25rem 0}.create-size-table-modal-header{padding:.75rem 1rem}.create-size-table-modal-header h3{font-size:1rem}.create-size-table-modal-body{padding:.75rem 1rem}}@media(max-width:480px){.create-size-table-modal-overlay{padding:0}.create-size-table-modal-content{max-height:100vh;border-radius:0}.create-size-table-modal-header h3{font-size:.9375rem}}.quality-step-container{max-width:100%;margin:0 auto}.step-header{text-align:center;margin-bottom:32px}.step-header h2{font-size:28px;color:#2d3748;margin-bottom:8px;font-weight:600}.step-header p{color:#718096;font-size:16px;margin-bottom:4px}.quality-section{background:#fff;border-radius:12px;padding:32px;margin-bottom:24px;box-shadow:0 4px 6px #0000001a}.quality-section h3{font-size:24px;color:#2d3748;margin-bottom:16px;font-weight:600;display:flex;align-items:center;gap:12px}.section-title-with-icon{display:flex;align-items:center;gap:12px;margin-bottom:16px}.section-title-with-icon h3{margin-bottom:0;display:flex;align-items:center}.section-icon{width:32px;height:32px;object-fit:contain;filter:brightness(0);flex-shrink:0;align-self:center;vertical-align:middle}.fabric-type{display:flex;align-items:center;gap:8px}.fabric-type-icon{width:28px;height:28px;object-fit:contain;filter:brightness(0)}.fabric-type-icon--celulose{width:42px;height:42px;transform:scale(1);transform-origin:center}.fabric-type-icon-wrap--celulose{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;overflow:hidden;flex-shrink:0}.quality-section p{color:#718096;font-size:16px;margin-bottom:24px;line-height:1.5}.fabric-dropdown-container{width:100%}.fabric-dropdown-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;gap:1rem}.fabric-dropdown-header h4{color:#2d3748;margin:0;font-size:18px;font-weight:600;flex-shrink:0}.fabric-dropdown-header .btn.btn-primary,.checkbox-header .btn.btn-primary{flex:0 0 auto;white-space:nowrap;width:150px;min-width:150px;padding:8px 20px;font-size:14px;font-weight:600;background:linear-gradient(135deg,#7ebfe6,#5ba8d1);color:#fff;border:none;border-radius:10px;box-shadow:0 2px 4px #7ebfe64d;transition:all .3s cubic-bezier(.4,0,.2,1)}.fabric-dropdown-header .btn.btn-primary:hover:not(:disabled),.checkbox-header .btn.btn-primary:hover:not(:disabled){background:linear-gradient(135deg,#5ba8d1,#4a96bd);box-shadow:0 6px 12px #7ebfe666;transform:translateY(-2px)}.fabric-select{width:100%;padding:16px 48px 16px 16px;border:2px solid #0ea5e9;border-radius:12px;font-size:16px;font-weight:500;color:#2d3748;background:#fff;cursor:pointer;transition:all .3s ease;appearance:none;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");background-position:right 16px center;background-repeat:no-repeat;background-size:16px 16px}.fabric-select:focus{outline:none;border-color:#0ea5e9;box-shadow:0 0 0 3px #0ea5e926}.fabric-info--unified{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:0 2rem;padding:1.25rem 2rem;margin-top:1.25rem;background:#fff;border:1px solid #e5e7eb;border-radius:12px;border-left:4px solid #0ea5e9;border-right:4px solid #0ea5e9;box-shadow:0 1px 3px #0000000d}.fabric-info__item{display:flex;flex-direction:column;gap:.25rem;min-width:0}.fabric-info__label{font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#6b7280}.fabric-info__value{font-size:.875rem;color:#1f2937;line-height:1.4;font-weight:500}.fabric-info__value.fabric-type{display:flex;align-items:center;gap:.5rem}.checkbox-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;gap:1rem}.checkbox-header h4{color:#2d3748;margin:0;font-size:18px;font-weight:600;flex-shrink:0}.checkbox-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:16px}.checkbox-item{border:2px solid #e2e8f0;border-radius:12px;transition:all .3s ease;background:#fff}.checkbox-item:hover{border-color:#5ba8d1;transform:translateY(-2px);box-shadow:0 4px 12px #5ba8d133}.checkbox-item:has(.parameter-checkbox:checked){border:2px solid #5BA8D1;background:#f0f9ff;box-shadow:none;transform:none}.checkbox-label{display:block;padding:20px;cursor:pointer;margin:0;position:relative}.parameter-checkbox{position:absolute;opacity:0;pointer-events:none}.parameter-checkbox+.checkbox-content:before{content:"";position:absolute;top:20px;right:20px;width:20px;height:20px;border:2px solid #cbd5e0;border-radius:4px;background:#fff;transition:all .3s ease}.parameter-checkbox:checked+.checkbox-content:before{background:#5ba8d1;border-color:#5ba8d1;background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='m13.854 3.646-7.5 7.5a.5.5 0 0 1-.708 0l-3-3a.5.5 0 1 1 .708-.708L6 10.293l7.146-7.147a.5.5 0 0 1 .708.708z'/%3e%3c/svg%3e");background-size:12px 12px;background-position:center;background-repeat:no-repeat}.checkbox-content{display:flex;flex-direction:column;gap:8px;padding-right:40px}.parameter-header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.parameter-name{font-weight:600;color:#2d3748;font-size:16px;line-height:1.4;flex:1}.parameter-description{color:#718096;font-size:14px;line-height:1.5;margin:0}.specific-category{background:#fff3cd;color:#856404;padding:4px 8px;border-radius:4px;font-size:12px;font-weight:500;display:inline-block;width:fit-content;margin-top:8px}.grammage-rule-info{background:#f7fafc;border-radius:8px;padding:16px;margin-bottom:24px;border-left:4px solid #e6a57e}.grammage-rule-info p{margin:8px 0;color:#2d3748;font-size:14px;font-weight:500}.grammage-inputs{display:grid;grid-template-columns:2fr 1fr;gap:16px;margin-bottom:24px}.input-group{display:flex;flex-direction:column;gap:8px}.input-group label{font-weight:600;color:#2d3748;font-size:14px}.grammage-input{padding:12px 16px;border:2px solid #e2e8f0;border-radius:8px;font-size:16px;transition:all .3s ease;background:#fff}.grammage-input:focus{outline:none;border-color:#e6a57e;box-shadow:0 0 0 3px #e6a57e1a}.grammage-select{padding:12px 40px 12px 16px;border:2px solid #e2e8f0;border-radius:8px;font-size:16px;background:#fff;cursor:pointer;transition:all .3s ease;appearance:none;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");background-position:right 12px center;background-repeat:no-repeat;background-size:16px 16px}.grammage-select:focus{outline:none;border-color:#e6a57e;box-shadow:0 0 0 3px #e6a57e1a}.input-unit{background:#f7fafc;padding:12px 16px;border-radius:8px;font-weight:600;color:#4a5568;text-align:center;border:2px solid #e2e8f0;font-size:16px}.grammage-result{margin-top:16px}.result-success{background:#d4edda;color:#155724;padding:12px 16px;border-radius:8px;font-weight:500;text-align:center;border-left:4px solid #28a745}.result-warning{background:#fff3cd;color:#856404;padding:12px 16px;border-radius:8px;font-weight:500;text-align:center;border-left:4px solid #ffc107}.summary-content{display:flex;flex-direction:column;gap:16px}.summary-item{display:flex;justify-content:space-between;align-items:center;padding:8px 0;border-bottom:1px solid #e2e8f0}.summary-item:last-child{border-bottom:none}.summary-item .label{font-weight:600;color:#2d3748;font-size:14px}.summary-item .value{font-weight:500;color:#4a5568;font-size:14px}.error-message{background:#fed7d7;color:#c53030;padding:12px 16px;border-radius:8px;margin:16px 0;font-weight:500;border-left:4px solid #e53e3e}.info-message{background:#a8d4f0;color:#5ba8d1;padding:12px 16px;border-radius:8px;margin:16px 0;font-weight:500;border-left:4px solid #5BA8D1}.loading-state{text-align:center;padding:48px 24px;color:#718096}.spinner{width:40px;height:40px;border:4px solid #e2e8f0;border-top:4px solid #e6a57e;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 16px}.loading-state p{font-size:16px;font-weight:500}.error-state{text-align:center;padding:48px 24px;color:#c53030;background:#fed7d7;border-radius:8px;margin:16px 0}.error-state p{font-size:16px;font-weight:500}.quality-summary--unified{display:grid;grid-template-columns:repeat(5,1fr);gap:0 2rem;padding:1.25rem 2rem;margin-top:24px;margin-bottom:1.5rem;background:#fff;border:1px solid #e5e7eb;border-radius:12px;border-left:4px solid #0ea5e9;border-right:4px solid #0ea5e9;box-shadow:0 1px 3px #0000000d}@media(max-width:900px){.quality-summary--unified{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.quality-summary--unified{grid-template-columns:1fr;gap:1rem 0}}.quality-summary__item{display:flex;flex-direction:column;gap:.25rem;min-width:0}.quality-summary__label{font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#6b7280}.quality-summary__value{font-size:.875rem;color:#1f2937;line-height:1.4;font-weight:500}.quality-summary__disclaimer{grid-column:1 / -1;margin:1rem 0 0;padding-top:1rem;border-top:1px solid #e5e7eb;font-size:.8125rem;color:#6b7280;line-height:1.5}@media(max-width:768px){.quality-section{padding:24px;margin-bottom:16px}.checkbox-grid,.grammage-inputs{grid-template-columns:1fr;gap:12px}.wizard-navigation{flex-direction:column;gap:12px}.wizard-navigation .btn{width:100%}.summary-item{flex-direction:column;align-items:flex-start;gap:4px}.step-header h2{font-size:24px}.quality-section h3{font-size:20px}}@media(max-width:480px){.quality-section{padding:16px}.step-header h2{font-size:20px}.quality-section h3{font-size:18px}.checkbox-content{padding-right:32px}.parameter-header{flex-direction:column;align-items:flex-start;gap:8px}.fabric-info--unified{grid-template-columns:1fr;padding:1rem;gap:.75rem 0}.fabric-dropdown-header .btn.btn-primary,.checkbox-header .btn.btn-primary{width:auto;min-width:0}}.quality-diagnostics{max-width:1200px;margin:0 auto;padding:24px;font-family:inherit}.diagnostics-header{margin-bottom:24px;padding-bottom:16px;border-bottom:2px solid #e0e0e0}.diagnostics-header h2{margin:0 0 8px;color:#333;font-size:24px}.diagnostics-header p{margin:0;color:#666;font-size:14px}.diagnostics-controls{display:flex;gap:16px;align-items:flex-end;margin-bottom:24px;padding:16px;background:#f5f5f5;border-radius:8px}.control-group{flex:1;display:flex;flex-direction:column;gap:8px}.control-group label{font-weight:600;color:#333;font-size:14px}.control-group input{padding:10px 12px;border:1px solid #ddd;border-radius:6px;font-size:14px;transition:border-color .2s}.control-group input:focus{outline:none;border-color:#007bff}.control-group input:disabled{background:#f0f0f0;cursor:not-allowed}.run-button{padding:10px 24px;background:#007bff;color:#fff;border:none;border-radius:6px;font-size:16px;font-weight:600;cursor:pointer;transition:background .2s;white-space:nowrap}.run-button:hover:not(:disabled){background:#0056b3}.run-button:disabled{background:#ccc;cursor:not-allowed}.session-info{margin-bottom:24px;padding:16px;background:#f8f9fa;border-radius:8px;border-left:4px solid #007bff}.session-info h3{margin:0 0 12px;color:#333;font-size:18px}.session-info pre{margin:0;padding:12px;background:#fff;border-radius:4px;overflow-x:auto;font-size:12px;line-height:1.5}.diagnostics-results{margin-bottom:24px}.diagnostics-results h3{margin:0 0 16px;color:#333;font-size:18px}.test-result{margin-bottom:16px;padding:16px;border-radius:8px;border-left:4px solid;background:#fff;box-shadow:0 2px 4px #0000001a}.test-result.success{border-left-color:#28a745}.test-result.error{border-left-color:#dc3545}.test-header{display:flex;align-items:center;gap:12px;margin-bottom:12px;padding-bottom:12px;border-bottom:1px solid #e0e0e0}.test-status{font-size:20px;flex-shrink:0}.test-name{flex:1;font-weight:600;color:#333;font-size:16px}.test-duration{color:#666;font-size:12px;font-family:monospace;background:#f5f5f5;padding:4px 8px;border-radius:4px}.test-data,.test-error{margin-top:12px}.test-data strong,.test-error strong{display:block;margin-bottom:8px;color:#333;font-size:14px}.test-data pre,.test-error pre{margin:0;padding:12px;background:#f8f9fa;border-radius:4px;overflow-x:auto;font-size:12px;line-height:1.5;max-height:400px;overflow-y:auto}.test-error pre{background:#fff5f5;color:#c53030}.diagnostics-summary{padding:16px;background:#f8f9fa;border-radius:8px}.diagnostics-summary h3{margin:0 0 16px;color:#333;font-size:18px}.summary-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px}.stat{display:flex;justify-content:space-between;align-items:center;padding:12px;background:#fff;border-radius:6px;box-shadow:0 1px 3px #0000001a}.stat-label{color:#666;font-size:14px}.stat-value{font-weight:600;font-size:18px;color:#333}.stat-value.success{color:#28a745}.stat-value.error{color:#dc3545}.product-wizard{min-height:100vh;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);padding:40px 20px}.wizard-progress{background:#fff;border-radius:16px;padding:20px 32px;margin-bottom:32px;box-shadow:0 4px 6px #0000001a}.progress-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;position:relative}.progress-header-center{display:flex;flex-direction:column;align-items:center;flex:1;text-align:center}.progress-header-center h2{margin:0;color:#2d3748;font-size:24px;font-weight:600}.progress-text{color:#718096;font-size:14px;font-weight:500}.progress-header-spacer{width:120px}.progress-bar{width:100%;height:8px;background:#e2e8f0;border-radius:4px;overflow:hidden;margin-bottom:8px}.progress-fill{height:100%;background:linear-gradient(90deg,#e6a57e,#d4a574);transition:width .3s ease}.step-container{background:#fff;border-radius:12px;padding:32px;margin-bottom:24px;box-shadow:0 4px 6px #0000001a}.step-container:has(.basic-info-step){padding-top:0!important;padding-bottom:32px;padding-left:32px;padding-right:32px;overflow:hidden;position:relative}.step-container:has(.basic-info-step):before{content:"";position:absolute;top:0;left:0;right:0;height:120px;background:#fff;z-index:10;pointer-events:none}.step-content:has(.basic-info-step){position:relative;z-index:20;margin-top:-120px;padding-top:120px}.step-content:has(.basic-info-step)>*:first-child:not(.basic-info-step){display:none!important;height:0!important;margin:0!important;padding:0!important;overflow:hidden!important}.step-content{max-width:600px;margin:0 auto}.gender-step{text-align:center}.gender-step .step-header{text-align:left!important;max-width:900px;margin:0 auto 16px;display:flex;flex-direction:column}.gender-step .step-header h3{font-size:36px!important;color:#2d3748!important;margin-bottom:0!important;font-weight:700!important;line-height:1.2;letter-spacing:-.5px}.gender-step .step-header p:not(.step-description){color:#718096!important;font-size:20px!important;margin-bottom:0!important;margin-top:8px!important;line-height:1.5;font-weight:400!important}.gender-step .step-description{color:#718096!important;font-size:18px!important;margin-bottom:16px!important;margin-top:4px!important;line-height:1.5;font-weight:400!important}.gender-options{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;margin-bottom:40px;max-width:900px;margin-left:auto;margin-right:auto}.gender-option{border:2px solid #e2e8f0;border-radius:16px;padding:32px 24px;cursor:pointer;transition:all .3s ease;background:#fff;text-align:center;min-height:200px;display:flex;flex-direction:column;justify-content:center;align-items:center}.gender-option:hover{border-color:#e6a57e;transform:translateY(-2px);box-shadow:0 4px 12px #e6a57e33}.gender-option.selected{border-color:#e6a57e;background:#fef7f0;box-shadow:0 8px 25px #e6a57e4d;transform:translateY(-4px)}.gender-option.selected .gender-icon{background:linear-gradient(135deg,#e6a57e,#d4a574);border-color:#d4a574;color:#fff;transform:scale(1.1)}.gender-option.selected .gender-icon img{filter:brightness(0) invert(1)}.gender-icon{font-size:48px;margin-bottom:20px;display:flex;align-items:center;justify-content:center;width:80px;height:80px;border-radius:50%;background:linear-gradient(135deg,#f8f9fa,#e9ecef);border:2px solid #dee2e6;transition:all .3s ease;font-weight:700}.gender-icon img{width:48px;height:48px;object-fit:contain}.gender-info h4{font-size:20px;color:#2d3748;margin-bottom:8px;font-weight:600}.gender-info p{color:#718096;font-size:14px;margin:0;line-height:1.4}.step-tip{display:flex;align-items:flex-start;gap:1rem;margin-top:1.5rem;padding:1.25rem 1.5rem;background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border:1px solid #7dd3fc;border-radius:12px}.step-tip .tip-icon{font-size:20px;margin:2px 0 0;display:flex;align-items:center;justify-content:center;flex-shrink:0}.step-tip .tip-icon img{width:24px;height:24px;object-fit:contain;opacity:.9}.step-tip .tip-content{color:#1f2937;font-size:.875rem;line-height:1.6;text-align:left}.step-tip .tip-content strong{display:block;font-size:.875rem;color:#0284c7;margin-bottom:.5rem}.step-tip .tip-content p strong{display:inline;margin-bottom:0}.step-tip .tip-list,.step-tip .tip-content ul,.step-tip .tip-content ol{margin:.5rem 0 0;padding-left:1.5rem;font-size:.8125rem;color:#1f2937;line-height:1.7}.step-tip .tip-content ol.tip-list{list-style-type:decimal}.step-tip .tip-list li,.step-tip .tip-content ul li,.step-tip .tip-content ol li{margin-bottom:.25rem}.step-tip .tip-list li:last-child,.step-tip .tip-content ul li:last-child,.step-tip .tip-content ol li:last-child{margin-bottom:0}.category-step{text-align:center}.step-container:has(.category-step)>*:first-child:not(.category-step),.step-content:has(.category-step)>*:first-child:not(.category-step),.step-container:has(.category-step) .section-title,.step-container:has(.category-step) .section-description,.step-content:has(.category-step) .section-title,.step-content:has(.category-step) .section-description,.category-step-header,.step-title-header,.step-container:has(.category-step)>header,.step-content:has(.category-step)>header,.step-container:has(.category-step)>div:first-child:not(.category-step),.step-content:has(.category-step)>div:first-child:not(.category-step){display:none!important}.step-content:has(.category-step)>*:not(.category-step):first-child{display:none!important}.step-content:has(.category-step)>h2,.step-content:has(.category-step)>p:first-of-type{display:none!important}.category-step .step-header{text-align:left!important;max-width:900px;margin:0 auto 16px;display:flex;flex-direction:column}.category-step .step-header h3{font-size:36px!important;color:#2d3748!important;margin-bottom:0!important;font-weight:700!important;line-height:1.2;letter-spacing:-.5px}.category-step .step-header p:not(.step-description){color:#718096!important;font-size:20px!important;margin-bottom:0!important;margin-top:8px!important;line-height:1.5;font-weight:400!important}.category-step .step-description{color:#718096!important;font-size:18px!important;margin-bottom:16px!important;margin-top:4px!important;line-height:1.5;font-weight:400!important}.category-options{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:20px;margin-bottom:32px;max-width:900px;margin-left:auto;margin-right:auto}.category-option{border:2px solid #e2e8f0;border-radius:16px;padding:24px 20px;cursor:pointer;transition:all .3s ease;background:#fff;text-align:center;min-height:140px;display:flex;flex-direction:column;justify-content:center;align-items:center}.category-option:hover{border-color:#e6a57e;transform:translateY(-2px);box-shadow:0 4px 12px #e6a57e33}.category-option.selected{border-color:#e6a57e;background:#fef7f0;box-shadow:0 8px 25px #e6a57e4d;transform:translateY(-4px)}.category-icon{font-size:36px;margin-bottom:16px;display:flex;align-items:center;justify-content:center;width:76px!important;height:76px!important;min-width:76px!important;min-height:76px!important;max-width:76px!important;max-height:76px!important;border-radius:50%;background:linear-gradient(135deg,#f8f9fa,#e9ecef);border:2px solid #dee2e6;transition:all .3s ease;box-sizing:border-box}.category-icon img{width:40px!important;height:40px!important;min-width:40px!important;min-height:40px!important;max-width:40px!important;max-height:40px!important;object-fit:contain!important;display:block!important;filter:brightness(0);flex-shrink:0!important}.category-icon img[alt*=Praia],.category-icon img[alt*=praia]{width:42px!important;height:42px!important;min-width:42px!important;min-height:42px!important;max-width:42px!important;max-height:42px!important}.category-option.selected .category-icon{background:transparent}.category-option.selected .category-icon img{filter:brightness(0)}.category-info h4{font-size:16px;color:#2d3748;margin:0;font-weight:600}.loading-spinner{display:flex;justify-content:center;align-items:center;padding:40px}.spinner{width:40px;height:40px;border:4px solid #e2e8f0;border-top:4px solid #e6a57e;border-radius:50%;animation:spin 1s linear infinite}.wizard-navigation{background:#fff;border-radius:12px;padding:24px;box-shadow:0 4px 6px #0000001a}.navigation-buttons{display:grid;grid-template-columns:1fr 1fr 1fr;align-items:center;width:100%;gap:0}.navigation-buttons .btn{padding:12px 24px;border-radius:8px;border:none;font-weight:600;font-size:14px;cursor:pointer;transition:all .3s ease;width:130px;min-width:130px;max-width:130px;text-align:center;white-space:nowrap;box-sizing:border-box}.navigation-buttons .btn:first-child{justify-self:start}.navigation-buttons .btn:nth-child(2){justify-self:center}.navigation-buttons .btn:last-child{justify-self:end}.btn-primary{background:#e6a57e;color:#fff}.btn-primary:hover:not(:disabled){background:#d4a574;transform:translateY(-1px)}.btn-secondary{background:#f7fafc;color:#4a5568;border:1px solid #e2e8f0}.btn-secondary:hover:not(:disabled){background:#edf2f7}.btn-outline{background:transparent;color:#718096;border:1px solid #e2e8f0}.btn-outline:hover:not(:disabled){background:#f7fafc;color:#4a5568}.btn:disabled{opacity:.5;cursor:not-allowed}.error-message{background:#fed7d7;color:#c53030;padding:12px;border-radius:8px;margin-top:16px;font-size:14px}.error-message p{margin:0}@media(max-width:768px){.product-wizard{padding:16px}.wizard-progress{padding:20px;margin-bottom:20px}.progress-header{flex-direction:column;align-items:flex-start;gap:8px}.progress-header h2{font-size:20px}.step-container{padding:20px}.gender-options{grid-template-columns:1fr;gap:16px}.gender-option{min-height:160px;padding:24px}.gender-icon{width:60px;height:60px;font-size:48px}.gender-icon img{width:36px;height:36px}.wizard-navigation{padding:16px}.navigation-buttons{flex-direction:column;gap:12px}.navigation-buttons .btn{width:100%;min-width:100%;max-width:100%;padding:12px 16px;font-size:14px}.exclusivity-options{grid-template-columns:1fr;gap:12px}.exclusivity-option{padding:1rem}.colors-grid{grid-template-columns:repeat(2,1fr)!important}.form-grid{grid-template-columns:1fr}.stock-grid{grid-template-columns:repeat(2,1fr);gap:12px}.stock-entry{padding:1rem}.summary-card{flex-direction:column;text-align:center;gap:.75rem}.summary-stats{justify-content:center}.upload-area{padding:2rem 1rem}.gallery-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:.75rem}.image-actions{padding:.5rem;gap:.25rem}}@media(max-width:480px){.product-wizard{padding:12px}.wizard-progress{padding:16px;margin-bottom:16px}.progress-header h2{font-size:18px}.progress-text{font-size:12px}.step-container{padding:16px}.wizard-navigation{padding:12px}.btn{padding:10px 14px;font-size:13px}.gender-options{grid-template-columns:1fr;gap:12px}.gender-option{min-height:140px;padding:20px}.exclusivity-option{padding:.75rem;gap:.5rem}.exclusivity-icon,.exclusivity-icon img{width:40px;height:40px}.exclusivity-title{font-size:1rem}.exclusivity-description{font-size:.85rem}.stock-entry,.summary-card{padding:.75rem}.summary-icon{font-size:1.5rem}.summary-content h4{font-size:1rem}.stat-value{font-size:1.1rem}.upload-area{padding:1.5rem .75rem}.upload-icon{font-size:2rem}.upload-content h4{font-size:1rem}.gallery-grid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:.5rem}.image-actions{padding:.25rem;gap:.25rem}.btn-secondary.small,.btn-danger.small{padding:.25rem .5rem;font-size:.7rem}.gender-icon{width:50px;height:50px;font-size:40px}.gender-icon img{width:30px;height:30px}}.subcategory-step{text-align:center}.subcategory-step .step-header{text-align:center!important;max-width:900px;margin:0 auto 16px;display:flex;flex-direction:column}.subcategory-step .step-header h3{font-size:36px!important;color:#2d3748!important;margin-bottom:0!important;font-weight:700!important;line-height:1.2;letter-spacing:-.5px}.subcategory-step .step-header p:not(.step-description){color:#718096!important;font-size:20px!important;margin-bottom:0!important;margin-top:8px!important;line-height:1.5;font-weight:400!important}.subcategory-step .step-description{color:#718096!important;font-size:18px!important;margin-bottom:16px!important;margin-top:4px!important;line-height:1.5;font-weight:400!important}.subcategory-options{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-bottom:32px;max-width:900px;margin-left:auto;margin-right:auto}.subcategory-option{border:2px solid #e2e8f0;border-radius:16px;padding:1.25rem;cursor:pointer;transition:all .3s ease;background:#fff;display:flex;align-items:center;min-height:80px;height:80px}.subcategory-option:hover{border-color:#e6a57e;background:#f8fafc}.subcategory-option.selected{border-color:#e6a57e;background:#fef7f0}.subcategory-icon{width:76px!important;height:76px!important;min-width:76px!important;min-height:76px!important;max-width:76px!important;max-height:76px!important;display:flex;align-items:center;justify-content:center;background:transparent;margin-right:1rem;font-size:1.5rem;flex-shrink:0;transition:all .3s ease;box-sizing:border-box}.subcategory-icon img{width:40px!important;height:40px!important;min-width:40px!important;min-height:40px!important;max-width:40px!important;max-height:40px!important;object-fit:contain!important;display:block!important;filter:brightness(0);flex-shrink:0!important}.subcategory-icon img[alt*="bikini conjunto"],.subcategory-icon img[alt*="Bikini conjunto"],.subcategory-icon img[alt*="biquini conjunto"],.subcategory-icon img[alt*="Biquini conjunto"],.subcategory-icon img[alt*="bikini (conjunto)"],.subcategory-icon img[alt*="Bikini (conjunto)"],.subcategory-icon img[alt*="biquini (conjunto)"],.subcategory-icon img[alt*="Biquini (conjunto)"],.subcategory-icon img[alt*=maio],.subcategory-icon img[alt*=Maiô],.subcategory-icon img[alt*="maio de praia"],.subcategory-icon img[alt*="Maio de praia"]{width:42px!important;height:42px!important;min-width:42px!important;min-height:42px!important;max-width:42px!important;max-height:42px!important}.subcategory-info{flex:1;text-align:left}.subcategory-info h4{margin:0;font-size:1.1rem;font-weight:600;color:#1f2937}.subcategory-option.selected .subcategory-icon{background:transparent}.subcategory-option.selected .subcategory-icon img{filter:brightness(0)}.step-container:has(.basic-info-step)>*:first-child:not(.basic-info-step),.step-content:has(.basic-info-step)>*:first-child:not(.basic-info-step),.step-container:has(.basic-info-step) .section-title,.step-container:has(.basic-info-step) .section-description,.step-container:has(.basic-info-step) .section-header,.step-content:has(.basic-info-step) .section-title,.step-content:has(.basic-info-step) .section-description,.step-content:has(.basic-info-step) .section-header,.basic-info-step-header,.step-title-header,.step-container:has(.basic-info-step)>header,.step-content:has(.basic-info-step)>header,.step-container:has(.basic-info-step)>div:first-child:not(.basic-info-step),.step-content:has(.basic-info-step)>div:first-child:not(.basic-info-step){display:none!important}.step-content:has(.basic-info-step)>*:not(.basic-info-step):first-child{display:none!important}.step-content:has(.basic-info-step)>h2,.step-content:has(.basic-info-step)>p:first-of-type{display:none!important}.step-container:has(.basic-info-step)>div:has(.section-header),.step-content:has(.basic-info-step)>div:has(.section-header),.step-container:has(.basic-info-step)>div:has(h2.section-title),.step-content:has(.basic-info-step)>div:has(h2.section-title),.product-wizard:has(.basic-info-step)>div:first-child:not(.wizard-progress):not(.step-container),.product-wizard:has(.basic-info-step) .step-container:before,.product-wizard:has(.basic-info-step) .step-content:before{display:none!important;content:none!important}.basic-info-step{padding:2rem;padding-top:0!important;margin-top:0!important;margin-bottom:0}.basic-info-step .step-header{text-align:left!important;max-width:900px;margin:0 auto 16px;margin-top:0!important;padding-top:0!important;display:flex;flex-direction:column}.basic-info-step .step-header h3{font-size:36px!important;color:#2d3748!important;margin-bottom:0!important;font-weight:700!important;line-height:1.2;letter-spacing:-.5px}.basic-info-step .step-header p:not(.step-description){color:#718096!important;font-size:20px!important;margin-bottom:8px!important;margin-top:0!important;line-height:1.5;font-weight:400!important}.basic-info-step .step-header .step-description{color:#718096!important;font-size:16px!important;margin-top:8px!important;line-height:1.5;font-weight:400!important}.form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1rem;margin:1rem 0}.form-group{display:flex;flex-direction:column}.form-group.full-width{grid-column:1 / -1}.form-label{font-weight:600;color:#374151;margin-bottom:.5rem;font-size:.9rem}.form-input,.form-textarea,.form-select{padding:.75rem;border:2px solid #e5e7eb;border-radius:8px;font-size:1rem;transition:border-color .2s ease;background:#fff}.form-input:focus,.form-textarea:focus,.form-select:focus{outline:none;border-color:#7ebfe6;box-shadow:0 0 0 3px #3b82f61a}.form-textarea{resize:vertical;min-height:100px}.form-error{color:#ef4444;font-size:.8rem;margin-top:.25rem}.size-step{max-width:1000px;margin:0 auto;padding:1rem 2rem 2rem}.step-container:has(.size-step)>*:first-child:not(.size-step),.step-content:has(.size-step)>*:first-child:not(.size-step),.step-container:has(.size-step) .section-title,.step-container:has(.size-step) .section-description,.step-content:has(.size-step) .section-title,.step-content:has(.size-step) .section-description,.step-container:has(.size-step)>header,.step-content:has(.size-step)>header,.step-container:has(.size-step)>div:first-child:not(.size-step),.step-content:has(.size-step)>div:first-child:not(.size-step){display:none!important}.size-step .step-header{text-align:center!important;max-width:900px;margin:0 auto 32px;display:flex;flex-direction:column;align-items:center;width:100%}.size-step .step-header h3{font-size:36px!important;color:#2d3748!important;margin:0 auto 8px!important;font-weight:700!important;line-height:1.2;letter-spacing:-.5px;text-align:center!important;width:100%;display:block}.size-step .step-header p:not(.step-description){color:#718096!important;font-size:20px!important;margin-bottom:8px!important;margin-top:0!important;line-height:1.5;font-weight:400!important;text-align:center!important;width:100%}.size-step .step-header .step-description{color:#718096!important;font-size:16px!important;margin-top:8px!important;line-height:1.5;font-weight:400!important;text-align:center!important;width:100%}.table-selection{margin:2rem 0;padding:1.5rem;border:1px solid #e5e7eb;border-radius:8px;background:#f9fafb}.table-selection h4{margin:0 0 1rem;color:#374151;font-size:1.1rem}.table-options{display:flex;flex-direction:column;gap:1rem}.table-option{display:flex;align-items:center;padding:1rem;border:2px solid #e5e7eb;border-radius:8px;background:#fff;cursor:pointer;transition:all .2s ease}.table-option:hover{border-color:#7ebfe6;background:#f8fafc}.table-option input[type=radio]{margin-right:1rem;transform:scale(1.2)}.table-info{display:flex;flex-direction:column;gap:.25rem}.table-name{font-weight:600;color:#374151}.table-description{font-size:.9rem;color:#6b7280}.table-type{font-size:.8rem;color:#7ebfe6;font-weight:500}.sizes-selection{margin:2rem 0}.sizes-selection h4{margin:0 0 1.5rem;color:#2d3748;font-size:1.5rem;font-weight:600;text-align:left}.sizes-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:1rem;max-width:1000px;margin:0 auto}.size-option{display:flex;flex-direction:column;align-items:center;padding:1.25rem 1rem;border:2px solid #e5e7eb;border-radius:12px;background:#fff;cursor:pointer;transition:all .2s ease;position:relative;min-height:140px;width:100%}.size-option:hover{border-color:#7ebfe6;background:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #3b82f626}.size-option input[type=checkbox]:checked~.size-info{color:#7ebfe6}.size-option:has(input[type=checkbox]:checked){border-color:#7ebfe6;background:#fff;box-shadow:0 0 0 3px #3b82f61a}.size-option input[type=checkbox]{position:absolute;top:.75rem;right:.75rem;width:20px;height:20px;cursor:pointer;z-index:1;accent-color:#7EBFE6}.size-info{display:flex;flex-direction:column;align-items:center;text-align:center;width:100%;margin-top:.25rem;padding-top:.5rem}.size-name{font-size:1.5rem;font-weight:700;color:#1f2937;margin-bottom:.75rem;letter-spacing:1px}.size-measurements{display:flex;flex-direction:column;gap:.5rem;width:100%;margin-top:.5rem;padding-top:.75rem;border-top:1px solid #e5e7eb}.measurement-line{font-size:.875rem;color:#4b5563;line-height:1.4;font-weight:400;text-align:center;display:block;width:100%}.size-option:has(input[type=checkbox]:checked) .size-name{color:#5ba8d1}.size-option:has(input[type=checkbox]:checked) .size-measurements{border-top-color:#a8d4f0}.size-option:has(input[type=checkbox]:checked) .measurement-line{color:#5ba8d1}.no-sizes-message{text-align:center;padding:3rem 2rem;background:#f9fafb;border-radius:12px;border:2px dashed #d1d5db}.message-icon{font-size:3rem;margin-bottom:1rem}.no-sizes-message h4{margin:0 0 .5rem;color:#374151;font-size:1.2rem}.no-sizes-message p{margin:0;color:#6b7280}.validation-message{margin:1.5rem 0;padding:1rem 1.5rem;background:#fef2f2;border:2px solid #fecaca;border-radius:8px;color:#991b1b;text-align:center;font-weight:500;font-size:.95rem}.loading-spinner{display:flex;justify-content:center;align-items:center;padding:3rem}.spinner{width:40px;height:40px;border:4px solid #e5e7eb;border-top:4px solid #7EBFE6;border-radius:50%;animation:spin 1s linear infinite}.error-message{padding:1rem;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#dc2626;text-align:center}.color-step{width:100%;max-width:100%;margin:0;padding:0;box-sizing:border-box}.create-color-section{margin:3rem 0;padding:2rem;border:1px solid #e5e7eb;border-radius:12px;background:#f9fafb}.color-management-buttons{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:1rem}.btn-create-color{background:#7ebfe6;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-weight:500;cursor:pointer;transition:background-color .2s ease}.btn-create-color:hover{background:#5ba8d1}.btn-delete-mode{background:#ef4444;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-weight:500;cursor:pointer;transition:background-color .2s ease}.btn-delete-mode:hover{background:#dc2626}.btn-delete-mode.active{background:#10b981}.btn-delete-mode.active:hover{background:#059669}.create-color-form{margin-top:1.5rem;padding:1.5rem;background:#fff;border-radius:8px;border:1px solid #e5e7eb}.color-input-group{display:flex;gap:.5rem;align-items:center}.color-picker{width:50px;height:40px;border:1px solid #d1d5db;border-radius:6px;cursor:pointer}.hex-input{flex:1;padding:.5rem;border:1px solid #d1d5db;border-radius:6px;font-family:monospace;text-transform:uppercase}.form-actions{display:flex;gap:1rem;margin-top:1rem}.colors-selection{margin:3rem 0}.colors-selection h4{margin:0 0 2rem;color:#374151;font-size:1.2rem;font-weight:600}.colors-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1rem;width:100%;max-width:100%;box-sizing:border-box}@media(min-width:768px){.colors-grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:1200px){.colors-grid{grid-template-columns:repeat(4,1fr)}}.color-option{display:flex;flex-direction:column;align-items:center;padding:1rem;border:2px solid #e5e7eb;border-radius:8px;background:#fff;cursor:pointer;transition:all .2s ease;position:relative;-webkit-user-select:none;user-select:none}.color-option:hover{border-color:#7ebfe6;background:#f8fafc;transform:translateY(-2px);box-shadow:0 4px 12px #3b82f626}.color-option.selected{border-color:#7ebfe6;background:#e8f4fc;box-shadow:0 4px 12px #3b82f633}.color-checkbox{position:absolute;top:.5rem;right:.5rem;width:20px;height:20px;border:2px solid #7EBFE6;border-radius:4px;background:#7ebfe6;color:#fff;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700}.color-preview{width:40px;height:40px;border-radius:50%;border:2px solid #e5e7eb;margin-bottom:.5rem;box-shadow:0 2px 4px #0000001a}.color-name{font-size:.9rem;color:#374151;text-align:center;font-weight:500}.color-badge{position:absolute;top:.5rem;left:.5rem;background:#10b981;color:#fff;font-size:.7rem;padding:.2rem .4rem;border-radius:4px;font-weight:500}.color-matrix{margin:2rem 0;padding:1.5rem;border:1px solid #e5e7eb;border-radius:8px;background:#f9fafb}.color-matrix h4{margin:0 0 .5rem;color:#374151;font-size:1.1rem}.matrix-description{margin:0 0 1rem;color:#6b7280;font-size:.9rem;line-height:1.4}.matrix-table-wrapper{display:flex;justify-content:center;width:100%;margin-bottom:1rem}.matrix-table-wrapper:last-child{margin-bottom:0}.matrix-table{background:#fff;border-radius:8px;overflow:hidden;border:1px solid #e5e7eb}.matrix-header{display:grid;grid-template-columns:120px repeat(auto-fit,minmax(120px,1fr));background:#f3f4f6;border-bottom:1px solid #e5e7eb}.matrix-row{display:grid;grid-template-columns:120px repeat(auto-fit,minmax(120px,1fr));border-bottom:1px solid #e5e7eb}.matrix-table-wrapper .matrix-header,.matrix-table-wrapper .matrix-row{grid-template-columns:120px repeat(var(--color-columns),var(--color-column-width))}.matrix-row:last-child{border-bottom:none}.size-column{padding:1rem;font-weight:600;color:#374151;display:flex;align-items:center;background:#f9fafb;border-right:1px solid #e5e7eb}.color-column{padding:1rem;display:flex;align-items:center;justify-content:center;gap:.5rem;border-right:1px solid #e5e7eb}.color-column:last-child{border-right:none}.matrix-header .color-column{flex-direction:column;text-align:center}.matrix-header .color-preview{width:30px;height:30px;margin-bottom:.25rem}.matrix-header .color-name{font-size:.8rem;font-weight:500}.matrix-row .color-column input[type=checkbox]{transform:scale(1.3)}.no-colors-message{text-align:center;padding:3rem 2rem;background:#f9fafb;border-radius:12px;border:2px dashed #d1d5db}.no-colors-message .message-icon{font-size:3rem;margin-bottom:1rem}.no-colors-message h4{margin:0 0 .5rem;color:#374151;font-size:1.2rem}.no-colors-message p{margin:0;color:#6b7280}.delete-mode-instruction{margin:1rem 0;padding:1rem;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#dc2626;text-align:center;font-weight:500;display:flex;flex-direction:column;align-items:center;gap:1rem}.btn-cancel-delete-mode{background:#6b7280;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s ease;font-size:.9rem}.btn-cancel-delete-mode:hover{background:#4b5563;transform:translateY(-1px);box-shadow:0 2px 8px #6b72804d}.btn-cancel-delete-mode:active{transform:translateY(0)}.color-option.delete-mode{border-color:#ef4444;background:#fef2f2}.color-option.delete-mode:hover{border-color:#dc2626;background:#fee2e2;transform:translateY(-2px);box-shadow:0 4px 12px #ef444426}.color-delete-indicator{position:absolute;top:.5rem;right:.5rem;width:24px;height:24px;background:#ef4444;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;z-index:2}.color-delete-button{position:absolute;top:.5rem;right:.5rem;background:#ef4444;color:#fff;border:none;border-radius:50%;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:1rem;transition:all .2s ease;z-index:2}.color-delete-button:hover{background:#dc2626;transform:scale(1.1)}.color-delete-button:disabled{background:#9ca3af;cursor:not-allowed;transform:none}.custom-color-modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:9999;padding:1rem}.custom-color-modal{background:#fff;border-radius:16px;box-shadow:0 20px 60px #0003;width:100%;max-width:420px;display:flex;flex-direction:column;gap:1.25rem;padding:1.5rem}.custom-color-modal-header{display:flex;justify-content:space-between;align-items:center}.custom-color-modal-header h3{font-size:1.125rem;font-weight:700;color:#1a202c;margin:0}.custom-color-modal-close{background:none;border:none;font-size:1.1rem;color:#6b7280;cursor:pointer;padding:4px 8px;border-radius:4px;line-height:1;transition:color .15s}.custom-color-modal-close:hover{color:#1a202c}.custom-color-preview-large{width:100%;height:80px;border-radius:12px;border:1px solid rgba(0,0,0,.1);display:flex;align-items:center;justify-content:center;transition:background-color .2s}.custom-color-preview-label{font-size:.95rem;font-weight:600;color:#fff;text-shadow:0 1px 3px rgba(0,0,0,.5);background:#00000040;padding:4px 12px;border-radius:20px;max-width:90%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.custom-color-quick-palette p{font-size:.8rem;color:#6b7280;margin:0 0 .5rem;font-weight:500}.quick-palette-grid{display:grid;grid-template-columns:repeat(8,1fr);gap:6px}.quick-palette-color{width:100%;aspect-ratio:1;border-radius:6px;border:2px solid transparent;cursor:pointer;transition:transform .15s,border-color .15s,box-shadow .15s;padding:0}.quick-palette-color:hover{transform:scale(1.15);box-shadow:0 2px 8px #0003}.quick-palette-color.selected{border-color:#e6a57e;box-shadow:0 0 0 3px #e6a57e59;transform:scale(1.1)}.custom-color-inputs{display:flex;flex-direction:column;gap:.75rem}.custom-color-modal-actions{display:flex;gap:.75rem;justify-content:flex-end;padding-top:.75rem;border-top:1px solid #e5e7eb}.exclusivity-step{max-width:1000px;margin:0 auto;padding:2rem 1.5rem}.exclusivity-step .step-header{text-align:left!important;max-width:900px;margin:0 auto 16px;display:flex;flex-direction:column}.exclusivity-step .step-header h3{font-size:36px!important;color:#2d3748!important;margin-bottom:0!important;font-weight:700!important;line-height:1.2;letter-spacing:-.5px}.exclusivity-step .step-header p:not(.step-description){color:#718096!important;font-size:20px!important;margin-bottom:8px!important;margin-top:0!important;line-height:1.5;font-weight:400!important}.exclusivity-step .step-header .step-description{color:#718096!important;font-size:16px!important;margin-top:8px!important;line-height:1.5;font-weight:400!important}.exclusivity-options{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1rem;margin:2rem 0}.exclusivity-option{border:2px solid #e5e7eb;border-radius:12px;padding:.5rem;background:#fff;cursor:pointer;transition:all .3s ease;position:relative;display:flex;align-items:flex-start;gap:.5rem}.exclusivity-option:hover{border-color:#7ebfe6;background:#f8fafc;transform:translateY(-2px);box-shadow:0 4px 12px #3b82f626}.exclusivity-option.selected{border-color:#7ebfe6;background:#e8f4fc;box-shadow:0 4px 12px #3b82f633}.exclusivity-icon{font-size:1.5rem;flex-shrink:0;margin-top:.25rem;display:flex;align-items:center;justify-content:center;width:40px;height:40px;min-width:40px;min-height:40px;max-width:40px;max-height:40px}.exclusivity-icon img{width:40px!important;height:40px!important;max-width:40px!important;max-height:40px!important;object-fit:contain;filter:brightness(0);display:block}.exclusivity-content{flex:1}.exclusivity-title{margin:0 0 .0625rem;color:#374151;font-size:1.1rem;font-weight:600}.exclusivity-description{margin:0 0 .0625rem;color:#6b7280;font-size:.9rem;line-height:1.1}.exclusivity-impact{display:flex;flex-direction:column;gap:.025rem;margin-bottom:0}.impact-label{font-size:.8rem;color:#6b7280;font-weight:500}.impact-value{font-size:.85rem;color:#374151;font-weight:600;padding:.25rem .5rem;background:#f3f4f6;border-radius:4px;display:inline-block}.exclusivity-info{margin-top:1.5rem;padding:1rem;background:#e8f4fc;border:1px solid #A8D4F0;border-radius:8px}.exclusivity-info h4{margin:0 0 .5rem;color:#5ba8d1;font-size:1rem;font-weight:600}.exclusivity-info p{margin:0;color:#5ba8d1;font-size:.9rem;line-height:1.4}.image-upload-step{max-width:1200px;margin:0 auto;padding:2rem 1.5rem}.image-upload-step .step-header{text-align:left!important;max-width:900px;margin:0 auto 16px;display:flex;flex-direction:column}.image-upload-step .step-header h3{font-size:36px!important;color:#2d3748!important;margin-bottom:0!important;font-weight:700!important;line-height:1.2;letter-spacing:-.5px}.image-upload-step .step-header p:not(.step-description){color:#718096!important;font-size:20px!important;margin-bottom:8px!important;margin-top:0!important;line-height:1.5;font-weight:400!important}.image-upload-step .step-header .step-description{color:#718096!important;font-size:16px!important;margin-top:8px!important;line-height:1.5;font-weight:400!important}.upload-area{border:2px dashed #d1d5db;border-radius:12px;padding:3rem 2rem;text-align:center;background:#f9fafb;transition:all .3s ease;cursor:pointer;position:relative}.upload-area:hover{border-color:#7ebfe6;background:#e8f4fc}.upload-area.drag-active{border-color:#7ebfe6;background:#e8f4fc;transform:scale(1.02)}.upload-content{pointer-events:none}.upload-icon{font-size:3rem;margin-bottom:1rem;display:flex;align-items:center;justify-content:center}.upload-icon img{width:64px;height:64px;object-fit:contain;filter:brightness(0);display:block}.upload-content h4{margin:0 0 .5rem;color:#374151;font-size:1.2rem;font-weight:600}.upload-content p{margin:0;color:#6b7280;font-size:.9rem}.file-input{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;cursor:pointer}.upload-progress{margin:1rem 0;padding:1rem;background:#f3f4f6;border-radius:8px}.progress-bar{width:100%;height:8px;background:#e5e7eb;border-radius:4px;overflow:hidden;margin-bottom:.5rem}.progress-fill{height:100%;background:#7ebfe6;transition:width .3s ease}.image-gallery{margin:2rem 0}.image-gallery h4{margin:0 0 1rem;color:#374151;font-size:1.1rem;font-weight:600}.gallery-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.image-item{border:1px solid #e5e7eb;border-radius:8px;overflow:hidden;background:#fff;transition:all .2s ease}.image-item:hover{border-color:#7ebfe6;box-shadow:0 2px 8px #3b82f61a}.image-preview{position:relative;aspect-ratio:1;overflow:hidden}.main-badge{position:absolute;top:.5rem;left:.5rem;background:#10b981;color:#fff;padding:.25rem .5rem;border-radius:4px;font-size:.75rem;font-weight:600}.image-actions{padding:.75rem;display:flex;flex-direction:column;gap:.5rem}.btn-secondary.small,.btn-danger.small{padding:.5rem .75rem;font-size:.8rem;border-radius:4px}.btn-danger.small{background:#ef4444;color:#fff;border:none}.btn-danger.small:hover{background:#dc2626}.btn-secondary.small.active{background:#10b981;color:#fff;cursor:pointer;border-color:#10b981}.btn-secondary.small.active:hover{background:#059669;border-color:#059669;transform:translateY(-1px)}.color-info{margin:2rem 0;padding:1rem;background:#e8f4fc;border:1px solid #A8D4F0;border-radius:8px}.color-info h4{margin:0 0 .5rem;color:#5ba8d1;font-size:1rem;font-weight:600}.color-info p{margin:0;color:#5ba8d1;font-size:.9rem;line-height:1.4}.stock-step{max-width:1200px;margin:0 auto;padding:2rem 1.5rem}.stock-step .step-header{text-align:left!important;max-width:900px;margin:0 auto 16px;display:flex;flex-direction:column}.stock-step .step-header h3{font-size:36px!important;color:#2d3748!important;margin-bottom:0!important;font-weight:700!important;line-height:1.2;letter-spacing:-.5px}.stock-step .step-header p:not(.step-description){color:#718096!important;font-size:20px!important;margin-bottom:8px!important;margin-top:0!important;line-height:1.5;font-weight:400!important}.stock-step .step-header .step-description{color:#718096!important;font-size:16px!important;margin-top:8px!important;line-height:1.5;font-weight:400!important}.stock-summary{margin:2rem 0}.summary-card{display:flex;align-items:center;gap:1rem;padding:1rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px}.summary-icon{font-size:2rem;flex-shrink:0;display:flex;align-items:center;justify-content:center}.summary-icon img{width:48px;height:48px;object-fit:contain;filter:brightness(0);display:block}.summary-content h4{margin:0 0 .75rem;color:#374151;font-size:1.1rem;font-weight:600}.summary-stats{display:flex;gap:1.5rem;flex-wrap:wrap}.stat{display:flex;flex-direction:column;gap:.25rem}.stat-label{font-size:.9rem;color:#6b7280;font-weight:500}.stat-value{font-size:1.25rem;color:#374151;font-weight:700}.stock-configuration{margin:1.5rem 0}.stock-configuration h4{margin:0 0 1rem;color:#374151;font-size:1.1rem;font-weight:600}.stock-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.stock-groups{display:flex;flex-direction:column;gap:2rem}.stock-color-group{display:flex;flex-direction:column;gap:1rem}.color-group-header{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:#f9fafb;border-radius:8px;border:1px solid #e5e7eb}.color-group-preview{width:32px;height:32px;border-radius:6px;border:2px solid #e5e7eb;flex-shrink:0}.color-group-name{margin:0;font-size:1rem;font-weight:600;color:#1f2937}.stock-entry{border:1px solid #e5e7eb;border-radius:8px;padding:1rem;background:#fff;transition:all .2s ease}.stock-entry:hover{border-color:#7ebfe6;box-shadow:0 2px 8px #3b82f61a}.entry-info{margin-bottom:.75rem}.size-info{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem;padding:.5rem;background:#f3f4f6;border-radius:6px}.size-label{font-size:.9rem;color:#6b7280;font-weight:500}.size-value{font-size:1rem;color:#374151;font-weight:600}.color-info{display:flex;align-items:center;gap:.75rem}.color-preview{width:24px;height:24px;border-radius:50%;border:2px solid #e5e7eb;flex-shrink:0}.color-name{font-size:.9rem;color:#374151;font-weight:500}.quantity-control{display:flex;flex-direction:column;gap:.5rem}.quantity-control label{font-size:.9rem;color:#374151;font-weight:500}.quantity-input-group{display:flex;align-items:center;gap:.5rem}.quantity-btn{width:32px;height:32px;border:1px solid #d1d5db;background:#fff;color:#374151;border-radius:4px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:1.2rem;font-weight:600;transition:all .2s ease}.quantity-btn:hover:not(:disabled){background:#f3f4f6;border-color:#9ca3af}.quantity-btn:disabled{background:#f9fafb;color:#d1d5db;cursor:not-allowed}.quantity-input{width:80px;height:32px;border:1px solid #d1d5db;border-radius:4px;padding:0 .5rem;text-align:center;font-size:1rem;font-weight:600;color:#374151}.quantity-input:focus{outline:none;border-color:#7ebfe6;box-shadow:0 0 0 3px #3b82f61a}.quantity-input.disabled{background:#f9fafb;color:#6b7280;cursor:not-allowed}.unique-piece-badge{background:#f59e0b;color:#fff;font-size:.7rem;padding:.2rem .4rem;border-radius:4px;margin-left:.5rem;font-weight:600}.no-stock-message{text-align:center;padding:3rem 2rem;background:#f9fafb;border-radius:12px;border:2px dashed #d1d5db}.no-stock-message .message-icon{font-size:3rem;margin-bottom:1rem;display:flex;justify-content:center;align-items:center}.no-stock-message .message-icon img{width:64px;height:64px;object-fit:contain}.no-stock-message h4{margin:0 0 .5rem;color:#374151;font-size:1.2rem}.no-stock-message p{margin:0;color:#6b7280}.exclusivity-impact{margin-top:2rem;padding:1.5rem;background:#e8f4fc;border:1px solid #A8D4F0;border-radius:8px}.exclusivity-impact h4{margin:0 0 .5rem;color:#5ba8d1;font-size:1rem;font-weight:600}.exclusivity-impact p{margin:0;color:#5ba8d1;font-size:.9rem;line-height:1.4}.more-images{background:#f7fafc;border:2px dashed #cbd5e0;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#718096}.more-count{font-size:24px;font-weight:700;color:#4a5568;margin-bottom:8px}.step-actions{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-top:32px;padding-top:24px;border-top:1px solid #e2e8f0}.step-actions .btn{min-width:120px}.spinner{display:inline-block;width:16px;height:16px;border:2px solid #ffffff;border-top:2px solid transparent;border-radius:50%;animation:spin 1s linear infinite;margin-right:8px}.preview-container{display:flex;flex-direction:column;gap:20px;max-width:800px;margin:0 auto}.preview-section{background:#fff;border-radius:8px;padding:20px;box-shadow:0 1px 3px #0000001a;border:1px solid #e2e8f0}.preview-section h3{margin:0 0 16px;color:#2d3748;font-size:16px;font-weight:600;border-bottom:1px solid #e2e8f0;padding-bottom:8px}.preview-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px}.preview-item{display:flex;flex-direction:column;gap:4px;padding:8px 12px;background:#f8fafc;border-radius:4px;border:1px solid #e2e8f0}.preview-item .label{font-size:11px;color:#718096;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.preview-item .value{font-size:13px;color:#2d3748;font-weight:500}.preview-item.total{background:#edf2f7;border:1px solid #cbd5e0}.images-preview{display:grid;grid-template-columns:repeat(auto-fill,minmax(80px,1fr));gap:8px}.image-preview{position:relative;border-radius:6px;overflow:hidden;box-shadow:0 1px 3px #0000001a;aspect-ratio:1}.image-preview img{width:100%;height:100%;object-fit:cover}.image-info{position:absolute;bottom:0;left:0;right:0;background:#000000b3;color:#fff;padding:4px 6px;font-size:10px;display:flex;flex-direction:column;gap:1px}.image-type{font-weight:600;font-size:9px}.image-color{font-size:8px;opacity:.9}.publish-actions{background:#f8fafc;border-radius:8px;padding:20px;border:1px solid #e2e8f0}.publish-actions h3{margin:0 0 16px;color:#2d3748;font-size:16px;font-weight:600}.action-options{display:flex;flex-direction:column;gap:12px;margin-bottom:20px}.action-option{display:flex;align-items:center;padding:12px;border:2px solid #e2e8f0;border-radius:8px;cursor:pointer;transition:all .2s ease;background:#fff}.action-option:hover{border-color:#4299e1;background:#e8f4fc}.action-option.selected{border-color:#5ba8d1;background:#e8f4fc}.action-option input[type=radio]{margin-right:12px;transform:scale(1.2)}.action-content{display:flex;align-items:center;gap:12px}.action-content .icon{font-size:20px}.action-content .text{display:flex;flex-direction:column;gap:2px}.action-content .title{font-weight:600;color:#2d3748;font-size:14px}.action-content .description{color:#718096;font-size:12px}.action-buttons{display:flex;justify-content:space-between;align-items:center;gap:16px}.action-buttons .btn{min-width:140px}.schedule-options{background:#f8fafc;border-radius:6px;padding:16px;margin-top:16px;border:1px solid #e2e8f0}.schedule-options .form-group{display:flex;flex-direction:column;gap:6px;margin-bottom:12px}.schedule-options .form-group:last-child{margin-bottom:0}.schedule-options label{font-size:12px;font-weight:600;color:#4a5568}.schedule-options .form-input{padding:8px 12px;border:1px solid #d1d5db;border-radius:4px;font-size:14px;background:#fff;transition:border-color .2s ease}.schedule-options .form-input:focus{outline:none;border-color:#5ba8d1;box-shadow:0 0 0 3px #3182ce1a}@media(max-width:768px){.preview-container{max-width:100%}.preview-grid{grid-template-columns:1fr}.images-preview{grid-template-columns:repeat(auto-fill,minmax(60px,1fr))}.action-options{gap:8px}.action-option{padding:10px}.action-buttons{flex-direction:column;gap:12px}.action-buttons .btn{width:100%}}.color-step .step-header{text-align:center!important;max-width:900px;margin:0 auto 32px;display:flex;flex-direction:column;align-items:center;width:100%}.color-step .step-header h3{font-size:36px!important;color:#2d3748!important;margin:0 auto 8px!important;font-weight:700!important;line-height:1.2;letter-spacing:-.5px;text-align:center!important;width:100%;display:block}.color-step .step-header p:not(.step-description){color:#718096!important;font-size:20px!important;margin-bottom:8px!important;margin-top:0!important;line-height:1.5;font-weight:400!important;text-align:center!important;width:100%}.color-step .step-header .step-description{color:#718096!important;font-size:16px!important;margin-top:8px!important;line-height:1.5;font-weight:400!important;text-align:center!important;width:100%}.quality-step-container .step-header{text-align:center!important;max-width:900px;margin:0 auto 16px;margin-top:0!important;display:flex;flex-direction:column;align-items:center;width:100%}.quality-step-container .step-header h3{font-size:36px!important;color:#2d3748!important;margin:0 auto 8px!important;font-weight:700!important;line-height:1.2;letter-spacing:-.5px;text-align:center!important;width:100%;display:block}.quality-step-container .step-header p:not(.step-description){color:#718096!important;font-size:20px!important;margin-bottom:8px!important;margin-top:0!important;line-height:1.5;font-weight:400!important;text-align:center!important;width:100%}.quality-step-container .step-header .step-description{color:#718096!important;font-size:16px!important;margin-top:8px!important;line-height:1.5;font-weight:400!important;text-align:center!important;width:100%}.shipping-step .step-header{text-align:left!important;max-width:900px;margin:0 auto 16px;display:flex;flex-direction:column}.shipping-step .step-header h3{font-size:36px!important;color:#2d3748!important;margin-bottom:0!important;font-weight:700!important;line-height:1.2;letter-spacing:-.5px}.shipping-step .step-header p:not(.step-description){color:#718096!important;font-size:20px!important;margin-bottom:8px!important;margin-top:0!important;line-height:1.5;font-weight:400!important}.shipping-step .step-header .step-description{color:#718096!important;font-size:16px!important;margin-top:8px!important;line-height:1.5;font-weight:400!important}.matrix-table-wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch}@media(max-width:480px){.stock-grid{grid-template-columns:1fr}.quick-palette-grid{grid-template-columns:repeat(4,1fr);gap:8px}.subcategory-options{grid-template-columns:1fr;gap:12px}.gender-step .step-header h3,.category-step .step-header h3,.subcategory-step .step-header h3{font-size:22px!important}.gender-step .step-header p:not(.step-description),.category-step .step-header p:not(.step-description),.subcategory-step .step-header p:not(.step-description){font-size:15px!important}}.step-content .step-header,.preview-step .step-header{text-align:left!important;max-width:900px;margin:0 auto 16px;display:flex;flex-direction:column}.step-content .step-header h3,.preview-step .step-header h3{font-size:36px!important;color:#2d3748!important;margin-bottom:0!important;font-weight:700!important;line-height:1.2;letter-spacing:-.5px}.step-content .step-header p:not(.step-description),.preview-step .step-header p:not(.step-description){color:#718096!important;font-size:20px!important;margin-bottom:8px!important;margin-top:0!important;line-height:1.5;font-weight:400!important}.step-content .step-header .step-description,.preview-step .step-header .step-description{color:#718096!important;font-size:16px!important;margin-top:8px!important;line-height:1.5;font-weight:400!important}.product-form-single-page{min-height:100vh;background:linear-gradient(135deg,#f5f7fa,#e8edf3);padding-top:80px;padding-bottom:100px;font-family:inherit;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.product-form-single-page .form-header-fixed{position:fixed;top:0;left:260px;right:0;background:#fffffff2;border-bottom:1px solid #e2e8f0;z-index:1000;box-shadow:0 2px 8px #00000014,0 1px 4px #0000000a;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.product-form-single-page .form-header-content{max-width:100%;margin:0 auto;padding:20px 40px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:1rem;min-height:60px}.product-form-single-page .btn-back{padding:12px 20px;background:transparent;border:1px solid #e2e8f0;border-radius:8px;color:#4a5568;cursor:pointer;font-size:14px;font-weight:500;transition:all .2s;white-space:nowrap;flex-shrink:0;z-index:1;align-self:center;transform:translateY(2px);justify-self:start}.product-form-single-page .btn-back:hover{background:#f7fafc;border-color:#cbd5e0}.product-form-single-page .form-header-title{justify-self:center;font-size:24px;font-weight:600;color:#2d3748;margin:0;padding:0;white-space:nowrap;line-height:1.2;min-width:0;overflow:hidden;text-overflow:ellipsis}.product-form-single-page .form-header-right{display:flex;align-items:center;gap:16px;flex-shrink:0;justify-self:end}.product-form-single-page .form-header-actions{display:flex;flex-wrap:wrap;gap:12px;align-items:center;flex-shrink:0;width:max-content;min-width:0;justify-content:flex-end}.product-form-single-page .form-header-actions .btn{padding:6px 12px;font-size:13px;min-height:32px;white-space:nowrap;flex-shrink:1;width:auto;min-width:0;overflow:visible}.product-form-single-page .form-layout{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:320px 1fr;gap:48px;padding:24px 40px 48px}.product-form-single-page .form-sidebar{align-self:stretch;position:relative}.product-form-single-page .sidebar-content{position:sticky;top:92px;width:100%;background:#fff;border-radius:20px;padding:32px 24px;box-shadow:0 2px 8px #00000014,0 1px 4px #0000000a;border:1px solid #e8e8e8;overflow:visible;z-index:10}.product-form-single-page .sidebar-progress{margin-bottom:24px;padding-bottom:24px;border-bottom:1px solid #e2e8f0}.product-form-single-page .progress-info{display:flex;flex-direction:column;gap:8px}.product-form-single-page .progress-text{font-size:14px;color:#718096;font-weight:500}.product-form-single-page .progress-bar-mini{width:100%;height:6px;background:#e2e8f0;border-radius:3px;overflow:hidden}.product-form-single-page .progress-bar-fill{height:100%;background:linear-gradient(90deg,#7ebfe6,#5ba8d1);transition:width .3s ease}.product-form-single-page .sidebar-nav-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:4px}.product-form-single-page .sidebar-nav-item{width:100%;padding:12px 16px;background:transparent;border:none;border-radius:8px;text-align:left;cursor:pointer;display:flex;align-items:center;gap:12px;font-size:14px;color:#4a5568;transition:all .2s;position:relative}.product-form-single-page .sidebar-nav-item:hover{background:#f7fafc;color:#2d3748}.product-form-single-page .sidebar-nav-item.active{background:#e8f4fc;color:#5ba8d1;font-weight:600}.product-form-single-page .sidebar-nav-item.completed{color:#059669}.product-form-single-page .sidebar-nav-item.completed .nav-check{margin-left:auto;color:#059669;font-weight:600}.product-form-single-page .sidebar-toggle-btn{display:none;width:100%;padding:10px 16px;background:#f7fafc;border:1px solid #e2e8f0;border-radius:8px;cursor:pointer;font-size:14px;font-weight:500;color:#4a5568;align-items:center;justify-content:space-between;gap:8px;margin-top:12px;transition:all .2s}.product-form-single-page .sidebar-toggle-btn:hover{background:#edf2f7;border-color:#cbd5e0}@media(min-width:1025px){.product-form-single-page .sidebar-nav.is-collapsed{display:block}}.product-form-single-page .nav-icon{font-size:18px;flex-shrink:0}.product-form-single-page .nav-label{flex:1}.product-form-single-page .nav-required{color:#ef4444;font-size:12px;margin-left:4px}.product-form-single-page .form-main-content{display:flex;flex-direction:column;gap:32px;max-width:100%}.product-form-single-page .form-section{background:#fff;border-radius:20px;padding:56px 48px;box-shadow:0 2px 8px #00000014,0 1px 4px #0000000a;scroll-margin-top:100px;transition:all .3s cubic-bezier(.4,0,.2,1);border:1px solid #e8e8e8;display:flex;flex-direction:column;align-items:center}.product-form-single-page .form-section-gender{padding-top:32px}.product-form-single-page .form-section:hover{box-shadow:0 12px 32px #0000001f,0 4px 16px #00000014;transform:translateY(-4px);border-color:#d0d0d0}.product-form-single-page .section-header{margin-bottom:40px;text-align:center;padding-bottom:28px;border-bottom:2px solid #e8e8e8;width:100%}.product-form-single-page .section-title{font-size:28px;font-weight:700;color:#1a202c;margin:0 0 12px;letter-spacing:-.5px;line-height:1.2}.product-form-single-page .section-description{font-size:15px;color:#718096;margin:0;line-height:1.5}.product-form-single-page .section-content{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;max-width:900px;margin:0 auto}.product-form-single-page .section-content .gender-step{text-align:center;width:100%;max-width:100%;display:flex;flex-direction:column;align-items:center}.product-form-single-page .section-content .gender-step .step-header{text-align:center;max-width:100%;margin:0 auto 40px;width:100%}.product-form-single-page .section-content .gender-step .step-header h3{text-align:center;font-size:24px;font-weight:600;color:#2d3748;margin:0 0 12px}.product-form-single-page .section-content .gender-step .step-header p{text-align:center;font-size:15px;color:#718096;margin:0}.product-form-single-page .gender-options{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin:0 auto 40px;max-width:1000px;width:100%;justify-content:center}.product-form-single-page .gender-option{border:2px solid #e2e8f0;border-radius:16px;padding:32px 24px;cursor:pointer;transition:all .3s ease;background:#fff;text-align:center;min-height:160px;display:flex;flex-direction:column;justify-content:center;align-items:center}.product-form-single-page .gender-info h4{font-size:20px;color:#2d3748;margin-bottom:8px;font-weight:600}.product-form-single-page .gender-info p{color:#718096;font-size:14px;margin:0;line-height:1.4}.product-form-single-page .section-content .gender-step .gender-options{margin:0 auto;justify-content:center;max-width:1000px;width:100%}.product-form-single-page .gender-icon{font-size:48px;margin-bottom:16px;display:flex;align-items:center;justify-content:center;width:80px;height:80px;border-radius:50%;background:transparent;border:none;transition:all .3s ease}.product-form-single-page .gender-icon img{width:56px;height:56px;object-fit:contain}.product-form-single-page .gender-option:hover{border-color:#5ba8d1}.product-form-single-page .gender-option.selected{border:2px solid #5BA8D1;background:#f0f9ff;box-shadow:none;transform:none}.product-form-single-page .gender-option.selected .gender-icon{background:transparent;border:none}.product-form-single-page .gender-option.selected .gender-icon img{filter:brightness(0)}.product-form-single-page .gender-option.selected .gender-info h4{color:#2d3748}.product-form-single-page .section-content .category-step{text-align:center;width:100%;max-width:100%;display:flex;flex-direction:column;align-items:center}.product-form-single-page .section-content .category-step .step-header{text-align:center;max-width:100%;margin:0 auto 32px;width:100%}.product-form-single-page .section-content .category-step .step-header h3{text-align:center;font-size:24px;font-weight:600;color:#2d3748;margin:0 0 12px}.product-form-single-page .section-content .category-step .step-header p{text-align:center;font-size:15px;color:#718096;margin:0}.product-form-single-page .section-content .subcategory-step{text-align:center;width:100%;max-width:100%;display:flex;flex-direction:column;align-items:center}.product-form-single-page .section-content .subcategory-step .step-header{text-align:center;max-width:100%;margin:0 auto 32px;width:100%}.product-form-single-page .section-content .subcategory-step .step-header h3{text-align:center;font-size:24px;font-weight:600;color:#2d3748;margin:0 0 12px}.product-form-single-page .section-content .subcategory-step .step-header p{text-align:center;font-size:15px;color:#718096;margin:0}.product-form-single-page .category-icon{font-size:36px;display:flex;align-items:center;justify-content:center;width:76px!important;height:76px!important;min-width:76px!important;min-height:76px!important;max-width:76px!important;max-height:76px!important;border-radius:50%;background:transparent;border:none;transition:all .3s ease;flex-shrink:0;margin:0 auto;box-sizing:border-box}.product-form-single-page .category-icon img{width:48px!important;height:48px!important;min-width:48px!important;min-height:48px!important;max-width:48px!important;max-height:48px!important;object-fit:contain!important;display:block!important;filter:brightness(0);flex-shrink:0!important}.product-form-single-page .category-icon img[alt*=Praia],.product-form-single-page .category-icon img[alt*=praia]{width:50px!important;height:50px!important;min-width:50px!important;min-height:50px!important;max-width:50px!important;max-height:50px!important}.product-form-single-page .category-option.selected .category-icon{background:transparent;border:none;color:inherit}.product-form-single-page .category-option.selected .category-icon img{filter:brightness(0)}.product-form-single-page .subcategory-icon{width:76px!important;height:76px!important;min-width:76px!important;min-height:76px!important;max-width:76px!important;max-height:76px!important;display:flex;align-items:center;justify-content:center;background:transparent;margin-right:1rem;font-size:1.5rem;flex-shrink:0;transition:all .3s ease;margin:0 auto;box-sizing:border-box}.product-form-single-page .subcategory-icon img{width:40px!important;height:40px!important;min-width:40px!important;min-height:40px!important;max-width:40px!important;max-height:40px!important;object-fit:contain!important;display:block!important;filter:brightness(0);flex-shrink:0!important}.product-form-single-page .subcategory-icon img[alt*="bikini conjunto"],.product-form-single-page .subcategory-icon img[alt*="Bikini conjunto"],.product-form-single-page .subcategory-icon img[alt*="biquini conjunto"],.product-form-single-page .subcategory-icon img[alt*="Biquini conjunto"],.product-form-single-page .subcategory-icon img[alt*="bikini (conjunto)"],.product-form-single-page .subcategory-icon img[alt*="Bikini (conjunto)"],.product-form-single-page .subcategory-icon img[alt*="biquini (conjunto)"],.product-form-single-page .subcategory-icon img[alt*="Biquini (conjunto)"],.product-form-single-page .subcategory-icon img[alt*=maio],.product-form-single-page .subcategory-icon img[alt*=Maiô],.product-form-single-page .subcategory-icon img[alt*="maio de praia"],.product-form-single-page .subcategory-icon img[alt*="Maio de praia"]{width:42px!important;height:42px!important;min-width:42px!important;min-height:42px!important;max-width:42px!important;max-height:42px!important}.product-form-single-page .subcategory-icon img[alt*="Segunda Pele"],.product-form-single-page .subcategory-icon img[alt*="segunda pele"]{width:48px!important;height:48px!important;min-width:48px!important;min-height:48px!important;max-width:48px!important;max-height:48px!important}.product-form-single-page .category-options{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:20px;margin-bottom:32px;max-width:900px;margin-left:auto;margin-right:auto;width:100%}.product-form-single-page .category-option{border:2px solid #e2e8f0;border-radius:16px;padding:24px 20px;cursor:pointer;transition:all .3s ease;background:#fff;text-align:center;min-height:140px;display:flex;flex-direction:column;justify-content:center;align-items:center}.product-form-single-page .category-option:hover{border-color:#5ba8d1;transform:translateY(-2px);box-shadow:0 4px 12px #5ba8d133}.product-form-single-page .category-option.selected{position:relative;border:2px solid #5BA8D1;background:#f0f9ff;box-shadow:none;transform:none}.product-form-single-page .category-option.selected .category-info h4{color:#2d3748}.product-form-single-page .category-info{display:flex;flex-direction:column;align-items:center;width:100%}.product-form-single-page .category-info h4{font-size:16px;color:#2d3748;margin:0;font-weight:600}.product-form-single-page .subcategory-options{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-bottom:32px;max-width:900px;margin-left:auto;margin-right:auto;width:100%}.product-form-single-page .subcategory-option{border:2px solid #e2e8f0;border-radius:16px;padding:1.25rem;cursor:pointer;transition:all .3s ease;background:#fff;display:flex;align-items:center;min-height:80px;height:80px}.product-form-single-page .subcategory-option:hover{border-color:#5ba8d1;background:#f8fafc}.product-form-single-page .subcategory-option.selected{border:2px solid #5BA8D1;background:#f0f9ff}.product-form-single-page .subcategory-info{flex:1;text-align:left}.product-form-single-page .subcategory-info h4{margin:0;font-size:1.1rem;color:#2d3748;font-weight:600}.product-form-single-page .subcategory-option.selected .subcategory-icon{background:transparent;border:none}.product-form-single-page .subcategory-option.selected .subcategory-icon img{filter:brightness(0)}.product-form-single-page .category-step .step-header{text-align:left;max-width:900px;margin:0 auto 16px;display:flex;flex-direction:column}.product-form-single-page .category-step .step-header h3{font-size:36px;color:#2d3748;margin-bottom:0;font-weight:700;line-height:1.2;letter-spacing:-.5px}.product-form-single-page .category-step .step-header p:not(.step-description){color:#718096;font-size:20px;margin-bottom:0;margin-top:8px;line-height:1.5;font-weight:400}.product-form-single-page .category-step .step-description{color:#718096;font-size:18px;margin-bottom:16px;margin-top:4px;line-height:1.5;font-weight:400}.product-form-single-page .subcategory-step .step-header{text-align:center;max-width:900px;margin:0 auto 16px;display:flex;flex-direction:column}.product-form-single-page .subcategory-step .step-header h3{font-size:36px;color:#2d3748;margin-bottom:0;font-weight:700;line-height:1.2;letter-spacing:-.5px}.product-form-single-page .subcategory-step .step-header p:not(.step-description){color:#718096;font-size:20px;margin-bottom:0;margin-top:8px;line-height:1.5;font-weight:400}.product-form-single-page .subcategory-step .step-description{color:#718096;font-size:18px;margin-bottom:16px;margin-top:4px;line-height:1.5;font-weight:400}.product-form-single-page .section-content .basic-info-step{width:100%;max-width:100%;display:flex;flex-direction:column;align-items:center}.product-form-single-page .section-content .basic-info-step .step-header{text-align:center;max-width:100%;margin:0 auto 40px;width:100%}.product-form-single-page .section-content .basic-info-step .step-header h3{text-align:center;font-size:24px;font-weight:600;color:#2d3748;margin:0 0 12px}.product-form-single-page .section-content .basic-info-step .step-header p:not(.step-description){margin-bottom:2px}.product-form-single-page .section-content .basic-info-step .step-header .step-description{margin-top:2px}.product-form-single-page .section-content .basic-info-step .step-header .step-subtitle{text-align:center;font-size:15px;color:#718096;margin:0}.product-form-single-page .section-content .basic-info-step .form-grid{max-width:900px;width:100%;margin:0 auto;gap:12px}.product-form-single-page .section-content .basic-info-step .form-group{margin-bottom:0}.product-form-single-page .section-content .size-step{width:100%;max-width:1000px;margin:0 auto;display:flex;flex-direction:column;align-items:center}.product-form-single-page .section-content .size-step .step-header{text-align:center;max-width:100%;margin:0 auto 32px;width:100%}.product-form-single-page .section-content .size-step .step-header h2,.product-form-single-page .section-content .size-step .step-header h3{text-align:center;font-size:24px;font-weight:600;color:#2d3748;margin:0 0 12px}.product-form-single-page .section-content .size-step .step-header p{text-align:center;font-size:15px;color:#718096;margin:0}.product-form-single-page .section-content .color-step{width:100%;max-width:1000px;margin:0 auto;display:flex;flex-direction:column;align-items:center}.product-form-single-page .section-content .color-step .step-header{text-align:center;max-width:100%;margin:0 auto 32px;width:100%}.product-form-single-page .section-content .color-step .step-header h2,.product-form-single-page .section-content .color-step .step-header h3{text-align:center;font-size:24px;font-weight:600;color:#2d3748;margin:0 0 12px}.product-form-single-page .section-content .color-step .step-header p{text-align:center;font-size:15px;color:#718096;margin:0}.product-form-single-page .section-content .stock-step{width:100%;max-width:1000px;margin:0 auto;display:flex;flex-direction:column;align-items:center}.product-form-single-page .section-content .stock-step .step-header{text-align:center;max-width:100%;margin:0 auto 32px;width:100%}.product-form-single-page .section-content .stock-step .step-header h2,.product-form-single-page .section-content .stock-step .step-header h3{text-align:center;font-size:24px;font-weight:600;color:#2d3748;margin:0 0 12px}.product-form-single-page .section-content .stock-step .step-header p{text-align:center;font-size:15px;color:#718096;margin:0}.product-form-single-page .section-content .stock-step .stock-summary-inline{display:flex;align-items:center;gap:8px;margin-bottom:24px;font-size:15px;color:#718096}.product-form-single-page .section-content .stock-step .stock-summary-inline .stock-summary-text{color:#718096}.product-form-single-page .section-content .stock-step .stock-summary-inline .stock-summary-dot{color:#cbd5e0;font-weight:600}.product-form-single-page .section-content .exclusivity-step{width:100%;max-width:1000px;margin:0 auto;display:flex;flex-direction:column;align-items:center}.product-form-single-page .section-content .exclusivity-step .step-header{text-align:center;max-width:100%;margin:0 auto 32px;width:100%}.product-form-single-page .section-content .exclusivity-step .step-header h2,.product-form-single-page .section-content .exclusivity-step .step-header h3{text-align:center;font-size:24px;font-weight:600;color:#2d3748;margin:0 0 12px}.product-form-single-page .section-content .exclusivity-step .step-header p{text-align:center;font-size:15px;color:#718096;margin:0}.product-form-single-page .section-content .quality-step{width:100%;max-width:1000px;margin:0 auto;display:flex;flex-direction:column;align-items:center}.product-form-single-page .section-content .quality-step .step-header{text-align:center;max-width:100%;margin:0 auto 32px;width:100%}.product-form-single-page .section-content .quality-step .step-header h2,.product-form-single-page .section-content .quality-step .step-header h3{text-align:center;font-size:24px;font-weight:600;color:#2d3748;margin:0 0 12px}.product-form-single-page .section-content .quality-step .step-header p{text-align:center;font-size:15px;color:#718096;margin:0}.product-form-single-page section#dimensions .section-content{max-width:1100px}.product-form-single-page .section-content .shipping-step{width:100%;max-width:1100px;margin:0 auto;display:flex;flex-direction:column;align-items:stretch}.product-form-single-page .section-content .shipping-step .shipping-form{width:100%}.product-form-single-page .section-content .shipping-step .shipping-form .form-section,.product-form-single-page .section-content .shipping-step .step-tip{width:100%;max-width:100%}.product-form-single-page .section-content .shipping-step .step-header{text-align:center;max-width:100%;margin:0 auto 32px;width:100%}.product-form-single-page .section-content .shipping-step .step-header h2,.product-form-single-page .section-content .shipping-step .step-header h3{text-align:center;font-size:24px;font-weight:600;color:#2d3748;margin:0 0 12px}.product-form-single-page .section-content .shipping-step .step-header p{text-align:center;font-size:15px;color:#718096;margin:0}.product-form-single-page .section-content .image-upload-step{width:100%;max-width:900px;margin:0 auto;display:flex;flex-direction:column;align-items:stretch}.product-form-single-page .section-content .image-upload-step .step-header{text-align:left;width:100%}.product-form-single-page .section-content .image-upload-step .step-header h2,.product-form-single-page .section-content .image-upload-step .step-header h3{font-size:1.5rem!important;font-weight:700!important;color:#1f2937!important;margin:0 0 .375rem!important;text-align:left!important}.product-form-single-page .section-content .image-upload-step .step-header .step-subtitle{font-size:.9375rem;color:#6b7280;margin:0;line-height:1.5}.product-form-single-page .price-section{display:flex;flex-direction:column;gap:12px;width:100%;max-width:400px;margin:0 auto;text-align:center}.product-form-single-page .price-section .form-label{text-align:center}.product-form-single-page .form-label{font-weight:600;color:#374151;font-size:14px}.product-form-single-page .form-input{padding:12px 16px;border:2px solid #e2e8f0;border-radius:8px;font-size:16px;transition:all .2s;background:#fff}.product-form-single-page .form-input:focus{outline:none;border-color:#7ebfe6;box-shadow:0 0 0 3px #7ebfe633}.product-form-single-page .form-error{color:#ef4444;font-size:14px;margin-top:4px}.product-form-single-page .variations-grid{display:flex;flex-direction:column;gap:48px;width:100%;max-width:1000px;margin:0 auto}.product-form-single-page .variation-item{display:flex;flex-direction:column;align-items:stretch;width:100%}.product-form-single-page .variation-item h3{font-size:20px;font-weight:600;color:#2d3748;margin-bottom:24px;width:100%;text-align:left}.product-form-single-page .colors-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:1rem;width:100%;max-width:100%;box-sizing:border-box}.product-form-single-page .color-option{display:flex;flex-direction:column;align-items:center;padding:1rem;border:2px solid #e5e7eb;border-radius:8px;background:#fff;cursor:pointer;transition:all .2s ease;position:relative;-webkit-user-select:none;user-select:none}.product-form-single-page .color-option:hover{border-color:#7ebfe6;background:#f8fafc;transform:translateY(-2px);box-shadow:0 4px 12px #3b82f626}.product-form-single-page .color-option.selected{border-color:#7ebfe6;background:#e8f4fc;box-shadow:0 4px 12px #3b82f633}.product-form-single-page .color-checkbox{position:absolute;top:.5rem;right:.5rem;width:20px;height:20px;border:2px solid #7EBFE6;border-radius:4px;background:#7ebfe6;color:#fff;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700}.product-form-single-page .color-preview{width:40px;height:40px;border-radius:50%;border:2px solid #e5e7eb;margin-bottom:.5rem;box-shadow:0 2px 4px #0000001a}.product-form-single-page .color-name{font-size:.9rem;color:#374151;text-align:center;font-weight:500}.product-form-single-page .step-tip{display:flex;align-items:flex-start;gap:1rem;margin-top:1.5rem;padding:1.25rem 1.5rem;background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border:1px solid #7dd3fc;border-radius:12px}.product-form-single-page .step-tip .tip-icon{font-size:20px;margin:0;flex-shrink:0}.product-form-single-page .step-tip .tip-content p{margin:0;font-size:14px;color:#0369a1;line-height:1.5}.product-form-single-page .form-footer-fixed{position:fixed;bottom:0;left:0;right:0;background:#fffffff2;border-top:1px solid #e2e8f0;z-index:1000;box-shadow:0 -2px 8px #00000014,0 -1px 4px #0000000a;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.product-form-single-page .form-footer-content{max-width:1400px;margin:0 auto;padding:24px 40px;display:flex;justify-content:flex-end;gap:16px}.product-form-single-page .btn{padding:14px 28px;border-radius:10px;font-size:15px;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);border:none;letter-spacing:.3px}.product-form-single-page .btn-primary{background:linear-gradient(135deg,#7ebfe6,#5ba8d1);color:#fff;box-shadow:0 2px 4px #7ebfe64d}.product-form-single-page .btn-primary:hover:not(:disabled){background:linear-gradient(135deg,#5ba8d1,#4a96bd);box-shadow:0 6px 12px #7ebfe666;transform:translateY(-2px)}.product-form-single-page .btn-primary:disabled{opacity:.6;cursor:not-allowed}.product-form-single-page .btn-secondary{background:#fff;color:#4a5568;border:1px solid #e2e8f0}.product-form-single-page .btn-secondary:hover:not(:disabled){background:#f7fafc;border-color:#cbd5e0}.product-form-single-page .btn-secondary:disabled{opacity:.6;cursor:not-allowed}.product-form-single-page .save-error-message{color:#ef4444;font-size:14px;padding:8px 16px;background:#fee2e2;border-radius:8px;white-space:nowrap;flex-shrink:0;animation:slideIn .3s ease-out}.product-form-single-page .save-success-message{color:#059669;font-size:14px;padding:8px 16px;background:#d1fae5;border-radius:8px;white-space:nowrap;flex-shrink:0;animation:slideIn .3s ease-out}.product-form-single-page .sidebar-nav-item:focus{outline:2px solid #7EBFE6;outline-offset:2px}.product-form-single-page .btn:focus{outline:2px solid #7EBFE6;outline-offset:2px}.product-form-single-page .form-input:focus,.product-form-single-page .form-textarea:focus{border-color:#7ebfe6;box-shadow:0 0 0 3px #7ebfe633}.product-form-single-page .form-progress-compact{display:none}@media(max-width:1280px){.product-form-single-page .form-layout{max-width:100%;padding:40px 32px;gap:36px}.product-form-single-page .form-section{padding:48px 40px}.product-form-single-page .section-content{max-width:800px}}@media(max-width:1024px){.product-form-single-page .form-header-fixed{left:220px}.product-form-single-page .form-header-content{padding:14px 20px;grid-template-columns:auto 1fr auto;gap:8px}.product-form-single-page .form-header-title{font-size:20px}.product-form-single-page .form-header-actions{width:auto;gap:8px}.product-form-single-page .form-header-actions .btn{padding:5px 10px;font-size:12px;min-height:28px;min-width:0}.product-form-single-page .form-layout{grid-template-columns:1fr;gap:16px;padding:16px 20px}.product-form-single-page .form-sidebar{display:none}.product-form-single-page .form-progress-compact{display:flex;align-items:center;gap:12px;padding:8px 20px 12px;border-top:1px solid #f0f0f0}.product-form-single-page .progress-compact-label{font-size:13px;font-weight:600;color:#4a5568;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:160px}.product-form-single-page .progress-compact-track{flex:1;height:4px;background:#e2e8f0;border-radius:2px}.product-form-single-page .progress-compact-fill{height:100%;background:#e6a57e;border-radius:2px;transition:width .3s ease}.product-form-single-page .progress-compact-pct{font-size:12px;font-weight:700;color:#e6a57e;white-space:nowrap}.product-form-single-page .variations-grid{max-width:100%}.product-form-single-page .form-section{padding:32px 24px;scroll-margin-top:120px}.product-form-single-page .section-title{font-size:22px}.product-form-single-page .section-description{font-size:14px}.product-form-single-page .section-content{max-width:100%;align-items:stretch}.product-form-single-page .form-grid{grid-template-columns:1fr}.product-form-single-page .form-main-content{gap:20px}}@media(max-width:768px){.product-form-single-page .form-header-fixed{left:0;top:60px}.product-form-single-page{padding-top:130px}.product-form-single-page .form-header-content{display:flex;flex-direction:column;align-items:stretch;gap:10px;padding:12px 16px;min-height:auto}.product-form-single-page .form-header-title{font-size:18px;margin:4px 0;justify-self:unset;text-align:center}.product-form-single-page .btn-back,.product-form-single-page .form-header-right{position:static;z-index:auto}.product-form-single-page .form-header-actions{width:100%;flex-wrap:wrap;gap:6px}.product-form-single-page .form-header-actions .btn{flex:1;min-width:100px}.product-form-single-page .form-layout{padding:16px;gap:14px}.product-form-single-page .form-section{padding:24px 16px;border-radius:14px;scroll-margin-top:150px}.product-form-single-page .section-title{font-size:20px}.product-form-single-page .section-description{font-size:14px}.product-form-single-page .section-content{max-width:100%}.product-form-single-page .section-header{margin-bottom:24px;padding-bottom:16px}.product-form-single-page .form-footer-content{flex-direction:column;padding:12px 16px}.product-form-single-page .form-footer-content .btn{width:100%}.product-form-single-page .category-step .step-header h3,.product-form-single-page .subcategory-step .step-header h3{font-size:26px}.product-form-single-page .category-step .step-header p:not(.step-description),.product-form-single-page .subcategory-step .step-header p:not(.step-description){font-size:16px}.product-form-single-page .section-content{align-items:stretch}.product-form-single-page .form-grid{grid-template-columns:1fr}.product-form-single-page .save-error-message,.product-form-single-page .save-success-message{white-space:normal;width:100%;flex-shrink:1}.product-form-single-page .form-main-content{gap:16px}.product-form-single-page .colors-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.product-form-single-page{padding-top:130px}.product-form-single-page .form-layout{padding:10px 12px;gap:10px}.product-form-single-page .form-section{padding:20px 14px;border-radius:12px;scroll-margin-top:150px}.product-form-single-page .form-section:hover{transform:none;box-shadow:0 2px 8px #00000014,0 1px 4px #0000000a}.product-form-single-page .section-title{font-size:17px}.product-form-single-page .section-description{font-size:13px}.product-form-single-page .section-header{margin-bottom:18px;padding-bottom:12px}.product-form-single-page .subcategory-options{grid-template-columns:1fr}.product-form-single-page .category-options{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:12px}.product-form-single-page .category-option{min-height:110px;padding:16px 12px}.product-form-single-page .category-step .step-header h3,.product-form-single-page .subcategory-step .step-header h3{font-size:20px}.product-form-single-page .category-step .step-header p:not(.step-description),.product-form-single-page .subcategory-step .step-header p:not(.step-description){font-size:14px}.product-form-single-page .btn{padding:12px 18px;font-size:14px}.product-form-single-page .form-footer-content{padding:10px 12px}.product-form-single-page .form-main-content{gap:12px}}@media(max-width:600px){.product-form-single-page .gender-options{gap:12px}.product-form-single-page .gender-option{min-height:120px;padding:20px 12px}.product-form-single-page .subcategory-options{grid-template-columns:1fr}}@media(hover:none){.product-form-single-page .form-section:hover{transform:none;box-shadow:0 2px 8px #00000014,0 1px 4px #0000000a}.product-form-single-page .category-option:hover{transform:none;box-shadow:none}}.my-products{min-height:100vh;background:#f8fafc;padding:32px;font-family:inherit;width:100%;max-width:100%;box-sizing:border-box;overflow-x:hidden}@media(max-width:1024px){.my-products{padding:24px 20px}}@media(max-width:768px){.my-products{padding:20px 16px}}@media(max-width:480px){.my-products{padding:16px 12px}}@media(max-width:380px){.my-products{padding:12px 10px}}.my-products-header{display:grid;grid-template-columns:1fr auto 1fr;align-items:baseline;margin-bottom:32px;padding:28px 36px;background:#fff;border-radius:20px;box-shadow:0 1px 3px #0000000d,0 1px 2px #0000001a;gap:24px;border:1px solid #E5E5E5}@media(min-width:768px)and (max-width:1024px){.my-products-header{grid-template-columns:auto 1fr auto;gap:20px;padding:24px 28px}}@media(max-width:768px){.my-products-header{grid-template-columns:1fr;gap:16px;padding:20px 24px}.btn-back{justify-self:flex-start}.header-content{justify-content:flex-start}.header-content h1{text-align:left;font-size:28px}.header-actions{justify-content:flex-start;width:100%;flex-wrap:wrap}.header-actions .btn-primary{width:100%;max-width:100%}}@media(max-width:480px){.my-products-header{padding:16px 18px;gap:14px}.header-content h1{font-size:24px}}@media(max-width:380px){.my-products-header{padding:14px 12px;gap:12px}.header-content h1{font-size:22px}}.header-actions .btn-primary{background:#e6a57e;color:#fff;border-color:#e6a57e;padding:.75rem 1rem;border-radius:6px;white-space:nowrap;max-width:260px;width:auto}.header-actions .btn-secondary{padding:.75rem 1.5rem;border-radius:6px;white-space:nowrap}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:2rem}@media(max-width:640px){.stats-grid{grid-template-columns:1fr;gap:1rem}}@media(min-width:640px)and (max-width:1024px){.stats-grid{grid-template-columns:repeat(2,1fr);gap:1rem}}@media(min-width:1024px)and (max-width:1400px){.stats-grid{grid-template-columns:repeat(3,1fr)}}.stat-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:.5rem 1rem;display:flex;align-items:center;gap:.75rem;box-shadow:0 1px 3px #0000001a;transition:all .2s ease}.stat-card:hover{box-shadow:0 4px 12px #00000026;transform:translateY(-2px)}.stat-icon{font-size:1.75rem;width:45px;height:45px;display:flex;align-items:center;justify-content:center;background:transparent;border-radius:10px;padding:6px;flex-shrink:0}.stat-icon img{object-fit:contain}.stat-content h3{font-size:.8125rem;font-weight:500;color:#6b7280;margin:0 0 .125rem;line-height:1.2}.stat-value{font-size:1.25rem;font-weight:700;margin:0;color:#1a1a1a;line-height:1.2}.my-products .filters-section{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:1rem 1.5rem;margin-bottom:2rem;box-shadow:0 1px 3px #0000001a;overflow:visible;width:100%;max-width:100%;box-sizing:border-box}.my-products .filters-grid{display:flex;flex-wrap:nowrap;width:100%;gap:0 .75rem;row-gap:.5rem;align-items:flex-end;min-width:0}.my-products .filters-grid .filter-cell{flex:1 1 0;min-width:0}.my-products .filters-grid .filter-cell:first-child{flex:1.5 1 0}.my-products .filter-cell{display:flex;flex-direction:column;gap:.35rem;align-items:stretch;min-width:0}.filter-cell .filter-label{font-size:.875rem;font-weight:500;color:#374151;line-height:1.3;margin:0;padding:0;display:block}@media(max-width:768px){.my-products .filters-section{padding:.75rem 1rem;margin-bottom:1.5rem}}.search-filter-group{min-width:0;width:100%}.search-input-container{position:relative;display:flex;align-items:center;width:100%;height:2.25rem}.search-icon{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);width:18px;height:18px;pointer-events:none;z-index:2;filter:brightness(0) saturate(100%) invert(64%) sepia(8%) saturate(507%) hue-rotate(177deg) brightness(92%) contrast(87%);transition:filter .2s ease}.search-input{width:100%;padding:.5rem .75rem .5rem 2.5rem;border:1px solid #d1d5db;border-radius:6px;font-size:.875rem;transition:all .2s ease;box-sizing:border-box;height:2.25rem;background-color:#fff;color:#1a1a1a;line-height:1.5}.search-input::placeholder{color:#9ca3af;font-size:.8125rem}@media(max-width:1200px){.my-products .filters-grid{gap:0 .6rem;row-gap:.4rem}.search-input,.search-input-container{height:2rem}.search-input{font-size:.8125rem;padding-left:2.25rem}.filter-cell .filter-label{font-size:.8125rem}}@media(max-width:992px){.my-products .filters-grid{gap:0 .5rem;row-gap:.4rem}.search-input,.search-input-container{height:1.875rem}.search-input{font-size:.75rem;padding-left:2rem}.filter-cell .filter-label{font-size:.75rem}}@media(max-width:768px){.my-products .filters-grid{flex-wrap:wrap;min-width:0;gap:.5rem .5rem}.my-products .filters-grid .filter-cell{flex:1 1 140px;min-width:140px}.my-products .filters-grid .filter-cell:first-child{flex:1 1 100%;min-width:0}}@media(max-width:480px){.my-products .filters-section{padding:.75rem .875rem;margin-bottom:1.25rem}.my-products .filters-grid{flex-direction:column;gap:.75rem}.my-products .filters-grid .filter-cell,.my-products .filters-grid .filter-cell:first-child{flex:1 1 auto;min-width:0;width:100%}}@media(max-width:380px){.my-products .filters-section{padding:.5rem .75rem}.filter-cell .filter-label{font-size:.8125rem}}.search-input-container:focus-within .search-icon{filter:brightness(0) saturate(100%) invert(39%) sepia(96%) saturate(2476%) hue-rotate(202deg) brightness(98%) contrast(92%)}.search-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.filter-cell .filter-group{display:flex;flex-direction:column;gap:.25rem;min-width:0;width:100%}.filter-cell .filter-group.search-filter-group{min-width:0}.filter-select{padding:.4rem 1.75rem .4rem .6rem;border:1px solid #d1d5db;border-radius:6px;font-size:.875rem;background:#fff;width:100%;position:relative;appearance:none;-webkit-appearance:none;-moz-appearance:none;box-sizing:border-box;min-height:2.25rem}@media(max-width:1200px){.filter-select{font-size:.8125rem;min-height:2rem;padding:.35rem 1.5rem .35rem .5rem}}@media(max-width:992px){.filter-select{font-size:.75rem;min-height:1.875rem;padding:.3rem 1.5rem .3rem .45rem}}.filter-select:not(button){background-image:url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 4L6 8L10 4' stroke='%23374151' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .6rem center;background-size:10px 10px}@media(max-width:992px){.filter-select:not(button){background-position:right .45rem center;background-size:9px 9px}}.multi-select-dropdown{position:absolute;top:100%;left:0;z-index:1000;background:#fff;border:1px solid #d1d5db;border-radius:6px;margin-top:4px;min-width:200px;max-height:300px;overflow-y:auto;box-shadow:0 4px 6px #0000001a}.multi-select-dropdown label{display:flex;align-items:center;padding:8px 12px;cursor:pointer;transition:background .2s;margin:0}.multi-select-dropdown label:hover{background:#f9fafb}.multi-select-dropdown input[type=checkbox]{margin-right:8px;cursor:pointer}.multi-select-dropdown span{font-size:14px;color:#374151}.multi-select-dropdown .category-header{position:sticky;top:0;z-index:1;background:#f9fafb;padding:8px 12px;font-size:13px;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.5px;border-top:1px solid #e5e7eb}.multi-select-dropdown .category-header:first-child{border-top:none}.multi-select-dropdown .subcategory-item{padding-left:24px}.products-section{background:#fff;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;box-shadow:0 1px 3px #0000001a}.my-products .products-section{padding-top:0}@media(max-width:768px){.products-section{border-radius:8px}}.products-header{padding:1rem 1.5rem;border-bottom:1px solid #e5e7eb;background:#f9fafb;display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:1rem}@media(max-width:768px){.products-header{padding:.75rem 1rem;flex-direction:column;align-items:stretch;gap:.75rem}}.products-header-left{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.products-header-left h3{font-size:1rem;font-weight:600;color:#1a1a1a;margin:0}.products-header-right{display:flex;align-items:center;gap:.75rem;flex-wrap:nowrap;margin-left:auto;min-width:0}@media(max-width:768px){.products-header-right{margin-left:0;width:100%;flex-direction:column;align-items:stretch;gap:.75rem}.products-header-right .selection-info{width:100%;justify-content:center}}.products-header-right .selection-info{font-weight:500;color:#e6a57e;font-size:.875rem;padding:.375rem .625rem;background:#fef5f0;border-radius:6px;border:1px solid #f4d4c0;white-space:nowrap;display:flex;align-items:center;line-height:1;flex-shrink:0}.products-actions{display:flex;gap:.75rem;flex-wrap:nowrap;align-items:center;flex-shrink:0}@media(max-width:640px){.products-actions{flex-direction:column;width:100%;gap:.5rem}.products-actions .btn-secondary,.products-actions .btn-danger,.products-actions .btn-outline{width:100%;justify-content:center}}@media(min-width:640px)and (max-width:1024px){.products-actions{gap:.5rem}}.select-all{display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:400;color:#6b7280;cursor:pointer;margin:0}.select-all input[type=checkbox]{margin:0}.my-products .products-section .products-grid{display:grid!important;grid-template-columns:repeat(4,1fr)!important;align-items:start;gap:1.5rem;padding:1.5rem;max-width:2000px;margin:0 auto;width:100%;box-sizing:border-box}@media(max-width:1400px){.my-products .products-section .products-grid{grid-template-columns:repeat(3,1fr)!important;gap:1.25rem;padding:1.25rem}}@media(max-width:1024px){.my-products .products-section .products-grid{grid-template-columns:repeat(2,1fr)!important;gap:1.25rem;padding:1.25rem}}@media(max-width:640px){.my-products .products-section .products-grid{grid-template-columns:1fr!important;gap:1rem;padding:1rem}}@media(max-width:380px){.my-products .products-section .products-grid{gap:.75rem;padding:.75rem}}.product-card{border:1px solid #e5e7eb;border-radius:12px;padding:1rem 1.25rem 1.5rem;background:#fff;transition:all .2s ease;position:relative;display:flex;flex-direction:column;height:auto;overflow:visible;box-sizing:border-box;min-height:0;min-width:0}@media(max-width:640px){.product-card{padding:.875rem 1rem 1.25rem;overflow:visible;min-height:auto}}@media(max-width:380px){.product-card{padding:.75rem .875rem 1rem}}.product-card:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.product-card.selected{border-color:#3b82f6;background:#f8fafc;box-shadow:0 0 0 3px #3b82f61a}.product-checkbox{position:absolute;top:1.5rem;right:1rem;z-index:10}.product-checkbox input[type=checkbox]{width:18px;height:18px;cursor:pointer}@media(max-width:640px){.product-checkbox{top:1.125rem;right:.75rem}.product-checkbox input[type=checkbox]{width:20px;height:20px}}.my-products .product-image-wrapper{display:flex;flex-direction:row;gap:1rem;align-items:flex-start;margin-bottom:1rem;width:100%;max-width:100%;box-sizing:border-box;padding-right:2rem;margin-top:.5rem;min-height:0}@media(max-width:640px){.my-products .product-image-wrapper{flex-direction:column;gap:.5rem;padding-right:0;margin-top:.25rem;margin-bottom:.75rem}}@media(min-width:641px)and (max-width:1024px){.my-products .product-image-wrapper{gap:.875rem}}.my-products .product-price-badge-column{display:flex;flex-direction:column;gap:.5rem;align-items:flex-start;flex:1;min-width:0;overflow:visible}@media(max-width:640px){.my-products .product-price-badge-column{width:100%;gap:.375rem}}.discount-validity{margin-top:.25rem}.discount-validity-text{font-size:.75rem;color:#6b7280;font-weight:400}.my-products .discount-badge-wrapper{display:flex;align-items:center;gap:.25rem;margin-top:.5rem}.my-products .product-image-wrapper .product-image{flex-shrink:0;width:140px;height:187px;min-width:140px;min-height:187px;max-width:140px;max-height:187px;border-radius:8px;overflow:hidden;background:#f3f4f6;position:relative;display:block}@media(max-width:640px){.my-products .product-image-wrapper .product-image{width:100%;height:180px;min-width:0;min-height:180px;max-width:none;max-height:180px}}@media(max-width:380px){.my-products .product-image-wrapper .product-image{height:160px;min-height:160px;max-height:160px}}@media(min-width:641px)and (max-width:1024px){.my-products .product-image-wrapper .product-image{width:130px;height:173px;min-width:130px;min-height:173px;max-width:130px;max-height:173px}}.my-products .product-image-wrapper .product-image img{position:absolute;inset:0;width:100%;height:100%;display:block;object-fit:cover;object-position:center}.my-products .product-image-wrapper .product-image .no-image{position:absolute;inset:0;display:flex;align-items:center;justify-content:center}.no-image{font-size:3rem;color:#9ca3af}.product-info{margin-bottom:.375rem;flex:0 1 auto;min-height:0;min-width:0;overflow:visible;width:100%;max-width:100%}@media(max-width:640px){.product-info{margin-bottom:.25rem;overflow:visible}}.product-name{font-size:1.125rem;font-weight:600;color:#1a1a1a;margin:0 0 .5rem;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;word-break:break-word;overflow-wrap:break-word;max-width:100%;min-width:0}@media(max-width:640px){.product-name{font-size:1rem;margin:0 0 .375rem;-webkit-line-clamp:3;line-clamp:3;word-break:break-word;overflow-wrap:break-word}}.product-description{font-size:.875rem;color:#6b7280;margin:0 0 .5rem;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;word-break:break-word;max-width:100%}@media(max-width:640px){.product-description{font-size:.8125rem;margin:0 0 .5rem;-webkit-line-clamp:3;line-clamp:3;word-break:break-word;overflow-wrap:break-word}}.my-products .product-info .product-color-options{display:flex;align-items:center;gap:.375rem;margin-top:.125rem;flex-wrap:wrap}.my-products .product-color-swatch{width:12px;height:12px;border-radius:50%;flex-shrink:0;border:1px solid rgba(0,0,0,.2);padding:0;margin:0;display:block;box-sizing:border-box}.my-products .product-color-swatch:hover{opacity:.9}.my-products .product-color-swatch.selected{box-shadow:0 0 0 1px #0003}.product-pricing{display:flex;flex-direction:row;gap:.5rem;align-items:flex-start;flex-wrap:wrap;width:100%;max-width:100%;overflow:visible}.product-pricing-discount{display:flex;flex-direction:column;gap:.25rem;align-items:flex-start;text-align:left}.regular-price{font-size:1.125rem;font-weight:700;color:#1a1a1a;line-height:1.5;white-space:nowrap;overflow:visible;text-overflow:clip}@media(max-width:640px){.regular-price{font-size:1rem;word-break:break-all;white-space:normal}}.original-price{font-size:1rem;color:#6b7280;text-decoration:line-through;font-weight:500;line-height:1.5;white-space:nowrap;overflow:visible;text-overflow:clip}.sale-price{font-size:1.125rem;font-weight:700;color:#1a1a1a;line-height:1.5;white-space:nowrap;overflow:visible;text-overflow:clip}@media(max-width:640px){.sale-price{font-size:1rem;word-break:break-all;white-space:normal}}.discount-badge{flex-shrink:0;background-color:#fefefe;color:#e31b23;border:none;padding:.25rem .5rem;border-radius:8px;font-size:.75rem;font-weight:700;height:fit-content;white-space:nowrap;box-shadow:0 2px 6px #f43f5e4d}.remove-discount-icon{flex-shrink:0;background:transparent;border:none;width:auto;height:auto;display:inline-flex;align-items:baseline;justify-content:center;cursor:pointer;transition:all .15s ease;padding:0;border-radius:4px;vertical-align:baseline;line-height:1;position:relative;top:.1875rem}.remove-discount-icon svg{color:#ef4444;width:20px;height:20px;display:block}.remove-discount-icon:hover{background:#fef2f2}.remove-discount-icon:hover svg{color:#dc2626}.product-stats{display:flex;flex-direction:column;gap:.625rem;margin-bottom:.75rem;font-size:.8125rem;width:100%;overflow:visible;min-width:0}@media(max-width:640px){.product-stats{gap:.5rem;margin-bottom:.5rem;font-size:.75rem;overflow:visible}}.product-stats-row-status{display:flex;gap:.625rem;flex-wrap:wrap;align-items:center;width:100%;max-width:100%}@media(max-width:640px){.product-stats-row-status{gap:.5rem}}.product-stats-row-metrics-1{display:flex;gap:.75rem;flex-wrap:wrap;align-items:center;width:100%;max-width:100%}@media(max-width:640px){.product-stats-row-metrics-1{gap:.5rem;flex-direction:column;align-items:flex-start}}@media(min-width:480px)and (max-width:640px){.product-stats-row-metrics-1{flex-direction:row}}.product-stats-row-metrics-2{display:flex;gap:.75rem;flex-wrap:wrap;align-items:center;width:100%;max-width:100%}@media(max-width:640px){.product-stats-row-metrics-2{gap:.5rem;flex-direction:column;align-items:flex-start}}@media(min-width:480px)and (max-width:640px){.product-stats-row-metrics-2{flex-direction:row}}.product-stats-row-exclusivity{display:flex;gap:.75rem;flex-wrap:wrap;align-items:center;width:100%;max-width:100%}@media(max-width:640px){.product-stats-row-exclusivity{gap:.5rem}}.my-products .stock-status{padding:.375rem .625rem;border-radius:9999px;font-weight:600;font-size:.75rem;display:inline-flex;align-items:center;gap:.25rem;letter-spacing:.5px;text-transform:none;background:#fff;color:#000;border:1px solid #000000;flex-shrink:0;white-space:nowrap;overflow:visible;text-overflow:clip;max-width:100%}@media(max-width:640px){.my-products .stock-status{padding:.3125rem .5rem;font-size:.6875rem;white-space:normal;word-break:break-word}}.my-products .stock-status.in_stock,.my-products .stock-status.low_stock,.my-products .stock-status.out_of_stock{background:#fff;color:#000;border:1px solid #000000}.sales-count,.views-count,.cart-additions-count,.favorites-count,.exclusivity-info{color:#374151;font-weight:500;display:flex;align-items:center;gap:.25rem;flex-shrink:0;white-space:nowrap;overflow:visible;text-overflow:clip;max-width:100%}@media(max-width:640px){.sales-count,.views-count,.cart-additions-count,.favorites-count,.exclusivity-info{font-size:.75rem;gap:.375rem;white-space:normal;word-break:break-word;overflow-wrap:break-word}.sales-count svg,.views-count svg,.cart-additions-count svg,.favorites-count svg{width:14px;height:14px;flex-shrink:0}}.my-products .sales-count svg,.my-products .views-count svg,.my-products .cart-additions-count svg,.my-products .favorites-count svg,.my-products .stock-status img,.my-products .exclusivity-info img{color:#374151;flex-shrink:0}.my-products .stock-status img,.my-products .exclusivity-info img{filter:brightness(0) saturate(100%) invert(28%) sepia(8%) saturate(1200%) hue-rotate(184deg) brightness(96%) contrast(89%)}.product-status{margin-bottom:0}.my-products .status-badge{padding:.375rem .625rem;border-radius:9999px;font-size:.75rem;font-weight:600;letter-spacing:.5px;text-transform:none;background:#fff;color:#000;border:1px solid #000000;display:inline-flex;align-items:center;flex-shrink:0;white-space:nowrap;overflow:visible;text-overflow:clip;max-width:100%}@media(max-width:640px){.my-products .status-badge{padding:.3125rem .5rem;font-size:.6875rem;white-space:normal;word-break:break-word}}.my-products .status-badge.status-active,.my-products .status-badge.status-inactive,.my-products .status-badge.status-draft,.my-products .status-badge.status-archived{background:#fff;color:#000;border:1px solid #000000}.my-products .quality-badge{padding:.375rem .625rem;border-radius:9999px;font-size:.75rem;font-weight:600;letter-spacing:.5px;text-transform:none;display:inline-flex;align-items:center;gap:.25rem;flex-shrink:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.my-products .status-badge,.my-products .stock-status,.my-products .quality-badge{min-width:110px;justify-content:center;text-align:center}.my-products .quality-badge.quality-basico{background:#9e9e9e26;color:#9e9e9e;border:1px solid rgba(158,158,158,.85)}.my-products .quality-badge.quality-qualidade{background:#a3b18a26;color:#6b7a4f;border:1px solid #a3b18a}.my-products .quality-badge.quality-premium{background:#c58f5c26;color:#8b5a3a;border:1px solid rgba(197,143,92,.85)}.my-products .quality-badge.quality-alta_qualidade{background:#1123001a;color:#112300;border:1px solid rgba(17,35,0,.85)}.my-products .quality-badge.quality-luxo{background:#0b1f3a1a;color:#0b1f3a;border:1px solid rgba(11,31,58,.85)}.product-actions{display:flex;gap:.5rem;flex-wrap:wrap;padding-top:.375rem;border-top:1px solid #f3f4f6;margin-top:auto;width:100%;max-width:100%;box-sizing:border-box}@media(max-width:640px){.product-actions{flex-direction:column;gap:.375rem;padding-top:.375rem;margin-top:.25rem}.product-actions .btn-sm{width:100%;justify-content:center;padding:.5rem .75rem;font-size:.8125rem}}@media(min-width:640px)and (max-width:1024px){.product-actions{gap:.5rem}.product-actions .btn-sm{flex:1 1 calc(50% - .25rem);min-width:0}}.btn-primary,.btn-secondary,.btn-danger,.btn-outline{padding:.5rem .875rem;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;border:1.5px solid transparent;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;height:36px;box-sizing:border-box;line-height:1;flex:1 1 auto;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.products-actions .btn-secondary,.products-actions .btn-danger,.products-actions .btn-outline{font-size:.875rem;min-width:140px;height:36px;padding:0 1rem;flex:1 1 auto}@media(max-width:1200px){.products-actions .btn-secondary,.products-actions .btn-danger,.products-actions .btn-outline{font-size:.8125rem;min-width:110px;height:34px;padding:0 .75rem}.products-header-right .selection-info{font-size:.8125rem;padding:.25rem .5rem}}@media(max-width:992px){.products-actions .btn-secondary,.products-actions .btn-danger,.products-actions .btn-outline{font-size:.75rem;min-width:90px;height:32px;padding:0 .5rem}.products-header-right{gap:.5rem}.products-header-right .selection-info{font-size:.75rem;padding:.2rem .4rem}}.btn-primary{background:#3b82f6;color:#fff;border-color:#3b82f6}.btn-primary:hover:not(:disabled){background:#2563eb;border-color:#2563eb}.btn-secondary{background:#6b7280;color:#fff;border:1.5px solid #6b7280}.btn-secondary:hover:not(:disabled){background:#4b5563;border:1.5px solid #4b5563}.products-actions .btn-secondary{background:#fff;color:#374151;border:1.5px solid #d1d5db;font-weight:600}.products-actions .btn-secondary:hover:not(:disabled){background:#f9fafb;border-color:#9ca3af;color:#1f2937}.btn-danger{background:transparent!important;color:#ef4444!important;border:1.5px solid #fca5a5!important}.btn-danger:hover:not(:disabled){background:#fef2f2!important;color:#dc2626!important;border:1.5px solid #ef4444!important}.btn-outline{background:#fff;color:#374151;border:1.5px solid #d1d5db;font-weight:500}.products-actions .btn-outline{background:#fff;color:#374151;border:1.5px solid #d1d5db;font-weight:600}.products-actions .btn-outline:hover:not(:disabled){background:#f9fafb;border-color:#9ca3af;color:#1f2937}.btn-sm{padding:.5rem .875rem;font-size:.8125rem}.btn-primary:disabled,.btn-secondary:disabled,.btn-danger:disabled,.btn-outline:disabled{opacity:.5;cursor:not-allowed}.products-actions .btn-secondary:disabled,.products-actions .btn-danger:disabled{opacity:.4;background:#f3f4f6;color:#9ca3af;border-color:#e5e7eb}.empty-icon{font-size:4rem;margin-bottom:1rem;display:flex;align-items:center;justify-content:center}.empty-state h3{font-size:1.5rem;font-weight:600;color:#374151;margin:0 0 .5rem}.empty-state p{margin:0 0 2rem;line-height:1.6}.my-products-loading,.my-products-error{text-align:center;padding:4rem 2rem}.loading-spinner{width:40px;height:40px;border:4px solid #f3f4f6;border-top:4px solid #3b82f6;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 1rem}.my-products-error h2{color:#f43f5e;margin:0 0 1rem}.modal-close{background:none;border:none;font-size:1.5rem;color:#6b7280;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:all .2s ease}.modal-close:hover{background:#f3f4f6;color:#374151}.discount-info{margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #e5e7eb}.discount-info-text{font-size:.875rem;color:#6b7280;font-weight:400}.form-group{margin-bottom:1.25rem}.form-group:last-of-type{margin-bottom:0}.form-label{display:block;font-size:.875rem;font-weight:500;color:#374151;margin-bottom:.5rem}.optional{font-weight:400;color:#9ca3af;font-size:.8125rem}.modal-content .form-group.checkbox-form-group{margin-bottom:1.5rem}.modal-content .form-group.checkbox-form-group .checkbox-label-modal{display:flex!important;align-items:center!important;gap:.5rem!important;cursor:pointer!important;margin-bottom:0!important;justify-content:flex-start!important;flex-direction:row!important;font-weight:500!important;color:#374151!important;font-size:.875rem!important}.modal-content .form-group.checkbox-form-group .checkbox-label-modal span{white-space:nowrap!important;flex-shrink:0!important;margin:0!important;padding:0!important}.modal-content .form-group.checkbox-form-group .checkbox-label-modal input[type=checkbox]{flex-shrink:0!important;margin:0!important;padding:0!important;cursor:pointer!important;width:auto!important;height:auto!important}.radio-group{display:flex;gap:.375rem}.radio-option{flex:1;display:flex;align-items:center;justify-content:center;padding:.625rem 1rem;border:1.5px solid #d1d5db;border-radius:6px;background:#fff;cursor:pointer;transition:all .15s ease;font-size:.875rem;font-weight:500;color:#374151;position:relative}.radio-option:hover{border-color:#9ca3af;background:#f9fafb}.radio-option.active{border-color:#3b82f6;background:#3b82f6;color:#fff}.radio-option input[type=radio]{position:absolute;opacity:0;pointer-events:none}.radio-option span{flex:1;text-align:center}.input-with-suffix{position:relative;display:flex;align-items:center}.input-with-suffix input{width:100%;padding:.625rem 2.5rem .625rem .875rem;border:1px solid #d1d5db;border-radius:6px;font-size:.9375rem;transition:all .2s ease;background:#fff;color:#1a1a1a}.input-suffix{position:absolute;right:.875rem;font-size:.875rem;font-weight:500;color:#6b7280;pointer-events:none;-webkit-user-select:none;user-select:none}.form-group input[type=date]{width:100%;padding:.625rem .875rem;border:1px solid #d1d5db;border-radius:6px;font-size:.9375rem;transition:all .2s ease;background:#fff;color:#1a1a1a}.form-group input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.modal-actions{display:flex;flex-direction:row;gap:.75rem;justify-content:space-between;align-items:center;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #e5e7eb}.modal-btn-cancel,.modal-btn-submit{flex:1;min-width:0}@media(max-width:480px){.my-products{padding:12px}.my-products-header{grid-template-columns:1fr;gap:12px;padding:16px}.header-content h1{font-size:24px}.header-actions .btn-primary{width:100%;max-width:100%}.stats-grid{grid-template-columns:1fr;gap:.75rem}.stat-card,.filters-section{padding:.75rem}.my-products .filters-grid{flex-wrap:wrap;gap:.4rem .4rem}.my-products .filters-grid .filter-cell{flex:1 1 120px;min-width:120px}.my-products .filters-grid .filter-cell:first-child{flex:1 1 100%;min-width:0}.filter-cell .filter-label{font-size:.75rem}.products-section{border-radius:8px}.products-header{padding:.75rem;flex-direction:column;gap:.75rem}.products-header-left h3{font-size:.9375rem}.products-header-right{flex-direction:column;align-items:stretch;gap:.75rem;margin-left:0;width:100%}.products-actions{flex-direction:column;width:100%;gap:.5rem}.products-actions .btn-secondary,.products-actions .btn-danger,.products-actions .btn-outline{width:100%}.my-products .products-section .products-grid{grid-template-columns:1fr!important;padding:.75rem;gap:1rem}.product-card{padding:.75rem}.my-products .product-image-wrapper{flex-direction:column;gap:.75rem;min-height:auto;padding-right:0}.my-products .product-image-wrapper .product-image{width:100%;height:180px;min-height:180px;max-height:180px;min-width:0;max-width:none}.my-products .product-price-badge-column{width:100%}.product-actions{flex-direction:column}.product-actions .btn-sm{width:100%}.modal-content{margin:.5rem;max-width:calc(100% - 1rem)}.modal-header,.modal-body{padding:1rem}}@media(min-width:480px)and (max-width:640px){.my-products{padding:16px}.my-products-header{grid-template-columns:1fr;gap:16px;padding:20px}.header-content h1{font-size:28px}.stats-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.my-products .products-section .products-grid{grid-template-columns:1fr!important;padding:1rem;gap:1.25rem}.products-header{flex-direction:column;gap:1rem}.products-header-right{margin-left:0;width:100%;flex-wrap:wrap}.products-actions{width:100%;flex-wrap:wrap}}@media(min-width:640px)and (max-width:768px){.my-products{padding:20px}.my-products-header{grid-template-columns:auto 1fr auto;gap:20px;padding:24px}.stats-grid{grid-template-columns:repeat(3,1fr);gap:1rem}.my-products .products-section .products-grid{grid-template-columns:repeat(2,1fr)!important;padding:1.25rem;gap:1.25rem}.products-header,.products-header-right{flex-wrap:wrap}}@media(min-width:768px)and (max-width:1024px){.my-products{padding:24px}.my-products-header{grid-template-columns:auto 1fr auto;gap:24px;padding:28px 32px}.stats-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem}.my-products .products-section .products-grid{grid-template-columns:repeat(2,1fr)!important;padding:1.5rem;gap:1.5rem}.product-card{padding:1rem 1.25rem 1.5rem}}@media(min-width:1024px)and (max-width:1400px){.my-products{padding:28px}.stats-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem}.my-products .products-section .products-grid{grid-template-columns:repeat(3,1fr)!important;padding:1.5rem;gap:1.5rem}}@media(min-width:1600px){.my-products{max-width:1800px;margin:0 auto}.stats-grid{grid-template-columns:repeat(6,1fr)}}@media(min-width:768px)and (max-width:1024px)and (orientation:landscape){.stats-grid{grid-template-columns:repeat(6,1fr)}.my-products .products-section .products-grid{grid-template-columns:repeat(3,1fr)!important}}@media(max-width:768px){.btn-sm,.btn-primary,.btn-secondary,.btn-danger,.btn-outline{min-height:44px;padding:.5rem .75rem}.filter-select,.search-input{min-height:44px;font-size:16px}.product-checkbox input[type=checkbox]{width:24px;height:24px}.select-all input[type=checkbox]{width:20px;height:20px}.product-actions{flex-wrap:wrap;gap:.5rem}.product-actions .btn-sm{min-width:0;flex:1 1 auto}}@media(max-width:768px){.multi-select-dropdown{min-width:100%;max-width:100%;left:0;right:0;max-height:50vh}.filter-cell .filter-group{position:relative}}@media(min-width:641px)and (max-width:1024px){.product-card{padding:1rem 1.25rem 1.5rem}.my-products .product-image-wrapper .product-image{width:130px;height:173px;min-width:130px;min-height:173px;max-width:130px;max-height:173px}}.store-settings{min-height:100vh;background:#f8fafc;padding:0;width:100%;max-width:100%;box-sizing:border-box;overflow-x:hidden}.store-settings-container{width:100%;max-width:100%;margin:0 auto;padding:32px;box-sizing:border-box}.store-settings-header{display:grid;grid-template-columns:1fr auto 1fr;align-items:baseline;margin-bottom:32px;padding:28px 36px;background:#fff;border-radius:20px;box-shadow:0 1px 3px #0000000d,0 1px 2px #0000001a;gap:24px;border:1px solid #E5E5E5}.store-settings-content{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-bottom:32px}section{background:#fff;border-radius:12px;padding:24px;box-shadow:0 1px 3px #0000000d;transition:box-shadow .2s}section:hover{box-shadow:0 4px 6px #00000012}section h2{font-size:20px;font-weight:600;color:#111827;margin:0 0 24px;padding-bottom:12px;border-bottom:2px solid #f3f4f6;text-align:center}.store-visual-section{grid-column:1 / -1}.store-info-section{padding:24px}.images-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px;margin-top:20px}.store-visual-section .images-grid{grid-template-columns:minmax(0,1fr) minmax(0,2fr) minmax(0,1fr);gap:16px;margin-top:16px;align-items:start}.store-visual-section .image-upload-group{min-width:0}.horizontal-banners-row{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;width:100%;min-width:0}.image-upload-group{display:flex;flex-direction:column;align-items:center}.image-upload-group label{display:block;font-size:14px;font-weight:600;color:#374151;margin-bottom:12px;text-align:center;width:100%}.store-visual-section .image-upload-group label{font-size:13px;margin-bottom:8px}.image-upload-container{display:flex;flex-direction:column;gap:12px;align-items:center}.store-visual-section .image-upload-container{gap:8px}.avatar-preview,.cover-preview,.vertical-banner-preview{position:relative;border-radius:12px;overflow:hidden;border:2px dashed #d1d5db;background:#f9fafb;transition:all .2s}.avatar-preview{width:100%;aspect-ratio:1;max-width:280px}.store-visual-section .avatar-preview{max-width:120px;border-radius:10px}.cover-preview{width:100%;aspect-ratio:16 / 9;min-height:180px}.store-visual-section .cover-preview{min-height:72px;aspect-ratio:16 / 9;border-radius:8px}.vertical-banner-preview{width:100%;aspect-ratio:3 / 4;min-height:200px;max-width:200px}.store-visual-section .vertical-banner-preview{max-width:120px;min-height:140px;aspect-ratio:3 / 4;border-radius:8px}.avatar-preview:hover,.cover-preview:hover,.vertical-banner-preview:hover{border-color:#e6a57e;background:#fef7f0}.avatar-preview img,.cover-preview img,.vertical-banner-preview img{width:100%;height:100%;object-fit:cover}.placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:100%;color:#9ca3af;font-size:14px;font-weight:500}.change-image-btn{width:100%;max-width:280px;padding:10px 16px;background:#e6a57e;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}.store-visual-section .change-image-btn{max-width:100%;padding:6px 10px;font-size:12px;border-radius:6px}.change-image-btn:hover{background:#d4946e;transform:translateY(-1px);box-shadow:0 2px 4px #0000001a}.remove-image-btn{width:100%;max-width:280px;padding:10px 16px;background:#ef4444;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s;align-self:flex-start;margin-top:8px}.remove-image-btn:hover{background:#dc2626;transform:translateY(-1px);box-shadow:0 2px 4px #0000001a}.field-description{font-size:12px;color:#6b7280;margin-top:-8px;margin-bottom:12px;text-align:center;font-style:italic}.store-visual-section .field-description{font-size:11px;margin-top:-4px;margin-bottom:8px}.form-group:last-child{margin-bottom:0}.input-with-counter,.textarea-with-counter{position:relative}.input-with-counter input,.textarea-with-counter textarea{width:100%;padding:12px 16px;border:2px solid #e5e7eb;border-radius:10px;font-size:15px;font-family:inherit;transition:all .2s;background:#fff}.input-with-counter input:focus,.textarea-with-counter textarea:focus{outline:none;border-color:#e6a57e;box-shadow:0 0 0 4px #e6a57e1a}.input-with-counter input:hover,.textarea-with-counter textarea:hover{border-color:#d1d5db}.textarea-with-counter textarea{resize:vertical;min-height:140px;line-height:1.6}.char-counter{position:absolute;bottom:12px;right:16px;font-size:12px;color:#9ca3af;background:#fff;padding:2px 6px;border-radius:4px;font-weight:500}.input-with-counter input:disabled,.textarea-with-counter textarea:disabled{background:#f9fafb;cursor:not-allowed;opacity:.7}.selected-tags{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:16px;align-items:center;min-height:44px;padding:12px;background:#f9fafb;border-radius:10px;border:2px dashed #e5e7eb}.selected-tags:has(.tag-item){border-style:solid;border-color:#e5e7eb;background:#fff}.tag-item{display:inline-flex;align-items:center;gap:8px;padding:8px 14px;background:#f3f4f6;border-radius:24px;font-size:14px;color:#374151;font-weight:500;transition:all .2s}.tag-item.selected{background:linear-gradient(135deg,#e6a57e,#d4946a);color:#fff;box-shadow:0 2px 4px #e6a57e4d}.remove-tag{background:none;border:none;color:inherit;font-size:20px;cursor:pointer;padding:0;width:20px;height:20px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s;line-height:1;opacity:.7}.remove-tag:hover{opacity:1;background:#0000001a;transform:scale(1.1)}.tag-item.selected .remove-tag:hover{background:#fff3}.tag-count{margin-left:auto;font-size:13px;color:#6b7280;font-weight:600;padding:6px 12px;background:#f3f4f6;border-radius:20px}.no-tags{color:#9ca3af;font-size:14px;margin:0;font-style:italic}.manage-tags-btn{width:100%;padding:14px;border:2px dashed #d1d5db;background:#fff;border-radius:10px;font-size:15px;font-weight:500;color:#6b7280;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;gap:8px}.manage-tags-btn:hover:not(:disabled){border-color:#e6a57e;color:#e6a57e;background:#fef7f0;transform:translateY(-2px);box-shadow:0 4px 6px #e6a57e1a}.manage-tags-btn:disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.manage-tags-btn:not(:disabled){cursor:pointer}.tag-selector-modal{position:fixed;inset:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:fadeIn .2s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.tag-selector-content{background:#fff;border-radius:16px;width:100%;max-width:600px;max-height:85vh;display:flex;flex-direction:column;box-shadow:0 20px 25px -5px #0003;animation:slideUp .3s ease-out}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.tag-selector-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid #e5e7eb;position:relative}.tag-selector-header h3{font-size:20px;font-weight:600;color:#111827;margin:0;position:absolute;left:50%;transform:translate(-50%);text-align:center}.cancel-btn,.save-tags-btn{background:none;border:none;color:#e6a57e;font-size:15px;font-weight:500;cursor:pointer;padding:8px 12px;border-radius:8px;transition:all .2s;z-index:1}.cancel-btn:hover,.save-tags-btn:hover{background:#fef7f0;text-decoration:none}.tag-search{padding:20px 24px;border-bottom:1px solid #e5e7eb}.tag-search input{width:100%;padding:12px 16px;border:1px solid #e5e7eb;border-radius:12px;font-size:15px;color:#111827;background:#f9fafb;transition:border-color .2s,box-shadow .2s,background .2s}.tag-search input::placeholder{color:#9ca3af}.tag-search input:hover{background:#f3f4f6}.tag-search input:focus{outline:none;border-color:#e6a57e;background:#fff;box-shadow:0 0 0 3px #e6a57e26}.modal-selected-tags{display:flex;flex-wrap:wrap;gap:8px;padding:16px 24px;border-bottom:1px solid #e5e7eb;background:#fef7f0;min-height:64px}.modal-tag-item{display:inline-flex;align-items:center;gap:8px;padding:8px 14px;background:linear-gradient(135deg,#e6a57e,#d4946a);border-radius:24px;font-size:14px;color:#fff;font-weight:500;box-shadow:0 2px 4px #e6a57e4d;transition:all .2s}.modal-tag-item:hover{transform:translateY(-2px);box-shadow:0 4px 6px #e6a57e66}.remove-tag-modal{background:none;border:none;color:#fff;font-size:20px;cursor:pointer;padding:0;width:20px;height:20px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s;line-height:1;opacity:.8}.remove-tag-modal:hover{opacity:1;background:#fff3;transform:scale(1.1)}.tag-list{padding:16px 24px;overflow-y:auto;flex:1;max-height:400px}.tag-item-selectable{display:flex;align-items:center;justify-content:space-between;padding:8px 14px;margin-bottom:6px;border:2px solid #e5e7eb;border-radius:10px;cursor:pointer;transition:all .2s;min-height:0;line-height:1.35}.tag-item-selectable:hover{background:#f9fafb;border-color:#e6a57e;transform:translate(4px)}.tag-item-selectable.selected{background:#fef7f0;border-color:#e6a57e;color:#e6a57e}.tag-item-selectable span:first-child{font-size:15px;color:#374151;font-weight:500}.tag-item-selectable.selected span:first-child{color:#e6a57e;font-weight:600}.tag-item-selectable svg{color:#e6a57e;width:20px;height:20px}.tag-item-selectable .max-indicator{margin:0;padding:0;background:none;font-size:11px;color:#9ca3af}.max-indicator{font-size:12px;color:#9ca3af;margin-top:8px;text-align:center;padding:12px;background:#f9fafb;border-radius:8px}.no-tags-found{text-align:center;padding:24px;color:#9ca3af;font-size:14px}.save-section{margin-top:32px;padding:24px;background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000000d;display:flex;justify-content:flex-end;gap:12px}.store-settings-loading,.store-settings-error{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;gap:20px;padding:40px}.store-settings-error{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000000d;max-width:500px;margin:40px auto}.store-settings-error p{font-size:16px;color:#6b7280;margin:0}.store-settings-error button{padding:12px 24px;background:#e6a57e;color:#fff;border:none;border-radius:8px;font-size:15px;font-weight:500;cursor:pointer;transition:all .2s}.store-settings-error button:hover{background:#d4946a;transform:translateY(-2px)}@media(max-width:1024px){.store-settings-container{padding:24px}.store-settings-content{grid-template-columns:1fr;gap:20px}.images-grid{grid-template-columns:repeat(2,1fr)}.store-visual-section .images-grid{grid-template-columns:1fr;gap:20px}.horizontal-banners-row{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.store-settings{padding:0}.store-settings-container{padding:16px}.store-settings-header{grid-template-columns:1fr;gap:16px;padding:20px 24px}.btn-back{justify-self:flex-start}.header-content{justify-content:flex-start}.header-content h1{text-align:left;font-size:28px}section{padding:20px}section h2{font-size:18px;margin-bottom:20px}.images-grid{grid-template-columns:1fr;gap:20px}.store-visual-section .images-grid,.horizontal-banners-row{grid-template-columns:1fr}.avatar-preview{max-width:100%}.store-visual-section .avatar-preview{max-width:160px}.cover-preview{min-height:160px}.store-visual-section .cover-preview{min-height:100px}.vertical-banner-preview{max-width:100%;min-height:180px}.store-visual-section .vertical-banner-preview{max-width:160px;min-height:180px}.save-section{padding:20px;flex-direction:column}.save-button{width:100%;min-width:auto}.tag-selector-content{max-height:90vh;margin:10px}.tag-selector-header,.tag-search,.tag-list{padding:16px}.selected-tags{padding:10px}.tag-item{font-size:13px;padding:6px 12px}}@media(max-width:480px){.store-settings-header{padding:16px 20px}.header-content h1{font-size:24px}section{padding:16px}.change-image-btn{padding:8px 12px;font-size:13px;max-width:100%}.input-with-counter input,.textarea-with-counter textarea{padding:10px 14px;font-size:14px}.save-button{padding:12px 24px;font-size:15px}}.store-sections{min-height:100vh;background:#f8fafc;padding:32px;width:100%;max-width:100%;box-sizing:border-box;overflow-x:hidden;position:relative;-webkit-overflow-scrolling:touch;scroll-behavior:smooth}.status-notification{position:fixed;top:20px;right:20px;background:#fff;padding:1rem 1.5rem;border-radius:8px;box-shadow:0 4px 12px #00000026;display:flex;align-items:center;gap:1rem;z-index:2000;animation:slideIn .3s ease-out;max-width:400px}.status-notification.success{border-left:4px solid #48bb78}.status-notification.error{border-left:4px solid #e53e3e}.status-notification span{flex:1;color:#1a202c;font-size:.875rem;font-weight:500}.status-notification button{background:transparent;border:none;color:#718096;cursor:pointer;padding:.25rem;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s}.status-notification button:hover{background:#f7fafc;color:#1a202c}@keyframes slideIn{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}.loading-overlay{position:fixed;inset:0;background:#0000004d;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:1500;gap:1rem}.loading-overlay p{color:#fff;font-weight:600;font-size:1rem;margin:0}.store-sections-loading,.store-sections-error{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;gap:1rem}.loading-spinner{width:40px;height:40px;border:4px solid #e0e0e0;border-top-color:#e6a57e;border-radius:50%;animation:spin .8s linear infinite}@media(max-width:768px){*{-webkit-tap-highlight-color:rgba(230,165,126,.1)}button,a,[role=button]{touch-action:manipulation;-webkit-tap-highlight-color:transparent}input,textarea,select{font-size:16px!important}.sections-list{scroll-behavior:smooth;-webkit-overflow-scrolling:touch}.section-row,.product-item-inline{will-change:transform}}.store-sections-header{display:grid;grid-template-columns:1fr auto 1fr;align-items:baseline;margin-bottom:24px;padding:28px 36px;background:#fff;border-radius:20px;box-shadow:0 1px 3px #0000000d,0 1px 2px #0000001a;gap:24px;border:1px solid #E5E5E5}.header-actions .btn-primary{background:#e6a57e;color:#fff;border-color:#e6a57e;padding:.75rem 1rem;border-radius:6px;white-space:nowrap;max-width:260px;width:auto;font-weight:600;font-size:14px;cursor:pointer;transition:all .2s ease;border:1px solid}.header-actions .btn-primary:hover:not(:disabled){background:#d4946b;border-color:#d4946b}.btn-new-section{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:#e6a57e;color:#fff;border:none;border-radius:8px;font-weight:600;font-size:.9375rem;cursor:pointer;transition:all .2s;white-space:nowrap;box-shadow:0 1px 3px #e6a57e33;width:auto;min-width:auto;max-width:none;flex:0 0 auto}.btn-new-section:hover:not(:disabled){background:#d4946e;transform:translateY(-1px);box-shadow:0 4px 12px #e6a57e4d}.btn-new-section:disabled{opacity:.6;cursor:not-allowed}.create-section-card{background:#fff;border-radius:12px;padding:1.5rem;margin-bottom:2rem;border:1px solid #e2e8f0;box-shadow:0 1px 3px #0000001a}.card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.card-header h2{font-size:1.5rem;font-weight:600;color:#1a202c;margin:0}.btn-close{background:transparent;border:1px solid transparent;font-size:1.5rem;color:#4a5568;cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center;transition:all .2s;border-radius:6px;min-width:36px;min-height:36px;opacity:1;visibility:visible}.btn-close:hover{color:#1a202c;background:#f7fafc;border-color:#e2e8f0}.btn-close:active{background:#edf2f7;border-color:#cbd5e0}.btn-close svg{width:20px;height:20px;stroke-width:2}.create-section-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-weight:600;color:#4a5568;font-size:.9rem}.form-group input,.form-group textarea{padding:.75rem;border:1px solid #e0e0e0;border-radius:8px;font-size:1rem;font-family:inherit;transition:border-color .2s}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#e6a57e;box-shadow:0 0 0 3px #e6a57e1a}.form-actions{display:flex;gap:1rem;justify-content:flex-end}.sections-container{margin-top:2rem}.sections-header-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;gap:1rem;flex-wrap:wrap}.sections-header-row .sections-title{flex:0 1 auto}.sections-header-row .btn-new-section{flex:0 0 auto}.sections-title{font-size:1.125rem;font-weight:600;color:#4a5568;margin:0;text-transform:uppercase;letter-spacing:.5px}.sections-list{display:flex;flex-direction:column;gap:1rem}.section-row{background:#fff;border-radius:12px;border:1px solid #e0e0e0;overflow:hidden;transition:all .2s ease}.section-row:hover:not(.dragging){box-shadow:0 2px 8px #0000001a;border-color:#cbd5e0}.section-row.dragging{opacity:.5;box-shadow:0 8px 24px #0003;border-color:#4299e1}.section-row-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #f0f0f0;min-height:72px;box-sizing:border-box}.section-row-header>*{align-self:center}.section-row-header>.section-title-row,.section-row-header>.section-actions{border-top:none;border-bottom:none}.section-row-header>.section-title-row{display:flex;align-items:center;margin:0;padding:0;flex:0 1 auto}.section-row-header>.section-actions{display:flex;align-items:center;margin:0;padding:0;height:100%}.section-title-row{display:flex;align-items:center;gap:.75rem;flex:0 1 auto;min-width:0}.section-title-row h3{font-size:1.125rem;font-weight:600;color:#1a202c;margin:0;flex:1;line-height:36px;height:36px;display:flex;align-items:center;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.section-title-editable{cursor:pointer;transition:all .2s;padding:.125rem .25rem;border-radius:4px;margin:-.125rem -.25rem;display:flex;align-items:center;height:36px;box-sizing:border-box}.section-title-editable:hover{background:#e6a57e1a;color:#d8946a}.section-title-wrapper{display:flex;align-items:center;gap:.5rem;min-width:0}.section-type-badge{display:inline-flex;align-items:center;padding:.125rem .5rem;border-radius:99px;font-size:.6875rem;font-weight:600;letter-spacing:.02em;white-space:nowrap;flex-shrink:0}.section-type-badge.badge-auto{background:#eff6ff;color:#3b82f6;border:1px solid #bfdbfe}.section-type-badge.badge-custom{background:#fdf4ff;color:#a855f7;border:1px solid #e9d5ff}.section-row-header .section-title-input{font-size:1.125rem;font-weight:600;color:#1a202c;border:2px solid #e6a57e;border-radius:6px;padding:.25rem .5rem;background:#fff;outline:none;width:auto;max-width:300px;font-family:inherit;height:36px;box-sizing:border-box;line-height:1.2}.section-title-input:focus{border-color:#d8946a;box-shadow:0 0 0 3px #e6a57e1a}.product-count-header{font-size:.875rem;color:#718096;font-weight:500}.btn-expand{background:transparent;border:none;color:#e6a57e;cursor:pointer;padding:.5rem .75rem;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:all .2s;font-size:1.25rem;font-weight:600;min-width:36px;height:36px}.btn-expand:hover{background:#e6a57e1a;color:#d8946a;transform:scale(1.1)}.btn-expand:active{transform:scale(1)}.btn-icon.btn-expand{color:#e6a57e;font-size:2rem;min-width:36px;width:36px;height:36px}.btn-icon.btn-expand svg{color:#e6a57e;stroke-width:2.5}.btn-icon.btn-expand:hover{background:#e6a57e1a;color:#d8946a;border-color:transparent}.btn-icon.btn-expand:hover svg{color:#d8946a}.section-products-container{padding:1rem 1.5rem;background:#f8fafc;border-top:1px solid #e0e0e0}.products-list-inline{display:flex;flex-direction:column;gap:.75rem}.product-item-inline{display:flex;align-items:center;gap:1rem;padding:.75rem 1rem;background:#fff;border-radius:8px;border:1px solid #e0e0e0;transition:all .2s cubic-bezier(.4,0,.2,1);width:100%;overflow:hidden;position:relative;isolation:isolate;-webkit-tap-highlight-color:transparent}.product-item-inline:hover:not(.dragging){box-shadow:0 2px 4px #0000000d;border-color:#cbd5e0}.product-item-inline.dragging{opacity:.5;box-shadow:0 4px 12px #00000026}.product-item-inline .product-image{width:60px;height:60px;min-width:60px;min-height:60px;max-width:60px;max-height:60px;border-radius:6px;overflow:hidden;background:#f5f5f5;flex-shrink:0;border:1px solid #e0e0e0;position:relative}.product-item-inline .product-image img{width:100%;height:100%;max-width:100%;max-height:100%;object-fit:cover;display:block}.product-item-inline .product-name{font-size:.9375rem;font-weight:600;color:#1a202c;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1 1 auto;min-width:0}.product-item-inline .product-right-content{display:flex;align-items:center;gap:1rem;flex-shrink:0;margin-left:auto}.product-item-inline .product-prices-editable{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.product-item-inline .product-price-original{color:#a0aec0;font-size:.875rem;text-decoration:line-through;font-weight:400}.product-item-inline .product-price-sale{color:#e53e3e;font-weight:700;font-size:1rem}.product-item-inline .product-price-final{color:#e6a57e;font-weight:600;font-size:1rem}.product-item-inline .price-edit-container{display:flex;flex-direction:row;align-items:flex-start;gap:.75rem}.product-item-inline .price-input-group{display:flex;flex-direction:column;align-items:flex-start;gap:.25rem}.product-item-inline .price-input-group label{font-size:.7rem;color:#718096;font-weight:500;flex-shrink:0}.product-item-inline .price-input-wrapper{position:relative;display:inline-flex;align-items:center;gap:.25rem}.product-item-inline .price-currency{position:absolute;left:.5rem;top:50%;transform:translateY(-50%);font-size:.8125rem;font-weight:600;color:#1f2937;pointer-events:none;z-index:1}.product-item-inline .price-input{width:120px;padding:.375rem .5rem .375rem 2rem;border:1px solid #cbd5e0;border-radius:4px;font-size:.8125rem;font-weight:600;color:#1f2937;background-color:#fff;outline:none;transition:all .2s;text-align:left}.product-item-inline .price-input.has-price-tag{padding-right:2rem}.product-item-inline .price-input-wrapper.has-strikethrough .price-currency,.product-item-inline .price-input.price-input-strikethrough{text-decoration:line-through;color:#6b7280}.product-item-inline .price-input-wrapper.has-discount .price-currency,.product-item-inline .price-input.price-input-discount{color:#1f2937;font-weight:700}.product-item-inline .price-input-wrapper.has-empty-discount .price-currency,.product-item-inline .price-input.price-input-empty-discount{color:#6b7280}.product-item-inline .price-tag-icon{position:absolute;right:.5rem;top:50%;transform:translateY(-50%);width:16px;height:16px;pointer-events:none;z-index:1;filter:brightness(0) saturate(100%) invert(48%) sepia(79%) saturate(2476%) hue-rotate(142deg) brightness(98%) contrast(86%)}.product-item-inline .price-input-wrapper.has-strikethrough .price-input.price-input-strikethrough,.product-item-inline .price-input-wrapper.has-discount .price-input.price-input-discount{padding-left:2rem}.product-item-inline .price-input:hover:not(:disabled){border-color:#e6a57e;background-color:#fffaf7}.product-item-inline .price-input:focus{border-color:#e6a57e;box-shadow:0 0 0 2px #e6a57e33;background-color:#fff}.product-item-inline .price-input:disabled{background-color:#f7fafc;cursor:not-allowed;opacity:.6;border-color:#e2e8f0}.product-item-inline .product-actions{display:flex;gap:.375rem;flex-shrink:0;align-items:center}.product-item-inline .product-actions .btn-icon{flex:none;width:36px;min-width:36px;max-width:36px}.loading-products,.no-products{padding:2rem;text-align:center;color:#718096}.sections-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem}.section-card{background:#fff;border-radius:12px;padding:1.5rem;border:1px solid #e2e8f0;box-shadow:0 1px 3px #0000001a;transition:all .2s ease;display:flex;flex-direction:column;min-height:200px;cursor:default;position:relative}.section-card:hover:not(.dragging){transform:translateY(-2px);box-shadow:0 4px 12px #0000001a;border-color:#cbd5e0}.section-card.dragging{opacity:.5;box-shadow:0 8px 24px #0003;border-color:#4299e1;z-index:1000;cursor:grabbing}.section-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem;gap:1rem;border:none;outline:none;background:transparent}.section-title-row{display:flex;align-items:flex-start;gap:.75rem;flex:1;min-width:0;flex-wrap:wrap}.drag-handle{background:transparent;border:none;padding:.25rem;cursor:grab;color:#a0aec0;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s;flex-shrink:0;width:36px;height:36px;box-sizing:border-box}.drag-handle:active{cursor:grabbing}.drag-handle:hover{background:#f7fafc;color:#718096}.drag-handle:focus{outline:2px solid #4299e1;outline-offset:2px}.section-card.dragging .drag-handle{cursor:grabbing}.section-title-row h3{font-size:1.125rem;font-weight:600;color:#1a202c;margin:0;line-height:1.4;flex:1;min-width:0}.section-badge{padding:.375rem .75rem;border-radius:6px;font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap;flex-shrink:0}.section-badge.auto{background:#e3f2fd;color:#1976d2}.section-badge.manual{background:#e8f5e9;color:#388e3c}.section-actions{display:flex;gap:.375rem;flex-shrink:0;align-items:center}.btn-icon{background:transparent;border:1px solid transparent;padding:0;cursor:pointer;color:#111827;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:all .2s cubic-bezier(.4,0,.2,1);font-size:1.125rem;width:36px;min-width:36px;max-width:36px;height:36px;box-sizing:border-box;flex-shrink:0;overflow:hidden;-webkit-tap-highlight-color:transparent;touch-action:manipulation}.btn-icon img{width:18px;height:18px;min-width:18px;max-width:18px;min-height:18px;max-height:18px;object-fit:contain;display:block;flex-shrink:0;filter:brightness(0) saturate(100%) drop-shadow(0 0 .15px currentColor);opacity:.9}.btn-icon svg{color:#111827;stroke-width:1.5;opacity:.9;width:18px;height:18px;flex-shrink:0}.btn-icon:hover{background:#f9fafb;color:#111827;border-color:#e5e7eb}.btn-icon:hover svg{color:#111827;opacity:1}.btn-icon:hover img{opacity:1}.btn-delete-section img{filter:brightness(0) saturate(100%) drop-shadow(0 0 .15px currentColor);opacity:.9}.btn-delete-section:hover img{filter:brightness(0) saturate(100%) invert(27%) sepia(95%) saturate(7471%) hue-rotate(347deg) brightness(92%) contrast(89%);opacity:1}.btn-delete-product img{filter:brightness(0) saturate(100%) drop-shadow(0 0 .15px currentColor);opacity:.9}.btn-delete-product:hover img{filter:brightness(0) saturate(100%) invert(27%) sepia(95%) saturate(7471%) hue-rotate(347deg) brightness(92%) contrast(89%);opacity:1}.section-footer{margin-top:auto;padding-top:1rem;border-top:1px solid #e2e8f0;display:flex;align-items:center;justify-content:space-between}.product-count{color:#4a5568;font-size:.875rem;font-weight:500}.empty-state{text-align:center;padding:3rem 1.5rem;max-width:420px;margin:0 auto;color:#4a5568;background:linear-gradient(180deg,#fefcfb,#faf8f6);border-radius:16px;border:1px dashed #e6a57e;box-shadow:0 4px 24px #e6a57e14}.empty-state-icon{width:64px;height:64px;margin:0 auto 1.25rem;display:flex;align-items:center;justify-content:center;background:#e6a57e1f;color:#e6a57e;border-radius:50%;font-size:1.75rem}.empty-state-title{margin:0 0 .5rem;font-size:1.25rem;font-weight:600;color:#2d3748}.empty-state-description{margin:0 0 1.5rem;font-size:.9375rem;line-height:1.5;color:#718096}.empty-state .empty-state-cta,.empty-state .btn-primary.empty-state-cta{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.5rem 1.25rem!important;font-size:1rem;font-weight:600;line-height:1.25;height:40px!important;min-height:40px!important;max-height:40px!important;border-radius:10px;box-shadow:0 4px 14px #e6a57e40;transition:transform .2s ease,box-shadow .2s ease;flex-shrink:0;align-self:center}.empty-state .empty-state-cta svg,.empty-state .btn-primary.empty-state-cta svg{display:block;flex-shrink:0;align-self:center;margin:0;width:1em;height:1em}.empty-state .empty-state-cta:hover:not(:disabled),.empty-state .btn-primary.empty-state-cta:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #e6a57e59}.empty-state .empty-state-cta:active:not(:disabled),.empty-state .btn-primary.empty-state-cta:active:not(:disabled){transform:translateY(0)}.section-detail-modal{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;overflow-y:auto}.modal-content{background:#fff;border-radius:12px;width:100%;max-width:800px;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 20px 60px #0000004d;overflow:hidden}.section-detail-modal .modal-content,.section-detail-modal .modal-content .modal-header{overflow:visible}.section-detail-modal .modal-header .btn-close{flex-shrink:0!important;margin-left:1rem!important;z-index:100!important;position:relative!important;opacity:1!important;visibility:visible!important;display:flex!important;align-items:center!important;justify-content:center!important;background:#f7fafc!important;border:1px solid #e2e8f0!important;color:#4a5568!important;min-width:36px!important;min-height:36px!important;padding:.5rem!important;cursor:pointer!important;border-radius:6px!important}.section-detail-modal .modal-header .btn-close:hover{color:#1a202c!important;background:#edf2f7!important;border-color:#cbd5e0!important;transform:scale(1.05)}.section-detail-modal .modal-header .btn-close svg,.section-detail-modal .modal-header .btn-close .fi-x{display:block!important;width:20px!important;height:20px!important;stroke-width:2!important;color:inherit!important;fill:none!important;stroke:currentColor!important;opacity:1!important;visibility:visible!important}.section-detail-modal .modal-header .btn-close *{display:block!important;opacity:1!important;visibility:visible!important}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e0e0e0;position:relative;background:#fff;border-radius:12px 12px 0 0;flex-shrink:0}.modal-header h2{font-size:1.5rem;font-weight:600;color:#1a202c;margin:0;flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.modal-header .btn-close{flex-shrink:0;margin-left:1rem;z-index:10;position:relative;opacity:1!important;visibility:visible!important;display:flex!important;background:transparent!important;border:1px solid transparent!important;color:#4a5568!important}.modal-header .btn-close:hover{color:#1a202c!important;background:#f7fafc!important;border-color:#e2e8f0!important}.modal-header .btn-close svg{display:block!important;width:20px!important;height:20px!important;stroke-width:2!important}.modal-body{padding:1.5rem;overflow-y:auto;flex:1}.section-info-card{background:#f9f9f9;border-radius:8px;padding:1.5rem;margin-bottom:2rem}.info-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.info-header h3{font-size:1.1rem;font-weight:600;color:#1a202c;margin:0}.btn-sm{padding:.5rem 1rem;font-size:.875rem}.info-content{display:flex;flex-direction:column;gap:.75rem}.info-item{color:#4a5568;margin:0}.info-item strong{color:#1a202c}.edit-form{display:flex;flex-direction:column;gap:1rem}.products-section{margin-bottom:2rem}.auto-section-notice{background:#e3f2fd;color:#1976d2;padding:.75rem 1rem;border-radius:8px;font-size:.875rem;margin-bottom:1rem;border-left:3px solid #1976d2}.products-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.products-header h3{font-size:1.1rem;font-weight:600;color:#1a202c;margin:0}.products-list{display:flex;flex-direction:column;gap:1rem;max-height:500px;overflow-y:auto}.available-products-list{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;max-height:500px;overflow-y:auto}@media(max-width:1024px)and (min-width:769px){.available-products-list{gap:.875rem}.available-product-item{padding:.875rem;gap:.875rem}}@media(max-width:768px)and (orientation:landscape){.store-sections-header{padding:16px 20px}.header-content h1{font-size:24px}.section-row-header{padding:1rem 1.25rem}.product-item-inline{flex-wrap:nowrap}.product-item-inline .product-right-content{gap:.75rem}.product-item-inline .price-edit-container{flex-direction:row}.product-item-inline .price-input-group{width:auto;min-width:120px}.product-item-inline .price-input{width:100px}.available-products-list{max-height:calc(100vh - 250px)}}@media(min-width:1440px){.section-row-header{padding:1.75rem 2rem}.product-item-inline{padding:1rem 1.25rem}}.available-product-item{display:flex;align-items:center;gap:1rem;padding:1rem;background:#fff;border:2px solid #e2e8f0;border-radius:8px;transition:all .2s;cursor:pointer;min-width:0;position:relative;overflow:hidden;isolation:isolate}.available-product-item:hover{border-color:#e6a57e;box-shadow:0 2px 8px #e6a57e1a}.available-product-item.selected{border-color:#e6a57e;background:#fff5f0}.available-product-item.inactive{opacity:.7}.product-checkbox{flex-shrink:0;display:flex;align-items:center;justify-content:center;min-width:24px;min-height:24px}.product-checkbox input[type=checkbox]{width:20px;height:20px;cursor:pointer;accent-color:#e6a57e;margin:0;flex-shrink:0}.product-checkbox-right{flex-shrink:0;display:flex;align-items:center;justify-content:center;min-width:24px;min-height:24px;margin-left:auto;cursor:pointer;transition:all .2s}.product-checkbox-right:hover{opacity:.8}.checkbox-icon{width:24px;height:24px;transition:all .2s}.checkbox-icon.checked{color:#e6a57e;stroke-width:3}.checkbox-icon.unchecked{color:#cbd5e0;stroke-width:2}.available-product-item .product-image{width:80px;height:80px;min-width:80px;min-height:80px;max-width:80px;max-height:80px;flex-shrink:0;border-radius:8px;overflow:hidden;background:#f7fafc;display:flex;align-items:center;justify-content:center;position:relative}.available-product-item .product-image img{width:100%;height:100%;max-width:100%;max-height:100%;object-fit:cover;display:block}.product-image .no-image{color:#a0aec0;font-size:.75rem;text-align:center;padding:.5rem}.product-info{flex:1;display:flex;flex-direction:column;gap:.5rem;min-width:0}.product-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;min-width:0}.product-header h4{margin:0;font-size:1rem;font-weight:600;color:#1a202c;flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product-badges{display:flex;gap:.5rem;flex-wrap:wrap}.badge{padding:.375rem .625rem;border-radius:6px;font-size:.75rem;font-weight:500;display:inline-flex;align-items:center;border:none}.badge-warning{background:#fef3c7;color:#92400e;text-transform:none}.badge-warning.badge-top-right{background:transparent;color:#e6a57e;border:1.5px solid #e6a57e;font-weight:600}.badge-inactive{background:#fee2e2;color:#991b1b;text-transform:none}.badge-info{background:#e5e7eb;color:#374151;text-transform:none;font-weight:500}.badge-top-right{position:absolute;top:1rem;right:1rem;z-index:10;pointer-events:none;max-width:calc(100% - 2rem);word-wrap:break-word}.product-meta{display:flex;gap:.75rem;font-size:.875rem;color:#6b7280}.product-category,.product-subcategory,.product-gender{padding:.375rem .625rem;background:#e5e7eb;color:#374151;border-radius:6px;font-size:.75rem;font-weight:500;text-transform:none;display:inline-flex;align-items:center}.product-price-container{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.product-price{font-size:1rem;font-weight:600;color:#1f2937!important}.product-price-original{font-size:.875rem;text-decoration:line-through;color:#1f2937!important}.product-price-sale{font-size:1rem;font-weight:600;color:#1f2937!important}.available-product-item .product-price,.available-product-item .product-price-container .product-price{color:#1f2937!important}.products-filters{display:flex;gap:.75rem;margin-bottom:1.5rem;flex-wrap:nowrap;align-items:flex-end}.filter-group{flex:1;min-width:0}.filter-group:first-child{flex:1.5}.filter-group:last-child{flex:1.2}.filter-input,.filter-select{width:100%;padding:.75rem;border:1px solid #e2e8f0;border-radius:8px;font-size:.875rem;background:#fff;color:#1a202c;transition:all .2s}.filter-input:focus,.filter-select:focus{outline:none;border-color:#e6a57e;box-shadow:0 0 0 3px #e6a57e1a}.selection-controls{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;gap:2rem;background:#f7fafc;border-radius:8px;margin-bottom:1rem}.add-products-modal .selection-controls .btn-primary{background:#e6a57e;color:#fff;border-color:#e6a57e}.add-products-modal .selection-controls .btn-primary:hover:not(:disabled){background:#d4946b;border-color:#d4946b}.selection-info{display:flex;align-items:center}.select-all-checkbox{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-weight:500;color:#1a202c}.select-all-checkbox input[type=checkbox]{width:18px;height:18px;cursor:pointer;accent-color:#e6a57e}.modal-content-large{min-height:600px}.add-products-modal .modal-content.modal-content-large{max-width:calc(100% - 320px);width:calc(100% - 320px)}.product-item{display:flex;align-items:center;gap:1rem;padding:1rem;background:#fff;border:1px solid #e0e0e0;border-radius:8px;transition:all .2s;position:relative;overflow:hidden;isolation:isolate}.product-item:hover:not(.dragging){border-color:#e6a57e;box-shadow:0 2px 8px #e6a57e1a}.product-item.dragging{opacity:.5;box-shadow:0 8px 24px #0003;border-color:#4299e1;z-index:1000;cursor:grabbing}.product-drag-handle{background:transparent;border:none;padding:.25rem;cursor:grab;color:#a0aec0;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s;flex-shrink:0;width:24px;height:24px}.product-drag-handle:active{cursor:grabbing}.product-drag-handle:hover{background:#f7fafc;color:#718096}.product-drag-handle:focus{outline:2px solid #4299e1;outline-offset:2px}.product-item.dragging .product-drag-handle{cursor:grabbing}.product-actions{display:flex;gap:.375rem;flex-shrink:0}.product-item .product-image{width:80px;height:80px;min-width:80px;min-height:80px;max-width:80px;max-height:80px;border-radius:8px;overflow:hidden;background:#f5f5f5;flex-shrink:0;border:1px solid #e0e0e0;position:relative}.product-item .product-image img{width:100%;height:100%;max-width:100%;max-height:100%;object-fit:cover;display:block}.no-image{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#a0aec0;font-size:.75rem}.product-info h4{font-size:1rem;font-weight:600;color:#1a202c;margin:0 0 .25rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product-price-container{display:flex;flex-direction:column;gap:.25rem;align-items:flex-start}.product-price{color:#e6a57e;font-weight:600;font-size:1rem;margin:0}.product-price-original{color:#a0aec0;font-size:.875rem;text-decoration:line-through;font-weight:400}.product-price-sale{color:#e53e3e;font-weight:700;font-size:1.125rem}.product-badge-promo{display:inline-block;background:#fed7d7;color:#c53030;font-size:.625rem;font-weight:700;padding:.125rem .5rem;border-radius:4px;text-transform:uppercase;letter-spacing:.5px;margin-top:.125rem}.delete-section{margin-top:2rem;padding-top:2rem;border-top:1px solid #e0e0e0}.delete-section-warning{display:flex;flex-direction:column;gap:1rem}.warning-message{background:#fff5f5;border:1px solid #fc8181;border-radius:8px;padding:1rem;color:#c53030;font-size:.875rem;margin:0;line-height:1.5}.modal-actions .btn-danger,button.btn-danger:not(.btn-icon){background:#e53e3e;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s;display:flex;align-items:center;gap:.5rem;justify-content:center}.modal-actions .btn-danger img,button.btn-danger:not(.btn-icon) img{width:18px;height:18px;object-fit:contain;display:block;filter:brightness(0) invert(1)}.modal-actions .btn-danger:hover:not(:disabled),button.btn-danger:not(.btn-icon):hover:not(:disabled){background:#c53030;transform:translateY(-1px);box-shadow:0 4px 12px #e53e3e4d}.modal-actions .btn-danger:disabled,button.btn-danger:not(.btn-icon):disabled{opacity:.6;cursor:not-allowed}.btn-full{width:100%}.add-products-modal{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1001;padding:1rem;overflow-y:auto}.move-product-modal{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1002;padding:1rem}.move-product-info{margin-bottom:1.5rem;color:#4a5568;font-size:1rem}.move-product-info strong{color:#1a202c;font-weight:600}.sections-select-list{display:flex;flex-direction:column;gap:.75rem;max-height:400px;overflow-y:auto}.section-select-item{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:#fff;border:1px solid #e2e8f0;border-radius:8px;cursor:pointer;transition:all .2s;text-align:left;width:100%}.section-select-item:hover:not(:disabled){border-color:#e6a57e;box-shadow:0 2px 8px #e6a57e1a;transform:translateY(-1px)}.section-select-item:disabled{opacity:.6;cursor:not-allowed}.section-select-info{display:flex;align-items:center;gap:.75rem;flex:1}.section-select-info h4{margin:0;font-size:1rem;font-weight:600;color:#1a202c}.section-product-count{color:#718096;font-size:.875rem;flex-shrink:0}.btn-primary{background:#e6a57e;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s;display:inline-flex;align-items:center;gap:.5rem}.btn-primary:hover:not(:disabled){background:#d4946e;transform:translateY(-1px);box-shadow:0 4px 12px #e6a57e4d}.btn-primary:disabled{opacity:.6;cursor:not-allowed}.btn-secondary{background:#fff;color:#4a5568;border:1px solid #e0e0e0;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s;display:inline-flex;align-items:center;gap:.5rem}.btn-secondary img{width:16px;height:16px;object-fit:contain;display:block}.btn-secondary:hover:not(:disabled){background:#f5f5f5;border-color:#cbd5e0}@media(max-width:1200px)and (min-width:1025px){.store-sections-header{padding:24px 32px;gap:20px}.header-content h1{font-size:30px}.section-row-header{padding:1.25rem 1.5rem}.product-item-inline{padding:.625rem .875rem;gap:.875rem}.product-item-inline .product-image{width:55px;height:55px;min-width:55px;min-height:55px;max-width:55px;max-height:55px}.product-item-inline .product-name{min-width:180px;max-width:250px;font-size:.875rem}.product-item-inline .price-input{width:110px}}@media(max-width:1024px)and (min-width:769px){.store-sections-header{grid-template-columns:auto 1fr auto;padding:20px 28px;gap:16px;align-items:center}.btn-back{padding:6px 16px;font-size:13px}.header-content{justify-content:center}.header-content h1{font-size:26px}.header-actions{justify-content:flex-end}.header-actions .btn-primary{padding:.625rem 1.25rem;font-size:13px}.sections-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.25rem}.section-row-header{padding:1.25rem 1.5rem;flex-wrap:wrap;gap:.75rem}.section-title-row{flex:1 1 auto;min-width:200px}.section-actions{flex-wrap:nowrap}.product-item-inline{padding:.625rem .875rem;gap:.75rem;flex-wrap:wrap}.product-item-inline .product-image{width:50px;height:50px;min-width:50px;min-height:50px;max-width:50px;max-height:50px}.product-item-inline .product-name{min-width:150px;max-width:200px;font-size:.875rem}.product-item-inline .product-right-content{flex-wrap:wrap;width:100%;order:3;gap:.75rem}.product-item-inline .product-prices-editable{width:100%;order:1}.product-item-inline .price-edit-container{flex-direction:row;flex-wrap:wrap;gap:.5rem}.product-item-inline .price-input-group{flex:1 1 auto;min-width:140px}.product-item-inline .price-input{width:100%;min-width:100px}.product-item-inline .product-actions{order:2;margin-left:auto}.add-products-modal .modal-content.modal-content-large{max-width:calc(100% - 160px);width:calc(100% - 160px)}.available-products-list{grid-template-columns:repeat(2,1fr);gap:.875rem}.products-filters{flex-wrap:wrap}.filter-group{flex:1 1 calc(50% - .375rem);min-width:200px}.filter-group:first-child{flex:1 1 100%}}@media(max-width:768px){.store-sections-header{grid-template-columns:1fr;gap:20px;padding:20px 16px;border-radius:16px;box-shadow:0 2px 8px #00000014}.btn-back{justify-self:flex-start;padding:12px 20px;font-size:14px;font-weight:600;min-height:44px;border-radius:10px;transition:all .2s cubic-bezier(.4,0,.2,1);-webkit-tap-highlight-color:transparent}.btn-back:active{transform:scale(.98);background:#e5e5e5}.header-content{justify-content:flex-start}.header-content h1{text-align:left;font-size:28px;line-height:1.2;font-weight:700;letter-spacing:-.5px;margin:0}.header-actions{justify-content:flex-start;width:100%;flex-wrap:wrap;gap:0}.header-actions .btn-primary{max-width:100%;width:100%;padding:14px 20px;font-size:15px;font-weight:600;min-height:48px;border-radius:12px;box-shadow:0 2px 8px #e6a57e40;-webkit-tap-highlight-color:transparent;transition:all .2s cubic-bezier(.4,0,.2,1)}.header-actions .btn-primary:active{transform:scale(.98);box-shadow:0 1px 4px #e6a57e4d}.create-section-card{padding:20px;margin-bottom:20px;border-radius:16px;box-shadow:0 2px 12px #00000014}.card-header{margin-bottom:20px}.card-header h2{font-size:20px;font-weight:700;letter-spacing:-.3px}.sections-header-row{flex-direction:column;align-items:stretch;gap:16px;margin-bottom:20px}.sections-title{font-size:14px;font-weight:700;letter-spacing:.5px;color:#475569}.sections-list{gap:12px}.section-row{border-radius:16px;box-shadow:0 1px 4px #0000000f;transition:all .2s cubic-bezier(.4,0,.2,1)}.section-row:active{transform:scale(.99)}.section-row-header{padding:16px;flex-wrap:wrap;gap:12px;min-height:auto;border-bottom:1px solid #f1f5f9}.section-title-row{flex:1 1 100%;min-width:0;gap:8px;align-items:center}.section-title-row h3{font-size:16px;line-height:1.4;flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:600;color:#1e293b}.section-title-editable{padding:8px 12px;border-radius:8px;min-height:44px;display:flex;align-items:center}.section-title-input{max-width:100%;width:100%;font-size:16px;padding:10px 14px;min-height:44px;border-radius:10px}.section-actions{flex-wrap:nowrap;gap:8px;width:100%;justify-content:flex-end;margin-top:8px;padding-top:8px;border-top:1px solid #f1f5f9}.btn-icon{width:44px;height:44px;min-width:44px;max-width:44px;border-radius:10px;-webkit-tap-highlight-color:transparent;transition:all .15s cubic-bezier(.4,0,.2,1)}.btn-icon:active{transform:scale(.95);background:#f1f5f9}.btn-icon svg{width:20px;height:20px}.section-products-container{padding:16px;background:#fafbfc;animation:slideDown .3s cubic-bezier(.4,0,.2,1)}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.products-list-inline{gap:12px}.product-item-inline{padding:14px;gap:12px;flex-wrap:wrap;border-radius:12px;background:#fff;box-shadow:0 1px 3px #0000000d;transition:all .2s cubic-bezier(.4,0,.2,1);-webkit-tap-highlight-color:transparent}.product-item-inline:active{transform:scale(.98);box-shadow:0 2px 6px #0000001a}.product-item-inline .product-drag-handle{width:40px;height:40px;min-width:40px;max-width:40px;border-radius:8px;display:flex;align-items:center;justify-content:center;-webkit-tap-highlight-color:transparent}.product-item-inline .product-drag-handle:active{background:#f1f5f9;transform:scale(.95)}.product-item-inline .product-image{width:64px;height:64px;min-width:64px;min-height:64px;max-width:64px;max-height:64px;border-radius:10px;border:1px solid #e2e8f0;box-shadow:0 1px 3px #0000000d}.product-item-inline .product-name{flex:1 1 auto;min-width:0;max-width:100%;font-size:15px;font-weight:600;color:#1e293b;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:1.4}.product-item-inline .product-right-content{flex-wrap:wrap;width:100%;order:3;margin-top:12px;padding-top:12px;border-top:1px solid #f1f5f9;gap:0}.product-item-inline .product-prices-editable{width:100%;order:1}.product-item-inline .price-edit-container{flex-direction:column;gap:12px;width:100%}.product-item-inline .price-input-group{width:100%}.product-item-inline .price-input-group label{font-size:12px;font-weight:600;color:#64748b;margin-bottom:6px;display:block}.product-item-inline .price-input-wrapper{width:100%;position:relative}.product-item-inline .price-input{width:100%;padding:12px 14px 12px 36px;font-size:15px;font-weight:600;border-radius:10px;border:2px solid #e2e8f0;transition:all .2s cubic-bezier(.4,0,.2,1);min-height:48px;box-sizing:border-box}.product-item-inline .price-input:focus{border-color:#e6a57e;box-shadow:0 0 0 4px #e6a57e1a;outline:none}.product-item-inline .price-currency{left:14px;font-size:14px;font-weight:600}.product-item-inline .product-actions{order:2;margin-left:auto;gap:6px;flex-shrink:0}.product-item-inline .product-actions .btn-icon{width:44px;height:44px;min-width:44px;max-width:44px;border-radius:10px;-webkit-tap-highlight-color:transparent}.product-item-inline .product-actions .btn-icon:active{transform:scale(.9)}.sections-grid{grid-template-columns:1fr;gap:1rem}.available-products-list{grid-template-columns:1fr;gap:.75rem}.available-product-item{padding:.75rem;gap:.75rem;flex-wrap:wrap}.available-product-item .product-image{width:70px;height:70px;min-width:70px;min-height:70px;max-width:70px;max-height:70px}.section-card{min-height:auto;padding:1.25rem}.section-card-header{flex-wrap:wrap;gap:.75rem}.section-title-row{width:100%}.products-filters{flex-direction:column;gap:.75rem}.filter-group{flex:1 1 100%;width:100%}.filter-group:first-child,.filter-group:last-child{flex:1 1 100%}.selection-controls{flex-direction:column;gap:1rem;padding:1rem}.select-all-checkbox,.selection-controls .btn-primary{width:100%}.modal-content{max-width:100%;max-height:100vh;border-radius:0;margin:0}.add-products-modal .modal-content.modal-content-large{max-width:100%;width:100%;min-height:auto;max-height:100vh;border-radius:0}.add-products-modal{padding:0}.add-products-modal .modal-body{padding:1rem}.add-products-modal .modal-header{padding:1.25rem 1rem}.available-products-list{max-height:calc(100vh - 350px)}.product-item{flex-wrap:wrap;padding:.875rem}.form-actions{flex-direction:column-reverse;gap:.75rem}.form-actions button{width:100%}.modal-actions{flex-direction:column-reverse;gap:.75rem}.modal-actions .btn-danger,.modal-actions .btn-primary{width:100%;flex:1}.status-notification{top:10px;right:10px;left:10px;max-width:calc(100% - 20px);padding:.875rem 1.25rem}}@media(max-width:480px){.store-sections-header{padding:18px 14px;gap:16px;border-radius:16px}.btn-back{padding:12px 18px;font-size:14px;border-radius:10px;min-height:44px}.header-content h1{font-size:24px;letter-spacing:-.5px;line-height:1.2}.header-actions .btn-primary{padding:14px 18px;font-size:15px;min-height:48px}.create-section-card{padding:1rem;border-radius:10px}.card-header{margin-bottom:1.25rem}.card-header h2{font-size:1.125rem}.form-group{gap:.375rem}.form-group label{font-size:.875rem}.form-group input,.form-group textarea{padding:.625rem;font-size:.9375rem}.sections-header-row{gap:.875rem}.sections-title{font-size:.9375rem}.section-row{border-radius:8px}.section-row-header{padding:1rem;gap:.625rem}.section-title-row{flex-direction:row;align-items:center;gap:.5rem}.section-title-row h3{font-size:.9375rem;line-height:1.3}.section-title-input{font-size:.9375rem;padding:.25rem .5rem}.section-actions{gap:.25rem;margin-top:.375rem}.btn-icon{width:30px;height:30px;min-width:30px;max-width:30px;font-size:.875rem}.btn-icon svg{width:16px;height:16px}.section-products-container{padding:.75rem 1rem}.products-list-inline{gap:.5rem}.product-item-inline{padding:.625rem;gap:.625rem;border-radius:6px}.product-item-inline .product-drag-handle{width:24px;height:24px;min-width:24px;max-width:24px;padding:.125rem}.product-item-inline .product-image{width:45px;height:45px;min-width:45px;min-height:45px;max-width:45px;max-height:45px;border-radius:4px}.product-item-inline .product-name{font-size:.8125rem}.product-item-inline .price-edit-container{gap:.375rem}.product-item-inline .price-input-group label{font-size:.625rem}.product-item-inline .price-input{padding:.375rem .5rem .375rem 1.75rem;font-size:.8125rem}.product-item-inline .price-currency{left:.375rem;font-size:.75rem}.product-item-inline .product-actions .btn-icon{width:30px;height:30px;min-width:30px;max-width:30px}.section-card{padding:1rem;border-radius:10px}.section-badge{font-size:.625rem;padding:.25rem .5rem}.modal-header,.modal-body{padding:1rem}.modal-header h2{font-size:1.125rem}.section-info-card{padding:1rem;border-radius:8px}.info-header h3{font-size:1rem}.available-products-list{gap:.625rem;max-height:calc(100vh - 400px)}.available-product-item{padding:.625rem;gap:.625rem;flex-wrap:wrap;border-radius:6px}.available-product-item .product-image{width:55px;height:55px;min-width:55px;min-height:55px;max-width:55px;max-height:55px;border-radius:6px}.available-product-item .product-info{min-width:0;flex:1}.available-product-item .product-info h4{font-size:.8125rem;line-height:1.3}.available-product-item .product-meta{gap:.375rem;flex-wrap:wrap;font-size:.8125rem}.available-product-item .product-category,.available-product-item .product-subcategory,.available-product-item .product-gender{font-size:.625rem;padding:.25rem .5rem}.available-product-item .product-price-container{gap:.375rem}.available-product-item .product-price,.available-product-item .product-price-sale{font-size:.875rem}.available-product-item .product-price-original{font-size:.75rem}.products-filters{gap:.625rem}.filter-input,.filter-select{padding:.625rem;font-size:.8125rem}.selection-controls{padding:.875rem;gap:.875rem}.select-all-checkbox{font-size:.875rem}.status-notification{top:8px;right:8px;left:8px;max-width:calc(100% - 16px);padding:.75rem 1rem;font-size:.8125rem}.status-notification span{font-size:.8125rem}.loading-overlay p{font-size:.875rem}.empty-state{padding:2.5rem 1.25rem;margin:0 auto}.empty-state-icon{width:56px;height:56px;font-size:1.5rem;margin-bottom:1rem}.empty-state-title{font-size:1.125rem}.empty-state-description{font-size:.875rem;margin-bottom:1.25rem}.empty-state .empty-state-cta,.empty-state .btn-primary.empty-state-cta{width:100%;height:44px!important;min-height:44px!important;max-height:44px!important;padding:.5rem 1rem!important;font-size:.9375rem}.sections-list,.products-list-inline,.available-products-list{scroll-behavior:smooth;-webkit-overflow-scrolling:touch}.btn-primary:focus-visible,.btn-secondary:focus-visible,.btn-icon:focus-visible{outline:3px solid rgba(230,165,126,.4);outline-offset:2px}.section-title-row h3,.product-item-inline .product-name{color:#0f172a}.sections-content{padding-top:8px}}@media(max-width:360px){.store-sections-header{padding:14px 16px}.header-content h1{font-size:20px}.btn-back{padding:5px 12px;font-size:11px}.header-actions .btn-primary{padding:.5rem .75rem;font-size:12px}.section-row-header{padding:14px}.section-title-row h3{font-size:15px}.product-item-inline{padding:12px;gap:10px}.product-item-inline .product-image{width:56px;height:56px;min-width:56px;min-height:56px;max-width:56px;max-height:56px}.product-item-inline .product-name{font-size:14px}.product-item-inline .product-drag-handle{width:40px;height:40px;min-width:40px;max-width:40px}.btn-icon,.product-item-inline .product-actions .btn-icon{width:44px;height:44px;min-width:44px;max-width:44px}.product-item-inline .price-input{min-height:48px;font-size:15px}}.confirm-remove-modal{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1003;padding:1rem}.modal-content-small{max-width:480px;width:100%}.confirm-remove-modal .modal-header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;border-bottom:1px solid #e2e8f0}.confirm-remove-modal .modal-header h2{margin:0;font-size:1.25rem;font-weight:600;color:#1a202c}.confirm-remove-modal .modal-body{padding:1.5rem}.confirm-message{margin-bottom:0}.confirm-main-text{color:#4a5568;font-size:.9375rem;line-height:1.6;margin:0 0 1rem}.product-list-simple{display:flex;flex-direction:column;gap:.5rem;margin:1rem 0;max-height:200px;overflow-y:auto}.product-item-simple{padding:.75rem 1rem;background:#f7fafc;border:1px solid #e2e8f0;border-radius:6px;color:#374151;font-size:.9375rem}.confirm-question{color:#1a202c;font-size:.9375rem;font-weight:500;margin:1.5rem 0 0}.modal-actions{display:flex;gap:.75rem;justify-content:flex-end;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #e2e8f0;flex-wrap:wrap}.modal-actions .btn-danger,.modal-actions .btn-primary{flex:1;min-width:0}.personal-data-settings{min-height:100vh;background:#f8fafc;padding:0;width:100%;max-width:100%;box-sizing:border-box;overflow-x:hidden}.personal-data-container{width:100%;max-width:100%;margin:0 auto;padding:32px;box-sizing:border-box}.personal-data-header{display:grid;grid-template-columns:1fr auto 1fr;align-items:baseline;margin-bottom:32px;padding:28px 36px;background:#fff;border-radius:20px;box-shadow:0 1px 3px #0000000d,0 1px 2px #0000001a;gap:24px;border:1px solid #E5E5E5}.message{padding:14px 18px;border-radius:10px;margin-bottom:24px;font-size:14px;font-weight:500;display:flex;align-items:center;gap:10px;animation:slideIn .3s ease-out}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.message.success{background:#d1fae5;color:#065f46;border:1px solid #6ee7b7}.message.error{background:#fee2e2;color:#991b1b;border:1px solid #fca5a5}.personal-data-content{display:grid;grid-template-columns:1fr;gap:24px}section{background:#fff;border-radius:20px;padding:24px;box-shadow:0 1px 3px #0000000d,0 1px 2px #0000001a;border:1px solid #E5E5E5;transition:box-shadow .2s}section:hover{box-shadow:0 2px 4px #00000014,0 1px 3px #0000001f}section h2{font-size:20px;font-weight:600;color:#111827;margin:0 0 24px;padding-bottom:12px;border-bottom:2px solid #f3f4f6}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:20px}.form-group{margin-bottom:20px}.form-row .form-group{margin-bottom:0}.form-group.flex-1{flex:1}.form-group.flex-2{flex:2}.form-group label{display:block;font-size:14px;font-weight:600;color:#374151;margin-bottom:8px}.required{color:#ef4444;margin-left:2px}.form-group input{width:100%;padding:12px 16px;border:2px solid #e5e7eb;border-radius:10px;font-size:15px;font-family:inherit;transition:all .2s;background:#fff;box-sizing:border-box}.form-group input:focus{outline:none;border-color:#e6a57e;box-shadow:0 0 0 4px #e6a57e1a}.form-group input:hover{border-color:#d1d5db}.form-group input::placeholder{color:#9ca3af}.form-group input.readonly-field{background:#f9fafb;border-color:#e5e7eb;color:#6b7280;cursor:not-allowed;opacity:.9}.form-group input.readonly-field:focus{border-color:#e5e7eb;box-shadow:none}.input-with-prefix{position:relative;display:flex;align-items:center}.input-with-prefix .prefix{position:absolute;left:16px;color:#6b7280;font-size:15px;font-weight:500;z-index:1;pointer-events:none}.input-with-prefix input{padding-left:28px}.input-with-prefix input::placeholder{color:#9ca3af;opacity:1}.password-input-wrapper{position:relative;display:flex;align-items:center}.password-input-wrapper input{padding-right:48px}.form-group input.input-error{border-color:#dc2626;border-width:2px;background-color:#fef2f2}.form-group input.input-error:focus{border-color:#dc2626;box-shadow:0 0 0 3px #dc26261a}.field-error{display:block;color:#dc2626;font-size:13px;font-weight:500;margin-top:6px;line-height:1.4}.toggle-password{position:absolute;right:12px;background:none;border:none;cursor:pointer;font-size:18px;padding:8px;color:#6b7280;transition:color .2s;display:flex;align-items:center;justify-content:center;width:32px;height:32px}.toggle-password:hover{color:#374151}.toggle-password svg{width:18px;height:18px}.section-actions{margin-top:24px;padding-top:24px;border-top:1px solid #e5e7eb;display:flex;justify-content:flex-end}.save-button{padding:14px 32px;background:linear-gradient(135deg,#e6a57e,#d4946a);color:#fff;border:none;border-radius:10px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s;box-shadow:0 2px 4px #e6a57e4d;min-width:180px}.save-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 8px #e6a57e66}.save-button:active:not(:disabled){transform:translateY(0)}.save-button:disabled{opacity:.6;cursor:not-allowed;transform:none}.personal-data-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;gap:20px;padding:40px}.loading-spinner{width:48px;height:48px;border:4px solid #f3f4f6;border-top-color:#e6a57e;border-radius:50%;animation:spin .8s linear infinite}@media(max-width:1024px){.personal-data-container{padding:24px}section{padding:20px}}@media(max-width:768px){.personal-data-settings{padding:0}.personal-data-container{padding:16px}.personal-data-header{grid-template-columns:1fr;gap:16px;padding:20px 24px}.btn-back{justify-self:flex-start}.header-content{justify-content:flex-start}.header-content h1{text-align:left;font-size:28px}section{padding:20px}section h2{font-size:18px;margin-bottom:20px}.form-row{grid-template-columns:1fr;gap:0}.form-row .form-group{margin-bottom:20px}.section-actions{flex-direction:column}.save-button{width:100%;min-width:auto}}@media(max-width:480px){.personal-data-header{padding:16px 20px}.header-content h1{font-size:24px}section{padding:16px}.form-group input{padding:10px 14px;font-size:14px}.save-button{padding:12px 24px;font-size:15px}}.insights-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px 24px;text-align:center}.loading-spinner-small{width:32px;height:32px;border:3px solid #E5E5E5;border-top-color:#e6a57e;border-radius:50%;animation:spin .8s linear infinite;margin-bottom:16px}.insights-loading p{color:#6b7280;font-size:14px;margin:0}.insights-empty{padding:48px 24px;text-align:center}.insights-empty p{color:#6b7280;font-size:14px;margin:0 0 8px}.insights-empty-hint{font-size:12px;color:#9ca3af;font-style:italic}.insights-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:20px;margin-top:24px}.insight-card{background:#fff;border:2px solid #E5E5E5;border-radius:16px;padding:24px;box-shadow:0 1px 2px #0000000d;transition:all .3s cubic-bezier(.4,0,.2,1);animation:fadeIn .3s ease-in;position:relative}.insight-card.insight-critical{border-color:#dc2626}.insight-card.insight-alert{border-color:#e6a57e}.insight-card.insight-positive{border-color:#059669}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.insight-card:hover{box-shadow:0 4px 12px #00000014,0 2px 4px #0000000a;transform:translateY(-2px)}.insight-card.insight-critical:hover{border-color:#b91c1c}.insight-card.insight-alert:hover{border-color:#d4946b}.insight-card.insight-positive:hover{border-color:#047857}.insight-header{display:flex;align-items:center;margin-bottom:16px}.insight-type{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.8px;color:#737373;padding:4px 10px;background:#fafafa;border-radius:6px;border:1px solid #E5E5E5}.insight-content{display:flex;flex-direction:column;gap:12px}.insight-title{font-size:18px;font-weight:700;color:#1a202c;margin:0;line-height:1.4;letter-spacing:-.3px}.insight-description{font-size:14px;color:#4b5563;line-height:1.6;margin:0}.insight-trigger{display:flex;flex-direction:column;gap:6px;padding:12px 16px;background:#fafafa;border:1px solid #E5E5E5;border-radius:8px;margin-top:8px}.trigger-label{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:#737373}.trigger-value{font-size:13px;color:#171717;font-weight:500;font-family:inherit}@media(max-width:768px){.insights-grid{grid-template-columns:1fr}.insight-card{padding:20px}}.analytics-pro{min-height:100vh;background:#f8fafc;padding:0;font-family:inherit;width:100%;max-width:100%;box-sizing:border-box;overflow-x:hidden}.analytics-pro-container{width:100%;max-width:100%;margin:0 auto;padding:32px;box-sizing:border-box}.analytics-pro-loading,.analytics-pro-error{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;background:linear-gradient(135deg,#f8fafc,#f1f5f9)}.analytics-pro-error button{background:#e6a57e;color:#fff;border:none;padding:12px 24px;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s}.analytics-pro-error button:hover{background:#d4946b;transform:translateY(-1px)}.loading-spinner{width:48px;height:48px;border:4px solid #e2e8f0;border-top-color:#e6a57e;border-radius:50%;animation:spin 1s linear infinite}.analytics-pro-header{display:grid;grid-template-columns:1fr auto 1fr;align-items:baseline;margin-bottom:32px;padding:28px 36px;background:#fff;border-radius:20px;box-shadow:0 1px 3px #0000000d,0 1px 2px #0000001a;gap:24px;border:1px solid #E5E5E5}.pro-badge{background:linear-gradient(135deg,#e6a57e,#d4946b);color:#fff;padding:6px 14px;border-radius:8px;font-size:11px;font-weight:700;letter-spacing:.8px;box-shadow:0 2px 4px #e6a57e40;text-transform:uppercase;white-space:nowrap}.period-selector{display:flex;gap:8px;flex-wrap:nowrap;justify-content:flex-end}.period-btn{background:#fff;border:1.5px solid #E5E5E5;padding:10px 20px;border-radius:10px;cursor:pointer;font-weight:600;font-size:14px;color:#404040;transition:all .2s cubic-bezier(.4,0,.2,1);white-space:nowrap}.period-btn:hover{background:#fafafa;border-color:#d4d4d4;color:#171717;transform:translateY(-1px)}.period-btn.active{background:#e6a57e;color:#fff;border-color:#e6a57e;box-shadow:0 2px 8px #e6a57e40}.analytics-section{margin-bottom:32px;background:#fff;border-radius:20px;padding:24px;box-shadow:0 1px 3px #0000000d,0 1px 2px #0000001a;border:1px solid #E5E5E5;transition:all .2s cubic-bezier(.4,0,.2,1)}.analytics-section:hover{box-shadow:0 4px 12px #00000014,0 2px 4px #0000000a;border-color:#d4d4d4}.analytics-section:last-child{margin-bottom:0}.analytics-content{background:transparent;border-radius:0;padding:0;min-height:500px}.section-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:24px;padding-bottom:16px;border-bottom:2px solid #f1f5f9;gap:16px}.section-header>div{flex:1}.section-header h2{font-size:26px;font-weight:700;color:#1a202c;margin:0 0 4px;letter-spacing:-.5px}.section-header span{font-size:14px;color:#6b7280;font-weight:500}.section-note{font-size:12px;color:#a3a3a3;font-weight:400;font-style:italic;margin:0;text-align:right;white-space:nowrap}.metrics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px}.metric-card{background:#fff;border:1px solid #E5E5E5;border-radius:16px;padding:24px;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;box-shadow:0 1px 2px #0000000d}.metric-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#e6a57e,#d4946b)}.metric-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000014,0 2px 4px #0000000a;border-color:#d4d4d4}.metric-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:16px;gap:12px}.metric-header h3{font-size:13px;font-weight:600;color:#171717;margin:0;text-transform:uppercase;letter-spacing:.5px;line-height:1.4}.metric-period{font-size:11px;color:#737373;background:#fafafa;padding:4px 10px;border-radius:6px;font-weight:500;white-space:nowrap;flex-shrink:0}.metric-value{font-size:40px;font-weight:700;color:#171717;margin-bottom:12px;line-height:1.1;letter-spacing:-.5px}.metric-trend{display:flex;align-items:center;gap:6px;font-size:13px;font-weight:600;flex-wrap:wrap}.metric-trend.positive{color:#10b981}.metric-trend.negative{color:#ef4444}.metric-trend.neutral{color:#737373}.trend-label{font-size:11px;font-weight:500;opacity:.7;margin-left:2px}.trend-up{color:#10b981;font-size:16px;flex-shrink:0}.trend-down{color:#ef4444;font-size:16px;flex-shrink:0}.funnel-steps{display:flex;flex-direction:column;gap:12px}.funnel-step{display:flex;gap:16px;padding:18px 20px;background:#fff;border-radius:14px;border:1px solid #E5E5E5;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 1px 2px #0000000d;align-items:flex-start}.funnel-step:hover{border-color:#d4d4d4;box-shadow:0 4px 12px #00000014,0 2px 4px #0000000a;transform:translateY(-2px)}.step-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#e6a57e,#d4946b);color:#fff;border-radius:10px;font-size:20px;flex-shrink:0;box-shadow:0 2px 8px #e6a57e40}.step-content{flex:0 1 auto;min-width:0;max-width:fit-content}.step-header{display:flex;justify-content:flex-start;align-items:center;margin-bottom:6px;gap:16px;flex-wrap:wrap}.step-header h3{font-size:16px;font-weight:600;color:#171717;margin:0;line-height:1.2}.step-value{font-size:18px;font-weight:700;color:#171717;white-space:nowrap}.step-content p{font-size:13px;color:#737373;margin-bottom:8px;line-height:1.4}.progress-bar{width:auto;min-width:300px;max-width:500px;height:6px;background:#e5e5e5;border-radius:3px;overflow:hidden;margin-bottom:6px}.progress-fill{height:100%;background:linear-gradient(90deg,#7ebfe6,#5ba8d1);transition:width .6s cubic-bezier(.4,0,.2,1);border-radius:3px}.progress-info{display:flex;justify-content:space-between;align-items:center;margin-bottom:0;gap:12px;flex-wrap:wrap}.progress-label{font-size:12px;color:#737373;font-weight:500;flex-shrink:0}.step-comparison{font-size:12px;color:#737373;font-weight:500;text-align:right;flex-shrink:0}.step-comparison.positive{color:#10b981}.step-comparison.negative{color:#ef4444}.advanced-metrics-grid{display:flex;flex-direction:column;gap:16px}.advanced-metric-card{background:#fff;border:1px solid #E5E5E5;border-radius:12px;padding:20px 24px;display:flex;align-items:center;gap:20px;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 1px 2px #0000000d}.advanced-metric-card:hover{border-color:#d4d4d4;box-shadow:0 4px 12px #00000014;transform:translate(4px)}.metric-icon{width:56px;height:56px;min-width:56px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#e6a57e,#d4946b);color:#fff;border-radius:12px;font-size:24px;box-shadow:0 2px 8px #e6a57e40}.advanced-metric-card-content{flex:1;display:flex;align-items:center;justify-content:space-between;gap:20px;min-width:0}.advanced-metric-card-info{flex:1;min-width:0}.advanced-metric-card h3{font-size:15px;font-weight:600;color:#171717;margin:0 0 4px;line-height:1.3}.advanced-metric-card p{font-size:12px;color:#737373;margin:0;line-height:1.4}.advanced-metric-card-values{display:flex;flex-direction:column;align-items:flex-end;gap:4px;flex-shrink:0}.metric-value-large{font-size:28px;font-weight:700;color:#171717;line-height:1.2;white-space:nowrap}.metric-change{font-size:12px;color:#737373;font-weight:500;text-align:right;white-space:nowrap}.metric-change.positive{color:#10b981}.metric-change.negative{color:#ef4444}.peak-tabs{display:flex;gap:8px;margin-bottom:28px}.peak-tab{background:#fff;border:2px solid #e2e8f0;padding:10px 20px;border-radius:10px;cursor:pointer;font-weight:600;font-size:14px;color:#4a5568;transition:all .2s}.peak-tab:hover{background:#f7fafc;border-color:#cbd5e0}.peak-tab.active{background:#e6a57e;color:#fff;border-color:#e6a57e}.peak-hours-chart{margin-bottom:40px;background:linear-gradient(135deg,#f9fafb,#fff);border-radius:16px;padding:24px 12px;border:2px solid #e2e8f0;min-height:360px;display:flex;align-items:center;justify-content:center}.no-data-message{text-align:center;color:#6b7280;padding:40px 20px}.no-data-message p{margin:0 0 12px;font-size:16px;font-weight:500}.no-data-hint{font-size:14px;color:#9ca3af;font-weight:400}.chart-bars{display:flex;align-items:flex-end;gap:12px;height:280px;padding:24px 20px;position:relative;width:100%}.chart-bars:before{content:"";position:absolute;bottom:20px;left:20px;right:20px;height:2px;background:#e2e8f0;z-index:0}.chart-bar-container{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;gap:10px;min-width:0;height:100%;position:relative;z-index:1}.chart-bar{width:100%;background:linear-gradient(180deg,#7ebfe6,#5ba8d1);border-radius:6px 6px 0 0;position:relative;min-height:0;transition:height .5s ease;box-shadow:0 2px 8px #7ebfe633}.bar-value{position:absolute;top:-28px;left:50%;transform:translate(-50%);font-size:12px;font-weight:700;color:#1a202c;white-space:nowrap}.bar-label{font-size:12px;color:#6b7280;font-weight:600}.peak-hours-lists{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.peak-list,.low-list{background:linear-gradient(135deg,#f9fafb,#fff);border-radius:16px;padding:24px;border:2px solid #e2e8f0}.peak-list h3,.low-list h3{font-size:16px;font-weight:600;color:#1a202c;margin:0 0 16px}.peak-list ul,.low-list ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}.peak-list li{padding:12px;background:#10b9811a;border-radius:8px;color:#10b981;font-weight:600;font-size:14px}.low-list li{padding:12px;background:#ef44441a;border-radius:8px;color:#ef4444;font-weight:600;font-size:14px}.category-tabs{display:flex;gap:8px;margin-bottom:28px;flex-wrap:wrap}.category-tab{background:#fff;border:2px solid #e2e8f0;padding:10px 20px;border-radius:10px;cursor:pointer;font-weight:600;font-size:14px;color:#4a5568;transition:all .2s;white-space:nowrap}.category-tab:hover{background:#f7fafc;border-color:#cbd5e0}.category-tab.active{background:#e6a57e;color:#fff;border-color:#e6a57e}.category-list{display:flex;flex-direction:column;gap:20px;max-height:600px;overflow-y:auto;overflow-x:hidden;padding-right:8px}.category-list::-webkit-scrollbar{width:8px}.category-list::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.category-list::-webkit-scrollbar-thumb{background:#cbd5e0;border-radius:10px}.category-list::-webkit-scrollbar-thumb:hover{background:#a0aec0}.category-item{display:flex;justify-content:space-between;align-items:center;padding:32px;background:linear-gradient(135deg,#f9fafb,#fff);border-radius:20px;border:2px solid #e2e8f0;transition:all .3s ease}.category-item:hover{border-color:#cbd5e0;box-shadow:0 6px 16px #0000001a;transform:translate(4px)}.category-info{display:flex;align-items:center;gap:28px;flex:1;min-width:0}.category-icon-wrapper{width:85px;height:85px;display:flex;align-items:center;justify-content:center;flex-shrink:0;background:transparent;border:none;transition:all .3s ease;box-shadow:none}.category-icon-wrapper:hover{transform:scale(1.05)}.category-icon-img{width:54px;height:54px;object-fit:contain;display:block;filter:brightness(0)}.category-icon-img[alt*=Praia],.category-icon-img[alt*=praia]{width:60px;height:60px}.category-details{flex:1;min-width:0}.category-details h3{font-size:17px;font-weight:600;color:#1a202c;margin:0 0 12px}.category-progress{display:flex;align-items:center;gap:16px}.category-progress .progress-bar{flex:1;max-width:400px}.category-value{text-align:right;flex-shrink:0}.value-amount{font-size:20px;font-weight:700;color:#10b981;margin-bottom:6px}.category-value span{font-size:12px;color:#6b7280;font-weight:500}.comparison-tabs{display:flex;gap:8px;margin-bottom:28px;flex-wrap:wrap}.comparison-tab{background:#fff;border:2px solid #e2e8f0;padding:10px 20px;border-radius:10px;cursor:pointer;font-weight:600;font-size:14px;color:#4a5568;transition:all .2s}.comparison-tab:hover{background:#f7fafc;border-color:#cbd5e0}.comparison-tab.active{background:#3b82f6;color:#fff;border-color:#3b82f6}.comparison-card{display:flex;gap:24px;padding:32px;background:linear-gradient(135deg,#f9fafb,#fff);border-radius:16px;border:2px solid #e2e8f0;margin-bottom:28px;transition:all .3s ease}.comparison-card:hover{border-color:#cbd5e0;box-shadow:0 8px 24px #0000001a}.comparison-icon{font-size:56px;flex-shrink:0}.comparison-icon-wrapper{width:72px;height:72px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#e6a57e,#d4946b);border-radius:16px;flex-shrink:0;box-shadow:0 4px 12px #e6a57e4d}.comparison-svg-icon{width:36px;height:36px;filter:brightness(0) invert(1)}.evolution-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.evolution-card{background:#fff;border:1px solid #E5E5E5;border-radius:16px;padding:20px;display:flex;flex-direction:column;align-items:center;text-align:center;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 1px 2px #0000000d}.evolution-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000014;border-color:#d4d4d4}.evolution-icon-wrapper{width:56px;height:56px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#e6a57e,#d4946b);border-radius:14px;margin-bottom:16px;box-shadow:0 4px 12px #e6a57e40}.evolution-svg-icon{width:28px;height:28px;filter:brightness(0) invert(1)}.evolution-react-icon{width:28px;height:28px;color:#fff}.evolution-content{width:100%}.evolution-content h4{font-size:13px;font-weight:600;color:#737373;margin:0 0 8px;text-transform:uppercase;letter-spacing:.5px}.evolution-value{font-size:28px;font-weight:700;color:#171717;margin-bottom:8px;line-height:1.2}.evolution-trend{display:flex;align-items:center;justify-content:center;gap:4px;font-size:14px;font-weight:600;margin-bottom:12px}.evolution-trend.positive{color:#10b981}.evolution-trend.negative{color:#ef4444}.evolution-trend.neutral{color:#737373}.evolution-transition{display:flex;align-items:center;justify-content:center;gap:8px;font-size:13px;padding-top:12px;border-top:1px solid #F5F5F5}.evolution-previous{color:#a3a3a3;font-weight:500}.evolution-arrow{color:#d4d4d4;font-size:14px}.evolution-current{color:#525252;font-weight:600}.evolution-footer{text-align:center;font-size:12px;color:#a3a3a3;margin-top:16px;font-weight:400}@media(max-width:1200px){.evolution-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.evolution-grid{grid-template-columns:1fr}.evolution-value{font-size:24px}}.comparison-content{flex:1}.comparison-content h3{font-size:22px;font-weight:600;color:#1a202c;margin:0 0 6px}.comparison-content p{font-size:14px;color:#6b7280;margin:0 0 20px}.comparison-values{display:flex;align-items:center;gap:20px;margin-bottom:16px;flex-wrap:wrap}.current-value{font-size:36px;font-weight:700;color:#1a202c}.comparison-change{display:flex;align-items:center;gap:6px;font-size:20px;font-weight:600}.comparison-status{font-size:15px;font-weight:600;margin-bottom:16px}.comparison-details{display:flex;align-items:center;gap:12px;font-size:15px;font-weight:600;flex-wrap:wrap;margin-top:8px}.comparison-previous{color:#737373}.comparison-arrow{color:#d4d4d4;font-size:18px}.comparison-current{color:#171717}.comparison-period-label{font-size:12px;color:#a3a3a3;margin-top:8px;font-weight:400}.summary-section{padding:32px;background:linear-gradient(135deg,#f9fafb,#fff);border-radius:16px;border:2px solid #e2e8f0}.summary-section h3{font-size:20px;font-weight:600;color:#1a202c;margin:0 0 20px}.summary-item{display:flex;justify-content:space-between;align-items:center;padding:16px 0;border-bottom:2px solid #e2e8f0;margin-bottom:20px}.summary-item span{font-size:15px;color:#4a5568;font-weight:500}.summary-metrics{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:20px}.summary-metric{display:flex;flex-direction:column;gap:10px;padding:20px;background:#fff;border-radius:12px;border:2px solid #e2e8f0}.summary-metric span:first-child{font-size:13px;color:#6b7280;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.summary-metric span:nth-child(2){font-size:24px;font-weight:700;color:#1a202c}.products-list{display:flex;flex-direction:column;gap:12px}.product-item{display:flex;align-items:center;gap:20px;padding:20px;background:linear-gradient(135deg,#f9fafb,#fff);border-radius:16px;border:2px solid #e2e8f0;transition:all .3s ease}.product-item:hover{border-color:#cbd5e0;box-shadow:0 4px 12px #00000014;transform:translate(4px)}.product-rank{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#e6a57e,#d4946b);color:#fff;border-radius:12px;font-weight:700;font-size:20px;flex-shrink:0;box-shadow:0 4px 12px #e6a57e4d}.product-info{flex:1;min-width:0}.product-info h3{font-size:17px;font-weight:600;color:#1a202c;margin:0 0 6px}.products-section{background:#fff;border-radius:20px;padding:32px;box-shadow:0 1px 3px #0000000d,0 1px 2px #0000001a;border:1px solid #E5E5E5}.products-filters{display:flex;align-items:center;gap:16px;margin-bottom:12px;flex-wrap:wrap}.products-filter-tabs{display:flex;gap:8px;background:#f5f5f5;padding:4px;border-radius:12px}.products-filter-tab{padding:10px 20px;border:none;background:transparent;color:#404040;font-weight:600;font-size:14px;border-radius:8px;cursor:pointer;transition:all .2s}.products-filter-tab:hover{background:#e5e5e5;color:#171717}.products-filter-tab.active{background:#e6a57e;color:#fff;box-shadow:0 2px 4px #e6a57e4d}.products-category-filter{padding:10px 16px;border:1px solid #E5E5E5;border-radius:12px;background:#fff;color:#404040;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s;min-width:180px}.products-category-filter:hover{border-color:#cbd5e0}.products-category-filter:focus{outline:none;border-color:#e6a57e;box-shadow:0 0 0 3px #e6a57e1a}.products-search-input{display:flex;align-items:center;gap:10px;padding:10px 16px;border:1px solid #E5E5E5;border-radius:12px;background:#fff;flex:1;min-width:200px;transition:all .2s}.products-search-input:focus-within{border-color:#e6a57e;box-shadow:0 0 0 3px #e6a57e1a}.products-search-input svg{color:#737373;width:18px;height:18px;flex-shrink:0}.products-search-input input{border:none;outline:none;background:transparent;color:#404040;font-size:14px;width:100%}.products-search-input input::placeholder{color:#a3a3a3}.products-table{display:flex;flex-direction:column;gap:8px;margin-bottom:24px}.products-table-header{display:grid;grid-template-columns:60px 1fr 120px 150px;align-items:center;gap:20px;padding:8px 20px;margin-bottom:0;background:transparent;font-size:12px;font-weight:600;color:#374151;text-transform:capitalize;letter-spacing:.5px}.product-header-sales,.product-header-revenue{text-align:right}.product-row{display:grid;grid-template-columns:60px 80px 1fr 120px 150px;align-items:center;gap:20px;padding:20px;background:linear-gradient(135deg,#f9fafb,#fff);border-radius:16px;border:2px solid #e2e8f0;transition:all .3s ease}.product-row:hover{border-color:#cbd5e0;box-shadow:0 4px 12px #00000014;transform:translate(4px)}.product-row .product-rank{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#e6a57e,#d4946b);color:#fff;border-radius:12px;font-weight:700;font-size:18px;flex-shrink:0;box-shadow:0 4px 12px #e6a57e4d}.product-row .product-image{width:64px;height:64px;min-width:64px;min-height:64px;border-radius:12px;overflow:hidden;background:#f5f5f5;display:flex;align-items:center;justify-content:center;flex-shrink:0;position:relative;contain:layout style paint}.product-row .product-image img{width:100%;height:100%;object-fit:cover;opacity:1;transition:opacity .2s ease-in-out;display:block}.product-row .product-image .no-image{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:24px;color:#a3a3a3;background:#f5f5f5}.product-row .product-image .product-image-placeholder{position:absolute;top:0;left:0;z-index:1}.product-row .product-image .product-image-loading{opacity:0;visibility:hidden}.product-row .product-image .product-image-loaded{opacity:1;visibility:visible;transition:opacity .2s ease-in-out}.product-row .product-info{min-width:0}.product-row .product-info h3{font-size:16px;font-weight:600;color:#1a202c;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-row .product-sales{font-size:16px;font-weight:600;color:#404040;text-align:right}.product-row .product-revenue{font-size:16px;font-weight:700;color:#e6a57e;text-align:right}.products-empty{padding:60px 20px;text-align:center;color:#737373;font-size:16px}.products-pagination{display:flex;justify-content:space-between;align-items:center;padding-top:24px;border-top:1px solid #E5E5E5;flex-wrap:wrap;gap:16px}.products-pagination-info{font-size:14px;color:#737373;font-weight:500}.products-pagination-controls{display:flex;align-items:center;gap:8px}.products-pagination-btn{padding:8px 16px;border:1px solid #E5E5E5;background:#fff;color:#404040;font-size:14px;font-weight:600;border-radius:8px;cursor:pointer;transition:all .2s;min-width:40px}.products-pagination-btn:hover:not(:disabled){background:#f5f5f5;border-color:#cbd5e0;color:#171717}.products-pagination-btn:disabled{opacity:.5;cursor:not-allowed}.products-pagination-btn.active{background:#e6a57e;color:#fff;border-color:#e6a57e;box-shadow:0 2px 4px #e6a57e4d}@media(max-width:1024px){.product-row{grid-template-columns:50px 70px 1fr 100px 130px;gap:16px;padding:16px}}@media(max-width:768px){.products-filters{flex-direction:column;align-items:stretch}.products-filter-tabs{width:100%;justify-content:stretch}.products-filter-tab{flex:1}.products-category-filter,.products-search-input{width:100%}.product-row{grid-template-columns:1fr;gap:12px}.product-row .product-rank,.product-row .product-image{justify-self:start}.product-row .product-sales,.product-row .product-revenue{text-align:left}.products-pagination{flex-direction:column;align-items:stretch}.products-pagination-controls{justify-content:center;flex-wrap:wrap}}.product-type{font-size:13px;color:#6b7280;font-weight:500}.product-sales{font-size:15px;font-weight:600;color:#4a5568;flex-shrink:0}.export-card{display:flex;gap:24px;padding:40px;background:linear-gradient(135deg,#f9fafb,#fff);border-radius:16px;border:2px solid #e2e8f0;transition:all .3s ease}.export-card:hover{border-color:#cbd5e0;box-shadow:0 8px 24px #0000001a}.export-icon{width:80px;height:80px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border-radius:16px;font-size:40px;flex-shrink:0;box-shadow:0 4px 12px #3b82f64d}.export-content{flex:1}.export-content h3{font-size:20px;font-weight:600;color:#1a202c;margin:0 0 24px}.export-buttons{display:flex;gap:12px;flex-wrap:wrap}.export-btn{padding:14px 28px;border:none;border-radius:10px;font-weight:600;font-size:15px;cursor:pointer;transition:all .3s ease;color:#fff;box-shadow:0 2px 8px #00000026}.export-btn.csv{background:linear-gradient(135deg,#3b82f6,#2563eb)}.export-btn.excel{background:linear-gradient(135deg,#10b981,#059669)}.export-btn.pdf{background:linear-gradient(135deg,#ef4444,#dc2626)}.export-btn:hover{transform:translateY(-2px);box-shadow:0 6px 16px #0003}.segmentation-section{background:#fff;border:1px solid #E5E5E5;border-radius:20px;padding:32px;box-shadow:0 1px 3px #0000000d,0 1px 2px #0000001a}.segmentation-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:24px}.segmentation-card{background:#fff;border:1px solid #E6A57E;border-radius:16px;padding:24px;display:flex;flex-direction:column;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 1px 2px #0000000d}.segmentation-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000014;border-color:#d4946b}.segmentation-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px;gap:12px}.segmentation-card-header h3{font-size:18px;font-weight:600;color:#171717;margin:0;line-height:1.3;flex:1}.segmentation-days{font-size:12px;font-weight:600;color:#737373;background:#f5f5f5;padding:4px 10px;border-radius:8px;white-space:nowrap;flex-shrink:0}.segmentation-justification{font-size:13px;color:#737373;line-height:1.5;margin:0 0 20px;flex:1}.segmentation-stats{display:flex;justify-content:space-between;align-items:flex-end;margin-top:auto;padding-top:16px;border-top:1px solid #F5F5F5}.segmentation-count{display:flex;flex-direction:column;gap:4px}.segmentation-number{font-size:28px;font-weight:700;color:#171717;line-height:1}.segmentation-label{font-size:12px;color:#737373;font-weight:500}.segmentation-percentage{font-size:20px;font-weight:600;color:#525252;line-height:1}.segmentation-chart-card{display:flex;flex-direction:column;padding-right:12px}.segmentation-chart-header{width:100%;margin-bottom:8px;text-align:center}.segmentation-chart-header h3{font-size:18px;font-weight:600;color:#171717;margin:0}.segmentation-chart-content{display:flex;align-items:center;justify-content:center;gap:16px}.segmentation-chart-container{display:flex;align-items:center;justify-content:center;flex-shrink:0}.pie-chart-wrapper{display:flex;align-items:center;justify-content:center;position:relative}.pie-segment{transition:opacity .2s ease;cursor:pointer}.pie-chart-tooltip{position:absolute;background:#171717f2;color:#fff;padding:6px 10px;border-radius:6px;font-size:11px;pointer-events:none;z-index:1000;box-shadow:0 2px 8px #0003;transform:translate(-50%,-50%);white-space:nowrap;opacity:1;line-height:1.4}.tooltip-label{font-weight:600;margin-bottom:2px;font-size:11px}.tooltip-value{font-weight:400;opacity:.85;font-size:10px}.pie-chart-empty{display:flex;align-items:center;justify-content:center;height:180px;color:#737373;font-size:14px}.segmentation-chart-legend{display:flex;flex-direction:column;gap:6px;flex-shrink:0}.chart-legend-item{display:flex;align-items:center;gap:6px;font-size:11px}.legend-color{width:12px;height:12px;border-radius:3px;flex-shrink:0}.legend-label{color:#525252;font-weight:500;white-space:nowrap}@media(max-width:1200px){.segmentation-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.segmentation-grid{grid-template-columns:1fr}.segmentation-card{padding:20px}.segmentation-number{font-size:24px}.segmentation-percentage{font-size:18px}.segmentation-chart-content{flex-direction:column;align-items:center;gap:16px}.segmentation-chart-legend{width:100%;align-items:center}}@media(max-width:1200px){.analytics-pro-container{padding:20px}.analytics-content{padding:32px}}@media(max-width:768px){.analytics-pro-container{padding:16px}.analytics-pro-header{grid-template-columns:1fr;gap:20px;padding:20px}.header-content{width:100%;order:2}.btn-back{order:1;justify-self:flex-start}.period-selector{width:100%;justify-content:flex-start;order:3}.period-btn{flex:1;min-width:80px}.analytics-section{padding:20px;margin-bottom:32px}.analytics-content{padding:24px}.metrics-grid{grid-template-columns:1fr}.advanced-metric-card-content{flex-direction:column;align-items:flex-start;gap:12px}.advanced-metric-card-values{align-items:flex-start;width:100%}.peak-hours-lists{grid-template-columns:1fr}.funnel-step{flex-direction:column;align-items:flex-start}.step-icon{align-self:flex-start}.category-item{flex-direction:column;align-items:flex-start;gap:16px}.category-value{text-align:left;width:100%}.comparison-card{flex-direction:column}.comparison-icon{align-self:flex-start}.summary-metrics{grid-template-columns:1fr}.export-card{flex-direction:column}.export-icon{align-self:flex-start}.export-buttons{width:100%}.export-btn{flex:1;min-width:100px}}@media(max-width:480px){.analytics-pro-header{padding:16px}.header-content h1{font-size:24px}.comparison-badge{font-size:12px;padding:4px 10px}.analytics-content{padding:20px}.section-header{flex-direction:column;align-items:flex-start;gap:8px}.metric-value{font-size:28px}.metric-value-large{font-size:32px}.current-value{font-size:28px}}.faq-section{margin-bottom:40px}.faq-title{font-size:24px;font-weight:700;color:#1a202c;margin:0 0 28px}.deadlines-table-wrapper{overflow-x:auto;animation:slideDown .2s ease-out;padding:0;margin-top:4px}.deadlines-table{width:100%;border-collapse:collapse}.deadlines-table thead{background-color:#f7fafc}.deadlines-table th{padding:14px 18px;text-align:left;font-size:14px;font-weight:600;color:#2d3748;border-bottom:2px solid #e2e8f0}.deadlines-table th:first-child{border-top-left-radius:8px}.deadlines-table th:last-child{border-top-right-radius:8px}.deadlines-table tbody tr{border-bottom:1px solid #e2e8f0;transition:background-color .2s}.deadlines-table tbody tr:hover{background-color:#f9fafb}.deadlines-table tbody tr:last-child{border-bottom:none}.deadlines-table td{padding:16px 18px;font-size:14px;color:#4a5568;vertical-align:middle}.deadline-action{font-weight:500;color:#2d3748;width:50%}.deadline-time{color:#4a5568;width:50%}.faq-categories{display:flex;flex-direction:column;gap:16px}.faq-category{background:#fff;border:2px solid #e2e8f0;border-radius:12px;overflow:hidden;transition:all .2s}.faq-category:hover{border-color:transparent;box-shadow:0 2px 8px #e6a57e1a}.faq-category-header{width:100%;display:flex;align-items:center;gap:16px;padding:18px 24px;background:none;border:none;border-left:4px solid #E6A57E;cursor:pointer;text-align:left;transition:background-color .2s}.faq-category-header:hover{background-color:#f7fafc}.faq-category-icon{display:flex;align-items:center;justify-content:center;color:#e6a57e;flex-shrink:0}.faq-category-name{flex:1;font-size:16px;font-weight:600;color:#1a202c}.faq-chevron{display:flex;align-items:center;justify-content:center;color:#718096;flex-shrink:0;transition:transform .2s}.faq-questions{padding:8px 36px 24px;border-top:1px solid #e2e8f0;background-color:#f9fafb}.faq-empty{padding:24px;text-align:center;color:#718096;font-size:14px}.faq-question-item{margin-top:0;background:#fff;border:1px solid #e2e8f0;border-radius:8px;overflow:hidden;transition:all .2s}.faq-question-item:first-child{margin-top:0}.faq-question-item:not(:first-child){margin-top:12px}.faq-question-item:hover{border-color:#e6a57e}.faq-question-header{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 24px 16px 8px;background:none;border:none;cursor:pointer;text-align:left;transition:background-color .2s}.faq-question-header:hover{background-color:#f7fafc}.faq-question-text{flex:1;font-size:15px;font-weight:500;color:#2d3748;line-height:1.5}.faq-answer{padding:18px 36px 20px 24px;background-color:#fff;border-top:1px solid #e2e8f0;animation:slideDown .2s ease-out}.faq-answer p{margin:0;font-size:14px;color:#4a5568;line-height:1.8;white-space:pre-line}.faq-answer ul{margin:12px 0;padding-left:24px;list-style:none}.faq-answer ul li{margin:10px 0;line-height:1.7;color:#4a5568;position:relative;padding-left:20px}.faq-answer ul li:before{content:"•";color:#e6a57e;font-weight:700;position:absolute;left:0;font-size:18px}.faq-link{color:#e6a57e;text-decoration:underline;font-weight:500;transition:color .2s}.faq-link:hover{color:#d4945f}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.faq-title{font-size:20px}.deadlines-table th,.deadlines-table td{padding:10px 12px;font-size:13px}.deadline-action{width:45%}.deadline-time{width:55%}.faq-category-header{padding:14px 16px;gap:12px}.faq-category-icon{font-size:20px}.faq-category-name{font-size:15px}.faq-questions{padding:8px 24px 20px}.faq-question-header{padding:14px 20px 14px 8px}.faq-question-text{font-size:14px}.faq-answer{padding:16px 24px 18px}.faq-answer p{font-size:13px}}.seller-support{min-height:100vh;background:#f8fafc;padding:0;width:100%;max-width:100%;box-sizing:border-box;overflow-x:hidden}.seller-support-container{width:100%;max-width:100%;margin:0;padding:32px;box-sizing:border-box}.support-header{display:grid;grid-template-columns:1fr auto 1fr;align-items:baseline;margin-bottom:32px;padding:28px 36px;background:#fff;border-radius:20px;box-shadow:0 1px 3px #0000000d,0 1px 2px #0000001a;gap:24px;border:1px solid #E5E5E5}.support-header .back-button{display:inline-flex;align-items:center;gap:6px;background:#f5f5f5;border:1px solid #E5E5E5;padding:6px 14px;border-radius:10px;cursor:pointer;color:#404040;font-weight:600;font-size:13px;transition:all .2s cubic-bezier(.4,0,.2,1);white-space:nowrap;justify-self:flex-start;align-self:center;line-height:1.4;margin:0;min-height:32px;box-sizing:border-box}.support-header .back-button:hover{background:#e5e5e5;border-color:#d4d4d4;transform:translate(-2px);color:#171717}.support-search{margin-bottom:32px;margin-left:0!important;margin-right:auto!important;width:100%!important;max-width:100%!important;align-self:flex-start}.seller-support .support-search .search-input-wrapper,.seller-support .support-search .search-input-wrapper.seller-support-search{position:relative;margin-bottom:16px;margin-left:0!important;margin-right:auto!important;width:100%!important;max-width:100%!important}.search-input-wrapper{position:relative;margin-bottom:16px;margin-left:0;margin-right:auto;width:100%;max-width:100%}.search-icon{position:absolute;left:16px;top:50%;transform:translateY(-50%);color:#4a5568;font-size:20px;z-index:1}.search-input{width:100%;padding:14px 16px 14px 48px;border:2px solid #e2e8f0;border-radius:12px;font-size:16px;background-color:#fff;color:#1a202c;font-weight:500;transition:all .2s;box-shadow:0 2px 4px #00000014;text-align:left}.search-input::placeholder{color:#4a5568;font-weight:400}.search-input:focus{outline:none;border-color:#e2e8f0;border-width:2px;box-shadow:0 2px 4px #00000014;background-color:#fff}.seller-support-search-input,.seller-support-search-input:focus{border-color:#e2e8f0!important;box-shadow:0 2px 4px #00000014!important;width:100%!important;max-width:100%!important;margin-left:0!important;margin-right:0!important;text-align:left!important}.seller-support-search-input:hover{border-color:#e6a57e!important;box-shadow:0 2px 4px #00000014,0 0 0 3px #e6a57e33!important;width:100%!important;max-width:100%!important;margin-left:0!important;margin-right:0!important;text-align:left!important}.filter-btn{padding:8px 16px;border:2px solid #e2e8f0;background:#fff;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s;color:#4a5568}.filter-btn:hover{border-color:#e6a57e;color:#e6a57e}.filter-btn.active{background:#e6a57e;border-color:#e6a57e;color:#fff}.tickets-section-title{font-size:24px;font-weight:700;color:#1a202c;margin:0 0 20px}.status-filters{display:flex;justify-content:space-between;align-items:center;gap:12px;flex-wrap:wrap;margin-bottom:24px}.status-filters-left{display:flex;gap:12px;flex-wrap:wrap}.status-filters .btn-view-all{margin-left:auto}.status-filters .btn-new-ticket{padding:8px 16px;font-size:14px;border-radius:8px;box-shadow:0 2px 8px #e6a57e33}.status-filters .btn-new-ticket:hover{transform:translateY(-1px);box-shadow:0 2px 8px #e6a57e4d}.btn-view-all{display:flex;align-items:center;gap:6px;padding:8px 16px;background:#fff;border:2px solid #E6A57E;border-radius:8px;font-size:14px;font-weight:600;color:#e6a57e;cursor:pointer;transition:all .2s}.btn-view-all:hover{background:#e6a57e;color:#fff;transform:translateY(-1px);box-shadow:0 2px 8px #e6a57e4d}.btn-new-ticket{display:flex;align-items:center;gap:8px;padding:12px 24px;background:linear-gradient(135deg,#e6a57e,#d4945f);color:#fff;border:none;border-radius:12px;font-size:16px;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s;box-shadow:0 4px 12px #e6a57e4d}.btn-new-ticket:hover{transform:translateY(-2px);box-shadow:0 6px 16px #e6a57e66}.tickets-list{display:grid;gap:16px}.ticket-card{background:#fff;border:2px solid #e2e8f0;border-radius:16px;padding:24px;cursor:pointer;transition:all .2s;box-shadow:0 2px 8px #0000000d}.ticket-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px}.ticket-card-header h3{font-size:18px;font-weight:600;color:#1a202c;margin:0 0 4px}.ticket-number{font-size:14px;color:#718096;margin:0}.status-badge{display:inline-block;padding:6px 12px;border-radius:20px;font-size:12px;font-weight:600;color:#fff;text-transform:uppercase;letter-spacing:.5px}.ticket-description-preview{color:#4a5568;font-size:14px;margin:0 0 16px;line-height:1.6;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.ticket-card-footer{display:flex;justify-content:space-between;align-items:center;padding-top:16px;border-top:1px solid #e2e8f0}.ticket-meta-info{display:flex;gap:8px;flex-wrap:wrap}.category-tag,.priority-tag{display:inline-block;padding:4px 12px;border-radius:12px;font-size:12px;font-weight:500;color:#fff}.ticket-date{font-size:12px;color:#a0aec0}.no-tickets{text-align:center;padding:64px 24px;background:#fff;border-radius:16px;border:2px dashed #e2e8f0}.no-tickets p{font-size:18px;color:#718096;margin-bottom:24px}.new-ticket-form{background:#fff;border-radius:16px;padding:32px;border:2px solid #e2e8f0;box-shadow:0 4px 16px #0000000d}.new-ticket-form h2{font-size:24px;font-weight:700;color:#1a202c;margin:0 0 24px}.form-group{margin-bottom:24px}.form-group label{display:block;font-size:14px;font-weight:600;color:#2d3748;margin-bottom:8px}.form-group input,.form-group select,.form-group textarea{width:100%;padding:12px 16px;border:2px solid #e2e8f0;border-radius:12px;font-size:16px;transition:border-color .2s;font-family:inherit}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#e6a57e}.form-group textarea{resize:vertical;min-height:120px}.form-actions{display:flex;gap:12px;justify-content:flex-end;margin-top:32px}.btn-cancel{padding:12px 24px;min-width:120px;background:#fff;border:2px solid #e2e8f0;border-radius:12px;font-size:16px;font-weight:600;color:#4a5568;cursor:pointer;transition:all .2s}.btn-cancel:hover{border-color:#cbd5e0;background:#f7fafc}.btn-submit{padding:12px 24px;background:linear-gradient(135deg,#e6a57e,#d4945f);color:#fff;border:none;border-radius:12px;font-size:16px;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s;box-shadow:0 4px 12px #e6a57e4d}.btn-submit:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 16px #e6a57e66}.btn-submit:disabled{opacity:.6;cursor:not-allowed}.email-info{margin-top:24px;padding:16px;background:#ebf8ff;border-radius:12px;border-left:4px solid #3B82F6}.email-info p{margin:4px 0;color:#2c5282;font-size:14px}.loading{text-align:center;padding:64px 24px;color:#718096;font-size:18px}.ticket-detail{display:grid;gap:24px}.ticket-info-card{background:#fff;border-radius:16px;padding:32px;border:2px solid #e2e8f0;box-shadow:0 4px 16px #0000000d}.ticket-header-info{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:24px;flex-wrap:wrap;gap:16px}.ticket-header-info h2{font-size:24px;font-weight:700;color:#1a202c;margin:0 0 12px}.ticket-meta{display:flex;gap:8px;flex-wrap:wrap}.priority-badge,.category-badge{display:inline-block;padding:6px 12px;border-radius:20px;font-size:12px;font-weight:600;color:#fff;text-transform:uppercase;letter-spacing:.5px}.ticket-actions{display:flex;gap:12px;flex-wrap:wrap}.btn-resolved{display:flex;align-items:center;gap:8px;padding:10px 20px;background:#10b981;color:#fff;border:none;border-radius:12px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s}.btn-resolved:hover{background:#059669;transform:translateY(-1px)}.btn-delete{display:flex;align-items:center;gap:8px;padding:10px 20px;background:#ef4444;color:#fff;border:none;border-radius:12px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s}.btn-delete:hover{background:#dc2626;transform:translateY(-1px)}.ticket-description{margin-bottom:24px;padding-bottom:24px;border-bottom:1px solid #e2e8f0}.ticket-description h3{font-size:16px;font-weight:600;color:#2d3748;margin:0 0 12px}.ticket-description p{color:#4a5568;line-height:1.6;margin:0}.ticket-dates{color:#718096;font-size:14px}.ticket-dates p{margin:8px 0}.ticket-resolution{margin-top:24px;padding-top:24px;border-top:1px solid #e2e8f0}.ticket-resolution h3{font-size:16px;font-weight:600;color:#2d3748;margin:0 0 12px}.ticket-resolution p{color:#4a5568;line-height:1.6;margin:0}.messages-section{background:#fff;border-radius:16px;padding:32px;border:2px solid #e2e8f0;box-shadow:0 4px 16px #0000000d}.messages-section h3{font-size:20px;font-weight:700;color:#1a202c;margin:0 0 24px}.messages-list::-webkit-scrollbar-track{background:#f1f5f9;border-radius:10px}.messages-list::-webkit-scrollbar-thumb{background:#cbd5e0;border-radius:10px}.messages-list::-webkit-scrollbar-thumb:hover{background:#a0aec0}.message{display:flex;flex-direction:column;margin-bottom:16px;padding:18px 20px;border-radius:12px;border:2px solid #e2e8f0}.user-message{background:#f0f9ff;border-color:#3b82f6;margin-left:32px}.support-message{background:#f9fafb;border-color:#e2e8f0;margin-right:32px}.message-header{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:10px}.message-header strong{font-size:14px;font-weight:600;color:#2d3748;flex-shrink:0}.message-header span{font-size:12px;color:#718096;flex-shrink:0}.message-content{color:#4a5568;line-height:1.6;white-space:pre-wrap}.user-message .message-content{text-align:center;padding-left:0}.no-messages{text-align:center;padding:32px;color:#718096;font-style:italic}.new-message-form textarea{flex:1;padding:12px 16px;border:2px solid #e2e8f0;border-radius:12px;font-size:16px;font-family:inherit;resize:vertical;min-height:80px;transition:border-color .2s}.btn-send{display:flex;align-items:center;gap:8px;padding:12px 24px;background:linear-gradient(135deg,#e6a57e,#d4945f);color:#fff;border:none;border-radius:12px;font-size:16px;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s;box-shadow:0 4px 12px #e6a57e4d;white-space:nowrap}.btn-send:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 16px #e6a57e66}@media(max-width:768px){.seller-support-container{padding:16px}.support-header{padding:16px;min-height:auto}.support-header h1{font-size:20px}.search-input{font-size:16px;padding:12px 14px 12px 44px}.search-icon{left:14px;font-size:18px}.ticket-card-header{flex-direction:column;gap:12px}.ticket-card-footer{flex-direction:column;align-items:flex-start;gap:12px}.ticket-header-info{flex-direction:column}.ticket-actions{width:100%}.btn-resolved,.btn-delete{flex:1;justify-content:center}.user-message,.support-message{margin-left:0;margin-right:0}.new-message-form{flex-direction:column}.btn-send{width:100%;justify-content:center}.status-filters{overflow-x:auto;padding-bottom:8px}.filter-btn{white-space:nowrap}.support-search{margin-bottom:24px}}@media(max-width:480px){.seller-support-container{padding:12px}.support-header{padding:12px;gap:12px}.support-header h1{font-size:18px}.search-input{font-size:16px;padding:10px 12px 10px 40px}.search-icon{left:12px;font-size:16px}}.seller-support-tickets{min-height:100vh;background:#f5f4ef;padding:0;width:100%;max-width:100%;box-sizing:border-box;overflow-x:hidden}.tickets-container{width:100%;max-width:1200px;margin:0 auto;padding:clamp(12px,2.5%,32px);box-sizing:border-box}.tickets-header{display:flex;align-items:flex-start;gap:clamp(12px,2%,24px);margin-bottom:clamp(20px,2.5%,32px);padding:clamp(20px,2.5%,28px) clamp(24px,3%,36px);background:#fff;border-radius:20px;box-shadow:0 1px 3px #0000000d,0 1px 2px #0000001a;border:1px solid #E5E5E5}.btn-back{display:flex;align-items:center;gap:8px;background:#f5f5f5;border:1px solid #E5E5E5;padding:10px 18px;border-radius:12px;cursor:pointer;color:#404040;font-weight:600;font-size:14px;transition:all .2s cubic-bezier(.4,0,.2,1);white-space:nowrap;line-height:1.5;margin:0}.header-content{flex:1;display:flex;flex-direction:column;gap:8px}.tickets-title{font-size:clamp(22px,2.8vw,32px);font-weight:700;color:#171717;margin:0;letter-spacing:-.8px;line-height:1.2}.tickets-subtitle{font-size:clamp(14px,1.4vw,16px);color:#737373;margin:0}.seller-support-tickets .stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(120px,15%),1fr));gap:clamp(8px,1%,16px);margin-bottom:clamp(16px,2%,24px)}.seller-support-tickets .stats-grid .stat-card{background:#fff;border-radius:8px;padding:clamp(8px,.8%,12px) clamp(12px,1.2%,16px);border:1px solid #E5E5E5;font-size:14px;font-weight:500;color:#404040;text-align:center;min-height:0;height:auto}.seller-support-tickets .filters-section{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:clamp(8px,1.5%,16px);margin-bottom:clamp(16px,2%,24px);padding:clamp(8px,1%,12px) clamp(12px,1.5%,16px);padding-left:12px;background:#fff;border-radius:8px;border:1px solid #E5E5E5}.seller-support-tickets .filters-section .search-input-wrapper{flex:0 1 70%;width:70%;min-width:90px;max-width:none}.seller-support-tickets .filters-section .filter-group{display:flex;flex-direction:row;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:nowrap;min-width:0;width:auto;flex:0 0 auto;margin-left:0}.seller-support-tickets .filter-label{font-size:12px;font-weight:600;color:#404040;flex-shrink:0}.seller-support-tickets .filter-tabs{display:flex;gap:6px;flex-wrap:wrap;text-align:right}.seller-support-tickets .filter-tab{padding:5px 10px;background:#fff;border:1px solid #E5E5E5;border-radius:6px;font-weight:500;font-size:12px;color:#404040;cursor:pointer;transition:all .2s;white-space:nowrap;text-align:right}.seller-support-tickets .filter-tab:hover{background:#fafafa;border-color:#d4d4d4}.seller-support-tickets .filter-tab.active{background:#e6a57e;color:#fff;border-color:#e6a57e}.seller-support-tickets .filters-section .search-input-wrapper{position:relative;flex:0 1 70%;width:70%;min-width:90px;max-width:none}.seller-support-tickets .filters-section .search-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#737373;z-index:1;pointer-events:none}.seller-support-tickets .filters-section .search-input{border:1px solid #E5E5E5;border-radius:6px;padding:clamp(5px,.5%,8px) clamp(8px,1%,12px);padding-left:36px;outline:none;font-size:clamp(11px,1.1vw,13px);color:#171717;background:#f9f9f9;font-weight:500;width:100%}.seller-support-tickets .filters-section .search-input:focus{border-color:#e6a57e;background:#fff}.seller-support-tickets .filters-section .search-input::placeholder{color:#737373}.tickets-list{display:flex;flex-direction:column;gap:clamp(12px,1.5%,20px);margin-bottom:clamp(20px,2.5%,32px)}.ticket-card{background:#fff;border-radius:16px;padding:24px;border:2px solid #E5E5E5;box-shadow:0 2px 8px #0000000d;transition:all .2s}.ticket-card:hover{border-color:#e6a57e;transform:translateY(-2px);box-shadow:0 4px 16px #0000001a}.ticket-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px;gap:12px}.ticket-info{flex:1}.ticket-subject{font-size:18px;font-weight:600;color:#171717;margin:0 0 4px}.ticket-number{font-size:14px;color:#737373;margin:0}.ticket-status{padding:6px 12px;border-radius:20px;font-size:12px;font-weight:600;white-space:nowrap;text-transform:uppercase;letter-spacing:.5px}.status-open{background:#dbeafe;color:#1d4ed8}.status-progress,.status-waiting{background:#fef3c7;color:#b45309}.status-resolved{background:#d1fae5;color:#047857}.status-closed{background:#e5e5e5;color:#404040}.ticket-description{font-size:14px;color:#404040;line-height:1.6;margin:0 0 16px;padding-bottom:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.seller-support-tickets .ticket-card .ticket-description{border-bottom:none}.ticket-footer{display:flex;justify-content:space-between;align-items:center;padding-top:0;flex-wrap:wrap;gap:12px}.seller-support-tickets .ticket-card .ticket-footer{border-top:none}.ticket-meta{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.ticket-date{font-size:12px;color:#737373}.ticket-category{padding:4px 12px;border-radius:12px;font-size:12px;font-weight:600;background:#ffe8dc;color:#a67245}.ticket-actions{display:flex;gap:8px;flex-wrap:wrap}.btn-view,.btn-resolved,.btn-delete{display:flex;align-items:center;gap:6px;padding:8px 16px;border-radius:8px;font-weight:600;font-size:14px;cursor:pointer;transition:all .2s;border:none}.btn-view{background:#e6a57e;color:#fff}.btn-view:hover{background:#d4946b;transform:translateY(-1px)}.btn-resolved{background:#d1fae5;color:#047857}.btn-resolved:hover:not(:disabled){background:#a7f3d0}.btn-resolved:disabled{background:#e5e5e5;color:#737373;cursor:not-allowed}.btn-delete{background:#fee2e2;color:#b91c1c}.btn-delete:hover{background:#fecaca}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:clamp(40px,8%,64px) clamp(24px,5%,40px);background:#fff;border-radius:20px;border:2px dashed #E5E5E5;min-height:280px;max-width:420px;margin:0 auto;box-shadow:0 2px 8px #0000000a}.empty-state-content{display:flex;flex-direction:column;align-items:center;gap:12px;width:100%}.empty-state-icon{display:flex;align-items:center;justify-content:center;width:80px;height:80px;border-radius:50%;background:#fff5ef;color:#e6a57e;margin-bottom:4px;flex-shrink:0;position:relative}.empty-state-icon svg{display:block!important;margin:0!important;padding:0!important;flex-shrink:0;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:48px!important;height:48px!important}.empty-state-message{font-size:18px;font-weight:600;color:#404040;margin:0}.empty-state-hint{font-size:14px;color:#737373;margin:0 0 8px}.btn-primary{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:#e6a57e;color:#fff;border:none;padding:12px 24px;border-radius:12px;font-weight:600;font-size:16px;cursor:pointer;transition:all .2s;box-shadow:0 4px 12px #e6a57e4d;line-height:1.25}.btn-primary-icon{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;flex-shrink:0;padding:0}.btn-primary-icon svg{display:block;width:20px;height:20px;margin:0!important;padding:0}.btn-primary-text{display:inline-block;line-height:inherit;vertical-align:middle}.empty-state-cta{margin-top:8px}.btn-primary:hover{background:#d4946b;transform:translateY(-2px);box-shadow:0 6px 16px #e6a57e66}.loading-state{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;gap:16px}.loading-spinner{width:40px;height:40px;border:4px solid #E5E5E5;border-top:4px solid #E6A57E;border-radius:50%;animation:spin 1s linear infinite}.seller-support-tickets .ticket-detail-card{background:#fff;border-radius:16px;padding:24px;border:1px solid #E5E5E5;box-shadow:0 2px 8px #0000000f;margin-bottom:24px}.seller-support-tickets .ticket-detail-card .ticket-detail-top-row{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:16px 24px;padding:16px 20px;background:#fafafa;border-radius:12px;margin-bottom:20px}.seller-support-tickets .ticket-detail-card .ticket-detail-meta{display:flex;flex-wrap:wrap;align-items:center;gap:8px 24px}.seller-support-tickets .ticket-detail-card .ticket-detail-meta-row{display:flex;align-items:center;gap:8px}.seller-support-tickets .ticket-detail-card .ticket-detail-label{font-size:12px;font-weight:600;color:#737373;text-transform:uppercase;letter-spacing:.4px}.seller-support-tickets .ticket-detail-card .ticket-detail-value{font-size:14px;color:#404040;font-weight:500}.seller-support-tickets .ticket-detail-card .ticket-detail-actions{display:flex;gap:12px;flex-wrap:wrap;align-items:center;flex-shrink:0}.seller-support-tickets .ticket-detail-card .ticket-description-section,.seller-support-tickets .ticket-detail-card .ticket-resolution-section{margin-bottom:24px}.seller-support-tickets .ticket-detail-card .ticket-resolution-section{padding-top:20px;border-top:1px solid #E5E5E5}.seller-support-tickets .ticket-detail-card .ticket-detail-section-title{font-size:14px;font-weight:600;color:#737373;text-transform:uppercase;letter-spacing:.4px;margin:0 0 10px}.seller-support-tickets .ticket-detail-card .ticket-description-content,.seller-support-tickets .ticket-detail-card .ticket-resolution-content{padding:16px 20px;background:#f0f9ff;border-radius:12px;border-left:4px solid #5BA8D1}.seller-support-tickets .ticket-detail-card .ticket-description-content p,.seller-support-tickets .ticket-detail-card .ticket-resolution-content p{margin:0;font-size:15px;color:#404040;line-height:1.7}.messages-section{background:#fff;border-radius:16px;padding:32px;border:2px solid #E5E5E5;box-shadow:0 4px 16px #0000000d}.messages-section h3{font-size:20px;font-weight:700;color:#171717;margin:0 0 24px}.messages-list{max-height:500px;overflow-y:auto;margin-bottom:24px;padding-right:8px}.messages-list::-webkit-scrollbar{width:6px}.messages-list::-webkit-scrollbar-track{background:#f5f5f5;border-radius:10px}.messages-list::-webkit-scrollbar-thumb{background:#d4d4d4;border-radius:10px}.messages-list::-webkit-scrollbar-thumb:hover{background:#a3a3a3}.message{margin-bottom:16px;padding:16px;border-radius:12px;border:2px solid #E5E5E5}.user-message{background:#eff6ff;border-color:#93c5fd}.support-message{background:#fafafa;border-color:#e5e5e5}.message-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.message-header strong{font-size:14px;font-weight:600;color:#404040}.message-header span{font-size:12px;color:#737373}.message-content{color:#404040;line-height:1.6;white-space:pre-wrap}.no-messages{text-align:center;padding:32px;color:#737373;font-style:italic}.new-message-form{display:flex;gap:12px;align-items:flex-end}.new-message-form textarea{flex:1;padding:12px 16px;border:2px solid #E5E5E5;border-radius:12px;font-size:16px;font-family:inherit;resize:vertical;min-height:80px;transition:border-color .2s;background:#fff;color:#171717}.new-message-form textarea:focus{outline:none;border-color:#e6a57e}.btn-send{display:flex;align-items:center;gap:8px;padding:12px 24px;background:#e6a57e;color:#fff;border:none;border-radius:12px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s;box-shadow:0 4px 12px #e6a57e4d;white-space:nowrap}.btn-send:hover:not(:disabled){background:#d4946b;transform:translateY(-2px);box-shadow:0 6px 16px #e6a57e66}.btn-send:disabled{opacity:.6;cursor:not-allowed}@media(max-width:768px){.tickets-container{padding:16px}.tickets-header{padding:16px;flex-direction:column;gap:16px}.tickets-title{font-size:24px}.seller-support-tickets .stats-grid{grid-template-columns:repeat(2,1fr);gap:10px}.seller-support-tickets .stats-grid .stat-card{padding:8px 12px;font-size:13px}.seller-support-tickets .filters-section{flex-wrap:wrap;padding:10px 12px;justify-content:flex-start}.seller-support-tickets .filters-section .search-input-wrapper{flex:1 1 100%;width:100%;max-width:100%;margin-bottom:8px}.seller-support-tickets .filters-section .filter-group{flex:1 1 100%;width:100%;justify-content:flex-start;margin-top:8px}.seller-support-tickets .filter-tabs{gap:6px;flex-wrap:wrap}.seller-support-tickets .filter-tab{padding:4px 8px;font-size:11px}.ticket-footer{flex-direction:column;align-items:stretch}.ticket-actions{width:100%;justify-content:stretch}.btn-view,.btn-resolved,.btn-delete{flex:1;justify-content:center}.seller-support-tickets .ticket-detail-card .ticket-detail-top-row{flex-direction:column;align-items:stretch}.seller-support-tickets .ticket-detail-card .ticket-detail-actions{width:100%;justify-content:stretch}.seller-support-tickets .ticket-detail-card .ticket-detail-actions button{flex:1;justify-content:center}.new-message-form{flex-direction:column}.btn-send{width:100%;justify-content:center}}@media(max-width:480px){.tickets-container{padding:12px}.tickets-title{font-size:20px}.seller-support-tickets .stats-grid{grid-template-columns:1fr}.ticket-card{padding:16px}.seller-support-tickets .filters-section{flex-direction:column;align-items:stretch;gap:12px}.seller-support-tickets .filters-section .search-input-wrapper{flex:1 1 100%;width:100%;max-width:100%}.seller-support-tickets .filters-section .search-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);margin-right:0}.seller-support-tickets .filters-section .search-input{padding-left:36px}.seller-support-tickets .filters-section .filter-group{flex:1 1 100%;width:100%;justify-content:flex-start;flex-wrap:wrap}.seller-support-tickets .filter-tabs{width:100%;justify-content:flex-start}}.product-reviews{min-height:100vh;background:#f8fafc;padding:32px;font-family:inherit;width:100%;max-width:100%;box-sizing:border-box;overflow-x:hidden}.reviews-header{display:grid;grid-template-columns:1fr auto 1fr;align-items:baseline;margin-bottom:32px;padding:28px 36px;background:#fff;border-radius:20px;box-shadow:0 1px 3px #0000000d,0 1px 2px #0000001a;gap:24px;border:1px solid #E5E5E5}.reviews-stats{display:flex;gap:12px;justify-content:flex-end;align-items:center;flex-wrap:nowrap;align-self:baseline}.reviews-stats span{background:#f5f5f5;padding:8px 14px;border-radius:8px;border:1px solid #E5E5E5;font-size:14px;font-weight:500;color:#404040;white-space:nowrap}.product-reviews .reviews-stats-section{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:10px;margin-bottom:24px}.product-reviews .reviews-stats-section .stat-card{background:#fff;padding:8px 12px;border-radius:8px;box-shadow:0 1px 3px #0000001a;border:1px solid #e2e8f0;text-align:center;height:72px;max-height:72px;min-height:72px;display:flex;flex-direction:column;align-items:center;justify-content:center;box-sizing:border-box}.product-reviews .reviews-stats-section .stat-card .stat-label{font-size:11px;color:#718096;font-weight:500;line-height:1.2;margin:0 0 2px}.product-reviews .reviews-stats-section .stat-card .stat-value{font-size:20px;font-weight:700;color:#e6a57e;margin:0;line-height:1.1}.reviews-stats-section .stat-card{height:72px;max-height:72px;padding:8px 12px}.reviews-stats-section .stat-value{font-size:18px;margin-bottom:1px}.reviews-stats-section .stat-label{font-size:10px}.reviews-filters{display:flex;gap:16px;margin-bottom:24px;flex-wrap:wrap}.product-reviews .reviews-filters .search-box{flex:1;min-width:592px;position:relative}.product-reviews .reviews-filters .search-input{width:100%;height:36px;padding:0 16px 0 44px;border:1px solid #e2e8f0;border-radius:8px;font-size:14px;line-height:36px;background:#fff;transition:border-color .2s;box-sizing:border-box}.product-reviews .reviews-filters .search-input:focus{outline:none;border-color:#e2e8f0;box-shadow:none}.date-filter{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.date-presets{flex-shrink:0}.date-preset-select{min-width:160px;height:36px;padding:0 36px 0 12px;border:1px solid #e2e8f0;border-radius:8px;font-size:12px;background-color:transparent;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none' stroke='%23718096' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 4.5 L6 7.5 L9 4.5'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;cursor:pointer;transition:border-color .2s;box-sizing:border-box;appearance:none;-webkit-appearance:none;-moz-appearance:none;color:#4a5568}.date-preset-select:focus{outline:none;border-color:#e6a57e}.date-range{display:flex;align-items:center;gap:8px}.date-input{height:36px;padding:0 12px;border:1px solid #e2e8f0;border-radius:8px;font-size:12px;background-color:transparent;color:#4a5568;cursor:pointer;transition:border-color .2s;box-sizing:border-box}.date-input:focus{outline:none;border-color:#e6a57e}.date-input::-webkit-calendar-picker-indicator{cursor:pointer;opacity:.7}.date-filter-sep{font-size:12px;color:#718096;flex-shrink:0}.search-box{flex:1;min-width:300px;position:relative}.search-icon{position:absolute;left:16px;top:50%;transform:translateY(-50%);color:#718096;pointer-events:none;font-size:18px}.search-input{width:100%;padding:12px 16px 12px 44px;border:1px solid #e2e8f0;border-radius:8px;font-size:14px;background:#fff;transition:border-color .2s}.filter-group{display:flex;align-items:center;gap:8px;min-width:200px}.filter-icon{color:#718096}.filter-select{flex:1;padding:12px 16px;border:1px solid #e2e8f0;border-radius:8px;font-size:14px;background:#fff;cursor:pointer;transition:border-color .2s}.filter-select:focus{outline:none;border-color:#e6a57e}.reviews-list{display:flex;flex-direction:column;gap:16px}.review-card{background:#fff;border-radius:12px;padding:24px;box-shadow:0 1px 3px #0000001a;border:1px solid #e2e8f0;transition:all .2s}.review-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.review-main{flex:1}.review-product-info{display:flex;gap:16px;margin-bottom:16px;align-items:flex-start}.product-image{width:80px;height:80px;object-fit:cover;border-radius:8px;border:1px solid #e2e8f0}.product-details{flex:1}.product-name{font-size:18px;font-weight:600;color:#1a202c;margin:0 0 8px}.review-rating{display:flex;align-items:center;gap:8px}.star{color:#cbd5e0;fill:#cbd5e0}.star.filled{color:#fbbf24;fill:#fbbf24}.rating-value{font-weight:600;color:#4a5568;font-size:14px}.review-content{margin-top:16px}.review-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.reviewer-info{display:flex;align-items:center;gap:8px}.reviewer-name{font-weight:600;color:#1a202c;font-size:14px}.verified-badge{background:#dbeafe;color:#1e40af;padding:4px 8px;border-radius:4px;font-size:11px;font-weight:600;text-transform:uppercase}.review-date{font-size:12px;color:#718096}.review-text{color:#4a5568;line-height:1.6;margin:12px 0;font-size:14px}.detailed-ratings{display:flex;gap:24px;margin-top:16px;padding-top:16px;border-top:1px solid #e2e8f0;flex-wrap:wrap}.rating-item{display:flex;align-items:center;gap:8px}.rating-label{font-size:12px;color:#718096;font-weight:500}.rating-stars-small{display:flex;gap:2px}.rating-stars-small .star{width:12px;height:12px}.review-image{margin-top:16px}.review-image img{max-width:200px;max-height:200px;object-fit:cover;border-radius:8px;border:1px solid #e2e8f0}.review-actions{display:flex;gap:12px;align-items:center;margin-top:16px;padding-top:16px;border-top:1px solid #e2e8f0}.btn-view-details{background:#e6a57e;color:#fff;border:none;padding:8px 16px;border-radius:6px;font-weight:600;cursor:pointer;transition:all .2s;display:flex;align-items:center;gap:8px;font-size:14px}.btn-view-details:hover{background:#d4946b;transform:translateY(-1px)}.empty-state{text-align:center;padding:60px 20px;color:#718096}.empty-state p{font-size:18px;margin:0}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.modal-content{background:#fff;border-radius:12px;max-width:700px;width:90%;max-height:80vh;overflow-y:auto;box-shadow:0 20px 25px -5px #0000001a}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:24px;border-bottom:1px solid #e2e8f0}.modal-header h2{font-size:20px;font-weight:600;color:#1a202c;margin:0}.modal-close{background:none;border:none;font-size:24px;color:#718096;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:all .2s}.modal-close:hover{background:#f7fafc;color:#1a202c}.modal-body{padding:24px}.review-detail-section{margin-bottom:24px}.review-detail-section h3{font-size:16px;font-weight:600;color:#1a202c;margin:0 0 12px}.detail-product{display:flex;gap:16px;align-items:center}.detail-product-image{width:100px;height:100px;object-fit:cover;border-radius:8px;border:1px solid #e2e8f0}.detail-product-name{font-size:18px;font-weight:600;color:#1a202c;margin:0 0 4px}.detail-product-id{font-size:12px;color:#718096;margin:0}.detail-rating{display:flex;align-items:center;gap:8px}.detail-rating-value{font-size:20px;font-weight:700;color:#1a202c}.detail-content{color:#4a5568;line-height:1.6;font-size:14px;margin:0}.detail-ratings-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px}.detail-rating-item{display:flex;flex-direction:column;gap:8px}.detail-rating-label{font-size:12px;color:#718096;font-weight:600;text-transform:uppercase}.detail-rating-stars{display:flex;align-items:center;gap:8px}.detail-rating-stars span{font-weight:600;color:#4a5568}.detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.detail-item{display:flex;flex-direction:column;gap:4px}.detail-item label{font-size:12px;font-weight:600;color:#718096;text-transform:uppercase;letter-spacing:.5px}.detail-item span{font-size:14px;color:#1a202c}.detail-review-image{margin-top:12px}.detail-review-image img{max-width:100%;max-height:400px;object-fit:contain;border-radius:8px;border:1px solid #e2e8f0}.reviews-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;gap:16px}.loading-spinner{width:40px;height:40px;border:4px solid #e2e8f0;border-top:4px solid #e6a57e;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.reviews-error{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;gap:16px;color:#e53e3e}@media(max-width:768px){.product-reviews{padding:16px}.reviews-header{grid-template-columns:1fr;gap:16px;padding:20px 24px}.btn-back{justify-self:flex-start}.header-content{justify-content:flex-start}.header-content h1{text-align:left}.reviews-stats{justify-content:flex-start;width:100%}.reviews-stats-section{grid-template-columns:repeat(2,1fr)}.reviews-filters{flex-direction:column}.search-box,.filter-group,.date-filter{min-width:unset}.date-filter{width:100%}.date-range,.date-input{flex:1;min-width:0}.review-product-info{flex-direction:column}.product-image{width:100%;height:200px}.review-header{flex-direction:column;align-items:flex-start;gap:8px}.detailed-ratings{flex-direction:column;gap:12px}.detail-grid,.detail-ratings-grid{grid-template-columns:1fr}.modal-content{width:95%;margin:20px}.detail-product{flex-direction:column;align-items:flex-start}}.inventory-management{min-height:100vh;background:#f8fafc;padding:32px;width:100%;max-width:100%;box-sizing:border-box;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.inventory-header{display:grid;grid-template-columns:1fr auto 1fr;align-items:baseline;margin-bottom:32px;padding:28px 36px;background:#fff;border-radius:20px;box-shadow:0 1px 3px #0000000d,0 1px 2px #0000001a;gap:24px;border:1px solid #E5E5E5}.header-content p{font-size:15px;color:#737373;margin:0;font-weight:400}.btn-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:1px solid #e2e8f0;background:#fff;border-radius:8px;cursor:pointer;transition:all .2s;color:#64748b;position:relative}.btn-icon:hover{background:#f8fafc;border-color:#e6a57e;color:#e6a57e}.btn-icon input{position:absolute;width:100%;height:100%;opacity:0;cursor:pointer}.inventory-stats-section{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:16px;margin-bottom:32px}.stat-card{background:#fff;padding:12px;border-radius:12px;box-shadow:0 1px 3px #0000001a;border:1px solid #e2e8f0;text-align:center;transition:all .2s}.stat-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.stat-card.success{border-color:#10b981;background:#fff}.stat-card.warning{border-color:#fbbf24;background:#fff}.stat-card.danger{border-color:#ef4444;background:#fff}.stat-label{font-size:14px;color:#6b7280;font-weight:500;margin-bottom:4px}.inventory-stats-section .stat-card .stat-value{font-size:28px;font-weight:700;color:#e6a57e}.inventory-stats-section .stat-card .stat-value.stock-value-amount{font-size:24px}.inventory-stats-section .stat-card.success .stat-value,.inventory-stats-section .stat-card.warning .stat-value,.inventory-stats-section .stat-card.danger .stat-value{color:#e6a57e}.inventory-filters{display:flex;gap:1rem;margin-bottom:2rem;align-items:center;flex-wrap:wrap}.search-box{position:relative;flex:1;min-width:300px}.search-icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:#94a3b8;pointer-events:none}.search-input{width:100%;padding:.75rem 1rem .75rem 2.75rem;border:1px solid #e2e8f0;border-radius:8px;font-size:.875rem;transition:all .2s;-webkit-appearance:none;appearance:none}.search-input::placeholder{color:#94a3b8;opacity:1}.search-input:focus{outline:none;border-color:#e6a57e;box-shadow:0 0 0 3px #e6a57e1a}.status-filter-select,.category-filter-select,.sort-filter-select{padding:.75rem 2.5rem .75rem 1rem;border:1px solid #e2e8f0;border-radius:8px;font-size:.875rem;color:#475569;background:#fff;cursor:pointer;transition:all .2s;min-width:180px;-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23475569' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;background-size:12px}.status-filter-select:focus,.category-filter-select:focus,.sort-filter-select:focus{outline:none;border-color:#e6a57e;box-shadow:0 0 0 3px #e6a57e1a}.status-filter-select:hover,.category-filter-select:hover,.sort-filter-select:hover{border-color:#cbd5e1}.filter-checkbox{display:flex;align-items:center;gap:.5rem;cursor:pointer;-webkit-user-select:none;user-select:none;font-size:.875rem;color:#475569}.filter-checkbox input[type=checkbox]{width:18px;height:18px;cursor:pointer;accent-color:#e6a57e}.inventory-list{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.product-group{background:#fff;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden}.product-group-header{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;background:#f8fafc;border-bottom:1px solid #e2e8f0}.product-group-header h3{font-size:1.125rem;font-weight:600;color:#1e293b;margin:0}.product-variants-count{font-size:.875rem;color:#64748b;background:#fff;padding:.25rem .75rem;border-radius:12px;border:1px solid #e2e8f0}.inventory-list .product-group .product-group-header .category-badge,.inventory-list .product-group .product-group-header>div .category-badge,.product-group-header span.category-badge{color:#1e293b}.inventory-table{overflow-x:auto}.inventory-table table{width:100%;border-collapse:collapse}.inventory-table thead{background:#f8fafc}.inventory-table th{padding:1rem;text-align:center;font-size:.75rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.5px;border-bottom:2px solid #e2e8f0}.inventory-table td{padding:1rem;border-bottom:1px solid #e2e8f0;font-size:.875rem;color:#475569;text-align:center}.inventory-table tbody tr:hover{background:#f8fafc}.variant-badge{display:inline-block;padding:.375rem .75rem;border-radius:8px;font-size:.875rem;font-weight:600;color:#1e293b;background:#f8fafc;border:1px solid #e2e8f0;min-width:100px;text-align:center}.category-badge{display:inline-block;padding:.375rem .75rem;border-radius:8px;font-size:.875rem;font-weight:500;color:#1e293b;background:#fff;border:1px solid #e2e8f0;text-align:center;text-transform:none}.subcategory-badge{display:inline-block;padding:.375rem .75rem;border-radius:8px;font-size:.875rem;font-weight:500;color:#92400e;background:#fffbeb;border:1px solid #fde68a;text-align:center;text-transform:none}.inventory-total-qty{display:inline-flex;align-items:center;padding:.375rem .75rem;border-radius:8px;font-size:.875rem;font-weight:600;color:#1d4ed8;background:#eff6ff;border:1px solid #bfdbfe}.color-badge{display:inline-block;padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:500;color:#1e293b;border:1px solid #e2e8f0;min-width:60px;text-align:center}.quantity-value{font-weight:600;color:#1e293b;cursor:pointer;padding:.5rem 1rem;border-radius:8px;transition:all .2s;display:inline-block;-webkit-user-select:none;user-select:none;background:#f8fafc;border:1px solid #e2e8f0;min-width:80px;text-align:center;height:38px;line-height:1.5;box-sizing:border-box}.quantity-value:hover{background:#f1f5f9;border-color:#e6a57e;color:#e6a57e}.quantity-edit-wrapper{display:flex;flex-direction:column;gap:.25rem;align-items:center}.quantity-input{min-width:80px;padding:.5rem 1rem;border:1px solid #e2e8f0;border-radius:8px;font-size:.875rem;font-weight:600;text-align:center;background:#f8fafc;transition:all .2s;height:38px;line-height:1.5;box-sizing:border-box}.quantity-input:focus{outline:none;background:#f8fafc;border-color:#e2e8f0;box-shadow:none}.quantity-input:disabled{background:#f8fafc;cursor:not-allowed;opacity:.6}.error-message-small{font-size:.75rem;color:#dc2626;text-align:center;max-width:120px}.available-quantity{font-weight:600;color:#10b981}.available-quantity.warning{color:#f59e0b}.status-badge{display:inline-block;padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:500}.status-badge.success{background:#fff;border:1px solid #10b981;color:#10b981}.status-badge.warning{background:#fff;border:1px solid #f59e0b;color:#f59e0b}.status-badge.danger{background:#fff;border:1px solid #ef4444;color:#ef4444}.btn-edit,.btn-save,.btn-cancel{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border:none;border-radius:8px;cursor:pointer;transition:all .2s;font-size:1.125rem;font-weight:500}.btn-edit{color:#e6a57e;background:#fef3e7;border:2px solid #e6a57e;box-shadow:0 2px 4px #e6a57e26;display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;width:auto;min-width:100px}.btn-edit-text{font-size:.875rem;font-weight:600}.btn-edit:hover{background:#e6a57e;color:#fff;border-color:#d4946a;box-shadow:0 4px 8px #e6a57e4d;transform:translateY(-2px)}.btn-edit:hover .btn-edit-text{color:#fff}.btn-edit:active{transform:translateY(0);box-shadow:0 2px 4px #e6a57e33}.btn-save{color:#10b981;border:1px solid #d1fae5;background:#d1fae5}.btn-save:hover:not(:disabled){background:#10b981;color:#fff;transform:translateY(-1px)}.btn-save:disabled{opacity:.6;cursor:not-allowed}.btn-cancel{color:#ef4444;border:1px solid #fee2e2;background:#fee2e2}.btn-cancel:hover:not(:disabled){background:#ef4444;color:#fff;transform:translateY(-1px)}.btn-cancel:disabled{opacity:.6;cursor:not-allowed}.spinner-small{width:16px;height:16px;border:2px solid #d1fae5;border-top-color:#10b981;border-radius:50%;animation:spin .6s linear infinite}.edit-actions{display:flex;gap:.5rem}.empty-state{text-align:center;padding:4rem 2rem;color:#94a3b8}.empty-state svg{margin-bottom:1rem;opacity:.5}.empty-state p{font-size:1.125rem;margin-bottom:1rem}.btn-clear-filter{padding:.5rem 1rem;background:#e6a57e;color:#fff;border:none;border-radius:6px;cursor:pointer;font-weight:500;transition:all .2s}.btn-clear-filter:hover{background:#d4946a}.inventory-loading,.inventory-error{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;text-align:center}.loading-spinner{width:48px;height:48px;border:4px solid #e2e8f0;border-top-color:#e6a57e;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}.inventory-error h2{color:#dc2626;margin-bottom:.5rem}.btn-retry{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:#e6a57e;color:#fff;border:none;border-radius:8px;cursor:pointer;font-weight:500;margin-top:1rem;transition:all .2s}.btn-retry:hover{background:#d4946a}@media(min-width:1281px){.inventory-list{grid-template-columns:repeat(2,1fr);gap:24px}}@media(max-width:1280px)and (min-width:1024px){.inventory-list{grid-template-columns:repeat(2,1fr);gap:20px}}@media(max-width:1023px)and (min-width:768px){.inventory-header{padding:24px 28px;gap:20px}.header-content h1{font-size:28px}.header-content p{font-size:14px}.inventory-stats-section{grid-template-columns:repeat(3,1fr);gap:14px}.stat-card{padding:14px 12px}.stat-label{font-size:13px}.inventory-stats-section .stat-card .stat-value{font-size:24px}.inventory-stats-section .stat-card .stat-value.stock-value-amount{font-size:20px}.inventory-filters{gap:.875rem}.status-filter-select,.category-filter-select,.sort-filter-select{min-width:160px;font-size:.8125rem;padding:.625rem 2.5rem .625rem .875rem;background-size:11px;background-position:right .75rem center}.inventory-list{grid-template-columns:1fr;gap:18px}.product-group-header{padding:1rem 1.25rem;flex-wrap:wrap;gap:12px}.product-group-header h3{font-size:1rem}}@media(max-width:767px)and (min-width:480px){.inventory-header{grid-template-columns:1fr;gap:16px;padding:20px;align-items:flex-start}.btn-back{justify-self:flex-start;width:auto;padding:8px 16px;font-size:13px}.header-content{justify-self:center;width:100%}.header-title-group{width:100%}.header-content h1{font-size:24px;letter-spacing:-.5px}.header-content p{font-size:13px}.header-actions{justify-self:center;width:100%;justify-content:center;gap:10px}.btn-icon{width:38px;height:38px;font-size:18px}.inventory-stats-section{grid-template-columns:repeat(2,1fr);gap:12px;margin-bottom:24px}.stat-card{padding:12px 10px}.stat-label{font-size:12px;margin-bottom:6px}.inventory-stats-section .stat-card .stat-value{font-size:20px}.inventory-stats-section .stat-card .stat-value.stock-value-amount{font-size:18px}.inventory-filters{flex-direction:column;align-items:stretch;gap:.75rem;margin-bottom:1.5rem}.search-box{min-width:100%;width:100%}.search-input{padding:.625rem .875rem .625rem 2.5rem;font-size:.8125rem}.search-icon{left:.875rem;font-size:16px}.status-filter-select,.category-filter-select,.sort-filter-select{min-width:100%;width:100%;padding:.625rem 2.5rem .625rem .875rem;font-size:.8125rem;background-size:11px;background-position:right .75rem center}.filter-checkbox{font-size:.8125rem;padding:.5rem 0}.inventory-list{grid-template-columns:1fr;gap:16px}.product-group{border-radius:10px}.product-group-header{padding:1rem;flex-direction:column;align-items:flex-start;gap:10px}.product-group-header h3{font-size:1rem;width:100%;word-break:break-word}.product-group-header>div{width:100%;flex-wrap:wrap;gap:8px}.product-variants-count,.category-badge,.subcategory-badge,.inventory-total-qty{font-size:.8125rem;padding:.25rem .625rem}.inventory-list .product-group .product-group-header .category-badge,.inventory-list .product-group .product-group-header>div .category-badge,.product-group-header span.category-badge{color:#1e293b}.inventory-table{overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:#cbd5e1 #f1f5f9}.inventory-table::-webkit-scrollbar{height:6px}.inventory-table::-webkit-scrollbar-track{background:#f1f5f9;border-radius:3px}.inventory-table::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.inventory-table::-webkit-scrollbar-thumb:hover{background:#94a3b8}.inventory-table table{min-width:100%}.inventory-table th{padding:.75rem .5rem;font-size:.6875rem;white-space:nowrap}.inventory-table td{padding:.875rem .5rem;font-size:.8125rem}.variant-badge{font-size:.8125rem;padding:.375rem .625rem;min-width:90px}.quantity-value,.quantity-input{min-width:70px;padding:.5rem .75rem;font-size:.875rem;height:36px}.status-badge{font-size:.6875rem;padding:.25rem .625rem;white-space:nowrap}}@media(max-width:479px){.inventory-header{grid-template-columns:1fr;gap:14px;padding:16px;border-radius:16px}.btn-back{justify-self:flex-start;width:auto;padding:7px 14px;font-size:12px;border-radius:10px}.header-content{justify-self:center;width:100%}.header-title-group{width:100%}.header-content h1{font-size:22px;letter-spacing:-.4px}.header-content p{font-size:12px}.header-actions{justify-self:center;width:100%;justify-content:center;gap:8px;flex-wrap:wrap}.btn-icon{width:36px;height:36px;font-size:16px;border-radius:6px}.inventory-stats-section{grid-template-columns:repeat(2,1fr);gap:10px;margin-bottom:20px}.stat-card{padding:10px 8px;border-radius:10px}.stat-label{font-size:11px;margin-bottom:4px}.inventory-stats-section .stat-card .stat-value{font-size:18px}.inventory-stats-section .stat-card .stat-value.stock-value-amount{font-size:16px}.inventory-filters{flex-direction:column;align-items:stretch;gap:.625rem;margin-bottom:1.25rem}.search-box{min-width:100%;width:100%}.search-input{padding:.5625rem .75rem .5625rem 2.25rem;font-size:.75rem;border-radius:6px}.search-input::placeholder{font-size:.75rem}.search-icon{left:.75rem;font-size:14px}.status-filter-select,.category-filter-select,.sort-filter-select{min-width:100%;width:100%;padding:.5625rem 2.25rem .5625rem .75rem;font-size:.75rem;border-radius:6px;background-size:10px;background-position:right .625rem center}.filter-checkbox{font-size:.75rem;padding:.5rem 0}.filter-checkbox input[type=checkbox]{width:16px;height:16px}.inventory-list{grid-template-columns:1fr;gap:14px}.product-group{border-radius:10px}.product-group-header{padding:.875rem;flex-direction:column;align-items:flex-start;gap:8px}.product-group-header h3{font-size:.9375rem;width:100%;word-break:break-word;line-height:1.4}.product-group-header>div{width:100%;flex-wrap:wrap;gap:6px}.product-variants-count,.category-badge,.subcategory-badge,.inventory-total-qty{font-size:.75rem;padding:.25rem .5rem;border-radius:8px}.inventory-list .product-group .product-group-header .category-badge,.inventory-list .product-group .product-group-header>div .category-badge,.product-group-header span.category-badge{color:#1e293b}.inventory-table{overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:#cbd5e1 #f1f5f9}.inventory-table::-webkit-scrollbar{height:6px}.inventory-table::-webkit-scrollbar-track{background:#f1f5f9;border-radius:3px}.inventory-table::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.inventory-table::-webkit-scrollbar-thumb:hover{background:#94a3b8}.inventory-table table{min-width:100%}.inventory-table th{padding:.625rem .375rem;font-size:.625rem;white-space:nowrap;letter-spacing:.3px}.inventory-table td{padding:.75rem .375rem;font-size:.75rem}.variant-badge{font-size:.75rem;padding:.3125rem .5rem;min-width:80px;border-radius:6px}.quantity-value,.quantity-input{min-width:60px;padding:.4375rem .625rem;font-size:.8125rem;height:34px;border-radius:6px}.status-badge{font-size:.625rem;padding:.25rem .5rem;white-space:nowrap;border-radius:8px}.empty-state{padding:3rem 1.5rem}.empty-state svg{width:40px;height:40px}.empty-state p{font-size:1rem}.btn-clear-filter{padding:.4375rem .875rem;font-size:.8125rem;border-radius:6px}}@media(max-width:360px){.inventory-stats-section{grid-template-columns:1fr;gap:8px}.stat-card{padding:12px 10px}.inventory-stats-section .stat-card .stat-value{font-size:20px}.inventory-stats-section .stat-card .stat-value.stock-value-amount{font-size:18px}}@media(max-width:767px)and (orientation:landscape){.inventory-stats-section{grid-template-columns:repeat(4,1fr)}.inventory-filters{flex-direction:row;flex-wrap:wrap}.search-box{flex:1 1 100%;min-width:100%}.status-filter-select,.category-filter-select,.sort-filter-select{flex:1 1 calc(50% - .5rem);min-width:calc(50% - .5rem)}}.seller-guide-section{margin-bottom:40px}.guide-empty-message{text-align:center;padding:40px 20px;color:#718096;font-size:16px}.guide-topics{display:flex;flex-direction:column;gap:16px}.guide-topic{background:#fff;border:2px solid #e2e8f0;border-radius:12px;overflow:hidden;transition:all .2s}.guide-topic:hover{border-color:#e6a57e;box-shadow:0 2px 8px #e6a57e1a}.guide-topic-header{width:100%;display:flex;align-items:center;gap:16px;padding:18px 24px;background:none;border:none;cursor:pointer;text-align:left;transition:background-color .2s}.guide-topic-header:hover{background-color:#f7fafc}.guide-topic-icon{display:flex;align-items:center;justify-content:center;color:#e6a57e;flex-shrink:0}.guide-topic-title{flex:1;font-size:16px;font-weight:600;color:#1a202c}.guide-chevron{display:flex;align-items:center;justify-content:center;color:#718096;flex-shrink:0;transition:transform .2s}.guide-sections{padding:20px 36px 24px;border-top:1px solid #e2e8f0;background-color:#f9fafb}.guide-topic-tip{margin-top:20px;padding-top:20px;border-top:1px solid #e2e8f0}.guide-topic-tip-content{display:flex;gap:16px;align-items:center;position:relative}.guide-topic-tip-icon{width:4px;min-width:4px;min-height:40px;background:#e6a57e;border-radius:2px;flex-shrink:0;align-self:stretch}.guide-topic-tip-content p{margin:0;font-size:14px;line-height:1.6;color:#4a5568;flex:1}.guide-empty{padding:24px;text-align:center;color:#718096;font-size:14px}.guide-section-item{margin-bottom:16px}.guide-section-item:last-child{margin-bottom:0}.guide-section-note{margin-top:16px;margin-bottom:16px}.guide-section-note-content{display:flex;gap:16px;align-items:center;position:relative}.guide-section-note-icon{width:4px;min-width:4px;min-height:40px;background:#e6a57e;border-radius:2px;flex-shrink:0;align-self:stretch}.guide-section-note-content p{margin:0;font-size:14px;line-height:1.6;color:#4a5568;flex:1}.guide-section-note .guide-tip-with-icon{display:flex;align-items:center;gap:8px}.guide-section-note .guide-tip-icon{flex-shrink:0;width:22px;height:22px;object-fit:contain}.guide-section-header{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 16px;background:#fff;border:1px solid #e2e8f0;border-radius:8px;cursor:pointer;text-align:left;transition:all .2s}.guide-section-header:hover{background-color:#f7fafc;border-color:#e6a57e}.guide-section-title{flex:1;font-size:15px;font-weight:600;color:#2d3748}.guide-section-content{padding:16px 20px;background:#fff;border:1px solid #e2e8f0;border-radius:8px;margin-top:8px;animation:slideDown .2s ease-out}.guide-section-content p{font-size:14px;color:#4a5568;line-height:1.7;margin:0 0 12px}.guide-section-content p:last-child{margin-bottom:0}.guide-section-content ul,.guide-section-content ol{margin:12px 0;padding-left:24px;color:#4a5568}.guide-section-content ul{list-style:none;padding-left:20px}.guide-section-content ul li{position:relative;padding-left:20px}.guide-section-content ul li:before{content:"";position:absolute;left:0;top:.6em;width:8px;height:8px;background-color:#e6a57e;border-radius:2px}.guide-section-content ul.guide-nested-list{margin-top:8px;margin-bottom:8px;margin-left:20px;padding-left:0}.guide-section-content ul.guide-nested-list li{padding-left:20px}.guide-section-content ul.guide-forbidden-list li:before{content:"✕";width:auto;height:auto;background:none;border-radius:0;color:#ef4444;font-size:16px;font-weight:700;left:-2px;top:.2em;line-height:1}.guide-section-content ul.guide-positive-list li:before{content:"✔";width:auto;height:auto;background:none;border-radius:0;color:#10b981;font-size:16px;font-weight:700;left:-2px;top:.2em;line-height:1}.guide-section-content .guide-tip-with-icon{display:flex;align-items:center;gap:8px;margin-top:12px}.guide-section-content .guide-tip-icon{flex-shrink:0;width:22px;height:22px;object-fit:contain}.guide-section-content .guide-alert-title{display:flex;align-items:center;gap:8px;margin-top:12px;margin-bottom:4px}.guide-section-content .guide-alert-icon{flex-shrink:0;color:#eab308;width:18px;height:18px}.guide-section-content ol.guide-numbered-list{list-style:decimal;padding-left:24px}.guide-section-content li{font-size:14px;line-height:1.7;margin-bottom:8px}.guide-section-content li:last-child{margin-bottom:0}.guide-subsections{margin-top:16px;padding-top:16px;border-top:1px solid #e2e8f0}.guide-subsection-item{margin-bottom:12px}.guide-subsection-item:last-child{margin-bottom:0}.guide-subsection-header{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 14px;background:#fff;border:1px solid #e2e8f0;border-radius:6px;cursor:pointer;text-align:left;transition:all .2s}.guide-subsection-header:hover{background-color:#f7fafc;border-color:#e6a57e}.guide-subsection-icon{display:flex;align-items:center;justify-content:center;color:#e6a57e;flex-shrink:0}.guide-subsection-icon-img{width:22px;height:22px;object-fit:contain}.guide-subsection-icon-star{color:#e6a57e}.guide-subsection-title{flex:1;font-size:14px;font-weight:600;color:#2d3748}.guide-subsection-content{padding:12px 16px;background:#fff;border:1px solid #e2e8f0;border-radius:6px;margin-top:8px;animation:slideDown .2s ease-out}.guide-subsection-content p{font-size:14px;color:#4a5568;line-height:1.7;margin:0 0 8px}.guide-subsection-content p:last-child{margin-bottom:0}.guide-subsection-content ul{margin:8px 0;padding-left:20px;color:#4a5568}.guide-subsection-content li{font-size:14px;line-height:1.7;margin-bottom:6px}.guide-subsection-content li:last-child{margin-bottom:0}.guide-link{color:#e6a57e;text-decoration:underline;font-weight:500}.guide-link:hover{color:#d4946b}@keyframes slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.seller-guide{min-height:100vh;background:#f8fafc;padding:0;width:100%;max-width:100%;box-sizing:border-box;overflow-x:hidden}.seller-guide-container{width:100%;max-width:100%;margin:0 auto;padding:32px;box-sizing:border-box}.guide-header{display:grid;grid-template-columns:1fr auto 1fr;align-items:baseline;margin-bottom:32px;padding:28px 36px;background:#fff;border-radius:20px;box-shadow:0 1px 3px #0000000d,0 1px 2px #0000001a;gap:24px;border:1px solid #E5E5E5}.header-content h1{font-size:32px;font-weight:700;color:#171717;margin:0;letter-spacing:-.8px;line-height:1.2}.guide-search{margin-bottom:32px}.search-input-wrapper{position:relative;width:100%;max-width:700px;margin:0 auto}.search-icon{position:absolute;left:20px;top:50%;transform:translateY(-50%);color:#e6a57e;font-size:22px;pointer-events:none;z-index:2}.search-input{width:100%;padding:18px 20px 18px 56px;border:2.5px solid #E6A57E;border-radius:16px;font-size:16px;color:#1a202c;background:#fff;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 8px #e6a57e26,0 1px 3px #0000001a;font-weight:500}.search-input:hover{border-color:#d4946a;box-shadow:0 4px 12px #e6a57e33,0 2px 4px #0000001a;transform:translateY(-1px)}.search-input:focus{outline:none;border-color:#d4946a;box-shadow:0 0 0 4px #e6a57e33,0 4px 16px #e6a57e40;transform:translateY(-1px)}.search-input::placeholder{color:#9ca3af;font-weight:400}.guide-content{width:100%}.guide-footer-note{margin-top:40px}.guide-footer-content{display:flex;gap:16px;align-items:center;position:relative}.guide-footer-icon{width:4px;min-width:4px;min-height:60px;background:#e6a57e;border-radius:2px;flex-shrink:0;align-self:stretch}.guide-footer-content p{margin:0;font-size:14px;line-height:1.6;color:#4a5568;flex:1}.size-tables-management{min-height:100vh;background:#f8fafc;padding:32px;font-family:inherit;width:100%;max-width:100%;box-sizing:border-box;overflow-x:hidden}.page-header{display:grid;grid-template-columns:1fr auto 1fr;align-items:baseline;margin-bottom:32px;padding:28px 24px;background:#fff;border-radius:20px;box-shadow:0 1px 3px #0000000d,0 1px 2px #0000001a;gap:24px;border:1px solid #E5E5E5;width:100%;max-width:100%;box-sizing:border-box}.btn-back{display:flex;align-items:center;gap:8px;background:#f5f5f5;border:1px solid #E5E5E5;padding:8px 18px;border-radius:12px;cursor:pointer;color:#404040;font-weight:600;font-size:14px;transition:all .2s cubic-bezier(.4,0,.2,1);white-space:nowrap;justify-self:flex-start;align-self:baseline;line-height:1.5;margin:0}.btn-back:hover{background:#e5e5e5;border-color:#d4d4d4;transform:translate(-2px);color:#171717}.header-content{display:flex;align-items:center;justify-content:center;gap:16px;min-width:200px;width:100%;align-self:baseline}.header-title-group{display:flex;flex-direction:column;align-items:center;gap:6px;text-align:center}.page-header h1,.header-content h1{font-size:32px;font-weight:700;color:#171717;margin:0;letter-spacing:-.8px;line-height:1.2}.page-header p,.header-content p{font-size:15px;color:#737373;margin:0;font-weight:400}.header-actions{display:flex;gap:12px;justify-content:flex-end;align-items:center;flex-wrap:nowrap;align-self:baseline}.filters-section{background:#fff;border:none;border-radius:12px;padding:0;margin-bottom:2rem;box-shadow:none;width:100%;max-width:100%;box-sizing:border-box}.filters-header{display:flex;justify-content:flex-end;align-items:center;margin-bottom:1.5rem}.filters-title{display:flex;align-items:center;gap:.5rem;font-weight:600;color:#374151;font-size:1.1rem}.btn-clear-filters{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#f3f4f6;border:1px solid #d1d5db;border-radius:6px;color:#6b7280;font-size:.875rem;cursor:pointer;transition:all .2s}.btn-clear-filters:hover{background:#e5e7eb;color:#374151}.filters-grid{display:flex;gap:1rem;flex-wrap:wrap;align-items:flex-end;width:100%;box-sizing:border-box}.filter-group{display:flex;flex-direction:column;gap:.5rem;flex:1;min-width:12.3%;max-width:100%;box-sizing:border-box}.filter-group:first-child{flex:0 0 30.8%;min-width:19.2%;max-width:100%}.filter-group label{font-size:.75rem;font-weight:500;color:#374151}.search-input-wrapper{position:relative;display:flex;align-items:center}.search-icon{position:absolute;left:.75rem;color:#9ca3af;pointer-events:none}.size-tables-management .search-input-wrapper .search-input,.size-tables-management .search-input{width:100%;padding:.625rem .75rem .625rem 2.5rem;border:1px solid #e2e8f0;border-radius:8px;font-size:.875rem;background:#fff;transition:border-color .2s}.size-tables-management .search-input-wrapper .search-input:hover,.size-tables-management .search-input:hover,.size-tables-management .search-input-wrapper .search-input:focus,.size-tables-management .search-input:focus,.size-tables-management .search-input-wrapper .search-input:focus-visible,.size-tables-management .search-input:focus-visible{outline:none;border-color:#e2e8f0;box-shadow:none}.filter-select{height:36px;padding:0 12px;border:1px solid #e2e8f0;border-radius:8px;font-size:.875rem;background:#fff;cursor:pointer;transition:border-color .2s;width:100%;min-width:0;box-sizing:border-box}.filter-select:focus{outline:none;border-color:#e6a57e;box-shadow:none}.filter-select:disabled{background:#f3f4f6;color:#9ca3af;cursor:not-allowed}.size-tables-management .stats-section{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:10px;margin-bottom:24px;margin-left:0;margin-right:0;width:100%;max-width:100%;padding-left:0;padding-right:0;box-sizing:border-box}.size-tables-management .stats-section .stat-card{background:#fff;padding:8px .92%;border-radius:8px;box-shadow:0 1px 3px #0000001a;border:1px solid #e2e8f0;text-align:center;height:72px;max-height:72px;min-height:72px;display:flex;flex-direction:column;align-items:center;justify-content:center;box-sizing:border-box;width:100%}.size-tables-management .stats-section .stat-card .stat-label{font-size:13px;color:#718096;font-weight:500;line-height:1.2;margin:0 0 2px}.size-tables-management .stats-section .stat-card .stat-value{font-size:20px;font-weight:700;color:#e6a57e;margin:0;line-height:1.1}.tables-section{background:#fff;border-radius:12px;padding:1.5rem 0;box-shadow:0 1px 3px #0000001a;width:100%;max-width:100%;box-sizing:border-box}.empty-state{text-align:center;padding:4rem 2rem;color:#6b7280}.empty-state p{font-size:1.1rem;margin-bottom:1.5rem}.empty-state .btn-primary{padding:.625rem 1.25rem;font-size:.875rem;display:inline-flex;margin:0 auto}.tables-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:1.5rem;width:100%;box-sizing:border-box}.table-card{background:#fff;border:2px solid #e5e7eb;border-radius:12px;padding:1.5rem;transition:all .2s}.table-card:hover{border-color:#e6a57e;box-shadow:0 4px 12px #0000001a}.table-card.inactive{opacity:.7;border-color:#d1d5db}.table-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.table-card-header h3{font-size:1.1rem;font-weight:600;color:#1a1a1a;margin:0 0 .75rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;line-height:1.4;max-height:3.08rem}.table-badges{display:flex;flex-wrap:wrap;gap:.5rem}.badge{padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:500;background:transparent;border:1.5px solid #E6A57E;color:#e6a57e}.table-actions{display:flex;gap:.5rem}.btn-icon{padding:.5rem;background:#f3f4f6;border:1px solid #d1d5db;border-radius:6px;color:#6b7280;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center}.btn-icon:hover{background:#e5e7eb;color:#374151}.btn-icon.btn-danger:hover{background:#fee2e2;color:#dc2626;border-color:#fca5a5}.table-description{color:#6b7280;font-size:.875rem;margin:0 0 1rem;line-height:1.5}.table-info{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.info-row{display:flex;justify-content:space-between;font-size:.875rem}.info-label{color:#6b7280;font-weight:500}.info-value{color:#1a1a1a}.table-sizes-preview{margin-top:1rem;padding-top:1rem;border-top:1px solid #e5e7eb}.sizes-preview-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem;font-size:.875rem;font-weight:500;color:#374151}.sizes-count{color:#6b7280;font-weight:400}.sizes-list{display:flex;flex-wrap:nowrap;gap:.5rem;overflow:hidden;min-width:0}.size-tag{flex-shrink:0;padding:.375rem .75rem;background:#f3f4f6;border-radius:6px;font-size:.75rem;color:#374151;font-weight:500}.size-tag-more{flex-shrink:0;padding:.375rem .75rem;background:#e5e7eb;border-radius:6px;font-size:.75rem;color:#6b7280;font-weight:500}.loading-container,.error-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center}.loading-spinner-small{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .6s linear infinite}.loading-spinner{width:48px;height:48px;border:4px solid #e5e7eb;border-top-color:#e6a57e;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}@keyframes spin{to{transform:rotate(360deg)}}.error-container p{color:#dc2626;margin-bottom:1rem}.btn-primary{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:#e6a57e;color:#fff;border:none;border-radius:8px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s}.btn-primary:hover{background:#d4946e;transform:translateY(-1px);box-shadow:0 4px 12px #e6a57e4d}.btn-primary:active{transform:translateY(0)}@media(max-width:768px){.size-tables-management{padding:16px}.page-header{grid-template-columns:1fr;gap:16px;padding:20px;max-width:100%;margin-left:0;margin-right:0}.filters-section{max-width:100%;margin-left:0;margin-right:0;padding-left:16px;padding-right:16px}.size-tables-management .stats-section{max-width:100%;margin-left:0;margin-right:0;padding-left:0;padding-right:0}.btn-back{justify-self:flex-start}.header-content{justify-self:center}.header-actions{justify-self:flex-end}.filters-grid{flex-direction:column}.filter-group{min-width:100%;max-width:100%;flex:1 1 100%}.filter-group:first-child{min-width:100%;flex:1 1 100%}.tables-section{max-width:100%;margin-left:0;margin-right:0}.tables-grid{grid-template-columns:1fr}.size-tables-management .stats-section{grid-template-columns:repeat(2,1fr)}}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.modal-content{background:#fff;border-radius:12px;width:100%;max-width:500px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 25px -5px #0000001a}.modal-header{padding:1.5rem;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;align-items:center}.modal-header h3{font-size:1.25rem;font-weight:600;color:#1a1a1a;margin:0}.modal-close{background:none;border:none;font-size:1.5rem;color:#6b7280;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:all .2s ease;line-height:1}.modal-close:hover:not(:disabled){background:#f3f4f6;color:#374151}.modal-close:disabled{opacity:.5;cursor:not-allowed}.modal-body{padding:1.5rem}.modal-actions{display:flex;flex-direction:row;gap:.75rem;justify-content:flex-end;align-items:center;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #e5e7eb}.btn-outline{padding:.5rem .875rem;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;border:1.5px solid #d1d5db;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;height:36px;box-sizing:border-box;line-height:1;background:#fff;color:#374151;white-space:nowrap}.btn-outline:hover:not(:disabled){background:#f9fafb;border-color:#9ca3af;color:#1f2937}.btn-outline:disabled{opacity:.5;cursor:not-allowed}.btn-danger{padding:.5rem .875rem;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;border:1.5px solid transparent;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;height:36px;box-sizing:border-box;line-height:1;background:#dc2626;color:#fff;white-space:nowrap}.btn-danger:hover:not(:disabled){background:#b91c1c;box-shadow:0 4px 12px #dc26264d}.btn-danger:disabled{opacity:.5;cursor:not-allowed;background:#dc2626}.modal-warning{border-left:4px solid #F59E0B}.modal-warning .modal-header h3{color:#1a1a1a}@media(max-width:768px){.modal-content{max-width:100%;margin:1rem}.modal-actions{flex-direction:column-reverse}.btn-outline,.btn-danger,.btn-primary{width:100%}}.admin-dashboard{max-width:900px;margin:0 auto}.admin-dashboard-header{margin-bottom:1.5rem}.admin-dashboard-header h1{font-size:1.75rem;font-weight:700;color:#1a1a2e;margin:0 0 .25rem}.admin-dashboard-subtitle{color:#666;font-size:.95rem;margin:0}.admin-dashboard-content{display:flex;flex-direction:column;gap:1rem}.admin-dashboard-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 1px 3px #00000014}.admin-dashboard-card h2{font-size:1.15rem;font-weight:600;color:#333;margin:0 0 .75rem}.admin-dashboard-card p{color:#555;line-height:1.6;margin:0}.admin-dashboard-card--access{margin-top:1rem}.admin-dashboard-card-header{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.admin-dashboard-card-header h2{margin:0}.admin-dashboard-refresh{padding:.4rem .75rem;font-size:.875rem;background:#1a1a2e;color:#fff;border:none;border-radius:6px;cursor:pointer}.admin-dashboard-refresh:hover{background:#2d2d44}.admin-dashboard-error{color:#c00;margin:.5rem 0}.admin-dashboard-loading,.admin-dashboard-empty{color:#666;margin:.5rem 0}.admin-dashboard-summary{display:flex;flex-wrap:wrap;gap:1.5rem;margin-bottom:1rem}.admin-dashboard-stat{display:flex;flex-direction:column;gap:.25rem}.admin-dashboard-stat-value{font-size:1.5rem;font-weight:700;color:#1a1a2e}.admin-dashboard-stat-value--small{font-size:.9rem;font-weight:500;color:#555}.admin-dashboard-stat-label{font-size:.8rem;color:#666;text-transform:uppercase;letter-spacing:.02em}.admin-dashboard-breakdown{margin-bottom:1.25rem}.admin-dashboard-breakdown h3,.admin-dashboard-events-title{font-size:1rem;font-weight:600;color:#333;margin:0 0 .5rem}.admin-dashboard-event-types{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:.5rem 1rem}.admin-dashboard-event-types li{display:flex;align-items:center;gap:.5rem}.admin-dashboard-event-type-name{color:#444}.admin-dashboard-event-type-count{font-weight:600;color:#1a1a2e;background:#eee;padding:.15rem .4rem;border-radius:4px;font-size:.85rem}.admin-dashboard-table-wrap{overflow-x:auto;margin-top:.5rem}.admin-dashboard-table{width:100%;border-collapse:collapse;font-size:.875rem}.admin-dashboard-table th,.admin-dashboard-table td{padding:.5rem .75rem;text-align:left;border-bottom:1px solid #eee}.admin-dashboard-table th{font-weight:600;color:#555;background:#f9f9f9}.admin-dashboard-cell-id{font-family:monospace;font-size:.8rem;max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.admin-sales{max-width:1200px;margin:0 auto}.admin-sales-header{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.5rem;margin-bottom:1.25rem}.admin-sales-header h1{font-size:1.75rem;font-weight:700;color:#1a1a2e;margin:0}.admin-sales-refresh{padding:.5rem 1rem;font-size:.9rem;background:#1a1a2e;color:#fff;border:none;border-radius:6px;cursor:pointer}.admin-sales-refresh:hover{background:#2d2d44}.admin-sales-loading,.admin-sales-error{color:#666;margin:.5rem 0}.admin-sales-error{color:#c00}.admin-sales-stats{display:flex;flex-wrap:wrap;gap:1.5rem;margin-bottom:1.5rem}.admin-sales-stat{display:flex;flex-direction:column;gap:.25rem}.admin-sales-stat-value{font-size:1.35rem;font-weight:700;color:#1a1a2e}.admin-sales-stat-label{font-size:.8rem;color:#666;text-transform:uppercase;letter-spacing:.02em}.admin-sales-table-wrap{overflow-x:auto;background:#fff;border-radius:12px;box-shadow:0 1px 3px #00000014}.admin-sales-table{width:100%;border-collapse:collapse;font-size:.875rem}.admin-sales-table th,.admin-sales-table td{padding:.75rem 1rem;text-align:left;border-bottom:1px solid #eee}.admin-sales-table th{font-weight:600;color:#555;background:#f9f9f9}.admin-sales-cell-mono{font-family:monospace;font-size:.85rem}.admin-sales-cell-money{font-weight:600;color:#1a1a2e}.admin-sales-badge{display:inline-block;padding:.2rem .5rem;border-radius:4px;font-size:.8rem;font-weight:500}.admin-sales-badge--status{background:#e8f4fd;color:#0d47a1}.admin-sales-badge--payment{background:#e8f5e9;color:#1b5e20}.admin-sales-toggle{padding:.35rem .65rem;font-size:.8rem;background:#f0f0f0;border:none;border-radius:4px;cursor:pointer;color:#333}.admin-sales-toggle:hover{background:#e0e0e0}.admin-sales-table th:last-child,.admin-sales-table td:last-child{white-space:nowrap;min-width:140px}.admin-sales-actions{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.admin-sales-refund{padding:.35rem .65rem;font-size:.8rem;background:#dc3545;color:#fff;border:none;border-radius:4px;cursor:pointer}.admin-sales-refund:hover:not(:disabled){background:#c82333}.admin-sales-refund:disabled{opacity:.7;cursor:not-allowed}.admin-sales-refund-error{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.75rem 1rem;margin-bottom:1rem;background:#f8d7da;color:#721c24;border:1px solid #f5c6cb;border-radius:6px;font-size:.9rem}.admin-sales-refund-error-dismiss{padding:.25rem .5rem;font-size:.85rem;background:transparent;color:#721c24;border:1px solid #f5c6cb;border-radius:4px;cursor:pointer}.admin-sales-refund-error-dismiss:hover{background:#f5c6cb}.admin-sales-empty{text-align:center;color:#666;padding:2rem!important}.admin-sales-detail-row td{padding:0;vertical-align:top;border-bottom:1px solid #eee}.admin-sales-detail{padding:1rem 1.5rem;background:#f9f9f9}.admin-sales-detail h4{font-size:.95rem;font-weight:600;color:#333;margin:0 0 .75rem}.admin-sales-items-table{width:100%;max-width:600px;border-collapse:collapse;font-size:.85rem}.admin-sales-items-table th,.admin-sales-items-table td{padding:.4rem .75rem;text-align:left;border-bottom:1px solid #eee}.admin-sales-items-table th{font-weight:600;color:#555}
