:root{--blue: #1e40af;--blue-dark: #102a73;--blue-soft: #e8efff;--red: #ef233c;--red-dark: #c1121f;--yellow: #facc15;--green: #16a34a;--black: #111827;--gray: #6b7280;--light: #f4f7fb;--white: #ffffff;--radius-sm: 10px;--radius-md: 14px;--radius-lg: 22px;--shadow-sm: 0 4px 12px rgba(15, 23, 42, .08);--shadow-md: 0 10px 28px rgba(15, 23, 42, .14);--shadow-lg: 0 18px 45px rgba(15, 23, 42, .22)}body{font-family:Arial,Helvetica,sans-serif;background:linear-gradient(180deg,#f8fafc,#eef3fb);color:var(--black)}.container{width:100%;min-height:100vh;overflow-x:hidden}.header{position:sticky;top:0;z-index:1000;width:100%;display:flex;align-items:center;gap:14px;padding:10px 22px;background:linear-gradient(135deg,var(--blue-dark),var(--blue));box-shadow:0 8px 24px #0f172a40}.logo{width:42px;height:42px;object-fit:contain}.search-wrapper{position:relative;flex:1;min-width:220px;max-width:920px;z-index:10000}.search{width:100%;height:42px;padding:0 16px;border-radius:999px;border:1px solid rgba(255,255,255,.25);outline:none;background:#0f172a73;color:var(--white);font-size:14px;box-shadow:inset 0 1px 2px #0000002e}.search::placeholder{color:#ffffffa6}.search:focus{background:var(--white);color:var(--black);border-color:var(--yellow);box-shadow:0 0 0 4px #facc1540}.search-dropdown{position:absolute;top:calc(100% + 8px);left:0;right:0;width:100%;background:#fff;border-radius:18px;border:1px solid rgba(226,232,240,.95);box-shadow:0 22px 55px #0f172a59;z-index:20000!important;padding:10px;max-height:260px;overflow-y:auto;animation:fadeDown .22s ease}.search-dropdown:before{content:"";position:absolute;top:-7px;left:28px;width:14px;height:14px;background:#fff;transform:rotate(45deg);border-left:1px solid rgba(226,232,240,.95);border-top:1px solid rgba(226,232,240,.95)}.search-suggestion,.search-history-item{width:100%;border:none;background:transparent;text-align:left;cursor:pointer;border-radius:14px}.search-suggestion{display:flex;gap:12px;padding:11px;align-items:center}.search-suggestion-name{font-size:14px;font-weight:900;color:var(--black)}.search-history-header{display:flex;justify-content:space-between;align-items:center;gap:10px;padding:8px 10px 10px;font-size:13px;font-weight:900;color:var(--black)}.clear-history-btn{border:none;background:#eef2ff;color:var(--blue);cursor:pointer;font-size:12px;font-weight:900;padding:6px 10px;border-radius:999px}.clear-history-btn:hover{background:var(--blue);color:var(--white)}.search-history-item{padding:11px;font-size:14px;font-weight:800;color:var(--black)}.truck-button-group{display:flex;align-items:center;flex-shrink:0}.truck-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:linear-gradient(135deg,#fde047,var(--yellow));color:#111;border:none;padding:11px 16px;border-radius:999px;font-weight:900;cursor:pointer;white-space:nowrap;box-shadow:0 6px 18px #facc1559}.truck-button:hover{transform:translateY(-2px);box-shadow:0 10px 24px #facc1573}.truck-button-active{background:linear-gradient(135deg,#fff3b0,#fde047)}.truck-icon{width:22px;height:22px}.truck-clear{margin-left:6px;color:var(--red);font-size:20px;font-weight:900;cursor:pointer}.filterbar-wrap{display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--blue),#244fd1);gap:8px;width:100%;padding:12px}.filterbar{display:flex;align-items:center;gap:12px;overflow-x:auto;scroll-behavior:smooth;scrollbar-width:none;width:100%}.filterbar::-webkit-scrollbar{display:none}.filterbar-nav{height:34px;min-width:54px;border-radius:999px;border:none;background:#ffffff14;font-size:0;cursor:pointer;color:transparent;flex-shrink:0;position:relative}.filterbar-nav:before{color:#fffc;font-size:24px;line-height:1;font-weight:800}.filterbar-nav:first-child:before{content:"‹"}.filterbar-nav:last-child:before{content:"›"}.filterbar-nav:hover:not(:disabled){background:#ffffff2e}.filterbar-nav:disabled{opacity:.25;cursor:default}.filterbar-nav:hover:not(:disabled){background:#ffffff47}.filterbar-nav:disabled{opacity:.35;cursor:default}.filter-pill{display:flex;align-items:center;gap:9px;padding:7px 16px;border-radius:999px;border:1px solid rgba(255,255,255,.25);background:#ffffff21;cursor:pointer;flex-shrink:0;color:var(--white);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.filter-pill:hover{transform:translateY(-2px);background:#ffffff3d}.filter-pill.active{background:var(--white);color:var(--blue);border-color:var(--white);box-shadow:0 6px 16px #ffffff40}.pill-icon{width:28px;height:28px;object-fit:contain;background:var(--white);border-radius:8px;padding:4px}.pill-icon-placeholder{width:28px;height:28px;background:var(--white);border-radius:8px;display:inline-block}.pill-text{font-weight:800;color:inherit}.brands{width:100%;background:var(--white);display:flex;justify-content:center;align-items:center;gap:36px;padding:18px 20px;flex-wrap:wrap;box-shadow:var(--shadow-sm)}.brand-item{height:64px;min-width:110px;display:flex;align-items:center;justify-content:center;position:relative}.brand-item:not(:last-child):after{content:"";position:absolute;right:-20px;width:5px;height:5px;border-radius:999px;background:var(--red)}.brand-item img{height:100%;max-width:190px;object-fit:contain;filter:grayscale(12%);opacity:.88;transition:.25s ease}.brand-item img:hover{transform:scale(1.08);filter:grayscale(0%);opacity:1}.banner{width:100%;padding:22px 20px 4px;aspect-ratio:1500 / 400}.banner-button{width:100%;height:100%;border:none;background:transparent;padding:0;cursor:pointer;display:block;border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-md)}.banner-button:hover{transform:translateY(-3px);box-shadow:var(--shadow-lg)}.banner-image,.banner img{width:100%;height:100%;object-fit:cover;object-position:center 50%;display:block;border-radius:var(--radius-lg)}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:22px;padding:22px 20px;width:100%;max-width:1480px;margin:0 auto}.product-card-low-stock{display:inline-flex;align-items:center;justify-content:center;width:fit-content;margin:4px auto 8px;padding:3px 8px;border-radius:999px;background:#fff7ed;color:#c2410c;font-size:.68rem;font-weight:800;line-height:1}.product-price-wrapper{display:flex;flex-direction:column;gap:2px;margin-top:4px}.product-old-price{font-size:.9rem;color:#9ca3af;text-decoration:line-through;font-weight:500}.product-discount-row{display:flex;align-items:center;justify-content:center;gap:8px;flex-wrap:wrap;padding-left:25px}.product-discount-badge{background:#dcfce7;color:#15803d;font-size:.78rem;font-weight:700;padding:3px 8px;border-radius:999px}.product-price-wrapper{min-height:90px;display:flex;flex-direction:column;justify-content:flex-start}.home-flash-timer-wrapper{min-height:55px}.product-discount-row{min-height:24px}.card{position:relative;background:var(--white);border-radius:var(--radius-lg);padding:16px;text-align:center;border:1px solid rgba(226,232,240,.9);box-shadow:var(--shadow-sm);transition:.28s ease;animation:fadeUp .45s ease both;overflow:hidden;display:flex;flex-direction:column}.card:before{content:"";position:absolute;inset:0;height:5px;background:linear-gradient(90deg,var(--blue),var(--red));opacity:0;transition:.25s ease}.card:hover{transform:translateY(-6px);box-shadow:var(--shadow-md)}.card:hover:before{opacity:1}.card:has(.btn-primary:disabled){opacity:.86}.product-image{width:100%;height:155px;object-fit:contain;margin-bottom:10px;transition:.28s ease}.card:hover .product-image{transform:scale(1.05)}.product-name{display:block;min-height:44px;overflow:hidden;font-size:17px;line-height:1.3;font-weight:900;color:var(--black)}.stock-info{margin:8px 0 4px;font-size:13px;font-weight:700;color:#334155}.price{display:block;margin:12px 0;font-size:19px;font-weight:900;color:var(--green)}.produto-indisponivel-texto{margin:2px 0 12px;font-size:13px;font-weight:900;color:var(--red-dark)}.quantity-control-hidden{visibility:hidden;height:92px}.quantity-control{margin:18px 0 14px;display:flex;flex-direction:column;gap:8px}.quantity-label{font-size:13px;font-weight:800;color:var(--black);text-align:left;text-transform:capitalize}.quantity-box{display:flex;align-items:center;justify-content:center;gap:9px}.quantity-btn{width:36px;height:36px;border:none;border-radius:10px;background:var(--blue);font-weight:900;cursor:pointer;color:var(--white);display:flex;align-items:center;justify-content:center}.quantity-btn:hover:not(:disabled){background:var(--blue-dark);transform:translateY(-2px)}.quantity-btn:disabled{opacity:.5;cursor:not-allowed;background:#9ca3af}.quantity-input{width:72px;height:36px;text-align:center;border:1px solid #cbd5e1;border-radius:10px;font-size:14px;font-weight:800;color:var(--black);outline:none}.buttons{display:flex;gap:9px;margin-top:auto}.btn-primary,.btn-secondary{flex:1;border:none;padding:11px 10px;border-radius:11px;cursor:pointer;font-weight:900;font-size:14px}.btn-primary{background:linear-gradient(135deg,#22c55e,var(--green));color:var(--white);box-shadow:0 6px 14px #16a34a40}.btn-primary:not(:disabled):hover{background:linear-gradient(135deg,#16a34a,#15803d);transform:translateY(-2px)}.btn-secondary{background:#263238;color:var(--white)}.btn-secondary:not(:disabled):hover{background:var(--blue);transform:translateY(-2px)}.btn-primary:disabled,.btn-secondary:disabled{background:#9ca3af;color:#f3f4f6;cursor:not-allowed;box-shadow:none}.truck-modal,.stock-modal{animation:scaleIn .25s ease}.truck-modal{width:440px;max-width:100%;background:linear-gradient(145deg,var(--blue-dark),var(--blue));color:var(--white);border-radius:var(--radius-lg);padding:30px 24px 24px;position:relative;box-shadow:var(--shadow-lg)}.truck-modal h2{text-align:center;margin-bottom:8px;font-size:24px}.modal-subtitle{text-align:center;margin-bottom:20px;font-size:14px;opacity:.9}.modal-form{display:flex;flex-direction:column;gap:10px}.modal-form label{font-weight:900;font-size:14px}.input-field,.modal-form select,.modal-form input{padding:12px 14px;border-radius:12px;border:none;outline:none;width:100%;font-size:14px}.input-field:focus,.modal-form select:focus,.modal-form input:focus{box-shadow:0 0 0 4px #facc154d}.truck-modal-actions{display:flex;gap:10px;margin-top:16px}.truck-modal-actions button{flex:1}.btn-clear{background:linear-gradient(135deg,var(--red),var(--red-dark));border:none;padding:11px;border-radius:11px;cursor:pointer;font-weight:900;color:var(--white)}.btn-clear:hover{transform:translateY(-2px)}.modal-close{position:absolute;right:16px;top:16px;width:34px;height:34px;border-radius:50%;border:none;background:var(--red);color:var(--white);font-size:22px;font-weight:700;line-height:1;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 6px 16px #ef233c59}.stock-modal h2,.truck-modal h2{padding:0 42px}.stock-modal{width:420px;max-width:95%;background:var(--white);border-radius:var(--radius-lg);padding:28px 22px;position:relative;box-shadow:var(--shadow-lg);text-align:center}.stock-modal h2{margin-bottom:12px;font-size:24px;color:var(--red-dark)}.social-modal{max-width:430px;width:100%}.social-modal-actions{display:flex;flex-direction:column;gap:12px;margin-top:16px}.social-modal-button{display:flex;align-items:center;justify-content:center;gap:11px;text-decoration:none;background:linear-gradient(135deg,var(--blue),var(--blue-dark));color:var(--white);border:none;border-radius:13px;padding:13px 16px;font-size:15px;font-weight:900;cursor:pointer}.social-modal-button:hover{transform:translateY(-2px);background:linear-gradient(135deg,var(--red),var(--blue))}.social-icon-img{width:22px;height:22px;object-fit:contain}.atendimento-encerrado-wrapper{margin:24px auto 10px;padding:22px;width:calc(100% - 40px);max-width:1020px;border-radius:var(--radius-lg);background:var(--white);border:1px solid #e5e7eb;box-shadow:var(--shadow-sm)}.atendimento-header{display:flex;flex-direction:column;align-items:center;gap:8px;margin-bottom:18px;text-align:center}.atendimento-badge{padding:7px 14px;border-radius:999px;background:#fff3cd;color:#8a6d3b;font-size:12px;font-weight:900}.atendimento-titulo{font-size:20px;color:var(--black)}.atendimento-encerrado-texto{color:#9a3412;font-size:14px;line-height:1.6;font-weight:700}.atendimento-grid{display:flex;flex-direction:column;align-items:center;gap:18px}.card-loja-principal{display:inline-flex;align-items:center;justify-content:center;gap:14px;padding:17px 22px;border-radius:20px;background:linear-gradient(135deg,#111827,#1e293b);color:var(--white);cursor:pointer;border:none;box-shadow:var(--shadow-md)}.base-troca-badge{display:inline-flex;align-items:center;justify-content:center;gap:6px;width:fit-content;padding:6px 10px;margin:0 auto 8px;border-radius:999px;background:#e0f2fe;color:#0369a1;font-size:12px;font-weight:800}.funcionarios-titulo{font-size:14px;font-weight:800;color:#374151;text-align:center}.funcionarios-lista{display:flex;flex-wrap:wrap;justify-content:center;gap:12px;width:100%}.funcionario-item{display:inline-flex;align-items:center;gap:9px;border:1px solid #e5e7eb;background:#f8fafc;border-radius:14px;padding:7px 10px;cursor:pointer;transition:.2s ease}.funcionario-item:hover{background:var(--white);transform:translateY(-2px);box-shadow:var(--shadow-sm)}.funcionario-foto,.funcionario-foto-placeholder{width:30px;height:30px;border-radius:50%;flex-shrink:0}.funcionario-foto{object-fit:cover}.funcionario-foto-placeholder{background:#e5e7eb}.funcionario-nome{font-size:12px;font-weight:700;color:#374151}.footer{margin-top:36px;background:linear-gradient(135deg,var(--blue-dark),var(--blue));color:var(--white)}.internal-access-btn{margin-top:10px;background:transparent;border:none;color:#ffffff73;font-size:12px;cursor:pointer;padding:8px;transition:color .2s ease}.internal-access-btn:hover{color:#fffc;text-decoration:underline}.footer-col-center{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.payment-badge img{max-width:100%;max-height:100%;object-fit:contain}.footer-bottom{border-top:1px solid rgba(255,255,255,.18);padding:12px 22px;font-size:11px;text-align:center;opacity:.95}.page-loading-overlay{position:fixed;inset:0;z-index:9999999;display:flex;justify-content:center;align-items:center;background:linear-gradient(180deg,#f8fafc,#eef3fb)}.loading-container{width:360px;max-width:92%;display:flex;flex-direction:column;align-items:center}.loading-logo{width:140px;margin-bottom:28px;animation:pulseLogo 1.5s infinite}.loading-progress{width:100%;height:10px;background:#dbeafe;border-radius:999px;overflow:hidden;margin-bottom:28px}.loading-progress-bar{width:100%;height:100%;position:relative}.loading-container h2{font-size:28px;color:var(--blue-dark);font-weight:900;margin-bottom:8px}.loading-container p{color:#64748b;font-size:15px;font-weight:600}@keyframes pulseLogo{0%,to{transform:scale(1)}50%{transform:scale(1.06)}}.loading-truck{position:absolute;top:50%;left:-40px;transform:translateY(-50%) scaleX(-1);font-size:28px;animation:truckMove 2.4s linear infinite}@keyframes truckMove{0%{left:-40px}to{left:calc(100% - 15px)}}@media(max-width:768px){html,body,#root{width:100%;max-width:100%;overflow-x:hidden}.container{width:100%;max-width:100%;overflow-x:hidden;background:#f4f7fb}.header{position:sticky;top:0;z-index:999999;isolation:isolate;flex-wrap:wrap;justify-content:center;padding:10px 12px;gap:10px;width:100%;max-width:100%;overflow:visible}.logo{width:30px;height:30px;order:1;flex-shrink:0}.logo-texto{height:24px;order:2}.search-wrapper{order:3;width:100%;max-width:100%;flex:unset;min-width:0;position:relative!important;z-index:1000000}.mobile-search-backdrop{position:fixed;inset:0;background:transparent;z-index:999998}.search-dropdown.mobile-search-dropdown{position:absolute!important;top:88px!important;left:12px!important;right:12px!important;width:auto!important;max-height:280px;overflow-y:auto;z-index:999999!important;border-radius:18px;padding:10px;background:#fff;box-shadow:0 20px 55px #0f172a73;-webkit-overflow-scrolling:touch}.filterbar-wrap{position:relative;z-index:1}.search-dropdown{position:absolute!important;top:calc(100% + 8px)!important;left:0!important;right:0!important;width:100%!important;max-height:280px;overflow-y:auto;z-index:999999!important;border-radius:18px;padding:10px;background:#fff;box-shadow:0 20px 55px #0f172a73;-webkit-overflow-scrolling:touch;pointer-events:auto}.search-dropdown:before{display:none}.search-history-header{position:sticky;top:0;background:#fff;z-index:2;gap:10px;align-items:center;padding:10px;border-bottom:1px solid #e5e7eb}.search-history-header span{font-size:13px;line-height:1.2}.clear-history-btn{font-size:12px;flex-shrink:0;padding:7px 11px}.search-suggestion,.search-history-item{min-height:46px;padding:12px;font-size:14px;touch-action:manipulation}.truck-button-group{order:4;width:100%}.truck-button{width:100%;max-width:100%;font-size:14px}.filterbar-wrap{position:relative;z-index:1!important;width:100%;max-width:100%;overflow:hidden;padding:9px 6px}.filterbar{position:relative;z-index:1!important;overflow-x:auto;max-width:calc(100% - 92px)}.brands{width:100%;max-width:100%;overflow:hidden;gap:14px;padding:12px 8px}.brand-item{height:42px;min-width:80px;max-width:105px}.brand-item img{max-width:92px}.brand-item:not(:last-child):after{right:-9px}.banner{width:100%;max-width:100%;height:auto;padding:10px 8px 4px;position:relative;z-index:1}.banner-button{width:100%;height:auto;border-radius:12px;background:transparent;box-shadow:var(--shadow-sm)}.banner-image,.banner img{width:100%;height:auto;max-height:150px;object-fit:contain;object-position:center;border-radius:12px}.products-grid{position:relative;z-index:1;width:100%;grid-template-columns:1fr;padding:14px 12px;gap:14px;margin:0}.card{width:100%;max-width:100%;padding:14px}.product-image{height:125px}.product-name{min-height:auto;font-size:15px}.stock-modal .modal-close{background:var(--red)!important;color:#fff!important;border:2px solid #ffffff;box-shadow:0 8px 20px #ef233c59}.stock-modal .modal-close:hover{background:var(--red-dark)!important}.modal-close{color:#fff!important;background:var(--red)!important}.footer{width:100%;max-width:100%}.footer-top{grid-template-columns:1fr;text-align:center}.footer-col-right{text-align:center}.payment-row,.social-row{justify-content:center}.atendimento-encerrado-wrapper{display:block!important;width:calc(100% - 20px);max-width:100%;margin:14px auto;padding:14px;border-radius:16px}.atendimento-header{margin-bottom:12px}.atendimento-badge{font-size:10px;padding:5px 10px}.atendimento-titulo{font-size:16px}.atendimento-encerrado-texto{display:block!important;font-size:12px;line-height:1.5;text-align:center}.atendimento-grid{width:100%;gap:12px}.card-loja-principal{width:100%;max-width:360px;padding:12px;justify-content:flex-start}.card-funcionarios{width:100%}.funcionarios-titulo{font-size:12px}.funcionarios-lista{gap:8px}.funcionario-item{padding:6px 8px}.funcionario-nome{font-size:10px}.internal-access-btn{font-size:11px;padding:10px;margin-top:8px}.truck-modal-actions{flex-direction:column}}body,.container{overflow-x:hidden}.home-flash-timer-wrapper{display:flex;flex-direction:column;align-items:center;width:100%;margin-top:8px;margin-bottom:4px}.home-flash-timer-label{font-size:10px;font-weight:800;color:#ff5a1f;text-transform:uppercase;letter-spacing:.4px;margin-bottom:6px;opacity:.95}.home-flash-timer-boxes{display:flex;justify-content:center;align-items:center;gap:5px;width:100%}.home-flash-timer-box{min-width:36px;height:25px;display:flex;align-items:center;justify-content:center;background:linear-gradient(180deg,#1f2937,#111827);color:#fff;border-radius:7px;font-size:11px;font-weight:900;border:1px solid rgba(255,255,255,.08);box-shadow:0 2px 6px #0000002e,inset 0 -2px #ffffff0d;transition:all .2s ease}.home-flash-timer-box:hover{transform:translateY(-1px)}@media(max-width:768px){.home-flash-timer-wrapper{margin-top:6px}.home-flash-timer-label{font-size:9px;margin-bottom:5px}.home-flash-timer-boxes{gap:4px}.home-flash-timer-box{min-width:34px;height:24px;font-size:10px}}.desktop-search-dropdown{display:block}.mobile-search-backdrop,.mobile-search-dropdown{display:none}@media(min-width:769px){.mobile-search-backdrop,.mobile-search-dropdown{display:none!important}.search-wrapper{position:relative;z-index:10000}.search-dropdown.desktop-search-dropdown{display:block!important;position:absolute!important;top:calc(100% + 8px)!important;left:0!important;right:0!important;width:100%!important;max-height:280px;overflow-y:auto;z-index:999999!important;border-radius:18px;padding:10px;background:#fff;box-shadow:0 22px 55px #0f172a59}}@media(max-width:768px){.loading-truck{font-size:18px;left:-22px}@keyframes truckMove{0%{left:-22px}to{left:calc(100% - 10px)}}}@media(max-width:768px){.footer{margin-top:24px;overflow:hidden}.footer-top{display:flex;flex-direction:column;gap:26px;padding:24px 18px 22px}.footer-col{width:100%;display:flex;flex-direction:column;align-items:flex-start}.footer-social-header{width:100%;display:flex;align-items:center;justify-content:space-between}.footer-social-header h4{margin:0;font-size:15px;text-align:left}.footer-about-btn{margin-left:auto;padding:0;background:transparent;border:none;font-size:14px;color:#ffffffeb;white-space:nowrap}.social-row{width:auto;display:flex;justify-content:flex-start;align-items:center;gap:14px;margin-top:16px;margin-left:0;padding-left:0}.footer-col{align-items:flex-start!important}.footer-col *{text-align:left}.social-icon{width:46px;height:46px}.social-icon img{width:22px;height:22px}.footer-col-center{width:100%;text-align:center}.footer-title{display:block;width:100%;text-align:center;font-size:16px;line-height:1.5;margin-bottom:10px}.internal-access-btn{width:100%;display:flex;justify-content:center;text-align:center;margin-top:6px;font-size:11px;line-height:1.5;opacity:.72}.footer-col-right{width:100%;text-align:center}.footer-col-right h4{margin-bottom:14px;font-size:15px}.payment-row{justify-content:center;gap:10px}.payment-badge{width:50px;height:28px;border-radius:7px}.footer-bottom{padding:14px 16px 24px;font-size:10px;line-height:1.6;text-align:center}}@media(max-width:768px){.desktop-search-dropdown{display:none!important}.mobile-search-backdrop{display:block!important;position:fixed;inset:0;background:transparent;z-index:999998}.search-dropdown.mobile-search-dropdown{display:block!important;position:absolute!important;top:88px!important;left:12px!important;right:12px!important;width:auto!important;max-height:280px;overflow-y:auto;z-index:999999!important;border-radius:18px;padding:10px;background:#fff;box-shadow:0 20px 55px #0f172a73;-webkit-overflow-scrolling:touch;pointer-events:auto}.search-dropdown.mobile-search-dropdown:before{display:none!important}}.product-price-wrapper{min-height:90px;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;gap:2px;margin-top:4px}.product-discount-row{min-height:24px;display:flex;align-items:center;justify-content:center;gap:8px;flex-wrap:wrap;padding-left:25px}.home-flash-timer-wrapper{min-height:55px;display:flex;flex-direction:column;align-items:center;width:100%;margin-top:8px;margin-bottom:4px}.quantity-control{margin:10px 0 14px;display:flex;flex-direction:column;gap:8px}.card:not(:has(.home-flash-timer-wrapper)):not(:has(.produto-indisponivel-texto)) .quantity-control{margin-top:65px}.produto-indisponivel-texto{margin:2px 0 12px;font-size:13px;font-weight:900;color:var(--red-dark);text-align:center}.quantity-control-hidden{visibility:hidden;height:92px;margin:10px 0 14px}.card:has(.home-flash-timer-wrapper) .quantity-control{margin-top:10px}.card:has(.produto-indisponivel-texto) .quantity-control{margin-top:10px}@media(max-width:768px){.product-price-wrapper{min-height:82px}.card:not(:has(.home-flash-timer-wrapper)):not(:has(.produto-indisponivel-texto)) .quantity-control{margin-top:58px}.quantity-control-hidden{height:82px}}.assistente-campo{position:fixed;right:18px;bottom:22px;z-index:9999;display:flex;align-items:flex-end;gap:10px;animation:aparecerAssistente .4s ease}.btn-frase-secreta{display:block;margin:10px auto 0;padding:8px 14px;border:none;border-radius:8px;background:#222;color:#fff;font-size:13px;font-weight:700;cursor:pointer;transition:.2s ease}.btn-frase-secreta:hover{transform:scale(1.05);background:#333}.popup-video-secreto{position:fixed;inset:0;z-index:99999;display:flex;align-items:center;justify-content:center;background:#000000bf;padding:20px}.popup-video-conteudo{position:relative;width:min(800px,95vw);background:#fff;border-radius:16px;padding:25px;box-shadow:0 20px 60px #0006;animation:aparecerVideoSecreto .25s ease}.popup-video-titulo{font-size:22px;font-weight:800;text-align:center;margin-bottom:5px}.popup-video-conteudo p{text-align:center;margin-top:5px;margin-bottom:20px}.popup-video-fechar{position:absolute;top:10px;right:12px;width:36px;height:36px;display:flex;align-items:center;justify-content:center;padding:0;border:none;border-radius:50%;background:#eee;color:#222;font-family:Arial,sans-serif;font-size:25px;font-weight:400;cursor:pointer;line-height:1}.popup-video-fechar:hover{background:#ddd}.popup-video-player{position:relative;width:100%;aspect-ratio:16 / 9;overflow:hidden;border-radius:12px}.popup-video-player iframe{width:100%;height:100%;border:none}@keyframes aparecerVideoSecreto{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.assistente-fechar{position:absolute;top:-34px;right:0;width:38px;height:38px;display:flex;align-items:center;justify-content:center;border:none;border-radius:50%;background:#d71920;color:#fff;font-size:18px;font-weight:700;line-height:1;cursor:pointer;z-index:10001}.assistente-img{width:110px;height:auto;filter:drop-shadow(0 8px 18px rgba(0,0,0,.25));animation:flutuar 3s ease-in-out infinite}.assistente-balao{max-width:240px;background:#fff;color:#1f2937;padding:12px 14px;border-radius:16px 16px 4px;font-size:14px;font-weight:600;box-shadow:0 6px 20px #0000002e;border:1px solid #e5e7eb}.assistente-img{cursor:pointer}.assistente-chat{position:absolute;right:0;bottom:125px;width:330px;max-height:460px;background:#efeae2;border-radius:18px;overflow:hidden;box-shadow:0 12px 32px #00000047;border:1px solid rgba(0,0,0,.12);z-index:10003}.assistente-chat-header{background:#075e54;color:#fff;padding:12px 14px;display:flex;align-items:center;justify-content:space-between}.assistente-chat-header strong{display:block;font-size:14px}.assistente-chat-header span{display:block;font-size:11px;opacity:.85}.assistente-chat-header button{width:30px;height:30px;display:flex;align-items:center;justify-content:center;border:none;border-radius:50%;background:#ffffff2e;color:#fff;cursor:pointer;font-size:18px;line-height:1;padding:0}.assistente-chat-header button:hover{background:#ffffff47}.assistente-chat-body{padding:12px;display:flex;flex-direction:column;gap:9px;max-height:390px;overflow-y:auto}.msg-assistente{align-self:flex-start;max-width:85%;background:#fff;color:#1f2937;padding:10px 12px;border-radius:12px 12px 12px 2px;font-size:13px;font-weight:600}.chat-opcao{width:fit-content;max-width:95%;background:#dcf8c6;border:none;color:#111827;padding:9px 11px;border-radius:12px 12px 2px;font-size:13px;font-weight:700;cursor:pointer;align-self:flex-end;text-align:left}.chat-opcao:hover{filter:brightness(.96)}.assistente-busca-box{background:#fff;border-radius:14px;padding:10px;display:flex;flex-direction:column;gap:8px}.assistente-busca-box label{font-size:12px;font-weight:800;color:#374151}.assistente-busca-linha{display:flex;gap:6px}.assistente-busca-linha input{flex:1;min-width:0;border:1px solid #d1d5db;border-radius:10px;padding:9px;font-size:13px;outline:none}.assistente-busca-linha button{border:none;background:#25d366;color:#fff;border-radius:10px;padding:0 10px;font-weight:800;cursor:pointer}.assistente-resultados{display:flex;flex-direction:column;gap:6px}.assistente-produto-item{border:1px solid #e5e7eb;background:#f9fafb;border-radius:10px;padding:8px;text-align:left;cursor:pointer}.assistente-produto-item span{display:block;font-size:13px;font-weight:800;color:#111827}.assistente-produto-item small{display:block;font-size:11px;color:#6b7280;margin-top:2px}.assistente-sem-resultado{font-size:12px;font-weight:600;color:#374151;margin:0}.btn-whatsapp-chat{display:flex;align-items:center;justify-content:center;gap:6px;width:fit-content;max-width:100%;border:none;background:#25d366;color:#fff;border-radius:8px;padding:6px 10px;font-size:12px;font-weight:700;cursor:pointer;margin-top:6px}.btn-whatsapp-chat img{width:14px;height:14px}.btn-whatsapp-chat:hover{background:#1ebe5d}.btn-whatsapp-chat:hover{filter:brightness(.95)}.msg-usuario{align-self:flex-end;max-width:85%;background:#dcf8c6;color:#111827;padding:10px 12px;border-radius:12px 12px 2px;font-size:13px;font-weight:600}.msg-assistente{display:flex;flex-direction:column;gap:8px}.btn-ir-produto-chat{border:none;background:#25d366;color:#fff;border-radius:10px;padding:8px 10px;font-size:12px;font-weight:800;cursor:pointer}.assistente-opcoes{display:flex;flex-direction:column;gap:8px}.assistente-sugestoes{display:flex;flex-direction:column;gap:6px;margin-top:6px}.assistente-sugestao-item{border:1px solid #e5e7eb;background:#f9fafb;border-radius:10px;padding:8px;text-align:left;cursor:pointer}.assistente-sugestao-item span{display:block;font-size:13px;font-weight:800;color:#111827}.assistente-sugestao-item small{display:block;font-size:11px;color:#6b7280}@keyframes flutuar{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@keyframes aparecerAssistente{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.assistente-campo{right:10px;bottom:14px}.assistente-img{width:78px}.assistente-balao{max-width:210px;font-size:12px;padding:10px 12px}.assistente-fechar{top:-30px;right:2px;width:38px;height:26px;font-size:16px}.assistente-chat{width:calc(100vw - 24px);right:-2px;bottom:105px;max-height:430px}.btn-whatsapp-chat{padding:5px 8px;font-size:11px;border-radius:6px}.btn-whatsapp-chat img{width:13px;height:13px}}@media(max-width:600px){.popup-video-secreto{padding:12px}.popup-video-conteudo{width:100%;padding:20px 12px 12px;border-radius:14px}.popup-video-titulo{font-size:18px;padding-right:30px}.popup-video-conteudo p{font-size:14px;margin-bottom:14px}.popup-video-fechar{top:8px;right:8px;width:32px;height:32px;font-size:22px}.popup-video-player{border-radius:8px}}:root{--blue: #1e40af;--blue-dark: #102a73;--blue-soft: #e8efff;--red: #ef233c;--red-dark: #c1121f;--green: #16a34a;--green-dark: #15803d;--yellow: #facc15;--black: #111827;--gray: #64748b;--gray-dark: #334155;--border: #e5e7eb;--bg: #f3f6fb;--white: #ffffff;--radius-sm: 10px;--radius-md: 14px;--radius-lg: 20px;--shadow-sm: 0 4px 12px rgba(15, 23, 42, .08);--shadow-md: 0 10px 28px rgba(15, 23, 42, .12);--shadow-lg: 0 18px 45px rgba(15, 23, 42, .18)}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Arial,Helvetica,sans-serif;background:var(--bg);color:var(--black);overflow-x:hidden}button,input,select{font-family:inherit}button{transition:.25s ease}.details-container{width:100%;min-height:100vh;background:radial-gradient(circle at top left,rgba(30,64,175,.08),transparent 28%),linear-gradient(180deg,#f8fafc,#edf2fa);overflow-x:hidden}.details-main{width:100%;max-width:1420px;margin:0 auto;padding:26px 20px 34px}.details-loading{min-height:100vh;display:flex;align-items:center;justify-content:center;font-size:18px;color:var(--blue);font-weight:800}.header{position:sticky;top:0;z-index:1000;width:100%;display:flex;align-items:center;gap:14px;padding:10px 22px;background:linear-gradient(135deg,var(--blue-dark),var(--blue));box-shadow:0 8px 24px #0f172a38}.logo{width:42px;height:42px;object-fit:contain;flex-shrink:0}.logo-clickable{cursor:pointer}.logo-clickable:hover{transform:scale(1.08)}.logo-texto{height:34px;object-fit:contain}.search-wrapper{position:relative;flex:1;min-width:220px;max-width:920px}.search{width:100%;height:42px;padding:0 16px;border-radius:999px;border:1px solid rgba(255,255,255,.25);outline:none;background:#0f172a73;color:var(--white);font-size:14px;box-shadow:inset 0 1px 2px #0000002e;display:block}.search::placeholder{color:#ffffffb8}.search:focus{background:var(--white);color:var(--black);border-color:var(--yellow);box-shadow:0 0 0 4px #facc1538}.search-dropdown{position:absolute;top:calc(100% + 10px);left:0;width:100%;background:var(--white);border-radius:var(--radius-md);box-shadow:var(--shadow-lg);z-index:999;padding:10px;max-height:320px;overflow-y:auto;animation:fadeDown .25s ease}.search-suggestion,.search-history-item{width:100%;border:none;background:transparent;text-align:left;cursor:pointer;border-radius:12px}.search-suggestion{display:flex;gap:12px;padding:10px;align-items:center}.search-suggestion:hover,.search-history-item:hover{background:var(--blue-soft)}.search-suggestion-left{flex-shrink:0}.search-suggestion-image{width:44px;height:44px;object-fit:contain;border-radius:10px;background:#f1f5f9;padding:4px}.placeholder-mini{background:#e5e7eb}.search-suggestion-texts{display:flex;flex-direction:column;gap:3px}.search-suggestion-name{font-size:14px;font-weight:800;color:var(--black)}.search-suggestion-type{font-size:12px;color:var(--gray)}.search-history-header{display:flex;align-items:center;justify-content:space-between;padding:8px 10px;font-size:13px;font-weight:800;color:var(--black)}.clear-history-btn{border:none;background:transparent;color:var(--blue);cursor:pointer;font-size:12px;font-weight:800}.search-history-item{padding:10px;font-size:14px;color:var(--black)}.search-empty{padding:12px 10px;font-size:14px;color:var(--gray)}.product-details-box{display:grid;grid-template-columns:minmax(0,1.18fr) minmax(360px,.82fr);gap:28px;margin-bottom:34px;background:var(--white);border-radius:22px;padding:24px;box-shadow:var(--shadow-md);border:1px solid rgba(226,232,240,.95);position:relative;overflow:hidden;animation:fadeUp .4s ease both}.product-details-box:before{content:"";position:absolute;top:0;left:0;height:6px;width:100%;background:linear-gradient(90deg,var(--blue),var(--red))}.product-image-large-area{background:linear-gradient(180deg,#fff,#f8fafc 55%,#eef2f7);border-radius:18px;padding:24px;min-height:430px;display:flex;align-items:center;justify-content:center;border:1px solid #eef2f7}.product-image-large{width:100%;height:400px;object-fit:contain;display:block;transition:.32s ease;filter:drop-shadow(0 12px 18px rgba(15,23,42,.12))}.product-image-large:hover{transform:scale(1.045)}.placeholder-big{display:flex;align-items:center;justify-content:center;color:var(--gray);background:#f1f5f9;border-radius:14px}.product-info-area{display:flex;flex-direction:column;gap:18px;padding:8px 6px}.product-details-name{font-size:32px;line-height:1.16;color:var(--black);margin:0;font-weight:900;letter-spacing:-.4px}.product-details-price{font-size:36px;font-weight:900;color:var(--green);margin:0;letter-spacing:.3px}.product-details-discount-row{display:flex;align-items:center;justify-content:flex-start;gap:12px;flex-wrap:wrap}.product-whatsapp-badge{display:flex;align-items:center;justify-content:center;height:30px;padding:0 12px;border-radius:999px;background:#dcfce7;color:#166534;font-size:12px;font-weight:900}.product-stock-box{display:flex;flex-direction:column;align-items:center;text-align:center;gap:7px;padding:14px 16px;border-radius:14px;background:#f8fafc;border:1px solid #e5e7eb}.product-stock-title{margin:0;font-size:15px;font-weight:900;color:var(--black)}.product-stock-value{margin:0;font-size:28px;font-weight:900;color:var(--blue)}.product-description-box{display:flex;flex-direction:column;gap:8px}.product-description-box h3,.product-description-box.product-description-box{color:var(--black)}.product-description-box h3{margin:0;font-size:17px;font-weight:900}.product-description-box p{color:var(--gray-dark);line-height:1.65;margin:0;font-size:15px;word-break:break-word;overflow-wrap:break-word;white-space:pre-line}.product-info-area{min-width:0}.product-details-name{overflow-wrap:anywhere;word-break:break-word;line-height:1.15}.product-description-box p{overflow-wrap:anywhere;word-break:break-word;white-space:pre-line;line-height:1.5}.related-products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:18px}.related-card{min-width:0;overflow:hidden}.related-name{max-width:100%;overflow-wrap:anywhere;word-break:break-word;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.25;min-height:42px}.related-name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.btn-sem-estoque{background:#9ca3af!important;cursor:not-allowed;opacity:.9}.quantity-control{margin:12px 0 16px;display:flex;flex-direction:column;align-items:flex-start;gap:8px}.quantity-label,.product-quantity-title{font-weight:900;color:var(--black);margin:0}.quantity-label{font-size:14px}.product-quantity-title{font-size:18px}.quantity-box{display:inline-flex;align-items:center;gap:10px;justify-content:flex-start;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:14px;padding:8px;width:fit-content}.quantity-controls{display:inline-flex;align-items:center;gap:14px;background:#f1f5f9;border-radius:14px;padding:8px 12px;color:#000}.quantity-controls button,.quantity-btn{width:38px;height:38px;border:none;border-radius:10px;background:var(--blue);color:var(--white);font-size:16px;font-weight:900;cursor:pointer;display:flex;align-items:center;justify-content:center}.quantity-controls button:hover:not(:disabled),.quantity-btn:hover:not(:disabled){background:var(--blue-dark);transform:translateY(-2px)}.quantity-btn:disabled{opacity:.55;cursor:not-allowed;background:#9ca3af}.quantity-input{width:76px;height:38px;text-align:center;border:1px solid #cbd5e1;border-radius:10px;font-size:14px;font-weight:900;color:var(--black);outline:none;background:var(--white)}.quantity-input:focus{border-color:var(--blue);box-shadow:0 0 0 3px #1e40af26}.btn-encomendar{margin-top:6px;background:linear-gradient(135deg,#22c55e,var(--green));color:var(--white);border:none;border-radius:14px;padding:15px 18px;font-size:16px;font-weight:900;cursor:pointer;transition:.25s ease;width:100%;max-width:320px;align-self:flex-start;box-shadow:0 10px 24px #22c55e52}.btn-encomendar:hover:not(:disabled){transform:translateY(-2px);background:linear-gradient(135deg,var(--green),var(--green-dark));box-shadow:0 14px 30px #22c55e6b}.btn-encomendar:disabled{background:#9ca3af;color:#f9fafb;cursor:not-allowed;box-shadow:none}.modal-overlay{position:fixed;inset:0;background:#0f172ab8;display:flex;justify-content:center;align-items:center;z-index:9999;padding:20px;animation:fadeIn .25s ease;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.stock-modal{width:420px;max-width:95%;background:var(--white);border-radius:22px;padding:28px 22px;position:relative;box-shadow:var(--shadow-lg);text-align:center;animation:scaleIn .25s ease}.stock-modal h2{margin-bottom:12px;font-size:24px;color:var(--red-dark);padding:0 42px}.stock-modal p{margin-bottom:20px;font-size:15px;color:#374151;line-height:1.6}.modal-close{position:absolute;right:16px;top:16px;width:34px;height:34px;border-radius:50%;border:none;background:var(--red);color:var(--white);font-size:22px;font-weight:800;line-height:1;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 6px 16px #ef233c59}.modal-close:hover{background:var(--red-dark);transform:scale(1.08)}.btn-primary{border:none;padding:12px 16px;border-radius:12px;cursor:pointer;font-weight:900;background:linear-gradient(135deg,#22c55e,var(--green));color:var(--white)}.atendimento-encerrado-wrapper{margin:24px auto 34px;padding:22px;width:100%;max-width:1040px;border-radius:20px;background:linear-gradient(180deg,#fff,#f8fafc);border:1px solid #e5e7eb;box-shadow:var(--shadow-sm)}.atendimento-encerrado-box,.atendimento-encerrado-global{padding:14px;border-radius:14px;background:#fff7ed;border:1px solid #fdba74;text-align:center}.atendimento-encerrado-box{margin-top:12px}.atendimento-encerrado-global{margin:20px;padding:16px}.atendimento-header{display:flex;flex-direction:column;align-items:center;gap:9px;margin-bottom:20px;text-align:center}.atendimento-badge{width:fit-content;padding:7px 14px;border-radius:999px;background:#fff3cd;color:#8a6d3b;font-size:12px;font-weight:900}.atendimento-titulo{margin:0;font-size:20px;color:var(--black);font-weight:900}.atendimento-encerrado-texto{margin:0;color:#9a3412;font-size:13px;line-height:1.6;font-weight:800;text-align:center}.atendimento-grid{display:flex;flex-direction:column;align-items:center;gap:20px}.atendimento-urgencia-texto{margin:0 0 12px;color:#7c2d12;font-size:14px;line-height:1.5;text-align:center}.card-loja-principal{display:inline-flex;align-items:center;justify-content:center;gap:14px;padding:17px 22px;border-radius:20px;background:linear-gradient(135deg,#111827,#1e293b);color:var(--white);cursor:pointer;border:none;box-shadow:0 12px 30px #0f172a3d;transition:.25s ease}.card-loja-principal:hover{transform:translateY(-3px)}.card-loja-logo{width:52px;height:52px;min-width:52px;border-radius:14px;background:var(--white);display:flex;align-items:center;justify-content:center;padding:7px}.card-loja-logo img{width:100%;height:100%;object-fit:contain}.card-loja-texto{display:flex;flex-direction:column;gap:3px;text-align:left}.base-troca-badge{display:inline-flex;align-items:center;justify-content:center;gap:6px;width:fit-content;padding:5px 10px;margin:4px auto 0;border-radius:999px;background:transparent;color:#0369a1;font-size:11px;font-weight:800}.base-troca-badge-card{display:flex;background:transparent;padding:5px 0}.card-loja-tag{font-size:11px;font-weight:900;text-transform:uppercase;color:#d1d5db}.card-loja-nome{font-size:18px;font-weight:900;color:var(--white)}.card-loja-desc{font-size:12px;color:#e5e7eb}.card-loja-acao{font-size:13px;font-weight:900;color:#4ade80}.card-funcionarios{width:100%;max-width:760px;display:flex;flex-direction:column;align-items:center;gap:13px}.funcionarios-titulo{margin:0;font-size:14px;font-weight:800;color:#374151;text-align:center}.funcionarios-lista,.funcionarios-urgencia-list{display:flex;flex-wrap:wrap;justify-content:center;gap:12px}.funcionario-item{display:inline-flex;align-items:center;gap:9px;width:fit-content;border:1px solid #e5e7eb;background:#f8fafc;border-radius:14px;padding:7px 10px;cursor:pointer;box-shadow:none;opacity:.88;transition:.2s ease}.funcionario-item:hover{opacity:1;background:var(--white);transform:translateY(-2px);box-shadow:var(--shadow-sm)}.funcionario-card{display:flex;flex-direction:column;align-items:center;gap:8px;border:none;background:var(--white);border-radius:14px;padding:10px;cursor:pointer;box-shadow:var(--shadow-sm);min-width:100px}.funcionario-foto,.funcionario-foto-placeholder{width:72px;height:72px;border-radius:999px;object-fit:cover;flex-shrink:0}.funcionario-item .funcionario-foto,.funcionario-item .funcionario-foto-placeholder{width:30px;height:30px}.funcionario-foto-placeholder{display:flex;align-items:center;justify-content:center;background:#e5e7eb;color:var(--gray);font-size:13px;font-weight:800}.funcionario-texto{display:flex;flex-direction:column;line-height:1.2;text-align:left}.funcionario-nome{font-size:12px;font-weight:800;color:var(--black)}.funcionario-sub{font-size:9px;color:#9ca3af}.funcionario-loja-numero{font-size:18px;font-weight:900;color:var(--black);margin-top:4px;text-align:center}.funcionario-telefone-menor{font-size:12px;color:var(--gray);font-weight:400;text-align:center}.related-products-section{margin-top:12px}.related-products-section h3{margin:0 0 18px;font-size:25px;color:var(--black);font-weight:900;letter-spacing:-.2px}.related-products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:20px}.related-card{position:relative;border:1px solid rgba(226,232,240,.9);background:var(--white);border-radius:18px;padding:16px;text-align:center;cursor:pointer;box-shadow:var(--shadow-sm);transition:.28s ease;overflow:hidden}.related-card:before{content:"";position:absolute;inset:0;height:5px;background:linear-gradient(90deg,var(--blue),var(--red));opacity:0;transition:.25s ease}.related-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-md)}.related-card:hover:before{opacity:1}.related-card-out-of-stock{opacity:.62}.related-card-out-of-stock:hover{opacity:.78}.related-image{width:100%;height:155px;object-fit:contain;transition:.28s ease}.related-card:hover .related-image{transform:scale(1.05)}.related-name{min-height:44px;margin:12px 0 10px;font-weight:900;color:var(--black);font-size:16px;line-height:1.35}.related-stock{margin:7px 0 5px;font-size:13px;font-weight:800;color:var(--gray-dark)}.related-price{display:inline-block;color:var(--green);font-size:19px;font-weight:900}.related-out-of-stock-label{display:inline-block;margin-left:4px;margin-top:8px;font-size:12px;font-weight:900;color:var(--red-dark)}.footer{margin-top:34px;background:linear-gradient(135deg,var(--blue-dark),var(--blue));color:var(--white)}.footer-social-header{display:flex;align-items:baseline;gap:14px}.product-image-gallery-wrapper{display:grid;grid-template-columns:80px 1fr;gap:14px;width:100%}.product-thumbnails{display:flex;flex-direction:column;gap:10px;max-height:430px;overflow-y:auto}.product-thumbnails{display:flex;flex-direction:column;gap:10px;max-height:430px;overflow-y:auto;overflow-x:hidden;padding-right:4px}.product-thumbnail-btn{flex-shrink:0}.product-thumbnail-btn{width:72px;height:72px;border:2px solid #d1d5db;border-radius:12px;background:#fff;overflow:hidden;cursor:pointer;padding:4px;flex-shrink:0}.product-thumbnail-btn.active{border-color:#1e40af}.product-thumbnail-image{width:100%;height:100%;object-fit:contain}.product-details-price-wrapper,.related-price-wrapper{display:flex;flex-direction:column;gap:4px}.product-details-old-price,.related-old-price{font-size:1rem;color:#9ca3af;text-decoration:line-through;font-weight:600}.product-details-discount-row{display:flex;align-items:center;justify-content:flex-start;gap:8px;flex-wrap:wrap}.related-discount-row{display:flex;align-items:center;justify-content:center;gap:8px;flex-wrap:wrap;padding-left:14px}.product-discount-timer{display:inline-flex;align-items:center;gap:10px;width:fit-content;margin-top:10px;padding:10px 14px;border-radius:14px;background:#fff7ed;border:1px solid #fed7aa;color:#9a3412}.product-discount-timer .timer-icon{font-size:20px}.product-discount-timer strong{display:block;font-size:12px;font-weight:800}.product-discount-timer p{margin:2px 0 0;font-size:14px;font-weight:900}.flash-timer-wrapper{display:flex;align-items:center;gap:12px;margin-top:14px;flex-wrap:wrap}.flash-timer-label{font-size:14px;font-weight:800;color:#ff5a1f}.flash-timer-boxes{display:flex;align-items:center;gap:8px}.flash-timer-box{min-width:62px;height:38px;display:flex;align-items:center;justify-content:center;background:#111;color:#fff;border-radius:10px;font-size:15px;font-weight:900;box-shadow:0 2px 6px #0003,inset 0 -2px #ffffff14;transition:all .2s ease}.flash-timer-box:hover{transform:translateY(-1px)}@media(max-width:768px){.flash-timer-wrapper{flex-direction:column;align-items:flex-start}.flash-timer-boxes{width:100%;justify-content:flex-start}.flash-timer-box{min-width:56px;height:36px;font-size:14px}}.product-details-discount-badge,.related-discount-badge{display:flex;align-items:center;justify-content:center;height:30px}.product-details-code-badge{display:inline-flex;align-items:center;gap:8px;margin:8px 0 14px;padding:7px 12px;width:fit-content;background:#f3f4f6;color:#374151;border:1px solid #e5e7eb;border-radius:999px;font-size:13px}.product-title-row{display:flex;align-items:center;flex-wrap:wrap;gap:12px}.product-low-stock-message{margin-top:8px;font-size:.9rem;font-weight:700;color:#b45309}.related-low-stock-label{display:block;margin-top:4px;font-size:.75rem;font-weight:700;color:#b45309}.product-code-chip{padding:6px 12px;background:#eef2ff;border:1px solid #c7d2fe;border-radius:999px;color:#3e32be;font-size:12px;font-weight:700}.product-details-code-badge span{font-weight:600;color:#6b7280}.product-details-code-badge strong{font-weight:800;color:#111827}.product-details-discount-badge,.related-discount-badge{background:#dcfce7;color:#15803d;font-size:.82rem;font-weight:700;padding:4px 10px;border-radius:999px}.footer-about-btn{background:transparent;border:none;color:#ffffffe6;font-size:14px;font-weight:900;cursor:pointer;padding:0;white-space:nowrap;display:inline-flex;align-items:center;transition:.2s ease}.footer-about-btn:hover{opacity:.8;text-decoration:underline}.footer-top{display:grid;grid-template-columns:1fr 1fr 1fr;gap:18px;padding:24px 22px;align-items:center}.footer-col h4{margin-bottom:11px;font-size:14px;font-weight:900}.footer-title{font-size:15px;font-weight:900}.footer-col-center{text-align:center}.footer-col-right{text-align:right}.social-row{display:flex;gap:10px}.social-icon{width:40px;height:40px;border-radius:50%;background:var(--white);display:flex;align-items:center;justify-content:center;overflow:hidden;box-shadow:var(--shadow-sm)}.social-icon:hover{transform:translateY(-3px) scale(1.05)}.social-icon img{width:21px;height:21px;object-fit:contain}.payment-row{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end;align-items:center}.payment-badge{width:54px;height:30px;background:var(--white);border-radius:8px;display:flex;align-items:center;justify-content:center;padding:5px;box-shadow:var(--shadow-sm)}.payment-badge img{max-width:100%;max-height:100%;object-fit:contain;display:block}.footer-bottom{border-top:1px solid rgba(255,255,255,.18);padding:12px 22px;font-size:11px;text-align:center;opacity:.95;line-height:1.5}@keyframes fadeUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleIn{0%{opacity:0;transform:scale(.94)}to{opacity:1;transform:scale(1)}}.product-image-large-area{position:relative}.image-loading-overlay{position:absolute;inset:0;z-index:5;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;background:#f8fafceb;border-radius:inherit;color:#1e40af;font-size:13px;font-weight:900}.image-loading-spinner{width:34px;height:34px;border:4px solid #dbeafe;border-top-color:#1e40af;border-radius:50%;animation:imageSpin .8s linear infinite}.image-loading-hidden{opacity:0}@keyframes imageSpin{to{transform:rotate(360deg)}}@media(max-width:900px){.product-details-box{grid-template-columns:1fr}.product-info-area{padding:0}.btn-encomendar{max-width:100%}}@media(max-width:768px){html,body,#root,.details-container{width:100%;max-width:100%;overflow-x:hidden}.details-main{padding:14px 10px 24px}.header{position:sticky;top:0;z-index:99999;flex-wrap:wrap;justify-content:center;padding:10px 12px;gap:10px;overflow:visible}.logo{width:30px;height:30px;order:1}.logo-texto{order:2;height:24px}.search-wrapper{order:3;flex:unset;width:100%;max-width:100%;min-width:0;position:relative;z-index:99999}.search{height:40px;font-size:13px}.product-details-box{grid-template-columns:1fr;gap:16px;padding:14px;border-radius:18px;margin-bottom:18px}.product-image-gallery-wrapper{display:grid;grid-template-columns:58px 1fr;gap:10px;align-items:flex-start;width:100%}.product-thumbnails{display:flex;flex-direction:column;gap:8px;max-height:250px;overflow-y:auto;overflow-x:hidden;padding-right:2px;padding-bottom:0}.product-thumbnails::-webkit-scrollbar{width:4px}.product-thumbnails::-webkit-scrollbar-track{background:transparent}.product-thumbnails::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:999px}.product-thumbnail-btn{width:52px;height:52px;min-width:52px;min-height:52px;border:2px solid #d1d5db;border-radius:10px;background:#fff;overflow:hidden;cursor:pointer;padding:4px;flex-shrink:0}.product-thumbnail-btn.active{border-color:#1e40af}.product-thumbnail-image{width:100%;height:100%;object-fit:contain}.product-image-large-area{width:100%;min-height:unset;height:250px;padding:14px;border-radius:16px}.product-image-large{width:100%;height:220px;object-fit:contain}.product-details-name{font-size:22px;text-align:center}.product-details-price{font-size:27px;text-align:center}.product-details-price:after{display:block;width:fit-content;margin:8px auto 0}.product-stock-box{text-align:center}.product-stock-value{font-size:25px}.product-description-box{text-align:center}.quantity-box{margin:0 auto}.btn-encomendar{width:100%;max-width:100%;align-self:center}.atendimento-encerrado-wrapper{display:block!important;width:100%;max-width:100%;margin:16px 0 22px;padding:14px;border-radius:16px}.atendimento-header{margin-bottom:14px}.atendimento-badge{font-size:10px;padding:5px 10px}.atendimento-titulo{font-size:16px}.atendimento-encerrado-texto{display:block!important;font-size:12px;line-height:1.5}.atendimento-grid{width:100%;gap:13px}.card-loja-principal{width:100%;max-width:320px;padding:12px;justify-content:flex-start}.card-loja-logo{width:44px;height:44px;min-width:44px}.card-loja-nome{font-size:15px}.card-loja-desc,.card-loja-acao{font-size:11px}.card-funcionarios{width:100%;max-width:100%}.funcionarios-titulo{font-size:12px}.funcionarios-lista{width:100%;gap:8px}.funcionario-item{padding:6px 8px}.funcionario-nome{font-size:10px}.related-products-section h3{font-size:20px;text-align:center}.related-products-grid{grid-template-columns:1fr;gap:14px}.related-card{width:100%;max-width:100%;border-radius:16px}.related-image{height:140px}.footer{width:100%;max-width:100%}.footer-top{grid-template-columns:1fr;text-align:center;padding:22px 14px}.footer-col-right{text-align:center}.payment-row,.social-row{justify-content:center}.footer-bottom{padding:12px 16px;font-size:10px}.stock-modal .modal-close{background:var(--red)!important;color:var(--white)!important;border:2px solid var(--white)}}html,body,#root{width:100%;min-width:100%;min-height:100vh;margin:0;padding:0}*{box-sizing:border-box}.employee-login-page{width:100%;min-width:100%;min-height:100vh;background:linear-gradient(135deg,#1e40af,#3246b5);display:flex;align-items:center;justify-content:center;padding:24px}.employee-login-container{width:100%;max-width:460px}.employee-login-card{width:100%;background:#fff;border-radius:18px;padding:32px 26px;box-shadow:0 18px 40px #00000038}.employee-login-header{display:flex;flex-direction:column;align-items:center;text-align:center;margin-bottom:24px}.employee-login-logo{width:84px;height:84px;object-fit:contain;margin-bottom:12px}.employee-login-header h1{color:#1e40af;font-size:30px;margin:0 0 6px}.employee-login-header p{color:#4b5563;font-size:14px;margin:0}.employee-login-form{display:flex;flex-direction:column;gap:10px}.employee-login-form label{font-weight:700;color:#111827}.employee-login-form input{width:100%;padding:12px 14px;border:1px solid #d1d5db;border-radius:10px;outline:none;font-size:14px}.employee-login-form input:focus{border-color:#1e40af}.input-error{border:1px solid #e53935!important;background-color:#fff5f5}.employee-password-field{position:relative;width:100%;display:flex;align-items:center}.employee-password-field input{width:100%;padding-right:48px}.employee-password-toggle{position:absolute;right:12px;top:50%;transform:translateY(-50%);border:none;background:transparent;cursor:pointer;font-size:18px;line-height:1;padding:0}.employee-login-button{width:100%;margin-top:8px;border:none;background:#16a34a;color:#fff;padding:12px;border-radius:10px;cursor:pointer;font-weight:700}.employee-link-button{margin-top:4px;border:none;background:transparent;color:#1e40af;cursor:pointer;font-weight:700}.employee-primary-button{width:100%;margin-top:10px;border:none;background:#1e40af;color:#fff;padding:12px;border-radius:10px;cursor:pointer;font-weight:700}.employee-primary-button:disabled{background:#a5d6a7;cursor:not-allowed}.employee-login-error{color:#e53935;font-size:13px;margin-top:6px;font-weight:500}.employee-login-success{color:#2e7d32;font-size:13px;margin-top:6px;font-weight:500}.employee-modal-overlay{position:fixed;inset:0;width:100vw;height:100vh;background:#0000008c;display:flex;align-items:center;justify-content:center;z-index:9999;padding:24px}.employee-modal{width:100%;max-width:430px;background:#fff;border-radius:18px;padding:28px 22px 22px;position:relative;box-shadow:0 18px 40px #00000040}.employee-modal-close{position:absolute;right:14px;top:10px;border:none;background:transparent;font-size:28px;cursor:pointer;color:#111827}.employee-modal h2{color:#1e40af;margin:0 0 8px;text-align:center}.employee-modal-subtitle{text-align:center;color:#4b5563;font-size:14px;margin-bottom:18px}.employee-modal-step{display:flex;flex-direction:column;gap:10px}.employee-modal-step label{font-weight:700;color:#111827}.employee-modal-step input{width:100%;padding:12px 14px;border:1px solid #d1d5db;border-radius:10px;outline:none;font-size:14px}.employee-code-timer{margin-top:2px;font-size:14px;font-weight:700;color:#1e40af;text-align:center}.employee-code-timer-warning{color:#dc2626;font-weight:700}.employee-mobile-page{width:100%;min-width:100%;min-height:100vh;background:linear-gradient(135deg,#1e40af,#3246b5);display:flex;align-items:center;justify-content:center;padding:24px}.employee-mobile-card{background:#fff;border-radius:18px;padding:24px;text-align:center;max-width:320px;width:100%}.employee-mobile-logo{width:72px;height:72px;object-fit:contain;margin-bottom:12px}.employee-mobile-card h2{color:#1e40af;margin:0 0 10px}.employee-mobile-card p{color:#374151;margin:0}@media(max-width:768px){.employee-login-page{padding:40px 16px 16px;align-items:flex-start}.employee-login-container{max-width:100%}.employee-login-card{padding:24px 18px;border-radius:16px}.employee-login-header h1{font-size:24px}.employee-login-header p{font-size:13px}.employee-login-form input,.employee-modal-step input{font-size:16px}.employee-login-button,.employee-primary-button{min-height:48px;font-size:15px}.employee-link-button{font-size:14px}.employee-modal{padding:24px 18px;border-radius:16px}.employee-modal h2{font-size:22px}.employee-password-toggle{font-size:20px}}.toast{position:fixed;top:22px;right:22px;z-index:999999;min-width:280px;max-width:380px;padding:14px 16px;border-radius:16px;color:#fff;box-shadow:0 10px 30px #0000002e,0 2px 10px #00000014;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:transform .25s ease,opacity .25s ease;opacity:0;transform:translateY(-12px) scale(.98)}.toast-show{opacity:1;transform:translateY(0) scale(1)}.toast-hide{opacity:0;transform:translateY(-12px) scale(.98)}.toast-success{background:linear-gradient(135deg,#16a34a,#22c55e)}.toast-error{background:linear-gradient(135deg,#dc2626,#ef4444)}.toast-content{display:flex;align-items:center;gap:12px}.toast-icon{width:28px;height:28px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#ffffff2e;font-size:15px;font-weight:700;flex-shrink:0}.toast-message{font-size:14px;font-weight:600;line-height:1.4;overflow-wrap:anywhere}.management-form-grid select{appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23f9fafb' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right 14px center;background-size:16px;padding-right:36px;cursor:pointer}.management-page.dark-mode .management-form-grid select{background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23f9fafb' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e")!important}.management-page{min-height:100vh;background:#f5f5f5}.management-header{background:#1e40af;color:#fff;display:flex;justify-content:space-between;align-items:center;padding:16px 20px}.management-header-left{display:flex;align-items:center;gap:14px}.management-header-actions{display:flex;align-items:center;gap:12px}.management-logo{width:48px;height:48px;object-fit:contain}.management-header h1{font-size:24px}.management-header p{font-size:14px;opacity:.9}.management-user-avatar{width:46px;height:46px;border-radius:50%;object-fit:cover}.logout-button{border:none;background:#dc2626;color:#fff;padding:10px 14px;border-radius:10px;cursor:pointer;font-weight:700}.management-layout{display:grid;grid-template-columns:280px 1fr;gap:20px;padding:20px}.management-content{display:flex;flex-direction:column;gap:18px}.management-sidebar{background:#fff;border-radius:16px;padding:18px;box-shadow:0 2px 10px #00000014;height:fit-content}.management-sidebar h3{margin-bottom:16px;color:#1e40af}.filter-group{margin-bottom:18px;color:#111827}.filter-group h4{margin-bottom:10px;color:#111827}.filter-checkbox{display:flex;align-items:center;gap:8px;margin-bottom:8px}.management-toolbar{background:#fff;border-radius:16px;padding:16px;display:flex;justify-content:space-between;gap:14px;align-items:center;box-shadow:0 2px 10px #00000014}.management-search{flex:1;padding:12px 14px;border-radius:10px;border:1px solid #d1d5db;outline:none}.management-toolbar-actions{display:flex;gap:10px}.column-actions{display:flex;flex-direction:column;gap:12px}.primary-button,.secondary-button,.danger-button,.edit-button,.secondary-button-edit,.home-button{border:none;border-radius:10px;padding:10px 14px;cursor:pointer;font-weight:700}.primary-button{background:#16a34a;color:#fff}.secondary-button{background:#f5f5f5;color:#111827}.secondary-button:hover{background:#eaeaea}.danger-button{background:#dc2626;color:#fff}.edit-button,.secondary-button-edit{background:#1e40af;color:#fff}.home-button{background:#e3f2fd;color:#1976d2}.management-product-list{display:flex;flex-direction:column;gap:14px}.management-product-title-block{display:flex;flex-direction:column;gap:6px}.management-product-code-badge{width:fit-content;display:inline-flex;align-items:center;padding:4px 10px;border-radius:999px;background:#eef2ff;color:#1e40af;font-size:12px;font-weight:700}.management-product-title-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-bottom:6px}.management-product-title-row h3{margin:0}.management-product-discount-date{display:inline-flex;align-items:center;gap:6px;padding:5px 10px;width:fit-content;border-radius:999px;background:#2563eb1f;color:#2563eb;font-size:11px;font-weight:700;white-space:nowrap}.autocomplete-wrapper{position:relative}.autocomplete-list{position:absolute;width:100%;background:#fff;border:1px solid #dcdcdc;border-radius:10px;margin-top:4px;max-height:220px;overflow-y:auto;z-index:20;box-shadow:0 6px 18px #00000014}.autocomplete-item{width:100%;border:none;background:transparent;padding:12px;text-align:left;cursor:pointer;transition:.2s}.autocomplete-item:hover{background:#f5f5f5}.autocomplete-wrapper{position:relative;width:100%}.autocomplete-list{background:#fff;border:1px solid #d1d5db}.autocomplete-item{color:#111827}.management-product-info h3{max-width:100%;overflow-wrap:anywhere;word-break:break-word;line-height:1.3}.management-product-subinfo{max-width:100%;overflow-wrap:anywhere;word-break:break-word}.management-product-card{background:#fff;border-radius:16px;padding:16px;display:grid;grid-template-columns:110px minmax(0,1fr) auto;gap:16px;align-items:center;box-shadow:0 2px 10px #00000014}.management-product-price-wrapper{display:flex;flex-direction:column;gap:2px}.management-product-old-price{font-size:.9rem;color:#9ca3af;text-decoration:line-through;font-weight:500}.management-product-discount-badge{background:#dcfce7;color:#15803d;font-size:.8rem;font-weight:700;padding:3px 8px;border-radius:999px}.notification-button{position:relative;border:none;background:#fff;color:#111827;border-radius:999px;width:42px;height:42px;cursor:pointer;font-size:0;box-shadow:0 2px 8px #0000001f;display:flex;align-items:center;justify-content:center;overflow:visible}.notification-icon{font-size:20px;line-height:1;display:block}.notification-badge{position:absolute;top:-5px;right:-5px;min-width:18px;height:18px;padding:0 5px;border-radius:999px;background:#dc2626;color:#fff;font-size:11px;font-weight:700;display:flex;align-items:center;justify-content:center}.notificacoes-modal{width:min(760px,92vw);max-height:82vh;overflow:hidden;display:flex;flex-direction:column}.notificacoes-header-actions-row{flex-shrink:0}.discount-input-wrapper{position:relative;width:100%}.discount-input-wrapper input{width:100%;padding-right:38px!important}.discount-symbol{position:absolute;right:14px;top:50%;transform:translateY(-50%);font-weight:700;font-size:15px;color:#9ca3af;pointer-events:none}.discount-date-row{display:grid;grid-template-columns:1fr 1fr;gap:12px;grid-column:1 / -1}.discount-date-row label{display:flex;flex-direction:column;gap:8px}.custom-date-input,.custom-time-input{position:relative;width:100%}.date-text-input,.time-text-input{width:100%;padding-right:52px!important}.date-icon-button,.time-icon-button{position:absolute;right:10px;top:50%;transform:translateY(-50%);width:32px;height:32px;border:none;background:transparent;padding:0;margin:0;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:20}.date-icon-button:disabled,.time-icon-button:disabled{cursor:not-allowed;opacity:.5}.calendar-icon-image,.time-icon-image{width:18px;height:18px;object-fit:contain;display:block;opacity:.85;pointer-events:none}.real-hidden-picker{position:absolute;right:10px;top:50%;transform:translateY(-50%);width:1px;height:1px;opacity:0;pointer-events:none}.calendar-icon,.hidden-date-picker,.hidden-time-picker{display:none!important}.field-helper{color:#6b7280;font-size:12px;font-weight:600}@media(max-width:600px){.discount-date-row{grid-template-columns:1fr}}.notificacoes-list{max-height:520px;overflow-y:auto;padding-right:6px}.notificacoes-header h2{margin-bottom:6px}.notificacoes-header p{color:#6b7280;margin-bottom:18px}.notificacao-card{display:flex;justify-content:space-between;gap:16px;border:1px solid #e5e7eb;border-radius:14px;padding:14px;background:#fff}.notificacao-card.nao-lida{border-color:#2563eb;background:#eff6ff}.notificacao-card.lida{opacity:.75}.notificacao-card h3{margin:0 0 8px;color:#111827}.notificacao-card p{margin:4px 0;color:#374151}.notificacao-card small{display:block;margin-top:8px;color:#6b7280}.product-gallery-preview{display:grid;grid-template-columns:repeat(auto-fill,minmax(85px,1fr));gap:10px;margin-top:12px}.product-gallery-preview-item{position:relative;height:85px;border-radius:10px;overflow:hidden;background:#f8fafc;border:1px solid #d1d5db}.product-gallery-preview-item img{width:100%;height:100%;object-fit:cover}.management-product-stock-number{font-size:.92rem;color:#374151;margin-top:4px;margin-bottom:6px;font-weight:600}.management-product-stock-number strong{color:#111827;font-weight:800}.product-gallery-preview-item button{position:absolute;top:6px;right:6px;width:22px;height:22px;border:none;border-radius:50%;background:#dc2626;color:#fff;font-size:14px;font-weight:900;line-height:1;display:flex;align-items:center;justify-content:center;padding:0;cursor:pointer}.field-counter{display:flex;justify-content:flex-end;margin-top:8px;font-size:12px;font-weight:600;color:#6b7280}.management-product-image-box{background:#f8fafc;border-radius:12px;padding:10px}.management-product-image{width:100%;height:90px;object-fit:contain}.placeholder{display:flex;align-items:center;justify-content:center;color:#6b7280}.management-product-info h3{margin-bottom:8px;color:#111827}.management-product-price{color:#16a34a;font-weight:700;margin-bottom:4px}.management-product-subinfo{color:#333;font-size:14px}.management-empty{background:#fff;border-radius:16px;padding:18px;text-align:center}.management-modal-overlay{position:fixed;inset:0;background:#0000008c;display:flex;align-items:center;justify-content:center;z-index:9999;padding:20px}.management-modal{width:100%;max-width:760px;background:#fff;border-radius:18px;padding:24px;position:relative}.management-modal h2{margin-bottom:18px;color:#1e40af}.small-modal{max-width:480px}.large-modal{width:min(760px,92vw);max-height:85vh;overflow-y:auto}.product-modal-compact{width:min(520px,92vw);max-height:88vh;padding:20px;border-radius:16px;overflow-y:auto}.modal-close{position:absolute;top:10px;right:14px;border:none;background:transparent;font-size:28px;cursor:pointer}.management-modal-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:20px}.management-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.product-badges-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:8px}.base-troca-badge{display:inline-flex;align-items:center;gap:6px;width:fit-content;padding:6px 10px;margin-bottom:8px;border-radius:999px;background:#e0f2fe;color:#0369a1;font-size:12px;font-weight:800}.base-troca-badge-card{background:transparent;padding:5px 0}.product-badges-row .stock-alert,.product-badges-row .base-troca-badge{margin-bottom:0!important}.compact-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;align-items:start}.management-form-grid label{display:flex;flex-direction:column;gap:8px;font-weight:700;color:#111827}.management-form-grid input,.management-form-grid textarea,.management-form-grid select{padding:12px 14px;border-radius:10px;border:1px solid #d1d5db;outline:none;font-size:14px}.management-form-grid select{appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23f9fafb' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right 14px center;background-size:16px;padding-right:36px;cursor:pointer}.management-form-grid textarea{min-height:110px;resize:vertical}.management-modal input:disabled{background:#f1f1f1;color:#777;cursor:not-allowed}.full-width{grid-column:1 / -1}.product-upload-box{width:180px;height:180px;border:2px dashed #cfcfcf;border-radius:12px;display:flex;align-items:center;justify-content:center;overflow:hidden;cursor:pointer;background:#fafafa;transition:.2s ease}.product-upload-box:hover{border-color:#999;background:#f3f3f3}.product-upload-image{width:100%;height:100%;object-fit:cover}.product-upload-placeholder{text-align:center;font-size:13px;color:#666;padding:10px}.product-upload-preview{margin-top:8px;background:#f8fafc;border-radius:10px;padding:10px;display:flex;justify-content:center}.product-upload-preview img{max-width:100%;max-height:180px;object-fit:contain;border-radius:8px}.employee-upload-box{width:120px;height:120px;border:2px dashed #ccc;border-radius:12px;display:flex;align-items:center;justify-content:center;overflow:hidden;cursor:pointer;background:#fafafa}.employee-upload-image{width:100%;height:100%;object-fit:cover}.employee-upload-placeholder{text-align:center;font-size:13px;color:#666;padding:8px}.employee-search-box{margin-bottom:20px}.employee-search-row{display:flex;gap:10px;align-items:flex-start;flex-wrap:wrap}.employee-list{display:flex;flex-direction:column;gap:14px;color:#111827}.employee-list-card{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px;border:1px solid #ddd;border-radius:12px}.employee-list-left{display:flex;align-items:center;gap:14px}.employee-list-actions{display:flex;gap:10px;align-items:center}.employee-list-avatar{width:54px;height:54px;border-radius:50%;object-fit:cover}.employee-list-avatar.placeholder{display:flex;align-items:center;justify-content:center;background:#e5e5e5;color:#666;padding:15px}.password-input-wrapper{position:relative;display:flex;align-items:center}.password-input-wrapper input{width:100%;padding-right:42px}.password-toggle-button{position:absolute;right:10px;border:none;background:transparent;cursor:pointer;font-size:16px;padding:0}.allocation-section{margin-top:10px}.management-modal-alocation{color:#000;margin:10px 0;font-weight:700}.allocation-chips{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px}.allocation-chip{display:inline-flex;align-items:center;gap:8px;background:#ffe66b;color:#111;padding:8px 12px;border-radius:10px;font-weight:600}.allocation-chip button{border:none;background:transparent;color:#d00000;font-size:18px;font-weight:700;cursor:pointer}.card-loading-overlay{position:absolute;inset:0;background:#fff9;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);display:flex;align-items:center;justify-content:center;z-index:20;border-radius:inherit}.card-loading-content{display:flex;flex-direction:column;align-items:center;gap:10px;font-weight:600;color:#333;text-align:center;pointer-events:none}.card-spinner{width:42px;height:42px;border:4px solid #d9d9d9;border-top:4px solid #1d4ed8;border-radius:50%;animation:card-spin .8s linear infinite}@keyframes card-spin{to{transform:rotate(360deg)}}.page-loading-overlay{position:fixed;inset:0;z-index:9999;background:#f5f7fb;display:flex;align-items:center;justify-content:center}.page-loading-card{background:#fff;padding:30px;border-radius:16px;text-align:center;box-shadow:0 10px 25px #0000001a}.page-loading-spinner{width:40px;height:40px;border:4px solid #ddd;border-top-color:#2563eb;border-radius:50%;margin:0 auto 15px;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.field-error{display:block;margin-top:4px;font-size:12px;color:#d90429;font-weight:500}.banner-management-modal{position:relative;padding-top:34px}.banner-delete-confirm{display:flex;flex-direction:column;gap:10px;background:#ff00000f;border:1px solid rgba(255,0,0,.15);padding:12px;border-radius:12px;min-width:180px}.banner-delete-confirm span{font-size:14px;font-weight:600;color:#ff4d4f}.banner-delete-confirm-actions{display:flex;gap:8px}.banner-delete-confirm .danger-button,.banner-delete-confirm .secondary-button{flex:1}.banner-management-modal .modal-close{top:12px;right:16px;z-index:20;width:34px;height:34px;border-radius:50%;background:#ef4444;color:#fff;font-size:22px;line-height:1}.banner-management-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:18px;padding-right:56px}.banner-management-header h2{margin-bottom:6px}.banner-management-header p{color:#6b7280;font-size:14px}.banner-management-header .primary-button{white-space:nowrap}.banner-list{display:flex;flex-direction:column;gap:14px}.banner-list-card{display:grid;grid-template-columns:160px 1fr auto;align-items:center;gap:16px;padding:14px;border:1px solid #e5e7eb;border-radius:14px;background:#fff}.banner-list-image-box{width:160px;height:84px;background:#f8fafc;border-radius:12px;overflow:hidden;display:flex;align-items:center;justify-content:center}.banner-list-image{width:100%;height:100%;object-fit:cover}.banner-list-placeholder{color:#6b7280;font-size:13px}.banner-list-info h3{color:#111827;margin-bottom:6px}.banner-list-info p{color:#6b7280;font-size:14px;margin-bottom:4px}.banner-list-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap;justify-content:flex-end}.banner-upload-box{width:100%;height:180px;border:2px dashed #cfcfcf;border-radius:12px;display:flex;align-items:center;justify-content:center;overflow:hidden;cursor:pointer;background:#fafafa;transition:.2s ease}.banner-upload-box:hover{border-color:#999;background:#f3f3f3}.banner-upload-image{width:100%;height:100%;object-fit:cover}.banner-type-section{background:#f8fafc;border:1px solid #e5e7eb;border-radius:12px;padding:14px}.banner-type-section h3{color:#111827;font-size:16px;margin-bottom:6px}.banner-type-help{color:#6b7280;font-size:13px;margin-bottom:12px}.banner-info-box{background:#e3f2fd;color:#1e40af;border-radius:10px;padding:12px;font-weight:600}.banner-active-checkbox{align-self:end;padding-bottom:12px}.banner-type-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.banner-type-card{display:flex;align-items:center;gap:10px;background:#fff;border:1px solid #d1d5db;border-radius:12px;padding:12px;cursor:pointer;font-weight:700;color:#111827;transition:.2s ease}.notificacoes-header-actions-row{display:flex;flex-direction:column;gap:14px;margin-bottom:24px;padding-bottom:18px;border-bottom:1px solid #e5e7eb}.notificacoes-actions{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.notificacoes-actions .secondary-button,.notificacoes-actions .danger-button{position:static!important;width:auto;white-space:nowrap}.confirm-notification-preview{display:flex;flex-direction:column;gap:8px;margin-top:16px;margin-bottom:20px;padding:14px;border-radius:12px;background:#f5f7fb;border:1px solid #dbe4ff}.confirm-modal-overlay{z-index:10050!important}.confirm-modal{z-index:10051!important}.confirm-notification-preview strong{font-size:18px}.confirm-notification-preview span{font-size:14px}.notificacoes-list{margin-top:18px}@media(max-width:600px){.notificacoes-header-actions-row,.notificacao-card{flex-direction:column}.notificacao-actions,.notificacao-actions button{width:100%}}.banner-type-card:hover{border-color:#1e40af;background:#f8fafc}.banner-type-card input{accent-color:#1e40af}.banner-type-card.selected{border-color:#1e40af;background:#e3f2fd;color:#1e40af}.banner-type-card span{font-size:13px;line-height:1.2}.banner-label-row{display:flex;align-items:center;gap:8px;margin-bottom:8px}.banner-help-tooltip{position:relative;display:inline-flex;align-items:center}.banner-help-button{width:22px;height:22px;border:none;border-radius:50%;background:#1e40af;color:#fff;font-size:13px;font-weight:800;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:.2s ease}.banner-help-button:hover{background:#16338a;transform:scale(1.05)}.banner-help-content{position:absolute;top:32px;left:50%;transform:translate(-50%);width:280px;background:#111827;color:#fff;border-radius:14px;padding:14px;display:flex;flex-direction:column;gap:8px;opacity:0;visibility:hidden;pointer-events:auto;transition:.2s ease;z-index:999;box-shadow:0 10px 30px #00000040}.banner-help-content:before{content:"";position:absolute;top:-6px;left:50%;transform:translate(-50%);border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #111827}.banner-help-tooltip:hover .banner-help-content,.banner-help-content:hover{opacity:1;visibility:visible}.banner-help-content strong{font-size:14px;color:#93c5fd}.banner-help-content span{font-size:13px;font-weight:600}.banner-help-content p{font-size:12px;line-height:1.5;color:#d1d5db;margin:0}.dashboard-button{border:none;background:#fa9715f8;color:#111827;padding:10px 14px;border-radius:10px;cursor:pointer;font-weight:700}.dashboard-modal{max-width:820px}.dashboard-header{margin-bottom:22px}.dashboard-header h2{margin-bottom:6px;color:#1e40af}.dashboard-header p{color:#6b7280;font-size:14px}.dashboard-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.dashboard-card{background:#f8fafc;border-radius:16px;padding:18px;border:1px solid #e5e7eb}.dashboard-card span{display:block;color:#6b7280;font-size:14px;margin-bottom:10px;font-weight:700}.dashboard-card strong{color:#111827;font-size:32px;font-weight:900}.dashboard-card.warning{background:#fff7ed;border-color:#fed7aa}.dashboard-card.warning strong{color:#ea580c}.dashboard-card.danger{background:#fef2f2;border-color:#fecaca}.dashboard-card.danger strong{color:#dc2626}.dashboard-button:hover{background:#eaa208}.stock-alert{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border-radius:999px;font-size:12px;font-weight:700;margin-bottom:8px}.stock-alert.success{background:#dcfce7;color:#166534}.stock-alert.warning{background:#fef3c7;color:#92400e}.stock-alert.danger{background:#fee2e2;color:#991b1b}.management-page.dark-mode{background:#0f172a;color:#f9fafb}.management-page.dark-mode .management-product-stock-number{color:#d1d5db}.management-page.dark-mode .management-product-stock-number strong{color:#fff}.management-page.dark-mode .management-toolbar,.management-page.dark-mode .management-modal,.management-page.dark-mode .dashboard-card,.management-page.dark-mode .banner-type-section,.management-page.dark-mode .banner-type-card,.management-page.dark-mode .banner-list-card,.management-page.dark-mode .autocomplete-list,.management-page.dark-mode .employee-list-card{background:#111827!important;color:#f9fafb!important;border-color:#374151!important}.management-page.dark-mode .management-form-grid label,.management-page.dark-mode .management-modal-alocation,.management-page.dark-mode .dashboard-card strong,.management-page.dark-mode .banner-type-card,.management-page.dark-mode .autocomplete-item{color:#f9fafb!important}.management-page.dark-mode .management-sidebar{color:#111827!important}.management-page.dark-mode .management-product-card{background:#fff!important;border:1px solid #d1d5db}.management-page.dark-mode .management-product-info h3,.management-page.dark-mode .management-product-stock-number{color:#111827!important}.management-page.dark-mode .management-product-stock-number strong{color:#000!important}.management-page.dark-mode .management-sidebar h3,.management-page.dark-mode .filter-group,.management-page.dark-mode .filter-group h4,.management-page.dark-mode .management-product-info h3,.management-page.dark-mode .management-page.dark-mode .banner-list-info h3{color:#111827!important}.management-page.dark-mode,.management-page.dark-mode .dashboard-card span,.management-page.dark-mode .dashboard-header p,.management-page.dark-mode .banner-management-header p,.management-page.dark-mode .banner-type-help,.management-page.dark-mode .banner-list-info p{color:#94a3b8!important}.management-page.dark-mode .management-search,.management-page.dark-mode .management-form-grid input,.management-page.dark-mode .management-form-grid textarea,.management-page.dark-mode .management-form-grid select{background-color:#0f172a!important;color:#f9fafb!important;border-color:#374151!important}.management-page.dark-mode .management-form-grid select{background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23f9fafb' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e")!important}.management-page.dark-mode .management-search::placeholder{color:#94a3b8!important}.management-page.dark-mode .secondary-button{background:#1f2937;color:#f9fafb}.management-page.dark-mode .secondary-button:hover{background:#374151}.management-page.dark-mode .management-product-image-box{background:#f8fafc!important;border:1px solid #1f2937}.management-page.dark-mode .product-upload-box,.management-page.dark-mode .employee-upload-box,.management-page.dark-mode .banner-upload-box{background:#0f172a!important;border-color:#374151!important}.theme-button{border:none;background:#111827;color:#fff;width:42px;height:42px;border-radius:12px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;padding:0;line-height:1;font-size:20px;font-weight:700;transition:.2s ease}.theme-button:hover{background:#374151}.management-page.dark-mode .theme-button{background:#facc15;color:#111827}.stock-report-button{border:none;border-radius:10px;padding:10px 14px;cursor:pointer;font-weight:700;background:#facc15;color:#111827;transition:.2s ease}.stock-report-button:hover{background:#eab308;transform:translateY(-1px)}.banner-help-content a{margin-top:4px;background:#2563eb;color:#fff;text-decoration:none;padding:10px 12px;border-radius:10px;font-size:13px;font-weight:700;text-align:center;transition:.2s ease}.banner-help-content a:hover{background:#1d4ed8}.field-error{color:#dc2626;font-size:12px;font-weight:600}@media(max-width:768px){.management-product-title-row{align-items:flex-start;gap:8px}.management-product-discount-date{white-space:normal;line-height:1.3}.notification-button{position:fixed!important;right:18px;bottom:88px;width:58px!important;height:58px!important;min-width:58px!important;min-height:58px!important;border-radius:50%!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:0!important;z-index:99999;box-shadow:0 10px 30px #00000047;aspect-ratio:1 / 1}.notification-icon{font-size:24px}.notification-badge{top:-3px;right:-3px}.management-page{width:100%;overflow-x:hidden}.dashboard-grid{grid-template-columns:1fr}.management-header{flex-direction:column;align-items:flex-start;gap:14px;padding:14px}.management-header-left{width:100%;align-items:center}.management-header h1{font-size:18px;line-height:1.2;margin:0}.management-header p{font-size:12px;margin:4px 0 0}.management-logo,.management-user-avatar{width:42px;height:42px;flex-shrink:0}.management-header-actions{width:100%;display:grid;grid-template-columns:1fr;gap:8px}.management-header-actions button{width:100%;min-height:44px}.management-layout{grid-template-columns:1fr;padding:12px;gap:12px}.management-sidebar{width:100%;padding:14px}.theme-button{position:fixed!important;right:18px;bottom:18px;width:58px!important;height:58px!important;min-width:58px!important;min-height:58px!important;border-radius:50%!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:0!important;z-index:99999;box-shadow:0 10px 30px #00000047;font-size:24px!important;aspect-ratio:1 / 1}.management-toolbar{flex-direction:column;align-items:stretch;padding:14px}.management-search{width:100%;font-size:16px}.management-toolbar-actions{width:100%;display:grid;grid-template-columns:1fr;gap:8px}.management-toolbar-actions button{width:100%;min-height:44px}.management-product-card{grid-template-columns:1fr;gap:12px;padding:14px}.management-product-image-box{width:100%}.management-product-image{height:110px}.management-product-card{gap:10px}.management-product-info h3{font-size:18px}.management-product-subinfo{font-size:13px}.edit-button{width:100%;min-height:44px}.management-modal-overlay{align-items:flex-start;padding:12px;overflow-y:auto}.management-modal,.small-modal,.large-modal,.product-modal-compact{width:100%;max-width:100%;max-height:calc(100vh - 24px);overflow-y:auto;padding:18px;border-radius:16px}.management-modal h2{font-size:20px;padding-right:32px}.management-form-grid,.compact-grid{grid-template-columns:1fr}.management-form-grid input,.management-form-grid textarea,.management-form-grid select{font-size:16px}.product-upload-box{width:100%;height:180px}.employee-upload-box{width:100%;height:150px}.management-modal-actions{flex-direction:column-reverse;gap:8px}.management-modal-actions button{width:100%;min-height:44px}.employee-list-card{flex-direction:column;align-items:stretch}.employee-list-left{align-items:center}.employee-list-actions{width:100%;display:grid;grid-template-columns:1fr}.employee-list-actions button{width:100%;min-height:44px}.banner-management-header{flex-direction:column;align-items:stretch;gap:12px}.banner-list-card{grid-template-columns:1fr}.banner-list-image{width:100%;max-height:180px;object-fit:contain}.banner-list-actions{width:100%;display:grid;grid-template-columns:1fr;gap:8px}.banner-list-actions button{width:100%}}.management-product-card{background:#fff;border-radius:18px;padding:18px;display:grid;grid-template-columns:110px minmax(0,1fr) auto;gap:18px;align-items:center;border:1px solid #eef2f7;box-shadow:0 8px 24px #0f172a14}.management-product-image-box{width:110px;height:110px;display:flex;align-items:center;justify-content:center;background:#f8fafc;border-radius:14px;padding:10px}.management-product-image{width:100%;height:100%;object-fit:contain}.management-product-info{min-width:0;overflow:hidden}.management-product-title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:10px}.management-product-title-block{display:flex;flex-direction:column;gap:8px;min-width:0}.management-product-title-row h3{margin:0;color:#111827;font-size:20px;font-weight:900;line-height:1.25;overflow-wrap:anywhere;word-break:break-word}.management-product-code-badge{width:fit-content;display:inline-flex;align-items:center;gap:6px;padding:6px 11px;border-radius:999px;border:1px solid #c7d2fe;background:#eef2ff;color:#1e40af;font-size:12px;font-weight:800;line-height:1}.management-product-discount-date{display:inline-flex;align-items:center;gap:6px;width:fit-content;max-width:100%;margin-top:4px;padding:6px 12px;border-radius:999px;border:1px solid #dbeafe;background:#eef2ff;color:#1d4ed8;font-size:12px;font-weight:800;line-height:1.2;white-space:nowrap}.management-product-price-wrapper{display:flex;flex-direction:column;gap:4px;margin-top:6px;margin-bottom:8px}.management-product-old-price{font-size:13px;color:#9ca3af;text-decoration:line-through;font-weight:600}.management-product-discount-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.management-product-price{margin:0;color:#16a34a;font-size:18px;font-weight:900}.management-product-discount-badge{display:inline-flex;align-items:center;padding:4px 8px;border-radius:999px;background:#dcfce7;color:#15803d;font-size:12px;font-weight:800}.management-product-stock-number{margin:4px 0 6px;color:#374151;font-size:14px;font-weight:700}.management-product-stock-number strong{color:#111827;font-weight:900}.stock-alert{display:inline-flex;align-items:center;gap:6px;width:fit-content;padding:6px 10px;margin-bottom:8px;border-radius:999px;font-size:12px;font-weight:800}.management-product-subinfo{margin-top:4px;color:#4b5563;font-size:14px;line-height:1.4;overflow-wrap:anywhere;word-break:break-word}.edit-button{min-width:138px;height:42px;display:inline-flex;align-items:center;justify-content:center;background:#2446b8;color:#fff;border-radius:10px;font-size:14px;font-weight:800;white-space:nowrap;transition:.2s ease}.edit-button:hover{background:#1e40af;transform:translateY(-1px)}.management-page.dark-mode .management-product-card{background:#fff!important;border-color:#d1d5db!important}.management-page.dark-mode .management-product-title-row h3,.management-page.dark-mode .management-product-info h3,.management-page.dark-mode .management-product-stock-number,.management-page.dark-mode .management-product-stock-number strong{color:#111827!important}.management-page.dark-mode .management-product-subinfo{color:#4b5563!important}.management-page.dark-mode .management-product-image-box{background:#f8fafc!important;border:1px solid #eef2f7!important}@media(max-width:768px){.management-product-card{grid-template-columns:1fr;gap:14px;padding:14px}.management-product-image-box{width:100%;height:140px}.management-product-title-row{flex-direction:column;align-items:flex-start;gap:8px}.management-product-title-row h3{font-size:18px}.management-product-discount-date{white-space:normal}.edit-button{width:100%;min-height:44px}}.sobre-page{--sobre-blue: #1e40af;--sobre-blue-dark: #102a73;--sobre-red: #ef233c;--sobre-red-dark: #c1121f;--sobre-yellow: #facc15;--sobre-green: #16a34a;--sobre-black: #111827;--sobre-gray: #6b7280;--sobre-light: #f4f7fb;--sobre-white: #ffffff;width:100%;min-height:100vh;background:linear-gradient(180deg,#f8fafc,#eef3fb);color:var(--sobre-black);overflow-x:hidden}.sobre-hero{min-height:360px;background:linear-gradient(135deg,#102a73f2,#1e40afe6),url(/images/sobre/banner-sobre.jpg);background-size:cover;background-position:center;display:flex;align-items:center;padding:60px 20px;position:relative;overflow:hidden}.sobre-hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at top right,rgba(250,204,21,.16),transparent 30%)}.sobre-hero-content{width:100%;max-width:1180px;margin:0 auto;color:#fff;position:relative;z-index:2}.sobre-label{display:inline-flex;width:fit-content;margin-bottom:14px;padding:8px 15px;border-radius:999px;background:linear-gradient(135deg,#fde047,var(--sobre-yellow));color:#111;font-size:.78rem;font-weight:900;text-transform:uppercase;letter-spacing:.8px;box-shadow:0 6px 18px #facc1559}.sobre-hero h1{font-size:clamp(2.5rem,5vw,4.5rem);line-height:1;margin:0 0 18px;font-weight:900;color:#fff;letter-spacing:-1px}.sobre-hero h1{color:#fff}.sobre-hero .titulo-vermelho{color:#d90429}.sobre-hero p{max-width:760px;font-size:1.08rem;line-height:1.8;margin:0;color:#ffffffeb;font-weight:700;white-space:normal;word-break:normal;overflow-wrap:break-word}.sobre-container{width:100%;max-width:1180px;margin:0 auto;padding:70px 20px}.sobre-intro{display:grid;grid-template-columns:minmax(0,2fr) minmax(280px,1fr);gap:26px;align-items:start}.sobre-card,.sobre-info-card,.valor-card,.timeline-card,.proprietario-content{background:var(--sobre-white);border-radius:24px;border:1px solid rgba(226,232,240,.9);box-shadow:0 10px 28px #0f172a24}.sobre-card-main,.proprietario-content,.valor-card{position:relative;overflow:hidden}.sobre-card-main:before,.proprietario-content:before,.valor-card:before{content:"";position:absolute;inset:0;height:5px;background:linear-gradient(90deg,var(--sobre-blue),var(--sobre-red))}.sobre-card-main{padding:36px}.sobre-card-main h2,.proprietario-content h2,.section-title h2,.sobre-final h2{font-size:clamp(1.9rem,3vw,2.7rem);margin:0 0 18px;color:var(--sobre-black);font-weight:900;letter-spacing:-.5px}.sobre-card-main p,.proprietario-content p,.section-title p,.valor-card p,.timeline-content p,.sobre-final p{font-size:1rem;line-height:1.8;color:#4b5563}.sobre-card-main strong,.proprietario-content strong{color:var(--sobre-black)}.sobre-info-grid{display:grid;grid-template-columns:repeat(2,minmax(150px,1fr));gap:18px;align-content:start}.sobre-info-card{min-height:150px;padding:24px 18px;display:flex;flex-direction:column;justify-content:center;transition:.25s ease}.sobre-info-card span{font-size:14px;line-height:1.4}.sobre-info-card strong{font-size:17px;line-height:1.4;word-break:normal;overflow-wrap:break-word}.sobre-info-card:hover{transform:translateY(-4px)}.sobre-info-card span{color:var(--sobre-gray);font-size:.88rem;margin-bottom:10px;font-weight:700}.sobre-info-card strong{font-size:1.18rem;color:var(--sobre-black);font-weight:900}.proprietario-section{display:grid;grid-template-columns:390px 1fr;gap:38px;align-items:center;padding-top:10px}.proprietario-image-wrapper{width:100%;border-radius:28px;overflow:hidden;background:#fff;border:1px solid rgba(226,232,240,.9);box-shadow:0 10px 28px #0f172a24}.proprietario-image{width:100%;height:470px;object-fit:cover;display:block}.proprietario-content{padding:38px}.timeline-section{background:linear-gradient(135deg,var(--sobre-blue-dark),var(--sobre-blue));color:#fff;position:relative;overflow:hidden}.timeline-section:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at bottom left,rgba(239,35,60,.12),transparent 30%)}.timeline-section .section-title{position:relative;z-index:2}.timeline-section .section-title h2,.timeline-section .section-title p{color:#fff}.section-title{text-align:center;max-width:720px;margin:0 auto 40px}.timeline-card{position:relative;display:grid;grid-template-columns:1fr 1fr;overflow:hidden;background:#fff;color:#222;height:430px;min-height:430px}.timeline-image-wrapper{width:100%;height:430px;min-height:430px;background:#dbe4f3;display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative}.timeline-image{width:100%;height:100%;object-fit:cover;display:block;transform:none!important;transition:none!important;animation:none!important}.timeline-content{height:430px;padding:44px;display:flex;flex-direction:column;justify-content:center}.timeline-year{font-size:3.6rem;font-weight:900;color:#d90429;line-height:1}.timeline-content small{margin:10px 0 16px;color:#6b7280;font-weight:700}.timeline-content h3{font-size:1.9rem;margin:0 0 14px;color:var(--sobre-black);font-weight:900}.timeline-dots{display:flex;gap:10px;margin-top:24px}.timeline-dot{width:12px;height:12px;border:none;border-radius:999px;background:#d1d5db;cursor:pointer;transition:.25s ease}.timeline-dot.active{width:36px;background:linear-gradient(135deg,#fde047,var(--sobre-yellow))}.timeline-arrow{position:absolute;top:50%;z-index:2;transform:translateY(-50%);width:52px;height:52px;border-radius:50%;border:none;background:linear-gradient(135deg,#fde047,var(--sobre-yellow));color:#111;font-size:24px;font-weight:900;cursor:pointer;transition:.2s ease;box-shadow:0 8px 20px #facc154d;display:flex;align-items:center;justify-content:center;padding:0}.timeline-arrow:hover{transform:translateY(-50%) scale(1.06)}.timeline-arrow-left{left:18px}.timeline-arrow-right{right:18px}.valores-section{padding-top:85px}.valores-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.valor-card{padding:32px;transition:.25s ease}.valor-card:hover{transform:translateY(-5px)}.valor-card h3{font-size:1.5rem;margin:0 0 14px;color:var(--sobre-black);font-weight:900}.timeline-loading{position:absolute;inset:0;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;background:#dbe4f3eb;z-index:5;font-weight:700;color:#374151}.timeline-spinner{width:42px;height:42px;border-radius:50%;border:4px solid #e5e7eb;border-top-color:#d90429;animation:timelineSpin .8s linear infinite}.timeline-image.hidden{opacity:0}@keyframes timelineSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.sobre-final{padding:55px 20px;background:linear-gradient(135deg,var(--sobre-blue-dark),var(--sobre-blue));text-align:center;position:relative;overflow:hidden}.sobre-final:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at top right,rgba(255,255,255,.2),transparent 30%)}.sobre-final-content{max-width:760px;margin:0 auto;position:relative;z-index:2}.sobre-final h2{margin-bottom:12px;color:#fff}.sobre-info-card small{margin-top:8px;font-size:14px;color:#6b7280;font-weight:700}.sobre-final p{color:#ffffffe0}.linhas-principais{display:flex;justify-content:center;width:100%;text-align:center;white-space:nowrap;font-size:1.2rem}.localizacao-section{margin-top:-50px}.mapa-google{overflow:hidden;border-radius:24px;background:#fff;box-shadow:0 10px 25px #00000014;border:1px solid #e5e7eb}.mapa-google iframe{display:block;width:100%;height:450px;border:none}.sobre-final-actions{display:flex;justify-content:center;gap:14px;flex-wrap:wrap;padding:18px}.sobre-button{display:inline-flex;align-items:center;justify-content:center;min-width:170px;padding:14px 24px;border-radius:999px;text-decoration:none;font-weight:900;transition:.25s ease}.sobre-button.primary{background:#263238;color:#fff;box-shadow:0 10px 24px #2632383d}.sobre-button.primary:hover{background:#111827;transform:translateY(-2px)}.sobre-button.secondary{background:linear-gradient(135deg,#22c55e,var(--sobre-green));color:#fff;box-shadow:0 10px 24px #22c55e38}.sobre-button.secondary:hover{transform:translateY(-2px)}.historia-modal-button{margin-top:18px;padding:13px 22px;border:none;border-radius:999px;background:linear-gradient(135deg,var(--sobre-blue),var(--sobre-blue-dark));color:#fff;font-weight:900;cursor:pointer;transition:.25s ease;box-shadow:0 8px 20px #1e40af40}.historia-modal-button:hover{transform:translateY(-2px);background:linear-gradient(135deg,var(--sobre-red),var(--sobre-red-dark))}.historia-modal-overlay{position:fixed;inset:0;z-index:9999;background:#0f172aa6;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);display:flex;align-items:center;justify-content:center;padding:22px}.historia-modal{position:relative;width:100%;max-width:850px;max-height:88vh;overflow-y:auto;background:#fff;border-radius:26px;padding:38px;box-shadow:0 24px 70px #00000059;animation:abrirModalHistoria .25s ease}.historia-modal:before{content:"";position:absolute;inset:0;height:6px;background:linear-gradient(90deg,var(--sobre-blue),var(--sobre-red));border-radius:26px 26px 0 0}.historia-modal h2{margin:0 0 18px;font-size:clamp(1.8rem,3vw,2.5rem);color:var(--sobre-black);font-weight:900}.historia-modal p{font-size:1rem;line-height:1.8;color:#4b5563;margin-bottom:14px}.historia-modal strong{color:var(--sobre-black)}.historia-modal-close{position:sticky;top:0;margin-left:auto;display:flex;width:42px;height:42px;border:none;border-radius:50%;background:#111827;color:#fff;font-size:2rem;line-height:1;cursor:pointer;align-items:center;justify-content:center;z-index:2}.historia-modal-close:hover{background:var(--sobre-red)}@keyframes abrirModalHistoria{0%{opacity:0;transform:translateY(18px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@media(max-width:600px){.historia-modal{padding:28px 22px;border-radius:22px;max-height:86vh}.historia-modal-close{width:38px;height:38px;font-size:1.7rem}}@media(max-width:900px){.sobre-intro,.proprietario-section,.timeline-card,.valores-grid{grid-template-columns:1fr}.proprietario-image{height:380px}.timeline-card{height:auto;min-height:unset}.timeline-image-wrapper{height:300px;min-height:300px}.timeline-image{height:100%;min-height:unset}.timeline-content{height:auto;padding:32px 24px}.timeline-arrow{top:260px}}@media(max-width:600px){.sobre-hero{min-height:300px;padding:45px 18px}.sobre-container{padding:50px 16px}.sobre-info-grid{grid-template-columns:1fr}.sobre-card-main,.proprietario-content,.valor-card{padding:24px}.timeline-year{font-size:2.9rem}.timeline-content h3{font-size:1.5rem}.timeline-arrow{width:38px;height:38px;font-size:1.7rem}.timeline-arrow-left{left:10px}.timeline-arrow-right{right:10px}.sobre-final-actions{flex-direction:column}.sobre-button{width:100%}}:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}
