:root{--vh: 1vh;--bg-primary: #0f172a;--bg-secondary: #1e293b;--bg-tertiary: #334155;--text-primary: #f1f5f9;--text-secondary: #e2e8f0;--text-muted: #94a3b8;--border-color: #475569;--accent-color: #3b82f6}html,body{min-height:100vh;min-height:100dvh;min-height:calc(var(--vh, 1vh) * 100);margin:0;padding:0;overflow-x:hidden;overflow-y:auto;background-color:var(--bg-primary);color:var(--text-primary)}#root{min-height:100vh}@media (max-width: 768px){html,body{overflow-x:hidden;position:relative;width:100%}}.public-order-page{min-height:100vh;min-height:100dvh;min-height:calc(var(--vh, 1vh) * 100);background-color:var(--bg-primary);padding:.75rem;overflow:visible;max-width:1280px;margin:0 auto}.theme-toggle{position:fixed;top:1rem;right:1rem;z-index:1000}.theme-button{background:#fff;border:2px solid #e2e8f0;border-radius:50%;width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;font-size:1.25rem;cursor:pointer;transition:all .2s;box-shadow:0 4px 6px -1px #0000001a}.theme-button:hover{transform:translateY(-2px);box-shadow:0 8px 15px -3px #0000001a}.modern-header{width:100%;margin:0 0 1rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:.75rem 1.25rem;border-radius:.5rem;box-shadow:0 2px 8px -1px #0000001f;display:flex;align-items:center;justify-content:space-between;gap:1.5rem;min-height:60px}.header-left{display:flex;align-items:center;gap:.75rem;flex-shrink:0}.brand-title{font-size:1.5rem;font-weight:700;margin:0;letter-spacing:-.025em}.catalog-badge{background:#ffffff40;padding:.125rem .5rem;border-radius:.75rem;font-size:.625rem;font-weight:600;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);text-transform:uppercase;letter-spacing:.025em}.header-center{flex:1;text-align:center;padding:0 1rem}.welcome-text{font-size:.875rem;opacity:.9;font-weight:400;line-height:1.3}.header-right{flex-shrink:0;display:flex;align-items:center;gap:.5rem}.header-theme-toggle{width:38px;height:38px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.18);background:#ffffff29;color:#fffffff2;cursor:pointer;transition:transform .15s ease,background .15s ease,border-color .15s ease}.header-theme-toggle svg{width:18px;height:18px}.header-theme-toggle:hover{transform:translateY(-1px);background:#ffffff3d;border-color:#ffffff42}[data-theme=light] .header-theme-toggle{border-color:#02061724;background:#0206170a;color:#0f172aeb}[data-theme=light] .header-theme-toggle:hover{background:#0206170f;border-color:#2563eb42}.stats-compact{display:flex;align-items:center;gap:.375rem;background:#fff3;padding:.375rem .75rem;border-radius:1rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1)}.stat-item{font-size:.75rem;font-weight:600;white-space:nowrap}.stat-divider{opacity:.5;font-weight:700;font-size:.625rem}.customer-info-section{width:100%;margin:0 0 .75rem;background:#fff;padding:1.25rem;border-radius:.75rem;box-shadow:0 2px 4px -1px #0000001a}.customer-info-section h3{font-size:1rem;font-weight:600;color:#1e293b;margin:0 0 .75rem}.customer-form{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem}.customer-form input{padding:.75rem;border:2px solid #e2e8f0;border-radius:.5rem;font-size:16px;transition:border-color .2s}.customer-form input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.products-section{width:100%;margin:0 0 1rem;background:#fff;padding:1.25rem;border-radius:.75rem;box-shadow:0 2px 4px -1px #0000001a;overflow:visible;position:relative}.products-section h3{font-size:1.125rem;font-weight:600;color:#1e293b;margin:0 0 1rem}.filters-sticky-container{position:sticky;top:0;left:0;right:0;z-index:1000;background:#fffffff2;padding:.75rem 0;margin:0;border-bottom:1px solid var(--border-color, #e2e8f0);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 2px 4px -1px #0000001a;width:100%;max-width:100%;border-radius:0;overflow:visible!important;box-sizing:border-box}.search-filter-bar,.category-filters{max-width:100%;overflow-x:auto;overflow-y:hidden}.search-filter-bar::-webkit-scrollbar,.category-filters::-webkit-scrollbar{height:6px}.search-filter-bar::-webkit-scrollbar-thumb,.category-filters::-webkit-scrollbar-thumb{background:#0003;border-radius:3px}[data-theme=dark] .filters-sticky-container{background:#0f172af2}.search-filter-bar{display:flex;gap:1rem;align-items:center;margin-bottom:0}.public-order-page,.products-section{overflow:visible}.search-filter-bar,.category-filters{flex-wrap:nowrap;max-width:100%;overflow-x:auto}.search-container{flex:1;max-width:400px}.search-input-wrapper{position:relative;display:flex;align-items:center}.search-icon{position:absolute;left:.75rem;width:1.25rem;height:1.25rem;color:var(--text-muted, #64748b);pointer-events:none}.search-input{width:100%;padding:.75rem .75rem .75rem 2.5rem;border:2px solid var(--border-color, #e2e8f0);border-radius:.5rem;font-size:1rem;background:var(--bg-secondary, #ffffff);color:var(--text-primary, #1e293b);transition:all .2s ease}.search-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.clear-search{position:absolute;right:.5rem;width:1.5rem;height:1.5rem;border:none;background:var(--text-muted, #64748b);color:#fff;border-radius:50%;cursor:pointer;font-size:1rem;display:flex;align-items:center;justify-content:center;transition:background .2s ease}.clear-search:hover{background:var(--text-primary, #1e293b)}.mobile-filter-toggle{display:none;align-items:center;gap:.5rem;padding:.75rem 1rem;border:2px solid var(--border-color, #e2e8f0);border-radius:.5rem;background:var(--bg-secondary, #ffffff);color:var(--text-primary, #1e293b);cursor:pointer;font-size:.875rem;font-weight:500;transition:all .2s ease;width:100%}.mobile-filter-toggle svg{width:1rem;height:1rem}.mobile-filter-toggle:hover{border-color:#3b82f6;background:#f8fafc}.category-filters{display:flex;gap:.5rem;flex-wrap:wrap}.filter-tab{padding:.5rem 1rem;border:2px solid var(--border-color, #e2e8f0);border-radius:.5rem;background:var(--bg-secondary, #ffffff);color:var(--text-primary, #1e293b);cursor:pointer;font-size:.875rem;font-weight:500;transition:all .2s ease;white-space:nowrap}.filter-tab:hover{border-color:#3b82f6;background:#f8fafc}.filter-tab.active{background:#3b82f6;border-color:#3b82f6;color:#fff}.results-info{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--text-muted, #64748b);justify-content:space-between;width:100%}.results-count{font-weight:500}.search-info{font-style:italic}.products-grid-responsive{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-top:1rem}.products-grid-2col{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-top:1rem}.product-item-horizontal{display:grid;grid-template-columns:120px 1fr 30px 100px 150px;grid-template-rows:auto auto;gap:.75rem;align-items:start;padding:1rem;background:var(--bg-secondary, #ffffff);border-radius:.75rem;border:2px solid var(--border-color, #e2e8f0);transition:all .2s ease;box-shadow:0 1px 3px #0000001a}.mobile-bottom-row{display:contents}.product-item-horizontal:hover{border-color:#667eea;box-shadow:0 4px 6px -1px #0000001a;background:#f8fafc}@media (min-width: 991px){.product-item-horizontal .box-info-cell,.product-item-horizontal .prices-cell,.product-item-horizontal .quantity-cell{align-self:center!important;justify-self:center!important;display:flex;align-items:center;justify-content:center;height:100%}.product-item-horizontal .prices-cell{text-align:center}.product-item-horizontal .quantity-cell .quantity-controls-inline{margin:0 auto}}@media (min-width: 991px){.product-item-horizontal .product-size-label{font-size:.95rem;font-weight:700}.product-item-horizontal .prices-cell .currency-symbol,.product-item-horizontal .prices-cell .price-value,.product-item-horizontal .currency-symbol,.product-item-horizontal .price-value{font-size:1.25rem;line-height:1.2}}@media (min-width: 991px){.product-item-horizontal .box-icon{font-size:1.5rem}.product-item-horizontal .box-count{font-size:1.25rem;line-height:1.2;font-weight:700}}@media (min-width: 1281px){.product-item-horizontal .product-title{font-size:18px;line-height:1.3;height:2.925rem}}.product-image-cell{width:120px;height:150px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;background:transparent;border:none;overflow:visible;padding:8px 0;margin-top:6px;grid-row:1 / span 2;position:relative}.product-size-label{margin:0;font-size:.75rem;font-weight:600;color:#334155;line-height:1;text-align:center}.product-image-cell .product-image{width:120px;height:120px;object-fit:contain;display:block}.product-image{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;cursor:pointer;transition:transform .3s ease;border-radius:.25rem}.product-image:hover{transform:scale(1.1)}.product-image-cell .product-media-buttons{display:flex;gap:4px;justify-content:space-between;width:100%;margin:0;transition:opacity .2s ease;z-index:10}.product-image-cell:hover .product-media-buttons{opacity:1}.product-media-btn{background:none;border:none;padding:0;cursor:pointer;width:28px;height:28px;display:flex;align-items:center;justify-content:center;transition:all .2s ease;border-radius:50%;outline:none}.product-media-btn:focus{outline:none}.product-media-btn:hover{transform:scale(1.15)}.product-media-btn:active{transform:scale(.95)}@media screen and (min-width: 1280px){.product-media-btn{width:32px;height:32px}}.product-media-btn svg{width:20px;height:20px;display:block}@media screen and (min-width: 1280px){.product-media-btn svg{width:22px;height:22px}}.product-media-btn.video-btn svg{color:var(--text-primary, #1e293b);filter:drop-shadow(0 2px 3px rgba(0,0,0,.2))}.product-media-btn.ingredients-btn svg{color:var(--text-primary, #1e293b);filter:drop-shadow(0 2px 3px rgba(0,0,0,.2))}.product-media-btn.barcode-btn svg{color:var(--text-primary, #1e293b);filter:drop-shadow(0 2px 3px rgba(0,0,0,.2))}.product-media-btn.weight-btn svg{color:var(--text-primary, #1e293b);filter:drop-shadow(0 2px 3px rgba(0,0,0,.2))}.product-media-btn:hover svg{filter:drop-shadow(0 3px 5px rgba(0,0,0,.3))}.product-info-cell{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;min-height:auto;padding-top:6px;grid-column:2 / 6;grid-row:1}.product-title{font-size:1rem;font-weight:700;color:#0f172a;margin:0 0 .25rem;line-height:1.3;height:2.6rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;word-wrap:break-word;overflow-wrap:break-word}.product-description{font-size:.875rem;color:#64748b;margin:0;font-weight:500}.box-info-cell{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;grid-column:2;grid-row:2;min-height:60px}.box-info-content,.box-info-cell .box-row{display:flex;flex-direction:row;align-items:center;gap:.25rem}.box-row{display:flex;align-items:center;gap:.25rem;font-size:.75rem;line-height:1}.box-row .box-count{font-weight:600;color:#1e293b}.box-row .box-currency{font-size:.625rem;color:#64748b;font-weight:500}.box-icon{width:24px;height:24px;margin-bottom:.25rem;display:flex;align-items:center;justify-content:center;font-size:1.25rem;color:#64748b}.box-icon svg{width:100%;height:100%;color:#475569}.box-count{text-align:center;margin-top:0;font-size:1rem;font-weight:600;color:#1e293b;line-height:1;min-height:25px;display:flex!important;align-items:center;justify-content:center}.product-item-horizontal .box-row .box-count{display:flex!important}.pallet-info{display:flex;flex-direction:column;align-items:center;margin-top:.25rem;font-size:.75rem;color:#64748b}.pallet-icon{width:24px;height:24px;font-size:.875rem;margin-bottom:.25rem;display:flex;align-items:center;justify-content:center}.pallet-icon svg{width:100%;height:100%;color:#475569}.pallet-count{text-align:center;font-size:.625rem;font-weight:500;line-height:1}.box-count{font-size:1.125rem;font-weight:700;color:#1e293b}.pallet-info-cell{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;grid-column:3;grid-row:2;min-width:50px;min-height:60px}.pallet-info-cell .pallet-icon img{width:100%;height:100%;object-fit:contain}.pallet-info-cell .pallet-info-content{display:flex;flex-direction:row;align-items:center;gap:.25rem}.pallet-info-cell .pallet-row{display:flex;flex-direction:column;align-items:center;gap:0;margin-top:0}.pallet-info-cell .pallet-count{font-size:1rem;font-weight:600;color:#1e293b;line-height:1;margin-bottom:0}.pallet-info-cell .pallet-currency{font-size:.625rem;color:#64748b;font-weight:500;line-height:1;min-width:30px;text-align:center}.pallet-info-content{display:flex;flex-direction:row;gap:.25rem;align-items:center}.pallet-row{display:flex;align-items:center;gap:.25rem;font-size:.75rem;line-height:1}.pallet-info-content .pallet-row{flex-direction:column}.pallet-row .pallet-count{font-weight:600;color:#1e293b}.pallet-row .pallet-currency{font-size:.625rem;color:#64748b;font-weight:500}.price-row{display:flex;align-items:center;gap:.25rem}.price-currency{font-size:.625rem;color:#64748b;font-weight:500}.prices-cell{display:flex;flex-direction:column;gap:.25rem;align-items:flex-start;justify-content:flex-start;min-width:90px;text-align:left;grid-column:4;grid-row:2}.price-row{display:flex;align-items:center;justify-content:center;gap:.25rem;font-size:1rem;font-weight:600;line-height:1.3}.currency-symbol{color:#1e293b;font-weight:700;font-size:1rem;min-width:12px}.price-value{color:#1e293b;font-weight:700;font-size:1rem}.quantity-cell{display:flex;justify-content:center;align-items:center;height:100%;grid-column:5;grid-row:2;justify-self:end}.quantity-controls-inline{display:inline-flex;align-items:center;gap:.25rem;background:#f1f5f9;border:1px solid #cbd5e1;border-radius:.75rem;padding:2px;flex-wrap:nowrap;white-space:nowrap}.product-item-horizontal{background:#f8fafc;border:1px solid #cbd5e1}.product-item-horizontal .price-value,.product-item-horizontal .currency-symbol{color:#0f172a}.qty-plus{background:#22c55e;color:#fff}.qty-minus{background:#e2e8f0;color:#0f172a}.qty-display{color:#0f172a}.qty-btn-inline{background:#667eea;color:#fff;border:none;border-radius:.5rem;width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;font-weight:700;font-size:.875rem;line-height:1;padding:0;transition:all .2s}.qty-plus{background:#22c55e}.qty-plus:hover:not(:disabled){background:#16a34a}.qty-minus{background:#cbd5e0}.qty-minus:not(:disabled){background:#ef4444}.qty-minus:hover:not(:disabled){background:#dc2626}.qty-btn-inline:hover:not(:disabled){transform:scale(1.05)}.qty-btn-inline:disabled{background:#cbd5e0;cursor:not-allowed;transform:none}.qty-display{min-width:2rem;text-align:center;font-weight:700;font-size:1rem;color:#1e293b}.qty-input{width:42px;text-align:center;font-weight:700;font-size:16px;color:#1e293b;border:1px solid #e2e8f0;border-radius:.5rem;padding:4px 0;background:#fff;transition:all .2s ease;min-width:42px}.qty-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f61a}.qty-input::-webkit-outer-spin-button,.qty-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.qty-input[type=number]{-moz-appearance:textfield}.image-popup-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000c;display:flex;align-items:center;justify-content:center;z-index:9999;padding:2rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.image-popup-container{position:relative;max-width:90vw;max-height:90vh;background:#fff;border-radius:1rem;overflow:hidden;box-shadow:0 25px 50px -12px #00000040}.image-popup-close{position:absolute;top:1rem;right:1rem;background:#000;color:#fff;border:2px solid rgba(255,255,255,.9);border-radius:50%;width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:800;cursor:pointer;z-index:10000;box-shadow:0 2px 8px #0006;transition:transform .2s ease}.image-popup-close:hover{background:#000;transform:scale(1.08)}.image-popup-image{width:100%;height:100%;max-width:80vw;max-height:80vh;object-fit:contain;display:block}.totals-section{width:100%;margin:.5rem 0 0;display:block;padding:0}@media (max-width: 600px){.page-bottom-spacer{height:0!important}.summary-footer{background:#4c1d95!important;padding:0!important;border:none!important;box-shadow:none!important}.summary-footer .totals-card{padding:0!important;margin:0!important;box-shadow:none!important;border:0!important}.mobile-summary-bar{background:transparent!important;padding:0!important}}.summary-footer{position:fixed;bottom:0;left:0;right:0;z-index:1000;margin:0;padding:0;transform:translateZ(0);-webkit-transform:translateZ(0)}@media (max-width: 768px){.summary-footer{position:fixed;bottom:0!important;left:0!important;right:0!important;width:100vw!important;margin:0!important;padding:0!important;transform:translateZ(0);-webkit-transform:translate3d(0,0,0);-webkit-backface-visibility:hidden;backface-visibility:hidden;will-change:transform;isolation:isolate}}.summary-footer .summary-bar{margin:0;border-radius:0}.page-bottom-spacer{height:0}.summary-footer{background:transparent}@media (max-width: 600px){.mobile-summary-bar{background:#4c1d95;color:#fff;width:100vw;margin-left:calc(-50vw + 50%);margin-bottom:0;padding:0;display:flex;flex-direction:column;gap:0;box-sizing:border-box;position:relative;bottom:0;-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0);-webkit-transform:translateZ(0)}.mobile-summary-bar .msb-row1{display:flex;align-items:center;justify-content:space-between;gap:8px;min-height:22px;white-space:nowrap;padding:4px 10px 0}.mobile-summary-bar .msb-label{font-weight:600;opacity:.9}.mobile-summary-bar .msb-toggle{display:inline-flex;gap:8px}.mobile-summary-bar .msb-pill{padding:8px 12px;min-height:36px;border-radius:999px;border:1px solid rgba(255,255,255,.25);background:#ffffff1f;color:#fff;font-size:13px;line-height:1.2;font-weight:600;touch-action:manipulation;-webkit-tap-highlight-color:rgba(255,255,255,.1);cursor:pointer;transition:all .2s ease;display:inline-flex;align-items:center;justify-content:center}.mobile-summary-bar .msb-pill.eur{background:#a855f740;border-color:#a855f7a6}.mobile-summary-bar .msb-pill.usd{background:#3b82f640;border-color:#3b82f6a6}.mobile-summary-bar .msb-pill.active{background:#22c55e;border-color:#16a34a;color:#052e12!important;text-shadow:none}.mobile-summary-bar .msb-pill.eur:not(.active):hover{background:#a855f766;border-color:#a855f7cc;transform:scale(1.05)}.mobile-summary-bar .msb-pill.usd:not(.active):hover{background:#3b82f666;border-color:#3b82f6cc;transform:scale(1.05)}.mobile-summary-bar .msb-pill:not(.active):active{transform:scale(.95)}.mobile-summary-bar .msb-pill.active:hover{background:#16a34a;border-color:#15803d}.mobile-summary-bar .msb-totals{display:inline-flex;align-items:center;justify-content:flex-end;gap:10px;margin-left:auto;font-weight:600}.mobile-summary-bar .msb-total{display:inline-flex;gap:6px}.mobile-summary-bar .msb-total.active .amt{font-size:1.1rem;font-weight:800}.mobile-summary-bar .msb-total .amt{font-size:.95rem;font-weight:700}.mobile-summary-bar .msb-total{display:inline-flex;gap:4px}.mobile-summary-bar .msb-total .cur{opacity:.9}.mobile-summary-bar .msb-total .amt{color:#fff}.mobile-summary-bar .msb-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:6px;padding:6px 10px 0}.mobile-summary-bar .msb-metric{min-width:0;border:1px solid rgba(255,255,255,.18);background:#ffffff14;border-radius:10px;padding:6px;min-height:38px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px}.mobile-summary-bar .msb-metric .k{font-size:10px;font-weight:700;opacity:.85;letter-spacing:.02em;line-height:1}.mobile-summary-bar .msb-metric .v{font-size:12px;font-weight:900;line-height:1.1;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mobile-summary-bar .msb-row2{display:flex;align-items:center;justify-content:space-between;gap:6px;min-height:52px;padding:8px 10px;padding-bottom:max(12px,env(safe-area-inset-bottom,12px))}.mobile-summary-bar .msb-btn{flex:1;min-width:0;min-height:44px;padding:12px 8px;font-size:13px;line-height:1.2;border-radius:8px;border:1px solid rgba(255,255,255,.25);background:#ffffff14;color:#fff;touch-action:manipulation;-webkit-tap-highlight-color:rgba(255,255,255,.1)}.mobile-summary-bar .msb-btn-send{background:#2563eb!important;border-color:#1d4ed8!important;color:#fff!important}.mobile-summary-bar .msb-btn-send:disabled{background:#2563ebb3!important;border-color:#1d4ed8b3!important}.mobile-summary-bar .msb-btn:not(:disabled):hover{background:#ffffff26;border-color:#fff6}.mobile-summary-bar .msb-btn:not(:disabled):active{background:#fff3;border-color:#ffffff80;transform:scale(.98)}.mobile-summary-bar .msb-btn-send:not(:disabled):hover{background:#1d4ed8!important;border-color:#1e40af!important}.mobile-summary-bar .msb-btn-send:not(:disabled):active{background:#1e40af!important;border-color:#1e3a8a!important;transform:scale(.98)}.totals-section.summary-footer,.totals-section,.totals-card{padding-left:0!important;padding-right:0!important}.mobile-summary-bar .msb-btn:disabled{opacity:.6}.summary-bar{display:none}.summary-footer{left:0;right:0}.public-order-page .customer-info-section{margin-bottom:90px!important}.summary-footer .modern-header.summary-bar,.summary-footer .modern-header{display:none!important}.page-bottom-spacer{height:70px;padding-bottom:env(safe-area-inset-bottom,0)}}.totals-card{background:transparent;padding:0;margin:0;border-radius:0;box-shadow:none;width:100%;max-width:100%;text-align:left}@media (max-width: 768px){.totals-card,.totals-section{padding:0!important;margin:0!important}}.summary-bar{width:100%;margin:.25rem 0 1rem;padding:.625rem .875rem;min-height:55px;gap:.75rem;display:flex;align-items:center;justify-content:space-between;flex-wrap:nowrap;box-sizing:border-box}.summary-bar .header-left,.summary-bar .header-center,.summary-bar .header-right{white-space:nowrap}.summary-bar .brand-title{font-size:1.125rem}.summary-bar .catalog-badge{font-size:.55rem;padding:.1rem .4rem}.summary-bar .header-center{flex:1;min-width:0;padding:0 .5rem;text-align:center}.summary-bar .welcome-text{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block}.summary-bar .stats-compact{display:inline-flex;white-space:nowrap;padding:.3rem .6rem;margin-left:auto}.summary-bar .currency-pill.sm{padding:2px 8px;font-size:.8125rem}.summary-actions{display:inline-flex;gap:8px;margin-left:12px}.btn-sm{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:34px;padding:0 12px;border-radius:10px;font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;border:1px solid rgba(255,255,255,.2);background:#ffffff1a;color:#fff;cursor:pointer;-webkit-user-select:none;user-select:none;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);transition:background-color .16s ease,border-color .16s ease,box-shadow .16s ease,transform .16s ease,filter .16s ease}.btn-sm .btn-icon{width:14px;height:14px;flex:0 0 14px;opacity:.95}.btn-send{background:linear-gradient(180deg,#4f46e5f2,#2563ebf2);border-color:#ffffff38;box-shadow:0 8px 18px #1d4ed847}@media (min-width: 601px){.btn-sm:hover:not(:disabled){background:#ffffff29;border-color:#ffffff47;box-shadow:0 10px 22px #0f172a38;transform:translateY(-1px)}.btn-send:hover:not(:disabled){filter:brightness(1.03);box-shadow:0 14px 30px #1d4ed857}.btn-sm:active:not(:disabled){transform:translateY(0)}}@media (min-width: 601px){.page-bottom-spacer{height:56px!important}.mobile-summary-bar{display:none!important}.summary-bar{display:flex!important;align-items:center;justify-content:flex-start;flex-wrap:nowrap;gap:12px;padding:10px 14px;padding-bottom:max(10px,env(safe-area-inset-bottom,10px));min-height:56px}.summary-bar .brand-title{margin-right:4px}.summary-bar .catalog-badge{display:none}.summary-bar .header-right{display:contents}.summary-bar .header-left{order:1}.summary-bar .stats-compact{order:2;margin-left:8px}.summary-bar .header-center{order:3;white-space:nowrap}.summary-bar .summary-actions{order:4;margin-left:auto;display:inline-flex;gap:8px}}.btn-sm:disabled{opacity:.6;cursor:not-allowed}.btn-sm:focus-visible{outline:none;box-shadow:0 0 0 3px #ffffff2e,0 0 0 5px #3b82f673}.summary-totals-inline{display:inline-flex;gap:16px;align-items:center;color:#e5e7eb;font-weight:600}.summary-totals-inline .total-item{display:inline-flex;gap:6px;white-space:nowrap}.summary-totals-inline .amount{color:#fff}.summary-center{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px}.summary-metrics{display:inline-flex;gap:8px;align-items:center;justify-content:center;flex-wrap:wrap}.metric-chip{min-width:92px;border:1px solid rgba(255,255,255,.22);background:#ffffff1a;border-radius:10px;padding:6px 10px;display:inline-flex;flex-direction:column;align-items:center;justify-content:center;gap:2px}.metric-chip .k{font-size:.65rem;font-weight:800;opacity:.85;letter-spacing:.02em;line-height:1}.metric-chip .v{font-size:.9rem;font-weight:900;color:#fff;line-height:1.1;white-space:nowrap}.totals-card h3{font-size:1.5rem;font-weight:600;color:#1e293b;margin:0 0 1.5rem}.summary-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem;border-bottom:1px solid rgba(2,6,23,.06);padding-bottom:.75rem}.currency-chooser{display:flex;align-items:center;gap:.75rem}.currency-chooser .label{font-weight:600;color:#334155}.currency-pills{display:inline-flex;gap:.5rem;background:#f1f5f9;padding:4px;border-radius:999px}.currency-pill{border:0;background:transparent;padding:6px 12px;border-radius:999px;font-weight:700;color:#334155;cursor:pointer}.currency-pill.active{background:#3b82f6;color:#fff}.currency-pill.sm{padding:4px 10px;font-size:.875rem}.total-amounts.horizontal{flex-direction:row;gap:1rem;flex-wrap:wrap}.total-amounts.horizontal .total-row{background:transparent;border:1px dashed rgba(2,6,23,.08);border-radius:10px;padding:.5rem .75rem}[data-theme=dark] .currency-chooser .label{color:#e2e8f0}[data-theme=dark] .currency-pills{background:#ffffff14}[data-theme=dark] .currency-pill{color:#e2e8f0}[data-theme=dark] .currency-pill.active{background:#4f46e5;color:#fff}.total-amounts{display:flex;flex-direction:column;gap:.75rem;margin-bottom:2rem}.total-row{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;background:#f8fafc;border-radius:.5rem;font-size:1.125rem}.total-row .amount{font-weight:700;color:#1e293b}.pdf-buttons{display:flex;gap:12px;margin-top:20px}.preview-pdf-button,.download-pdf-button{flex:1;padding:12px 24px;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease}.preview-pdf-button{background:linear-gradient(135deg,#4facfe,#00f2fe);color:#fff}.download-pdf-button{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.preview-pdf-button:hover:not(:disabled),.download-pdf-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 25px #667eea4d}.preview-pdf-button:disabled,.download-pdf-button:disabled{opacity:.6;cursor:not-allowed;transform:none}@media (max-width: 768px){.pdf-buttons{flex-direction:column;gap:8px}.products-grid-2col{grid-template-columns:1fr}.products-grid-responsive{grid-template-columns:1fr;gap:.75rem}.totals-section{justify-content:center;padding:0}.category-tabs{flex-wrap:wrap}.search-filter-bar{flex-direction:column;gap:.75rem;align-items:stretch}.search-container{max-width:none}.mobile-filter-toggle{display:flex;justify-content:center}.category-filters{display:none;position:absolute;top:100%;left:0;right:0;background:var(--bg-primary, #ffffff);border:2px solid var(--border-color, #e2e8f0);border-radius:.5rem;padding:1rem;box-shadow:0 10px 25px -5px #0000001a;z-index:200;flex-direction:column;gap:.5rem}.category-filters.show{display:flex}.filter-tab{text-align:center;padding:.75rem}.header-content{flex-direction:column;text-align:center;gap:.75rem}.header-stats{align-items:center}}.loading-container,.error-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:50vh;text-align:center}.loading-spinner{width:3rem;height:3rem;border:4px solid #e2e8f0;border-top:4px solid #667eea;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.retry-button{background:#667eea;color:#fff;border:none;border-radius:.5rem;padding:.75rem 1.5rem;font-size:.875rem;font-weight:600;cursor:pointer;margin-top:1rem;transition:background-color .2s}.retry-button:hover{background:#5a67d8}[data-theme=dark] .public-order-page{background-color:#0f172a;color:#e2e8f0}[data-theme=dark] .theme-button{background:#1e293b;border-color:#334155;color:#e2e8f0}[data-theme=dark] .customer-info-section,[data-theme=dark] .products-section,[data-theme=dark] .totals-card{background:#1e293b;color:#e2e8f0}[data-theme=dark] .customer-info-section h3,[data-theme=dark] .products-section h3,[data-theme=dark] .totals-card h3{color:#f1f5f9}[data-theme=dark] .customer-form input{background:#334155;border-color:#475569;color:#e2e8f0}[data-theme=dark] .customer-form input:focus{border-color:#667eea;background:#334155}[data-theme=dark] .product-item-horizontal{background:var(--bg-secondary, #1e293b);border-color:var(--border-color, #334155)}[data-theme=dark] .product-item-horizontal:hover{border-color:#818cf8;background:#334155}[data-theme=dark] .filters-sticky-container{background:var(--bg-primary, #0f172a);border-color:var(--border-color, #334155)}[data-theme=dark] .search-input{background:var(--bg-secondary, #1e293b);border-color:var(--border-color, #334155);color:var(--text-primary, #f1f5f9)}[data-theme=dark] .search-input:focus{border-color:#3b82f6;background:var(--bg-secondary, #1e293b)}[data-theme=dark] .filter-tab{background:var(--bg-secondary, #1e293b);border-color:var(--border-color, #334155);color:var(--text-primary, #f1f5f9)}[data-theme=dark] .filter-tab:hover{border-color:#3b82f6;background:#334155}[data-theme=dark] .filter-tab.active{background:#3b82f6;border-color:#3b82f6;color:#fff}[data-theme=dark] .mobile-filter-toggle{background:var(--bg-secondary, #1e293b);border-color:var(--border-color, #334155);color:var(--text-primary, #f1f5f9)}[data-theme=dark] .mobile-filter-toggle:hover{border-color:#3b82f6;background:#334155}[data-theme=dark] .category-filters{background:var(--bg-primary, #0f172a);border-color:var(--border-color, #334155)}[data-theme=dark] .modern-header{background:linear-gradient(135deg,#4c1d95,#581c87)}[data-theme=dark] .catalog-badge{background:#ffffff26}[data-theme=dark] .stats-compact{background:#ffffff1a}[data-theme=dark] .product-image-cell{background:transparent;border:none}[data-theme=dark] .product-size-label{color:#cbd5e1}[data-theme=dark] .pallet-info{color:#94a3b8}[data-theme=dark] .pallet-count{color:#cbd5e1}[data-theme=dark] .box-icon svg{color:#e2e8f0}[data-theme=dark] .pallet-icon svg{color:#e2e8f0}[data-theme=dark] .pallet-info-cell .pallet-icon{color:#94a3b8}[data-theme=dark] .pallet-info-cell .pallet-count{color:#f1f5f9}[data-theme=dark] .pallet-info-cell .pallet-label{color:#94a3b8}[data-theme=dark] .pallet-row .pallet-count{color:#f1f5f9!important}[data-theme=dark] .pallet-row .pallet-currency{color:#94a3b8}[data-theme=dark] .box-row .box-count{color:#f1f5f9!important}[data-theme=dark] .box-row .box-currency,[data-theme=dark] .price-currency{color:#94a3b8}[data-theme=dark] .product-title{color:#f1f5f9}[data-theme=dark] .product-item-horizontal .product-title,[data-theme=dark] .product-item-horizontal .product-description,[data-theme=dark] .product-item-horizontal .currency-symbol,[data-theme=dark] .product-item-horizontal .price-value,[data-theme=dark] .product-item-horizontal .box-count,[data-theme=dark] .product-item-horizontal .product-size-label{color:#fff!important}.box-info-cell,.pallet-info-cell,.prices-cell,.quantity-cell{align-self:center;justify-self:center}.box-info-cell,.pallet-info-cell{justify-content:center!important}.prices-cell,.quantity-cell{align-items:center!important;justify-content:center!important}[data-theme=dark] .product-description{color:#94a3b8}[data-theme=dark] .box-count{color:#f1f5f9}[data-theme=dark] .currency-symbol,[data-theme=dark] .price-value{color:#fff}[data-theme=dark] .quantity-controls-inline{background:#334155;border-color:#475569}.mobile-bottom-row .box-info-cell,.mobile-bottom-row .pallet-info-cell{min-height:65px!important;height:65px!important;justify-content:space-between!important}@media (max-width: 990px){[data-theme=dark] .mobile-bottom-row .quantity-controls-inline{background:#334155!important;border-color:#475569!important}}[data-theme=dark] .qty-minus{background:#475569;color:#e2e8f0}[data-theme=dark] .qty-minus:not(:disabled){background:#ef4444;color:#fff}[data-theme=dark] .qty-plus{background:#22c55e;color:#fff}[data-theme=dark] .qty-display{color:#f1f5f9}[data-theme=dark] .qty-input{background:#334155;border-color:#475569;color:#f1f5f9}[data-theme=dark] .qty-input:focus{border-color:#3b82f6;background:#334155}[data-theme=dark] .image-popup-container{background:#1e293b}[data-theme=dark] .image-popup-close{background:#000;color:#fff;border-color:#ffffffe6}[data-theme=dark] .image-popup-close:hover{background:#000}[data-theme=dark] .total-row{background:#334155;color:#e2e8f0}[data-theme=dark] .total-row .amount{color:#fff}@media screen and (max-width: 1280px){.product-item-horizontal{grid-template-columns:80px 1fr 40px 40px 150px}.product-item-horizontal .product-image-cell{width:80px;height:120px;padding:5px}.product-item-horizontal .product-title{font-size:11px}.product-item-horizontal .box-icon{font-size:1.2rem}.product-item-horizontal .box-count{font-size:11px}.product-item-horizontal .product-description{font-size:9px}.currency-symbol,.price-value{font-size:11px}.prices-cell{min-width:40px}}@media screen and (max-width: 990px){.products-grid-2col{grid-template-columns:1fr}}@media (max-width: 600px){.modern-header{flex-direction:column;gap:.75rem;padding:.75rem 1rem;text-align:center;min-height:auto}.public-order-page{padding:.5rem}.products-section{padding:.75rem}.header-left{justify-content:center;gap:.5rem}.brand-title{font-size:1.25rem}.catalog-badge{font-size:.5rem;padding:.125rem .375rem}.header-center{padding:0}.welcome-text{font-size:.75rem;line-height:1.2}.stats-compact{justify-content:center;padding:.25rem .5rem;gap:.25rem}.stat-item{font-size:.625rem}.stat-divider{font-size:.5rem}.header-content .company-logo h1{font-size:1.5rem}.product-item-horizontal{grid-template-columns:110px 1fr;grid-template-rows:auto auto;align-items:start;border:1px solid var(--border-color, #e2e8f0)}.product-image-cell{grid-column:1;grid-row:1 / span 2;width:110px;height:120px;padding:8px 0;justify-content:space-evenly;margin-top:0}.product-info-cell{grid-column:2 / -1;grid-row:1;align-self:start;margin-top:0}.product-image-cell .product-media-buttons{margin-top:8px}.mobile-bottom-row{grid-column:2;grid-row:2;display:flex!important;align-items:center;justify-content:space-between;gap:.5rem;margin-top:.25rem;width:100%;height:53px}.mobile-bottom-row .box-info-cell,.mobile-bottom-row .pallet-info-cell{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.1rem;width:50px;height:53px;flex-shrink:0}.mobile-bottom-row .prices-cell{text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.1rem;margin:0;height:53px;flex:1}.mobile-bottom-row .quantity-cell{display:flex;align-items:center;justify-content:center;width:90px;height:100%;min-height:53px;flex-shrink:0}.mobile-bottom-row .box-icon{font-size:.9rem!important;display:block!important;color:#334155!important}.mobile-bottom-row .box-count{font-size:.75rem!important;font-weight:600!important;display:block!important;color:#334155!important}.mobile-bottom-row .pallet-icon{font-size:.9rem!important;display:block!important;color:#64748b!important}.mobile-bottom-row .pallet-count{font-size:.75rem!important;font-weight:600!important;display:block!important;color:#334155!important}.mobile-bottom-row .pallet-label{font-size:.5rem!important;color:#64748b!important;display:block!important;line-height:1}.mobile-bottom-row .price-row{display:flex!important;align-items:center!important;gap:.1rem!important;margin:0!important;white-space:nowrap;justify-content:center}.mobile-bottom-row .currency-symbol,.mobile-bottom-row .price-value{display:inline!important;color:#334155!important;font-size:.7rem!important;font-weight:600!important}.mobile-bottom-row .quantity-controls-inline{display:flex!important;align-items:center!important;gap:.15rem!important;background:#f1f5f9;border:1px solid #cbd5e1;border-radius:.25rem;padding:.1rem;width:100px;height:32px}.mobile-bottom-row .qty-btn-inline{display:block!important;width:1.2rem!important;height:1.2rem!important;font-size:.65rem!important;padding:0!important;flex-shrink:0}.mobile-bottom-row .qty-input{display:block!important;width:2rem!important;font-size:.65rem!important;text-align:center!important;border:none!important;background:transparent!important;padding:0!important;min-width:2rem}.prices-cell .price-row,.prices-cell .currency-symbol,.prices-cell .price-value{font-size:1rem;font-weight:600}.product-title{font-size:.9rem;line-height:1.2;height:2.16rem;word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;margin:0;padding-right:.5rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.header-content .company-logo p{font-size:.75rem}.product-count{font-size:.875rem}.currency-info{font-size:.625rem}.results-info{display:none!important}.customer-form{grid-template-columns:1fr}.quantity-cell{justify-self:end}.quantity-controls-inline{flex-direction:row;align-items:center;gap:.25rem;padding:.125rem;width:max-content}.prices-cell{margin-right:16px!important;align-items:flex-start;min-width:0;width:auto}.box-info-cell{margin-right:16px!important}.quantity-cell{margin-left:10px}.products-grid-2col{grid-template-columns:1fr;gap:.5rem}.products-grid-2col .prices-cell{margin-right:8px;align-items:flex-start}.products-grid-2col .box-info-cell{margin-right:8px}.products-grid-2col .quantity-cell{padding-left:6px}.products-grid-responsive{grid-template-columns:1fr;gap:.5rem}.filters-sticky-container{padding:.75rem 0}.search-input{font-size:16px;padding:.625rem .625rem .625rem 2.25rem}.search-icon{width:1rem;height:1rem;left:.625rem}.product-item-horizontal{grid-template-columns:70px 1fr 50px 40px auto;gap:.5rem;padding:.75rem;border-radius:.5rem}.product-image-cell{width:70px;height:70px;padding:.25rem}.product-title{font-size:.875rem}.product-description{font-size:.75rem}.box-icon{font-size:1.25rem}.box-count{font-size:1rem}.price-row{font-size:.875rem;gap:.25rem}.qty-btn-inline{width:1.5rem;height:1.5rem;font-size:.75rem}.quantity-controls-inline{gap:.25rem;padding:.125rem}.qty-input{width:3rem;font-size:.875rem;padding:.125rem;min-width:3rem}.qty-display{font-size:.875rem;min-width:1.5rem}.total-amounts{gap:.5rem}.total-row{font-size:1rem;padding:.5rem .75rem}.preview-pdf-button,.download-pdf-button{padding:.875rem 1.5rem;font-size:.875rem;min-width:180px}.totals-section{justify-content:center;padding:0 1rem}.totals-card{max-width:100%}.product-item-horizontal .product-title{font-size:11px}.product-item-horizontal .box-icon{font-size:1.2rem}.prices-cell,.box-info-cell{margin-right:12px!important}.product-item-horizontal .box-count,.currency-symbol,.price-value{font-size:11px}.prices-cell{min-width:40px}.product-item-horizontal .product-description{font-size:9px}.product-item-horizontal{grid-template-columns:65px 1fr 40px 40px auto}.product-item-horizontal .product-image-cell{width:65px;height:65px;padding:2.5px}.product-item-horizontal .product-image-cell .quantity-controls-inline{box-shadow:0 0 0 1px #ffffff0f inset}.product-item-horizontal .product-image-cell .product-item-horizontal .quantity-cell .quantity-controls-inline{margin-right:0}.product-item-horizontal .product-image-cell .prices-cell,.product-item-horizontal .product-image-cell .box-info-cell{margin-right:6px}.product-item-horizontal .product-image-cell .product-item-horizontal{overflow:hidden}}@media (max-width: 480px){.products-grid-2col{grid-template-columns:1fr}.products-grid-responsive{grid-template-columns:1fr;gap:.5rem}.product-item-horizontal{grid-template-columns:120px 1fr;grid-template-rows:auto auto;gap:.375rem;text-align:left;padding:.5rem;border-radius:.5rem;border:1px solid var(--border-color, #e2e8f0);align-items:start}.mobile-bottom-row{display:flex!important;align-items:center;justify-content:space-between;gap:.5rem;margin-top:.5rem;height:53px}.product-image-cell{justify-self:center;width:120px;height:130px;padding:8px 0;justify-content:space-evenly;margin-top:0;grid-column:1;grid-row:1 / span 3}.product-image-cell .product-media-buttons{margin-top:8px}.product-info-cell{text-align:left;grid-column:2 / -1;grid-row:1}.mobile-bottom-row .quantity-cell{display:flex;align-items:center;justify-content:center;width:90px;height:100%;min-height:53px;flex-shrink:0}.quantity-controls-inline{min-width:0;width:max-content}.product-title{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;line-height:1.2;font-size:.85rem;height:2.04rem;margin:0;padding-right:.5rem}.product-description{display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.quantity-cell{justify-self:end;justify-content:flex-end}.total-row{font-size:.875rem;padding:.5rem}.preview-pdf-button,.download-pdf-button{padding:.75rem 1.25rem;font-size:.8rem;min-width:160px}.totals-section{justify-content:center}.totals-card{padding:1.5rem}.product-item-horizontal .product-title{font-size:11px}.product-item-horizontal .box-icon{font-size:1.2rem}.product-item-horizontal .box-count{font-size:11px}.product-item-horizontal .product-description{font-size:9px}.currency-symbol,.price-value{font-size:11px}.prices-cell{min-width:40px}.product-item-horizontal{grid-template-columns:100px 1fr;grid-template-rows:auto auto;padding:5px;border:1px solid var(--border-color, #e2e8f0)}.mobile-bottom-row{display:flex!important;align-items:center;justify-content:space-between;gap:.4rem;margin-top:.4rem;height:53px}.product-item-horizontal .product-image-cell{width:100px;height:150px;padding:8px 0;justify-content:space-evenly;margin-top:0;grid-column:1;grid-row:1 / span 3}.product-image-cell .product-media-buttons{margin-top:10px}.product-info-cell{grid-column:2 / -1;grid-row:1}.mobile-bottom-row .box-info-cell,.mobile-bottom-row .pallet-info-cell{display:flex;flex-direction:column;align-items:center;justify-content:center;width:50px;flex-shrink:0}.mobile-bottom-row .prices-cell{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1;gap:.1rem}.mobile-bottom-row .quantity-cell{display:flex;align-items:center;justify-content:center;width:90px;flex-shrink:0}.products-section{padding:.5rem}.pallet-info-cell .pallet-info-content{gap:0}}@media screen and (max-width: 450px){.product-item-horizontal .product-title{font-size:.75rem;line-height:1.2;height:1.8rem;word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;margin:0;padding-right:.5rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-item-horizontal .box-icon{font-size:1rem}.prices-cell,.box-info-cell{margin-right:4px}.product-item-horizontal .box-count{font-size:.75rem}.product-item-horizontal .product-description{font-size:.625rem;line-height:1.2}.product-item-horizontal{grid-template-columns:90px 1fr;grid-template-rows:auto auto;padding:.375rem;gap:.25rem;border:1px solid var(--border-color, #e2e8f0)}.mobile-bottom-row{display:flex!important;align-items:center;justify-content:space-between;gap:.3rem;margin-top:.3rem;height:53px}.product-item-horizontal .product-image-cell{width:90px;height:150px;padding:8px 0;justify-content:space-evenly;margin-top:0;grid-column:1;grid-row:1 / span 3}.product-image-cell .product-media-buttons{margin-top:10px}.product-info-cell{grid-column:2 / -1;grid-row:1}.mobile-bottom-row .box-info-cell,.mobile-bottom-row .pallet-info-cell{display:flex;flex-direction:column;align-items:center;justify-content:center;width:50px;flex-shrink:0}.mobile-bottom-row .prices-cell{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1;gap:.1rem}.mobile-bottom-row .quantity-cell{display:flex;align-items:center;justify-content:center;width:105px;flex-shrink:0}.qty-btn-inline{width:1.25rem;height:1.25rem;font-size:.625rem}.qty-input{width:2.25rem;font-size:.75rem;padding:.125rem;min-width:2.25rem}.quantity-controls-inline{gap:.125rem;padding:.125rem}.currency-symbol,.price-value{font-size:10px}.prices-cell{min-width:30px}}@media screen and (max-width: 425px){.product-item-horizontal .product-image-cell{width:60px;height:120px;padding:8px 0;justify-content:space-evenly;margin-top:0}.product-image-cell .product-media-buttons{margin-top:6px}.product-item-horizontal{grid-template-columns:65px 1fr}.pallet-count{color:#f1f5f9!important}.mobile-bottom-row{gap:.2rem!important}.product-image-cell .product-image{background:#fff;width:100%;height:100%;padding:5px}.mobile-bottom-row .prices-cell,.mobile-bottom-row .box-info-cell,.mobile-bottom-row .pallet-info-cell{margin:0!important}}*{box-sizing:border-box}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f8fafc;color:#1f2937;line-height:1.6}.auth-gate-page{position:relative;min-height:100vh;min-height:100dvh;display:flex;align-items:center;justify-content:center;padding:1.25rem;overflow:hidden;background:radial-gradient(42rem 32rem at -8% -6%,#0ea5e938,#0ea5e900 72%),radial-gradient(36rem 36rem at 104% 108%,#38bdf82b,#38bdf800 78%),linear-gradient(145deg,#0a1120,#0f1a32 46%,#0f1f3e)}.auth-gate-orb{position:absolute;width:20rem;height:20rem;border-radius:999px;filter:blur(70px);opacity:.42;pointer-events:none}.auth-gate-orb-left{top:-8rem;left:-7rem;background:#38bdf8}.auth-gate-orb-right{right:-8rem;bottom:-10rem;background:#1d4ed8}.auth-gate-shell{width:100%;max-width:470px;position:relative;z-index:2}.auth-gate-checking{position:relative;z-index:2;display:inline-flex;align-items:center;gap:.7rem;border-radius:.75rem;border:1px solid rgba(125,211,252,.35);background:#111c31db;padding:.85rem 1rem;color:#d5e3f7;box-shadow:0 14px 30px -22px #000000b3}.auth-gate-checking p{margin:0;font-size:.9rem}.auth-gate-card{border-radius:1.15rem;overflow:hidden;border:1px solid #2a3b63;background:linear-gradient(180deg,#172540f2,#111c31f5);box-shadow:0 24px 60px -28px #000000bf,0 12px 24px -16px #0f172a9e;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.auth-gate-header{display:flex;align-items:center;gap:.9rem;padding:1.45rem 1.5rem;border-bottom:1px solid rgba(148,163,184,.22);background:linear-gradient(135deg,#243658f0,#192742f5)}.auth-gate-brand-mark{width:2.6rem;height:2.6rem;border-radius:.75rem;display:flex;align-items:center;justify-content:center;font-size:1rem;font-weight:700;color:#f8fbff;background:linear-gradient(150deg,#38bdf8,#2563eb);border:1px solid rgba(125,211,252,.55);box-shadow:0 8px 18px -10px #38bdf8a6;flex-shrink:0}.auth-gate-brand-text h1{margin:0;font-size:1.4rem;line-height:1.1;letter-spacing:-.02em;font-weight:700;color:#f8fafc;font-family:Manrope,Avenir Next,Segoe UI,sans-serif}.auth-gate-brand-text p{margin:.2rem 0 0;font-size:.83rem;letter-spacing:.02em;color:#c8d6ed;font-weight:500}.auth-gate-body{padding:1.5rem}.auth-gate-customer{text-align:center;margin-bottom:1.2rem}.auth-gate-customer h2{margin:0;font-size:1.65rem;letter-spacing:-.02em;color:#f1f5f9;font-weight:700;font-family:Manrope,Avenir Next,Segoe UI,sans-serif}.auth-gate-slug{margin:.55rem auto 0;display:inline-flex;align-items:center;justify-content:center;min-height:2rem;padding:.2rem .8rem;border-radius:999px;border:1px solid rgba(125,211,252,.35);background:#1e40af47;color:#7dd3fc;font-size:.88rem;font-weight:600;letter-spacing:.01em}.auth-gate-note{margin:.9rem auto 0;max-width:30ch;color:#a6b8d3;font-size:.9rem;line-height:1.45}.auth-gate-loading{min-height:120px;display:flex;align-items:center;justify-content:center}.auth-gate-loading .spinner{width:20px;height:20px}.auth-gate-form{display:flex;flex-direction:column;gap:.95rem}.auth-gate-field{display:flex;flex-direction:column;gap:.48rem}.auth-gate-field label{font-size:.86rem;font-weight:600;color:#d8e2f3}.auth-gate-input{width:100%;border-radius:.62rem;border:1px solid #3f557f;background:#1d2d49;color:#f8fafc;padding:.78rem .88rem;font-size:.97rem;outline:none;transition:border-color .2s ease,box-shadow .2s ease,background-color .2s ease}.auth-gate-input::placeholder{color:#8ca1be}.auth-gate-input:focus{border-color:#38bdf8;background:#203253;box-shadow:0 0 0 3px #38bdf838}.auth-gate-input:disabled{opacity:.7;cursor:not-allowed}.auth-gate-error{display:flex;align-items:center;gap:.45rem;padding:.72rem .8rem;border-radius:.62rem;border:1px solid rgba(248,113,113,.45);background:#7f1d1d6b;color:#fecaca;font-size:.84rem}.auth-gate-submit{width:100%;border:0;border-radius:.62rem;background:linear-gradient(140deg,#3b82f6,#1d4ed8);color:#f8fafc;min-height:47px;padding:.8rem 1rem;font-size:.98rem;font-weight:600;display:inline-flex;align-items:center;justify-content:center;gap:.48rem;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,filter .2s ease}.auth-gate-submit:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 14px 28px -16px #2563ebb8;filter:brightness(1.05)}.auth-gate-submit:disabled{opacity:.7;cursor:not-allowed;transform:none}.auth-gate-footer{border-top:1px solid rgba(148,163,184,.2);padding:.9rem 1.25rem;text-align:center;background:#0f172a59}.auth-gate-footer p{margin:0;font-size:.76rem;color:#9bb2d1}@media (max-width: 640px){.auth-gate-page{padding:.95rem}.auth-gate-header,.auth-gate-body{padding:1.2rem 1.1rem}.auth-gate-brand-text h1{font-size:1.25rem}.auth-gate-customer h2{font-size:1.45rem}}[data-theme=light] .auth-gate-page{background:radial-gradient(42rem 32rem at -8% -6%,#2563eb2e,#2563eb00 72%),radial-gradient(36rem 36rem at 104% 108%,#0ea5e929,#0ea5e900 78%),linear-gradient(150deg,#eff5ff,#f8fbff 42%,#eef6ff)}[data-theme=light] .auth-gate-card{border-color:#d7e3f3;background:linear-gradient(180deg,#fffffff0,#f4f8fff2);box-shadow:0 24px 60px -36px #1e40af4d,0 12px 26px -20px #0f172a2e}[data-theme=light] .auth-gate-checking{border-color:#3b82f640;background:#ffffffe6;color:#1e3a8a}[data-theme=light] .auth-gate-header{border-bottom-color:#3b82f633;background:linear-gradient(135deg,#eff6fff5,#e0edfff0)}[data-theme=light] .auth-gate-brand-text h1{color:#0f172a}[data-theme=light] .auth-gate-brand-text p{color:#334155}[data-theme=light] .auth-gate-customer h2{color:#0f172a}[data-theme=light] .auth-gate-slug{border-color:#3b82f647;background:#dbeafea6;color:#1d4ed8}[data-theme=light] .auth-gate-note{color:#475569}[data-theme=light] .auth-gate-field label{color:#334155}[data-theme=light] .auth-gate-input{border-color:#c8d7eb;background:#fff;color:#0f172a}[data-theme=light] .auth-gate-input::placeholder{color:#64748b}[data-theme=light] .auth-gate-input:focus{border-color:#2563eb;background:#fff;box-shadow:0 0 0 3px #2563eb2e}[data-theme=light] .auth-gate-error{border-color:#fecaca;background:#fef2f2;color:#b91c1c}[data-theme=light] .auth-gate-footer{border-top-color:#94a3b847;background:#f7faffe6}[data-theme=light] .auth-gate-footer p{color:#64748b}.spinner{width:16px;height:16px;border:2px solid transparent;border-top:2px solid currentColor;border-radius:50%;animation:spin 1s linear infinite}.order-container{min-height:100vh;background-color:#f8fafc}.order-header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:1.5rem 0;box-shadow:0 4px 6px -1px #0000001a}.header-content{max-width:1200px;margin:0 auto;padding:0 1rem;display:flex;justify-content:space-between;align-items:center}.header-brand h1{font-size:1.5rem;font-weight:700;margin:0}.header-brand p{font-size:.875rem;opacity:.9;margin:0}.customer-info-header{text-align:right}.customer-info-header h2{font-size:1.25rem;font-weight:600;margin:0 0 .25rem}.currency-info{font-size:.875rem;opacity:.9;margin:0}.order-content{max-width:1200px;margin:0 auto;padding:2rem 1rem}.order-card{background:#fff;border-radius:.75rem;box-shadow:0 4px 6px -1px #0000001a;overflow:hidden}.order-table-container{overflow-x:auto}.order-table{width:100%;border-collapse:collapse;font-size:.875rem}.order-table th{background:linear-gradient(135deg,#f8fafc,#e2e8f0);padding:1rem;text-align:left;font-weight:600;color:#1e293b;border-bottom:2px solid #e2e8f0}.order-table td{padding:1rem;border-bottom:1px solid #f1f5f9;vertical-align:middle}.order-table tr:hover{background-color:#f8fafc}.product-image{width:100%;height:100%;object-fit:cover;border-radius:.375rem;border:none}.product-placeholder{width:60px;height:60px;background:linear-gradient(135deg,#e2e8f0,#cbd5e1);border-radius:.375rem;display:flex;align-items:center;justify-content:center;color:#64748b;font-size:.75rem;text-align:center;border:2px solid #e2e8f0}.product-info{display:flex;flex-direction:column;gap:.25rem}.product-name{font-weight:600;color:#1e293b;margin:0}.product-size{font-size:.75rem;color:#64748b;margin:0}.quantity-input{width:80px;padding:.5rem;border:2px solid #e2e8f0;border-radius:.375rem;text-align:center;font-size:.875rem;transition:all .2s ease}.quantity-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.price-cell{font-weight:500;color:#1e293b}.line-total{font-weight:600;color:#059669}.order-summary{background:linear-gradient(135deg,#f8fafc,#e2e8f0);padding:1.5rem 2rem;border-top:2px solid #e2e8f0}.summary-content{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.grand-total{display:flex;align-items:center;gap:1rem}.total-label{font-size:1.125rem;font-weight:600;color:#1e293b;margin:0}.total-amount{font-size:1.5rem;font-weight:700;color:#059669;margin:0}.download-btn{background:linear-gradient(135deg,#059669,#047857);color:#fff;border:none;padding:.875rem 1.5rem;border-radius:.5rem;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:.5rem}.download-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 10px 15px -3px #0000001a}.download-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.download-btn:active:not(:disabled){transform:translateY(0);box-shadow:0 4px 6px -1px #0000001a}.loading-state{display:flex;align-items:center;justify-content:center;padding:3rem;color:#64748b}.error-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem;color:#dc2626;text-align:center}.skeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:loading 1.5s infinite}.skeleton-row{display:flex;align-items:center;padding:1rem;gap:1rem}.skeleton-image{width:60px;height:60px;border-radius:.375rem}.skeleton-text{height:1rem;border-radius:.25rem}.skeleton-text.large{height:1.25rem}.skeleton-text.small{height:.75rem}@keyframes loading{0%{background-position:200% 0}to{background-position:-200% 0}}.loading-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#fffc;display:flex;align-items:center;justify-content:center;z-index:10}.pulse{animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.container{max-width:1200px;margin:0 auto;padding:0 1rem}.container-sm{max-width:640px}.container-md{max-width:768px}.container-lg{max-width:1024px}.container-xl{max-width:1280px}.space-y-1>*+*{margin-top:.25rem}.space-y-2>*+*{margin-top:.5rem}.space-y-3>*+*{margin-top:.75rem}.space-y-4>*+*{margin-top:1rem}.space-y-6>*+*{margin-top:1.5rem}.space-y-8>*+*{margin-top:2rem}.space-x-1>*+*{margin-left:.25rem}.space-x-2>*+*{margin-left:.5rem}.space-x-3>*+*{margin-left:.75rem}.space-x-4>*+*{margin-left:1rem}.space-x-6>*+*{margin-left:1.5rem}.space-x-8>*+*{margin-left:2rem}.p-1{padding:.25rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.px-1{padding-left:.25rem;padding-right:.25rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-8{padding-left:2rem;padding-right:2rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-8{padding-top:2rem;padding-bottom:2rem}.m-1{margin:.25rem}.m-2{margin:.5rem}.m-3{margin:.75rem}.m-4{margin:1rem}.m-6{margin:1.5rem}.m-8{margin:2rem}.mx-auto{margin-left:auto;margin-right:auto}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid #3b82f6;outline-offset:2px}.skip-link{position:absolute;top:-40px;left:6px;background:#3b82f6;color:#fff;padding:8px;text-decoration:none;border-radius:4px;z-index:1000}.skip-link:focus{top:6px}@media (prefers-contrast: high){.order-table th,.order-table td,.password-input,.quantity-input{border:2px solid}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.spinner{animation:none}}.order-table tr{transition:all .2s ease}.order-table tr:hover{background-color:#f8fafc;transform:translateY(-1px);box-shadow:0 2px 4px #0000000d}.product-image{transition:all .3s ease}.product-image:hover{transform:scale(1.05);box-shadow:0 4px 8px #00000026}.quantity-input{transition:all .2s ease}.quantity-input:hover:not(:disabled){border-color:#94a3b8;box-shadow:0 2px 4px #0000000d}.quantity-input:focus{transform:scale(1.02)}.order-card{transition:all .3s ease}.order-card:hover{box-shadow:0 8px 25px -5px #0000001a}.password-card{transition:all .3s ease}.password-card:hover{transform:translateY(-2px);box-shadow:0 25px 50px -12px #00000040}.access-btn,.download-btn{position:relative;overflow:hidden}.access-btn:before,.download-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.access-btn:hover:before,.download-btn:hover:before{left:100%}.total-amount{animation:subtle-pulse 2s infinite}@keyframes subtle-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.02)}}input,button,select,textarea{transition:all .2s ease}.loading-state{animation:fade-in .3s ease}@keyframes fade-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.error-message{animation:shake .5s ease-in-out}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-5px)}75%{transform:translate(5px)}}@media print{*{-webkit-print-color-adjust:exact!important;color-adjust:exact!important}body{background:#fff!important;color:#000!important;font-size:12pt;line-height:1.4}.order-container{background:#fff!important}.order-header{background:#fff!important;color:#000!important;border-bottom:2px solid #000;page-break-inside:avoid}.order-content{padding:0}.order-card{box-shadow:none!important;border:1px solid #000}.order-table{border-collapse:collapse;width:100%}.order-table th,.order-table td{border:1px solid #000!important;padding:8pt;background:#fff!important}.order-table th{background:#f0f0f0!important;font-weight:700}.product-image{max-width:100%;max-height:100%}.download-btn:not([style*="display: block"]),.access-btn:not([style*="display: block"]){display:none!important}.totals-section button,.totals-card button{display:block!important;visibility:visible!important;opacity:1!important}.order-summary{background:#fff!important;border-top:2px solid #000;page-break-inside:avoid}.grand-total{font-size:14pt;font-weight:700}.quantity-input{border:none!important;background:transparent!important;font-weight:700}.spinner,.loading-state,.error-state{display:none!important}.order-header{page-break-after:avoid}.order-table thead{display:table-header-group}.order-table tbody tr{page-break-inside:avoid}.order-summary{page-break-before:avoid}}@media (prefers-color-scheme: dark){:root{--bg-primary: #0f172a;--bg-secondary: #1e293b;--bg-tertiary: #334155;--text-primary: #f1f5f9;--text-secondary: #e2e8f0;--text-muted: #94a3b8;--border-color: #475569;--accent-color: #3b82f6}body{background-color:var(--bg-primary);color:var(--text-primary)}.customer-container{background:linear-gradient(135deg,#0f172a,#1e293b)}.password-card,.order-card{background:var(--bg-secondary);border:1px solid var(--border-color);box-shadow:0 20px 25px -5px #0000004d,0 10px 10px -5px #0003}.password-header,.order-header{background:linear-gradient(135deg,#1e293b,#334155);color:var(--text-primary)}.company-logo h1{color:var(--text-primary)}.company-logo p{color:var(--text-secondary);opacity:.9}.customer-info h2{color:var(--text-primary)}.customer-name{color:#60a5fa}.access-instruction{color:var(--text-muted)}.form-group label{color:var(--text-secondary)}.password-input{background:var(--bg-tertiary);border-color:var(--border-color);color:var(--text-primary)}.password-input:focus{border-color:var(--accent-color);background:var(--bg-tertiary);box-shadow:0 0 0 3px #3b82f633}.password-input::placeholder{color:var(--text-muted)}.access-btn{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff}.access-btn:hover:not(:disabled){background:linear-gradient(135deg,#2563eb,#1e40af);transform:translateY(-1px)}.access-btn:disabled{background:var(--bg-tertiary);color:var(--text-muted)}.order-table th{background:linear-gradient(135deg,#1e293b,#334155);color:var(--text-primary)}.order-table td{border-bottom:1px solid var(--border-color);color:var(--text-primary)}.order-table tr:hover{background-color:var(--bg-tertiary)}.password-input,.quantity-input{background:var(--bg-tertiary);border-color:var(--border-color);color:var(--text-primary)}.password-input::placeholder,.quantity-input::placeholder{color:var(--text-muted)}.order-summary{background:linear-gradient(135deg,#374151,#4b5563)}.product-placeholder{background:linear-gradient(135deg,#4b5563,#6b7280);color:var(--text-muted)}.error-message{background-color:#7f1d1d;border-color:#dc2626;color:#fca5a5}.password-footer{background-color:var(--bg-tertiary);border-top:1px solid var(--border-color);color:var(--text-muted)}}.password-footer{background-color:#f8fafc;border-top:1px solid #e2e8f0;padding:1rem 2rem;text-align:center;font-size:.75rem;color:#64748b}.theme-toggle{position:fixed;top:1rem;right:1rem;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:50%;width:48px;height:48px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000}.theme-toggle:hover{background:#fff3;transform:scale(1.1)}.theme-toggle svg{width:20px;height:20px;color:#fff}[data-theme=dark]{--bg-primary: #0f172a;--bg-secondary: #1e293b;--bg-tertiary: #334155;--text-primary: #f1f5f9;--text-secondary: #e2e8f0;--text-muted: #94a3b8;--border-color: #475569;--accent-color: #3b82f6}[data-theme=dark] body{background-color:var(--bg-primary);color:var(--text-primary)}[data-theme=dark] .customer-container{background:linear-gradient(135deg,#0f172a,#1e293b)}[data-theme=dark] .password-card{background:var(--bg-secondary);border:1px solid var(--border-color);box-shadow:0 20px 25px -5px #0000004d,0 10px 10px -5px #0003}[data-theme=dark] .password-header{background:linear-gradient(135deg,#1e293b,#334155);color:var(--text-primary)}[data-theme=dark] .company-logo h1{color:var(--text-primary)}[data-theme=dark] .company-logo p{color:var(--text-secondary);opacity:.9}[data-theme=dark] .customer-info h2{color:var(--text-primary)}[data-theme=dark] .customer-name{color:#60a5fa}[data-theme=dark] .access-instruction{color:var(--text-muted)}[data-theme=dark] .form-group label{color:var(--text-secondary)}[data-theme=dark] .password-input{background:var(--bg-tertiary);border-color:var(--border-color);color:var(--text-primary)}[data-theme=dark] .password-input:focus{border-color:var(--accent-color);background:var(--bg-tertiary);box-shadow:0 0 0 3px #3b82f633}[data-theme=dark] .password-input::placeholder{color:var(--text-muted)}[data-theme=dark] .access-btn{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff}[data-theme=dark] .access-btn:hover:not(:disabled){background:linear-gradient(135deg,#2563eb,#1e40af);transform:translateY(-1px)}[data-theme=dark] .access-btn:disabled{background:var(--bg-tertiary);color:var(--text-muted)}[data-theme=dark] .password-footer{background-color:var(--bg-tertiary);border-top:1px solid var(--border-color);color:var(--text-muted)}[data-theme=light]{--bg-primary: #d7e0ec;--bg-secondary: #e1e8f1;--bg-tertiary: #cfd8e6;--text-primary: #0f172a;--text-secondary: #1f2937;--text-muted: #475569;--border-color: rgba(2, 6, 23, .14);--accent-color: #2563eb}[data-theme=light] body{background:radial-gradient(1200px 600px at 18% -10%,rgba(37,99,235,.11),transparent 55%),radial-gradient(900px 500px at 92% 0%,rgba(14,165,233,.09),transparent 55%),var(--bg-primary);color:var(--text-primary)}[data-theme=light] .theme-button{background:linear-gradient(180deg,#e1e8f1f5,#cfd8e6f5);border-color:#02061724;color:#0f172aeb}[data-theme=light] .public-order-page{background-color:transparent}[data-theme=light] .customer-info-section,[data-theme=light] .products-section,[data-theme=light] .totals-card{background:#e1e8f1eb;border:1px solid rgba(2,6,23,.12);box-shadow:0 10px 28px #0206170f}[data-theme=light] .customer-info-section h3,[data-theme=light] .products-section h3,[data-theme=light] .totals-card h3{color:var(--text-primary)}[data-theme=light] .modern-header{background:linear-gradient(180deg,#e1e8f1f5,#cfd8e6f5);color:var(--text-primary);border:1px solid rgba(2,6,23,.12);box-shadow:0 12px 34px #02061714}[data-theme=light] .catalog-badge{background:#2563eb1a;border:1px solid rgba(37,99,235,.18);color:#1d4ed8}[data-theme=light] .stats-compact{background:#02061708;border:1px solid rgba(2,6,23,.08);color:var(--text-primary)}[data-theme=light] .welcome-text{opacity:1;color:#0f172ab8}[data-theme=light] .filters-sticky-container{background:#e1e8f1e6;border-bottom-color:#0206171f;box-shadow:0 10px 24px #0206170f}[data-theme=light] .search-input,[data-theme=light] .filter-tab,[data-theme=light] .mobile-filter-toggle{border-width:1px;border-color:#02061724;background:#ebf0f6eb;color:var(--text-primary)}[data-theme=light] .search-input:focus{border-color:var(--accent-color);box-shadow:0 0 0 3px #2563eb24}[data-theme=light] .filter-tab:hover,[data-theme=light] .mobile-filter-toggle:hover{border-color:#2563eb59;background:#2563eb0f}[data-theme=light] .filter-tab.active{background:var(--accent-color);border-color:var(--accent-color);color:#fff}[data-theme=light] .product-item-horizontal{background:#e1e8f1eb;border-width:1px;border-color:#0206171f;box-shadow:0 10px 24px #0206170f}[data-theme=light] .product-item-horizontal:hover{border-color:#2563eb59;box-shadow:0 16px 34px #0206171a;background:#e9eff6f0}[data-theme=light] .quantity-controls-inline{background:#d9e2efc7;border-color:#02061724}[data-theme=light] .qty-input{background:#ebf0f6f0;border-color:#02061724;color:var(--text-primary)}[data-theme=light] .qty-input:focus{border-color:var(--accent-color);box-shadow:0 0 0 3px #2563eb24}[data-theme=light] .summary-footer .modern-header.summary-bar{background:#e1e8f1eb;color:var(--text-primary);border-top:1px solid rgba(2,6,23,.12);box-shadow:0 -12px 28px #02061714}[data-theme=light] .summary-totals-inline{color:#0f172ab3}[data-theme=light] .summary-totals-inline .amount{color:#0f172aeb}[data-theme=light] .metric-chip{border-color:#0206171f;background:#02061708}[data-theme=light] .metric-chip .k{color:#0f172ab3;opacity:1}[data-theme=light] .metric-chip .v{color:#0f172aeb}[data-theme=light] .btn-sm{border-color:#02061729;background:#e9eff6eb;color:#0f172aeb;box-shadow:0 8px 16px #0206170f}[data-theme=light] .btn-sm:hover:not(:disabled){background:#eef3f9f5;border-color:#2563eb40;box-shadow:0 12px 22px #0206171a}[data-theme=light] .btn-send{background:linear-gradient(180deg,#2563ebfa,#1d4ed8fa);border-color:#1d4ed838;color:#fff;box-shadow:0 12px 22px #1d4ed82e}[data-theme=light] .btn-send:hover:not(:disabled){filter:brightness(1.02);box-shadow:0 14px 28px #1d4ed838}[data-theme=light] .currency-pill.active{background:var(--accent-color)}@media (max-width: 600px){[data-theme=light] .mobile-summary-bar{background:#e1e8f1eb;color:#0f172aeb;border-top:1px solid rgba(2,6,23,.12);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}[data-theme=light] .mobile-summary-bar .msb-total .amt{color:#0f172aeb}[data-theme=light] .mobile-summary-bar .msb-pill{border-color:#02061729;background:#0206170a;color:#0f172aeb}[data-theme=light] .mobile-summary-bar .msb-pill.usd{background:#2563eb1a;border-color:#2563eb47}[data-theme=light] .mobile-summary-bar .msb-pill.eur{background:#0284c71a;border-color:#0284c747}[data-theme=light] .mobile-summary-bar .msb-pill.active{background:var(--accent-color);border-color:var(--accent-color);color:#fff!important}[data-theme=light] .mobile-summary-bar .msb-metric{border-color:#0206171f;background:#02061708}[data-theme=light] .mobile-summary-bar .msb-btn{border-color:#02061729;background:#e1e8f1eb;color:#0f172aeb}[data-theme=light] .mobile-summary-bar .msb-btn-send{background:var(--accent-color)!important;border-color:var(--accent-color)!important;color:#fff!important}}@media (max-width: 768px){.header-content{flex-direction:column;gap:1rem;text-align:center}.customer-info-header{text-align:center}.order-content{padding:1rem}.order-table{font-size:.75rem}.order-table th,.order-table td{padding:.5rem}.product-image,.product-placeholder{width:100%;height:100%}.quantity-input{width:60px}.summary-content{flex-direction:column;align-items:stretch;text-align:center}.grand-total{justify-content:center}}@media (max-width: 400px){.mobile-bottom-row{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:.5rem!important;height:53px;margin-top:.25rem!important}.mobile-bottom-row .box-info-cell{width:50px;min-width:50px;flex-shrink:0;display:flex;flex-direction:column;align-items:center;justify-content:center}.mobile-bottom-row .pallet-info-cell{width:40px;min-width:40px;max-width:40px;flex-shrink:0;display:flex;flex-direction:column;align-items:center;justify-content:center}.mobile-bottom-row .prices-cell{flex:1;min-width:0;overflow:hidden;display:flex;flex-direction:column;align-items:center;justify-content:center}.mobile-bottom-row .quantity-cell{min-width:90px;flex-shrink:0;display:flex;align-items:center;justify-content:center}.mobile-bottom-row .price-row{margin:0!important}.mobile-bottom-row .currency-symbol,.mobile-bottom-row .price-value{font-size:.8rem!important;line-height:1.2}.mobile-bottom-row .quantity-controls-inline{padding:.1rem;gap:.2rem!important}}@media (max-width: 600px){.mobile-bottom-row .quantity-controls-inline{width:auto!important;min-width:0!important;padding:.125rem .25rem!important;justify-content:space-between!important}.mobile-bottom-row .qty-display{min-width:1.25rem!important;text-align:center}.quantity-cell{margin-left:0!important;padding-left:0!important}}.modern-notification-container{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:9999;pointer-events:none;display:flex;flex-direction:column;gap:.75rem;max-width:min(90vw,420px);width:100%}.modern-notification{pointer-events:auto;background:#fffffffa;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:16px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a,0 0 0 1px #0000000d;border:1px solid rgba(255,255,255,.2);overflow:hidden;animation:notificationSlideIn .4s cubic-bezier(.16,1,.3,1);transform-origin:center}[data-theme=dark] .modern-notification{background:#0f172af2;border:1px solid rgba(148,163,184,.2);color:#e2e8f0}.notification-content{display:flex;align-items:flex-start;gap:1rem;padding:1.25rem;position:relative}.notification-icon-wrapper{flex-shrink:0;width:40px;height:40px;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-top:.125rem}.modern-notification-success .notification-icon-wrapper{background:linear-gradient(135deg,#10b981,#059669);box-shadow:0 4px 12px #10b9814d}.modern-notification-error .notification-icon-wrapper{background:linear-gradient(135deg,#ef4444,#dc2626);box-shadow:0 4px 12px #ef44444d}.modern-notification-warning .notification-icon-wrapper{background:linear-gradient(135deg,#f59e0b,#d97706);box-shadow:0 4px 12px #f59e0b4d}.modern-notification-info .notification-icon-wrapper{background:linear-gradient(135deg,#3b82f6,#2563eb);box-shadow:0 4px 12px #3b82f64d}.notification-icon{color:#fff;filter:drop-shadow(0 1px 2px rgba(0,0,0,.1))}.notification-text{flex:1;min-width:0}.notification-title{font-weight:600;font-size:1rem;line-height:1.4;margin-bottom:.25rem;color:#1f2937}[data-theme=dark] .notification-title{color:#f9fafb}.notification-message{font-size:.875rem;line-height:1.5;color:#6b7280;word-wrap:break-word}[data-theme=dark] .notification-message{color:#d1d5db}.notification-close{position:absolute;top:.75rem;right:.75rem;background:none;border:none;color:#9ca3af;cursor:pointer;padding:.375rem;border-radius:8px;transition:all .2s ease;display:flex;align-items:center;justify-content:center;width:32px;height:32px}.notification-close:hover{background:#0000000d;color:#374151;transform:scale(1.1)}[data-theme=dark] .notification-close{color:#6b7280}[data-theme=dark] .notification-close:hover{background:#ffffff1a;color:#d1d5db}@keyframes notificationSlideIn{0%{opacity:0;transform:scale(.9) translateY(-20px)}to{opacity:1;transform:scale(1) translateY(0)}}@media (max-width: 640px){.modern-notification-container{max-width:calc(100vw - 2rem);top:20%}.notification-content{padding:1rem;gap:.75rem}.notification-icon-wrapper{width:36px;height:36px}.notification-title{font-size:.9rem}.notification-message{font-size:.8rem}}@media (prefers-reduced-motion: reduce){.modern-notification{animation:none}.notification-close{transition:none}}@media (prefers-contrast: high){.modern-notification{border:2px solid}.modern-notification-success{border-color:#059669}.modern-notification-error{border-color:#dc2626}.modern-notification-warning{border-color:#d97706}.modern-notification-info{border-color:#2563eb}}.public-order-page .page-bottom-spacer{height:120px!important;padding-bottom:env(safe-area-inset-bottom,0)!important}@media (max-width: 600px){.public-order-page .page-bottom-spacer{height:170px!important;padding-bottom:env(safe-area-inset-bottom,0)!important}}.video-modal-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000d9;display:flex;align-items:center;justify-content:center;z-index:2000;padding:1rem;animation:fadeIn .2s ease-out}.video-modal-container{background:#fff;border-radius:12px;width:100%;max-width:900px;max-height:90vh;display:flex;flex-direction:column;overflow:hidden;animation:slideUp .3s ease-out;position:relative}.video-modal-header{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #e2e8f0;background:#f8fafc;position:absolute;top:10px;right:10px;z-index:10}.video-modal-header h3{margin:0;font-size:1.25rem;font-weight:600;color:#1e293b}.video-modal-close{background:transparent;border:none;cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:background .2s ease;color:#64748b}.video-modal-close:hover{background:#e2e8f0;color:#1e293b}.video-modal-close svg{width:20px;height:20px}.video-modal-content{padding:0;flex:1;display:flex;align-items:center;justify-content:center;background:#000}.video-iframe{width:100%;height:100%;min-height:400px;max-height:calc(90vh - 80px);aspect-ratio:16 / 9}.video-player{width:100%;height:100%;min-height:400px;max-height:calc(90vh - 80px);max-width:100%;outline:none;background:#000}.video-error{padding:2rem;text-align:center;color:#fff}.video-error p{margin:0 0 1rem;font-size:1rem}.video-link{display:inline-block;padding:.75rem 1.5rem;background:#3b82f6;color:#fff;text-decoration:none;border-radius:8px;font-weight:500;transition:background .2s ease}.video-link:hover{background:#2563eb}@media (max-width: 768px){.video-modal-container{max-width:100%;max-height:100vh;border-radius:0}.video-iframe,.video-player{min-height:250px}}.ingredients-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;padding:1rem;z-index:2400;background:radial-gradient(120% 80% at 50% 0%,rgba(59,130,246,.25),transparent 58%),#070c1cd1;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.ingredients-modal-container{--im-surface: #f5f8ff;--im-surface-soft: #edf3ff;--im-border: rgba(37, 56, 104, .2);--im-text: #0f1e3a;--im-muted: #5c6d8b;--im-panel: linear-gradient(145deg, rgba(255, 255, 255, .95), rgba(237, 244, 255, .86));width:min(760px,100%);max-height:88vh;display:flex;flex-direction:column;overflow:hidden;border-radius:18px;border:1px solid var(--im-border);background:linear-gradient(180deg,rgba(255,255,255,.55),transparent 28%),var(--im-surface);box-shadow:0 34px 70px -30px #000614e0,0 18px 36px -22px #0d225299;color:var(--im-text)}.ingredients-modal-header{display:flex;align-items:flex-start;justify-content:space-between;gap:.9rem;padding:1rem 1.15rem .95rem;border-bottom:1px solid var(--im-border);background:linear-gradient(135deg,#1e40af24,#3b82f60d 48%,#f1f5ff70)}.ingredients-modal-title-wrap{min-width:0}.ingredients-modal-header h3{margin:0;font-size:1rem;font-weight:900;letter-spacing:.01em;color:var(--im-text)}.ingredients-modal-subtitle{margin:.24rem 0 0;font-size:.78rem;line-height:1.25;font-weight:700;color:var(--im-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ingredients-modal-header-actions{display:inline-flex;align-items:center}.ingredients-modal-close{width:34px;height:34px;border-radius:10px;border:1px solid rgba(20,32,64,.14);background:#ffffffb8;color:#142040bd;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:all .2s ease}.ingredients-modal-close:hover{background:#ffffffeb;color:#142040eb;transform:translateY(-1px)}.ingredients-modal-content{padding:1rem 1.15rem 1.1rem;overflow-y:auto;background:radial-gradient(100% 75% at 0% 0%,rgba(191,219,254,.16),transparent 56%),#f4f8ffc2}.ingredients-modal-content::-webkit-scrollbar{width:8px}.ingredients-modal-content::-webkit-scrollbar-track{background:#cedbf373;border-radius:8px}.ingredients-modal-content::-webkit-scrollbar-thumb{background:#566d9d94;border-radius:8px}.ingredients-modal-content::-webkit-scrollbar-thumb:hover{background:#3d5485b8}.ingredients-panel{border:1px solid rgba(45,74,136,.24);border-radius:14px;background:var(--im-panel);box-shadow:inset 0 1px #ffffff8f,0 12px 22px -18px #11224a80;padding:.95rem 1rem}.ingredients-panel-head{font-size:.68rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase;color:#172c5ac7;margin-bottom:.52rem}.ingredients-html-content{font-size:1rem;line-height:1.75;color:#11224af0}.ingredients-html-content h1,.ingredients-html-content h2,.ingredients-html-content h3{margin-top:1.3rem;margin-bottom:.66rem;font-weight:800;color:#0f2044f2}.ingredients-html-content h1{font-size:1.32rem}.ingredients-html-content h2{font-size:1.14rem}.ingredients-html-content h3{font-size:1.03rem}.ingredients-html-content p{margin:.6rem 0}.ingredients-html-content ul,.ingredients-html-content ol{margin:.65rem 0;padding-left:1.35rem}.ingredients-html-content li{margin:.35rem 0}.ingredients-html-content strong{font-weight:800;color:#0c1b3af5}.ingredients-html-content em{font-style:italic}.ingredients-html-content u{text-decoration:underline}@media (max-width: 720px){.ingredients-modal-backdrop{align-items:flex-end;padding:.72rem}.ingredients-modal-container{max-height:92vh;border-radius:16px}.ingredients-modal-header,.ingredients-modal-content{padding-left:.92rem;padding-right:.92rem}.ingredients-html-content{font-size:.92rem;line-height:1.7}}@media (max-width: 480px){.ingredients-modal-header h3{font-size:.94rem}.ingredients-modal-subtitle{font-size:.72rem}.ingredients-panel{padding:.8rem .85rem}.ingredients-html-content{font-size:.88rem;line-height:1.64}}[data-theme=dark] .ingredients-modal-container{--im-surface: #101a31;--im-surface-soft: #15203d;--im-border: rgba(148, 163, 184, .28);--im-text: #edf4ff;--im-muted: #a5b4cf;--im-panel: linear-gradient(145deg, rgba(18, 30, 54, .9), rgba(23, 39, 68, .84))}[data-theme=dark] .ingredients-modal-backdrop{background:radial-gradient(125% 85% at 50% 0%,rgba(30,64,175,.34),transparent 58%),#020617e0}[data-theme=dark] .ingredients-modal-header{background:linear-gradient(140deg,#1e293beb,#1e3a8a42)}[data-theme=dark] .ingredients-modal-content{background:radial-gradient(100% 70% at 0% 0%,rgba(37,99,235,.16),transparent 56%),#080e1ccc}[data-theme=dark] .ingredients-modal-close,[data-theme=dark] .ingredients-panel{border-color:#94a3b84d}[data-theme=dark] .ingredients-modal-close,[data-theme=dark] .ingredients-panel{background:#0f172abd}[data-theme=dark] .ingredients-modal-close{color:#e8f0ffe6}[data-theme=dark] .ingredients-panel-head{color:#b0c5eadb}[data-theme=dark] .ingredients-html-content{color:#e6effff2}[data-theme=dark] .ingredients-html-content h1,[data-theme=dark] .ingredients-html-content h2,[data-theme=dark] .ingredients-html-content h3,[data-theme=dark] .ingredients-html-content strong{color:#f1f6fffa}[data-theme=dark] .ingredients-modal-content::-webkit-scrollbar-track{background:#243456a3}[data-theme=dark] .ingredients-modal-content::-webkit-scrollbar-thumb{background:#8498c68c}[data-theme=dark] .ingredients-modal-content::-webkit-scrollbar-thumb:hover{background:#a2b7dfb8}.send-confirm-modal-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000bf;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:2000;padding:1rem;animation:fadeIn .2s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.send-confirm-modal-container{background:var(--bg-secondary, #f8fafc);border-radius:12px;width:100%;max-width:360px;display:flex;flex-direction:column;overflow:hidden;animation:slideUp .3s ease-out;box-shadow:0 25px 50px -12px #00000080;border:1px solid var(--border-color, #e2e8f0)}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.send-confirm-modal-header{display:flex;align-items:center;justify-content:space-between;padding:.875rem 1rem;border-bottom:1px solid rgba(255,255,255,.08);background:transparent}.send-confirm-modal-header h3{margin:0;font-size:.9rem;font-weight:600;color:var(--text-primary, #f1f5f9);letter-spacing:-.01em}.send-confirm-modal-close{background:transparent;border:none;cursor:pointer;padding:.375rem;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:all .2s ease;color:#ffffff80}.send-confirm-modal-close svg{width:18px;height:18px}.send-confirm-modal-close:hover:not(:disabled){background:#ffffff1a;color:#ffffffe6;transform:scale(1.1)}.send-confirm-modal-close:active:not(:disabled){transform:scale(.95)}.send-confirm-modal-close:disabled{opacity:.5;cursor:not-allowed}.send-confirm-modal-content{padding:1rem;background:transparent}.send-confirm-summary-inline{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-bottom:.875rem;font-size:.875rem;color:var(--text-primary, #e2e8f0)}.send-confirm-summary-item{font-weight:500}.send-confirm-summary-divider{opacity:.5}.send-confirm-message-compact{text-align:center;margin-bottom:.875rem;font-size:.875rem;color:var(--text-secondary, #94a3b8)}.send-confirm-turnstile-container{display:flex;flex-direction:column;align-items:center;justify-content:center;margin:1rem 0;min-height:65px;width:100%;max-width:100%}.send-confirm-turnstile-error{margin-top:.5rem;font-size:.85rem;color:#ef4444;text-align:center}.send-confirm-actions{display:flex;gap:.625rem;justify-content:center;flex-direction:row;margin-top:1rem}.send-confirm-btn{padding:.625rem 1.25rem;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease;border:none;display:inline-flex;align-items:center;justify-content:center;gap:.375rem;min-width:100px;flex:1;max-width:140px}.send-confirm-btn-cancel{background:var(--bg-secondary, #e2e8f0);color:var(--text-primary, #1e293b)}.send-confirm-btn-cancel:hover:not(:disabled){background:var(--bg-tertiary, #cbd5e1);transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.send-confirm-btn-confirm{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 4px 12px #667eea4d}.send-confirm-btn-confirm:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 20px #667eea66}.send-confirm-btn:active:not(:disabled){transform:translateY(0)}.send-confirm-btn:disabled{opacity:.6;cursor:not-allowed;transform:none!important}.send-confirm-btn-icon{font-size:1.125rem}.send-confirm-spinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .6s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media (max-width: 990px){.send-confirm-modal-backdrop{padding:.75rem}.send-confirm-modal-container{max-width:90%}.send-confirm-modal-header{padding:1rem 1.25rem}.send-confirm-modal-header h3{font-size:1.125rem}.send-confirm-modal-content{padding:1rem}.send-confirm-summary-inline,.send-confirm-message-compact{font-size:.9rem}.send-confirm-btn{padding:.75rem 1.5rem;font-size:.9375rem}}@media (max-width: 640px){.send-confirm-modal-backdrop{padding:.5rem}.send-confirm-modal-container{max-width:340px;border-radius:12px}.send-confirm-modal-header{padding:1rem 1.25rem}.send-confirm-modal-header h3{font-size:1.125rem}.send-confirm-modal-content{padding:1rem}.send-confirm-summary-inline{flex-direction:column;gap:.25rem;font-size:.875rem}.send-confirm-summary-divider{display:none}.send-confirm-message-compact{font-size:.875rem}.send-confirm-actions{flex-direction:row;gap:.5rem;margin-top:1rem}.send-confirm-btn{flex:1;padding:.875rem 1rem;font-size:.9rem;max-width:none}}[data-theme=dark] .send-confirm-modal-backdrop{background:#000000d9}[data-theme=dark] .send-confirm-modal-container{background:var(--bg-secondary, #1e293b);border-color:var(--border-color, #475569);box-shadow:0 25px 50px -12px #000c}[data-theme=dark] .send-confirm-modal-header{background:var(--bg-tertiary, #334155);border-bottom-color:var(--border-color, #475569)}[data-theme=dark] .send-confirm-modal-header h3{color:var(--text-primary, #f1f5f9)}[data-theme=dark] .send-confirm-modal-close{color:var(--text-muted, #94a3b8)}[data-theme=dark] .send-confirm-modal-close:hover:not(:disabled){background:var(--bg-primary, #0f172a);color:var(--text-primary, #f1f5f9)}[data-theme=dark] .send-confirm-modal-content{background:var(--bg-primary, #0f172a)}[data-theme=dark] .send-confirm-summary-inline{color:var(--text-primary, #f1f5f9)}[data-theme=dark] .send-confirm-message-compact{color:var(--text-secondary, #cbd5e1)}[data-theme=dark] .send-confirm-turnstile-error{color:#f87171}[data-theme=dark] .send-confirm-btn-cancel{background:var(--bg-tertiary, #334155);color:var(--text-primary, #f1f5f9)}[data-theme=dark] .send-confirm-btn-cancel:hover:not(:disabled){background:var(--bg-secondary, #475569)}@media (prefers-color-scheme: dark){.send-confirm-modal-backdrop{background:#000000d9}.send-confirm-modal-container{background:var(--bg-secondary, #1e293b);border-color:var(--border-color, #475569);box-shadow:0 25px 50px -12px #000c}.send-confirm-modal-header{background:var(--bg-tertiary, #334155);border-bottom-color:var(--border-color, #475569)}.send-confirm-modal-header h3{color:var(--text-primary, #f1f5f9)}.send-confirm-modal-close{color:var(--text-muted, #94a3b8)}.send-confirm-modal-close:hover:not(:disabled){background:var(--bg-primary, #0f172a);color:var(--text-primary, #f1f5f9)}.send-confirm-modal-content{background:var(--bg-primary, #0f172a)}.send-confirm-summary-inline{color:var(--text-primary, #f1f5f9)}.send-confirm-message-compact{color:var(--text-secondary, #cbd5e1)}.send-confirm-turnstile-error{color:#f87171}.send-confirm-btn-cancel{background:var(--bg-tertiary, #334155);color:var(--text-primary, #f1f5f9)}.send-confirm-btn-cancel:hover:not(:disabled){background:var(--bg-secondary, #475569)}}.product-codes-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;padding:1rem;z-index:2410;background:radial-gradient(120% 80% at 50% 0%,rgba(59,130,246,.24),transparent 58%),#070c1cd1;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.product-codes-modal-container{--pcm-surface: #f5f8ff;--pcm-border: rgba(37, 56, 104, .2);--pcm-text: #0f1e3a;--pcm-muted: #5c6d8b;--pcm-card: linear-gradient(145deg, rgba(255, 255, 255, .94), rgba(237, 244, 255, .86));width:min(620px,100%);max-height:88vh;display:flex;flex-direction:column;overflow:hidden;border-radius:18px;border:1px solid var(--pcm-border);background:linear-gradient(180deg,rgba(255,255,255,.55),transparent 28%),var(--pcm-surface);box-shadow:0 34px 70px -30px #000614e0,0 18px 36px -22px #0d225299;color:var(--pcm-text)}.product-codes-modal-header{display:flex;align-items:flex-start;justify-content:space-between;gap:.9rem;padding:1rem 1.15rem .95rem;border-bottom:1px solid var(--pcm-border);background:linear-gradient(135deg,#1e40af24,#3b82f60d 48%,#f1f5ff70)}.product-codes-title-wrap{min-width:0}.product-codes-modal-header h3{margin:0;font-size:1rem;font-weight:900;letter-spacing:.01em;color:var(--pcm-text)}.product-codes-subtitle{margin:.24rem 0 0;font-size:.78rem;line-height:1.25;font-weight:700;color:var(--pcm-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-codes-header-actions{display:inline-flex;align-items:center}.product-codes-modal-close{width:34px;height:34px;border-radius:10px;border:1px solid rgba(20,32,64,.14);background:#ffffffb8;color:#142040bd;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:all .2s ease}.product-codes-modal-close:hover{background:#ffffffeb;color:#142040eb;transform:translateY(-1px)}.product-codes-modal-content{padding:1rem 1.15rem 1.1rem;overflow-y:auto;background:radial-gradient(100% 75% at 0% 0%,rgba(191,219,254,.16),transparent 56%),#f4f8ffc2}.product-codes-grid{display:grid;grid-template-columns:1fr;gap:.62rem}.product-code-item{width:100%;border:1px solid rgba(45,74,136,.24);border-radius:13px;background:var(--pcm-card);color:var(--pcm-text);padding:.8rem .88rem;display:flex;flex-direction:column;gap:.24rem;text-align:left;cursor:pointer;box-shadow:inset 0 1px #ffffff8f,0 12px 20px -20px #11224a94;transition:all .18s ease}.product-code-item:hover{transform:translateY(-1px);border-color:#215cc675;background:linear-gradient(145deg,#f4fafffa,#deecffe6)}.product-code-item:active{transform:translateY(0)}.product-code-label{font-size:.64rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase;color:#172c5ac7}.product-code-value{font-size:1.22rem;font-weight:900;letter-spacing:.01em;color:#0d1e43f5;line-height:1.15;overflow-wrap:anywhere}.product-code-hint{font-size:.68rem;font-weight:700;color:var(--pcm-muted)}.product-codes-empty{margin:0;border:1px dashed rgba(67,95,161,.34);border-radius:13px;padding:.8rem;background:#ffffffbd;color:var(--pcm-muted);font-size:.84rem;font-weight:700}@media (max-width: 720px){.product-codes-modal-backdrop{align-items:flex-end;padding:.72rem}.product-codes-modal-container{max-height:92vh;border-radius:16px}.product-codes-modal-header,.product-codes-modal-content{padding-left:.92rem;padding-right:.92rem}.product-code-value{font-size:1.05rem}}@media (max-width: 480px){.product-codes-modal-header h3{font-size:.94rem}.product-codes-subtitle{font-size:.72rem}.product-code-item{padding:.72rem .78rem}.product-code-value{font-size:.96rem}}[data-theme=dark] .product-codes-modal-container{--pcm-surface: #101a31;--pcm-border: rgba(148, 163, 184, .28);--pcm-text: #edf4ff;--pcm-muted: #a5b4cf;--pcm-card: linear-gradient(145deg, rgba(18, 30, 54, .9), rgba(23, 39, 68, .84))}[data-theme=dark] .product-codes-modal-backdrop{background:radial-gradient(125% 85% at 50% 0%,rgba(30,64,175,.34),transparent 58%),#020617e0}[data-theme=dark] .product-codes-modal-header{background:linear-gradient(140deg,#1e293beb,#1e3a8a42)}[data-theme=dark] .product-codes-modal-content{background:radial-gradient(100% 70% at 0% 0%,rgba(37,99,235,.16),transparent 56%),#080e1ccc}[data-theme=dark] .product-codes-modal-close,[data-theme=dark] .product-code-item,[data-theme=dark] .product-codes-empty{border-color:#94a3b84d}[data-theme=dark] .product-codes-modal-close,[data-theme=dark] .product-code-item,[data-theme=dark] .product-codes-empty{background:#0f172abd}[data-theme=dark] .product-codes-modal-close{color:#e8f0ffe6}[data-theme=dark] .product-code-label{color:#b0c5eadb}[data-theme=dark] .product-code-value{color:#f2f7fffa}[data-theme=dark] .product-code-hint,[data-theme=dark] .product-codes-empty{color:#c1d1ede6}[data-theme=dark] .product-code-item:hover{border-color:#5d8ce68f;background:linear-gradient(145deg,#162541f2,#1c2f54e0)}.cart-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;padding:1rem;background:radial-gradient(130% 80% at 50% 0%,rgba(59,130,246,.28),transparent 58%),#070c1cd1;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:2200}.cart-modal-container{--cart-surface: #f5f8ff;--cart-surface-soft: #eef3ff;--cart-border: rgba(37, 56, 104, .2);--cart-text: #0f1e3a;--cart-muted: #566684;--cart-pill-bg: rgba(255, 255, 255, .74);--cart-price-bg: linear-gradient(145deg, rgba(255, 255, 255, .94), rgba(235, 242, 255, .86));--cart-accent: #204aa7;--cart-danger: #b4233d;--cart-danger-bg: rgba(180, 35, 61, .12);width:100%;max-width:1040px;max-height:88vh;border-radius:20px;border:1px solid var(--cart-border);box-shadow:0 34px 70px -30px #000614d9,0 18px 36px -22px #0d225299;background:linear-gradient(180deg,rgba(255,255,255,.54),transparent 28%),var(--cart-surface);overflow:hidden;display:flex;flex-direction:column;color:var(--cart-text)}.cart-modal-header{display:flex;align-items:flex-start;justify-content:space-between;gap:.9rem;padding:1rem 1.2rem .95rem;border-bottom:1px solid var(--cart-border);background:linear-gradient(135deg,#1e40af24,#3b82f60f 48%,#f1f5ff73)}.cart-modal-title-wrap{min-width:0}.cart-modal-header h3{margin:0;font-size:1.02rem;font-weight:900;letter-spacing:.01em;color:var(--cart-text)}.cart-modal-subtitle{margin-top:.34rem;font-size:.79rem;font-weight:700;color:var(--cart-muted)}.cart-modal-header-actions{display:inline-flex;align-items:center;gap:.55rem}.cart-currency-switch{display:inline-flex;align-items:center;gap:.28rem;padding:.2rem;border:1px solid rgba(32,74,167,.26);border-radius:11px;background:#ffffffad}.cart-currency-pill{border:none;border-radius:8px;padding:.35rem .58rem;font-size:.68rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase;color:#172c5adb;background:transparent;cursor:pointer;transition:all .18s ease}.cart-currency-pill:hover{background:#204aa71a}.cart-currency-pill.active{background:linear-gradient(135deg,#1e40aff0,#2563ebeb);color:#f8fbff;box-shadow:0 8px 14px -10px #112c78d9}.cart-modal-close{width:34px;height:34px;border-radius:10px;border:1px solid rgba(20,32,64,.14);background:#ffffffb8;color:#142040b8;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:all .2s ease}.cart-modal-close:hover{background:#ffffffeb;color:#142040e6;transform:translateY(-1px)}.cart-modal-content{padding:.92rem 1.2rem .88rem;overflow-y:auto;background:radial-gradient(100% 80% at 0% 0%,rgba(191,219,254,.14),transparent 56%),#f4f8ffbd}.cart-empty{border:1px dashed rgba(67,95,161,.35);border-radius:14px;padding:1.2rem;font-size:.88rem;font-weight:700;color:var(--cart-muted);background:#ffffffbd}.cart-list{display:flex;flex-direction:column;gap:.72rem}.cart-item{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.9rem;border:1px solid rgba(53,82,144,.24);border-radius:15px;padding:.78rem;background:linear-gradient(120deg,#ffffffed,#eef6ffd1 46%,#ebf4ffc2);box-shadow:inset 0 1px #ffffff94,0 12px 24px -20px #11224a8c}.cart-product{display:flex;gap:.72rem;min-width:0}.cart-thumb{width:62px;height:62px;border-radius:12px;overflow:hidden;border:1px solid rgba(49,74,133,.28);background:#ffffffb8;box-shadow:inset 0 0 0 1px #fff6;flex:0 0 62px}.cart-thumb img{width:100%;height:100%;object-fit:cover;display:block}.cart-meta{min-width:0;display:flex;flex-direction:column;gap:.36rem}.cart-name{font-size:1rem;line-height:1.24;font-weight:900;color:var(--cart-text);overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.cart-kpis{display:flex;flex-wrap:wrap;align-items:center;gap:.34rem}.cart-chip{display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(53,82,144,.26);border-radius:999px;padding:.2rem .52rem;font-size:.68rem;font-weight:900;letter-spacing:.03em;color:#11234be0;background:#ffffffc7}.cart-codes{display:flex;align-items:center;flex-wrap:wrap;gap:.52rem;font-size:.69rem;font-weight:700;color:var(--cart-muted)}.cart-codes span{max-width:270px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cart-side{display:flex;flex-direction:column;align-items:flex-end;gap:.68rem;min-width:320px}.cart-pricing{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.46rem;width:100%}.cart-pricebox{border-radius:12px;border:1px solid rgba(42,70,130,.24);background:var(--cart-price-bg);padding:.42rem .56rem;min-width:0;text-align:right;display:flex;flex-direction:column;gap:.18rem}.cart-pricebox .k{font-size:.58rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase;color:#0f2352b8;line-height:1.1}.cart-pricebox .v{font-size:.86rem;font-weight:900;color:#0e1f42f0;line-height:1.1}.cart-pricebox.total .v{font-size:.97rem}.cart-pricebox.cbm .v{font-size:.8rem}.cart-controls{display:flex;align-items:center;justify-content:flex-end;gap:.55rem;width:100%}.cart-stepper{display:inline-flex;align-items:center;border:1px solid rgba(36,63,121,.3);border-radius:12px;overflow:hidden;background:#ffffffc7}.cart-stepper-btn{width:34px;height:34px;border:none;background:transparent;cursor:pointer;color:#0e1f42e0;font-size:1.1rem;font-weight:900;transition:background-color .18s ease}.cart-stepper-btn:hover{background:#2563eb1a}.cart-stepper-btn:disabled{opacity:.42;cursor:not-allowed}.cart-stepper-value{min-width:46px;text-align:center;font-size:.9rem;font-weight:900;color:#0c1c3ceb}.cart-remove{height:34px;padding:0 .7rem;border-radius:11px;border:1px solid rgba(180,35,61,.34);background:var(--cart-danger-bg);color:var(--cart-danger);font-size:.74rem;font-weight:900;letter-spacing:.02em;cursor:pointer;display:inline-flex;align-items:center;gap:.32rem;transition:all .18s ease}.cart-remove:hover{background:#b4233d2e;border-color:#b4233d6b}.cart-remove svg{width:14px;height:14px}.cart-modal-footer{border-top:1px solid var(--cart-border);padding:.86rem 1.2rem;background:linear-gradient(145deg,#eef4fff2,#e6eeffd6);display:flex;align-items:center;justify-content:space-between;gap:.85rem;flex-wrap:wrap}.cart-summary{display:flex;align-items:stretch;flex-wrap:wrap;gap:.44rem}.cart-summary .cart-pill{border:1px solid rgba(41,67,126,.24);border-radius:11px;background:var(--cart-pill-bg);padding:.34rem .56rem;min-width:88px;display:inline-flex;flex-direction:column;gap:.14rem}.cart-pill .k{font-size:.58rem;font-weight:900;text-transform:uppercase;letter-spacing:.07em;color:#182d5abf}.cart-pill .v{font-size:.85rem;font-weight:900;color:#0e1f42f0}.cart-pill.emphasis{border-color:#2563eb6b;background:linear-gradient(140deg,#e1ecfff0,#d1e2ffe0)}.cart-footer-actions{margin-left:auto;display:inline-flex;align-items:center;gap:.45rem}.cart-btn{height:38px;border-radius:11px;border:1px solid rgba(36,63,121,.24);padding:0 .88rem;display:inline-flex;align-items:center;justify-content:center;gap:.42rem;cursor:pointer;font-size:.7rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase;transition:all .2s ease}.cart-btn:disabled{opacity:.56;cursor:not-allowed}.cart-btn svg{width:14px;height:14px}.cart-btn-send{color:#f5f9ff;border-color:#1167bdb3;background:linear-gradient(135deg,#1d4ed8f2,#0e7490ed)}.cart-btn-send:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 12px 22px -16px #0e7490cc}.cart-btn-continue{color:#0f224aeb;background:#ffffffdb}.cart-btn-continue:hover{background:#fffffffa}@media (max-width: 1024px){.cart-item{grid-template-columns:1fr}.cart-side{min-width:0;align-items:stretch}.cart-controls{justify-content:space-between}}@media (max-width: 720px){.cart-modal-backdrop{align-items:flex-end;padding:.7rem}.cart-modal-container{max-height:92vh;border-radius:18px}.cart-modal-header{flex-direction:column;align-items:stretch;gap:.58rem}.cart-modal-header-actions{justify-content:space-between}.cart-currency-switch{order:-1}.cart-pricing{grid-template-columns:repeat(2,minmax(0,1fr))}.cart-pricebox.cbm{grid-column:1 / -1;text-align:left}.cart-summary{width:100%}.cart-summary .cart-pill{flex:1 1 calc(50% - .22rem);min-width:130px}.cart-footer-actions{width:100%;margin-left:0}.cart-btn{flex:1 1 0}}@media (max-width: 480px){.cart-modal-content,.cart-modal-header,.cart-modal-footer{padding-left:.88rem;padding-right:.88rem}.cart-thumb{width:54px;height:54px;flex-basis:54px}.cart-name{font-size:.9rem}.cart-chip{font-size:.63rem}.cart-codes{gap:.36rem}.cart-codes span{max-width:220px}.cart-controls{flex-direction:column;align-items:stretch}.cart-stepper,.cart-remove{width:100%;justify-content:center}.cart-summary .cart-pill{min-width:0;flex-basis:calc(50% - .22rem)}}[data-theme=dark] .cart-modal-container{--cart-surface: #101a31;--cart-surface-soft: #15203d;--cart-border: rgba(148, 163, 184, .28);--cart-text: #edf4ff;--cart-muted: #a5b4cf;--cart-pill-bg: rgba(20, 31, 57, .78);--cart-price-bg: linear-gradient(145deg, rgba(18, 30, 54, .88), rgba(24, 39, 69, .82));--cart-accent: #7aa2ff;--cart-danger: #ffb4c2;--cart-danger-bg: rgba(251, 113, 133, .12)}[data-theme=dark] .cart-modal-backdrop{background:radial-gradient(125% 85% at 50% 0%,rgba(30,64,175,.33),transparent 58%),#020617e0}[data-theme=dark] .cart-modal-header{background:linear-gradient(140deg,#1e293beb,#1e3a8a42)}[data-theme=dark] .cart-modal-header h3{color:#edf4fffa}[data-theme=dark] .cart-modal-content{background:radial-gradient(100% 70% at 0% 0%,rgba(37,99,235,.16),transparent 56%),#080e1ccc}[data-theme=dark] .cart-item{background:linear-gradient(120deg,#101c33e6,#14233edb 45%,#152748d1);box-shadow:inset 0 1px #94a3b814,0 12px 24px -20px #020617e6}[data-theme=dark] .cart-thumb{background:#0f172abf;border-color:#94a3b859}[data-theme=dark] .cart-chip,[data-theme=dark] .cart-pricebox,[data-theme=dark] .cart-summary .cart-pill,[data-theme=dark] .cart-stepper,[data-theme=dark] .cart-btn-continue,[data-theme=dark] .cart-modal-close,[data-theme=dark] .cart-currency-switch{border-color:#94a3b84d}[data-theme=dark] .cart-chip,[data-theme=dark] .cart-pricebox,[data-theme=dark] .cart-summary .cart-pill,[data-theme=dark] .cart-stepper,[data-theme=dark] .cart-btn-continue,[data-theme=dark] .cart-modal-close,[data-theme=dark] .cart-currency-switch,[data-theme=dark] .cart-empty{background:#0f172ab8}[data-theme=dark] .cart-modal-footer{background:linear-gradient(145deg,#111c34ed,#0d182ddb)}[data-theme=dark] .cart-stepper-btn,[data-theme=dark] .cart-stepper-value,[data-theme=dark] .cart-pricebox .v,[data-theme=dark] .cart-pill .v,[data-theme=dark] .cart-btn-continue,[data-theme=dark] .cart-modal-close,[data-theme=dark] .cart-currency-pill{color:#e8f0fff2}[data-theme=dark] .cart-pricebox .k,[data-theme=dark] .cart-chip,[data-theme=dark] .cart-pill .k,[data-theme=dark] .cart-codes,[data-theme=dark] .cart-modal-subtitle,[data-theme=dark] .cart-empty,[data-theme=dark] .cart-currency-pill{color:#b4c2e0db}[data-theme=dark] .cart-chip{color:#d6e4fcf0;border-color:#819bd270;background:#14223de0}[data-theme=dark] .cart-codes span{color:#c5d3ede6}[data-theme=dark] .cart-remove{border-color:#fb71856b;background:#fb718529;color:#ffcad5f5}[data-theme=dark] .cart-remove:hover{border-color:#fb71858f;background:#fb71853d}[data-theme=dark] .cart-currency-pill.active{color:#f8fbff;border-color:transparent}[data-theme=dark] .cart-btn-send{border-color:#38bdf870;background:linear-gradient(135deg,#0e7490eb,#1e40afeb)}.dimension-weight-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;padding:1rem;z-index:2420;background:radial-gradient(120% 80% at 50% 0%,rgba(59,130,246,.24),transparent 58%),#070c1cd1;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.dimension-weight-modal-container{--dwm-surface: #f5f8ff;--dwm-border: rgba(37, 56, 104, .2);--dwm-text: #0f1e3a;--dwm-muted: #5c6d8b;--dwm-card: linear-gradient(145deg, rgba(255, 255, 255, .94), rgba(237, 244, 255, .86));width:min(760px,100%);max-height:88vh;display:flex;flex-direction:column;overflow:hidden;border-radius:18px;border:1px solid var(--dwm-border);background:linear-gradient(180deg,rgba(255,255,255,.55),transparent 28%),var(--dwm-surface);box-shadow:0 34px 70px -30px #000614e0,0 18px 36px -22px #0d225299;color:var(--dwm-text)}.dimension-weight-modal-header{display:flex;align-items:flex-start;justify-content:space-between;gap:.9rem;padding:1rem 1.15rem .95rem;border-bottom:1px solid var(--dwm-border);background:linear-gradient(135deg,#1e40af24,#3b82f60d 48%,#f1f5ff70)}.dimension-weight-modal-title-wrap{min-width:0}.dimension-weight-modal-header h3{margin:0;font-size:1rem;font-weight:900;letter-spacing:.01em;color:var(--dwm-text)}.dimension-weight-modal-subtitle{margin:.24rem 0 0;font-size:.78rem;line-height:1.25;font-weight:700;color:var(--dwm-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dimension-weight-modal-header-actions{display:inline-flex;align-items:center}.dimension-weight-modal-close{width:34px;height:34px;border-radius:10px;border:1px solid rgba(20,32,64,.14);background:#ffffffb8;color:#142040bd;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:all .2s ease}.dimension-weight-modal-close:hover{background:#ffffffeb;color:#142040eb;transform:translateY(-1px)}.dimension-weight-modal-content{padding:1rem 1.15rem 1.1rem;overflow-y:auto;background:radial-gradient(100% 75% at 0% 0%,rgba(191,219,254,.16),transparent 56%),#f4f8ffc2}.dimension-weight-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem}.dw-card{border:1px solid rgba(45,74,136,.24);border-radius:13px;background:var(--dwm-card);box-shadow:inset 0 1px #ffffff8f,0 12px 20px -20px #11224a94;padding:.86rem .92rem}.dw-title{font-size:.66rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase;color:#172c5ac7;margin-bottom:.58rem}.dw-row{display:flex;align-items:baseline;justify-content:space-between;gap:.72rem;padding:.2rem 0}.dw-k{font-size:.9rem;line-height:1.25;color:var(--dwm-muted)}.dw-v{font-size:1.1rem;line-height:1.14;color:#0d1e43f5;font-weight:900;text-align:right;min-width:0;overflow-wrap:anywhere}.dw-v-main{font-size:1.44rem}.dw-v-medium{font-size:1.18rem}.dw-v-compact{font-size:.96rem}.dimension-weight-modal-footer{display:flex;justify-content:flex-end;padding-top:.78rem}.dw-btn{height:38px;border-radius:11px;border:1px solid rgba(36,63,121,.24);padding:0 .92rem;display:inline-flex;align-items:center;justify-content:center;gap:.42rem;cursor:pointer;font-size:.7rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase;transition:all .2s ease}.dw-btn-close{color:#0f224aeb;background:#ffffffdb}.dw-btn-close:hover{background:#fffffffa}@media (max-width: 720px){.dimension-weight-modal-backdrop{align-items:flex-end;padding:.72rem}.dimension-weight-modal-container{max-height:92vh;border-radius:16px}.dimension-weight-modal-header,.dimension-weight-modal-content{padding-left:.92rem;padding-right:.92rem}.dimension-weight-grid{grid-template-columns:1fr}.dw-v{font-size:1.02rem}.dw-v-main{font-size:1.24rem}.dw-v-medium{font-size:1.08rem}.dw-v-compact{font-size:.92rem}}@media (max-width: 480px){.dimension-weight-modal-header h3{font-size:.94rem}.dimension-weight-modal-subtitle{font-size:.72rem}.dw-card{padding:.72rem .78rem}.dw-k{font-size:.84rem}.dw-v{font-size:.96rem}.dw-v-main{font-size:1.1rem}.dw-v-medium{font-size:1rem}.dw-v-compact{font-size:.86rem}}[data-theme=dark] .dimension-weight-modal-container{--dwm-surface: #101a31;--dwm-border: rgba(148, 163, 184, .28);--dwm-text: #edf4ff;--dwm-muted: #a5b4cf;--dwm-card: linear-gradient(145deg, rgba(18, 30, 54, .9), rgba(23, 39, 68, .84))}[data-theme=dark] .dimension-weight-modal-backdrop{background:radial-gradient(125% 85% at 50% 0%,rgba(30,64,175,.34),transparent 58%),#020617e0}[data-theme=dark] .dimension-weight-modal-header{background:linear-gradient(140deg,#1e293beb,#1e3a8a42)}[data-theme=dark] .dimension-weight-modal-content{background:radial-gradient(100% 70% at 0% 0%,rgba(37,99,235,.16),transparent 56%),#080e1ccc}[data-theme=dark] .dimension-weight-modal-close,[data-theme=dark] .dw-card,[data-theme=dark] .dw-btn-close{border-color:#94a3b84d}[data-theme=dark] .dimension-weight-modal-close,[data-theme=dark] .dw-card,[data-theme=dark] .dw-btn-close{background:#0f172abd}[data-theme=dark] .dimension-weight-modal-close{color:#e8f0ffe6}[data-theme=dark] .dw-title{color:#b0c5eadb}[data-theme=dark] .dw-v{color:#f2f7fffa}[data-theme=dark] .dw-k{color:#c1d1ede6}[data-theme=dark] .dw-btn-close{color:#ecf5fff0}[data-theme=dark] .dw-btn-close:hover{background:#1a2640e6}.customer-info-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#020617b3;display:flex;align-items:center;justify-content:center;padding:1rem;z-index:3000}.customer-info-modal-container{width:min(720px,100%);max-height:calc(100dvh - 2rem);background:var(--bg-secondary, #ffffff);border-radius:14px;border:1px solid var(--border-color, rgba(2, 6, 23, .14));box-shadow:0 24px 60px #02061759;overflow:hidden;display:flex;flex-direction:column}.customer-info-modal-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:1rem 1rem .75rem;border-bottom:1px solid var(--border-color, rgba(2, 6, 23, .08));background:var(--bg-tertiary, transparent)}.customer-info-modal-header h3{margin:0;font-size:1.05rem;color:var(--text-primary, #0f172a);letter-spacing:-.01em}.customer-info-modal-subtitle{margin:.25rem 0 0;font-size:.85rem;color:var(--text-muted, rgba(15, 23, 42, .7))}.customer-info-modal-close{border:0;background:transparent;color:var(--text-muted, rgba(15, 23, 42, .75));cursor:pointer;padding:.25rem;border-radius:10px}.customer-info-modal-close:hover{background:#94a3b81f}.customer-info-modal-content{padding:1rem;overflow:auto;background:var(--bg-primary, transparent)}.customer-info-form{display:grid;grid-template-columns:1fr 1fr;gap:.85rem}.cif-field{display:flex;flex-direction:column;gap:.35rem}.cif-field-full{grid-column:1 / -1}.cif-field label{font-size:.85rem;color:var(--text-secondary, rgba(15, 23, 42, .78));font-weight:700}.cif-required{color:#dc2626;font-weight:800}.customer-info-form input,.customer-info-form textarea{border:1px solid var(--border-color, rgba(2, 6, 23, .16));background:var(--bg-tertiary, rgba(248, 250, 252, .98));color:var(--text-primary, rgba(15, 23, 42, .92));border-radius:12px;padding:.7rem .8rem;font-size:16px;outline:none;transition:box-shadow .15s ease,border-color .15s ease}.customer-info-form textarea{resize:vertical;min-height:92px}.customer-info-form input:focus,.customer-info-form textarea:focus{border-color:#2563ebb3;box-shadow:0 0 0 3px #2563eb29}.cif-error{font-size:.8rem;color:#dc2626;font-weight:700}.customer-info-actions{display:flex;justify-content:flex-end;gap:.6rem;padding-top:1rem}.cif-btn{border-radius:12px;padding:.7rem .95rem;font-weight:800;cursor:pointer;border:1px solid transparent}.cif-btn-secondary{background:#94a3b81a;border-color:var(--border-color, rgba(2, 6, 23, .14));color:var(--text-primary, rgba(15, 23, 42, .9))}.cif-btn-secondary:hover{background:#94a3b824}.cif-btn-primary{background:linear-gradient(180deg,#2563ebfa,#1d4ed8fa);border-color:#1d4ed838;color:#fff;box-shadow:0 12px 22px #1d4ed82e}.cif-btn-primary:hover{filter:brightness(1.02);box-shadow:0 14px 28px #1d4ed838}[data-theme=light] .customer-info-modal-container{background:#e1e8f1fa;border-color:#02061724}[data-theme=light] .customer-info-form input,[data-theme=light] .customer-info-form textarea{background:#ebf0f6eb}@media (max-width: 640px){.customer-info-form{grid-template-columns:1fr}}
