*{margin:0;padding:0;box-sizing:border-box}:root{--primary: #3563E9;--primary-dark: #2651C9;--primary-light: #EBF0FF;--bg: #F6F7F9;--card-bg: #ffffff;--text: #1A202C;--text-muted: #90A3BF;--border: #E0E5F2;--success: #647a79;--whatsapp: #25D366;--whatsapp-dark: #128C7E}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;background:fixed radial-gradient(at 0% 0%,rgba(224,234,252,1) 0%,transparent 50%),radial-gradient(at 50% 100%,rgba(207,222,243,1) 0%,transparent 50%),radial-gradient(at 100% 0%,rgba(235,244,255,1) 0%,transparent 50%),#f1f5f9;color:var(--text);min-height:100vh;-webkit-font-smoothing:antialiased}.header{background:#ffffff8c;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);padding:.75rem 2rem;display:flex;align-items:center;justify-content:space-between;box-shadow:0 4px 30px #0000000d;position:sticky;top:0;z-index:100;border-bottom:1px solid rgba(255,255,255,.5)}.header-brand{display:flex;align-items:center;gap:.75rem}.header h1{color:var(--text);font-size:1.25rem;font-weight:700;display:flex;align-items:center;gap:.5rem}.header .logo{height:50px;width:auto;object-fit:contain;border-radius:12px;mix-blend-mode:multiply;transition:transform .2s ease}.header .logo:hover{transform:scale(1.02)}.header-actions{display:flex;align-items:center}.store-location{display:flex;align-items:center;gap:.5rem;background:#f8fafc;border:1px solid #e2e8f0;padding:.5rem .875rem;border-radius:9999px;color:#475569;font-size:.85rem;font-weight:600;letter-spacing:.02em;transition:all .2s}.store-location:hover{background:#f1f5f9;border-color:#cbd5e1;color:#334155}.store-location svg{color:var(--primary)}.container{max-width:1200px;margin:0 auto;padding:1.5rem}.store-select-page{min-height:calc(100vh - 80px);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:2rem}.store-select-page h2{font-size:2rem;font-weight:700;margin-bottom:.5rem;color:var(--text)}.store-select-page p{color:var(--text-muted);margin-bottom:2rem;font-size:1rem}.stores-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem;width:100%;max-width:700px}.store-card{background:var(--card-bg);border:2px solid var(--border);border-radius:16px;padding:1.5rem;cursor:pointer;transition:all .2s ease;text-align:center}.store-card:hover{border-color:var(--primary);box-shadow:0 8px 24px #3563e926;transform:translateY(-2px)}.store-card h3{font-size:1rem;font-weight:600;margin-bottom:.25rem;color:var(--text)}.store-card span{color:var(--text-muted);font-size:.875rem}.page-title{margin-bottom:1.5rem}.page-title h2{font-size:1.5rem;font-weight:700;color:var(--text);margin-bottom:.25rem}.page-title p{color:var(--text-muted);font-size:.875rem}.search-box{position:relative;margin-bottom:1.5rem}.search-box input{width:100%;padding:1rem 1.25rem 1rem 3rem;border:1px solid rgba(255,255,255,.6);box-shadow:0 8px 32px #0000000d;border-radius:9999px;font-size:1rem;background:#fff6;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);transition:all .3s cubic-bezier(.4,0,.2,1)}.search-box input:focus{outline:none;background:#fff;box-shadow:0 0 0 4px #3b82f626,0 10px 25px #0000000d;transform:translateY(-1px)}.search-box:before{content:"🔍";position:absolute;left:1rem;top:50%;transform:translateY(-50%);font-size:1rem}.filters-section{background:#ffffff73;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border-radius:20px;padding:1.5rem;margin-bottom:2rem;border:1px solid rgba(255,255,255,.7);box-shadow:0 8px 32px #0000000f}.filter-group{margin-bottom:1.25rem}.filter-group:last-child{margin-bottom:0}.filter-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}.filter-label{display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:600;color:var(--text)}.filter-count{background:var(--primary);color:#fff;font-size:.7rem;font-weight:600;padding:.15rem .5rem;border-radius:20px;min-width:20px;text-align:center}.filter-clear{background:none;border:none;color:var(--primary);font-size:.8rem;font-weight:500;cursor:pointer;transition:opacity .2s}.filter-clear:hover{opacity:.7}.btn-selected-filter{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem .8rem;background:#fff;border:1px solid rgba(0,0,0,.05);box-shadow:0 2px 4px #00000005;border-radius:999px;font-size:.85rem;font-weight:500;color:#374151;cursor:pointer;transition:all .2s}.btn-selected-filter svg{color:#3b82f6}.btn-selected-filter:hover{background:#f9fafb;border-color:#0000001a}.btn-selected-filter.active{background:#eff6ff;border-color:#3b82f6;color:#1d4ed8}.btn-selected-filter .selected-badge{background:#2563eb;color:#fff;font-size:.7rem;font-weight:700;padding:.1rem .4rem;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;min-width:20px}.filter-chips{display:flex;flex-wrap:wrap;gap:.75rem}.chip{padding:.6rem 1.25rem;border:none;border-radius:9999px;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);background:linear-gradient(145deg,#fff,#f1f5f9);color:#475569;text-transform:capitalize;box-shadow:0 2px 5px #00000005,inset 0 1px 1px #fff}.chip:hover{background:linear-gradient(145deg,#f8fafc,#e2e8f0);color:#0f172a;transform:translateY(-2px);box-shadow:0 6px 12px -2px #0000000d,inset 0 1px 1px #fff}.chip.active{background:linear-gradient(135deg,var(--primary) 0%,#1d4ed8 100%);color:#fff;box-shadow:0 8px 16px #3563e940;transform:translateY(-2px)}.products-table-wrapper{background:#ffffff80;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border-radius:20px;border:1px solid rgba(255,255,255,.7);box-shadow:0 8px 32px #0000000f;overflow:hidden;margin-bottom:50px}.products-table{width:100%;border-collapse:collapse}.products-table th{text-align:left;padding:1rem 1.25rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:var(--text-muted);background:var(--bg);border-bottom:1px solid rgba(0,0,0,.03)}.products-table td{padding:1rem 1.25rem;border-bottom:1px solid rgba(0,0,0,.03);font-size:.9rem}.products-table tr:last-child td{border-bottom:none}.products-table tr:hover{background:var(--primary-light)}.product-name{font-weight:500;color:var(--text)}.product-price{font-weight:600;color:var(--text)}.product-subtotal{font-weight:700;color:var(--primary)}.mobile-subtotal{display:none}.public-quantity-input{display:inline-flex;align-items:center;gap:.5rem;background:var(--bg);border-radius:8px;padding:.25rem}.public-quantity-input button{width:32px;height:32px;border-radius:6px;border:none;background:var(--card-bg);cursor:pointer;font-size:1rem;font-weight:600;display:flex;align-items:center;justify-content:center;transition:all .15s;color:var(--text);box-shadow:0 1px 2px #0000000d}.public-quantity-input button:hover{background:var(--primary);color:#fff}.public-quantity-input span{min-width:2rem;text-align:center;font-weight:600;font-size:.9rem}.cart-summary{position:fixed;bottom:24px;left:50%;transform:translate(-50%);width:95%;max-width:1000px;background:#ffffff8c;backdrop-filter:blur(32px);-webkit-backdrop-filter:blur(32px);border:1px solid rgba(255,255,255,.6);border-radius:24px;box-shadow:0 8px 32px #0000001a,inset 0 0 0 1px #fff3;z-index:100}.cart-summary-inner{padding:1rem 1.5rem;display:flex;align-items:center;justify-content:space-between;gap:1.5rem}.cart-info-group{display:flex;align-items:center;flex-shrink:0}.cart-total-titles{display:flex;flex-direction:column}.cart-total-heading{font-size:1rem;font-weight:700;color:#111827}.cart-total-subtitle{font-size:.75rem;color:#6b7280;font-weight:500}.cart-customer{flex:1;display:flex;justify-content:center}.cart-mobile-header{display:none}.chevron-icon{transition:transform .3s ease}.chevron-icon.up{transform:rotate(180deg)}.customer-name-input{width:100%;max-width:250px;padding:.7rem 1.25rem;border:none;box-shadow:inset 0 2px 4px #00000008;border-radius:999px;font-size:.85rem;font-family:inherit;background:#f1f5f9;color:#111827;transition:all .3s cubic-bezier(.4,0,.2,1)}.customer-name-input:focus{outline:none;background:#fff;box-shadow:0 0 0 3px #3b82f626,inset 0 1px 2px #00000005}.customer-name-input.input-error{box-shadow:0 0 0 1px #ef4444,inset 0 2px 4px #00000008;background:#fef2f2}.customer-name-input.input-error:focus{box-shadow:0 0 0 3px #ef444426,inset 0 1px 2px #00000005}.error-text{display:block;color:#dc2626;font-size:.75rem;margin-top:.25rem;font-weight:500}.customer-name-input::placeholder{color:#9ca3af}.cart-actions-group{display:flex;align-items:center;gap:1.5rem;flex-shrink:0}.cart-final-price{font-size:1.5rem;font-weight:700;color:#2563eb;white-space:nowrap}.btn:disabled{opacity:.6;cursor:not-allowed}.btn-secondary{background:linear-gradient(145deg,#fff,#f3f4f6);color:#374151;border:1px solid rgba(0,0,0,.05);box-shadow:0 2px 5px #00000005;padding:.6rem 1.25rem;border-radius:999px;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .3s;display:flex;align-items:center;justify-content:center}.btn-secondary:hover:not(:disabled){background:#fff;transform:translateY(-1px);box-shadow:0 4px 10px #0000000d}.btn-clear{padding:.6rem .8rem;font-size:.8rem}.btn-finish{background:linear-gradient(135deg,var(--whatsapp) 0%,#1da851 100%);color:#fff;padding:.8rem 1.75rem;border-radius:999px;font-size:.95rem;font-weight:600;border:none;cursor:pointer;box-shadow:0 4px 15px #25d36640;transition:all .3s cubic-bezier(.4,0,.2,1);white-space:nowrap}.btn-finish:hover:not(:disabled){background:linear-gradient(135deg,#20bd5a,#179344);transform:translateY(-2px);box-shadow:0 8px 20px #25d36666}.loading,.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem;color:var(--text-muted);font-size:1rem}.loading:before{content:"";width:40px;height:40px;border:3px solid var(--border);border-top-color:var(--primary);border-radius:50%;animation:spin .8s linear infinite;margin-bottom:1rem}@keyframes spin{to{transform:rotate(360deg)}}.hide-desktop{display:none}@media(max-width:768px){.container{padding:.75rem}.header{padding:.75rem 1rem}.header h1{font-size:1rem}.store-badge{display:none}.page-title h2{font-size:1.25rem}.page-title p{font-size:.8rem}.search-box input{padding:.75rem .75rem .75rem 2.5rem;font-size:16px}.filters-section{padding:.875rem}.chip{padding:.375rem .625rem;font-size:.7rem}.products-table-wrapper{margin-bottom:130px;border-radius:12px;overflow:hidden}.products-table{width:100%}.products-table thead{display:table-header-group}.products-table th,.products-table td{padding:.6rem .5rem;font-size:.7rem;vertical-align:middle}.product-name{font-size:.65rem;word-break:break-word;line-height:1.3}.product-price{font-size:.7rem;text-align:center}.quantity-cell{display:flex;flex-direction:column;align-items:center;gap:.15rem}.mobile-subtotal{display:block;font-size:.6rem;font-weight:600;color:var(--primary)}.public-quantity-input{padding:.15rem;gap:.25rem}.public-quantity-input button{width:32px;height:32px;font-size:1rem;flex-shrink:0}.public-quantity-input span{min-width:1.4rem;font-size:.85rem}.hide-desktop{display:flex!important}.hide-mobile{display:none!important}.cart-summary{bottom:0;width:100%;left:0;transform:none;padding:0;border-radius:20px 20px 0 0;border:none;box-shadow:0 -4px 20px #00000026}.cart-mobile-header{display:flex;justify-content:space-between;align-items:center;padding:.8rem 1rem;cursor:pointer;background:#fff;border-radius:20px 20px 0 0}.cart-mobile-header .cart-total-heading{font-size:.9rem}.cart-mobile-header .cart-total-subtitle{font-size:.7rem}.cart-mobile-header-right{display:flex;align-items:center;gap:.5rem}.cart-summary-inner{display:none;padding:0 1rem 1rem;flex-direction:column;align-items:stretch;gap:1rem}.cart-summary.expanded .cart-summary-inner{display:flex}.cart-actions-group{display:flex;flex-direction:column;width:100%;gap:.6rem}.cart-customer{max-width:100%;order:-1}.customer-name-input{padding:.7rem 1rem;font-size:16px;max-width:100%}.cart-final-price{font-size:1.25rem;flex-shrink:0}.show-mobile-inline{display:inline!important}.btn-clear{width:100%;padding:.8rem;font-size:.95rem;background:#fff;border:1px solid #e5e7eb;color:#111827;font-weight:500}.btn-finish{width:100%;padding:.8rem;font-size:.95rem;background:#000;color:#fff;text-align:center;justify-content:center}}.header-actions{display:flex;align-items:center;gap:.75rem}.header-auth{display:flex;align-items:center;gap:.5rem}.btn-header-action{display:inline-flex;align-items:center;gap:.4rem;background:none;border:1px solid #e2e8f0;border-radius:9999px;padding:.45rem .85rem;font-size:.8rem;font-weight:600;cursor:pointer;transition:all .2s;color:#475569;white-space:nowrap}.btn-header-action:hover{background:#f8fafc;border-color:#cbd5e1;color:#1e293b}.btn-login-header{background:linear-gradient(135deg,var(--primary) 0%,#1d4ed8 100%);color:#fff;border:none;box-shadow:0 2px 8px #3563e940}.btn-login-header:hover{background:linear-gradient(135deg,#2651c9,#1e40af);color:#fff;transform:translateY(-1px);box-shadow:0 4px 12px #3563e959}.btn-logout{color:#ef4444;border-color:#fecaca}.btn-logout:hover{background:#fef2f2;border-color:#f87171;color:#dc2626}.user-menu{display:flex;align-items:center;gap:.5rem}.user-name{font-size:.8rem;font-weight:600;color:#475569;padding:.4rem .6rem;background:#f8fafc;border-radius:9999px;border:1px solid #e2e8f0}.logged-in-badge{font-size:.7rem;color:#16a34a;font-weight:600;margin-left:.5rem;white-space:nowrap}.login-page{min-height:calc(100vh - 80px);display:flex;align-items:center;justify-content:center;padding:2rem 1rem}.login-card{width:100%;max-width:420px;background:#ffffffa6;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border:1px solid rgba(255,255,255,.7);border-radius:24px;padding:2rem;box-shadow:0 8px 32px #00000014}.login-header{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:1.5rem}.login-header h2{font-size:1.5rem;font-weight:700;color:var(--text);margin-bottom:.25rem}.login-subtitle{font-size:.875rem;color:var(--text-muted)}.login-back-btn{background:none;border:none;cursor:pointer;padding:.4rem;border-radius:8px;color:var(--text-muted);transition:all .2s;flex-shrink:0;margin-top:.25rem}.login-back-btn:hover{background:#f1f5f9;color:var(--text)}.login-error{display:flex;align-items:center;gap:.5rem;background:#fef2f2;border:1px solid #fecaca;border-radius:12px;padding:.75rem 1rem;margin-bottom:1rem;color:#dc2626;font-size:.85rem;font-weight:500}.login-toggle{display:flex;gap:.5rem;margin-bottom:1.25rem;background:#f1f5f9;border-radius:12px;padding:.25rem}.toggle-btn{flex:1;padding:.6rem;border:none;border-radius:10px;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .2s;background:transparent;color:#64748b}.toggle-btn.active{background:#fff;color:var(--primary);box-shadow:0 2px 8px #00000014}.login-field{margin-bottom:1rem}.login-field label{display:block;font-size:.8rem;font-weight:600;color:#475569;margin-bottom:.4rem}.login-field input{width:100%;padding:.75rem 1rem;border:1px solid #e2e8f0;border-radius:12px;font-size:16px;font-family:inherit;background:#fff;color:var(--text);transition:all .2s}.login-field input:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #3563e91a}.login-field input::placeholder{color:#94a3b8}.btn-login{width:100%;padding:.85rem;border:none;border-radius:12px;font-size:1rem;font-weight:600;font-family:inherit;cursor:pointer;background:linear-gradient(135deg,var(--primary) 0%,#1d4ed8 100%);color:#fff;box-shadow:0 4px 12px #3563e940;transition:all .3s;margin-top:.5rem}.btn-login:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #3563e959}.btn-login:disabled{opacity:.6;cursor:not-allowed}.login-switch{text-align:center;margin-top:1.25rem;font-size:.85rem;color:#64748b}.login-switch button{background:none;border:none;color:var(--primary);font-weight:600;cursor:pointer;font-size:.85rem;padding:0}.login-switch button:hover{text-decoration:underline}.statement-page{max-width:1200px;margin:0 auto;padding:1.5rem}.statement-header{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:1.5rem}.statement-header h2{font-size:1.5rem;font-weight:700;color:var(--text);margin-bottom:.1rem}.statement-customer-name{font-size:.875rem;color:var(--text-muted);font-weight:500}.statement-balance-cards{display:flex;gap:1rem;margin-bottom:1.5rem;flex-wrap:wrap}.balance-card{flex:1;min-width:200px;background:#fff9;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.7);border-radius:16px;padding:1.25rem;display:flex;flex-direction:column;gap:.5rem;box-shadow:0 4px 16px #0000000a}.balance-card.negative{border-left:4px solid #ef4444}.balance-card.positive{border-left:4px solid #22c55e}.balance-label{font-size:.8rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.5px}.balance-value{font-size:1.25rem;font-weight:700;color:var(--text)}.statement-not-linked{text-align:center;padding:3rem 2rem;background:#ffffff80;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:20px;border:1px solid rgba(255,255,255,.7);box-shadow:0 8px 32px #0000000f}.not-linked-icon{font-size:3rem;margin-bottom:1rem}.statement-not-linked h3{font-size:1.25rem;font-weight:700;color:var(--text);margin-bottom:.75rem}.statement-not-linked p{color:var(--text-muted);font-size:.95rem;max-width:400px;margin:0 auto;line-height:1.5}.statement-filters{margin-bottom:1.5rem}.statement-filter-summary{display:flex;align-items:center;justify-content:space-between;gap:.75rem;flex-wrap:wrap;margin-bottom:.75rem}.statement-filter-row{display:flex;align-items:flex-end;gap:.75rem;flex-wrap:wrap}.statement-filter-actions{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.statement-filter-field{display:flex;flex-direction:column;gap:.3rem}.statement-filter-field label{font-size:.75rem;font-weight:600;color:#64748b}.statement-filter-field input[type=date]{padding:.5rem .75rem;border:1px solid #e2e8f0;border-radius:10px;font-size:.85rem;font-family:inherit;background:#fff;color:var(--text)}.statement-filter-field input[type=date]:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #3563e91a}.btn-sm{padding:.5rem .75rem;font-size:.8rem}.statement-table-wrapper{background:#ffffff80;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border-radius:20px;border:1px solid rgba(255,255,255,.7);box-shadow:0 8px 32px #0000000f;overflow-x:auto;-webkit-overflow-scrolling:touch}.statement-table{width:100%;min-width:600px;border-collapse:collapse}.statement-table th{text-align:left;padding:.875rem 1rem;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:var(--text-muted);background:var(--bg);border-bottom:1px solid rgba(0,0,0,.03)}.statement-table th.text-right{text-align:right}.statement-table td{padding:.75rem 1rem;border-bottom:1px solid rgba(0,0,0,.03);font-size:.85rem}.statement-table tr:last-child td{border-bottom:none}.statement-table tr:hover{background:#3563e908}.movement-date{color:var(--text-muted);font-size:.8rem;white-space:nowrap}.movement-desc{color:var(--text);font-weight:500;max-width:300px}.movement-badge{display:inline-flex;align-items:center;gap:.3rem;padding:.25rem .6rem;border-radius:9999px;font-size:.7rem;font-weight:600;white-space:nowrap}.text-right{text-align:right}.debit{color:#ef4444;font-weight:600}.credit{color:#22c55e;font-weight:600}.balance{font-weight:700}.balance.negative{color:#ef4444}.balance.positive{color:#22c55e}.statement-cards{display:flex;flex-direction:column;gap:.75rem}.statement-card{background:#fff9;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.7);border-radius:14px;padding:1rem;box-shadow:0 2px 8px #0000000a}.statement-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.statement-card-date{font-size:.75rem;color:var(--text-muted);font-weight:500}.statement-card-desc{font-size:.85rem;color:var(--text);font-weight:500;margin-bottom:.5rem;line-height:1.4}.statement-card-values{display:flex;flex-wrap:wrap;gap:.75rem;font-size:.8rem;font-weight:600}.statement-error{text-align:center;padding:2rem;color:#ef4444;font-weight:500}@media(max-width:768px){.header-auth{gap:.25rem}.btn-header-action{padding:.4rem .6rem;font-size:.75rem}.btn-header-action span{display:none}.btn-login-header span{display:inline}.user-name{display:none}.login-card{border-radius:16px;padding:1.5rem}.login-header h2{font-size:1.25rem}.statement-page{padding:1rem .75rem}.statement-header h2{font-size:1.25rem}.balance-card{min-width:140px;padding:1rem}.balance-value{font-size:1rem}.statement-filter-row{flex-direction:column;align-items:stretch}.statement-filter-summary{align-items:stretch}.statement-filter-field{flex-direction:row;align-items:center;gap:.5rem}.statement-filter-actions{width:100%;justify-content:flex-start}.statement-table-wrapper{border-radius:12px;margin:0;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.statement-table{min-width:450px}.statement-table th,.statement-table td{padding:.6rem .4rem;font-size:.75rem}.movement-badge{padding:.15rem .4rem;font-size:.65rem;gap:.2rem}.movement-date{font-size:.7rem}.movement-desc{max-width:150px;font-size:.75rem}}html body{background:fixed radial-gradient(at 0% 0%,rgba(224,234,252,1) 0%,transparent 50%),radial-gradient(at 50% 100%,rgba(207,222,243,1) 0%,transparent 50%),radial-gradient(at 100% 0%,rgba(235,244,255,1) 0%,transparent 50%),#f1f5f9;color:var(--text)}body .header{min-height:82px}body .header .logo{height:62px}body .header h1{font-size:1.5rem}body .container{max-width:1440px;padding:2rem 1.5rem}body .page-title h2{font-size:1.75rem}body .search-box{margin-bottom:1.75rem}body .search-box input{padding:1.25rem 1.25rem 1.25rem 3.75rem;border-radius:9999px;font-size:1rem}body .filters-section{display:block;margin-bottom:2rem;border:1px solid rgba(255,255,255,.7);border-radius:20px;padding:2rem;background:#ffffff73;box-shadow:0 8px 32px #0000000f}body .filter-group{display:block;margin-bottom:1.25rem}body .filter-group:last-child{margin-bottom:0}body .filter-label{color:var(--text);font-size:.875rem;font-weight:600}body .filter-chips{display:flex;flex-wrap:wrap;gap:.75rem}body .chip{min-height:0;border:0;border-radius:9999px;padding:.7rem 1.25rem;background:linear-gradient(145deg,#fff,#f1f5f9);color:#475569;font-size:.85rem;font-weight:600;box-shadow:0 2px 5px #00000005,inset 0 1px 1px #fff}body .chip:hover{background:linear-gradient(145deg,#f8fafc,#e2e8f0);color:#0f172a}body .chip.active{border:0;background:linear-gradient(135deg,var(--primary) 0%,#1d4ed8 100%);color:#fff}@media(max-width:768px){body .header{min-height:auto}body .header .logo{height:50px}body .header h1{font-size:1rem}body .container{padding:.75rem}body .filters-section{padding:.875rem}body .chip{padding:.375rem .625rem;font-size:.7rem}}@media(max-width:768px){.btn-employee-header{display:none}}:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#172033;background:#f5f7fa;font-synthesis:none;text-rendering:optimizeLegibility;--ink: #172033;--muted: #687286;--line: #dfe4ec;--line-strong: #cbd3df;--surface: #ffffff;--surface-soft: #f7f9fc;--blue: #2463eb;--blue-dark: #1649bc;--blue-soft: #edf3ff;--green: #14815d;--green-soft: #eaf8f2;--amber: #9a6500;--amber-soft: #fff5d9;--red: #b63737;--red-soft: #fff0f0;--violet: #7452b8;--violet-soft: #f4efff;--shadow-dialog: 0 30px 80px rgba(20, 31, 52, .22)}*{box-sizing:border-box}[hidden]{display:none!important}html{min-width:320px;background:#f5f7fa}body{margin:0;min-width:320px;min-height:100vh;background:#f5f7fa}button,input,select,textarea{font:inherit}button,select{cursor:pointer}button:disabled,input:disabled,select:disabled,textarea:disabled{cursor:not-allowed;opacity:.62}button{color:inherit}button:focus-visible,a:focus-visible{outline:3px solid rgba(36,99,235,.32);outline-offset:2px}h1,h2,h3,p{margin-top:0}a{color:inherit}.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}.brand-mark{display:inline-grid;place-items:center;width:36px;height:36px;flex:0 0 auto;border-radius:10px;background:var(--ink);color:#fff;font-size:13px;font-weight:850;letter-spacing:-.03em}.brand-mark.large{width:48px;height:48px;border-radius:14px;font-size:16px}.button{min-height:40px;border:1px solid transparent;border-radius:9px;padding:9px 15px;display:inline-flex;align-items:center;justify-content:center;gap:8px;background:transparent;font-size:14px;font-weight:700;transition:background-color .15s ease,border-color .15s ease,color .15s ease,transform .15s ease}.button:hover:not(:disabled){transform:translateY(-1px)}.button.primary{background:var(--blue);color:#fff}.button.primary:hover:not(:disabled){background:var(--blue-dark)}.button.danger{background:var(--red);color:#fff}.button.danger:hover:not(:disabled){background:#b42318}.button.secondary{border-color:var(--line-strong);background:#fff;color:var(--ink)}.button.secondary:hover:not(:disabled),.button.ghost:hover:not(:disabled){background:var(--surface-soft)}.button.ghost{color:var(--muted)}.button.whatsapp{background:#177d5a;color:#fff}.button.whatsapp:hover:not(:disabled){background:#116647}.button.wide{width:100%}.button svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round}.public-shell{min-height:100vh}.public-shell.with-checkout{padding-bottom:164px}.public-header{position:sticky;z-index:30;top:0;height:68px;border-bottom:1px solid rgba(215,222,233,.92);background:#fffffff0;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.public-header-inner{width:min(100% - 40px,1440px);height:100%;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:24px}.public-brand{display:inline-flex;align-items:center;gap:11px;border:0;padding:0;background:transparent;text-align:left}.public-brand>span:last-child{display:grid;line-height:1.15}.public-brand:disabled{cursor:default;opacity:1}.public-brand strong{font-size:15px;letter-spacing:-.01em}.public-brand small{margin-top:3px;color:var(--muted);font-size:11px}.public-header-actions{display:flex;align-items:center;gap:6px}:is(.employee-shell,.public-shell) .store-select-page{width:min(100% - 40px,1120px);margin:0 auto;padding:clamp(72px,10vw,132px) 0 80px;display:grid;grid-template-columns:minmax(260px,.8fr) minmax(460px,1.2fr);gap:clamp(60px,9vw,130px);align-items:start}.eyebrow{display:block;margin-bottom:12px;color:var(--blue);font-size:11px;font-weight:800;letter-spacing:.13em;text-transform:uppercase}.eyebrow.warranty-color{color:var(--violet)}.eyebrow.return-color{color:var(--amber)}.eyebrow.cancellation-color{color:var(--red)}.store-select-copy{position:sticky;top:130px}.store-select-copy h1{max-width:560px;margin-bottom:20px;font-size:clamp(38px,5vw,66px);line-height:.98;letter-spacing:-.055em}.store-select-copy p{max-width:470px;color:var(--muted);font-size:17px;line-height:1.6}.store-list{border-top:1px solid var(--line-strong)}.store-list-heading,.store-row{display:grid;grid-template-columns:1fr .9fr 32px;align-items:center;gap:16px}.store-list-heading{padding:13px 16px;color:var(--muted);font-size:10px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.store-row{width:100%;min-height:78px;border:0;border-top:1px solid var(--line);padding:16px;background:transparent;text-align:left;transition:background-color .15s ease,padding-left .15s ease}.store-row:last-child{border-bottom:1px solid var(--line)}.store-row:hover{padding-left:20px;background:#fff}.store-row strong{font-size:16px}.store-row>span:not(.row-arrow){color:var(--muted);font-size:14px}.row-arrow{color:var(--blue);font-size:23px;transition:transform .15s ease}.store-row:hover .row-arrow{transform:translate(4px)}.catalog-main{width:min(100% - 40px,1440px);margin:0 auto;padding:44px 0 56px}.catalog-context{margin-bottom:40px;display:flex;align-items:end;justify-content:space-between;gap:32px}.catalog-context h1{margin:0;font-size:clamp(30px,4vw,48px);letter-spacing:-.045em}.catalog-context p{max-width:390px;margin:0 0 4px;color:var(--muted);line-height:1.55}.product-browser{min-width:0}.section-heading{margin-bottom:20px;display:flex;align-items:end;justify-content:space-between;gap:24px}.section-heading>div{display:flex;align-items:center;gap:10px}.section-heading h2{margin:0;font-size:18px;letter-spacing:-.02em}.section-heading p{margin:0;color:var(--muted);font-size:13px}.product-heading{align-items:center}.product-heading>div{display:block}.product-heading p{margin-top:5px}.eligible-list-toolbar{margin-bottom:14px;display:flex;align-items:center;justify-content:space-between;gap:14px}.eligible-list-toolbar>span{color:var(--muted);font-size:11px;white-space:nowrap}.eligibility-search{margin:0}.search-field{width:min(100%,340px);height:42px;display:flex;align-items:center;gap:9px;border:1px solid var(--line-strong);border-radius:9px;padding:0 12px;background:#fff;transition:border-color .15s ease,box-shadow .15s ease}.search-field:focus-within{border-color:var(--blue);box-shadow:0 0 0 3px #2463eb1c}.search-field svg{width:17px;height:17px;fill:none;stroke:var(--muted);stroke-width:1.8;stroke-linecap:round}.search-field input{min-width:0;flex:1;border:0;outline:0;background:transparent;color:var(--ink)}:is(.employee-shell,.public-shell) .filters-section{margin-bottom:22px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:11px 0;display:flex;flex-wrap:wrap;column-gap:30px;row-gap:8px}:is(.employee-shell,.public-shell) .filter-group{display:flex;align-items:center;gap:8px;min-width:0}:is(.employee-shell,.public-shell) .filter-label{color:var(--muted);font-size:11px;font-weight:750}:is(.employee-shell,.public-shell) .filter-chips{display:flex;gap:4px;flex-wrap:wrap}:is(.employee-shell,.public-shell) .chip{min-height:29px;border:1px solid transparent;border-radius:7px;padding:4px 9px;background:transparent;color:var(--muted);font-size:12px;font-weight:650}:is(.employee-shell,.public-shell) .chip:hover{background:#fff;color:var(--ink)}:is(.employee-shell,.public-shell) .chip.active{border-color:#c9d8fb;background:var(--blue-soft);color:var(--blue-dark)}.table-scroll{max-width:100%;overflow:auto;border-top:1px solid var(--line-strong);background:#fff}.data-table{width:100%;border-collapse:collapse;text-align:left;font-size:13px}.data-table th{position:sticky;z-index:2;top:0;padding:12px 14px;background:var(--surface-soft);color:var(--muted);font-size:10px;font-weight:800;letter-spacing:.075em;text-transform:uppercase;white-space:nowrap}.data-table td{border-top:1px solid var(--line);padding:13px 14px;vertical-align:middle}.data-table tbody tr{transition:background-color .12s ease}.data-table tbody tr:hover{background:#fafbfc}.data-table tbody tr.selected-row{background:#f4f7ff}:is(.employee-shell,.public-shell) .product-name{min-width:240px;font-weight:720}.number-cell{white-space:nowrap;font-variant-numeric:tabular-nums}:is(.employee-shell,.public-shell) .products-table th:nth-child(5),:is(.employee-shell,.public-shell) .products-table td:nth-child(5){width:142px}:is(.employee-shell,.public-shell) .quantity-input{width:104px;height:34px;display:grid;grid-template-columns:32px 1fr 32px;border:1px solid var(--line-strong);border-radius:8px;overflow:hidden;background:#fff}:is(.employee-shell,.public-shell) .quantity-input button{border:0;background:var(--surface-soft);color:var(--muted);font-size:17px}:is(.employee-shell,.public-shell) .quantity-input button:hover{background:var(--blue-soft);color:var(--blue)}:is(.employee-shell,.public-shell) .quantity-input span{display:grid;place-items:center;border-inline:1px solid var(--line);font-size:13px;font-weight:750;font-variant-numeric:tabular-nums}:is(.employee-shell,.public-shell) .loading-row,:is(.employee-shell,.public-shell) .empty-state{padding:42px 24px;color:var(--muted);text-align:center}:is(.employee-shell,.public-shell) .empty-state{display:grid;justify-items:center;gap:10px;border-top:1px solid var(--line);background:#fff}:is(.employee-shell,.public-shell) .empty-state strong{color:var(--ink);font-size:16px}:is(.employee-shell,.public-shell) .empty-state.prominent{min-height:320px;place-content:center}.public-checkout{position:fixed;z-index:35;right:0;bottom:0;left:0;border-top:1px solid var(--line-strong);background:#fffffffa;box-shadow:0 -12px 36px #18213414;animation:checkout-in .22s ease-out}@keyframes checkout-in{0%{transform:translateY(24px);opacity:0}to{transform:translateY(0);opacity:1}}.public-checkout-inner{width:min(100% - 40px,1440px);min-height:112px;margin:0 auto;display:grid;grid-template-columns:minmax(160px,.5fr) minmax(420px,1.4fr) auto;align-items:center;gap:32px}.checkout-total{display:grid}.checkout-total span,.checkout-contact label span{color:var(--muted);font-size:10px;font-weight:750;letter-spacing:.06em;text-transform:uppercase}.checkout-total strong{margin:3px 0;font-size:24px;letter-spacing:-.04em}.checkout-total small{color:var(--muted)}.checkout-contact{display:grid;grid-template-columns:1.2fr .8fr;gap:10px}.checkout-contact label{display:grid;gap:5px}.checkout-contact input{width:100%;height:40px;border:1px solid var(--line-strong);border-radius:8px;padding:0 11px;outline:0;background:#fff}.checkout-contact input:focus{border-color:var(--blue);box-shadow:0 0 0 3px #2463eb1a}.checkout-actions{display:flex;gap:6px}.checkout-feedback{border-top:1px solid var(--line);padding:8px 20px;display:flex;justify-content:center;gap:14px;font-size:12px;font-weight:650}.checkout-feedback.success{background:var(--green-soft);color:var(--green)}.checkout-feedback.error{background:var(--red-soft);color:var(--red)}.checkout-feedback a{text-decoration:underline;font-weight:800}.dialog-backdrop{position:fixed;z-index:100;inset:0;display:grid;place-items:center;padding:20px;background:#1018278f;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);animation:fade-in .16s ease-out}@keyframes fade-in{0%{opacity:0}}.login-dialog{position:relative;width:min(100%,440px);border-radius:16px;padding:34px;background:#fff;box-shadow:var(--shadow-dialog);animation:dialog-in .2s ease-out}@keyframes dialog-in{0%{transform:translateY(14px) scale(.985);opacity:0}}.login-dialog .brand-mark{margin-bottom:28px}.login-dialog h1{margin-bottom:8px;font-size:30px;letter-spacing:-.04em}.login-dialog>p{color:var(--muted);line-height:1.5}.login-dialog form{margin-top:25px;display:grid;gap:15px}.dialog-close{position:absolute;top:18px;right:18px;width:36px;height:36px;border:0;border-radius:50%;background:var(--surface-soft);color:var(--muted);font-size:23px}.login-scope-note{margin:22px 0 0;border-top:1px solid var(--line);padding-top:16px;font-size:12px}.field{display:grid;gap:7px;min-width:0}.field>span{color:#4e596d;font-size:12px;font-weight:730}.field small{color:var(--muted);font-weight:500}.field input,.field select,.field textarea,.table-input{width:100%;border:1px solid var(--line-strong);border-radius:8px;padding:10px 11px;outline:0;background:#fff;color:var(--ink);transition:border-color .15s ease,box-shadow .15s ease}.field input,.field select{height:41px}.field textarea{min-height:78px;resize:vertical}.field input:focus,.field select:focus,.field textarea:focus,.table-input:focus{border-color:var(--blue);box-shadow:0 0 0 3px #2463eb1a}.field-error{color:var(--red);font-size:12px}.field-stack{display:grid;gap:13px}.inline-alert{border-radius:8px;padding:10px 12px;font-size:12px;line-height:1.45}.inline-alert.error{border:1px solid #f0caca;background:var(--red-soft);color:var(--red)}.inline-alert.success{border:1px solid #bfe6d7;background:var(--green-soft);color:var(--green)}.app-splash{min-height:100vh;display:grid;place-content:center;justify-items:center;gap:14px;color:var(--muted);font-size:13px}.employee-shell{min-height:100vh;background:#f5f7fa}.employee-header{position:sticky;z-index:40;top:0;height:70px;border-bottom:1px solid var(--line);padding:0 28px;display:flex;align-items:center;justify-content:space-between;gap:24px;background:#fffffff7;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.employee-brand{display:flex;align-items:center;gap:10px}.employee-brand>div{display:grid;line-height:1.15}.employee-brand strong{font-size:14px}.employee-brand span:not(.brand-mark){margin-top:3px;color:var(--muted);font-size:10px}.employee-header-actions{display:flex;align-items:center;gap:16px}.store-switcher{display:flex;align-items:center;gap:8px}.store-switcher>span{color:var(--muted);font-size:11px;font-weight:700}.store-switcher select{height:38px;min-width:150px;border:1px solid var(--line);border-radius:8px;padding:0 30px 0 10px;background:var(--surface-soft);color:var(--ink)}.employee-identity{display:grid;padding-left:16px;border-left:1px solid var(--line);text-align:right;line-height:1.2}.employee-identity strong{font-size:12px}.employee-identity span{margin-top:3px;color:var(--muted);font-size:10px}.workspace-tabs{position:sticky;z-index:35;top:70px;min-height:50px;border-bottom:1px solid var(--line);padding:0 28px;display:flex;align-items:stretch;gap:26px;background:#f7f9fcf5;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);overflow-x:auto}.workspace-tabs button{position:relative;flex:0 0 auto;border:0;padding:0 2px;background:transparent;color:var(--muted);font-size:12px;font-weight:720;white-space:nowrap}.workspace-tabs button:after{position:absolute;right:0;bottom:-1px;left:0;height:2px;background:transparent;content:""}.workspace-tabs button:hover,.workspace-tabs button.active{color:var(--ink)}.workspace-tabs button.active:after{background:var(--blue)}.tab-note{margin-left:7px;border-radius:999px;padding:3px 6px;background:var(--amber-soft);color:var(--amber);font-size:8px;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.employee-main{width:min(100% - 56px,1540px);margin:0 auto;padding:38px 0 70px}.tab-enter{animation:tab-in .19s ease-out}@keyframes tab-in{0%{transform:translateY(6px);opacity:0}}.workspace-intro{min-height:92px;margin-bottom:32px;display:flex;align-items:start;justify-content:space-between;gap:30px}.workspace-intro h1{margin-bottom:7px;font-size:30px;letter-spacing:-.04em}.workspace-intro p{margin:0;color:var(--muted);font-size:14px}.workspace-context{border-left:1px solid var(--line-strong);padding-left:18px;display:grid;min-width:150px}.workspace-context span{color:var(--muted);font-size:10px;font-weight:750;letter-spacing:.08em;text-transform:uppercase}.workspace-context strong{margin-top:5px;font-size:14px}.operational-layout{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:28px;align-items:start}.operational-main{min-width:0;display:grid;gap:36px}.form-section{border-top:1px solid var(--line-strong);padding-top:22px}.step-number{color:var(--blue);font-size:10px;font-weight:850;letter-spacing:.08em}.customer-picker{position:relative;width:100%}.customer-combobox-control{position:relative}.customer-combobox-control input{height:44px;padding-right:92px;padding-left:38px}.customer-combobox-control input::-webkit-search-cancel-button{display:none}.customer-search-icon{position:absolute;z-index:1;top:50%;left:13px;color:var(--muted);font-size:19px;line-height:1;pointer-events:none;transform:translateY(-50%)}.customer-search-status{position:absolute;top:50%;right:12px;color:var(--muted);font-size:10px;font-weight:650;pointer-events:none;transform:translateY(-50%)}.customer-search-clear{position:absolute;top:50%;right:7px;width:30px;height:30px;border:0;border-radius:7px;display:grid;place-items:center;background:transparent;color:var(--muted);font-size:20px;transform:translateY(-50%)}.customer-search-clear:hover{background:var(--surface-soft);color:var(--ink)}.customer-options{position:absolute;z-index:35;top:calc(100% + 6px);right:0;left:0;max-height:286px;border:1px solid var(--line-strong);border-radius:10px;padding:5px;overflow-y:auto;background:#fff;box-shadow:0 18px 42px #1a263d29}.customer-option{width:100%;border:0;border-radius:7px;padding:10px 11px;display:grid;gap:3px;background:transparent;color:var(--ink);text-align:left}.customer-option:hover,.customer-option.active{background:var(--blue-soft)}.customer-option[aria-selected=true]{background:#edf3ff}.customer-option strong{overflow:hidden;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.customer-option span{color:var(--muted);font-size:10px}.customer-option-message{padding:16px 12px;color:var(--muted);font-size:11px;text-align:center}.request-inspector{position:sticky;top:144px;border-top:3px solid var(--blue);padding:20px;background:#fff;box-shadow:0 10px 30px #1a263d0f}.inspector-title{margin-bottom:14px;display:flex;align-items:center;justify-content:space-between;gap:12px}.inspector-title>div{display:flex;align-items:center;gap:8px}.inspector-title h2{margin:0;font-size:17px}.inspector-title>span{color:var(--muted);font-size:11px}.compact-lines{max-height:205px;overflow-y:auto;border-top:1px solid var(--line)}.compact-line{border-bottom:1px solid var(--line);padding:10px 0;display:flex;justify-content:space-between;gap:12px}.compact-line>div{min-width:0;display:grid;gap:3px}.compact-line strong{overflow:hidden;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.compact-line span{color:var(--muted);font-size:11px}.compact-price-field{display:flex;align-items:center;gap:6px}.compact-price-field input{width:92px;height:32px;border:1px solid var(--line-strong);border-radius:7px;padding:0 8px;color:var(--ink);font-size:12px;font-weight:750;font-variant-numeric:tabular-nums}.compact-price-field input:focus{border-color:var(--blue);outline:0;box-shadow:0 0 0 3px #2463eb1a}.compact-price-field input[aria-invalid=true]{border-color:#dc2626}.text-button{border:0;padding:0;background:transparent;font-size:10px;font-weight:750}.danger-text{color:var(--red)}.muted-copy{margin:0;border-block:1px solid var(--line);padding:16px 0;color:var(--muted);font-size:12px}.inspector-total{margin:16px 0;display:flex;align-items:baseline;justify-content:space-between}.inspector-total span{color:var(--muted);font-size:11px}.inspector-total strong{font-size:21px;letter-spacing:-.035em}.request-inspector .inline-alert{margin:14px 0}.request-inspector .button{margin-top:16px}.action-note{margin:10px 0 0;color:var(--muted);font-size:10px;line-height:1.5;text-align:center}.warranty-purchases{margin-top:34px}.warranty-table td:nth-child(3){min-width:230px}.warranty-table th:nth-child(5),.warranty-table td:nth-child(5){width:150px;min-width:150px}.warranty-table td:nth-child(6){min-width:270px}.warranty-table td small{display:block;margin-top:4px;color:var(--muted)}.eligible-origin-cell{min-width:190px}.replacement-origin-badge{width:fit-content;margin-top:5px;border:1px solid #c9d8fb;border-radius:999px;padding:3px 7px;display:block;background:var(--blue-soft);color:var(--blue-dark);font-size:9px;font-weight:850;letter-spacing:.04em;text-transform:uppercase}.table-input{height:36px;font-size:12px}.table-input:disabled{background:var(--surface-soft)}.form-footer{position:sticky;z-index:15;bottom:0;margin-top:26px;border-top:1px solid var(--line-strong);padding:17px 20px;display:flex;align-items:end;gap:22px;background:#fffffff7;box-shadow:0 -8px 24px #141f340d;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.grow-field{flex:1}.form-footer-action{min-width:280px;display:grid;gap:8px;justify-items:end}.cancellation-orders{margin-top:34px}.cancellation-table tbody tr{cursor:pointer}.cancellation-table th:first-child,.cancellation-table td:first-child{width:86px;text-align:center}.cancellation-table input[type=radio]{width:18px;height:18px;accent-color:var(--red)}.cancellation-items-cell{min-width:300px;color:var(--muted);line-height:1.45}.cancellation-decision{margin-top:34px}.refund-choice{max-width:900px;border:1px solid var(--line-strong);border-radius:12px;padding:17px 18px;display:flex;align-items:flex-start;gap:12px;background:#fff;cursor:pointer;transition:border-color .16s ease,background-color .16s ease,box-shadow .16s ease}.refund-choice.selected{border-color:var(--green);background:var(--green-soft);box-shadow:0 0 0 3px #14815d14}.refund-choice input{width:20px;height:20px;margin-top:1px;accent-color:var(--green)}.refund-choice.unavailable{border-color:#f0d39a;background:#fffaf0;cursor:default}.refund-choice.unavailable input{cursor:default;opacity:.5}.refund-choice>span{display:grid;gap:5px}.refund-choice strong{font-size:14px}.refund-choice small,.cancellation-credit-note{color:var(--muted);font-size:11px;line-height:1.55}.cancellation-routes{max-width:900px;margin-top:12px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.cancellation-route{border:1px solid var(--line);border-radius:12px;padding:16px;display:flex;align-items:flex-start;gap:13px;background:var(--surface-soft);opacity:.67;transition:border-color .16s ease,background-color .16s ease,box-shadow .16s ease,opacity .16s ease,transform .16s ease}.cancellation-route.active{opacity:1;transform:translateY(-1px)}.cancellation-route.cash.active{border-color:#9bd5c1;background:var(--green-soft);box-shadow:0 6px 16px #14815d14}.cancellation-route.credit.active{border-color:#b8cbf7;background:var(--blue-soft);box-shadow:0 6px 16px #2463eb14}.cancellation-route-icon{width:42px;height:42px;flex:0 0 auto;border-radius:10px;display:grid;place-items:center;background:#fff;color:var(--muted);box-shadow:inset 0 0 0 1px #cbd3dfcc}.cancellation-route.cash.active .cancellation-route-icon{color:var(--green)}.cancellation-route.credit.active .cancellation-route-icon{color:var(--blue)}.cancellation-route-icon svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.cancellation-route>div:last-child{min-width:0;display:grid}.cancellation-route-label{margin-bottom:4px;color:var(--muted);font-size:9px;font-weight:850;letter-spacing:.08em}.cancellation-route strong{color:var(--ink);font-size:13px}.cancellation-route ul{margin:9px 0 0;padding-left:17px;color:var(--muted);font-size:10px;line-height:1.65}.cancellation-route b{color:var(--ink);font-weight:750}.cancellation-no-payment{max-width:900px;margin-top:12px;border:1px solid #f0d39a;border-radius:12px;padding:16px;display:flex;align-items:flex-start;gap:13px;background:#fffaf0}.cancellation-no-payment .cancellation-route-icon{color:var(--amber)}.cancellation-no-payment>div:last-child{min-width:0;display:grid}.cancellation-no-payment strong{color:var(--ink);font-size:13px}.cancellation-no-payment ul{margin:9px 0 0;padding-left:17px;color:var(--muted);font-size:10px;line-height:1.65}.cancellation-no-payment b{color:var(--ink);font-weight:750}.cancellation-no-payment p{margin:10px 0 0;color:var(--amber);font-size:10px;font-weight:650;line-height:1.5}.cancellation-result{max-width:900px;margin-top:12px;border-left:4px solid var(--blue);border-radius:8px;padding:12px 14px;background:var(--blue-soft);color:#34425a;font-size:12px;line-height:1.55;transition:border-color .16s ease,background-color .16s ease}.cancellation-result.cash{border-left-color:var(--green);background:var(--green-soft)}.cancellation-result.no-payment{border-left-color:var(--amber);background:#fff8e8}.cancellation-result strong{color:var(--ink)}.cancellation-credit-note{max-width:900px;margin:10px 0 0}.request-filter-bar{margin:-14px 0 18px;border-block:1px solid var(--line-strong);padding:14px 0;display:flex;align-items:end;justify-content:space-between;gap:18px}.requests-live-actions{display:flex;align-items:center;gap:12px}.requests-live-status{display:inline-flex;align-items:center;gap:7px;color:var(--green);font-size:11px;font-weight:750;white-space:nowrap}.requests-live-dot{width:8px;height:8px;border-radius:50%;background:currentColor;box-shadow:0 0 0 4px var(--green-soft);animation:requests-live-pulse 1.8s ease-in-out infinite}@keyframes requests-live-pulse{50%{opacity:.45}}.request-filter-controls{display:flex;align-items:end;gap:10px}.request-list-filter{min-width:180px;display:grid;gap:6px}.request-seller-filter{min-width:300px}.request-list-filter>span{color:var(--muted);font-size:10px;font-weight:800;letter-spacing:.07em;text-transform:uppercase}.request-list-filter select{height:40px;border:1px solid var(--line-strong);border-radius:8px;padding:0 34px 0 11px;background:#fff;color:var(--ink)}.request-list-filter select:focus{border-color:var(--blue);box-shadow:0 0 0 3px #2463eb1a;outline:0}.request-filter-count{padding-bottom:11px;color:var(--muted);font-size:11px}.request-list-table{min-height:180px;border:1px solid var(--line-strong);border-radius:12px;box-shadow:0 8px 24px #141f340a}.request-data-table{min-width:1320px;table-layout:fixed}.request-data-table th{padding:12px}.request-data-table td{padding:15px 12px;vertical-align:top;overflow-wrap:anywhere}.request-data-table-with-seller col:nth-child(1){width:5%}.request-data-table-with-seller col:nth-child(2){width:8%}.request-data-table-with-seller col:nth-child(3){width:16%}.request-data-table-with-seller col:nth-child(4){width:11%}.request-data-table-with-seller col:nth-child(5){width:11%}.request-data-table-with-seller col:nth-child(6){width:10%}.request-data-table-with-seller col:nth-child(7){width:10%}.request-data-table-with-seller col:nth-child(8){width:20%}.request-data-table-with-seller col:nth-child(9){width:9%}.request-seller-cell{min-width:0;font-weight:650}.request-detail-cell{max-width:none;color:var(--muted);font-size:11px;line-height:1.45;white-space:normal}.request-product-details{display:grid;gap:6px;min-width:0}.request-product-title{color:var(--ink);font-size:10px;text-transform:uppercase}.request-product-list{display:grid;gap:4px;list-style:none;margin:0;padding:0}.request-product-list li{align-items:start;color:var(--ink);display:grid;gap:6px;grid-template-columns:auto 1fr}.request-product-list li span:first-child{font-weight:800;white-space:nowrap}.request-product-summary{color:var(--muted);font-size:10px;font-weight:700}.request-status-reason{border-top:1px solid var(--line);color:var(--muted);padding-top:4px}.request-data-table td:last-child{padding-right:16px}.type-marker,.status-badge{display:inline-flex;align-items:center;min-height:25px;border-radius:999px;padding:4px 9px;font-size:10px;font-weight:800;white-space:nowrap}.type-marker{color:var(--blue-dark);background:var(--blue-soft)}.type-warranty_exchange{color:var(--violet);background:var(--violet-soft)}.type-return{color:var(--amber);background:var(--amber-soft)}.type-cancellation{color:var(--red);background:#fff1f1}.status-badge{color:#596579;background:#edf0f4}.status-new,.status-pending{color:var(--blue-dark);background:var(--blue-soft)}.status-in_review,.status-in_separation,.status-in_progress,.status-processing{color:var(--amber);background:var(--amber-soft)}.status-separating{color:var(--violet);background:var(--violet-soft)}.status-ready_for_delivery,.status-completed,.status-converted,.status-ready{color:var(--green);background:var(--green-soft)}.status-awaiting_defective{color:var(--violet);background:var(--violet-soft)}.status-cancelled,.status-needs_info,.status-blocked{color:var(--red);background:var(--red-soft)}.button.compact-action{min-height:34px;padding:7px 10px;font-size:10px;white-space:nowrap}.table-muted{color:var(--muted);font-size:10px;line-height:1.35}.definition-panel{min-height:520px;border-top:1px solid var(--line-strong);padding:70px 0;display:grid;place-content:start center;justify-items:center;text-align:center}.definition-icon{width:58px;height:58px;margin-bottom:25px;display:grid;place-items:center;border-radius:50%;background:var(--amber-soft);color:var(--amber);font-size:28px}.definition-panel h1{margin-bottom:12px;font-size:38px;letter-spacing:-.045em}.definition-panel>p{max-width:540px;color:var(--muted);line-height:1.6}.definition-list{margin-top:26px;border-top:1px solid var(--line);display:flex}.definition-list span{border-right:1px solid var(--line);padding:13px 20px;color:var(--muted);font-size:11px}.definition-list span:last-child{border-right:0}.statement-shell{min-height:100vh;background:#f5f7fa}.statement-main{width:min(100% - 56px,1320px);margin:0 auto;padding:44px 0 80px}.statement-intro{margin-bottom:24px}.statement-shell .statement-filters{margin-bottom:18px;display:flex;align-items:end;gap:12px}.statement-shell .statement-filters .field{min-width:180px}.statement-summary{margin:24px 0 36px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-block:1px solid var(--line-strong);background:#fff}.statement-summary>div{min-height:104px;border-right:1px solid var(--line);padding:22px;display:grid;align-content:center;gap:8px}.statement-summary>div:last-child{border-right:0}.statement-summary span{color:var(--muted);font-size:11px;font-weight:700}.statement-summary strong{font-size:24px;letter-spacing:-.035em}.statement-movements{margin-top:12px}.statement-shell .statement-table td:nth-child(3){min-width:320px;white-space:normal}.statement-shell .statement-table .number-cell{min-width:130px}@media(max-width:1050px){.public-checkout-inner{grid-template-columns:150px 1fr;padding:14px 0;gap:16px 24px}.checkout-actions{grid-column:2;justify-content:flex-end}.public-shell.with-checkout{padding-bottom:190px}.operational-layout{grid-template-columns:1fr}.request-inspector{position:static}}@media(max-width:820px){:is(.employee-shell,.public-shell) .store-select-page{grid-template-columns:1fr;gap:48px;padding-top:60px}.store-select-copy{position:static}.store-select-copy h1{max-width:650px}.catalog-context{align-items:start;flex-direction:column;gap:12px}.employee-header{height:auto;min-height:70px;padding:12px 18px}.employee-identity{display:none}.workspace-tabs{top:70px;padding:0 18px}.employee-main{width:min(100% - 36px,1540px)}.customer-picker{width:100%}.form-footer{align-items:stretch;flex-direction:column}.form-footer-action{width:100%;min-width:0}.form-footer-action .button{width:100%}.statement-main{width:min(100% - 36px,1320px);padding-top:32px}.statement-shell .statement-filters{align-items:stretch;flex-wrap:wrap}.statement-shell .statement-filters .field{flex:1 1 200px}}@media(max-width:680px){.cancellation-routes{grid-template-columns:1fr}.public-header-inner,.catalog-main,.public-checkout-inner,.public-shell .store-select-page{width:min(100% - 28px,1440px)}.employee-entry{width:42px;padding-inline:10px;font-size:0}.public-header-actions .button.ghost{display:none}.public-header-actions .button.customer-entry{width:42px;padding-inline:10px;display:inline-flex;font-size:0}.public-shell.with-checkout{padding-bottom:330px}.public-checkout-inner{grid-template-columns:1fr auto;gap:12px}.checkout-contact{grid-column:1 / -1;grid-row:2;grid-template-columns:1fr}.checkout-actions{grid-column:2;grid-row:1}.checkout-actions .button.ghost{display:none}.checkout-actions .button.whatsapp{max-width:190px;min-height:48px}.catalog-main{padding-top:32px}.product-heading{align-items:stretch;flex-direction:column}.search-field{width:100%}:is(.employee-shell,.public-shell) .filters-section{flex-wrap:nowrap;overflow-x:auto}:is(.employee-shell,.public-shell) .filter-group{flex:0 0 auto}.product-table-scroll{overflow:visible;border:0;background:transparent}:is(.employee-shell,.public-shell) .products-table,:is(.employee-shell,.public-shell) .products-table tbody{display:block}:is(.employee-shell,.public-shell) .products-table thead{display:none}:is(.employee-shell,.public-shell) .products-table tr{margin-bottom:10px;border-top:1px solid var(--line-strong);padding:13px;display:grid;grid-template-columns:1fr 1fr;gap:10px 16px;background:#fff}:is(.employee-shell,.public-shell) .products-table td{border:0;padding:0;display:grid;gap:3px}:is(.employee-shell,.public-shell) .products-table td:before{content:attr(data-label);color:var(--muted);font-size:9px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}:is(.employee-shell,.public-shell) .products-table .product-name{min-width:0;grid-column:1 / -1}:is(.employee-shell,.public-shell) .products-table td:nth-child(5),:is(.employee-shell,.public-shell) .products-table td:nth-child(6){width:auto}:is(.employee-shell,.public-shell) .quantity-input{width:100%;max-width:120px}.employee-header-actions{gap:6px}.store-switcher{display:grid;gap:2px}.store-switcher select{min-width:120px;max-width:150px}.employee-brand>div{display:none}.workspace-tabs{top:70px;gap:21px}.employee-main{width:min(100% - 28px,1540px);padding-top:28px}.workspace-intro{min-height:0;align-items:start;flex-direction:column;gap:18px}.workspace-intro h1{font-size:27px}.requests-live-actions{width:100%;justify-content:space-between}.request-filter-bar{margin-top:0;align-items:stretch;flex-direction:column;gap:10px}.request-filter-controls{display:grid;grid-template-columns:1fr}.request-list-filter,.request-seller-filter{width:100%;min-width:0}.request-filter-count{padding-bottom:0}.workspace-context{border-left:0;border-top:1px solid var(--line);padding:10px 0 0}.section-heading{align-items:start;flex-direction:column;gap:8px}.eligible-list-toolbar{align-items:stretch;flex-direction:column}.eligible-list-toolbar>span{white-space:normal}.eligibility-search{width:100%}.request-inspector{padding:16px}.definition-list{flex-direction:column}.definition-list span{border-right:0;border-bottom:1px solid var(--line)}.definition-list span:last-child{border-bottom:0}.login-dialog{padding:28px 22px}.statement-main{width:min(100% - 28px,1320px)}.statement-shell .statement-header .employee-header-actions{flex:1;justify-content:flex-end}.statement-shell .statement-header .button{padding-inline:10px;font-size:11px}.statement-summary{grid-template-columns:1fr}.statement-summary>div{min-height:88px;border-right:0;border-bottom:1px solid var(--line)}.statement-summary>div:last-child{border-bottom:0}.statement-shell .statement-filters .field,.statement-shell .statement-filters .button{width:100%;flex-basis:100%}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.employee-shell .employee-logo{width:48px;height:48px;flex:0 0 auto;border-radius:12px;object-fit:contain;mix-blend-mode:multiply}.employee-shell .employee-brand{gap:12px}.employee-shell .employee-brand strong{color:var(--ink);font-size:15px}.employee-shell .employee-brand span{max-width:230px;color:var(--muted);font-size:10px}.employee-shell .filter-toolbar{margin-bottom:10px;display:flex;align-items:end;justify-content:space-between;gap:18px}.employee-shell .filter-toolbar>div:first-child{display:grid;gap:3px}.employee-shell .filter-toolbar strong{font-size:13px}.employee-shell .filter-toolbar span{color:var(--muted);font-size:11px}.employee-shell .filter-toolbar-actions{display:flex;align-items:center;gap:12px}.employee-shell .clear-filter-button{color:var(--blue);font-size:11px}.employee-shell .filter-toggle{min-height:34px;padding:7px 12px;font-size:11px}.employee-shell .filters-section.employee-filters{margin-bottom:26px;border:1px solid var(--line);border-radius:12px;padding:16px 18px;display:grid;gap:12px;background:#fff;box-shadow:0 8px 24px #1a263d0a}.employee-shell .employee-filters .filter-group{min-width:0;margin:0;display:grid;grid-template-columns:82px minmax(0,1fr);align-items:start;gap:12px}.employee-shell .employee-filters .filter-label{padding-top:8px;color:var(--ink);font-size:11px;font-weight:800}.employee-shell .employee-filters .filter-chips{min-width:0;max-height:78px;padding:2px 4px 4px 0;display:flex;flex-wrap:wrap;gap:6px;overflow-y:auto;scrollbar-width:thin}.employee-shell .employee-filters.advanced .filter-chips{max-height:108px}.employee-shell .employee-filters .chip{min-height:32px;border:1px solid #e3e8f0;border-radius:999px;padding:6px 12px;background:#f8fafc;color:#536075;font-size:11px;font-weight:720;box-shadow:none;transform:none}.employee-shell .employee-filters .chip:hover:not(:disabled){border-color:#b9c8e8;background:#f1f5ff;color:var(--blue-dark);transform:translateY(-1px)}.employee-shell .employee-filters .chip.active{border-color:var(--blue);background:var(--blue);color:#fff;box-shadow:0 5px 12px #2463eb33;transform:none}.employee-shell .products-table th:nth-child(6),.employee-shell .products-table td.quantity-cell{width:156px;min-width:156px}.employee-shell .products-table .stock-cell{min-width:92px;white-space:nowrap}.employee-shell .stock-badge{min-width:58px;border:1px solid #b9e4d3;border-radius:999px;padding:5px 9px;display:inline-flex;align-items:center;justify-content:center;background:#eefaf5;color:#137454;font-size:11px;font-weight:800;font-variant-numeric:tabular-nums}.employee-shell .stock-badge.low{border-color:#f0d39a;background:#fff8e8;color:#946200}.employee-shell .quantity-input{width:120px;height:40px;padding:0;gap:0;display:grid;grid-template-columns:38px 42px 38px;align-items:stretch;border:1px solid #cbd5e1;border-radius:9px;overflow:hidden;background:#fff;box-sizing:border-box}.employee-shell .quantity-input button{width:auto;min-width:0;height:100%;border:0;border-radius:0;padding:0;display:grid;place-items:center;background:#f8fafc;color:#475569;font-size:19px;font-weight:700;box-shadow:none}.employee-shell .quantity-input button:hover:not(:disabled){background:var(--blue);color:#fff}.employee-shell .quantity-input button:disabled{color:#b6bfcc;background:#f8fafc;opacity:1}.employee-shell .quantity-input span{min-width:0;border-inline:1px solid #e2e8f0;display:grid;place-items:center;color:var(--ink);font-size:14px;font-weight:800;font-variant-numeric:tabular-nums}.employee-shell .products-table tr.selected-row .quantity-input{border-color:var(--blue);box-shadow:0 0 0 3px #2463eb1a}@media(max-width:680px){.employee-shell .employee-logo{width:42px;height:42px}.employee-shell .filter-toolbar{align-items:stretch;flex-direction:column}.employee-shell .filter-toolbar-actions{justify-content:space-between}.employee-shell .employee-filters .filter-group{grid-template-columns:1fr;gap:5px}.employee-shell .employee-filters .filter-label{padding-top:0}.employee-shell .employee-filters .filter-chips{max-height:none;flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden}.employee-shell .quantity-input{width:120px;max-width:120px}}
