:root{--royal:#1a3fa0;--royal-d:#0d2260;--royal-l:#2251c5;--royal-ll:#4d7aff;--royal-faint:#eef2ff;--royal-faint2:#dde4f7;--white:#ffffff;--off-white:#f0f4ff;--gray1:#eef2ff;--gray2:#dde4f7;--gray3:#a8bce8;--gray4:#6a85c8;--gray5:#3d5490;--text:#080f2e;--text2:#2a3d6a;--muted:#6a80b0;--green:#0ea85a;--red:#e02020;--amber:#e08a00;--cyan:#0099cc;--neon:#00e5ff;--neon2:#7c3aed;--neon3:#ff6b35;--border:rgba(26,63,160,.14);--border2:rgba(26,63,160,.26);--shadow:0 2px 12px rgba(13,34,96,.08);--shadow-lg:0 8px 30px rgba(13,34,96,.15);--shadow-neon:0 0 15px rgba(0,229,255,.2);--radius:16px;--radius-sm:10px;--glass:rgba(255,255,255,.08);--glass-border:rgba(255,255,255,.15)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:DM Sans,sans-serif;background:var(--off-white);color:var(--text);min-height:100vh;overflow-x:hidden}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:var(--gray1)}::-webkit-scrollbar-thumb{background:var(--gray3);border-radius:99px}#loginScreen{position:fixed;inset:0;z-index:9000;background:linear-gradient(135deg,#060d2e,#0d2260 35%,#1a3fa0 65%,#1a2d80);display:flex;align-items:center;justify-content:center}#loginScreen:after{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at 30% 70%,rgba(0,229,255,.08) 0%,transparent 50%),radial-gradient(ellipse at 70% 30%,rgba(124,58,237,.08) 0%,transparent 50%);pointer-events:none}#loginScreen:before{content:"";position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/svg%3E")}.login-card{background:#fffffff7;border-radius:24px;padding:46px 42px 38px;width:440px;max-width:96vw;box-shadow:0 32px 80px #0006,0 0 0 1px #4d7aff26;position:relative;z-index:1;animation:popCard .4s cubic-bezier(.34,1.4,.64,1);backdrop-filter:blur(10px)}@keyframes popCard{0%{opacity:0;transform:scale(.88) translateY(24px)}to{opacity:1;transform:scale(1) translateY(0)}}.login-logo-area{text-align:center;margin-bottom:30px}.login-logo-area img{height:80px;object-fit:contain;border-radius:12px;margin-bottom:12px;border:2px solid var(--border2)}.login-company{font-family:Montserrat,sans-serif;font-size:18px;font-weight:900;color:var(--royal)}.login-tagline{font-size:12px;color:var(--muted);margin-top:3px}.login-err{background:#fef2f2;border:1px solid #fecaca;color:var(--red);padding:10px 14px;border-radius:8px;font-size:13px;margin-bottom:14px;display:none}.fld{display:flex;flex-direction:column;gap:5px;margin-bottom:14px}.fld label{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:1.2px;color:var(--gray5)}.fld input,.fld select{padding:11px 14px;border-radius:var(--radius-sm);border:1.5px solid var(--border2);font-family:DM Sans,sans-serif;font-size:14px;color:var(--text);transition:border-color .2s,box-shadow .2s}.fld input:focus,.fld select:focus{outline:none;border-color:var(--royal);box-shadow:0 0 0 3px #1a3fa01a}.login-footer-txt{text-align:center;margin-top:16px;font-size:11px;color:var(--muted)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:10px 18px;border-radius:var(--radius-sm);border:none;cursor:pointer;font-family:DM Sans,sans-serif;font-weight:600;font-size:13px;transition:all .2s;white-space:nowrap}.btn-royal{background:linear-gradient(135deg,var(--royal) 0%,var(--royal-l) 100%);color:#fff;border:1px solid rgba(77,122,255,.3)}.btn-royal:hover{background:linear-gradient(135deg,var(--royal-d) 0%,var(--royal) 100%);transform:translateY(-2px);box-shadow:0 6px 22px #1a3fa066,0 0 0 1px #4d7aff33}.btn-outline{background:transparent;color:var(--royal);border:1.5px solid var(--border2)}.btn-outline:hover{background:var(--royal-faint)}.btn-ghost{background:var(--gray1);color:var(--text2)}.btn-ghost:hover{background:var(--gray2)}.btn-danger{background:var(--red);color:#fff}.btn-danger:hover{background:#b91c1c}.btn-green{background:var(--green);color:#fff}.btn-green:hover{background:#15803d}.btn-amber{background:var(--amber);color:#fff}.btn-white{background:#fff;color:var(--royal);border:1.5px solid var(--border2)}.btn-white:hover{background:var(--gray1)}.btn-cyan{background:var(--cyan);color:#fff}.btn-sm{padding:7px 13px;font-size:12px}.btn-xs{padding:5px 9px;font-size:11px}#app{display:none}.header{background:linear-gradient(135deg,var(--royal-d) 0%,var(--royal) 60%,rgba(26,63,160,.95) 100%);position:sticky;top:0;z-index:400;box-shadow:0 2px 30px #0d226080;backdrop-filter:blur(10px);border-bottom:1px solid rgba(77,122,255,.3)}.header-inner{display:flex;align-items:center;gap:16px;padding:0 24px;height:64px;max-width:1600px;margin:0 auto}.header-logo{display:flex;align-items:center;gap:12px;text-decoration:none;cursor:pointer}.hlogo-img{height:46px;border-radius:8px;background:#fff;padding:3px;object-fit:contain;border:2px solid rgba(255,255,255,.25)}.hlogo-text{font-family:Montserrat,sans-serif;color:#fff;line-height:1.2}.hlogo-main{font-size:15px;font-weight:900;letter-spacing:-.2px}.hlogo-sub{font-size:9px;font-weight:500;opacity:.7;letter-spacing:1.5px;text-transform:uppercase;display:block}.hclock{margin-left:auto;text-align:right;color:#ffffffe6}.hclock-time{font-family:Montserrat,sans-serif;font-size:20px;font-weight:700;letter-spacing:1px;display:block;line-height:1.1}.hclock-date{font-size:11px;opacity:.7;display:block;margin-top:1px}.header-user{display:flex;align-items:center;gap:9px;background:#ffffff1f;padding:6px 14px;border-radius:99px;color:#fff;font-size:13px}.user-av{width:29px;height:29px;border-radius:50%;background:#ffffff40;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:13px}.user-role-badge{font-size:9px;font-weight:700;letter-spacing:.5px;padding:2px 7px;border-radius:20px;text-transform:uppercase}.role-admin{background:#fbbf24;color:#78350f}.role-supervisor{background:#a78bfa;color:#3730a3}.role-vendedor{background:#34d399;color:#064e3b}.btn-logout{background:#ffffff26;border:none;color:#fff;padding:5px 10px;border-radius:7px;cursor:pointer;font-size:12px;font-weight:600;transition:background .2s}.btn-logout:hover{background:#ffffff40}.subnav{background:linear-gradient(90deg,var(--royal-d) 0%,#0f1f5c 100%);border-bottom:1px solid rgba(77,122,255,.25);box-shadow:0 2px 10px #0003}.subnav-inner{display:flex;align-items:center;padding:0 24px;max-width:1600px;margin:0 auto}.snav-btn{padding:10px 18px;border:none;background:transparent;color:#ffffffa6;cursor:pointer;font-family:DM Sans,sans-serif;font-weight:500;font-size:13px;border-bottom:2px solid transparent;transition:all .2s}.snav-btn:hover{color:#fff;background:#ffffff0d}.snav-btn.active{color:#fff;border-bottom-color:var(--neon);font-weight:700;text-shadow:0 0 8px rgba(0,229,255,.4)}.view{display:none;animation:fadeIn .25s ease}.view.active{display:block}@keyframes fadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.page{max-width:1600px;margin:0 auto;padding:22px 20px}.cat-layout{display:flex;gap:20px;align-items:flex-start}.sidebar{width:240px;flex-shrink:0;background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden;position:sticky;top:80px;max-height:calc(100vh - 100px);display:flex;flex-direction:column;will-change:transform}.sb-head{background:linear-gradient(135deg,var(--royal),var(--royal-l));color:#fff;padding:16px 18px;font-family:Montserrat,sans-serif;font-weight:800;font-size:13px;letter-spacing:.5px;display:flex;align-items:center;gap:9px;flex-shrink:0}.sb-body{padding:6px 0;overflow-y:auto;flex:1}.sb-all{display:flex;align-items:center;gap:10px;padding:11px 16px;cursor:pointer;font-size:13px;font-weight:500;color:var(--text2);transition:all .15s;border-left:3px solid transparent}.sb-all:hover{background:var(--royal-faint);color:var(--royal);border-left-color:var(--royal-ll)}.sb-all.active{background:linear-gradient(90deg,var(--royal-faint2),var(--royal-faint));color:var(--royal);border-left-color:var(--royal-ll);font-weight:700;box-shadow:inset 3px 0 0 var(--royal-ll)}.sb-brand .sb-brand-arrow{margin-left:auto;font-size:10px;transition:transform .2s;color:var(--muted)}.sb-brand.expanded .sb-brand-arrow{transform:rotate(90deg)}.sb-brand.active-brand{color:var(--royal)}.sb-cats-group{display:none;padding-left:0}.sb-cats-group.open{display:block}.sb-cat-item{display:flex;align-items:center;gap:10px;padding:9px 16px 9px 28px;cursor:pointer;font-size:12px;font-weight:500;color:var(--text2);transition:all .15s;border-left:3px solid transparent}.sb-cat-item:hover{background:var(--royal-faint);color:var(--royal);border-left-color:var(--royal-ll)}.sb-cat-item.active{background:linear-gradient(90deg,var(--royal-faint2),var(--royal-faint));color:var(--royal);border-left-color:var(--royal-ll);font-weight:700;box-shadow:inset 3px 0 0 var(--royal-ll)}.sb-count{margin-left:auto;font-size:10px;font-weight:700;background:var(--gray2);color:var(--gray5);padding:2px 7px;border-radius:20px}.sb-cat-item.active .sb-count,.sb-all.active .sb-count{background:var(--royal);color:#fff}.products-area{flex:1;min-width:0}.search-wrap{background:var(--white);border-radius:var(--radius);padding:12px 16px;box-shadow:var(--shadow);display:flex;gap:10px;align-items:center;margin-bottom:18px}.search-wrap input{flex:1;border:none;font-family:DM Sans,sans-serif;font-size:14px;color:var(--text);outline:none;background:transparent}.search-wrap input::placeholder{color:var(--muted)}.search-icon{color:var(--muted);font-size:20px}.prod-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:12px}.prod-card{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden;border:1.5px solid var(--border);transition:border-color .2s,box-shadow .2s,transform .2s;display:flex;flex-direction:column;position:relative;will-change:transform,box-shadow}.prod-card:hover{border-color:var(--royal-ll);box-shadow:var(--shadow-lg);transform:translateY(-3px)}.prod-img-wrap{height:148px;background:var(--gray1);overflow:hidden;position:relative;flex-shrink:0;cursor:zoom-in}.prod-img-wrap img{width:100%;height:100%;object-fit:cover;transition:transform .2s;will-change:transform}.prod-card:hover .prod-img-wrap img{transform:scale(1.03)}.prod-emoji-ph{width:100%;height:148px;display:flex;align-items:center;justify-content:center;font-size:54px;background:var(--royal-faint)}.prod-out-badge{position:absolute;top:8px;left:8px;background:var(--red);color:#fff;font-size:9px;font-weight:700;padding:2px 8px;border-radius:20px;text-transform:uppercase;letter-spacing:.5px}.prod-body{padding:13px;flex:1;display:flex;flex-direction:column;gap:5px}.prod-brand-chip{font-size:8px;font-weight:700;letter-spacing:1px;text-transform:uppercase;color:var(--royal-d);background:var(--royal-faint);padding:2px 8px;border-radius:20px;width:fit-content;border:1px solid var(--border2)}.prod-chip{font-size:9px;font-weight:700;letter-spacing:.8px;text-transform:uppercase;color:var(--royal);background:var(--royal-faint);padding:2px 9px;border-radius:20px;width:fit-content}.prod-name{font-family:Montserrat,sans-serif;font-size:13px;font-weight:700;color:var(--text);line-height:1.3}.prod-code{font-size:10px;color:var(--muted);font-family:monospace}.prod-desc{font-size:11px;color:var(--text2);line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.prod-price{font-family:Montserrat,sans-serif;font-size:21px;font-weight:900;color:var(--royal);margin-top:auto;padding-top:7px;background:linear-gradient(135deg,var(--royal-d),var(--royal-l));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.prod-stock{font-size:11px;color:var(--text2)}.prod-stock.low{color:var(--red);font-weight:700;animation:pulseRed 2s infinite}.prod-stock.out{color:var(--red);font-weight:700}.empty{text-align:center;padding:50px 20px;color:var(--muted)}.empty .ei{font-size:44px;margin-bottom:14px}.cat-hero-section{display:none}.cat-hero-section.active{display:block;animation:fadeIn .25s ease}.cat-hero-banner{background:linear-gradient(130deg,var(--royal-d) 0%,var(--royal) 50%,var(--royal-l) 100%);border-radius:var(--radius);padding:32px;display:flex;gap:32px;align-items:center;margin-bottom:18px;color:#fff;overflow:hidden;position:relative;box-shadow:0 8px 40px #0d22604d,0 0 0 1px #4d7aff33}.cat-hero-banner:before{content:"";position:absolute;right:-60px;top:-60px;width:280px;height:280px;border-radius:50%;background:#ffffff0d}.cat-hero-banner:after{content:"";position:absolute;left:-40px;bottom:-60px;width:220px;height:220px;border-radius:50%;background:#ffffff0a}.cat-hero-img{width:300px;height:300px;border-radius:16px;object-fit:cover;flex-shrink:0;border:3px solid rgba(255,255,255,.25);box-shadow:0 12px 40px #0000004d;position:relative;z-index:1;cursor:zoom-in}.cat-hero-emoji{width:300px;height:300px;border-radius:16px;flex-shrink:0;background:#ffffff1a;display:flex;align-items:center;justify-content:center;font-size:90px;position:relative;z-index:1}.cat-hero-info{position:relative;z-index:1}.cat-hero-tag{font-size:10px;letter-spacing:2px;text-transform:uppercase;opacity:.7;margin-bottom:10px}.cat-hero-title{font-family:Montserrat,sans-serif;font-size:38px;font-weight:900;margin-bottom:10px;line-height:1.1}.cat-hero-desc{opacity:.85;font-size:14px;line-height:1.7;max-width:420px}.cat-hero-count{margin-top:18px;display:inline-flex;align-items:center;gap:7px;background:#ffffff26;padding:8px 16px;border-radius:20px;font-size:13px;font-weight:600}.table-wrap{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden}.data-tbl{width:100%;border-collapse:collapse;font-size:13px;border-radius:var(--radius);overflow:hidden}.data-tbl thead{background:linear-gradient(90deg,var(--royal-d),var(--royal))}.data-tbl th{padding:13px 16px;text-align:left;font-size:10px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:#fff;border-bottom:none}.data-tbl th:first-child{border-radius:var(--radius-sm) 0 0 0}.data-tbl th:last-child{border-radius:0 var(--radius-sm) 0 0}.data-tbl tbody tr:nth-child(2n) td{background:var(--royal-faint)}.data-tbl tbody tr:nth-child(odd) td{background:var(--white)}.data-tbl td{padding:11px 16px;border-bottom:1px solid var(--border);color:var(--text2);transition:background .15s}.data-tbl tbody tr:hover td{background:var(--royal-faint2)!important;color:var(--text)}.data-tbl tr:last-child td{border-bottom:none}.data-tbl .price-c{font-family:Montserrat,sans-serif;font-size:16px;font-weight:900;color:var(--royal)}.data-tbl code{font-family:monospace;background:var(--royal-faint2);padding:2px 8px;border-radius:4px;color:var(--royal);font-size:11px;font-weight:600}#lightbox{position:fixed;inset:0;background:#000000eb;z-index:9999;display:none;align-items:center;justify-content:center;cursor:zoom-out;animation:lbFade .2s ease}#lightbox.open{display:flex}@keyframes lbFade{0%{opacity:0}to{opacity:1}}#lightbox img{max-width:92vw;max-height:90vh;border-radius:12px;box-shadow:0 0 60px #0009;object-fit:contain;cursor:default}#lbClose{position:absolute;top:18px;right:22px;background:#ffffff26;border:none;color:#fff;font-size:28px;cursor:pointer;border-radius:50%;width:42px;height:42px;display:flex;align-items:center;justify-content:center;line-height:1;transition:background .2s}#lbClose:hover{background:#ffffff4d}#backToTop{position:fixed;bottom:30px;right:28px;z-index:800;width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,var(--royal),var(--royal-l));color:#fff;border:1px solid rgba(77,122,255,.4);cursor:pointer;font-size:20px;box-shadow:0 4px 20px #1a3fa080;display:none;align-items:center;justify-content:center;transition:all .25s}#backToTop.visible{display:flex}.admin-wrap{max-width:1350px;margin:0 auto;padding:22px 20px}.admin-strip{background:linear-gradient(130deg,var(--royal-d) 0%,var(--royal) 50%,var(--royal-l) 100%);border-radius:var(--radius);padding:22px 28px;display:flex;align-items:center;justify-content:space-between;margin-bottom:20px;color:#fff;box-shadow:0 4px 30px #0d226059;border:1px solid rgba(77,122,255,.2);position:relative;overflow:hidden}.admin-strip-title{font-family:Montserrat,sans-serif;font-size:22px;font-weight:900}.admin-strip-sub{font-size:11px;opacity:.7;letter-spacing:1px;text-transform:uppercase;margin-bottom:4px}.admin-tabs{display:flex;gap:0;background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow);overflow-x:auto;overflow-y:hidden;border:1.5px solid var(--border);margin-bottom:20px;flex-wrap:nowrap;scrollbar-width:thin}.atab{flex:0 0 auto;min-width:100px;padding:12px 8px;border:none;background:transparent;font-family:DM Sans,sans-serif;font-weight:600;font-size:12px;color:var(--muted);cursor:pointer;transition:all .2s;border-right:1px solid var(--border);text-align:center;white-space:nowrap}.atab:last-child{border-right:none}.atab:hover{background:var(--royal-faint);color:var(--royal)}.atab.active{background:linear-gradient(135deg,var(--royal) 0%,var(--royal-l) 100%);color:#fff;box-shadow:inset 0 -2px 0 var(--neon)}.apane{display:none;animation:fadeIn .25s ease}.apane.active{display:block}.acard{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow);padding:26px;border:1px solid var(--border)}.acard-title{font-family:Montserrat,sans-serif;font-size:17px;font-weight:800;color:var(--royal);margin-bottom:22px;padding-bottom:14px;border-bottom:2px solid var(--royal-faint2);display:flex;align-items:center;gap:9px;background:linear-gradient(135deg,var(--royal-d),var(--royal-l));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.fgrid{display:grid;grid-template-columns:1fr 1fr;gap:15px;margin-bottom:15px}.fgrid.g1{grid-template-columns:1fr}.fgrid.g3{grid-template-columns:1fr 1fr 1fr}.fgrid.g4{grid-template-columns:1fr 1fr 1fr 1fr}.fi{display:flex;flex-direction:column;gap:5px}.fi label{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:1.1px;color:var(--gray5)}.fi input,.fi select,.fi textarea{padding:10px 13px;border-radius:var(--radius-sm);border:1.5px solid var(--border2);font-family:DM Sans,sans-serif;font-size:13px;color:var(--text);transition:border-color .2s;background:#fff}.fi input:focus,.fi select:focus,.fi textarea:focus{outline:none;border-color:var(--royal);box-shadow:0 0 0 3px #1a3fa014}.fi textarea{resize:vertical;min-height:68px}.req{color:var(--red)}.divider{height:1px;background:var(--border);margin:20px 0}.toggle-row{display:flex;align-items:center;gap:10px;padding-top:4px}.tgl{position:relative;width:42px;height:23px}.tgl input{opacity:0;width:0;height:0}.tgl-s{position:absolute;inset:0;background:var(--gray3);border-radius:23px;cursor:pointer;transition:.3s}.tgl-s:before{content:"";position:absolute;width:17px;height:17px;left:3px;bottom:3px;background:#fff;border-radius:50%;transition:.3s}.tgl input:checked+.tgl-s{background:var(--green)}.tgl input:checked+.tgl-s:before{transform:translate(19px)}.uz{border:2px dashed var(--gray3);border-radius:var(--radius);padding:24px;text-align:center;cursor:pointer;background:var(--gray1);transition:all .2s;position:relative}.uz:hover{border-color:var(--royal);background:var(--royal-faint)}.uz input[type=file]{position:absolute;inset:0;opacity:0;cursor:pointer;width:100%;height:100%}.uz-icon{font-size:32px;margin-bottom:8px;display:block}.uz-t{font-size:13px;font-weight:600;color:var(--text);margin-bottom:4px}.uz-s{font-size:11px;color:var(--muted)}.img-prev-box{display:none;border-radius:10px;overflow:hidden;max-height:220px;margin-top:12px}.img-prev-box img{width:100%;max-height:220px;object-fit:contain;background:var(--gray1)}.logo-prev-admin{width:90px;height:90px;object-fit:contain;border-radius:10px;border:2px solid var(--border2);background:var(--gray1)}.excel-z{border:2px dashed rgba(22,163,74,.35);border-radius:var(--radius);padding:28px;text-align:center;cursor:pointer;background:#16a34a08;transition:all .2s;position:relative;margin-bottom:18px}.excel-z:hover{border-color:var(--green);background:#16a34a0f}.excel-z input[type=file]{position:absolute;inset:0;opacity:0;cursor:pointer;width:100%;height:100%}.excel-info{background:#1a3fa00a;border:1px solid var(--border2);border-radius:var(--radius-sm);padding:14px 16px;font-size:12px;color:var(--text2)}.code-blk{font-family:monospace;background:var(--gray1);border:1px solid var(--border2);padding:10px 14px;border-radius:6px;font-size:11px;color:var(--royal-d);line-height:1.8;display:block;overflow-x:auto;white-space:pre;margin-top:8px}.prev-wrap{background:var(--gray1);border:1px solid var(--border);border-radius:var(--radius);overflow:auto;max-height:360px;margin:14px 0}.prev-tbl{width:100%;border-collapse:collapse;font-size:12px}.prev-tbl th{padding:9px 12px;background:var(--royal-faint);text-align:left;font-size:10px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:var(--royal);border-bottom:2px solid var(--royal-faint2);position:sticky;top:0}.prev-tbl td{padding:9px 12px;border-bottom:1px solid var(--gray2)}.prev-tbl tr:hover td{background:#fff}.ch-up{color:var(--green);font-weight:700}.ch-dn{color:var(--red);font-weight:700}.ch-same{color:var(--muted)}.not-found{color:var(--red);font-style:italic;font-size:11px}.found{color:var(--green)}.sum-bar{display:flex;gap:20px;flex-wrap:wrap;background:var(--royal-faint);border:1px solid var(--border);border-radius:var(--radius-sm);padding:14px 18px}.stat-i{text-align:center}.stat-v{font-family:Montserrat,sans-serif;font-size:28px;font-weight:900}.stat-l{font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:1.2px;color:var(--muted)}.v-royal{color:var(--royal)}.v-green{color:var(--green)}.v-red{color:var(--red)}.v-amber{color:var(--amber)}.v-cyan{color:var(--cyan)}.admin-tbl{width:100%;border-collapse:collapse;font-size:13px}.admin-tbl thead{background:var(--royal-faint)}.admin-tbl th{padding:11px 14px;text-align:left;font-size:10px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:var(--royal);border-bottom:2px solid var(--royal-faint2)}.admin-tbl td{padding:11px 14px;border-bottom:1px solid var(--gray1)}.admin-tbl tr:hover td{background:var(--royal-faint)}.act-c{display:flex;gap:5px;flex-wrap:wrap}.badge{display:inline-block;font-size:9px;font-weight:700;padding:2px 8px;border-radius:20px;letter-spacing:.5px}.b-royal{background:var(--royal-faint);color:var(--royal)}.b-green{background:#dcfce7;color:var(--green)}.b-red{background:#fee2e2;color:var(--red)}.b-amber{background:#fef3c7;color:var(--amber)}.b-blue{background:#dbeafe;color:var(--royal)}.b-purple{background:#ede9fe;color:#6d28d9}.pass-bar{height:4px;border-radius:2px;margin-top:6px;transition:all .3s;background:var(--gray2)}.pass-bar.w{background:var(--red)}.pass-bar.m{background:var(--amber)}.pass-bar.s{background:var(--green)}.pass-hint{font-size:10px;color:var(--muted);margin-top:3px}.rpt-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:14px;margin-bottom:22px}.rpt-card{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow);border:1px solid var(--border);padding:20px;cursor:pointer;transition:all .2s;display:flex;flex-direction:column;gap:7px}.rpt-card:hover{border-color:var(--royal-ll);transform:translateY(-3px);box-shadow:var(--shadow-lg),0 0 0 1px #4d7aff26}.rpt-icon{font-size:28px}.rpt-title{font-family:Montserrat,sans-serif;font-size:14px;font-weight:700;color:var(--royal)}.rpt-desc{font-size:12px;color:var(--muted)}.modal-ov{position:fixed;inset:0;background:#00000073;z-index:700;display:flex;align-items:center;justify-content:center;backdrop-filter:blur(5px);opacity:0;pointer-events:none;transition:opacity .25s}.modal-ov.open{opacity:1;pointer-events:all}.modal-ov.open .modal-box{transform:translateY(0)}.modal-title{font-family:Montserrat,sans-serif;font-size:18px;font-weight:800;color:var(--royal);margin-bottom:18px;padding-bottom:13px;border-bottom:2px solid var(--royal-faint2)}.modal-actions{display:flex;gap:10px;margin-top:20px}.footer-inner{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;max-width:1600px;margin:0 auto;flex-wrap:wrap}.footer-co{font-family:Montserrat,sans-serif;font-size:16px;font-weight:900;margin-bottom:10px}.footer-items{display:flex;flex-wrap:wrap;gap:8px 22px;font-size:13px;opacity:.85}.footer-item{display:flex;align-items:center;gap:5px}.footer-item a{color:#fffc;text-decoration:none}.footer-item a:hover{color:#fff}.footer-logo-wrap{flex-shrink:0}.footer-logo-wrap img{height:60px;border-radius:8px;background:#fff;padding:4px;object-fit:contain}.footer-div{height:1px;background:#ffffff1f;margin:22px auto;max-width:1600px}.footer-legal{text-align:center;font-size:11px;opacity:.55;max-width:1600px;margin:0 auto}#toast{position:fixed;bottom:22px;left:50%;transform:translate(-50%) translateY(60px);z-index:9998;background:linear-gradient(135deg,var(--royal-d),#0f1f5c);color:#fff;padding:12px 22px;border-radius:12px;font-size:13px;font-weight:600;box-shadow:0 8px 30px #0000004d;opacity:0;transition:all .3s cubic-bezier(.34,1.4,.64,1);pointer-events:none;display:flex;align-items:center;gap:10px;max-width:380px;white-space:nowrap;border:1px solid rgba(255,255,255,.12)}#toast.show{transform:translate(-50%) translateY(0);opacity:1}#toast.ok{background:#15803d;border-left:4px solid #bbf7d0}#toast.err{background:#b91c1c;border-left:4px solid #fecaca}#toast.info{background:var(--royal-d);border-left:4px solid var(--royal-ll)}@media(max-width:960px){.cat-layout{flex-direction:column}.sidebar{width:100%;position:static;max-height:none}.sb-body{display:flex;flex-wrap:wrap;padding:8px;gap:4px}.sb-all,.sb-cat-item{border-radius:20px;border:1.5px solid var(--border2);border-left:none;padding:6px 12px}.sb-all.active,.sb-cat-item.active{background:var(--royal);color:#fff;border-color:var(--royal)}.sb-brand{border-radius:20px;border:1.5px solid var(--border2);padding:6px 12px}.sb-cats-group{display:flex!important;flex-wrap:wrap}.cat-hero-banner{flex-direction:column}.cat-hero-img,.cat-hero-emoji{width:100%;height:180px}.fgrid,.fgrid.g3,.fgrid.g4{grid-template-columns:1fr}.admin-tabs{flex-wrap:wrap}}@media(max-width:600px){.prod-grid{grid-template-columns:repeat(auto-fill,minmax(155px,1fr))}.header-inner{padding:0 12px}.hclock-time{font-size:15px}}@keyframes shimmer{0%{background-position:-800px 0}to{background-position:800px 0}}.skeleton{background:linear-gradient(90deg,var(--gray1) 25%,var(--gray2) 37%,var(--gray1) 63%);background-size:800px 100%;animation:shimmer 1.4s infinite linear;border-radius:6px}.skel-card{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden;border:1.5px solid var(--border);display:flex;flex-direction:column}.skel-img{height:148px;width:100%}.skel-body{padding:14px;display:flex;flex-direction:column;gap:10px}.skel-line{height:12px;border-radius:4px}.skel-line.w80{width:80%}.skel-line.w60{width:60%}.skel-line.w40{width:40%}.skel-line.w90{width:90%}.skel-price{height:20px;width:50%;border-radius:4px;margin-top:4px}@media print{body{background:#fff!important;color:#000!important}.header,.subnav,.sidebar,.site-footer,#backToTop,.cat-filter-bar,.pager-bar,.btn,.modal-ov,#loginScreen,#dbLoader{display:none!important}.view{display:block!important;padding:0!important}#view-catalog,.cat-layout{display:block!important}.prod-grid{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:12px!important;page-break-inside:avoid}.prod-card{break-inside:avoid;box-shadow:none!important;border:1px solid #ccc!important;border-radius:8px!important}.prod-img-wrap{height:100px!important}.prod-price{color:#000!important;font-size:14px!important}.prod-out-badge{background:#000!important;-webkit-print-color-adjust:exact;print-color-adjust:exact}@page{margin:15mm;size:A4}h1,h2,h3{page-break-after:avoid}}.tbl-wrap{width:100%;overflow-x:auto;border-radius:var(--radius);box-shadow:var(--shadow);border:1.5px solid var(--border)}.tbl-wrap .data-tbl{margin:0}#offline-banner{display:none!important}#sync-status{position:fixed;bottom:70px;right:20px;z-index:290;background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-sm);padding:8px 12px;font-size:11px;color:var(--text2);box-shadow:var(--shadow);display:none;flex-direction:column;gap:3px;min-width:180px}#sync-status.show{display:flex}.sync-dot{width:8px;height:8px;border-radius:50%;display:inline-block;margin-right:5px}.sync-dot.green{background:#16a34a}.sync-dot.red{background:#dc2626}.sync-dot.amber{background:#d97706}#btn-sync-offline{display:none;align-items:center;gap:6px;background:#ffffff26;border:1.5px solid rgba(255,255,255,.3);color:#fff;padding:5px 12px;border-radius:20px;font-size:12px;font-weight:600;cursor:pointer;transition:all .2s;font-family:DM Sans,Montserrat,sans-serif;white-space:nowrap}#btn-sync-offline:hover{background:#ffffff47;border-color:#ffffff80}#btn-sync-offline.offline{background:#ffa50040;border-color:#ffa50099}#btn-sync-offline.syncing{opacity:.7;cursor:not-allowed}.sync-ico{font-size:14px;line-height:1}.sync-ico.spin{display:inline-block;animation:spinAnim .8s linear infinite}@keyframes spinAnim{to{transform:rotate(360deg)}}#sync-tooltip{position:fixed;top:66px;right:16px;z-index:400;background:var(--royal-d,#122d7a);color:#fff;padding:10px 14px;border-radius:10px;font-size:12px;box-shadow:0 4px 20px #00000040;display:none;flex-direction:column;gap:4px;min-width:220px;animation:fadeInDown .15s ease}#sync-tooltip.show{display:flex}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.stt-row{display:flex;justify-content:space-between;gap:10px}.stt-label{opacity:.75;font-size:11px}.stt-val{font-weight:600;font-size:11px}.stt-dot{width:7px;height:7px;border-radius:50%;display:inline-block;margin-right:4px;flex-shrink:0}.stt-dot.green{background:#4ade80}.stt-dot.red{background:#f87171}.stt-dot.amber{background:#fbbf24}.sb-all.active,.sb-cat-item.active{background:linear-gradient(90deg,var(--royal-faint2),var(--royal-faint));color:var(--royal);border-left-color:var(--royal-ll);box-shadow:inset 3px 0 0 var(--royal-ll)}@keyframes cardIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.prod-card{animation:cardIn .3s ease both}.prod-price{background:linear-gradient(135deg,var(--royal-d),var(--royal-l));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.search-wrap:focus-within{border-color:var(--royal-ll);box-shadow:var(--shadow),0 0 0 3px #4d7aff1a}.atab.active{background:linear-gradient(135deg,var(--royal) 0%,var(--royal-l) 100%);color:#fff}.acard{transition:box-shadow .2s}.acard:hover{box-shadow:var(--shadow-lg)}.cat-vista-badge{font-size:8px;font-weight:700;letter-spacing:.5px;padding:2px 6px;border-radius:10px;background:linear-gradient(135deg,var(--royal),var(--royal-l));color:#fff;margin-left:auto;flex-shrink:0}.site-footer{background:linear-gradient(135deg,var(--royal-d) 0%,#060d2e 100%);color:#fff;padding:32px 24px 16px;border-top:1px solid rgba(77,122,255,.2)}.modal-box{background:#fff;border-radius:20px;padding:28px;width:600px;max-width:96vw;max-height:92vh;overflow-y:auto;box-shadow:0 20px 60px #0000004d,0 0 0 1px #4d7aff1a;transform:translateY(16px);transition:transform .25s}#backToTop{position:fixed;bottom:30px;right:28px;z-index:800;width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,var(--royal),var(--royal-l));color:#fff;border:none;cursor:pointer;font-size:20px;box-shadow:0 4px 20px #1a3fa080;display:none;align-items:center;justify-content:center;transition:all .25s;border:1px solid rgba(77,122,255,.4)}#backToTop:hover{transform:translateY(-4px);box-shadow:0 8px 30px #1a3fa099}.admin-tbl thead{background:linear-gradient(90deg,var(--royal-faint) 0%,var(--royal-faint2) 100%)}.header-user{display:flex;align-items:center;gap:9px;background:#ffffff1f;padding:6px 14px;border-radius:99px;color:#fff;font-size:13px;border:1px solid rgba(255,255,255,.2);backdrop-filter:blur(5px)}.cat-hero-title{font-family:Montserrat,sans-serif;font-size:38px;font-weight:900;margin-bottom:10px;line-height:1.1;text-shadow:0 2px 10px rgba(0,0,0,.2)}.sb-brand{display:flex;align-items:center;gap:8px;padding:9px 16px;cursor:pointer;font-size:12px;font-weight:700;color:var(--text);text-transform:uppercase;letter-spacing:.5px;transition:all .15s;user-select:none;background:var(--gray1);border-top:1px solid var(--border)}.sb-brand:hover{background:var(--royal-faint);color:var(--royal)}.sb-brand.active-brand{color:var(--royal);background:var(--royal-faint)}.sb-cat-table-icon{font-size:9px;opacity:.6;margin-left:2px}.data-tbl thead{background:linear-gradient(90deg,var(--royal-d) 0%,var(--royal) 60%,var(--royal-l) 100%)}.uz:hover{border-color:var(--royal-ll);background:var(--royal-faint);box-shadow:0 0 0 3px #4d7aff14}.sb-head{background:linear-gradient(135deg,var(--royal-d) 0%,var(--royal) 60%,var(--royal-l) 100%);color:#fff;padding:16px 18px;font-family:Montserrat,sans-serif;font-weight:800;font-size:13px;letter-spacing:.5px;display:flex;align-items:center;gap:9px;flex-shrink:0;border-bottom:1px solid rgba(77,122,255,.3);text-shadow:0 1px 3px rgba(0,0,0,.2)}#toast{position:fixed;bottom:22px;left:50%;transform:translate(-50%) translateY(60px);z-index:9998;background:var(--royal-d);color:#fff;padding:12px 22px;border-radius:12px;font-size:13px;font-weight:600;box-shadow:0 8px 30px #0000004d;opacity:0;transition:all .3s cubic-bezier(.34,1.4,.64,1);pointer-events:none;display:flex;align-items:center;gap:10px;max-width:380px;white-space:nowrap;border:1px solid rgba(255,255,255,.15)}html.dark-mode{--off-white: #050a1f;--white: #0a1128;--text: #e0e6ed;--text2: #b0b9c8;--muted: #6b7a90;--gray1: #0f172a;--gray2: #1e293b;--royal: #3b82f6;--royal-d: #1e40af;--royal-l: #60a5fa;--border: rgba(59,130,246,.2);--border2: rgba(59,130,246,.3);--shadow: 0 4px 20px rgba(0,0,0,.6);--neon: #00f2ff;--neon2: #bc13fe}html.dark-mode body{background:var(--off-white);color:var(--text)}html.dark-mode .header{background:#0a1128d9;border-bottom:1px solid var(--neon);box-shadow:0 0 15px #00f2ff33}html.dark-mode .prod-card{background:#0f172a;border:1px solid var(--border);box-shadow:0 4px 12px #0000004d}html.dark-mode .prod-card:hover{border-color:var(--neon);box-shadow:0 0 15px #00f2ff26}html.dark-mode .sidebar{background:#0a1128;border-right:1px solid var(--border)}html.dark-mode .sb-brand{background:#1e293b;color:var(--neon)}html.dark-mode .sb-cat-item.active{background:#00f2ff1a;color:var(--neon);border-left:3px solid var(--neon)}html.dark-mode .acard,html.dark-mode .modal-box{background:#0a1128;border:1px solid var(--border2)}html.dark-mode .fi input,html.dark-mode .fi select,html.dark-mode .fi textarea{background:#0f172a;color:#fff;border-color:var(--border2)}html.dark-mode .admin-tabs{background:#0a1128;border-bottom:1px solid var(--border2)}html.dark-mode .atab.active{color:var(--neon);border-bottom:2px solid var(--neon)}html.dark-mode .data-tbl th{background:#1e293b;color:var(--neon)}html.dark-mode .data-tbl td{border-bottom:1px solid var(--border)}html.dark-mode .btn-royal{background:linear-gradient(135deg,#1e40af,#3b82f6);box-shadow:0 0 10px #3b82f64d}.theme-switch{margin-left:15px;cursor:pointer;font-size:22px;transition:transform .3s;user-select:none}.theme-switch:hover{transform:scale(1.2) rotate(15deg)}#rptChartContainer{background:#ffffff08;border-radius:16px;padding:20px;margin:20px 0;border:1px solid var(--border)}@keyframes pulseRed{0%{opacity:1}50%{opacity:.6}to{opacity:1}}.prod-card{border-width:1px;border-color:#0000000d}html.dark-mode .prod-card{border-color:#ffffff0d}.prod-name{height:34px;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}#view-admin,#view-reports{content-visibility:auto;contain-intrinsic-size:0 600px}.prod-card,.login-card,.modal-box{contain:layout style}html{scroll-behavior:smooth}html,body{overscroll-behavior-y:none;overscroll-behavior-x:none}#offline-progress-box{display:none;margin-top:8px;background:#ffffff1a;border:1px solid rgba(255,255,255,.25);border-radius:10px;overflow:hidden}#offline-progress-fill{height:8px;width:0%;background:linear-gradient(90deg,#00e5ff,#fff);transition:width .25s ease}#offline-progress-text{font-size:11px;line-height:1.35;padding:8px 10px;color:#ffffffeb}.offline-tip{font-size:10px;opacity:.72;line-height:1.4;margin-top:6px}@media(max-width:760px){#sync-tooltip{right:8px;left:8px;top:66px;min-width:auto}#btn-sync-offline{padding:5px 9px;font-size:11px}.header-inner{gap:8px}}.vendor-top-panel{display:none;margin-bottom:12px;gap:10px;flex-direction:column}.vendor-offline-status{display:none;border:1.5px solid var(--border2);border-radius:var(--radius-sm);padding:10px 12px;font-size:12px;font-weight:700;line-height:1.35;background:var(--royal-faint);color:var(--royal-d);box-shadow:var(--shadow)}.vendor-offline-status.offline{display:block;background:#fff7ed;border-color:#fed7aa;color:#9a3412}.vendor-offline-status.online-ready{display:block;background:#ecfdf5;border-color:#bbf7d0;color:#166534}.vendor-offline-status.needs-update{display:block;background:#eff6ff;border-color:#bfdbfe;color:#1d4ed8}.vendor-filter-bar{display:flex;gap:8px;align-items:center;flex-wrap:wrap;background:var(--white);border:1.5px solid var(--border);border-radius:var(--radius);padding:10px 12px;box-shadow:var(--shadow)}.vendor-filter-title{font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:1.2px;color:var(--muted);margin-right:2px}.vendor-filter-btn{border:1.5px solid var(--border2);background:var(--royal-faint);color:var(--royal);border-radius:999px;padding:7px 11px;font-family:DM Sans,sans-serif;font-size:11px;font-weight:800;cursor:pointer;transition:all .18s;white-space:nowrap}.vendor-filter-btn:hover{transform:translateY(-1px);box-shadow:0 3px 12px #1a3fa026}.vendor-filter-btn.active{background:linear-gradient(135deg,var(--royal),var(--royal-l));color:#fff;border-color:var(--royal);box-shadow:0 4px 16px #1a3fa040}.favorite-btn{position:absolute;right:8px;top:8px;z-index:3;width:30px;height:30px;border-radius:50%;border:1.5px solid rgba(255,255,255,.9);background:#ffffffeb;box-shadow:0 3px 12px #0000002e;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:16px;line-height:1;transition:transform .15s,background .15s}.favorite-btn:hover{transform:scale(1.08)}.favorite-btn.active{background:#fef3c7;border-color:#fbbf24;color:#92400e}.prod-card.favorite-card{border-color:#fbbf24;box-shadow:0 4px 18px #fbbf2433}.vendor-quick-meta{font-size:11px;color:var(--muted);margin-left:auto;font-weight:700}@media(max-width:760px){.vendor-filter-bar{padding:9px;gap:6px;overflow-x:auto;flex-wrap:nowrap;-webkit-overflow-scrolling:touch}.vendor-filter-title{display:none}.vendor-filter-btn{flex:0 0 auto;padding:8px 10px;font-size:11px}.vendor-quick-meta{display:none}.vendor-offline-status{font-size:11px;padding:9px 10px}.search-wrap{position:sticky;top:64px;z-index:80}}html.dark-mode .vendor-filter-bar{background:#0a1128;border-color:var(--border2)}html.dark-mode .vendor-offline-status{background:#0f172a;color:var(--text2)}#loginScreen{background:radial-gradient(circle at 20% 18%,rgba(0,229,255,.16),transparent 28%),linear-gradient(135deg,#06113d,#0d2260 44%,#1a3fa0)}.login-card{border:1px solid rgba(255,255,255,.35);box-shadow:0 28px 90px #030c2e85,0 0 0 1px #4d7aff2e}.login-logo-area img{background:#fff;box-shadow:0 10px 30px #1a3fa02e}.login-company{letter-spacing:.3px}.login-tagline{font-weight:600}.login-footer-txt{padding-top:10px;border-top:1px solid var(--border)}.pass-wrap{position:relative}.pass-wrap input{width:100%;padding-right:44px!important}.pass-eye{position:absolute;right:10px;top:50%;transform:translateY(-50%);background:var(--royal-faint);border:1px solid var(--border2);border-radius:8px;cursor:pointer;font-size:15px;line-height:1;color:var(--muted);width:32px;height:32px;display:flex;align-items:center;justify-content:center}.pass-eye:hover{background:var(--royal-faint2);color:var(--royal)}.admin-tools-row{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-bottom:14px}.admin-search-input{min-width:260px;flex:1;padding:11px 14px;border:1.5px solid var(--border2);border-radius:var(--radius-sm);font-family:DM Sans,sans-serif;font-size:13px;color:var(--text);background:#fff}.admin-search-input:focus{outline:none;border-color:var(--royal);box-shadow:0 0 0 3px #1a3fa014}.user-count-pill{font-size:11px;font-weight:800;color:var(--royal);background:var(--royal-faint);border:1px solid var(--border2);border-radius:99px;padding:7px 12px}.user-action-note{font-size:11px;color:var(--muted);margin-top:8px;line-height:1.5}.security-note{background:#fff7ed;border:1px solid #fed7aa;color:#9a3412;border-radius:12px;padding:11px 14px;font-size:12px;line-height:1.5;margin-bottom:14px}.rpt-complete-badge{display:inline-flex;align-items:center;gap:6px;font-size:11px;font-weight:800;color:var(--green);background:#dcfce7;border:1px solid #bbf7d0;border-radius:99px;padding:5px 10px;margin-left:8px}@media(max-width:700px){.admin-search-input{min-width:100%}.login-card{width:92vw;padding:34px 26px}.login-company{font-size:16px}}:root{--v3-blue-900:#061644;--v3-blue-800:#0b2465;--v3-blue-700:#12389a;--v3-blue-600:#1f52d2;--v3-cyan:#00d5ff;--v3-violet:#7857ff;--v3-card:#ffffff;--v3-soft:#f6f8ff;--v3-line:rgba(31,82,210,.18)}body{background:radial-gradient(circle at 4% 8%,rgba(31,82,210,.1) 0 18%,transparent 31%),radial-gradient(circle at 92% 0%,rgba(0,213,255,.1) 0 14%,transparent 32%),linear-gradient(180deg,#f5f8ff,#eef3ff 55%,#f7f9ff)}#loginScreen{background:radial-gradient(circle at 18% 18%,rgba(0,213,255,.24),transparent 24%),radial-gradient(circle at 82% 18%,rgba(120,87,255,.22),transparent 26%),linear-gradient(135deg,#030919,#061644 38%,#12389a 72%,#1f52d2)!important;overflow:hidden}#loginScreen:before{background:linear-gradient(115deg,rgba(255,255,255,.08) 0 1px,transparent 1px 70px),linear-gradient(25deg,rgba(0,213,255,.08) 0 1px,transparent 1px 92px)!important;opacity:.65;transform:rotate(-4deg) scale(1.12)}#loginScreen:after{content:"";position:absolute;inset:auto -15% -28% auto;width:55vw;height:55vw;border-radius:50%;background:radial-gradient(circle,rgba(0,213,255,.16),transparent 62%);filter:blur(8px);pointer-events:none}.login-card{width:480px!important;max-width:94vw!important;padding:0!important;overflow:hidden;background:#fffffff7!important;border:1px solid rgba(255,255,255,.55)!important;border-radius:30px!important;box-shadow:0 42px 110px #0000007a,0 0 0 1px #00d5ff26,inset 0 1px #ffffffb3!important}.login-card:before{content:"";display:block;height:11px;background:linear-gradient(90deg,var(--v3-cyan),var(--v3-blue-600),var(--v3-violet))}.login-logo-area{padding:34px 38px 20px!important;margin:0!important;background:radial-gradient(circle at 18% 10%,rgba(31,82,210,.12),transparent 30%),linear-gradient(180deg,#fff,#f4f7ff);border-bottom:1px solid rgba(31,82,210,.1)}.login-logo-area img{width:104px!important;height:104px!important;padding:8px!important;border-radius:28px!important;background:#fff!important;border:1px solid rgba(31,82,210,.18)!important;box-shadow:0 18px 45px #0d226038,0 0 0 7px #1f52d20d!important}.login-company{margin-top:14px;font-size:22px!important;letter-spacing:-.3px!important;color:#071845!important;text-shadow:none!important}.login-tagline{font-size:12px!important;color:#47618f!important;font-weight:800!important;letter-spacing:.4px!important;text-transform:uppercase}.login-system-pill{display:inline-flex;align-items:center;gap:7px;margin-top:12px;padding:7px 12px;border-radius:999px;background:linear-gradient(135deg,#eff6ff,#eef2ff);border:1px solid rgba(31,82,210,.15);color:#12389a;font-size:11px;font-weight:900;letter-spacing:.7px;text-transform:uppercase}#loginScreen .login-err{margin:18px 38px 0!important}#loginScreen .fld{margin:16px 38px 0!important}#loginScreen .fld label{font-size:10px!important;letter-spacing:1.7px!important;color:#38558d!important}#loginScreen .fld input{height:48px!important;border-radius:14px!important;border:1.5px solid rgba(31,82,210,.2)!important;background:#f8faff!important;box-shadow:inset 0 1px #ffffffe6!important}#loginScreen .fld input:focus{border-color:#1f52d2!important;box-shadow:0 0 0 4px #1f52d21f!important;background:#fff!important}#loginScreen .pass-eye,#loginScreen button[title*=Mostrar]{background:linear-gradient(135deg,#eff6ff,#e8efff)!important;border:1px solid rgba(31,82,210,.18)!important;width:34px!important;height:34px!important;border-radius:11px!important}#loginScreen .btn-royal{margin:24px 38px 0!important;width:calc(100% - 76px)!important;height:50px!important;border-radius:15px!important;background:linear-gradient(135deg,#0b2465,#1f52d2 58%,#00a9ff)!important;box-shadow:0 14px 35px #1f52d257!important;font-size:14px!important;letter-spacing:.2px!important}#loginScreen .btn-royal:hover{transform:translateY(-2px)!important;box-shadow:0 18px 44px #1f52d270!important}.login-benefits{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:18px 38px 0}.login-benefit{background:#f5f8ff;border:1px solid rgba(31,82,210,.12);border-radius:14px;padding:10px 7px;text-align:center;color:#12389a;font-size:10px;font-weight:900;letter-spacing:.4px;text-transform:uppercase}.login-benefit span{display:block;font-size:17px;margin-bottom:3px}.login-footer-txt{margin-top:22px!important;padding:16px 38px 24px!important;background:#f8faff!important;border-top:1px solid rgba(31,82,210,.1)!important;color:#6b7fae!important;font-weight:800!important}.header{background:linear-gradient(105deg,#071845,#12389a,#285dde)!important;box-shadow:0 12px 34px #07184538!important;border-bottom:1px solid rgba(255,255,255,.14)!important}.header:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:1px;background:linear-gradient(90deg,transparent,var(--v3-cyan),transparent);opacity:.75}.hlogo-img{border-radius:13px!important;padding:5px!important;box-shadow:0 8px 24px #00000038!important;border:1px solid rgba(255,255,255,.55)!important}.hlogo-main{font-size:16px!important;letter-spacing:.2px!important}.hlogo-sub{opacity:.82!important}.header-user{background:#ffffff26!important;border:1px solid rgba(255,255,255,.23)!important;box-shadow:inset 0 1px #ffffff1f!important}.subnav{background:#071845!important;border-bottom:1px solid rgba(0,213,255,.2)!important}.snav-btn.active{border-bottom-color:var(--v3-cyan)!important;background:linear-gradient(180deg,#00d5ff1f,#00d5ff0a)!important}.admin-wrap{max-width:1480px!important;padding-top:26px!important}.admin-strip{min-height:108px;border-radius:22px!important;padding:28px 32px!important;margin-bottom:22px!important;background:radial-gradient(circle at 88% 8%,rgba(0,213,255,.2),transparent 26%),linear-gradient(110deg,#071845,#12389a 48%,#285dde)!important;box-shadow:0 20px 55px #0718453d,inset 0 1px #ffffff29!important;border:1px solid rgba(255,255,255,.16)!important}.admin-strip:before{content:"";position:absolute;right:210px;top:-60px;width:220px;height:220px;border-radius:50%;background:#ffffff0e}.admin-strip:after{content:"";position:absolute;left:-80px;bottom:-90px;width:260px;height:260px;border-radius:50%;background:#00d5ff14}.admin-strip-sub{position:relative;z-index:1;color:#ffffffb8!important;font-weight:900!important;letter-spacing:2px!important}.admin-strip-title{position:relative;z-index:1;font-size:28px!important;letter-spacing:-.5px!important;text-shadow:0 8px 28px rgba(0,0,0,.24)!important}.admin-strip .btn-white{position:relative;z-index:1;border-radius:14px!important;padding:11px 18px!important;box-shadow:0 10px 24px #0000002e!important;font-weight:900!important}.admin-tabs{border-radius:18px!important;border:1px solid rgba(31,82,210,.14)!important;background:#ffffffdb!important;backdrop-filter:blur(10px);box-shadow:0 14px 34px #0d22601a!important;padding:7px!important;gap:6px!important}.atab{border-right:none!important;border-radius:12px!important;padding:12px 14px!important;color:#34528d!important;font-weight:800!important}.atab:hover{background:#eef4ff!important;color:#12389a!important}.atab.active{background:linear-gradient(135deg,#12389a,#1f52d2)!important;box-shadow:0 10px 22px #1f52d23b,inset 0 -2px 0 var(--v3-cyan)!important;color:#fff!important}.acard{border-radius:20px!important;border:1px solid rgba(31,82,210,.13)!important;background:#ffffffeb!important;box-shadow:0 15px 36px #0d22601a!important}.acard-title{font-size:18px!important;letter-spacing:-.2px!important}.sum-bar{border-radius:18px!important;background:#ffffffb8!important;backdrop-filter:blur(10px);border:1px solid rgba(31,82,210,.16)!important;box-shadow:0 12px 30px #0d226012!important}.stat-v{font-size:30px!important;text-shadow:0 4px 18px rgba(31,82,210,.1)}.rpt-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr))!important;gap:18px!important}.rpt-card{min-height:136px;border-radius:20px!important;padding:24px!important;position:relative;overflow:hidden;background:linear-gradient(180deg,#fff,#f8faff)!important;border:1px solid rgba(31,82,210,.13)!important;box-shadow:0 14px 34px #0d22601a!important}.rpt-card:after{content:"";position:absolute;right:-38px;top:-38px;width:92px;height:92px;border-radius:50%;background:#1f52d214}.rpt-card:hover{transform:translateY(-5px)!important;border-color:#1f52d259!important;box-shadow:0 22px 44px #0d226029!important}.rpt-icon{width:46px;height:46px;border-radius:15px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#eef4ff,#e7efff);box-shadow:inset 0 1px #ffffffd9;font-size:25px!important;margin-bottom:5px}.rpt-title{font-size:16px!important;color:#0b2f86!important}.rpt-desc{color:#536da4!important;font-weight:600!important}.table-wrap{border-radius:18px!important;border:1px solid rgba(31,82,210,.14)!important;box-shadow:0 12px 30px #0d226014!important}.admin-tbl th{background:#eef4ff!important;color:#12389a!important}.data-tbl thead{background:linear-gradient(90deg,#071845,#1f52d2)!important}.site-footer{position:relative;overflow:hidden;margin-top:30px!important;padding:36px 28px 18px!important;background:radial-gradient(circle at 92% 18%,rgba(0,213,255,.14),transparent 25%),linear-gradient(135deg,#061644,#071845 48%,#0b2465)!important;border-top:1px solid rgba(0,213,255,.22)!important;box-shadow:0 -12px 40px #0718451a!important}.site-footer:before{content:"";position:absolute;left:-110px;bottom:-130px;width:280px;height:280px;border-radius:50%;background:#1f52d238;filter:blur(2px)}.footer-inner{position:relative;z-index:1;display:grid!important;grid-template-columns:1.4fr auto!important;align-items:center!important;gap:28px!important}.footer-co{font-size:20px!important;letter-spacing:.2px!important;margin-bottom:14px!important}.footer-co:after{content:"Cat\e1logo interno de productos";display:block;margin-top:5px;font-family:DM Sans,sans-serif;font-size:11px;font-weight:800;letter-spacing:1.2px;text-transform:uppercase;color:#ffffff8c}.footer-items{display:grid!important;grid-template-columns:repeat(4,minmax(150px,auto))!important;gap:10px!important;align-items:stretch!important}.footer-item{background:#ffffff12;border:1px solid rgba(255,255,255,.1);border-radius:14px;padding:10px 12px;font-weight:700;color:#ffffffd1}.footer-item a{color:#ffffffe0!important}.footer-logo-wrap{background:#ffffff14;border:1px solid rgba(255,255,255,.13);border-radius:20px;padding:10px;box-shadow:0 16px 34px #0003}.footer-logo-wrap img{height:72px!important;border-radius:14px!important;padding:6px!important}.footer-div{position:relative;z-index:1;background:linear-gradient(90deg,transparent,rgba(0,213,255,.3),transparent)!important}.footer-legal{position:relative;z-index:1;color:#ffffff8f!important;font-weight:700!important}#backToTop{background:linear-gradient(135deg,#12389a,#1f52d2)!important;border:1px solid rgba(255,255,255,.2)!important;box-shadow:0 14px 30px #1f52d257!important}@media(max-width:900px){.admin-strip{min-height:94px!important;padding:24px!important}.admin-strip-title{font-size:22px!important}.admin-tabs{padding:6px!important;gap:4px!important}.atab{padding:10px 12px!important;font-size:11px!important}.footer-inner{grid-template-columns:1fr!important}.footer-items{grid-template-columns:1fr 1fr!important}.footer-logo-wrap{width:max-content}.login-benefits{grid-template-columns:1fr!important}.login-benefit{display:flex;align-items:center;justify-content:center;gap:8px}.login-benefit span{margin:0}}@media(max-width:900px){.header-inner{min-height:78px!important;padding-top:7px!important;padding-bottom:7px!important}.header-logo{display:flex!important;align-items:center!important;align-self:stretch!important;overflow:visible!important;cursor:default!important}.hlogo-img{width:184px!important;max-width:49vw!important;height:64px!important;object-fit:contain!important;object-position:left center!important;border:0!important;border-radius:0!important;padding:0!important;margin:0!important;background:transparent!important;box-shadow:none!important}.header:after{content:"";position:absolute;left:14px;right:14px;bottom:0;height:2px;border-radius:999px;background:linear-gradient(90deg,#102c86 0,#2a5bd7 54%,transparent 100%);opacity:.2}#view-catalog .page{padding-top:4px!important}.mobile-shop-summary{margin-bottom:12px!important}}@media(min-width:901px){html,body{background:#f5f7fb!important;color:#14234a}.header{position:sticky!important;top:0!important;z-index:1000!important;background:#fffffff7!important;border-bottom:1px solid #e3e9f4!important;box-shadow:0 6px 24px #0b276f0f!important;backdrop-filter:blur(16px)}.header-inner{max-width:1560px!important;min-height:82px!important;padding:9px 24px!important;gap:18px!important}.header-logo{min-width:245px!important;gap:12px!important;cursor:default!important}.hlogo-img{width:188px!important;height:62px!important;max-width:none!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;object-fit:contain!important}.hlogo-text{display:none!important}.hclock{margin-left:auto!important;text-align:right!important;color:#20366b!important}.hclock-time{font-size:17px!important;color:#0b276f!important}.hclock-date{color:#7483a5!important}.header-user{min-width:176px!important;max-width:230px!important;height:52px!important;padding:6px 10px!important;border:1px solid #dbe4f5!important;border-radius:16px!important;background:#f8faff!important;color:#122d72!important;box-shadow:none!important}.user-av{background:#e5edff!important;color:#153b9f!important}.user-role-badge{background:#e9f0ff!important;color:#1741a1!important;border:0!important}.btn-logout{background:#fff!important;color:#20417e!important;border:1px solid #dce5f5!important}.subnav{position:sticky!important;top:82px!important;z-index:900!important;background:#fff!important;border-bottom:1px solid #e4eaf5!important;box-shadow:0 5px 18px #0b276f0b!important}.subnav-inner-v6{max-width:1560px!important;padding:10px 24px!important;gap:8px!important}.subnav-v6 .snav-btn{height:42px!important;border-radius:12px!important;background:#fff!important;color:#314878!important;border:1px solid transparent!important;box-shadow:none!important}.subnav-v6 .snav-btn.active{background:#eef3ff!important;color:#0c3eb2!important;border-color:#d6e2ff!important}.subnav-v6-filter-shell{margin-left:auto!important;max-width:850px!important}.subnav-v6 .v6-filter-panel{padding:0!important;gap:8px!important}.subnav-v6 .v6-select-field{height:42px!important;min-width:150px!important;border-radius:12px!important;background:#fff!important;border:1px solid #dce5f3!important;box-shadow:none!important}.subnav-v6 .v6-select-field select{height:40px!important;color:#17346f!important}.subnav-v6 .v6-actions .vendor-filter-btn{height:42px!important;border-radius:12px!important;box-shadow:none!important}#view-catalog .page{max-width:1560px!important;padding:24px!important}.search-wrap{height:58px!important;margin-bottom:16px!important;border:1px solid #dce5f3!important;border-radius:16px!important;background:#fff!important;box-shadow:0 8px 22px #0b276f0e!important}.search-wrap input{font-size:14px!important}.catalog-stats-bar{gap:9px!important;margin-bottom:14px!important}.catalog-stat-pill{border-radius:13px!important;background:#fff!important;border:1px solid #dfe7f4!important;box-shadow:none!important}body.role-vendedor .mobile-shop-summary{display:grid!important;grid-template-columns:220px 250px!important;gap:10px!important;margin:0 0 16px!important}.mobile-summary-card{min-height:70px!important;border-radius:16px!important;background:#fff!important;border:1px solid #dfe7f4!important;box-shadow:0 7px 20px #0b276f0d!important}.mobile-summary-offers{background:#fffdf6!important;border-color:#f5dda3!important}.mobile-summary-offers .mobile-summary-icon,.mobile-summary-offers strong{color:#9a5a00!important}.mobile-summary-offers>b{color:#9a5a00!important}.mobile-offers-banner,.vendor-bottom-nav{display:none!important}#view-admin .admin-wrap{max-width:1560px!important;margin:0 auto!important;padding:22px 24px 40px!important;display:grid!important;grid-template-columns:236px minmax(0,1fr)!important;grid-template-areas:"strip strip" "tabs dash" "tabs panes"!important;gap:16px 20px!important;align-items:start!important}#view-admin .admin-strip{grid-area:strip!important;min-height:80px!important;margin:0!important;padding:16px 20px!important;border:1px solid #e0e7f3!important;border-radius:18px!important;background:#fff!important;color:#122b69!important;box-shadow:0 10px 28px #0b276f0e!important}#view-admin .admin-strip-sub{color:#7382a3!important}#view-admin .admin-strip-title{color:#102c75!important;font-size:23px!important}#view-admin .admin-strip .btn-white{background:#f2f6ff!important;color:#1641a4!important;border:1px solid #d9e5ff!important}#view-admin .admin-tabs{grid-area:tabs!important;position:sticky!important;top:154px!important;display:flex!important;flex-direction:column!important;align-items:stretch!important;gap:5px!important;padding:10px!important;max-height:calc(100vh - 174px)!important;overflow:auto!important;border-radius:18px!important;background:linear-gradient(180deg,#09296f,#0d3a9e)!important;box-shadow:0 18px 40px #09296f2e!important}#view-admin .atab{width:100%!important;min-height:43px!important;padding:9px 11px!important;border-radius:11px!important;text-align:left!important;justify-content:flex-start!important;color:#ffffffd1!important;background:transparent!important;border:1px solid transparent!important;font-size:11px!important;box-shadow:none!important}#view-admin .atab:hover{background:#ffffff14!important;color:#fff!important}#view-admin .atab.active{background:#fff!important;color:#0b3ba6!important;border-color:#fff!important}#view-admin #v6AdminDashboard{grid-area:dash!important;margin:0!important}#view-admin #adminPanesWrap{grid-area:panes!important;min-width:0!important}.apane.active>.acard,.acard{border:1px solid #e0e7f3!important;border-radius:18px!important;background:#fff!important;box-shadow:0 10px 26px #0b276f0e!important}.v74-admin-dashboard{gap:14px!important}.v74-admin-hero{grid-template-columns:1fr auto!important;min-height:136px!important;padding:21px 23px!important;border:1px solid #dfe6f2!important;border-radius:20px!important;background:#fff!important;color:#142c67!important;box-shadow:0 10px 28px #0b276f0f!important}.v74-admin-hero:after{display:none!important}.v74-admin-kicker{color:#5270af!important}.v74-admin-title{color:#0a2d7c!important;font-size:25px!important}.v74-admin-sub{color:#66799e!important}.v74-admin-hero-value{min-width:230px!important;padding:15px 18px!important;border-radius:16px!important;background:#f3f7ff!important;text-align:left!important}.v74-admin-hero-value .k,.v74-admin-hero-value .s{color:#6278a5!important}.v74-admin-hero-value .v{color:#0b3caa!important;font-size:28px!important}.v74-mini-btn{background:#f4f7ff!important;border-color:#dce6fb!important;color:#1743a3!important}.v74-admin-cards{grid-template-columns:repeat(6,minmax(120px,1fr))!important;gap:10px!important}.v74-admin-card{min-height:112px!important;padding:14px!important;border-radius:17px!important;background:#fff!important;border-color:#e1e8f3!important;box-shadow:0 8px 22px #0b276f0d!important}.v74-admin-card .ico{font-size:20px!important}.v74-admin-card .v{font-size:23px!important}.v74-admin-panels{gap:12px!important}.v74-admin-panel{border-radius:18px!important;border-color:#e1e8f3!important;box-shadow:0 8px 22px #0b276f0d!important}.v74-admin-panel h3{font-size:14px!important}.v74-bar-row{grid-template-columns:minmax(90px,130px) 1fr 72px!important}.v74-bar-track{height:9px!important;background:#edf1f8!important}.v74-bar-fill{background:linear-gradient(90deg,#174cc5,#2f7be5)!important}.v74-alert{background:#f8faff!important;border-color:#e2e9f5!important}.v114-chart-grid{grid-template-columns:1.12fr .88fr!important}.v114-donut-wrap{display:grid!important;grid-template-columns:180px 1fr!important;gap:22px!important;align-items:center!important;min-height:190px!important}.v114-donut{width:166px;height:166px;border-radius:50%;display:grid;place-items:center;background:conic-gradient(#2563d9 0 var(--ok),#f3b51b var(--ok) var(--low),#ef4444 var(--low) 100%);position:relative}.v114-donut:after{content:"";position:absolute;inset:28px;border-radius:50%;background:#fff}.v114-donut span{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;color:#173778}.v114-donut b{font-family:Montserrat,sans-serif;font-size:22px}.v114-donut small{font-size:10px;color:#7787a8}.v114-legend{display:grid;gap:12px}.v114-legend span{display:grid;grid-template-columns:10px 1fr auto;gap:8px;align-items:center;font-size:12px;color:#62759b}.v114-legend i{width:9px;height:9px;border-radius:50%}.v114-legend i.ok{background:#2563d9}.v114-legend i.low{background:#f3b51b}.v114-legend i.out{background:#ef4444}.v114-legend b{color:#173778}#view-reports .admin-wrap{max-width:1560px!important;padding:24px!important}#view-reports .admin-strip{border-radius:18px!important;background:#fff!important;color:#153275!important;border:1px solid #e0e7f3!important;box-shadow:0 10px 26px #0b276f0e!important}.rpt-grid{grid-template-columns:repeat(3,minmax(240px,1fr))!important}.rpt-card{border-radius:18px!important;border-color:#e1e8f3!important;box-shadow:0 8px 22px #0b276f0d!important}}@media(min-width:901px)and (max-width:1180px){#view-admin .admin-wrap{grid-template-columns:205px minmax(0,1fr)!important}.v74-admin-cards{grid-template-columns:repeat(3,1fr)!important}.v114-donut-wrap{grid-template-columns:140px 1fr!important}.v114-donut{width:132px;height:132px}.v74-admin-panels{grid-template-columns:1fr!important}}@media(min-width:901px){.subnav-v6 .v6-select-field{position:relative!important;background:#0b347f!important;border-color:#164cae!important;box-shadow:0 7px 18px #0a2d7529!important}.subnav-v6 .v6-select-field:before{background:#25d6ef!important;box-shadow:0 0 0 4px #25d6ef1f!important}.subnav-v6 .v6-select-field:after{content:"\2304";position:absolute;right:10px;top:50%;transform:translateY(-55%);color:#fff;font-size:13px;font-weight:900;pointer-events:none}.subnav-v6 .v6-select-field select{appearance:none!important;-webkit-appearance:none!important;width:100%!important;padding:0 24px 0 25px!important;color:#fff!important;-webkit-text-fill-color:#fff!important;background:transparent!important;font-size:12px!important;font-weight:900!important;text-overflow:ellipsis!important}.subnav-v6 .v6-actions .vendor-filter-btn{background:#133f91!important;border-color:#1d55b7!important;color:#fff!important;box-shadow:0 7px 18px #0a2d7524!important}.subnav-v6 .v6-actions .vendor-filter-btn:hover,.subnav-v6 .v6-actions .vendor-filter-btn.active{background:#071f68!important;border-color:#25d6ef!important}}@media(max-width:900px){.subnav{padding:10px 12px 13px!important}body:not(.role-vendedor) .subnav-inner-v6{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:7px!important}body:not(.role-vendedor) .subnav-inner-v6>.snav-btn{display:flex!important;min-width:0!important;width:100%!important;height:42px!important;padding:0 6px!important;align-items:center!important;justify-content:center!important;border:1px solid #dbe5f5!important;border-radius:12px!important;background:#f6f8fd!important;color:#24447f!important;font-size:9.5px!important;box-shadow:none!important;white-space:nowrap!important}body:not(.role-vendedor) .subnav-inner-v6>.snav-btn.active{background:#0a347f!important;color:#fff!important;border-color:#0a347f!important}body:not(.role-vendedor) .subnav-v6-filter-shell{grid-column:1/-1!important;margin-top:2px!important}#vendorFilterBar .v6-select-grid{grid-template-columns:repeat(3,minmax(0,1fr)) 46px!important;gap:6px!important}#vendorFilterBar .v6-select-field{position:relative!important;height:52px!important;padding:0!important;border:1px solid #164cae!important;border-radius:14px!important;background:#0b347f!important;box-shadow:0 8px 18px #0a2d752b!important;overflow:visible!important}#vendorFilterBar .v6-select-field:before{content:""!important;position:absolute!important;left:8px!important;top:50%!important;transform:translateY(-50%)!important;width:6px!important;height:6px!important;margin:0!important;border-radius:50%!important;background:#23d7ef!important;box-shadow:0 0 0 3px #23d7ef21!important}#vendorFilterBar .v6-select-field:after{content:"\2304";position:absolute;right:7px;top:50%;transform:translateY(-55%);color:#fff;font-size:12px;font-weight:900;pointer-events:none}html body #vendorFilterBar .v6-select-field select{appearance:none!important;-webkit-appearance:none!important;display:block!important;width:100%!important;height:100%!important;padding:0 18px 0 17px!important;color:#fff!important;-webkit-text-fill-color:#fff!important;background:transparent!important;font-size:10.5px!important;font-weight:900!important;text-align:center!important;text-align-last:center!important;white-space:nowrap!important;text-overflow:clip!important}#vendorFilterBar .v6-select-field span{display:none!important}html body #vendorFilterBar .mobile-filter-settings{height:52px!important;border:1px solid #164cae!important;border-radius:14px!important;background:#0b347f!important;color:#fff!important;box-shadow:0 8px 18px #0a2d752b!important;font-size:21px!important}.vendor-filter-bar.mobile-actions-open .vendor-filter-actions{display:grid!important}.vendor-filter-actions .vendor-filter-btn{background:#102f75!important;border:1px solid #1d4b9f!important;color:#fff!important;box-shadow:none!important}.vendor-filter-actions .vendor-filter-btn.active{background:#061d5e!important;border-color:#24d6ef!important}body:not(.role-vendedor) .header-user{max-width:155px!important}.header-user #userRoleBadge{display:inline-flex!important;max-width:74px!important;padding:3px 6px!important;font-size:7px!important;line-height:1!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;background:#e7efff!important;color:#123c99!important}#view-admin .admin-wrap,#view-reports .admin-wrap{width:100%!important;max-width:none!important;margin:0!important;padding:10px 10px 100px!important;display:block!important}#view-admin .admin-strip,#view-reports .admin-strip{min-height:72px!important;margin:0 0 10px!important;padding:13px 14px!important;border:1px solid #dfe7f4!important;border-radius:16px!important;background:#fff!important;color:#123275!important;box-shadow:0 7px 20px #0a2d750f!important}#view-admin .admin-strip-sub,#view-reports .admin-strip-sub{color:#7383a6!important}#view-admin .admin-strip-title,#view-reports .admin-strip-title{color:#0b327e!important;font-size:17px!important;line-height:1.1!important}#view-admin .admin-strip .btn-white{background:#edf3ff!important;color:#123e9d!important;border:1px solid #d6e3ff!important}#view-admin .admin-tabs{position:sticky!important;top:78px!important;z-index:70!important;display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;gap:6px!important;margin:0 0 10px!important;padding:7px!important;overflow-x:auto!important;overscroll-behavior-inline:contain!important;border:1px solid #173e8d!important;border-radius:15px!important;background:#092b70!important;box-shadow:0 9px 24px #0a2d752e!important}.admin-tabs::-webkit-scrollbar{height:0!important}#view-admin .atab{flex:0 0 auto!important;min-width:112px!important;min-height:39px!important;padding:7px 9px!important;border:1px solid transparent!important;border-radius:10px!important;background:transparent!important;color:#ffffffd1!important;font-size:9.5px!important;text-align:center!important;box-shadow:none!important}#view-admin .atab.active{background:#fff!important;color:#0b389d!important;border-color:#fff!important}#view-admin #v6AdminDashboard{margin:0 0 12px!important}.v74-admin-dashboard{gap:10px!important}.v74-admin-hero{display:grid!important;grid-template-columns:1fr!important;gap:11px!important;min-height:0!important;padding:15px!important;border:1px solid #dfe7f4!important;border-radius:17px!important;background:#fff!important;color:#142f70!important;box-shadow:0 7px 20px #0a2d750f!important}.v74-admin-hero:after{display:none!important}.v74-admin-kicker{color:#5772aa!important;font-size:9px!important}.v74-admin-title{color:#0b327e!important;font-size:19px!important}.v74-admin-sub{color:#687a9e!important;font-size:11px!important}.v74-admin-actions{gap:5px!important}.v74-mini-btn{padding:7px 9px!important;background:#eef4ff!important;border-color:#d7e4ff!important;color:#123e9d!important;font-size:9px!important}.v74-admin-hero-value{justify-self:stretch!important;min-width:0!important;padding:11px 12px!important;border-radius:13px!important;background:#f2f6ff!important;text-align:left!important}.v74-admin-hero-value .k,.v74-admin-hero-value .s{color:#687ca6!important}.v74-admin-hero-value .v{color:#0b3ba5!important;font-size:22px!important}.v74-admin-cards{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}.v74-admin-card{min-height:104px!important;padding:12px!important;border-radius:15px!important;background:#fff!important;border-color:#e0e7f3!important;box-shadow:0 6px 18px #0a2d750d!important}.v74-admin-card .v{font-size:21px!important}.v74-admin-panels,.v114-chart-grid{grid-template-columns:1fr!important;gap:9px!important}.v74-admin-panel{padding:13px!important;border-radius:16px!important;box-shadow:0 6px 18px #0a2d750d!important}.v74-bar-row{grid-template-columns:88px minmax(0,1fr) 58px!important;gap:7px!important}.v74-bar-label,.v74-bar-value{font-size:10px!important}.v114-donut-wrap{grid-template-columns:128px minmax(0,1fr)!important;gap:14px!important;min-height:145px!important}.v114-donut{width:124px!important;height:124px!important}.v114-donut:after{inset:22px!important}.v114-donut b{font-size:18px!important}.v114-legend span{font-size:10px!important}#view-admin #adminPanesWrap{min-width:0!important}.apane.active>.acard,.acard{padding:14px!important;border-radius:16px!important}.acard-title{font-size:14px!important}.fgrid{grid-template-columns:1fr!important}.table-wrap{max-width:100%!important;overflow:auto!important}.admin-tbl{min-width:680px!important}#view-reports .rpt-grid{grid-template-columns:1fr!important;gap:9px!important}.rpt-card{border-radius:16px!important}.sum-bar{gap:7px!important;overflow-x:auto!important;flex-wrap:nowrap!important}.sum-pill{flex:0 0 auto!important}}@media(max-width:380px){#vendorFilterBar .v6-select-grid{grid-template-columns:repeat(3,minmax(0,1fr)) 42px!important;gap:5px!important}html body #vendorFilterBar .v6-select-field select{padding-left:14px!important;padding-right:14px!important;font-size:9.5px!important}#vendorFilterBar .v6-select-field:before{left:6px!important;width:5px!important;height:5px!important}#vendorFilterBar .v6-select-field:after{right:5px!important;font-size:10px!important}}@media(max-width:560px){.login-card{border-radius:24px!important}.login-logo-area{padding:28px 24px 18px!important}#loginScreen .fld,#loginScreen .login-err{margin-left:24px!important;margin-right:24px!important}#loginScreen .btn-royal{margin-left:24px!important;margin-right:24px!important;width:calc(100% - 48px)!important}.login-benefits{margin-left:24px!important;margin-right:24px!important}.login-footer-txt{padding-left:24px!important;padding-right:24px!important}.footer-items{grid-template-columns:1fr!important}.admin-strip{border-radius:18px!important}.admin-strip-title{font-size:20px!important}.rpt-grid{grid-template-columns:1fr!important}}html.dark-mode body{background:#050a1f!important}html.dark-mode .admin-tabs,html.dark-mode .acard,html.dark-mode .rpt-card{background:#0a1128!important;border-color:#3b82f63d!important}html.dark-mode .rpt-title{color:#93c5fd!important}html.dark-mode .rpt-desc{color:#b0b9c8!important}.v4-panel{background:linear-gradient(135deg,#fff,#f5f8ff);border:1.5px solid rgba(31,82,210,.14);border-radius:20px;padding:16px;margin:0 0 18px;box-shadow:0 12px 30px #0d226014}.v4-panel-head{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-bottom:12px}.v4-panel-title{font-family:Montserrat,sans-serif;font-weight:900;color:#0b2f86;font-size:15px}.v4-panel-sub{font-size:11px;color:#5b6f9e;font-weight:700;margin-top:3px}.v4-tools{display:flex;gap:9px;flex-wrap:wrap;align-items:center}.v4-filter-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(165px,1fr));gap:10px;margin-top:8px}.v4-field label{display:block;font-size:10px;font-weight:900;color:#45619a;text-transform:uppercase;letter-spacing:.7px;margin-bottom:5px}.v4-field select,.v4-field input{width:100%;border:1.5px solid rgba(31,82,210,.16);border-radius:13px;padding:10px 12px;font-family:DM Sans,sans-serif;font-size:13px;background:#fff;color:#16264a}.v4-field select:focus,.v4-field input:focus{outline:none;border-color:#1f52d2;box-shadow:0 0 0 3px #1f52d214}.v4-warning{margin-top:10px;border:1px solid #fed7aa;background:#fff7ed;color:#9a3412;border-radius:14px;padding:11px 13px;font-size:12px;font-weight:700;line-height:1.45}.v4-ok{margin-top:10px;border:1px solid #bbf7d0;background:#f0fdf4;color:#166534;border-radius:14px;padding:10px 13px;font-size:12px;font-weight:800}.v4-history{font-size:12px;color:#526991;line-height:1.6}.v4-history strong{color:#0b2f86}.v4-version-pill{display:inline-flex;align-items:center;gap:6px;margin-left:8px;padding:4px 9px;border-radius:99px;background:#00d5ff1f;border:1px solid rgba(0,213,255,.25);color:#ffffffd1;font-size:10px;font-weight:900;letter-spacing:.4px}.v4-report-actions{display:flex;gap:9px;flex-wrap:wrap}.v4-danger-chip{display:inline-flex;align-items:center;gap:5px;border-radius:999px;padding:5px 9px;background:#fff7ed;color:#9a3412;border:1px solid #fed7aa;font-size:11px;font-weight:900;margin:3px 4px 0 0}.v4-free-note{font-size:11px;color:#5b6f9e;font-weight:700;margin-top:8px}@media(max-width:768px){.v4-panel{padding:13px;border-radius:16px}.v4-panel-head{align-items:flex-start}.v4-tools,.v4-report-actions{width:100%}.v4-tools .btn,.v4-report-actions .btn{flex:1;min-width:135px}.v4-filter-grid{grid-template-columns:1fr}}html.dark-mode .v4-panel{background:linear-gradient(135deg,#0a1128,#111c3f);border-color:#3b82f63d}html.dark-mode .v4-panel-title{color:#93c5fd}html.dark-mode .v4-panel-sub,html.dark-mode .v4-free-note{color:#b0b9c8}html.dark-mode .v4-field label{color:#93c5fd}html.dark-mode .v4-field select,html.dark-mode .v4-field input{background:#080e22;color:#dbeafe;border-color:#3b82f640}html.dark-mode .v4-history{color:#cbd5e1}html.dark-mode .v4-history strong{color:#93c5fd}:root{--app-card:#ffffff;--app-card-border:rgba(17,58,155,.1);--app-card-shadow:0 18px 40px rgba(10,38,107,.1);--app-soft:#eef4ff;--app-soft-2:#f7faff}.products-area{display:flex;flex-direction:column;gap:14px}#vendorTopPanel{gap:12px}.vendor-top-panel{display:flex;flex-direction:column}.vendor-offline-status{border-radius:18px!important;border:1px solid rgba(31,82,210,.1)!important;background:linear-gradient(135deg,#fff,#f7fbff)!important;box-shadow:0 12px 28px #091f600f!important;padding:12px 16px!important;font-weight:800!important}.vendor-filter-bar{background:linear-gradient(140deg,#0c2d85,#1a49bf 60%,#2f69ea)!important;border-radius:26px!important;border:1px solid rgba(255,255,255,.16)!important;box-shadow:0 24px 50px #0d22602e!important;padding:18px!important;display:grid!important;grid-template-columns:1fr auto!important;gap:14px 18px!important;align-items:center!important}.vendor-filter-copy{display:flex;flex-direction:column;gap:4px}.vendor-filter-kicker{font-size:11px;font-weight:900;letter-spacing:1.3px;text-transform:uppercase;color:#ffffff9e}.vendor-filter-title{font-family:Montserrat,sans-serif!important;font-size:24px!important;line-height:1.1;color:#fff!important;font-weight:900!important;margin:0!important}.vendor-filter-actions{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}.vendor-filter-btn{padding:10px 14px!important;border-radius:999px!important;border:1px solid rgba(255,255,255,.18)!important;background:#ffffff1a!important;color:#ffffffeb!important;font-weight:800!important;letter-spacing:.2px;box-shadow:none!important}.vendor-filter-btn.active{background:#fff!important;color:#0c2d85!important;border-color:#fff!important;box-shadow:0 10px 24px #0000001f!important}.vendor-filter-btn.offer:not(.active){background:#ffc10721!important;border-color:#ffd16657!important}.vendor-quick-meta{grid-column:1/-1;justify-self:flex-start;display:inline-flex;align-items:center;gap:8px;background:#ffffff1c;border:1px solid rgba(255,255,255,.16);color:#ffffffdb;border-radius:999px;padding:8px 12px;font-size:12px;font-weight:800}.search-wrap{background:linear-gradient(135deg,#fff,#f8fbff)!important;border:1.5px solid rgba(31,82,210,.12)!important;border-radius:24px!important;padding:12px 14px 12px 16px!important;box-shadow:0 16px 32px #0d226014!important;gap:12px!important;margin-bottom:0!important}.search-icon{width:42px;height:42px;border-radius:50%;background:#eef4ff;display:flex;align-items:center;justify-content:center;color:#244dae!important;font-size:18px!important;flex-shrink:0}.search-wrap input{font-size:15px!important;font-weight:700;color:#16264a!important}.search-wrap input::placeholder{color:#7a8db8!important}.search-clear-btn{border:none;background:#eef4ff;color:#2248a8;border-radius:14px;padding:10px 14px;font-family:DM Sans,sans-serif;font-weight:800;cursor:pointer;flex-shrink:0}.search-clear-btn:hover{background:#dfeafd}.catalog-stats-bar{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;padding:2px 2px 4px}.catalog-stat-pill{display:inline-flex;align-items:center;gap:8px;background:#fff;border:1px solid rgba(31,82,210,.12);box-shadow:0 10px 20px #0d22600d;color:#153b93;border-radius:999px;padding:10px 14px;font-size:12px;font-weight:800}.catalog-stat-pill strong{font-family:Montserrat,sans-serif;font-size:14px;color:#0b2f86}.prod-grid{display:grid!important;grid-template-columns:repeat(auto-fill,minmax(255px,1fr))!important;gap:18px!important}.prod-card{background:linear-gradient(180deg,#fff,#fbfdff)!important;border:1px solid var(--app-card-border)!important;border-radius:28px!important;box-shadow:var(--app-card-shadow)!important;overflow:hidden!important}.prod-card:hover{transform:translateY(-5px)!important;box-shadow:0 24px 50px #0a266b26!important;border-color:#1f52d238!important}.prod-card.favorite-card{border-color:#fbbf248c!important;box-shadow:0 24px 50px #fbbf2426!important}.prod-img-wrap{height:196px!important;background:radial-gradient(circle at top right,rgba(17,93,255,.1),transparent 24%),linear-gradient(180deg,#fff,#f3f8ff)!important;display:flex;align-items:center;justify-content:center;padding:20px!important}.prod-img-wrap img{object-fit:contain!important;max-width:100%;max-height:100%}.prod-emoji-ph{height:100%!important;font-size:76px!important;background:transparent!important}.favorite-btn{right:14px!important;top:14px!important;width:38px!important;height:38px!important;font-size:20px!important;border:1.5px solid rgba(17,58,155,.1)!important;background:#fffffff5!important;color:#8090b8!important}.favorite-btn.active{background:#fff8dc!important;color:#cc8b00!important;border-color:#f6d36a!important}.prod-code-badge,.prod-offer-badge{position:absolute;left:14px;display:inline-flex;align-items:center;gap:6px;border-radius:999px;font-size:11px;font-weight:800;box-shadow:0 8px 20px #0c2d8524}.prod-code-badge{top:14px;background:#fffffff0;border:1px solid rgba(31,82,210,.12);color:#5570a8;padding:7px 10px}.prod-offer-badge{top:50px;background:linear-gradient(135deg,#fff0b6,#ffd665);color:#8a4d00;border:1px solid rgba(255,209,102,.8);padding:7px 11px}.prod-body{padding:0 18px 18px!important;gap:10px!important}.prod-meta-row{display:flex;gap:8px;flex-wrap:wrap;margin-top:2px}.prod-brand-chip,.prod-chip,.prod-mini-chip{display:inline-flex;align-items:center;gap:5px;padding:7px 10px!important;border-radius:999px!important;font-size:12px!important;font-weight:700!important;text-transform:none!important;letter-spacing:0!important;border:1px solid rgba(31,82,210,.1)!important}.prod-brand-chip{background:#eef4ff!important;color:#2045a7!important}.prod-chip{background:#f5f8ff!important;color:#5f76a5!important}.prod-mini-chip{background:#fff7ed;color:#b45309;border-color:#fed7aa!important}.prod-name{font-size:24px!important;line-height:1.12!important;letter-spacing:-.5px;color:#11264f!important;margin-top:2px}.prod-desc{font-size:12px!important;color:#6a7ca5!important;line-height:1.55!important;min-height:38px}.prod-bottom{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;margin-top:auto}.prod-price-wrap{display:flex;flex-direction:column;gap:4px}.prod-price{font-size:18px!important;line-height:1.1;margin:0!important;padding:0!important;background:none!important;-webkit-text-fill-color:initial!important;color:#0d3fb8!important}.prod-price-note{font-size:11px;color:#6c80a8;font-weight:800;text-transform:uppercase;letter-spacing:.8px}.prod-action-btn{width:52px;height:52px;border-radius:50%;border:none;background:linear-gradient(135deg,#11389d,#2053d5);box-shadow:0 14px 28px #113a9d38;color:#fff;font-size:26px;cursor:pointer;flex-shrink:0}.prod-action-btn:hover{transform:translateY(-1px)}.prod-status-row{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap}.prod-stock-chip{display:inline-flex;align-items:center;gap:7px;padding:8px 12px;border-radius:999px;font-size:12px;font-weight:800;border:1px solid transparent}.prod-stock-chip.good{background:#effdf5;border-color:#bbf7d0;color:#15803d}.prod-stock-chip.low{background:#fff7ed;border-color:#fed7aa;color:#c2410c}.prod-stock-chip.out{background:#fef2f2;border-color:#fecaca;color:#dc2626}.prod-stock-chip.inactive{background:#f4f4f5;border-color:#e4e4e7;color:#52525b}.prod-extra-info{font-size:11px;font-weight:800;color:#7a8db8}.empty{background:#fff;border-radius:26px;border:1px dashed rgba(31,82,210,.24);box-shadow:0 16px 30px #0d22600f}.site-footer{margin-top:42px!important}html.dark-mode .vendor-offline-status{background:linear-gradient(135deg,#0b1228,#101b3a)!important;border-color:#3b82f63d!important;color:#dbeafe!important}html.dark-mode .vendor-filter-bar{background:linear-gradient(140deg,#06133a,#0a2471,#163a96)!important}html.dark-mode .vendor-filter-kicker{color:#ffffff8f}html.dark-mode .vendor-filter-btn{background:#ffffff14!important;color:#dbeafe!important;border-color:#ffffff1f!important}html.dark-mode .vendor-filter-btn.active{background:#fff!important;color:#0d2b74!important}html.dark-mode .search-wrap,html.dark-mode .catalog-stat-pill,html.dark-mode .prod-card{background:linear-gradient(180deg,#0b1228,#101a39)!important;border-color:#3b82f629!important}html.dark-mode .search-icon{background:#0f213f;color:#93c5fd!important}html.dark-mode .search-wrap input{color:#e5efff!important}html.dark-mode .search-wrap input::placeholder{color:#8ea5d4!important}html.dark-mode .search-clear-btn{background:#112142;color:#cfe0ff}html.dark-mode .catalog-stat-pill{color:#cfe0ff}html.dark-mode .catalog-stat-pill strong{color:#93c5fd}html.dark-mode .prod-img-wrap{background:radial-gradient(circle at top right,rgba(0,213,255,.1),transparent 24%),linear-gradient(180deg,#0c1633,#0f213f)!important}html.dark-mode .prod-code-badge{background:#080e22eb;color:#cbd5e1;border-color:#3b82f638}html.dark-mode .prod-body .prod-name{color:#e5efff!important}html.dark-mode .prod-desc,html.dark-mode .prod-extra-info,html.dark-mode .prod-price-note{color:#a9b8d4!important}html.dark-mode .prod-brand-chip{background:#0f2348!important;color:#cfe0ff!important}html.dark-mode .prod-chip{background:#0d1e3a!important;color:#9ab0db!important}html.dark-mode .favorite-btn{background:#080e22f5!important;border-color:#3b82f624!important;color:#cbd5e1!important}html.dark-mode .empty{background:#0b1228;border-color:#3b82f647;color:#cbd5e1}@media(max-width:1180px){.vendor-filter-bar{grid-template-columns:1fr!important}.vendor-filter-actions{justify-content:flex-start}}@media(max-width:900px){.prod-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr))!important}.vendor-filter-title{font-size:20px!important}}@media(max-width:640px){.products-area{gap:12px}.search-wrap{padding:10px 12px!important;border-radius:20px!important}.search-clear-btn{padding:9px 12px;font-size:12px}.catalog-stats-bar{padding-top:0}.prod-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:14px!important}.prod-img-wrap{height:168px!important;padding:14px!important}.prod-body{padding:0 14px 15px!important}.prod-name{font-size:16px!important}.prod-brand-chip,.prod-chip,.prod-mini-chip{font-size:11px!important;padding:6px 9px!important}.prod-price{font-size:18px!important}.prod-action-btn{width:46px;height:46px;font-size:22px}.vendor-filter-bar{padding:16px!important;border-radius:22px!important}.vendor-filter-title{font-size:18px!important}}@media(max-width:440px){.prod-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.prod-code-badge,.prod-offer-badge{font-size:10px}.prod-code-badge{top:10px;left:10px;padding:6px 8px}.prod-offer-badge{top:42px;left:10px;padding:6px 8px}.favorite-btn{top:10px!important;right:10px!important;width:34px!important;height:34px!important;font-size:18px!important}.prod-img-wrap{height:150px!important}.prod-name{font-size:15px!important}.prod-desc{min-height:auto;-webkit-line-clamp:2}.vendor-filter-actions{gap:8px}.vendor-filter-btn{padding:9px 12px!important;font-size:12px!important}.search-wrap{flex-wrap:wrap}.search-wrap input{width:100%}.search-clear-btn{margin-left:auto}}.cat-layout-no-sidebar{display:block!important}.cat-layout-no-sidebar .sidebar{display:none!important}.products-area-full{width:100%!important;max-width:100%!important}.v6-filter-panel{grid-template-columns:1fr!important;padding:18px!important}.v6-select-grid{display:grid;grid-template-columns:repeat(3,minmax(180px,1fr));gap:12px;width:100%}.v6-select-field{display:flex;flex-direction:column;gap:6px;background:#ffffff1a;border:1px solid rgba(255,255,255,.16);border-radius:18px;padding:10px 12px}.v6-select-field span{font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:1px;color:#ffffffad}.v6-select-field select{width:100%;border:none;background:#fff;color:#0d2d78;border-radius:13px;padding:11px 12px;font-family:DM Sans,sans-serif;font-size:13px;font-weight:900;outline:none;box-shadow:0 8px 18px #0000001a}.v6-actions{justify-content:flex-start!important}.vendor-filter-btn.clean{background:#ffffff0a!important;color:#fffc!important}.catalog-old-alert{border-radius:17px;padding:13px 16px;border:1px solid #fed7aa;background:#fff7ed;color:#9a3412;font-size:13px;font-weight:900;box-shadow:0 12px 24px #9a341214}.prod-grid{grid-template-columns:repeat(auto-fill,minmax(265px,1fr))!important;align-items:stretch}.prod-card{min-height:0!important}.prod-img-wrap{height:172px!important}.prod-body{min-height:245px!important;display:flex!important;flex-direction:column!important}.prod-name{font-size:18px!important;line-height:1.22!important;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;min-height:66px;margin-top:0!important}.prod-desc{min-height:36px!important;-webkit-line-clamp:2!important}.prod-price{font-size:24px!important;font-weight:900!important;color:#0c43ba!important}.prod-action-btn{width:auto!important;height:auto!important;border-radius:14px!important;padding:11px 14px!important;font-size:12px!important;font-weight:900!important;font-family:DM Sans,sans-serif!important;letter-spacing:.2px}.prod-action-btn:after{content:" Detalle";font-size:12px}.prod-bottom{align-items:center!important}.prod-status-row{margin-top:4px}.prod-code-badge,.prod-offer-badge{font-size:10px!important}.catalog-stat-pill.v6-offer{background:linear-gradient(135deg,#fff7d6,#fff);border-color:#fde68a;color:#92400e}.offers-hero{grid-column:1/-1;background:linear-gradient(135deg,#071845,#1f52d2 55%,#ffb703);border-radius:26px;color:#fff;padding:24px;box-shadow:0 22px 46px #0d226033;position:relative;overflow:hidden}.offers-hero:after{content:"";position:absolute;right:-50px;top:-70px;width:210px;height:210px;border-radius:50%;background:#ffffff24}.offers-hero h2{font-family:Montserrat,sans-serif;font-size:28px;margin:0 0 6px}.offers-hero p{margin:0;color:#ffffffd1;font-weight:700}.offers-hero .mini{margin-top:14px;display:inline-flex;background:#ffffff24;border:1px solid rgba(255,255,255,.2);border-radius:999px;padding:8px 12px;font-size:12px;font-weight:900}.v6-admin-dashboard{display:grid;grid-template-columns:repeat(auto-fit,minmax(165px,1fr));gap:12px;margin:0 0 18px}.v6-admin-card{background:linear-gradient(180deg,#fff,#f8fbff);border:1px solid rgba(31,82,210,.12);border-radius:20px;padding:16px;box-shadow:0 12px 26px #0d226014}.v6-admin-card .k{font-size:11px;text-transform:uppercase;letter-spacing:.8px;font-weight:900;color:#647aa8}.v6-admin-card .v{font-family:Montserrat,sans-serif;font-size:26px;font-weight:900;color:#0b2f86;margin-top:5px}.v6-admin-card .s{font-size:11px;color:#667da8;font-weight:700;margin-top:4px}html.dark-mode .v6-select-field{background:#ffffff12;border-color:#ffffff1a}html.dark-mode .v6-select-field select{background:#0b1733;color:#dbeafe}html.dark-mode .catalog-old-alert{background:#422006;color:#fed7aa;border-color:#92400e}html.dark-mode .v6-admin-card{background:linear-gradient(180deg,#0b1228,#101a39);border-color:#3b82f62e}html.dark-mode .v6-admin-card .v{color:#93c5fd}html.dark-mode .v6-admin-card .k,html.dark-mode .v6-admin-card .s{color:#b6c4df}@media(max-width:900px){.v6-select-grid{grid-template-columns:1fr 1fr}.prod-grid{grid-template-columns:repeat(auto-fill,minmax(230px,1fr))!important}.prod-name{font-size:17px!important}}@media(max-width:560px){.v6-select-grid{grid-template-columns:1fr}.prod-grid{grid-template-columns:1fr!important}.prod-img-wrap{height:178px!important}.prod-body{min-height:0!important}.prod-name{font-size:18px!important;min-height:auto}.vendor-filter-title{font-size:21px!important}.offers-hero h2{font-size:22px}}.v6-filter-panel{background:transparent!important;border:none!important;box-shadow:none!important;padding:0!important;display:flex!important;flex-direction:column!important;gap:10px!important;align-items:stretch!important}.v6-filter-panel .vendor-filter-copy{display:none!important}.v6-select-grid{display:flex!important;grid-template-columns:none!important;gap:10px!important;overflow-x:auto!important;-webkit-overflow-scrolling:touch!important;scrollbar-width:none!important;padding:2px 2px 4px!important;width:100%!important}.v6-select-grid::-webkit-scrollbar{display:none!important}.v6-select-field{flex:0 0 auto!important;min-width:145px!important;height:48px!important;display:flex!important;align-items:center!important;justify-content:center!important;flex-direction:row!important;gap:6px!important;background:#fff!important;border:1.5px solid rgba(31,82,210,.12)!important;border-radius:999px!important;padding:0 10px!important;box-shadow:0 8px 22px #0d226012!important}.v6-select-field span{display:none!important}.v6-select-field select{height:42px!important;width:100%!important;min-width:0!important;border:none!important;background:transparent!important;color:#12389a!important;border-radius:999px!important;padding:0 24px 0 10px!important;font-size:13px!important;font-weight:800!important;box-shadow:none!important;outline:none!important}.v6-actions{display:flex!important;flex-wrap:nowrap!important;gap:10px!important;overflow-x:auto!important;-webkit-overflow-scrolling:touch!important;scrollbar-width:none!important;justify-content:flex-start!important;padding:0 2px 4px!important}.v6-actions::-webkit-scrollbar{display:none!important}.v6-actions .vendor-filter-btn{flex:0 0 auto!important;height:44px!important;padding:0 16px!important;border-radius:999px!important;background:#fff!important;color:#12389a!important;border:1.5px solid rgba(31,82,210,.13)!important;box-shadow:0 8px 22px #0d226012!important;font-size:13px!important}.v6-actions .vendor-filter-btn.active,.v6-actions .vendor-filter-btn.offer.active{background:linear-gradient(135deg,#12389a,#1f52d2)!important;color:#fff!important;border-color:transparent!important}.v6-actions .vendor-filter-btn.offer:not(.active){background:#fff8df!important;color:#8a4d00!important;border-color:#fde68a!important}.v6-actions .vendor-filter-btn.clean{background:#f7faff!important;color:#526991!important}.v6-filter-panel .vendor-quick-meta{display:inline-flex!important;align-self:flex-start!important;background:#fff!important;color:#526991!important;border:1px solid rgba(31,82,210,.1)!important;box-shadow:0 8px 18px #0d22600d!important;font-size:11px!important;padding:7px 11px!important}.search-wrap{margin-top:2px!important}.prod-grid{grid-template-columns:repeat(auto-fill,minmax(230px,1fr))!important;gap:16px!important}.prod-card{border-radius:24px!important}.prod-img-wrap{height:160px!important}.prod-body{min-height:0!important;padding:0 16px 16px!important}.prod-name{font-size:16px!important;line-height:1.22!important;min-height:auto!important;-webkit-line-clamp:3!important;margin-bottom:0!important}.prod-desc{display:none!important}.prod-bottom{margin-top:6px!important}.prod-price{font-size:22px!important}.prod-action-btn{padding:10px 13px!important;border-radius:13px!important}.prod-status-row{margin-top:4px!important}.prod-stock-chip{font-size:11px!important;padding:7px 10px!important}.prod-extra-info{font-size:10px!important}@media(max-width:640px){.vendor-top-panel{gap:8px!important}.v6-select-field{min-width:142px!important;height:46px!important}.v6-select-field select{font-size:12px!important;height:40px!important}.v6-actions .vendor-filter-btn{height:42px!important;font-size:12px!important;padding:0 14px!important}.v6-filter-panel .vendor-quick-meta{font-size:10.5px!important}.prod-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}.prod-card{border-radius:20px!important}.prod-img-wrap{height:130px!important;padding:12px!important}.prod-body{padding:0 12px 13px!important;gap:7px!important}.prod-name{font-size:13.5px!important;line-height:1.18!important;-webkit-line-clamp:3!important}.prod-brand-chip,.prod-chip,.prod-mini-chip{font-size:9.5px!important;padding:5px 7px!important}.prod-meta-row{gap:5px!important}.prod-price{font-size:17px!important}.prod-price-note{font-size:9px!important}.prod-action-btn{font-size:11px!important;padding:8px 10px!important}.prod-action-btn:after{content:""!important}.prod-stock-chip{font-size:10px!important;padding:6px 8px!important}.prod-extra-info{display:none!important}.prod-code-badge{font-size:9px!important;top:9px!important;left:9px!important;padding:5px 7px!important}.favorite-btn{width:32px!important;height:32px!important;top:9px!important;right:9px!important}}@media(max-width:380px){.prod-grid{gap:10px!important}.prod-img-wrap{height:118px!important}.prod-name{font-size:12.5px!important}.prod-price{font-size:16px!important}}html.dark-mode .v6-select-field,html.dark-mode .v6-actions .vendor-filter-btn,html.dark-mode .v6-filter-panel .vendor-quick-meta{background:#0b1228!important;color:#dbeafe!important;border-color:#3b82f633!important}html.dark-mode .v6-select-field select{color:#dbeafe!important}html.dark-mode .v6-actions .vendor-filter-btn.clean{background:#111c3f!important;color:#b6c4df!important}.subnav-v6{position:sticky;top:0;z-index:60}.subnav-inner-v6{display:flex!important;align-items:center!important;gap:10px!important;max-width:100%!important;padding:0 24px!important;overflow-x:auto!important;overflow-y:hidden!important;-webkit-overflow-scrolling:touch!important;scrollbar-width:none!important}.subnav-inner-v6::-webkit-scrollbar{display:none!important}.subnav-v6-filter-shell{flex:1 1 auto;min-width:0;display:flex;align-items:center}.subnav-v6 .v6-filter-panel{flex:1 1 auto!important;min-width:0!important;display:flex!important;flex-direction:row!important;align-items:center!important;gap:10px!important;background:transparent!important;border:none!important;padding:0!important;box-shadow:none!important}.subnav-v6 .v6-select-grid{flex:0 1 auto!important;width:auto!important;min-width:0!important;display:flex!important;align-items:center!important;gap:8px!important;padding:0!important;overflow:visible!important}.subnav-v6 .v6-select-field{min-width:150px!important;height:38px!important;padding:0 8px!important;border-radius:999px!important;background:#fffffff5!important;box-shadow:0 7px 18px #0000001f!important}.subnav-v6 .v6-select-field select{height:34px!important;font-size:12px!important;padding:0 22px 0 8px!important;color:#12389a!important;font-weight:900!important}.subnav-v6 .v6-actions .vendor-filter-btn{height:38px!important;padding:0 13px!important;border-radius:999px!important;font-size:12px!important;font-weight:900!important;box-shadow:0 7px 18px #0000001a!important}#vendorTopPanel{margin-bottom:6px!important}#vendorTopPanel:empty{display:none!important}.products-area .search-wrap{margin-top:14px!important}@media(max-width:900px){.subnav-inner-v6{padding:0 14px!important}.subnav-v6 .snav-btn{flex:0 0 auto!important}.subnav-v6-filter-shell{flex:0 0 auto}.subnav-v6 .v6-filter-panel{flex:0 0 auto!important}.subnav-v6 .v6-select-field{min-width:142px!important}.subnav-v6 .v6-actions .vendor-filter-btn{padding:0 12px!important}}@media(max-width:560px){.subnav-v6{box-shadow:0 8px 24px #0718452e!important}.subnav-inner-v6{gap:8px!important;min-height:54px!important}.subnav-v6 .v6-select-field{min-width:132px!important;height:36px!important}.subnav-v6 .v6-select-field select{height:32px!important;font-size:11.5px!important}.subnav-v6 .v6-actions .vendor-filter-btn{height:36px!important;font-size:11.5px!important;padding:0 11px!important}}html.dark-mode .subnav-v6 .v6-select-field{background:#0b1228!important;border-color:#3b82f640!important}html.dark-mode .subnav-v6 .v6-select-field select{color:#dbeafe!important}.subnav-v6{background:linear-gradient(90deg,#071845,#0a2466 42%,#12389a)!important;border-bottom:1px solid rgba(0,213,255,.26)!important;box-shadow:0 12px 28px #07184538!important}.subnav-inner-v6{min-height:58px!important;gap:10px!important;padding:0 22px!important}.subnav-v6 .snav-btn{flex:0 0 auto!important;height:42px!important;padding:0 18px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;border-radius:0!important;border-bottom:3px solid transparent!important;color:#ffffffc7!important;background:transparent!important;font-size:14px!important;font-weight:900!important;letter-spacing:.1px!important}.subnav-v6 .snav-btn.active{color:#fff!important;background:linear-gradient(180deg,#00d5ff2e,#00d5ff0f)!important;border-bottom-color:#00d5ff!important;text-shadow:0 0 14px rgba(0,213,255,.32)!important}.subnav-v6-filter-shell{flex:1 1 auto!important;min-width:0!important;overflow:hidden!important}.subnav-v6 .v6-filter-panel{width:100%!important;max-width:100%!important;display:flex!important;flex-direction:row!important;align-items:center!important;gap:9px!important;background:transparent!important;border:none!important;box-shadow:none!important;padding:0!important;overflow-x:auto!important;overflow-y:hidden!important;-webkit-overflow-scrolling:touch!important;scrollbar-width:none!important}.subnav-v6 .v6-filter-panel::-webkit-scrollbar{display:none!important}.subnav-v6 .v6-select-grid{flex:0 0 auto!important;width:auto!important;display:flex!important;align-items:center!important;gap:8px!important;padding:0!important;overflow:visible!important}.subnav-v6 .v6-select-field{position:relative!important;min-width:132px!important;max-width:185px!important;height:38px!important;display:flex!important;align-items:center!important;border-radius:999px!important;padding:0!important;background:linear-gradient(180deg,#ffffff29,#ffffff12)!important;border:1px solid rgba(0,213,255,.22)!important;box-shadow:inset 0 1px #ffffff29,0 8px 18px #00000024!important;backdrop-filter:blur(9px)!important}.subnav-v6 .v6-select-field:before{content:"";width:7px;height:7px;border-radius:50%;background:#00d5ff;box-shadow:0 0 12px #00d5ffbf;margin-left:12px;flex:0 0 auto}.subnav-v6 .v6-select-field span{display:none!important}.subnav-v6 .v6-select-field select{height:36px!important;width:100%!important;min-width:0!important;padding:0 30px 0 8px!important;border:none!important;background:transparent!important;color:#fff!important;font-size:12px!important;font-weight:900!important;outline:none!important;appearance:auto!important;text-overflow:ellipsis!important;overflow:hidden!important;white-space:nowrap!important}.subnav-v6 .v6-select-field select option{color:#0b1c4d;background:#fff;font-weight:800}.subnav-v6 .v6-actions{flex:0 0 auto!important;display:flex!important;align-items:center!important;gap:8px!important;padding:0!important;overflow:visible!important}.subnav-v6 .v6-actions .vendor-filter-btn{flex:0 0 auto!important;height:38px!important;min-width:auto!important;border-radius:999px!important;padding:0 13px!important;font-size:12px!important;font-weight:900!important;color:#ffffffeb!important;background:linear-gradient(180deg,#ffffff24,#ffffff0f)!important;border:1px solid rgba(0,213,255,.18)!important;box-shadow:inset 0 1px #ffffff29,0 8px 18px #00000021!important;backdrop-filter:blur(9px)!important}.subnav-v6 .v6-actions .vendor-filter-btn:hover,.subnav-v6 .v6-actions .vendor-filter-btn.active{color:#071845!important;background:linear-gradient(135deg,#fff,#dff7ff)!important;border-color:#ffffffbf!important;box-shadow:0 0 0 1px #00d5ff3d,0 10px 22px #00d5ff29!important}.subnav-v6 .v6-actions .vendor-filter-btn.offer:not(.active){color:#fff6d9!important;border-color:#ffd6665c!important;background:linear-gradient(180deg,#ffc20733,#ffc20714)!important}.subnav-v6 .v6-actions .vendor-filter-btn.offer.active{color:#7c4700!important;background:linear-gradient(135deg,#fff6cc,#ffd76a)!important}.subnav-v6 .v6-actions .vendor-filter-btn.clean{color:#ffffffb8!important;background:#ffffff0d!important;border-color:#ffffff1a!important}.subnav-v6 .v6-filter-panel .vendor-quick-meta,.subnav-v6 .v6-filter-panel .vendor-filter-copy{display:none!important}body.device-mobile .subnav-inner-v6,body.device-tablet .subnav-inner-v6{scroll-snap-type:x proximity!important}body.device-mobile .subnav-v6 .snav-btn,body.device-mobile .subnav-v6 .v6-select-field,body.device-mobile .subnav-v6 .v6-actions .vendor-filter-btn{scroll-snap-align:start!important}@media(max-width:900px){.subnav-inner-v6{padding:0 12px!important;gap:8px!important;min-height:56px!important}.subnav-v6-filter-shell{flex:0 0 auto!important;overflow:visible!important}.subnav-v6 .v6-filter-panel{flex:0 0 auto!important;width:auto!important;max-width:none!important}.subnav-v6 .v6-select-field{min-width:126px!important;max-width:150px!important;height:36px!important}.subnav-v6 .v6-select-field select{height:34px!important;font-size:11.5px!important;padding-right:25px!important}.subnav-v6 .v6-actions .vendor-filter-btn{height:36px!important;font-size:11.5px!important;padding:0 11px!important}.subnav-v6 .v6-actions .vendor-filter-btn.clean{max-width:92px!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}}@media(max-width:560px){.subnav-v6{position:sticky!important;top:0;z-index:20!important}.subnav-inner-v6{min-height:52px!important;padding:0 10px!important;gap:7px!important}.subnav-v6 .snav-btn{height:38px!important;font-size:13px!important;padding:0 13px!important}.subnav-v6 .v6-select-field{min-width:116px!important;max-width:132px!important;height:34px!important}.subnav-v6 .v6-select-field:before{width:6px;height:6px;margin-left:9px}.subnav-v6 .v6-select-field select{height:32px!important;font-size:10.8px!important;padding:0 20px 0 6px!important}.subnav-v6 .v6-actions{gap:6px!important}.subnav-v6 .v6-actions .vendor-filter-btn{height:34px!important;font-size:10.8px!important;padding:0 10px!important}.products-area .search-wrap{margin-top:10px!important}}@media(max-width:380px){.subnav-v6 .v6-select-field{min-width:108px!important;max-width:118px!important}.subnav-v6 .v6-actions .vendor-filter-btn.clean{display:none!important}}html.dark-mode .subnav-v6{background:linear-gradient(90deg,#03091f,#071845,#0b2465)!important}html.dark-mode .subnav-v6 .v6-select-field{background:linear-gradient(180deg,#3b82f629,#3b82f612)!important;border-color:#00d5ff33!important}html.dark-mode .subnav-v6 .v6-actions .vendor-filter-btn{background:linear-gradient(180deg,#3b82f624,#3b82f60f)!important;color:#e5efff!important}.role-hidden,#snavAdmin.role-hidden,#snavReports.role-hidden{display:none!important}.products-area-full #catHeroSection.active{margin-top:14px}#catHeroSection .price-c{font-weight:900;color:var(--royal)!important}html.dark-mode #catHeroSection .table-wrap{background:#0b1228!important}@media(max-width:640px){.cat-hero-banner{padding:18px!important;gap:16px!important;flex-direction:column!important;align-items:flex-start!important}.cat-hero-img,.cat-hero-emoji{width:100%!important;height:190px!important}.cat-hero-title{font-size:24px!important}#catHeroSection .table-wrap{overflow-x:auto}}body.role-vendedor #snavAdmin,body.role-vendedor #snavReports{display:none!important;visibility:hidden!important;pointer-events:none!important}.hero-img-btn{width:38px;height:38px;border-radius:12px;border:1px solid rgba(31,82,210,.16);background:linear-gradient(135deg,#eef4ff,#fff);color:#12389a;display:inline-flex;align-items:center;justify-content:center;font-size:18px;font-weight:900;cursor:pointer;box-shadow:0 8px 18px #0d226014}.hero-img-btn:hover{transform:translateY(-1px);border-color:#1f52d259;box-shadow:0 12px 24px #0d226024}.hero-img-btn.disabled{opacity:.35;cursor:not-allowed;filter:grayscale(1)}.cat-hero-section.active{display:block!important}.cat-hero-section .data-tbl td:nth-child(2){font-weight:800;color:#142653}.cat-hero-section .data-tbl td:nth-child(3){font-size:12px;color:var(--text2);line-height:1.4}html.dark-mode .hero-img-btn{background:#0f2348;color:#cfe0ff;border-color:#3b82f63d}html.dark-mode .cat-hero-section .data-tbl td:nth-child(2){color:#e5efff}html,body{background:radial-gradient(circle at 4% 8%,rgba(31,82,210,.08) 0 18%,transparent 31%),radial-gradient(circle at 92% 0%,rgba(0,213,255,.08) 0 14%,transparent 32%),linear-gradient(180deg,#f5f8ff,#eef3ff 55%,#f7f9ff)!important}#view-catalog{background:radial-gradient(circle at 12% 0%,rgba(31,82,210,.08),transparent 28%),radial-gradient(circle at 88% 4%,rgba(0,213,255,.07),transparent 30%),linear-gradient(180deg,#eaf4ff,#f6fbff 48%,#fff)!important;min-height:calc(100vh - 138px)!important}#view-catalog .page,#view-catalog .cat-layout,#view-catalog .products-area,#view-catalog .products-area-full,#view-catalog #prodGrid{background:transparent!important}#view-catalog .search-wrap{background:#fffffff5!important;border:1px solid rgba(31,82,210,.1)!important;box-shadow:0 16px 34px #0a266b14!important}#view-catalog .catalog-stats-bar,#view-catalog .prod-grid{position:relative;z-index:1}#view-catalog .prod-card,#catHeroSection,#catHeroSection .table-wrap{background:#fff!important}#catHeroSection.active{background:#fff!important;border-radius:24px!important;padding:18px!important;box-shadow:0 16px 36px #0a266b14!important}html.dark-mode #view-catalog{background:radial-gradient(circle at 12% 0%,rgba(59,130,246,.1),transparent 30%),linear-gradient(180deg,#050a1f,#071229)!important}html.dark-mode #catHeroSection,html.dark-mode #catHeroSection .table-wrap{background:#0b1228!important}html,body{overscroll-behavior-y:auto!important;overscroll-behavior-x:auto!important;touch-action:pan-x pan-y!important}.cat-filter-bar,.catalog-filter-shell,.tbl-wrap,.table-wrap{-webkit-overflow-scrolling:touch!important;touch-action:pan-x pan-y!important}.catalog-pager{width:100%!important;max-width:760px!important;margin:24px auto 34px!important;padding:12px 10px!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;flex-wrap:wrap!important;position:relative!important;inset:auto!important;transform:none!important;float:none!important;clear:both!important;z-index:2!important}.catalog-pager-nums{display:flex!important;gap:5px!important;align-items:center!important;justify-content:center!important;flex-wrap:wrap!important}.catalog-pager-info{font-size:12px!important;color:var(--muted)!important;font-weight:800!important;text-align:center!important;flex-basis:100%!important;margin-top:4px!important}.catalog-pager .btn{white-space:nowrap!important;min-height:36px!important}body.touch-device .catalog-pager,body.compact-device .catalog-pager,body.desktop-mode-on-mobile .catalog-pager{max-width:min(96vw,680px)!important;margin-left:auto!important;margin-right:auto!important;justify-content:center!important}body.touch-device .catalog-pager-info,body.compact-device .catalog-pager-info{font-size:11px!important;order:4!important}@media(max-width:760px),(hover:none)and (pointer:coarse){.catalog-pager{max-width:96vw!important;margin:18px auto 26px!important;padding:10px 6px!important;gap:7px!important}.catalog-pager .btn{padding:9px 11px!important;border-radius:14px!important;font-size:11px!important}.catalog-pager-num{min-width:34px!important;padding-left:0!important;padding-right:0!important}.catalog-pager-info{font-size:10.5px!important}.prod-grid,#view-catalog .page{overflow:visible!important}}.prod-chip{gap:5px!important}.prod-chip:before{content:none!important}html,body{width:100%!important;max-width:100%!important;overflow-x:hidden!important;overscroll-behavior-y:contain!important;overscroll-behavior-x:none!important;touch-action:pan-y!important}#app,.view,.header,.subnav,.subnav-v6,#view-catalog{width:100%!important;max-width:100vw!important;overflow-x:hidden!important;box-sizing:border-box!important}.header-inner,.subnav-inner,.subnav-inner-v6,.page,.cat-layout,.products-area,.products-area-full,#prodGrid{max-width:100%!important;box-sizing:border-box!important}.subnav-inner-v6{width:100%!important;max-width:100vw!important;overflow-x:auto!important;overflow-y:hidden!important;overscroll-behavior-x:contain!important;touch-action:pan-x!important}.subnav-v6-filter-shell,.subnav-v6 .v6-filter-panel{max-width:none!important;overflow-x:auto!important;overflow-y:hidden!important;overscroll-behavior-x:contain!important;touch-action:pan-x!important}#view-catalog .page{width:100%!important;max-width:100vw!important;padding-left:clamp(10px,3.2vw,22px)!important;padding-right:clamp(10px,3.2vw,22px)!important;overflow-x:hidden!important}#view-catalog .search-wrap,#view-catalog .catalog-stats-bar,#view-catalog .prod-grid,#view-catalog .catalog-pager{max-width:100%!important;box-sizing:border-box!important}#view-catalog .prod-grid{width:100%!important;margin-left:0!important;margin-right:0!important}.table-wrap,.tbl-wrap,#catHeroSection .table-wrap{max-width:100%!important;overflow-x:auto!important;overscroll-behavior-x:contain!important;touch-action:pan-x pan-y!important}.catalog-pager{position:static!important;width:min(100%,760px)!important;max-width:calc(100vw - 24px)!important;margin:22px auto 34px!important;transform:none!important}.prod-chip{white-space:nowrap!important;max-width:100%!important;overflow:hidden!important;text-overflow:ellipsis!important}.prod-chip:empty{display:none!important}body.touch-device .prod-action-btn,body.compact-device .prod-action-btn{min-width:44px!important;min-height:36px!important}@media(hover:none)and (pointer:coarse){.header-inner{padding-left:10px!important;padding-right:10px!important;gap:8px!important;overflow:hidden!important}.hlogo-img{height:40px!important;max-width:64px!important}.hlogo-main{font-size:13px!important;max-width:132px!important;display:block!important;line-height:1.05!important}.hlogo-sub{font-size:7.5px!important;letter-spacing:.8px!important;max-width:132px!important;white-space:normal!important}.hclock{min-width:86px!important;max-width:104px!important;flex:0 0 auto!important}.hclock-time{font-size:16px!important;line-height:1!important}.hclock-date{font-size:9px!important}#btn-sync-offline{flex:0 0 auto!important;max-width:92px!important;overflow:hidden!important}.header-user{flex:0 0 auto!important;max-width:170px!important;overflow:hidden!important;padding:5px 9px!important;gap:6px!important}.header-user #userName{max-width:70px!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}}@media(max-width:560px),(hover:none)and (pointer:coarse){#view-catalog .prod-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}.prod-card{min-width:0!important;overflow:hidden!important}.prod-name{font-size:14px!important;line-height:1.18!important;-webkit-line-clamp:3!important;min-height:50px!important}.prod-img-wrap{height:142px!important}.prod-price{font-size:20px!important}.prod-action-btn:after{content:""!important}.prod-action-btn{width:38px!important;height:34px!important;border-radius:14px!important;padding:0!important;font-size:0!important}.prod-action-btn:before{content:"+";font-size:22px!important;line-height:1!important}}@media(max-width:390px){#view-catalog .page{padding-left:8px!important;padding-right:8px!important}#view-catalog .prod-grid{gap:10px!important}.prod-img-wrap{height:126px!important}.prod-name{font-size:12.8px!important;min-height:46px!important}.prod-price{font-size:18px!important}}.vendor-bottom-nav{display:none}.offers-hero{background:radial-gradient(circle at 85% 10%,rgba(255,217,102,.5),transparent 30%),linear-gradient(135deg,#06133f,#113aa4 48%,#1f52d2 72%,#ffb703)!important;padding:28px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:18px!important;border:1px solid rgba(255,255,255,.2)!important}.offers-kicker{display:inline-flex;font-size:11px;font-weight:1000;text-transform:uppercase;letter-spacing:1.4px;background:#ffffff29;border:1px solid rgba(255,255,255,.22);padding:7px 11px;border-radius:999px;margin-bottom:10px;color:#eaf4ff}.offers-hero-copy{position:relative;z-index:1;min-width:0}.offers-hero h2{font-size:32px!important;line-height:1!important;margin:0 0 8px!important;text-shadow:0 7px 26px rgba(0,0,0,.22)}.offers-hero p{font-size:14px!important;max-width:620px!important;line-height:1.45!important;color:#ffffffdb!important}.offers-metrics{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}.offers-metrics span{display:inline-flex;align-items:center;gap:6px;border-radius:999px;background:#ffffff24;border:1px solid rgba(255,255,255,.22);padding:8px 11px;font-size:12px;font-weight:900;color:#fff}.offers-hero-badge{position:relative;z-index:1;flex:0 0 auto;width:120px;height:120px;border-radius:32px;background:linear-gradient(160deg,#fff7c2,#ffcf3f);color:#8a4d00;display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:0 18px 44px #00000038,inset 0 1px #ffffffb3;transform:rotate(5deg);border:2px solid rgba(255,255,255,.45)}.offers-hero-badge b{font-family:Montserrat,sans-serif;font-size:20px;font-weight:1000;letter-spacing:.4px}.offers-hero-badge small{font-size:11px;font-weight:900;text-transform:uppercase;margin-top:3px}@media(max-width:780px),(hover:none)and (pointer:coarse){body.role-vendedor{padding-bottom:76px!important}body.role-vendedor .site-footer{padding-bottom:92px!important}.header{position:sticky!important;top:0!important}.header-inner{height:auto!important;min-height:78px!important;padding:8px 10px!important;gap:7px 8px!important;display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:center!important;overflow:visible!important}.header-logo{min-width:0!important;gap:8px!important}.hlogo-img{height:42px!important;width:58px!important;max-width:58px!important;border-radius:11px!important;padding:3px!important}.hlogo-text{min-width:0!important;overflow:hidden!important}.hlogo-main{font-size:13px!important;line-height:1.05!important;max-width:170px!important;white-space:normal!important}.hlogo-sub{font-size:7.5px!important;letter-spacing:.75px!important;line-height:1.08!important;max-width:160px!important;white-space:normal!important}.hclock{grid-column:1/2!important;grid-row:2!important;margin:0!important;text-align:left!important;display:flex!important;align-items:baseline!important;gap:7px!important;min-width:0!important;max-width:none!important;white-space:nowrap!important;overflow:hidden!important}.hclock-time{font-size:15px!important;line-height:1!important}.hclock-date{font-size:9px!important;margin:0!important;max-width:112px!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}#btn-sync-offline{grid-column:2/3!important;grid-row:2!important;height:32px!important;max-width:112px!important;padding:0 10px!important;font-size:12px!important;border-radius:999px!important;justify-self:end!important}.sync-text{display:inline!important}.sync-icon{font-size:14px!important}.header-user{grid-column:2/3!important;grid-row:1!important;height:36px!important;max-width:178px!important;padding:4px 8px!important;gap:6px!important;border-radius:999px!important;justify-self:end!important}.user-av{width:28px!important;height:28px!important;font-size:12px!important}.header-user #userName{font-size:12px!important;max-width:62px!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.user-role-badge{font-size:8px!important;padding:2px 6px!important}.btn-logout{font-size:0!important;width:28px!important;height:28px!important;padding:0!important;border-radius:50%!important}.btn-logout:after{content:"\2197";font-size:13px!important;font-weight:900!important}.subnav-v6{position:sticky!important;top:94px!important;z-index:390!important}.subnav-inner-v6{padding:0 8px!important;gap:7px!important}.subnav-v6 .snav-btn{height:38px!important;min-width:auto!important;padding:0 12px!important}.subnav-v6-filter-shell{min-width:0!important;flex:1 1 auto!important}.subnav-v6 .v6-filter-panel{gap:7px!important;padding:6px 0!important}.subnav-v6 .v6-select-grid{gap:7px!important}.subnav-v6 .v6-select-field{min-width:128px!important;height:36px!important;border-radius:999px!important}.subnav-v6 .v6-select-field select{height:34px!important;font-size:11.5px!important;padding-left:26px!important;padding-right:25px!important}.subnav-v6 .v6-actions .vendor-filter-btn{height:36px!important;padding:0 11px!important;font-size:11.5px!important}.vendor-bottom-nav{position:fixed;left:10px;right:10px;bottom:10px;z-index:1200;height:62px;border-radius:24px;background:#fffffff0;backdrop-filter:blur(16px);box-shadow:0 16px 40px #0718453d;border:1px solid rgba(31,82,210,.12);display:none;align-items:center;justify-content:space-around;padding:6px 6px calc(6px + env(safe-area-inset-bottom));max-width:640px;margin:0 auto}body.role-vendedor .vendor-bottom-nav{display:flex!important}.vbn-item{appearance:none;border:0;background:transparent;color:#61729d;height:50px;min-width:56px;border-radius:18px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;font-family:DM Sans,sans-serif;font-weight:900;font-size:10px;cursor:pointer}.vbn-item span{font-size:20px;line-height:1}.vbn-item b{font-size:10px;line-height:1}.vbn-item.active{background:linear-gradient(135deg,#eaf2ff,#fff);color:#0c43ba;box-shadow:inset 0 0 0 1px #1f52d214}.offers-hero{border-radius:22px!important;padding:20px!important;align-items:flex-start!important}.offers-hero h2{font-size:23px!important}.offers-hero p{font-size:12.5px!important}.offers-hero-badge{width:82px;height:82px;border-radius:22px}.offers-hero-badge b{font-size:14px}.offers-hero-badge small{font-size:9px}.offers-metrics span{font-size:10.5px;padding:7px 9px}}@media(max-width:420px){.hlogo-main{font-size:12px!important;max-width:135px!important}.hlogo-sub{max-width:132px!important}.hclock-time{font-size:14px!important}.hclock-date{display:none!important}.header-user{max-width:154px!important}.user-role-badge{display:none!important}#btn-sync-offline{max-width:92px!important}.sync-text{max-width:52px!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.vendor-bottom-nav{left:6px;right:6px;bottom:6px;height:58px;border-radius:20px}.vbn-item{min-width:50px;height:46px}.vbn-item span{font-size:18px}.vbn-item b{font-size:9px}}html,body{width:100%!important;max-width:100%!important;min-width:0!important;min-height:100%!important;height:auto!important;overflow-x:hidden!important;overflow-y:auto!important;overscroll-behavior-y:auto!important;overscroll-behavior-x:none!important;touch-action:auto!important;position:relative!important}body,#app,.view,#view-catalog,.page,.cat-layout,.products-area,.products-area-full{min-width:0!important;max-width:100%!important;box-sizing:border-box!important}#app,.view,#view-catalog{overflow-x:hidden!important;overflow-y:visible!important}.header,.subnav,.subnav-v6{width:100%!important;max-width:100%!important;min-width:0!important;left:0!important;right:0!important;transform:none!important;overflow-x:hidden!important;box-sizing:border-box!important}.header-inner,.subnav-inner,.subnav-inner-v6{width:100%!important;max-width:100%!important;min-width:0!important;box-sizing:border-box!important}#view-catalog .page{width:100%!important;max-width:100%!important;margin-left:0!important;margin-right:0!important;overflow-x:hidden!important;overflow-y:visible!important}#view-catalog .search-wrap,#view-catalog .catalog-stats-bar,#view-catalog #prodGrid,#view-catalog .prod-grid,#view-catalog .catalog-pager{width:100%!important;max-width:100%!important;min-width:0!important;box-sizing:border-box!important;margin-left:auto!important;margin-right:auto!important}.subnav-inner-v6,.subnav-v6-filter-shell,.subnav-v6 .v6-filter-panel,.admin-tabs,.tbl-wrap,.table-wrap,#catHeroSection .table-wrap{overflow-x:auto!important;overflow-y:hidden!important;-webkit-overflow-scrolling:touch!important;overscroll-behavior-x:contain!important;touch-action:auto!important}.tbl-wrap,.table-wrap,#catHeroSection .table-wrap{overflow-y:visible!important}.catalog-pager{position:relative!important;inset:auto!important;transform:none!important;float:none!important;clear:both!important;width:min(100%,760px)!important;max-width:100%!important;margin:24px auto 88px!important}body.role-vendedor .catalog-pager{margin-bottom:112px!important}@media(max-width:900px),(hover:none)and (pointer:coarse){.header,.subnav-v6{position:relative!important;top:auto!important}.header-inner{display:flex!important;flex-wrap:wrap!important;align-items:center!important;justify-content:space-between!important;gap:8px!important;padding:8px 10px!important;overflow:hidden!important}.header-logo{flex:1 1 170px!important;min-width:0!important}.hclock{order:3!important;flex:0 1 120px!important;min-width:0!important;text-align:left!important}#btn-sync-offline{order:4!important;flex:0 0 auto!important}.header-user{flex:0 1 170px!important;min-width:0!important}.subnav-inner-v6{display:flex!important;flex-wrap:nowrap!important;align-items:center!important;gap:8px!important;padding:0 8px!important}.subnav-v6 .snav-btn{flex:0 0 auto!important}.subnav-v6-filter-shell{flex:1 1 auto!important;min-width:0!important}.subnav-v6 .v6-filter-panel,.subnav-v6 .v6-select-grid{display:flex!important;flex-wrap:nowrap!important;gap:7px!important}.subnav-v6 .v6-select-field{flex:0 0 136px!important;min-width:136px!important;max-width:136px!important}.subnav-v6 .v6-actions{display:flex!important;flex-wrap:nowrap!important;gap:7px!important}.subnav-v6 .v6-actions .vendor-filter-btn{flex:0 0 auto!important}#view-catalog .page{padding-left:12px!important;padding-right:12px!important}#view-catalog .prod-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}.prod-card{min-width:0!important;max-width:100%!important;overflow:hidden!important}.prod-img-wrap{height:136px!important}.prod-body{min-height:0!important;padding:12px!important}.prod-name{font-size:13.5px!important;line-height:1.18!important;min-height:48px!important;-webkit-line-clamp:3!important}.prod-desc{display:none!important}.prod-price{font-size:19px!important}.prod-action-btn{width:36px!important;height:34px!important;padding:0!important;border-radius:14px!important;font-size:0!important;min-width:36px!important}.prod-action-btn:after{content:""!important}.prod-action-btn:before{content:"+";font-size:22px!important;line-height:1!important}.vendor-bottom-nav{position:fixed!important;left:8px!important;right:8px!important;bottom:8px!important;max-width:calc(100% - 16px)!important}}@media(max-width:390px){#view-catalog .page{padding-left:8px!important;padding-right:8px!important}#view-catalog .prod-grid{gap:10px!important}.prod-img-wrap{height:126px!important}.prod-name{font-size:12.5px!important;min-height:45px!important}.prod-price{font-size:18px!important}.subnav-v6 .v6-select-field{flex-basis:128px!important;min-width:128px!important;max-width:128px!important}}body.touch-device #view-catalog,body.compact-device #view-catalog,body.desktop-mode-on-mobile #view-catalog{overflow-x:hidden!important}body.touch-device #view-catalog .prod-grid,body.compact-device #view-catalog .prod-grid,body.desktop-mode-on-mobile #view-catalog .prod-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}#view-catalog .products-area>.search-wrap{position:relative!important;top:auto!important;z-index:4!important;margin:24px 0 16px!important;clear:both!important}#view-catalog .catalog-stats-bar{position:relative!important;z-index:3!important;margin:0 0 18px!important;padding-top:0!important}body.role-vendedor #v6FavBtn,body.role-vendedor #v6OfferBtn,body.role-vendedor .vendor-bottom-nav #vbnCatalog{display:none!important}body:not(.role-vendedor) .vendor-bottom-nav{display:none!important;visibility:hidden!important;pointer-events:none!important}body.role-vendedor .vendor-bottom-nav{justify-content:space-evenly!important}body.role-vendedor .subnav-v6 .v6-actions{display:flex!important;flex:0 0 auto!important}body.role-vendedor .subnav-v6 .v6-actions .clean{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-width:132px!important;max-width:none!important;white-space:nowrap!important}body.role-vendedor .subnav-v6 .v6-select-field{min-width:138px!important;max-width:none!important;flex:0 0 auto!important}body.role-vendedor .subnav-v6 .v6-select-field:nth-child(2){min-width:158px!important}body.role-vendedor .subnav-v6 .v6-select-field:nth-child(3){min-width:120px!important}body.role-vendedor .subnav-v6 .v6-select-field select,body.role-vendedor .subnav-v6 .v6-actions .vendor-filter-btn.clean{font-size:13px!important;font-weight:1000!important;letter-spacing:.1px!important;text-overflow:clip!important}body.role-vendedor .subnav-v6 .v6-select-grid{flex:0 0 auto!important}@media(max-width:900px),(hover:none)and (pointer:coarse){body.role-vendedor .subnav-inner-v6{overflow-x:auto!important;overflow-y:hidden!important;-webkit-overflow-scrolling:touch!important;gap:8px!important}body.role-vendedor .subnav-v6-filter-shell{flex:0 0 auto!important;overflow:visible!important}body.role-vendedor .subnav-v6 .v6-filter-panel{width:auto!important;max-width:none!important;overflow:visible!important}body.role-vendedor #view-catalog .products-area>.search-wrap{margin-top:26px!important;margin-bottom:16px!important;flex-wrap:nowrap!important}body.role-vendedor #view-catalog .catalog-stats-bar{margin-top:0!important;margin-bottom:16px!important}body.role-vendedor .search-wrap input{min-width:0!important;width:auto!important}body.role-vendedor .vendor-bottom-nav{height:62px!important;max-width:calc(100% - 16px)!important}body.role-vendedor .vbn-item{min-width:62px!important}}@media(max-width:390px){body.role-vendedor .subnav-v6 .v6-select-field{min-width:132px!important}body.role-vendedor .subnav-v6 .v6-select-field:nth-child(2){min-width:150px!important}body.role-vendedor .subnav-v6 .v6-actions .clean{min-width:124px!important}}body.role-vendedor #backToTop{right:18px!important;bottom:92px!important;z-index:1400!important}@media(max-width:780px),(hover:none)and (pointer:coarse){body.role-vendedor #backToTop{right:18px!important;bottom:86px!important;width:48px!important;height:48px!important;border-radius:18px!important;z-index:1400!important;box-shadow:0 14px 34px #0c43ba52!important}body.role-vendedor #v6FavBtn,body.role-vendedor #v6OfferBtn{display:none!important}}@media(min-width:781px)and (hover:hover)and (pointer:fine){body.role-vendedor #v6FavBtn,body.role-vendedor #v6OfferBtn{display:inline-flex!important;visibility:visible!important;pointer-events:auto!important}body.role-vendedor .vendor-bottom-nav{display:none!important;visibility:hidden!important;pointer-events:none!important}body.role-vendedor .subnav-v6 .v6-actions{display:flex!important}}body.touch-device.role-vendedor #v6FavBtn,body.touch-device.role-vendedor #v6OfferBtn,body.compact-device.role-vendedor #v6FavBtn,body.compact-device.role-vendedor #v6OfferBtn,body.desktop-mode-on-mobile.role-vendedor #v6FavBtn,body.desktop-mode-on-mobile.role-vendedor #v6OfferBtn{display:none!important}body.touch-device.role-vendedor .vendor-bottom-nav,body.compact-device.role-vendedor .vendor-bottom-nav,body.desktop-mode-on-mobile.role-vendedor .vendor-bottom-nav{display:flex!important}body.touch-device.role-vendedor #backToTop,body.compact-device.role-vendedor #backToTop,body.desktop-mode-on-mobile.role-vendedor #backToTop{bottom:86px!important;right:18px!important;z-index:1400!important}body.role-vendedor.seller-mobile-ui #backToTop,body.role-vendedor.compact-device #backToTop,body.role-vendedor.desktop-mode-on-mobile #backToTop,body.role-vendedor.device-mobile #backToTop,body.role-vendedor.device-tablet #backToTop{position:fixed!important;right:26px!important;left:auto!important;bottom:calc(78px + env(safe-area-inset-bottom))!important;z-index:99999!important;width:48px!important;height:48px!important;border-radius:18px!important;display:none;box-shadow:0 18px 38px #0c43ba6b!important}@media(max-width:390px){body.role-vendedor #backToTop{right:22px!important;bottom:calc(74px + env(safe-area-inset-bottom))!important;width:46px!important;height:46px!important}}body.role-vendedor.seller-desktop-ui #v6FavBtn,body.role-vendedor.seller-desktop-ui #v6OfferBtn{display:inline-flex!important;visibility:visible!important;opacity:1!important;pointer-events:auto!important}body.role-vendedor.seller-desktop-ui .vendor-bottom-nav,body.role-vendedor.seller-mobile-ui #v6FavBtn,body.role-vendedor.seller-mobile-ui #v6OfferBtn,body.role-vendedor.compact-device #v6FavBtn,body.role-vendedor.compact-device #v6OfferBtn,body.role-vendedor.desktop-mode-on-mobile #v6FavBtn,body.role-vendedor.desktop-mode-on-mobile #v6OfferBtn{display:none!important;visibility:hidden!important;pointer-events:none!important}body.role-vendedor.seller-mobile-ui .vendor-bottom-nav,body.role-vendedor.compact-device .vendor-bottom-nav,body.role-vendedor.desktop-mode-on-mobile .vendor-bottom-nav{display:flex!important;visibility:visible!important;pointer-events:auto!important}@media(min-width:901px){body.role-vendedor:not(.seller-mobile-ui) #v6FavBtn,body.role-vendedor:not(.seller-mobile-ui) #v6OfferBtn{display:inline-flex!important;visibility:visible!important;pointer-events:auto!important}body.role-vendedor:not(.seller-mobile-ui) .vendor-bottom-nav{display:none!important;visibility:hidden!important;pointer-events:none!important}}@media(max-width:900px){body.role-vendedor #v6FavBtn,body.role-vendedor #v6OfferBtn{display:none!important}body.role-vendedor .vendor-bottom-nav{display:flex!important}}body.role-vendedor.seller-mobile-ui #btn-sync-offline,body.role-vendedor.compact-device #btn-sync-offline,body.role-vendedor.desktop-mode-on-mobile #btn-sync-offline,body.role-vendedor.device-mobile #btn-sync-offline,body.role-vendedor.device-tablet #btn-sync-offline{display:none!important;visibility:hidden!important;pointer-events:none!important}body.role-vendedor.seller-desktop-ui #btn-sync-offline{display:flex!important;visibility:visible!important;pointer-events:auto!important}body.role-vendedor.seller-mobile-ui #sync-tooltip.v74-bottom-panel,body.role-vendedor.compact-device #sync-tooltip.v74-bottom-panel,body.role-vendedor.desktop-mode-on-mobile #sync-tooltip.v74-bottom-panel,body.role-vendedor.device-mobile #sync-tooltip.v74-bottom-panel,body.role-vendedor.device-tablet #sync-tooltip.v74-bottom-panel{position:fixed!important;top:auto!important;left:12px!important;right:12px!important;bottom:calc(86px + env(safe-area-inset-bottom))!important;z-index:2300!important;width:auto!important;max-width:640px!important;margin:0 auto!important;border-radius:22px!important;padding:14px!important;background:linear-gradient(145deg,#071845,#123aa2 64%,#1f52d2)!important;border:1px solid rgba(255,255,255,.18)!important;box-shadow:0 24px 60px #030d2a6b!important;max-height:min(54vh,390px)!important;overflow:auto!important;animation:v74PanelUp .18s ease-out!important}@keyframes v74PanelUp{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}body.role-vendedor #sync-tooltip.v74-bottom-panel .stt-row{padding:4px 2px!important}body.role-vendedor #sync-tooltip.v74-bottom-panel button{min-height:40px!important;border-radius:12px!important;font-size:12px!important}body.role-vendedor.seller-mobile-ui #backToTop,body.role-vendedor.compact-device #backToTop,body.role-vendedor.desktop-mode-on-mobile #backToTop,body.role-vendedor.device-mobile #backToTop,body.role-vendedor.device-tablet #backToTop{right:22px!important;bottom:calc(104px + env(safe-area-inset-bottom))!important;z-index:2400!important;width:50px!important;height:50px!important;border-radius:19px!important;box-shadow:0 18px 44px #0c43ba80!important}body.role-vendedor.seller-mobile-ui #backToTop.visible,body.role-vendedor.compact-device #backToTop.visible,body.role-vendedor.desktop-mode-on-mobile #backToTop.visible,body.role-vendedor.device-mobile #backToTop.visible,body.role-vendedor.device-tablet #backToTop.visible{display:flex!important}body.role-vendedor.seller-mobile-ui .vendor-bottom-nav,body.role-vendedor.compact-device .vendor-bottom-nav,body.role-vendedor.desktop-mode-on-mobile .vendor-bottom-nav,body.role-vendedor.device-mobile .vendor-bottom-nav,body.role-vendedor.device-tablet .vendor-bottom-nav{z-index:2100!important}#vbnOffline span,#vbnClear span{font-size:19px!important}#vbnOffline.active{background:linear-gradient(135deg,#eaf2ff,#fff)!important;color:#0c43ba!important}.v74-admin-dashboard{display:flex;flex-direction:column;gap:16px;margin:0 0 20px}.v74-admin-hero{display:grid;grid-template-columns:1.2fr .8fr;gap:16px;background:linear-gradient(135deg,#071845,#133fae 58%,#1f72ff);border-radius:28px;color:#fff;padding:22px;box-shadow:0 22px 55px #0d226038;position:relative;overflow:hidden}.v74-admin-hero:after{content:"";position:absolute;right:-70px;top:-90px;width:260px;height:260px;border-radius:50%;background:#ffffff1f}.v74-admin-kicker{font-size:11px;font-weight:1000;text-transform:uppercase;letter-spacing:1.4px;color:#ffffffad;margin-bottom:8px}.v74-admin-title{font-family:Montserrat,sans-serif;font-size:25px;font-weight:1000;line-height:1.05;margin:0 0 8px}.v74-admin-sub{color:#ffffffbf;font-weight:700;font-size:13px;max-width:620px}.v74-admin-hero-value{align-self:center;justify-self:end;text-align:right;position:relative;z-index:1}.v74-admin-hero-value .k{font-size:11px;font-weight:1000;letter-spacing:1px;text-transform:uppercase;color:#ffffffb3}.v74-admin-hero-value .v{font-family:Montserrat,sans-serif;font-size:30px;font-weight:1000;margin-top:5px}.v74-admin-hero-value .s{font-size:12px;font-weight:800;color:#ffffffb8}.v74-admin-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:12px}.v74-admin-card{background:linear-gradient(180deg,#fff,#f8fbff);border:1px solid rgba(31,82,210,.12);border-radius:22px;padding:15px;box-shadow:0 14px 30px #0d226014;min-height:118px;display:flex;flex-direction:column;justify-content:space-between}.v74-admin-card .ico{font-size:23px}.v74-admin-card .k{font-size:10px;text-transform:uppercase;letter-spacing:.8px;font-weight:1000;color:#6175a2}.v74-admin-card .v{font-family:Montserrat,sans-serif;font-size:25px;font-weight:1000;color:#0b2f86;line-height:1}.v74-admin-card .s{font-size:11px;color:#667da8;font-weight:800}.v74-admin-card.warn .v{color:#b45309}.v74-admin-card.danger .v{color:#dc2626}.v74-admin-card.ok .v{color:#0f8a42}.v74-admin-panels{display:grid;grid-template-columns:1fr 1fr;gap:14px}.v74-admin-panel{background:#fff;border:1px solid rgba(31,82,210,.1);border-radius:22px;padding:16px;box-shadow:0 14px 30px #0d226012}.v74-admin-panel h3{margin:0 0 12px;font-family:Montserrat,sans-serif;font-size:15px;color:#0b2f86}.v74-bar-row{display:grid;grid-template-columns:120px 1fr 64px;gap:10px;align-items:center;margin:10px 0}.v74-bar-label{font-size:12px;font-weight:900;color:#506895;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.v74-bar-track{height:10px;background:#edf4ff;border-radius:999px;overflow:hidden}.v74-bar-fill{height:100%;border-radius:999px;background:linear-gradient(90deg,#1f52d2,#00d5ff)}.v74-bar-value{text-align:right;font-size:12px;font-weight:1000;color:#0b2f86}.v74-alert-list{display:grid;gap:8px}.v74-alert{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 12px;border-radius:14px;background:#f8fbff;border:1px solid #e1ebff;font-size:12px;font-weight:850;color:#526b98}.v74-alert b{color:#0b2f86}.v74-alert.danger{background:#fff5f5;border-color:#fecaca}.v74-alert.warn{background:#fffbeb;border-color:#fde68a}.v74-admin-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:12px}.v74-mini-btn{border:1px solid #d9e6ff;background:#f8fbff;color:#0c43ba;border-radius:999px;padding:8px 11px;font-size:11px;font-weight:1000;cursor:pointer}@media(max-width:800px){.v74-admin-hero{grid-template-columns:1fr}.v74-admin-hero-value{text-align:left;justify-self:start}.v74-admin-panels{grid-template-columns:1fr}.v74-admin-title{font-size:21px}}html.dark-mode .v74-admin-card,html.dark-mode .v74-admin-panel{background:linear-gradient(180deg,#0b1228,#101a39);border-color:#3b82f62e}html.dark-mode .v74-admin-card .v,html.dark-mode .v74-admin-panel h3,html.dark-mode .v74-bar-value,html.dark-mode .v74-alert b{color:#93c5fd}html.dark-mode .v74-admin-card .k,html.dark-mode .v74-admin-card .s,html.dark-mode .v74-bar-label,html.dark-mode .v74-alert{color:#b6c4df}html.dark-mode .v74-alert{background:#0d1833;border-color:#233b68}html.dark-mode .v74-bar-track{background:#0a1024}#v76OfflinePanel{position:fixed!important;left:12px!important;right:12px!important;bottom:calc(88px + env(safe-area-inset-bottom))!important;z-index:2147483200!important;display:none!important;max-width:640px!important;margin:0 auto!important;padding:14px!important;color:#fff!important;border-radius:24px!important;background:linear-gradient(145deg,#061643,#0d2f86 58%,#1f52d2)!important;border:1px solid rgba(255,255,255,.2)!important;box-shadow:0 24px 70px #030d2a80!important;backdrop-filter:blur(18px)!important;-webkit-backdrop-filter:blur(18px)!important;font-family:DM Sans,sans-serif!important}#v76OfflinePanel.show{display:block!important;animation:v76PanelIn .18s ease-out!important}@keyframes v76PanelIn{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}.v76-off-head{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:10px!important;margin-bottom:10px!important}.v76-off-title{display:flex!important;align-items:center!important;gap:8px!important;font-weight:1000!important;font-size:15px!important;letter-spacing:.2px!important}.v76-off-close{width:34px!important;height:34px!important;border-radius:12px!important;border:1px solid rgba(255,255,255,.22)!important;background:#ffffff1a!important;color:#fff!important;font-size:18px!important;font-weight:1000!important;cursor:pointer!important}.v76-off-grid{display:grid!important;grid-template-columns:1fr 1fr!important;gap:8px!important;margin-bottom:10px!important}.v76-off-stat{border:1px solid rgba(255,255,255,.16)!important;background:#ffffff1a!important;border-radius:16px!important;padding:10px 11px!important;min-height:54px!important}.v76-off-k{display:block!important;font-size:10px!important;text-transform:uppercase!important;letter-spacing:1px!important;color:#ffffffad!important;font-weight:900!important;margin-bottom:4px!important}.v76-off-v{display:block!important;font-size:13px!important;color:#fff!important;font-weight:1000!important;line-height:1.2!important}.v76-off-actions{display:grid!important;grid-template-columns:1fr 1fr!important;gap:9px!important}.v76-off-btn{border:none!important;border-radius:15px!important;min-height:44px!important;padding:10px 12px!important;color:#fff!important;font-weight:1000!important;font-size:12px!important;cursor:pointer!important;font-family:DM Sans,sans-serif!important}.v76-off-btn.prepare{background:#ffffff29!important;border:1px solid rgba(255,255,255,.28)!important}.v76-off-btn.update{background:linear-gradient(135deg,#00d5ff,#1f52d2)!important;box-shadow:0 10px 24px #00d5ff3d!important}.v76-off-tip{margin-top:10px!important;font-size:10.5px!important;line-height:1.35!important;color:#ffffffc7!important}body.v76-seller-mobile #btn-sync-offline{display:none!important;visibility:hidden!important;pointer-events:none!important}body.v76-seller-mobile .vendor-bottom-nav{display:flex!important;visibility:visible!important;pointer-events:auto!important}body.v76-seller-mobile #v6FavBtn,body.v76-seller-mobile #v6OfferBtn,body.v76-seller-pc .vendor-bottom-nav{display:none!important;visibility:hidden!important;pointer-events:none!important}body.v76-seller-pc #btn-sync-offline{display:flex!important;visibility:visible!important;pointer-events:auto!important}body.v76-seller-pc #v6FavBtn,body.v76-seller-pc #v6OfferBtn{display:inline-flex!important;visibility:visible!important;opacity:1!important;pointer-events:auto!important}body:not(.role-vendedor) #v76OfflinePanel{display:none!important}@media(max-width:420px){#v76OfflinePanel{left:8px!important;right:8px!important;bottom:calc(82px + env(safe-area-inset-bottom))!important;border-radius:21px!important;padding:12px!important}.v76-off-grid,.v76-off-actions{grid-template-columns:1fr!important}}#v76OfflinePanel .v77-progress-box{display:block!important;margin:10px 0 12px!important;padding:12px!important;border-radius:17px!important;background:#ffffff1a!important;border:1px solid rgba(255,255,255,.18)!important}.v77-progress-top{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:10px!important;margin-bottom:8px!important}#v77ProgressLabel{font-size:12px!important;font-weight:900!important;color:#ffffffe0!important;line-height:1.25!important}#v77ProgressPct{font-size:13px!important;font-weight:1000!important;color:#fff!important}.v77-progress-track{height:12px!important;border-radius:999px!important;overflow:hidden!important;background:#ffffff26!important;border:1px solid rgba(255,255,255,.18)!important}#v77ProgressFill{display:block!important;height:100%!important;width:0%;border-radius:999px!important;background:linear-gradient(90deg,#00e5ff,#22c55e,#fff)!important;transition:width .22s ease!important;box-shadow:0 0 18px #00e5ff59!important}.v77-progress-detail{display:grid!important;grid-template-columns:1fr 1fr!important;gap:8px!important;margin-top:9px!important}.v77-progress-detail span{display:block!important;border-radius:12px!important;padding:8px 9px!important;background:#ffffff17!important;color:#ffffffe0!important;font-size:11px!important;font-weight:900!important;line-height:1.25!important}#v76OfflinePanel.v77-running .v76-off-btn{opacity:.7!important;pointer-events:none!important}#v76OfflinePanel.v77-running .v76-off-close{opacity:.55!important}#v76OfflinePanel.v77-running #v77ProgressFill{animation:v77Pulse 1.05s ease-in-out infinite alternate!important}@keyframes v77Pulse{0%{filter:saturate(1)}to{filter:saturate(1.45) brightness(1.1)}}@media(max-width:420px){.v77-progress-detail{grid-template-columns:1fr!important}.v77-progress-box{padding:10px!important}}.v79-dash-wrap{display:block;margin:0 0 18px}.v79-loading{background:linear-gradient(135deg,#071845,#1f52d2);border-radius:26px;color:#fff;padding:22px;box-shadow:0 22px 55px #0d226033;margin-bottom:16px;border:1px solid rgba(255,255,255,.12)}.v79-loading-title{font-family:Montserrat,sans-serif;font-size:22px;font-weight:1000;margin:0 0 6px}.v79-loading-sub{font-size:13px;font-weight:850;color:#fffc;margin-bottom:14px}.v79-progress{height:10px;background:#ffffff29;border-radius:999px;overflow:hidden}.v79-progress span{display:block;height:100%;width:38%;border-radius:999px;background:linear-gradient(90deg,#00d5ff,#fff);animation:v79Load 1.15s ease-in-out infinite}.v79-note{margin-top:10px;font-size:12px;color:#ffffffc7;font-weight:750;line-height:1.45}.v79-row{display:flex;gap:9px;flex-wrap:wrap;margin-top:12px}.v79-row button{border:1px solid rgba(255,255,255,.22);background:#ffffff1f;color:#fff;border-radius:999px;padding:9px 13px;font-size:11px;font-weight:1000;cursor:pointer}.v79-row button:hover{background:#ffffff38}@keyframes v79Load{0%{transform:translate(-120%)}to{transform:translate(270%)}}.v79-error{background:#fff;border:1px solid #dbe7ff;border-radius:24px;padding:18px;box-shadow:0 18px 48px #102c821a;margin-bottom:16px;color:#102c65}.v79-error h3{margin:0 0 6px;font-size:18px;font-weight:1000}.v79-error p{margin:0 0 12px;color:#5d6f98;font-weight:800}.v79-error button{border:0;border-radius:999px;background:#1c55d9;color:#fff;padding:10px 15px;font-weight:1000;cursor:pointer}.v79-loaded-mark{margin-top:10px!important}.v82-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px;margin:14px 0}.v82-card{background:linear-gradient(180deg,#fff,#f8fbff);border:1px solid rgba(31,82,210,.14);border-radius:20px;padding:16px;box-shadow:0 14px 34px #0d226014}.v82-card h3{margin:0 0 8px;font-family:Montserrat,sans-serif;font-size:15px;color:#0b2f86}.v82-k{font-size:10px;text-transform:uppercase;letter-spacing:.8px;color:#6175a2;font-weight:1000}.v82-v{font-family:Montserrat,sans-serif;font-size:26px;font-weight:1000;color:#0b2f86;line-height:1;margin-top:5px}.v82-s{font-size:12px;color:#667da8;font-weight:800;margin-top:3px}.v82-panel{background:linear-gradient(135deg,#071845,#133fae 58%,#1f72ff);border-radius:24px;color:#fff;padding:20px;margin-bottom:16px;box-shadow:0 22px 55px #0d22602e;position:relative;overflow:hidden}.v82-panel:after{content:"";position:absolute;right:-70px;top:-90px;width:240px;height:240px;border-radius:50%;background:#ffffff1f}.v82-panel h2{font-family:Montserrat,sans-serif;font-size:23px;font-weight:1000;margin:0 0 6px}.v82-panel p{margin:0;color:#ffffffc2;font-weight:750;font-size:13px}.v82-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:14px;position:relative;z-index:1}.v82-validation{margin-top:10px;border-radius:16px;padding:12px 14px;font-size:12px;font-weight:850;line-height:1.45}.v82-validation.ok{background:#f0fdf4;border:1px solid #bbf7d0;color:#166534}.v82-validation.warn{background:#fffbeb;border:1px solid #fde68a;color:#92400e}.v82-validation.danger{background:#fff5f5;border:1px solid #fecaca;color:#991b1b}.v82-chip{display:inline-flex;align-items:center;gap:5px;border-radius:999px;padding:5px 9px;background:#fff;border:1px solid rgba(31,82,210,.13);color:#0b2f86;font-size:11px;font-weight:1000;margin:4px 5px 0 0}.v82-chip.red{background:#fff5f5;color:#991b1b;border-color:#fecaca}.v82-chip.amber{background:#fffbeb;color:#92400e;border-color:#fde68a}.v82-chip.green{background:#f0fdf4;color:#166534;border-color:#bbf7d0}.v82-table-wrap{overflow:auto;border:1px solid rgba(31,82,210,.13);border-radius:18px;background:#fff}.v82-table{width:100%;border-collapse:collapse;font-size:12px}.v82-table th{background:#eef4ff;color:#0b2f86;text-transform:uppercase;letter-spacing:.7px;font-size:10px;text-align:left;padding:10px}.v82-table td{padding:10px;border-top:1px solid #e5edff;color:#31456f}.v82-status-dot{width:10px;height:10px;border-radius:50%;display:inline-block;margin-right:7px;background:#22c55e}.v82-status-dot.warn{background:#f59e0b}.v82-status-dot.err{background:#ef4444}.v82-note{background:#f8fbff;border:1px solid #e1ebff;border-radius:16px;padding:12px 14px;color:#526b98;font-size:12px;font-weight:750;line-height:1.5;margin-top:10px}.v82-danger-zone{border:1.5px solid #fecaca;background:#fff5f5;color:#991b1b;border-radius:18px;padding:14px;margin-top:14px}.v82-danger-zone strong{color:#7f1d1d}.v82-muted{color:#667da8;font-size:12px;font-weight:800}.v82-toolbar{display:flex;gap:10px;flex-wrap:wrap;margin:12px 0}.v82-filter{padding:9px 13px;border-radius:10px;border:1.5px solid var(--border2);font-family:DM Sans,sans-serif;font-size:13px;background:#fff}html.dark-mode .v82-card{background:linear-gradient(180deg,#0b1228,#101a39);border-color:#3b82f62e}html.dark-mode .v82-card h3,html.dark-mode .v82-v{color:#93c5fd}html.dark-mode .v82-s,html.dark-mode .v82-k,html.dark-mode .v82-muted{color:#b6c4df}html.dark-mode .v82-table-wrap,html.dark-mode .v82-table{background:#0b1228}html.dark-mode .v82-table th{background:#101a39;color:#93c5fd}html.dark-mode .v82-table td{border-color:#21365f;color:#dbeafe}html.dark-mode .v82-note{background:#0d1833;border-color:#233b68;color:#cbd5e1}@media(max-width:760px){.v82-panel{padding:16px;border-radius:20px}.v82-panel h2{font-size:20px}.v82-actions .btn{flex:1;min-width:140px}.v82-grid{grid-template-columns:1fr}.v82-card{padding:14px}}.v83-audit-maintenance{background:linear-gradient(180deg,#fff,#f8fbff);border:1px solid rgba(31,82,210,.16);border-radius:18px;padding:14px;margin:12px 0 16px;box-shadow:0 12px 32px #0d226012}.v83-audit-maintenance h3{font-family:Montserrat,sans-serif;font-size:15px;font-weight:1000;color:#0b2f86;margin:0 0 7px}.v83-audit-maintenance p{font-size:12px;color:#60749d;font-weight:750;line-height:1.45;margin:0 0 10px}.v83-audit-row{display:flex;gap:8px;flex-wrap:wrap;align-items:center}.v83-danger-btn{background:#dc2626!important;color:#fff!important;border:0!important}.v83-danger-btn:hover{filter:brightness(.96)}.v83-chip-admin{display:inline-flex;align-items:center;border-radius:999px;background:#fff7ed;color:#9a3412;border:1px solid #fed7aa;padding:6px 10px;font-size:11px;font-weight:1000}body.role-supervisor #btn-sync-offline,body.role-admin #btn-sync-offline{display:flex!important;visibility:visible!important;pointer-events:auto!important}body.role-admin .vendor-bottom-nav,body.role-supervisor .vendor-bottom-nav{display:none!important;visibility:hidden!important;pointer-events:none!important}.v90-panel{background:linear-gradient(135deg,#0d2c85,#1f52d2);color:#fff;border-radius:22px;padding:20px;margin-bottom:16px;box-shadow:0 18px 45px #1f52d22e}.v90-panel h2{margin:0 0 6px;font-family:Montserrat,sans-serif;font-size:22px;font-weight:1000}.v90-panel p{margin:0;font-size:13px;font-weight:750;opacity:.9;line-height:1.45}.v90-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:14px}.v90-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(185px,1fr));gap:12px;margin:14px 0}.v90-card{background:#fff;border:1px solid rgba(31,82,210,.12);border-radius:18px;padding:16px;box-shadow:0 12px 34px #0d226012}.v90-k{font-size:11px;font-weight:1000;color:#5e739f;text-transform:uppercase;letter-spacing:.7px}.v90-v{font-family:Montserrat,sans-serif;font-size:24px;font-weight:1000;color:#12389a;margin-top:6px;line-height:1.05}.v90-s{font-size:12px;color:#64748b;font-weight:750;margin-top:5px}.v90-table-wrap{background:#fff;border:1px solid rgba(31,82,210,.12);border-radius:18px;overflow:auto;box-shadow:0 12px 34px #0d226012}.v90-table{width:100%;border-collapse:collapse;font-size:12px}.v90-table th{background:#eef4ff;color:#12389a;text-align:left;padding:11px;font-size:11px;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap}.v90-table td{padding:10px 11px;border-top:1px solid #eef2ff;color:#182848;vertical-align:middle}.v90-chip{display:inline-flex;align-items:center;border-radius:999px;padding:5px 8px;font-size:10px;font-weight:1000;margin:2px;background:#eaf2ff;color:#12389a;border:1px solid rgba(31,82,210,.13)}.v90-chip.red{background:#fef2f2;color:#b91c1c;border-color:#fecaca}.v90-chip.amber{background:#fffbeb;color:#a16207;border-color:#fde68a}.v90-chip.green{background:#ecfdf5;color:#047857;border-color:#bbf7d0}.v90-toolbar{display:flex;gap:8px;align-items:center;justify-content:space-between;flex-wrap:wrap;margin:12px 0}.v90-note{border:1px dashed rgba(31,82,210,.35);background:#f8fbff;color:#365178;border-radius:16px;padding:12px;font-size:12px;font-weight:750;line-height:1.45}.v90-danger{background:#fff7ed;border:1px solid #fed7aa;border-radius:18px;padding:15px;color:#9a3412;font-weight:800}.v90-status-dot{display:inline-block;width:10px;height:10px;border-radius:999px;background:#16a34a;margin-right:7px}.v90-status-dot.warn{background:#f59e0b}.v90-status-dot.err{background:#dc2626}.v90-progress{height:10px;background:#eaf2ff;border-radius:999px;overflow:hidden;margin-top:9px}.v90-progress>span{display:block;height:100%;background:linear-gradient(90deg,#1f52d2,#00b7ff);width:0%}.v90-small{font-size:11px;color:#64748b;font-weight:750}.v90-code{font-family:ui-monospace,Menlo,Consolas,monospace;font-size:11px;background:#f1f5ff;border:1px solid #dbe7ff;border-radius:8px;padding:2px 5px;color:#12389a}.v90-img-thumb{width:42px;height:42px;border-radius:10px;object-fit:cover;background:#eef4ff;border:1px solid #dbe7ff}#view-catalog .prod-card{position:relative!important;display:flex!important;flex-direction:column!important;min-height:430px!important;height:100%!important;overflow:hidden!important}#view-catalog .prod-img-wrap{position:relative!important;isolation:isolate!important;box-sizing:border-box!important;height:178px!important;padding:46px 18px 18px!important;overflow:hidden!important;display:flex!important;align-items:center!important;justify-content:center!important}#view-catalog .prod-img-wrap:before{content:"";position:absolute;left:0;right:0;top:0;height:52px;z-index:2;pointer-events:none;background:linear-gradient(180deg,#ffffffe0,#ffffff75,#fff0)}#view-catalog .prod-img-wrap img{position:relative!important;z-index:1!important;display:block!important;width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;object-fit:contain!important;object-position:center center!important;margin:auto!important}#view-catalog .prod-card:hover .prod-img-wrap img{transform:scale(1.012)!important}#view-catalog .prod-code-badge{z-index:8!important;top:12px!important;left:12px!important;max-width:calc(100% - 68px)!important;min-height:26px!important;box-sizing:border-box!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;pointer-events:none!important;backdrop-filter:blur(8px)}#view-catalog .favorite-btn{z-index:9!important;top:12px!important;right:12px!important;position:absolute!important;flex-shrink:0!important;backdrop-filter:blur(8px)}#view-catalog .prod-offer-badge{z-index:8!important;top:46px!important;max-width:calc(100% - 24px)!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;pointer-events:none!important}#view-catalog .prod-body{display:flex!important;flex-direction:column!important;flex:1 1 auto!important;min-height:252px!important;gap:8px!important}#view-catalog .prod-meta-row{display:flex!important;flex-wrap:wrap!important;gap:6px!important;min-width:0!important;align-items:flex-start!important;overflow:hidden!important}#view-catalog .prod-brand-chip,#view-catalog .prod-chip,#view-catalog .prod-mini-chip{min-width:0!important;max-width:100%!important;box-sizing:border-box!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}#view-catalog .prod-brand-chip{max-width:58%!important}#view-catalog .prod-name{cursor:pointer!important;display:-webkit-box!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:4!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:normal!important;word-break:normal!important;overflow-wrap:anywhere!important;hyphens:auto!important;min-height:78px!important;font-size:16.2px!important;line-height:1.2!important;letter-spacing:-.2px!important}#view-catalog .prod-name:hover{color:#0d3fb8!important}#view-catalog .prod-bottom{margin-top:auto!important;align-items:center!important;min-height:58px!important}#view-catalog .prod-status-row{margin-top:4px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:8px!important;min-width:0!important}#view-catalog .prod-extra-info{min-width:0!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}#v92ProductDetail{position:fixed;inset:0;z-index:1200;display:none;align-items:center;justify-content:center;padding:18px;background:#040c238f;backdrop-filter:blur(8px)}#v92ProductDetail.open{display:flex!important}.v92-detail-box{width:min(760px,96vw);max-height:92vh;overflow:auto;border-radius:26px;background:#fff;box-shadow:0 32px 90px #00000057;border:1px solid rgba(31,82,210,.14)}.v92-detail-head{display:flex;justify-content:space-between;align-items:flex-start;gap:14px;padding:20px 22px;border-bottom:1px solid rgba(31,82,210,.1)}.v92-detail-kicker{font-size:11px;text-transform:uppercase;letter-spacing:.12em;font-weight:900;color:#6e81ad;margin-bottom:6px}.v92-detail-title{font-family:Montserrat,sans-serif;font-weight:1000;font-size:22px;line-height:1.12;color:#10265a;word-break:normal;overflow-wrap:anywhere}.v92-detail-close{border:none;background:#eef4ff;color:#12389a;border-radius:14px;width:40px;height:40px;font-weight:1000;cursor:pointer;font-size:18px}.v92-detail-main{display:grid;grid-template-columns:250px minmax(0,1fr);gap:20px;padding:22px}.v92-detail-img{height:250px;background:linear-gradient(180deg,#f7fbff,#eef4ff);border-radius:20px;display:flex;align-items:center;justify-content:center;border:1px solid rgba(31,82,210,.1);overflow:hidden}.v92-detail-img img{max-width:94%;max-height:94%;object-fit:contain}.v92-detail-emoji{font-size:78px}.v92-detail-info{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;align-content:start}.v92-detail-card{border:1px solid rgba(31,82,210,.1);border-radius:16px;padding:12px;background:#fbfdff;min-width:0}.v92-detail-card .k{font-size:10px;text-transform:uppercase;letter-spacing:.08em;color:#6e81ad;font-weight:900;margin-bottom:4px}.v92-detail-card .v{font-size:14px;font-weight:900;color:#10265a;overflow-wrap:anywhere}.v92-detail-price .v{font-size:24px;color:#0d3fb8;font-family:Montserrat,sans-serif}.v92-detail-desc{grid-column:1/-1;line-height:1.55;color:#475978;font-weight:700}@media(max-width:640px){#view-catalog .prod-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:11px!important}#view-catalog .prod-card{min-height:392px!important;border-radius:20px!important}#view-catalog .prod-img-wrap{height:132px!important;padding:38px 10px 12px!important}#view-catalog .prod-img-wrap:before{height:44px!important}#view-catalog .prod-code-badge{top:8px!important;left:8px!important;font-size:8.5px!important;padding:5px 6px!important;max-width:calc(100% - 52px)!important;min-height:23px!important}#view-catalog .favorite-btn{top:8px!important;right:8px!important;width:31px!important;height:31px!important;font-size:17px!important}#view-catalog .prod-offer-badge{top:36px!important;left:8px!important;font-size:8.5px!important;padding:5px 6px!important;max-width:calc(100% - 16px)!important}#view-catalog .prod-body{padding:0 12px 12px!important;gap:6px!important;min-height:250px!important}#view-catalog .prod-meta-row{gap:5px!important;max-height:54px!important}#view-catalog .prod-brand-chip,#view-catalog .prod-chip,#view-catalog .prod-mini-chip{font-size:9px!important;padding:5px 7px!important;max-width:100%!important}#view-catalog .prod-name{font-size:12.3px!important;line-height:1.17!important;-webkit-line-clamp:4!important;min-height:58px!important;letter-spacing:-.05px!important}#view-catalog .prod-bottom{min-height:52px!important;gap:8px!important}#view-catalog .prod-price{font-size:17px!important}#view-catalog .prod-price-note{font-size:8.8px!important;letter-spacing:.5px!important}#view-catalog .prod-action-btn{border-radius:13px!important;min-width:62px!important;padding:8px 9px!important;font-size:11px!important}#view-catalog .prod-status-row{align-items:flex-start!important}#view-catalog .prod-stock-chip{font-size:9px!important;padding:6px 7px!important}#view-catalog .prod-extra-info{font-size:9px!important;max-width:78px!important}.v92-detail-main{grid-template-columns:1fr!important}.v92-detail-img{height:220px!important}.v92-detail-info{grid-template-columns:1fr!important}.v92-detail-title{font-size:18px!important}}@media(max-width:380px){#view-catalog .prod-card{min-height:382px!important}#view-catalog .prod-img-wrap{height:122px!important}#view-catalog .prod-name{font-size:11.7px!important}#view-catalog .prod-price{font-size:16px!important}}html.dark-mode #view-catalog .prod-img-wrap:before{background:linear-gradient(180deg,#0b1228e6,#0b12287a,#0b122800)}html.dark-mode #v92ProductDetail .v92-detail-box{background:#0b1228;border-color:#3b82f63d}html.dark-mode .v92-detail-head{border-bottom-color:#3b82f62e}html.dark-mode .v92-detail-title,html.dark-mode .v92-detail-card .v{color:#dbeafe}html.dark-mode .v92-detail-card,html.dark-mode .v92-detail-img{background:#101a39;border-color:#3b82f62e}.v93-mass-options{display:flex;gap:10px;align-items:center;justify-content:space-between;flex-wrap:wrap;background:#f8fbff;border:1px dashed rgba(31,82,210,.28);border-radius:16px;padding:10px 12px;margin:10px 0 12px;color:#365178;font-size:12px;font-weight:800}.v93-mass-options label{display:flex;align-items:center;gap:8px;cursor:pointer}.v93-mass-options input{accent-color:#1f52d2}.v93-pill{display:inline-flex;align-items:center;gap:5px;border-radius:999px;padding:5px 9px;font-size:10px;font-weight:1000;margin:2px;background:#eaf2ff;color:#12389a;border:1px solid rgba(31,82,210,.13)}.v93-pill.red{background:#fef2f2;color:#b91c1c;border-color:#fecaca}.v93-pill.amber{background:#fffbeb;color:#a16207;border-color:#fde68a}.v93-pill.green{background:#ecfdf5;color:#047857;border-color:#bbf7d0}.v93-pill.blue{background:#eff6ff;color:#1d4ed8;border-color:#bfdbfe}.v93-summary{margin-top:10px;background:#f8fbff;border:1px solid #dbe7ff;border-radius:16px;padding:12px;color:#365178;font-size:12px;font-weight:800}.v93-summary strong{color:#0b2f86}.v93-actions-inline{display:flex;gap:8px;flex-wrap:wrap;margin-top:8px}.v93-modal{position:fixed;inset:0;background:#040e2985;backdrop-filter:blur(5px);z-index:99999;display:flex;align-items:center;justify-content:center;padding:18px}.v93-modal-card{max-width:760px;width:min(760px,96vw);max-height:88vh;overflow:auto;background:#fff;border-radius:24px;border:1px solid rgba(31,82,210,.16);box-shadow:0 30px 80px #0d226059}.v93-modal-head{padding:18px 20px;border-bottom:1px solid #e5edff;display:flex;align-items:flex-start;justify-content:space-between;gap:12px;background:linear-gradient(135deg,#071845,#1f52d2);color:#fff}.v93-modal-head h3{margin:0;font-family:Montserrat,sans-serif;font-size:20px;font-weight:1000}.v93-modal-head p{margin:5px 0 0;color:#ffffffc7;font-size:12px;font-weight:800}.v93-close{border:0;background:#ffffff29;color:#fff;border-radius:12px;width:36px;height:36px;cursor:pointer;font-size:20px}.v93-modal-body{padding:18px 20px}.v93-kpis{display:grid;grid-template-columns:repeat(auto-fit,minmax(130px,1fr));gap:10px;margin-bottom:12px}.v93-kpi{border:1px solid #e1ebff;background:#f8fbff;border-radius:16px;padding:12px}.v93-kpi .k{font-size:10px;text-transform:uppercase;letter-spacing:.7px;color:#647aa8;font-weight:1000}.v93-kpi .v{font-family:Montserrat,sans-serif;font-size:22px;font-weight:1000;color:#0b2f86;margin-top:3px}.v93-detail-table{width:100%;border-collapse:collapse;font-size:12px}.v93-detail-table th{text-align:left;background:#eef4ff;color:#0b2f86;padding:9px;text-transform:uppercase;font-size:10px;letter-spacing:.5px}.v93-detail-table td{padding:9px;border-top:1px solid #e5edff;color:#263a5f}.v93-error-row{background:#fff5f5}.v93-warn-row{background:#fffbeb}@media(max-width:600px){.v93-modal{padding:10px}.v93-modal-head h3{font-size:17px}.v93-kpis{grid-template-columns:1fr 1fr}.v93-modal-body{padding:14px}.v93-mass-options{font-size:11px}}html.dark-mode .v93-mass-options,html.dark-mode .v93-summary,html.dark-mode .v93-kpi{background:#0d1833;border-color:#233b68;color:#cbd5e1}html.dark-mode .v93-modal-card{background:#0b1228;border-color:#233b68}html.dark-mode .v93-detail-table th{background:#101a39;color:#93c5fd}html.dark-mode .v93-detail-table td{border-color:#21365f;color:#dbeafe}#view-catalog .prod-card{min-height:382px!important;border-radius:22px!important}#view-catalog .prod-img-wrap{height:154px!important;padding:38px 14px 12px!important}#view-catalog .prod-img-wrap:before{height:42px!important}#view-catalog .prod-body{min-height:0!important;padding:0 14px 14px!important;gap:7px!important}#view-catalog .prod-meta-row{gap:5px!important;margin-top:2px!important;min-height:0!important}#view-catalog .prod-brand-chip{max-width:48%!important}#view-catalog .prod-chip{max-width:100%!important}#view-catalog .prod-name{-webkit-line-clamp:4!important;min-height:74px!important;font-size:15.2px!important;line-height:1.16!important;margin-bottom:2px!important}#view-catalog .prod-desc{min-height:0!important;margin:0!important;font-size:10.5px!important;line-height:1.3!important;-webkit-line-clamp:1!important}#view-catalog .prod-desc:empty{display:none!important}#view-catalog .prod-bottom{margin-top:auto!important;min-height:48px!important;gap:10px!important;align-items:center!important}#view-catalog .prod-price-wrap{gap:1px!important}#view-catalog .prod-price{font-size:19px!important;line-height:1.05!important}#view-catalog .prod-price-note{font-size:9.5px!important;line-height:1.1!important}#view-catalog .prod-action-btn{min-width:74px!important;padding:9px 10px!important;border-radius:16px!important}#view-catalog .prod-status-row{margin-top:2px!important;align-items:center!important;gap:8px!important}#view-catalog .prod-stock-chip{font-size:10px!important;padding:7px 9px!important}#view-catalog .prod-extra-info{font-size:10px!important;max-width:92px!important}body.role-vendedor #backToTop,body.role-admin #backToTop,body.role-supervisor #backToTop{bottom:94px!important}@media(min-width:901px){#view-catalog .prod-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr))!important;gap:14px!important}#view-catalog .prod-card{min-height:394px!important}#view-catalog .prod-img-wrap{height:162px!important}#view-catalog .prod-name{font-size:15.8px!important;min-height:76px!important}}@media(max-width:640px){#view-catalog .prod-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}#view-catalog .prod-card{min-height:338px!important;border-radius:20px!important}#view-catalog .prod-img-wrap{height:118px!important;padding:34px 10px 10px!important}#view-catalog .prod-img-wrap:before{height:36px!important}#view-catalog .prod-code-badge{top:8px!important;left:8px!important;max-width:calc(100% - 50px)!important}#view-catalog .favorite-btn{top:8px!important;right:8px!important}#view-catalog .prod-body{padding:0 11px 12px!important;gap:5px!important}#view-catalog .prod-meta-row{max-height:none!important}#view-catalog .prod-brand-chip,#view-catalog .prod-chip,#view-catalog .prod-mini-chip{font-size:8.8px!important;padding:5px 7px!important}#view-catalog .prod-brand-chip{max-width:52%!important}#view-catalog .prod-name{font-size:11px!important;line-height:1.14!important;-webkit-line-clamp:4!important;min-height:50px!important;letter-spacing:0!important}#view-catalog .prod-desc{font-size:9px!important}#view-catalog .prod-bottom{min-height:46px!important;gap:8px!important}#view-catalog .prod-price{font-size:15px!important}#view-catalog .prod-price-note{font-size:8.2px!important}#view-catalog .prod-action-btn{min-width:58px!important;padding:8px!important;border-radius:14px!important;font-size:11px!important}#view-catalog .prod-status-row{align-items:flex-start!important}#view-catalog .prod-stock-chip{font-size:8.8px!important;padding:6px 7px!important}#view-catalog .prod-extra-info{font-size:8.8px!important;max-width:76px!important}body.role-vendedor #backToTop,body.role-admin #backToTop,body.role-supervisor #backToTop{right:16px!important;bottom:84px!important;width:46px!important;height:46px!important;border-radius:17px!important}}@media(max-width:380px){#view-catalog .prod-card{min-height:328px!important}#view-catalog .prod-img-wrap{height:112px!important}#view-catalog .prod-name{font-size:10.6px!important;min-height:48px!important}#view-catalog .prod-price{font-size:14px!important}}#view-catalog .prod-grid{align-items:stretch!important}#view-catalog .prod-card{min-height:318px!important;height:auto!important;border-radius:20px!important}#view-catalog .prod-img-wrap{height:128px!important;padding:36px 12px 10px!important}#view-catalog .prod-body{min-height:0!important;padding:0 12px 12px!important;gap:5px!important}#view-catalog .prod-meta-row{gap:5px!important;max-height:28px!important;overflow:hidden!important;flex-wrap:nowrap!important;align-items:center!important}#view-catalog .prod-brand-chip,#view-catalog .prod-chip,#view-catalog .prod-mini-chip{font-size:9px!important;padding:5px 7px!important;max-width:50%!important}#view-catalog .prod-name{display:-webkit-box!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:2!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:normal!important;min-height:35px!important;max-height:38px!important;font-size:14px!important;line-height:1.18!important;letter-spacing:0!important;margin:1px 0 2px!important}#view-catalog .prod-desc{display:none!important;min-height:0!important;height:0!important;margin:0!important;padding:0!important}#view-catalog .prod-bottom{min-height:44px!important;margin-top:auto!important;gap:8px!important;align-items:center!important}#view-catalog .prod-price{font-size:17px!important;line-height:1.05!important}#view-catalog .prod-price-note{font-size:8.5px!important;line-height:1.1!important}#view-catalog .prod-action-btn{min-width:62px!important;height:auto!important;padding:8px 9px!important;border-radius:14px!important;font-size:10.5px!important}#view-catalog .prod-action-btn:after{content:" Detalle"!important;font-size:10.5px!important}#view-catalog .prod-status-row{margin-top:1px!important;gap:6px!important;align-items:center!important}#view-catalog .prod-stock-chip{font-size:9px!important;padding:6px 7px!important}#view-catalog .prod-extra-info{font-size:9px!important;max-width:70px!important}@media(min-width:901px){#view-catalog .prod-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr))!important;gap:13px!important}#view-catalog .prod-card{min-height:330px!important}#view-catalog .prod-img-wrap{height:138px!important}#view-catalog .prod-name{font-size:14.7px!important;min-height:36px!important;max-height:40px!important}#view-catalog .prod-price{font-size:18px!important}}@media(max-width:640px){#view-catalog .prod-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}#view-catalog .prod-card{min-height:292px!important;border-radius:18px!important}#view-catalog .prod-img-wrap{height:106px!important;padding:32px 9px 9px!important}#view-catalog .prod-img-wrap:before{height:34px!important}#view-catalog .prod-code-badge{top:7px!important;left:7px!important;font-size:8px!important;padding:5px 6px!important;max-width:calc(100% - 48px)!important;min-height:22px!important}#view-catalog .favorite-btn{top:7px!important;right:7px!important;width:29px!important;height:29px!important;font-size:16px!important}#view-catalog .prod-offer-badge{top:34px!important;left:7px!important;font-size:8px!important;padding:5px 6px!important}#view-catalog .prod-body{padding:0 10px 10px!important;gap:4px!important}#view-catalog .prod-meta-row{max-height:25px!important}#view-catalog .prod-brand-chip,#view-catalog .prod-chip,#view-catalog .prod-mini-chip{font-size:8px!important;padding:4px 6px!important;max-width:58%!important}#view-catalog .prod-name{font-size:10.6px!important;line-height:1.14!important;min-height:25px!important;max-height:27px!important;-webkit-line-clamp:2!important}#view-catalog .prod-bottom{min-height:40px!important;gap:6px!important}#view-catalog .prod-price{font-size:13.8px!important}#view-catalog .prod-price-note{font-size:7.8px!important}#view-catalog .prod-action-btn{min-width:52px!important;padding:7px!important;border-radius:12px!important;font-size:10px!important}#view-catalog .prod-action-btn:after{content:" Detalle"!important;font-size:10px!important}#view-catalog .prod-stock-chip{font-size:8px!important;padding:5px 6px!important}#view-catalog .prod-extra-info{font-size:8px!important;max-width:62px!important}}@media(max-width:380px){#view-catalog .prod-card{min-height:282px!important}#view-catalog .prod-img-wrap{height:100px!important}#view-catalog .prod-name{font-size:10.2px!important}#view-catalog .prod-price{font-size:13px!important}}#view-catalog .prod-grid{align-items:start!important}#view-catalog .prod-card{min-height:0!important;height:auto!important;border-radius:22px!important;overflow:hidden!important;background:linear-gradient(180deg,#fff,#fbfdff)!important}#view-catalog .prod-img-wrap{height:170px!important;padding:34px 10px 10px!important;background:linear-gradient(180deg,#f7fbff,#eef5ff)!important}#view-catalog .prod-img-wrap:before{height:38px!important}#view-catalog .prod-img-wrap img{object-fit:contain!important;transform:scale(1.16)!important;transform-origin:center!important}#view-catalog .prod-card:hover .prod-img-wrap img{transform:scale(1.18)!important}#view-catalog .prod-body{min-height:0!important;padding:10px 13px 13px!important;gap:6px!important}#view-catalog .prod-meta-row{max-height:27px!important;overflow:hidden!important;flex-wrap:nowrap!important;gap:5px!important;margin:0!important}#view-catalog .prod-brand-chip,#view-catalog .prod-chip,#view-catalog .prod-mini-chip{font-size:9px!important;padding:5px 7px!important;max-width:58%!important;border-radius:12px!important}#view-catalog .prod-name{display:-webkit-box!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:2!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:normal!important;min-height:34px!important;max-height:36px!important;font-size:14px!important;line-height:1.18!important;font-weight:900!important;letter-spacing:-.1px!important;margin:0!important}#view-catalog .prod-desc{display:none!important;height:0!important;min-height:0!important;margin:0!important;padding:0!important}#view-catalog .prod-bottom{min-height:0!important;margin-top:4px!important;gap:8px!important;align-items:center!important}#view-catalog .prod-price-wrap{gap:1px!important;min-width:0!important}#view-catalog .prod-price{font-size:18px!important;line-height:1.05!important;letter-spacing:-.5px!important}#view-catalog .prod-price-note{font-size:8px!important;line-height:1!important;letter-spacing:.8px!important}#view-catalog .prod-action-btn{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:3px!important;min-width:58px!important;width:auto!important;height:40px!important;padding:0 9px!important;border-radius:14px!important;font-size:0!important;line-height:1!important;box-shadow:0 10px 20px #0c43ba3d!important}#view-catalog .prod-action-btn:before{content:"+"!important;font-size:17px!important;font-weight:1000!important;line-height:1!important;margin:0!important}#view-catalog .prod-action-btn:after{content:"Detalle"!important;font-size:9.6px!important;font-weight:900!important;line-height:1!important;margin:0!important}#view-catalog .prod-status-row{margin-top:3px!important;min-height:0!important;gap:6px!important;align-items:center!important}#view-catalog .prod-stock-chip{font-size:9px!important;padding:6px 8px!important;border-radius:12px!important}#view-catalog .prod-extra-info{font-size:8.5px!important;max-width:68px!important}#view-catalog .prod-code-badge{z-index:8!important;top:8px!important;left:8px!important}#view-catalog .favorite-btn{z-index:9!important;top:8px!important;right:8px!important}#view-catalog .prod-offer-badge{top:36px!important;left:8px!important}.v92-detail-title{display:block!important;max-height:none!important;overflow:visible!important;-webkit-line-clamp:unset!important;white-space:normal!important;overflow-wrap:anywhere!important}body.role-vendedor #backToTop,body.role-admin #backToTop,body.role-supervisor #backToTop{width:42px!important;height:42px!important;border-radius:16px!important;right:14px!important;bottom:132px!important;z-index:1300!important;opacity:.92!important}@media(min-width:901px){#view-catalog .prod-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr))!important;gap:14px!important}#view-catalog .prod-img-wrap{height:178px!important}#view-catalog .prod-body{padding:11px 14px 14px!important}#view-catalog .prod-name{font-size:14.8px!important;min-height:36px!important;max-height:38px!important}#view-catalog .prod-price{font-size:19px!important}#view-catalog .prod-action-btn{height:42px!important;min-width:66px!important}#view-catalog .prod-action-btn:after{font-size:10.2px!important}}@media(max-width:640px){#view-catalog .prod-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;align-items:start!important}#view-catalog .prod-card{border-radius:19px!important}#view-catalog .prod-img-wrap{height:145px!important;padding:31px 7px 8px!important}#view-catalog .prod-img-wrap:before{height:34px!important}#view-catalog .prod-img-wrap img,#view-catalog .prod-card:hover .prod-img-wrap img{transform:scale(1.2)!important}#view-catalog .prod-body{padding:9px 10px 11px!important;gap:5px!important}#view-catalog .prod-meta-row{max-height:25px!important;gap:4px!important}#view-catalog .prod-brand-chip,#view-catalog .prod-chip,#view-catalog .prod-mini-chip{font-size:8px!important;padding:4px 6px!important;max-width:62%!important}#view-catalog .prod-name{font-size:10.5px!important;line-height:1.15!important;min-height:24px!important;max-height:25px!important;-webkit-line-clamp:2!important}#view-catalog .prod-price{font-size:13.5px!important}#view-catalog .prod-price-note{font-size:7.2px!important}#view-catalog .prod-action-btn{height:34px!important;min-width:48px!important;padding:0 7px!important;border-radius:12px!important;gap:2px!important}#view-catalog .prod-action-btn:before{font-size:15px!important}#view-catalog .prod-action-btn:after{font-size:8.4px!important}#view-catalog .prod-stock-chip{font-size:7.8px!important;padding:5px 6px!important}#view-catalog .prod-extra-info{font-size:7.8px!important;max-width:54px!important}body.role-vendedor #backToTop,body.role-admin #backToTop,body.role-supervisor #backToTop{right:12px!important;bottom:calc(118px + env(safe-area-inset-bottom))!important;width:40px!important;height:40px!important;border-radius:15px!important;font-size:18px!important}}@media(max-width:380px){#view-catalog .prod-img-wrap{height:136px!important}#view-catalog .prod-name{font-size:10px!important}#view-catalog .prod-price{font-size:12.8px!important}#view-catalog .prod-action-btn{min-width:45px!important}#view-catalog .prod-action-btn:after{font-size:8px!important}}#view-catalog .prod-card{content-visibility:auto;contain-intrinsic-size:390px 210px}#view-catalog .prod-img-wrap img[data-src]{opacity:0!important}#view-catalog .prod-img-wrap img.loaded{opacity:1!important}@media(max-width:640px){#view-catalog .prod-grid{gap:9px!important;align-items:start!important}#view-catalog .prod-card{contain:layout paint style!important;content-visibility:auto!important;contain-intrinsic-size:310px 160px!important;box-shadow:0 9px 20px #0d22601c!important;border-color:#1f52d21a!important;transform:none!important;will-change:auto!important}#view-catalog .prod-card:hover{transform:none!important;box-shadow:0 9px 20px #0d22601c!important}#view-catalog .prod-img-wrap{height:142px!important;padding:30px 7px 8px!important;will-change:auto!important}#view-catalog .prod-img-wrap img{transition:none!important;will-change:auto!important;transform:scale(1.12)!important}#view-catalog .prod-card:hover .prod-img-wrap img{transform:scale(1.12)!important}#view-catalog .prod-body{padding:8px 10px 10px!important;gap:4px!important}#view-catalog .prod-meta-row{max-height:24px!important}#view-catalog .prod-name{font-size:10.4px!important;line-height:1.13!important;min-height:24px!important;max-height:24px!important;-webkit-line-clamp:2!important}#view-catalog .prod-bottom{margin-top:3px!important}#view-catalog .prod-action-btn{height:31px!important;min-width:44px!important;padding:0 6px!important;box-shadow:0 7px 15px #0c43ba33!important}#view-catalog .prod-action-btn:before{font-size:14px!important}#view-catalog .prod-action-btn:after{font-size:7.8px!important}#view-catalog .prod-status-row{margin-top:2px!important}#view-catalog .prod-stock-chip{font-size:7.6px!important;padding:5px 6px!important}#view-catalog .prod-extra-info{font-size:7.6px!important;max-width:50px!important}#view-catalog .favorite-btn,#view-catalog .prod-code-badge,#view-catalog .prod-offer-badge{backdrop-filter:none!important;box-shadow:0 4px 10px #0d22601a!important}}@media(max-width:380px){#view-catalog .prod-img-wrap{height:132px!important}#view-catalog .prod-card{contain-intrinsic-size:300px 150px!important}#view-catalog .prod-price{font-size:12.6px!important}}.ea-img-ph,.prod-img-ph{position:absolute;inset:32px 8px 8px;display:flex;align-items:center;justify-content:center;border-radius:16px;background:linear-gradient(180deg,#f6f9ff,#eef4ff);color:#7c8fb8;font-size:38px;z-index:0;transition:opacity .16s ease;pointer-events:none}.prod-img-ph.is-hidden{opacity:0;visibility:hidden}.prod-img-ph.error{opacity:1!important;visibility:visible!important;background:#fff7ed;color:#9a3412}.prod-img-wrap img.img-error{display:none!important}.prod-img-wrap img[data-src]:not(.loaded){opacity:.18!important;background:transparent}.prod-img-wrap img.loaded{opacity:1!important}.v10-toolbar{display:flex;gap:8px;align-items:center;flex-wrap:wrap;margin:12px 0}.v10-toolbar .btn{white-space:nowrap}.v10-page-size{padding:8px 10px;border-radius:10px;border:1.5px solid var(--border2);font-size:12px;background:#fff;color:var(--text);font-family:DM Sans,sans-serif}.v10-pager{display:flex;gap:8px;align-items:center;justify-content:flex-end;flex-wrap:wrap;margin:12px 0}.v10-count{font-size:12px;font-weight:900;color:#526b98;background:#f8fbff;border:1px solid #e1ebff;border-radius:999px;padding:7px 10px}.v10-note{background:#f8fbff;border:1px solid #e1ebff;border-radius:16px;padding:12px 14px;color:#526b98;font-size:12px;font-weight:750;line-height:1.5;margin:10px 0}.v10-note.warn{background:#fffbeb;border-color:#fde68a;color:#92400e}.v10-note.err{background:#fff5f5;border-color:#fecaca;color:#991b1b}.v10-mini{font-size:11px;color:#667da8;font-weight:800}.v10-img-thumb{width:42px;height:42px;object-fit:contain;border-radius:10px;background:#f6f9ff;border:1px solid #e1ebff}.v10-chip{display:inline-flex;align-items:center;gap:5px;border-radius:999px;padding:5px 8px;background:#fff;border:1px solid rgba(31,82,210,.13);color:#0b2f86;font-size:10px;font-weight:1000;margin:2px}.v10-chip.red{background:#fff5f5;color:#991b1b;border-color:#fecaca}.v10-chip.amber{background:#fffbeb;color:#92400e;border-color:#fde68a}.v10-chip.green{background:#f0fdf4;color:#166534;border-color:#bbf7d0}.v10-hidden{display:none!important}@media(max-width:640px){.v74-admin-dashboard,.v6-admin-dashboard{box-shadow:none!important}.prod-card{animation:none!important}.prod-img-wrap img[data-src]:not(.loaded){opacity:.2!important}.prod-img-ph{font-size:32px}}html.dark-mode .v10-note,html.dark-mode .v10-count{background:#0d1833;border-color:#233b68;color:#cbd5e1}html.dark-mode .prod-img-ph{background:#0f1b3d;color:#93c5fd}html.dark-mode .v10-page-size{background:#0f172a;color:#dbeafe;border-color:#233b68}.ea-u-001{position:relative}.ea-u-002{width:100%;padding-right:44px}.ea-u-003{position:absolute;right:10px;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;font-size:17px;line-height:1;color:var(--muted)}.ea-u-004{width:100%;padding:13px;font-size:14px;margin-top:4px}.ea-u-005{opacity:.75;font-size:11px}.ea-u-006{margin-top:8px;background:#ffffff26;border:1px solid rgba(255,255,255,.3);color:#fff;padding:7px 10px;border-radius:7px;font-size:11px;cursor:pointer;width:100%;font-weight:700}.ea-u-007{margin-top:6px;background:#00e5ff2e;border:1px solid rgba(0,229,255,.45);color:#fff;padding:7px 10px;border-radius:7px;font-size:11px;cursor:pointer;width:100%;font-weight:700}.ea-u-008{display:none}.ea-u-009{margin-bottom:14px}.ea-u-010{margin-bottom:12px}.ea-u-011{margin-bottom:8px}.ea-u-012{font-size:13px;color:var(--green);font-weight:600}.ea-u-013{margin-bottom:18px;margin-top:12px}.ea-u-014{width:100%;padding:12px}.ea-u-015{font-size:42px;display:block;margin-bottom:10px}.ea-u-016{font-size:14px;font-weight:700;color:var(--text);margin-bottom:6px}.ea-u-017{font-size:12px;color:var(--muted)}.ea-u-018{display:flex;gap:9px;margin-top:12px;flex-wrap:wrap}.ea-u-019{display:none;margin-top:20px}.ea-u-020{display:flex;gap:10px;flex-wrap:wrap;margin-top:14px}.ea-u-021{display:flex;gap:9px;margin-top:12px}.ea-u-022{font-size:12px;color:var(--muted);margin-top:6px}.ea-u-023{background:var(--royal-faint);border:1px solid var(--border2);border-radius:var(--radius-sm);padding:18px;margin-bottom:18px}.ea-u-024{font-family:Montserrat,sans-serif;font-weight:700;font-size:14px;color:var(--royal);margin-bottom:14px}.ea-u-025{background:var(--gray1);border:1px solid var(--border);border-radius:var(--radius-sm);padding:18px;margin-bottom:18px}.ea-u-026{font-family:Montserrat,sans-serif;font-weight:700;font-size:14px;color:var(--text);margin-bottom:14px}.ea-u-027{margin-top:10px}.ea-u-028{margin-top:12px;margin-bottom:14px}.ea-u-029{margin-bottom:14px;padding-bottom:12px}.ea-u-030{display:flex;gap:10px;margin-bottom:16px;flex-wrap:wrap}.ea-u-031{flex:1;min-width:160px;padding:9px 13px;border-radius:9px;border:1.5px solid var(--border2);font-family:DM Sans,sans-serif;font-size:13px}.ea-u-032{padding:9px 13px;border-radius:9px;border:1.5px solid var(--border2);font-family:DM Sans,sans-serif;font-size:13px}.ea-u-033{overflow:auto}.ea-u-034{max-width:540px}.ea-u-035{display:flex;align-items:center;gap:22px;margin-bottom:22px;flex-wrap:wrap}.ea-u-036{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:var(--gray5);margin-bottom:8px}.ea-u-037{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:var(--green);margin-bottom:8px}.ea-u-038{margin-bottom:15px}.ea-u-039{max-width:540px;margin-top:18px}.ea-u-040{font-size:13px;color:var(--muted);margin-bottom:16px;line-height:1.6}.ea-u-041{display:none;margin-bottom:14px}.ea-u-042{display:flex;justify-content:space-between;font-size:13px;margin-bottom:6px}.ea-u-043{color:var(--muted)}.ea-u-044{font-weight:700;color:var(--royal)}.ea-u-045{background:var(--gray1);border-radius:20px;height:8px;overflow:hidden}.ea-u-046{height:8px;background:var(--royal);border-radius:20px;width:0%;transition:width .4s}.ea-u-047{display:none;padding:12px 16px;border-radius:10px;font-size:13px;margin-bottom:14px}.ea-u-048{background:var(--royal-faint);border:1px solid var(--border2);border-radius:var(--radius-sm);padding:18px;margin-bottom:22px}.ea-u-049{font-family:Montserrat,sans-serif;font-size:14px;font-weight:700;color:var(--royal);margin-bottom:16px}.ea-u-050{margin:0;padding:0;border:none}.ea-u-051{max-width:480px}.ea-u-052{margin-bottom:13px}.ea-u-053{padding:10px 13px;border-radius:var(--radius-sm);border:1.5px solid var(--border2);font-family:DM Sans,sans-serif;font-size:13px}.ea-u-054{margin-bottom:20px}.ea-u-055{font-size:13px;color:var(--muted);margin-bottom:18px}.ea-u-056{display:flex;gap:10px;align-items:center;justify-content:flex-end;margin-top:14px}.ea-u-057{color:#ffffffbf;font-size:13px}.ea-u-058{display:flex;align-items:center;justify-content:space-between;margin-bottom:17px}.ea-u-059{max-height:350px}.ea-u-060{display:flex;gap:9px}.ea-u-061{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.ea-u-062{font-size:17px;font-weight:800;color:var(--royal)}.ea-u-063{display:flex;gap:10px;margin-top:20px}.ea-u-064{flex:1;padding:12px}.ea-u-065{padding:12px 20px}.ea-u-066{flex:1}.ea-u-067{color:var(--muted);font-size:10px}.ea-u-068{max-width:420px}.ea-u-069{font-size:14px;color:var(--text2);line-height:1.6;margin-bottom:20px}.ea-u-070{display:flex;gap:10px;justify-content:flex-end}.mobile-shop-summary,.mobile-offers-banner,.mobile-filter-settings{display:none}@media(max-width:640px){html,body{max-width:100%;overflow-x:hidden;background:#f6f8fd}body{padding-bottom:calc(86px + env(safe-area-inset-bottom))}.header{position:sticky!important;top:0!important;z-index:900!important;background:#fffffff5!important;border-bottom:1px solid #e5ebf8!important;box-shadow:0 8px 28px #0a266b14!important;backdrop-filter:blur(14px)}.header-inner{min-height:82px!important;padding:10px 14px!important;display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;gap:10px!important;align-items:center!important}.header-logo{min-width:0!important;gap:0!important}.hlogo-text,.hclock,#btn-sync-offline,#sync-tooltip{display:none!important}.hlogo-img{display:block!important;width:150px!important;max-width:46vw!important;height:58px!important;object-fit:contain!important;object-position:left center!important;padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important;border-radius:0!important}.header-user{grid-column:2!important;grid-row:1!important;display:flex!important;width:auto!important;max-width:150px!important;height:48px!important;padding:5px 9px!important;border:1px solid #dce5f7!important;border-radius:16px!important;background:#f8faff!important;color:#102b76!important;box-shadow:none!important;gap:7px!important}.user-av{width:34px!important;height:34px!important;background:#dbe7ff!important;color:#15388f!important}.header-user #userName{display:block!important;max-width:67px!important;color:#152b67!important;font-size:12px!important;font-weight:800!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.user-role-badge{display:none!important}.btn-logout{width:24px!important;height:24px!important;background:transparent!important;color:#34518f!important}.btn-logout:after{content:"\2304"!important;color:#34518f!important}.subnav{position:relative!important;top:auto!important;background:#fff!important;border:0!important;padding:8px 12px 12px!important;box-shadow:none!important}.subnav-inner{display:block!important;padding:0!important;max-width:none!important}.subnav-inner>.snav-btn{display:none!important}.subnav-v6-filter-shell{width:100%!important;margin:0!important}.vendor-filter-bar{padding:0!important;background:transparent!important;border:0!important;box-shadow:none!important;border-radius:0!important}.vendor-filter-copy,.vendor-filter-actions,.vendor-quick-meta{display:none!important}.v6-select-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:8px!important;width:100%!important}.v6-select-field{height:54px!important;padding:7px 9px!important;background:#fff!important;border:1px solid #dfe7f7!important;border-radius:15px!important;box-shadow:0 5px 16px #1238910d!important;min-width:0!important}.v6-select-field span{font-size:8px!important;color:#7080a7!important;letter-spacing:.5px!important}.v6-select-field select{font-size:11px!important;color:#0c2d83!important;font-weight:900!important;min-width:0!important;padding-right:2px!important}#view-catalog .page{padding:0 12px 18px!important}#view-catalog .products-area{min-width:0!important;width:100%!important}.vendor-top-panel{margin:0 0 10px!important}.catalog-old-alert{border-radius:16px!important;padding:13px 14px!important;font-size:11px!important}.search-wrap{height:58px!important;margin:8px 0 10px!important;border:1px solid #dce5f7!important;border-radius:17px!important;background:#fff!important;box-shadow:0 7px 22px #1238910f!important;padding:0 10px!important}.search-icon{font-size:22px!important}.search-wrap input{min-width:0!important;font-size:13px!important;padding:0 8px!important}.search-clear-btn{font-size:11px!important;color:#0c2d83!important;border-left:1px solid #e5ebf8!important;padding-left:10px!important}.catalog-stats-bar{display:none!important}.mobile-shop-summary{display:grid;grid-template-columns:1fr 1.16fr;gap:8px;margin:10px 0 12px}.mobile-summary-card{min-width:0;min-height:72px;border:1px solid #dfe7f7;border-radius:17px;background:#fff;color:#102b76;display:flex;align-items:center;gap:9px;padding:10px;text-align:left;box-shadow:0 7px 20px #12389112;font-family:DM Sans,sans-serif;cursor:pointer}.mobile-summary-card span:not(.mobile-summary-icon){min-width:0;display:flex;flex-direction:column}.mobile-summary-icon{font-size:24px;flex:0 0 auto}.mobile-summary-card strong{font-family:Montserrat,sans-serif;font-size:17px;line-height:1.05;color:#102b76;white-space:nowrap}.mobile-summary-card small{margin-top:4px;font-size:9px;color:#7080a7;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mobile-summary-offers{background:linear-gradient(110deg,#071f78 0,#143fbd 38%,#f8faff 39%,#fff);padding-left:10px}.mobile-summary-offers .mobile-summary-icon{color:#fff}.mobile-summary-offers strong,.mobile-summary-offers small{margin-left:5px}.mobile-summary-offers strong{font-size:11px}.mobile-summary-offers>b{margin-left:auto;font-size:23px;color:#12389a}.mobile-offers-banner{width:100%;min-height:142px;margin:0 0 12px;padding:18px 20px;border:0;border-radius:21px;background:radial-gradient(circle at 84% 28%,rgba(255,255,255,.22),transparent 28%),linear-gradient(135deg,#071b68,#0d38ad 58%,#224dc0);color:#fff;box-shadow:0 14px 32px #0c2d8338;display:flex;align-items:center;justify-content:space-between;text-align:left;overflow:hidden;cursor:pointer}.mobile-offers-banner>span:first-child{display:flex;flex-direction:column;align-items:flex-start;position:relative;z-index:1}.mobile-offers-banner small{padding:5px 9px;border:1px solid rgba(255,255,255,.3);border-radius:999px;background:#ffffff1c;font-size:8px;font-weight:900;letter-spacing:1px}.mobile-offers-banner strong{font-family:Montserrat,sans-serif;font-size:22px;margin-top:10px}.mobile-offers-banner em{font-style:normal;font-size:11px;margin-top:3px;color:#ffffffd1}.mobile-offers-banner b{margin-top:13px;background:#fff;color:#103391;border-radius:999px;padding:9px 13px;font-size:10px}.mobile-offers-art{font-size:54px;filter:drop-shadow(0 8px 14px rgba(0,0,0,.18));transform:rotate(8deg)}#view-catalog .prod-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;align-items:stretch!important}#view-catalog .prod-card{position:relative!important;min-width:0!important;min-height:382px!important;height:100%!important;border:1px solid #dfe6f4!important;border-radius:20px!important;background:#fff!important;box-shadow:0 7px 22px #12389112!important;overflow:hidden!important;animation:none!important;contain:layout style!important}#view-catalog .prod-card:hover{transform:none!important;box-shadow:0 7px 22px #12389112!important}#view-catalog .prod-img-wrap{height:164px!important;padding:35px 8px 16px!important;background:linear-gradient(180deg,#fff,#fbfcff)!important;overflow:hidden!important}#view-catalog .prod-img-wrap:before{display:none!important}#view-catalog .prod-img-wrap img{width:100%!important;height:100%!important;max-height:none!important;object-fit:contain!important;transform:none!important;filter:none!important}#view-catalog .prod-card:hover .prod-img-wrap img{transform:none!important}#view-catalog .prod-code-badge{top:9px!important;left:9px!important;min-height:25px!important;max-width:calc(100% - 52px)!important;padding:5px 8px!important;border:1px solid #dfe7f7!important;border-radius:999px!important;background:#fff!important;color:#15388f!important;font-size:9px!important;box-shadow:none!important}#view-catalog .favorite-btn{top:8px!important;right:8px!important;width:32px!important;height:32px!important;border:1px solid #dfe7f7!important;border-radius:50%!important;background:#fff!important;color:#7e8eae!important;font-size:20px!important;box-shadow:0 4px 12px #1238910f!important}#view-catalog .favorite-btn.active{background:#fff9df!important;color:#f0a800!important;border-color:#f5d66d!important}#view-catalog .prod-offer-badge{top:41px!important;left:9px!important;font-size:8px!important;padding:5px 7px!important;border-radius:999px!important}#view-catalog .prod-body{display:flex!important;flex-direction:column!important;gap:6px!important;min-height:218px!important;padding:10px 10px 11px!important}#view-catalog .prod-status-row{position:absolute!important;top:137px!important;left:10px!important;right:auto!important;margin:0!important;z-index:7!important;min-height:25px!important;display:flex!important;align-items:center!important}#view-catalog .prod-stock-chip{padding:6px 8px!important;border:0!important;border-radius:999px!important;font-size:8.4px!important;line-height:1!important;box-shadow:0 3px 10px #0000000a!important}#view-catalog .prod-extra-info{display:none!important}#view-catalog .prod-meta-row{display:flex!important;min-height:24px!important;max-height:24px!important;gap:4px!important;overflow:hidden!important;order:1!important}#view-catalog .prod-brand-chip,#view-catalog .prod-chip,#view-catalog .prod-mini-chip{min-width:0!important;max-width:58%!important;padding:4px 6px!important;border-radius:999px!important;font-size:7.7px!important;line-height:1!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}#view-catalog .prod-name{order:2!important;min-height:34px!important;max-height:34px!important;margin:0!important;color:#0d2d80!important;font-family:Montserrat,sans-serif!important;font-size:10.4px!important;line-height:1.18!important;font-weight:900!important;display:-webkit-box!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:2!important;overflow:hidden!important}#view-catalog .prod-desc{display:none!important}#view-catalog .prod-bottom{order:3!important;display:flex!important;flex-direction:column!important;align-items:stretch!important;gap:8px!important;margin-top:auto!important;min-height:91px!important}#view-catalog .prod-price-wrap{display:flex!important;flex-direction:column!important;gap:2px!important;min-width:0!important}#view-catalog .prod-price{font-family:Montserrat,sans-serif!important;color:#0a369b!important;font-size:16px!important;line-height:1!important;font-weight:900!important;letter-spacing:-.35px!important}#view-catalog .prod-price-note{color:#7182a9!important;font-size:7.7px!important;line-height:1!important;text-transform:uppercase!important;letter-spacing:.75px!important;font-weight:800!important}#view-catalog .prod-action-btn{width:100%!important;min-width:0!important;height:40px!important;padding:0 12px!important;border:0!important;border-radius:13px!important;background:linear-gradient(100deg,#092b91,#0b3bb7)!important;color:#fff!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:6px!important;box-shadow:none!important}#view-catalog .prod-action-btn:before{display:none!important}#view-catalog .prod-action-btn:after{content:"Ver detalle  \203a"!important;color:#fff!important;font-size:10.5px!important;font-weight:900!important}.vendor-bottom-nav{position:fixed!important;left:10px!important;right:10px!important;bottom:calc(8px + env(safe-area-inset-bottom))!important;width:auto!important;min-height:68px!important;padding:7px 8px!important;display:grid!important;grid-template-columns:repeat(4,1fr)!important;background:#fffffff5!important;border:1px solid #e0e7f5!important;border-radius:22px!important;box-shadow:0 14px 38px #0a266b33!important;backdrop-filter:blur(16px)!important;z-index:1200!important}.vbn-item{min-width:0!important;border:0!important;border-radius:15px!important;background:transparent!important;color:#294579!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:3px!important;padding:5px!important}.vbn-item span{font-size:20px!important;line-height:1!important}.vbn-item b{font-size:8.5px!important;white-space:nowrap!important}.vbn-item.active{background:#eef4ff!important;color:#0a36a0!important;border:1px solid #c9d9ff!important}.site-footer{margin-bottom:78px!important}}@media(max-width:370px){.hlogo-img{width:128px!important}.header-user{max-width:132px!important}#view-catalog .page{padding-left:8px!important;padding-right:8px!important}#view-catalog .prod-grid{gap:7px!important}#view-catalog .prod-card{min-height:365px!important}#view-catalog .prod-img-wrap{height:150px!important}#view-catalog .prod-status-row{top:124px!important}#view-catalog .prod-name{font-size:9.8px!important}#view-catalog .prod-price{font-size:14px!important}}@media(max-width:900px){html,body{background:#f8faff!important;overflow-x:hidden!important}body{padding-bottom:calc(88px + env(safe-area-inset-bottom))!important}.header{position:sticky!important;top:0!important;z-index:1000!important;background:#fffffffa!important;border-bottom:1px solid #e5ebf8!important;box-shadow:0 7px 24px #0e2d7812!important;backdrop-filter:blur(14px)!important}.header-inner{min-height:86px!important;padding:11px 16px!important;display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:center!important;gap:12px!important}.header-logo{min-width:0!important;gap:0!important}.hlogo-text,.hclock,#btn-sync-offline,#sync-tooltip{display:none!important}.hlogo-img{display:block!important;width:178px!important;max-width:48vw!important;height:62px!important;object-fit:contain!important;object-position:left center!important;padding:0!important;border:0!important;background:transparent!important;border-radius:0!important;box-shadow:none!important}.header-user{grid-column:2!important;grid-row:1!important;display:flex!important;width:auto!important;max-width:175px!important;height:50px!important;padding:6px 10px!important;gap:8px!important;border:1px solid #dce5f7!important;border-radius:17px!important;background:#f7f9fe!important;color:#142d72!important;box-shadow:none!important}.user-av{width:35px!important;height:35px!important;background:#dbe7ff!important;color:#15388f!important}.header-user #userName{display:block!important;max-width:82px!important;color:#152b67!important;font-size:12px!important;font-weight:800!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.user-role-badge{display:none!important}.btn-logout{width:25px!important;height:25px!important;background:transparent!important;color:#34518f!important}.btn-logout:after{content:"\2304"!important;color:#34518f!important;font-size:14px!important}.subnav{position:relative!important;top:auto!important;background:#fff!important;border:0!important;padding:9px 14px 14px!important;box-shadow:none!important}.subnav-inner{display:block!important;padding:0!important;max-width:none!important}.subnav-inner>.snav-btn{display:none!important}.subnav-v6-filter-shell{width:100%!important;margin:0!important}.vendor-filter-bar{padding:0!important;background:transparent!important;border:0!important;box-shadow:none!important;border-radius:0!important}.vendor-filter-copy,.vendor-quick-meta{display:none!important}.v6-select-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr)) 54px!important;gap:9px!important;width:100%!important;align-items:stretch!important}.v6-select-field{height:56px!important;padding:7px 11px!important;background:#fff!important;border:1px solid #dfe7f7!important;border-radius:16px!important;box-shadow:0 5px 16px #1238910d!important;min-width:0!important}.v6-select-field span{font-size:8px!important;color:#7080a7!important;letter-spacing:.55px!important}.v6-select-field select{font-size:11px!important;color:#0c2d83!important;font-weight:900!important;min-width:0!important;padding-right:2px!important}.mobile-filter-settings{display:flex!important;align-items:center!important;justify-content:center!important;width:54px!important;height:56px!important;border:1px solid #dfe7f7!important;border-radius:16px!important;background:#fff!important;color:#12389a!important;font-size:24px!important;font-weight:900!important;box-shadow:0 5px 16px #1238910d!important;cursor:pointer!important}.vendor-filter-actions{display:none!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:8px!important;margin-top:9px!important}.vendor-filter-bar.mobile-actions-open .vendor-filter-actions{display:grid!important}.vendor-filter-actions .vendor-filter-btn{min-width:0!important;height:42px!important;border-radius:13px!important;font-size:10px!important}#view-catalog{background:#f8faff!important}#view-catalog .page{padding:0 14px 20px!important}#view-catalog .products-area{min-width:0!important;width:100%!important}.vendor-top-panel{margin:0 0 10px!important}.vendor-offline-status:empty{display:none!important}.catalog-old-alert{margin:0 0 12px!important;padding:15px 16px!important;border-radius:17px!important;background:#fff9ee!important;border:1px solid #ffd37e!important;color:#6f3512!important;font-size:11px!important;box-shadow:none!important}.search-wrap{height:62px!important;margin:0 0 12px!important;padding:0 12px!important;border:1px solid #dce5f7!important;border-radius:18px!important;background:#fff!important;box-shadow:0 7px 22px #1238910f!important}.search-icon{font-size:23px!important}.search-wrap input{min-width:0!important;padding:0 9px!important;font-size:13px!important;color:#1f376c!important}.search-clear-btn{padding-left:12px!important;border-left:1px solid #e5ebf8!important;color:#0c2d83!important;font-size:11px!important}.catalog-stats-bar{display:none!important}.mobile-shop-summary{display:grid!important;grid-template-columns:1fr 1.18fr!important;gap:9px!important;margin:0 0 13px!important}.mobile-summary-card{min-width:0!important;min-height:76px!important;border:1px solid #dfe7f7!important;border-radius:18px!important;background:#fff!important;color:#102b76!important;display:flex!important;align-items:center!important;gap:10px!important;padding:11px!important;text-align:left!important;box-shadow:0 7px 20px #12389112!important;font-family:DM Sans,sans-serif!important;cursor:pointer!important}.mobile-summary-card span:not(.mobile-summary-icon){min-width:0!important;display:flex!important;flex-direction:column!important}.mobile-summary-icon{font-size:25px!important;flex:0 0 auto!important}.mobile-summary-card strong{font-family:Montserrat,sans-serif!important;font-size:18px!important;line-height:1.05!important;color:#102b76!important;white-space:nowrap!important}.mobile-summary-card small{margin-top:4px!important;font-size:9px!important;color:#7080a7!important;font-weight:700!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.mobile-summary-offers{background:linear-gradient(110deg,#071f78 0,#143fbd 38%,#f8faff 39%,#fff)!important}.mobile-summary-offers strong{font-size:11px!important}.mobile-summary-offers>b{margin-left:auto!important;font-size:23px!important;color:#12389a!important}.mobile-offers-banner{display:flex!important;width:100%!important;min-height:148px!important;margin:0 0 14px!important;padding:19px 21px!important;border:0!important;border-radius:22px!important;background:radial-gradient(circle at 84% 28%,rgba(255,255,255,.22),transparent 28%),linear-gradient(135deg,#071b68,#0d38ad 58%,#224dc0)!important;color:#fff!important;box-shadow:0 14px 32px #0c2d8338!important;align-items:center!important;justify-content:space-between!important;text-align:left!important;overflow:hidden!important;cursor:pointer!important}.mobile-offers-banner>span:first-child{display:flex!important;flex-direction:column!important;align-items:flex-start!important}.mobile-offers-banner small{padding:5px 9px!important;border:1px solid rgba(255,255,255,.3)!important;border-radius:999px!important;background:#ffffff1c!important;font-size:8px!important;font-weight:900!important;letter-spacing:1px!important}.mobile-offers-banner strong{font-family:Montserrat,sans-serif!important;font-size:23px!important;margin-top:10px!important}.mobile-offers-banner em{font-style:normal!important;font-size:11px!important;margin-top:3px!important;color:#ffffffd1!important}.mobile-offers-banner b{margin-top:13px!important;background:#fff!important;color:#103391!important;border-radius:999px!important;padding:9px 13px!important;font-size:10px!important}.mobile-offers-art{font-size:56px!important;filter:drop-shadow(0 8px 14px rgba(0,0,0,.18))!important;transform:rotate(8deg)!important}.vendor-bottom-nav{position:fixed!important;left:10px!important;right:10px!important;bottom:calc(8px + env(safe-area-inset-bottom))!important;width:auto!important;min-height:70px!important;padding:7px 8px!important;display:grid!important;grid-template-columns:repeat(4,1fr)!important;background:#fffffff7!important;border:1px solid #e0e7f5!important;border-radius:22px!important;box-shadow:0 14px 38px #0a266b33!important;backdrop-filter:blur(16px)!important;z-index:1200!important}.vbn-item{min-width:0!important;border:0!important;border-radius:15px!important;background:transparent!important;color:#294579!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:3px!important;padding:5px!important}.vbn-item span{font-size:21px!important;line-height:1!important}.vbn-item b{font-size:9px!important;white-space:nowrap!important}.vbn-item.active{background:#eef4ff!important;color:#0a36a0!important;border:1px solid #c9d9ff!important}.site-footer{margin-bottom:80px!important}}@media(max-width:520px){.header-inner{padding-left:12px!important;padding-right:12px!important}.hlogo-img{width:150px!important}.header-user{max-width:145px!important}.v6-select-grid{grid-template-columns:repeat(3,minmax(0,1fr)) 48px!important;gap:7px!important}.mobile-filter-settings{width:48px!important}.v6-select-field{padding-left:8px!important;padding-right:8px!important}.mobile-offers-banner{min-height:140px!important}.mobile-offers-banner strong{font-size:21px!important}}@media(max-width:900px){html body .subnav-v6-filter-shell,html body #vendorFilterBar,html body #vendorFilterBar .v6-select-grid{min-width:0!important;max-width:100%!important;width:100%!important}html body .subnav-v6 #vendorFilterBar .v6-select-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr)) 48px!important;gap:7px!important;flex:none!important}html body #vendorFilterBar .v6-select-grid .v6-select-field{min-width:0!important;width:100%!important;max-width:100%!important;inline-size:100%!important;flex:none!important;overflow:hidden!important}html body #vendorFilterBar .v6-select-field select{width:100%!important;min-width:0!important;max-width:100%!important;padding:0 13px 0 2px!important;font-size:10px!important;color:#0c2d83!important;-webkit-text-fill-color:#0c2d83!important;opacity:1!important;background:transparent!important;overflow:hidden!important;text-overflow:ellipsis!important}html body #vendorFilterBar .mobile-filter-settings{display:flex!important;width:100%!important;min-width:0!important;max-width:100%!important;inline-size:100%!important}}.mobile-offers-banner{display:none!important}@media(max-width:900px){.header-inner{min-height:78px!important;padding-top:7px!important;padding-bottom:7px!important}.header-logo{display:flex!important;align-items:center!important;align-self:stretch!important;overflow:visible!important;cursor:default!important}.hlogo-img{width:184px!important;max-width:49vw!important;height:64px!important;object-fit:contain!important;object-position:left center!important;border:0!important;border-radius:0!important;padding:0!important;margin:0!important;background:transparent!important;box-shadow:none!important}.header:after{content:"";position:absolute;left:14px;right:14px;bottom:0;height:2px;border-radius:999px;background:linear-gradient(90deg,#102c86 0,#2a5bd7 54%,transparent 100%);opacity:.2}#view-catalog .page{padding-top:4px!important}}@media(max-width:390px){.hlogo-img{width:152px!important;max-width:47vw!important;height:58px!important}.header-user{max-width:137px!important}}html body .subnav-v6 .v6-select-field{position:relative!important;background:linear-gradient(180deg,#4d7fd1,#3565b8)!important;border-color:#6f98dc!important;box-shadow:0 6px 16px #1f4b9924,inset 0 1px #ffffff38!important}html body .subnav-v6 .v6-select-field:after{content:"\203a"!important;display:block!important;position:absolute!important;right:11px!important;top:50%!important;transform:translateY(-52%) rotate(90deg)!important;color:#fff!important;font-size:15px!important;font-weight:900!important;line-height:1!important;pointer-events:none!important}html body .subnav-v6 .v6-select-field select{display:block!important;appearance:none!important;-webkit-appearance:none!important;background:transparent none!important;background-image:none!important;color:#fff!important;-webkit-text-fill-color:#fff!important;opacity:1!important;font-weight:900!important;text-shadow:0 1px 1px rgba(13,42,99,.18)!important}html body .subnav-v6 .v6-select-field select::-ms-expand{display:none!important}html body .v114-donut{position:relative!important;display:grid!important;place-items:center!important;flex:0 0 auto!important;overflow:visible!important;background:transparent!important}html body .v114-donut:after{display:none!important;content:none!important}html body .v114-donut svg{position:absolute!important;inset:0!important;display:block!important;width:100%!important;height:100%!important;transform:rotate(-90deg)!important;overflow:visible!important}html body .v114-donut circle{fill:none!important;stroke-width:7!important;stroke-linecap:butt!important}html body .v114-ring-bg{stroke:#edf2fb!important}html body .v114-ring-ok{stroke:#2878dd!important}html body .v114-ring-low{stroke:#f3b51b!important}html body .v114-ring-out{stroke:#ef5b5b!important}html body .v114-donut>span{position:relative!important;z-index:2!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:2px!important;color:#173778!important;line-height:1!important}html body .v114-donut>span b,html body .v114-donut>span small{display:block!important}html body .v114-donut>span small{margin:0!important}html body .v114-legend{display:flex!important;flex-direction:column!important;gap:11px!important;min-width:0!important}html body .v114-legend>span{display:grid!important;grid-template-columns:10px minmax(0,1fr) auto!important;align-items:center!important;column-gap:8px!important;min-width:0!important}html body .v114-legend em{min-width:0!important;color:#62759b!important;font-style:normal!important;white-space:nowrap!important}@media(max-width:900px){html body .subnav-v6 #vendorFilterBar .v6-select-grid{grid-template-columns:repeat(3,minmax(0,1fr)) 48px!important}html body #vendorFilterBar .v6-select-field{height:52px!important;min-width:0!important;width:100%!important;padding:0!important;border-radius:15px!important;overflow:hidden!important;background:linear-gradient(180deg,#5687d7,#3e70c4)!important;border-color:#79a0df!important;box-shadow:0 6px 14px #2654a121,inset 0 1px #ffffff40!important}html body #vendorFilterBar .v6-select-field:before{left:9px!important;width:6px!important;height:6px!important}html body #vendorFilterBar .v6-select-field:after{right:8px!important;font-size:13px!important}html body #vendorFilterBar .v6-select-field select{width:100%!important;height:100%!important;min-width:0!important;max-width:100%!important;padding:0 22px!important;color:#fff!important;-webkit-text-fill-color:#fff!important;font-size:11px!important;font-weight:900!important;text-align:left!important;text-align-last:left!important;overflow:hidden!important;white-space:nowrap!important;text-overflow:ellipsis!important}html body .v114-donut-wrap{display:grid!important;grid-template-columns:124px minmax(0,1fr)!important;align-items:center!important;gap:18px!important;min-height:145px!important}html body .v114-donut{width:124px!important;height:124px!important}html body .v114-legend>span{font-size:11px!important}}@media(max-width:390px){html body #vendorFilterBar .v6-select-field select{padding-left:19px!important;padding-right:18px!important;font-size:10px!important}html body #vendorFilterBar .v6-select-field:before{left:7px!important}html body #vendorFilterBar .v6-select-field:after{right:6px!important}html body .v114-donut-wrap{grid-template-columns:112px minmax(0,1fr)!important;gap:13px!important}html body .v114-donut{width:112px!important;height:112px!important}}:root{--glass-blue-top:#d7f3ff;--glass-blue-mid:#75cef5;--glass-blue-bottom:#35a9e7;--glass-blue-border:#7fd8ff;--glass-blue-text:#073e72;--neon-bg:#030918;--neon-panel:#071226;--neon-panel-2:#0a1933;--neon-blue:#31cfff;--neon-text:#eefbff}.theme-toggle{position:relative;isolation:isolate;min-width:112px;height:38px;padding:0 13px;border:1px solid rgba(82,196,244,.72);border-radius:999px;background:radial-gradient(ellipse at 50% -45%,rgba(255,255,255,.92) 0 30%,transparent 62%),linear-gradient(180deg,var(--glass-blue-top) 0%,var(--glass-blue-mid) 46%,var(--glass-blue-bottom) 100%);color:var(--glass-blue-text);box-shadow:inset 0 2px 2px #ffffffe6,inset 0 -3px 5px #006db92e,0 7px 16px #0e6cb533;display:inline-flex;align-items:center;justify-content:center;gap:7px;font-family:DM Sans,sans-serif;font-size:11px;font-weight:900;cursor:pointer;white-space:nowrap;transition:transform .18s ease,box-shadow .18s ease,filter .18s ease}.theme-toggle:hover{transform:translateY(-1px);filter:saturate(1.08);box-shadow:inset 0 2px 2px #ffffffeb,inset 0 -3px 5px #006db92e,0 10px 22px #0e6cb547}.theme-toggle:focus-visible{outline:3px solid rgba(49,207,255,.28);outline-offset:3px}.theme-toggle-icon{font-size:16px;line-height:1}html:not(.dark-mode) body .subnav-v6 .v6-select-field,html:not(.dark-mode) body #vendorFilterBar .mobile-filter-settings,html:not(.dark-mode) body .subnav-v6 .v6-actions .vendor-filter-btn,html:not(.dark-mode) body:not(.role-vendedor) .subnav-inner-v6>.snav-btn,html:not(.dark-mode) body .v74-mini-btn{border-color:var(--glass-blue-border)!important;background:radial-gradient(ellipse at 50% -48%,rgba(255,255,255,.95) 0 29%,transparent 62%),linear-gradient(180deg,var(--glass-blue-top) 0%,var(--glass-blue-mid) 47%,var(--glass-blue-bottom) 100%)!important;color:var(--glass-blue-text)!important;box-shadow:inset 0 2px 2px #ffffffe0,inset 0 -3px 5px #006db929,0 7px 16px #0e6cb52e!important;text-shadow:none!important}html:not(.dark-mode) body .subnav-v6 .v6-select-field:hover,html:not(.dark-mode) body #vendorFilterBar .mobile-filter-settings:hover,html:not(.dark-mode) body .subnav-v6 .v6-actions .vendor-filter-btn:hover,html:not(.dark-mode) body:not(.role-vendedor) .subnav-inner-v6>.snav-btn:hover,html:not(.dark-mode) body .v74-mini-btn:hover{filter:saturate(1.08) brightness(1.02);transform:translateY(-1px)}html:not(.dark-mode) body .subnav-v6 .v6-select-field select{color:var(--glass-blue-text)!important;-webkit-text-fill-color:var(--glass-blue-text)!important;text-shadow:none!important}html:not(.dark-mode) body .subnav-v6 .v6-select-field:after{color:var(--glass-blue-text)!important}html:not(.dark-mode) body .subnav-v6 .v6-select-field:before{background:#00cfee!important;box-shadow:0 0 0 3px #ffffff57,0 0 10px #00cfeeb8!important}html:not(.dark-mode) body .subnav-v6 .v6-actions .vendor-filter-btn.active,html:not(.dark-mode) body:not(.role-vendedor) .subnav-inner-v6>.snav-btn.active{border-color:#0a75c7!important;background:radial-gradient(ellipse at 50% -45%,rgba(255,255,255,.55) 0 22%,transparent 58%),linear-gradient(180deg,#50bff0,#168ed4)!important;color:#fff!important;box-shadow:inset 0 2px 2px #ffffff8c,0 8px 18px #0c6bb247!important}html.dark-mode{color-scheme:dark}html.dark-mode body,html.dark-mode #view-catalog,html.dark-mode #view-admin,html.dark-mode #view-reports{background:#030817!important;color:#dcecff!important}html.dark-mode .header{background:linear-gradient(180deg,#030817fa,#050f25fa)!important;border-bottom:1px solid rgba(49,207,255,.64)!important;box-shadow:0 0 20px #31cfff29!important}html.dark-mode .header-user{background:#050f25e6!important;border-color:#31cfff7a!important;color:var(--neon-text)!important;box-shadow:inset 0 0 12px #31cfff0f,0 0 12px #31cfff1a!important}html.dark-mode .header-user #userName{color:var(--neon-text)!important}html.dark-mode .user-av{background:#0b2446!important;color:#74dcff!important}html.dark-mode .btn-logout{color:#cdecff!important}html.dark-mode .subnav{background:linear-gradient(180deg,#020714,#06142d)!important;border-color:#31cfff66!important;box-shadow:0 5px 18px #0000006b!important}html.dark-mode .theme-toggle,html.dark-mode body .subnav-v6 .v6-select-field,html.dark-mode body #vendorFilterBar .mobile-filter-settings,html.dark-mode body .subnav-v6 .v6-actions .vendor-filter-btn,html.dark-mode body:not(.role-vendedor) .subnav-inner-v6>.snav-btn,html.dark-mode body .v74-mini-btn{border:1.5px solid var(--neon-blue)!important;background:linear-gradient(180deg,#091b3af5,#030918fa)!important;color:var(--neon-text)!important;box-shadow:inset 0 0 10px #31cfff1a,0 0 5px #31cfffe0,0 0 14px #31cfff57!important;text-shadow:0 0 7px rgba(255,255,255,.36)!important}html.dark-mode .theme-toggle:hover,html.dark-mode body .subnav-v6 .v6-select-field:hover,html.dark-mode body #vendorFilterBar .mobile-filter-settings:hover,html.dark-mode body .subnav-v6 .v6-actions .vendor-filter-btn:hover,html.dark-mode body:not(.role-vendedor) .subnav-inner-v6>.snav-btn:hover,html.dark-mode body .v74-mini-btn:hover{border-color:#8beaff!important;box-shadow:inset 0 0 14px #31cfff24,0 0 7px #31cffff2,0 0 20px #31cfff7a!important}html.dark-mode body .subnav-v6 .v6-select-field select{color:var(--neon-text)!important;-webkit-text-fill-color:var(--neon-text)!important;text-shadow:0 0 6px rgba(255,255,255,.28)!important}html.dark-mode body .subnav-v6 .v6-select-field:after{color:#fff!important;text-shadow:0 0 7px var(--neon-blue)!important}html.dark-mode body .subnav-v6 .v6-select-field:before{background:var(--neon-blue)!important;box-shadow:0 0 5px var(--neon-blue),0 0 12px #31cfffd9!important}html.dark-mode body .subnav-v6 .v6-actions .vendor-filter-btn.active,html.dark-mode body:not(.role-vendedor) .subnav-inner-v6>.snav-btn.active{background:linear-gradient(180deg,#0b3260,#06152d)!important;border-color:#a9f1ff!important;color:#fff!important;box-shadow:inset 0 0 14px #31cfff33,0 0 7px #31cfff,0 0 22px #31cfff8c!important}html.dark-mode .search-wrap,html.dark-mode .mobile-summary-card,html.dark-mode .prod-card,html.dark-mode .v74-admin-hero,html.dark-mode .v74-admin-card,html.dark-mode .v74-admin-panel,html.dark-mode .acard,html.dark-mode .rpt-card,html.dark-mode .modal-box,html.dark-mode .vendor-bottom-nav{background:linear-gradient(180deg,var(--neon-panel),var(--neon-panel-2))!important;border-color:#31cfff38!important;box-shadow:0 9px 26px #00000047!important}html.dark-mode .prod-img-wrap{background:linear-gradient(180deg,#08142b,#0a1b35)!important}html.dark-mode .prod-name,html.dark-mode .mobile-summary-card strong,html.dark-mode .v74-admin-title,html.dark-mode .v74-admin-panel h3{color:#eaf8ff!important}html.dark-mode .prod-price,html.dark-mode .v74-admin-card .v,html.dark-mode .v74-admin-hero-value .v{color:#69dcff!important}html.dark-mode .prod-price-note,html.dark-mode .prod-desc,html.dark-mode .mobile-summary-card small,html.dark-mode .v74-admin-sub{color:#9db2cc!important}html.dark-mode .search-wrap input{color:#eef8ff!important}html.dark-mode .search-wrap input::placeholder{color:#8fa9c5!important}html.dark-mode .search-clear-btn{background:#0a1a35!important;color:#bfeeff!important;border-color:#31cfff33!important}html.dark-mode .catalog-old-alert{background:#251b08!important;border-color:#a97918!important;color:#ffd98a!important}html.dark-mode .mobile-summary-offers{background:linear-gradient(110deg,#07152f,#0b3260 38%,#071226 39%,#0a1933)!important}html.dark-mode .mobile-summary-offers strong,html.dark-mode .mobile-summary-offers>b{color:#eaf8ff!important}html.dark-mode .vendor-bottom-nav .vbn-item{color:#a9bdd8!important}html.dark-mode .vendor-bottom-nav .vbn-item.active{background:#0a2447!important;border-color:#31cfff7a!important;color:#69dcff!important;box-shadow:inset 0 0 10px #31cfff14,0 0 9px #31cfff29!important}html.dark-mode .v114-ring-bg{stroke:#172946!important}html.dark-mode .v114-donut>span,html.dark-mode .v114-legend b{color:#eaf8ff!important}html.dark-mode .v114-legend em{color:#9db2cc!important}html.dark-mode .admin-strip,html.dark-mode .admin-tabs,html.dark-mode .v74-admin-hero-value,html.dark-mode .v74-alert,html.dark-mode .v82-table-wrap,html.dark-mode .v82-table{background:linear-gradient(180deg,var(--neon-panel),var(--neon-panel-2))!important;border-color:#31cfff38!important;color:#dcecff!important}html.dark-mode .admin-strip-title,html.dark-mode .v74-admin-hero-value .k,html.dark-mode .v74-admin-hero-value .s{color:#ccecff!important}html.dark-mode .admin-strip-sub,html.dark-mode .atab{color:#92abc7!important}html.dark-mode .atab.active{color:#69dcff!important;border-color:#31cfff!important;background:#0a2447!important}html.dark-mode .v74-alert b{color:#eaf8ff!important}html.dark-mode .v74-bar-track{background:#132846!important}@media(max-width:900px){.header-inner{grid-template-columns:minmax(0,1fr) 40px auto!important;gap:8px!important}.theme-toggle{grid-column:2!important;grid-row:1!important;width:40px!important;min-width:40px!important;height:40px!important;padding:0!important;border-radius:50%!important}.theme-toggle-label{display:none!important}.theme-toggle-icon{font-size:17px!important}.header-user{grid-column:3!important;grid-row:1!important}html.dark-mode .subnav{padding-top:10px!important}html:not(.dark-mode) body #vendorFilterBar .v6-select-field,html:not(.dark-mode) body #vendorFilterBar .mobile-filter-settings{border-color:var(--glass-blue-border)!important;background:radial-gradient(ellipse at 50% -48%,rgba(255,255,255,.95) 0 29%,transparent 62%),linear-gradient(180deg,var(--glass-blue-top) 0%,var(--glass-blue-mid) 47%,var(--glass-blue-bottom) 100%)!important;color:var(--glass-blue-text)!important;box-shadow:inset 0 2px 2px #ffffffe0,inset 0 -3px 5px #006db929,0 7px 16px #0e6cb52e!important}html:not(.dark-mode) body #vendorFilterBar .v6-select-field select{color:var(--glass-blue-text)!important;-webkit-text-fill-color:var(--glass-blue-text)!important}html:not(.dark-mode) body #vendorFilterBar .v6-select-field:after{color:var(--glass-blue-text)!important}html.dark-mode body #vendorFilterBar .v6-select-field,html.dark-mode body #vendorFilterBar .mobile-filter-settings{border:1.5px solid var(--neon-blue)!important;background:linear-gradient(180deg,#091b3af5,#030918fa)!important;color:var(--neon-text)!important;box-shadow:inset 0 0 10px #31cfff1a,0 0 5px #31cfffe0,0 0 14px #31cfff57!important}html.dark-mode body #vendorFilterBar .v6-select-field select{color:var(--neon-text)!important;-webkit-text-fill-color:var(--neon-text)!important}html.dark-mode body #view-catalog .search-wrap,html.dark-mode body #view-catalog .prod-card{background:linear-gradient(180deg,var(--neon-panel),var(--neon-panel-2))!important;border-color:#31cfff38!important;box-shadow:0 9px 26px #00000047!important}html.dark-mode body #view-catalog .prod-img-wrap{background:linear-gradient(180deg,#08142b,#0a1b35)!important}html.dark-mode body #view-catalog .prod-body{background:transparent!important}html.dark-mode body #view-catalog .prod-name{color:#eaf8ff!important}html.dark-mode body #view-catalog .prod-price{color:#69dcff!important}html.dark-mode body #view-catalog .prod-price-note{color:#9db2cc!important}html.dark-mode body #view-catalog .prod-code-badge,html.dark-mode body #view-catalog .favorite-btn{background:#0b1e3b!important;border-color:#31cfff38!important;color:#bfeeff!important}}@media(min-width:901px){html:not(.dark-mode) .header{background:radial-gradient(circle at 16% -90%,rgba(105,220,255,.42),transparent 42%),linear-gradient(105deg,#082a7a,#0d47b2 52%,#2c78d8)!important;border-bottom:1px solid rgba(125,224,255,.58)!important;box-shadow:0 8px 24px #082a7a38!important;overflow:visible!important}html:not(.dark-mode) .header-inner{min-height:82px!important;height:82px!important;overflow:visible!important}html:not(.dark-mode) .header-logo{min-height:60px!important;padding:5px 14px!important;border:1px solid rgba(255,255,255,.58)!important;border-radius:18px!important;background:#fffffff5!important;box-shadow:0 8px 22px #041c5833!important}html:not(.dark-mode) .hclock-time,html:not(.dark-mode) .hclock-date{color:#fff!important}html:not(.dark-mode) .hclock-date{opacity:.76!important}html:not(.dark-mode) .header-user{background:#fffffff0!important;border:1px solid rgba(197,231,255,.9)!important;color:#10357f!important;box-shadow:0 8px 22px #041c582b!important}html:not(.dark-mode) .header-user #userName,html:not(.dark-mode) .btn-logout{color:#10357f!important}.subnav-v6{background:linear-gradient(100deg,#071f62,#0b3b9e 55%,#174fb1)!important;border-bottom:1px solid rgba(99,213,255,.44)!important;box-shadow:0 7px 20px #071f6233!important}.subnav-inner-v6{min-height:62px!important;padding:9px 22px!important;gap:10px!important;overflow:visible!important}body:not(.role-vendedor) .subnav-inner-v6>.snav-btn{flex:0 0 auto!important;width:auto!important;min-width:132px!important;height:42px!important;padding:0 18px!important;border:1px solid rgba(122,218,255,.72)!important;border-radius:999px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;line-height:1!important;text-align:center!important}.subnav-v6-filter-shell{margin-left:2px!important}.subnav-v6 .v6-actions .vendor-filter-btn{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-width:102px!important;padding:0 14px!important;line-height:1!important;text-align:center!important}.subnav-v6 .v6-actions .vendor-filter-btn.clean{min-width:124px!important}#btn-sync-offline{position:relative!important;z-index:1600!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;min-width:92px!important;height:38px!important;color:#fff!important;background:#ffffff24!important;border:1px solid rgba(255,255,255,.38)!important;box-shadow:inset 0 1px #ffffff3d,0 6px 16px #041c582e!important}#v76OfflinePanel{inset:92px 24px auto auto!important;width:min(410px,calc(100vw - 48px))!important;max-width:410px!important;z-index:2147483200!important}body.role-admin #v76OfflinePanel.show,body.role-supervisor #v76OfflinePanel.show,body.role-vendedor #v76OfflinePanel.show{display:block!important}}@media(max-width:900px){body.role-admin .vendor-bottom-nav,body.role-supervisor .vendor-bottom-nav,body.role-vendedor .vendor-bottom-nav{display:grid!important;visibility:visible!important;pointer-events:auto!important;grid-template-columns:repeat(4,minmax(0,1fr))!important}body.role-admin #v76OfflinePanel.show,body.role-supervisor #v76OfflinePanel.show,body.role-vendedor #v76OfflinePanel.show{display:block!important}body.role-admin #backToTop,body.role-supervisor #backToTop{bottom:calc(104px + env(safe-area-inset-bottom))!important}}html.dark-mode #v76OfflinePanel{background:linear-gradient(160deg,#071226,#0a1933 60%,#0b3260)!important;border-color:#31cfff6b!important;box-shadow:0 24px 70px #00000094,0 0 18px #31cfff29!important}@media(max-width:390px){.header-inner{grid-template-columns:minmax(0,1fr) 36px auto!important;gap:6px!important}.theme-toggle{width:36px!important;min-width:36px!important;height:36px!important}.theme-toggle-icon{font-size:15px!important}}@media(min-width:901px){html.dark-mode body #view-catalog .search-wrap{background:#fff!important;border-color:#69dcff6b!important}html.dark-mode body #view-catalog .search-wrap input{color:#10265a!important;-webkit-text-fill-color:#10265a!important;caret-color:#1f52d2!important;text-shadow:none!important;opacity:1!important}html.dark-mode body #view-catalog .search-wrap input::placeholder{color:#7182a9!important;-webkit-text-fill-color:#7182a9!important;opacity:1!important}html.dark-mode body #view-catalog .prod-card,html.dark-mode body #view-catalog .prod-body{background:#fff!important}html.dark-mode body #view-catalog .prod-name{color:#11264f!important;-webkit-text-fill-color:#11264f!important;text-shadow:none!important;opacity:1!important}html.dark-mode body #view-catalog .prod-name:hover{color:#0d3fb8!important;-webkit-text-fill-color:#0d3fb8!important}}
