:root{--brand-red:#bc0000;--bg-primary:#f2f2f2;--bg-secondary:#e5e7eb;--bg-dark:#050505;--bg-section:#f2f2f2;--bg-technical:#0b0f14;--surface:#fff;--surface-card:#fff;--surface-strong:#1f2937;--surface-dark:#1a1a1a;--surface-medium:#6b7280;--text-primary:#050505;--text-heading:#050505;--text-secondary:#4b5563;--text-on-dark:#fff;--border-color:#0000001a;--primary-color:var(--text-primary);--primary-red:var(--brand-red);--secondary-color:var(--brand-red);--accent-color:var(--brand-red);--accent-purple:var(--surface-strong);--accent-blue:#111827;--accent-hover:#d40000;--bg-color:var(--bg-primary);--card-bg:#fff;--surface-bg:var(--surface-card);--surface-border:var(--border-color);--text-main:var(--text-primary);--text-muted:var(--text-secondary);--danger:#bc0000;--warning:#f59e0b}html.theme-light{--bg-primary:#f2f2f2;--bg-secondary:#e5e7eb;--bg-section:#f2f2f2;--surface:#fff;--surface-card:#fff;--surface-strong:#1f2937;--surface-medium:#6b7280;--text-primary:#050505;--text-heading:#050505;--text-secondary:#4b5563;--text-main:var(--text-primary);--text-muted:var(--text-secondary);--text-on-dark:#050505;--primary-color:var(--text-primary);--bg-color:var(--bg-primary);--surface-bg:var(--surface-card);--card-bg:#fff;--border-color:#0000001a;--surface-border:var(--border-color);--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}html.theme-light .home-section-title,html.theme-light .home-section-sub,html.theme-light .home-trust-item,html.theme-light .pcard-name,html.theme-light .pcard-price,html.theme-light .pcard-installment,html.theme-light .pcard-desc,html.theme-light .text-muted{color:var(--text-primary)!important}html.theme-light .home-section-sub,html.theme-light .pcard-installment,html.theme-light .pcard-desc,html.theme-light .home-cat-info span,html.theme-light .home-cat-arrow{color:var(--text-muted)!important}html.theme-light .home-cta-section .home-cta-inner h2,html.theme-light .home-cta-section .home-cta-inner p,html.theme-light .home-cta-section .home-cta-inner .home-section-label,html.theme-dark .home-cta-section .home-cta-inner h2,html.theme-dark .home-cta-section .home-cta-inner p,html.theme-dark .home-cta-section .home-cta-inner .home-section-label{color:#fff!important}html.theme-light .home-cta-section .home-cta-inner p,html.theme-dark .home-cta-section .home-cta-inner p{color:#e5e7eb!important}html.theme-light .home-cta-section .home-cta-inner .home-section-label,html.theme-dark .home-cta-section .home-cta-inner .home-section-label{color:#bc0000!important}html.theme-light .home-cta-section .home-cta-secondary,html.theme-dark .home-cta-section .home-cta-secondary{color:#fff!important;border-color:#ffffff3d!important}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-color);color:var(--text-on-dark);-webkit-font-smoothing:antialiased;font-family:Inter,sans-serif;line-height:1.6}#root,main{background:var(--bg-color);min-height:100vh}a{color:inherit;text-decoration:none}ul{list-style:none}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}h1,h2,h3,h4,h5,h6{color:var(--text-heading);letter-spacing:-.02em;opacity:1;font-family:Sora,sans-serif;font-weight:700}h1{font-size:3.5rem;line-height:1.1}h2{margin-bottom:1rem;font-size:2.5rem}h3{font-size:1.5rem}.btn{cursor:pointer;border:none;border-radius:9999px;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.75rem;font-family:inherit;font-size:1rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex;position:relative;overflow:hidden}.btn:after{content:"";background:linear-gradient(90deg,#0000,#fff3,#0000);width:100%;height:100%;transition:all .5s;position:absolute;top:0;left:-100%}.btn:hover:after{left:100%}.btn-primary{color:#fff;background:linear-gradient(135deg,#bc0000,#960000);box-shadow:0 4px 15px #bc00004d}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 25px #bc000073}.btn-accent{color:#fff;background:linear-gradient(135deg,#bc0000,#960000);box-shadow:0 4px 15px #bc00004d}.btn-accent:hover{transform:translateY(-2px);box-shadow:0 8px 25px #bc000073}.btn-outline{color:var(--primary-color);border:2px solid var(--border-color);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#0000}.btn-outline:hover{border-color:var(--primary-color)}.btn-block{width:100%}.btn-lg{padding:1rem 2.5rem;font-size:1.125rem}.text-center{text-align:center}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}.mt-4{margin-top:2rem}.text-accent{color:var(--accent-color)}.text-muted{color:var(--text-muted)}.text-gradient{background:linear-gradient(135deg,#bc0000,#e03535,#8b0000);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.grid{gap:2rem;display:grid}.grid-cols-2{grid-template-columns:repeat(2,1fr)}.grid-cols-3{grid-template-columns:repeat(3,1fr)}.grid-cols-4{grid-template-columns:repeat(4,1fr)}@media (width<=1024px){.grid-cols-4{grid-template-columns:repeat(3,1fr)}}@media (width<=768px){.grid-cols-3,.grid-cols-4{grid-template-columns:repeat(2,1fr)}.grid-cols-2{grid-template-columns:1fr}h1{font-size:2.5rem}h2{font-size:2rem}}@media (width<=480px){.grid-cols-2,.grid-cols-3,.grid-cols-4{grid-template-columns:1fr}}.card{background:var(--card-bg);-webkit-backdrop-filter:blur(12px);border:1px solid var(--border-color);border-radius:1.5rem;flex-direction:column;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;overflow:hidden}.form-group{margin-bottom:1.5rem}.form-label{color:var(--primary-color);margin-bottom:.5rem;font-weight:500;display:block}.form-control{border:1px solid var(--border-color);background:#ffffffe6;border-radius:.75rem;width:100%;padding:1rem 1.25rem;font-family:inherit;font-size:1rem;transition:all .2s}.form-control:focus{border-color:var(--secondary-color);outline:none;box-shadow:0 0 0 4px #6366f11a}.password-input-wrapper{align-items:center;display:flex;position:relative}.password-toggle-btn{cursor:pointer;color:var(--text-muted);z-index:2;background:0 0;border:none;justify-content:center;align-items:center;padding:.5rem;transition:color .2s;display:flex;position:absolute;right:.75rem}.password-toggle-btn:hover{color:var(--secondary-color)}.alert{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:1rem;align-items:flex-start;gap:.75rem;margin-bottom:1.5rem;padding:1rem;display:flex}.alert-warning{color:#92400e;background-color:#fef3c7cc;border:1px solid #fde68a}.alert-warning svg{color:var(--warning);flex-shrink:0}@keyframes gradient-flow{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}@keyframes blob-morph{0%{border-radius:60% 40% 30% 70%/60% 30% 70% 40%}50%{border-radius:30% 60% 70% 40%/50% 60% 30%}to{border-radius:60% 40% 30% 70%/60% 30% 70% 40%}}html.theme-dark{--bg-primary:#050505;--bg-secondary:#0b0f14;--surface:#111827;--surface-card:#111827;--surface-strong:#1a1a1a;--surface-dark:#1a1a1a;--surface-medium:#374151;--text-primary:#fff;--text-heading:#fff;--text-secondary:#e5e7eb;--text-main:var(--text-primary);--text-muted:#d1d5db;--primary-color:var(--text-primary);--bg-color:var(--bg-primary);--surface-bg:var(--surface);--card-bg:#111827f5;--border-color:#ffffff1a;--surface-border:var(--border-color);--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}html.theme-dark body{background-color:var(--bg-primary);color:var(--text-primary)}html.theme-dark header{background-color:#080c16f7!important;border-bottom-color:#33415580!important}html.theme-dark .navbar-search-form{background:#111827!important}html.theme-dark .navbar-search-form input{color:#f1f5f9!important}html.theme-dark .desktop-categories{background:0 0}html.theme-dark .mobile-nav-drawer{background:#111827!important;border-left-color:#33415580!important}html.theme-dark .navbar-search-wrapper>div>div{background:#111827!important;border-color:#ffffff1a!important}html.theme-dark .pcard{background:#111827!important;border-color:#33415580!important}html.theme-dark .pcard-body{background:#111827!important}html.theme-dark .pcard-img-wrap{background:#1a1a1a!important}html.theme-dark .pcard-name{color:#f1f5f9!important}html.theme-dark .pcard-desc{color:var(--text-secondary)!important}html.theme-dark .pcard-price{color:#f1f5f9!important}html.theme-dark .pcard-installment{color:var(--text-muted)!important}html.theme-dark .pcard-btn-cart{color:#e2e8f0!important;border-color:#334155b3!important}html.theme-dark .pcard-btn-cart:hover:not(:disabled):not(.pcard-btn-added){background:#ffffff0d!important}html.theme-dark .card{background:#111827!important;border-color:#33415580!important}html.theme-dark .home-trust,html.theme-dark .home-products-light,html.theme-dark .home-cta-section{background:#050505!important}html.theme-dark .home-trust{border-bottom-color:#33415580!important}html.theme-dark .home-trust-item{color:#e2e8f0!important;border-right-color:#33415580!important}html.theme-dark .home-categories,html.theme-dark .home-products-dark{background:#050505!important}html.theme-dark .home-cat-card{background:#111827!important;border-color:#33415580!important}html.theme-dark .home-cat-card:hover{border-color:#bc000059!important}html.theme-dark .home-cat-info h3,html.theme-dark .home-section-title{color:#f1f5f9!important}html.theme-dark .home-see-all{border-color:#bc000040!important}html.theme-dark [style*="background: white"],html.theme-dark [style*=background\:white],html.theme-dark [style*="background-color: white"],html.theme-dark [style*="backgroundColor: white"]{background:#111827!important}html.theme-dark h1,html.theme-dark h2,html.theme-dark h3,html.theme-dark h4{color:var(--text-heading);opacity:1}html.theme-dark p{color:var(--text-secondary);opacity:1}html.theme-dark .form-control{color:#f1f5f9!important;background:#111827!important;border-color:#ffffff1a!important}html.theme-dark .form-control::placeholder{color:#475569!important}html.theme-dark .form-control:focus{border-color:var(--secondary-color)!important;background:#1a1a1a!important}html.theme-dark .form-label{color:#cbd5e1!important}html.theme-dark select.form-control option{background:#1e293b}html.theme-dark .btn-outline,html.theme-dark .btn-secondary{color:#e2e8f0!important;border-color:#334155b3!important}html.theme-dark .container>div[style*=background],html.theme-dark .container>section[style*=background]{background:#050505!important}html.theme-dark table{color:#f1f5f9}html.theme-dark th,html.theme-dark td{border-color:#33415580!important}html.theme-dark tr:hover{background:#ffffff08!important}@keyframes pulse-glow{0%{transform:scale(1);box-shadow:0 0 #25d36699}70%{transform:scale(1.05);box-shadow:0 0 0 20px #25d36600}to{transform:scale(1);box-shadow:0 0 #25d36600}}.animated-gradient-bg{background:linear-gradient(-45deg,#050505,#0b0f14,#111827,#0b0f14,#050505) 0 0/400% 400%;animation:15s infinite gradient-flow}.blob-shape{filter:blur(80px);z-index:0;opacity:.6;animation:15s ease-in-out infinite blob-morph;position:absolute}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.spin{animation:1s linear infinite spin}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@media (width>=1024px){.minha-conta-container{max-width:1200px!important}.grid-profile-layout{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:1.25rem;display:grid}.minha-conta-tabs{justify-content:flex-start;width:100%}.minha-conta-card,.minha-conta-pedidos-wrapper{width:100%}.minha-conta-pedidos-wrapper{max-width:100%;margin:0;padding:2.25rem!important}.minha-conta-pedidos-list{grid-template-columns:repeat(2,minmax(0,1fr));width:100%;max-width:none;gap:1.5rem!important;display:grid!important}.minha-conta-enderecos-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.minha-conta-pedido-card{width:100%;max-width:none;gap:1rem!important;padding:1.5rem 1.85rem!important}.minha-conta-pedido-status-row{justify-content:space-between!important;align-items:flex-start!important}.minha-conta-pedido-badges{justify-content:flex-end}.minha-conta-pedido-info-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:.7rem 1.6rem!important}}@media (width>=1320px){.minha-conta-enderecos-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}}@media (width<=768px){.grid-profile-layout{grid-template-columns:1fr;gap:1rem;display:grid}.minha-conta-endereco-add-btn{width:100%}.minha-conta-enderecos-grid,.minha-conta-endereco-form-grid,.minha-conta-pedido-info-grid{grid-template-columns:1fr!important}.minha-conta-pedidos-list{grid-template-columns:1fr!important;gap:1rem!important}}@media (width<=900px){.minha-conta-pedidos-list{grid-template-columns:1fr!important}}.google-login-btn{color:#1a1a1a!important;background:#fff!important;border:1px solid #00000014!important}.google-login-btn:hover{background:#f8f9fa!important;box-shadow:0 2px 4px #00000026!important}html{-webkit-text-size-adjust:100%;touch-action:manipulation}img{max-width:100%;height:auto}.grid-sidebar-layout{grid-template-columns:2fr 1fr;gap:3rem;display:grid}.grid-profile-layout{grid-template-columns:1fr 1fr;gap:2rem;display:grid}.grid-fields-layout{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}@media (width<=768px){.grid-sidebar-layout{grid-template-columns:1fr;gap:1.5rem}.grid-profile-layout{grid-template-columns:1fr;gap:1.25rem}.grid-fields-layout{grid-template-columns:1fr;gap:.75rem}.grid[style*="2fr 1fr"]{grid-template-columns:1fr!important;gap:1.5rem!important}}.mobile-nav-overlay{z-index:200;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0b0f1999;display:none;position:fixed;inset:0}.mobile-nav-drawer{z-index:201;background:#fff;flex-direction:column;width:min(320px,85vw);transition:transform .32s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;bottom:0;right:0;transform:translate(100%);box-shadow:-10px 0 40px #00000026}.mobile-nav-drawer.open{transform:translate(0)}.mobile-nav-overlay.open{display:block}@media (width>=768px){.mobile-nav-overlay,.mobile-nav-drawer{pointer-events:none!important;display:none!important}}.mobile-nav-header{border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.mobile-nav-links{flex:1;padding:1.25rem 0;overflow-y:auto}.mobile-nav-links a,.mobile-nav-links button{color:var(--text-main);text-align:left;cursor:pointer;background:0 0;border:none;align-items:center;gap:.75rem;width:100%;padding:1rem 1.5rem;font-family:inherit;font-size:1rem;font-weight:600;text-decoration:none;transition:background .15s;display:flex}.mobile-nav-links a:hover,.mobile-nav-links button:hover{background:var(--bg-color);color:var(--secondary-color)}.mobile-nav-links .mobile-nav-divider{background:var(--border-color);height:1px;margin:.75rem 1.5rem}.mobile-nav-links .mobile-nav-category{text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);pointer-events:none;padding:.5rem 1.5rem .25rem;font-size:.7rem;font-weight:700}.mobile-nav-footer{border-top:1px solid var(--border-color);padding:1.25rem 1.5rem}@media (width<=480px){.navbar-auth-label{display:none}}@media (width<=768px){.cart-sidebar{position:static!important;top:auto!important}.checkout-form-card{padding:1.5rem!important}.checkout-section-number{width:28px!important;height:28px!important;font-size:.8rem!important}.minha-conta-header{flex-direction:column;align-items:flex-start;gap:1rem}.minha-conta-tabs{-webkit-overflow-scrolling:touch;flex-wrap:nowrap;width:100%;padding-bottom:0;overflow-x:auto}.minha-conta-tab-btn{white-space:nowrap;flex-shrink:0}}@media (width<=480px){.auth-page-wrap{padding:1.5rem 1rem!important}.auth-card{border-radius:1.25rem!important;padding:1.75rem 1.25rem!important}.cadastro-grid{grid-template-columns:1fr!important}}@media (width<=768px){.admin-header{gap:.5rem}.admin-header h1{font-size:1.1rem!important}.admin-header h1 svg{display:none}.admin-nav{-webkit-overflow-scrolling:touch;scrollbar-width:none;flex-shrink:0;padding-bottom:2px;overflow-x:auto}.admin-nav::-webkit-scrollbar{display:none}.admin-nav-item{white-space:nowrap;flex-shrink:0;padding:.4rem .75rem!important;font-size:.8rem!important}.admin-header-actions{flex-shrink:0;gap:.4rem!important}.admin-btn .admin-btn-text{display:none}}@media (width<=480px){.admin-body{padding:.75rem!important}.admin-stat-card{padding:1rem!important}.admin-stat-card h3{font-size:1.4rem!important}}@media (width<=768px){.admin-table-wrapper{-webkit-overflow-scrolling:touch;overflow-x:auto}.admin-table{min-width:600px}.admin-table .col-hide-mobile{display:none}.admin-modal-overlay{align-items:flex-end!important;padding:0!important}.admin-modal,.admin-modal-lg{border-radius:1.5rem 1.5rem 0 0!important;width:100%!important;max-width:100%!important;max-height:92vh!important;margin:0!important}.admin-modal-body{-webkit-overflow-scrolling:touch;max-height:calc(92vh - 120px);overflow-y:auto}.admin-modal-header{border-radius:1.5rem 1.5rem 0 0!important;padding:1.25rem 1.25rem 1rem!important}.admin-modal:before{content:"";background:#fff3;border-radius:2px;width:40px;height:4px;margin:0 auto 1rem;display:block}}@media (width<=480px){.admin-gallery-grid{grid-template-columns:repeat(auto-fill,minmax(80px,1fr))!important;gap:.5rem!important}.admin-login-card{padding:1.75rem 1.25rem!important}.admin-filter-row{flex-direction:column!important}.admin-filter-row select{width:100%}.pdp-price{font-size:2.25rem!important}.pdp-qty-controls{justify-content:center}.pdp-thumb{width:60px!important;height:60px!important}.pdp-video-modal{padding:1rem!important}.pdp-video-close{top:.75rem!important;right:.75rem!important}.produtos-filter-wrap{-webkit-overflow-scrolling:touch;scrollbar-width:none;flex-wrap:nowrap;gap:.5rem;padding-bottom:.5rem;display:flex;overflow-x:auto}.produtos-filter-wrap::-webkit-scrollbar{display:none}.produtos-filter-btn{white-space:nowrap;flex-shrink:0}h1{font-size:2rem!important}h2{font-size:1.6rem!important}h3{font-size:1.2rem!important}.btn-lg{border-radius:999px!important;padding:1rem 1.75rem!important;font-size:1rem!important}.home-cta-primary,.home-cta-secondary{border-radius:999px!important;padding:1rem 1.5rem!important;font-size:.95rem!important;font-weight:700!important}}@media (width<=768px) and (prefers-reduced-motion:no-preference){.blob-shape{animation-duration:30s!important}}@media (width<=768px){.home-ink-blob-1,.home-ink-blob-2,.home-ink-blob-3{filter:blur(50px)!important}}@media (width<=480px){.wa-wrapper{bottom:1.25rem!important;right:1.25rem!important}.wa-btn{width:50px!important;height:50px!important}.wa-btn:hover{width:195px!important}.wa-float-icon{width:50px!important;height:50px!important}.container{padding-left:1.25rem;padding-right:1.25rem}.home-products-section{padding:1.5rem 0!important}.home-section-header{margin-bottom:1.25rem!important}.checkout-form-card{padding:1rem!important}}@media (width<=360px){.container{padding-left:.75rem;padding-right:.75rem}h1{font-size:1.5rem!important}h2{font-size:1.25rem!important}h3{font-size:.95rem!important}.btn-lg{padding:.75rem 1.25rem!important;font-size:.9rem!important}.auth-page-wrap{padding:1rem .75rem!important}.auth-card{border-radius:1rem!important;padding:1.25rem 1rem!important}.checkout-form-card{padding:.875rem!important}.admin-body{padding:.5rem!important}.home-trust-item{flex:0 0 100%;min-width:100%}}@media (width<=768px){.mobile-menu-btn,.navbar-icon-btn{justify-content:center;min-width:40px;min-height:40px;padding:.5rem!important}.navbar-cart-link{justify-content:center;align-items:center;min-width:40px;min-height:40px;padding:.5rem;display:flex}.produtos-header-card{margin-bottom:2rem!important;padding:1.5rem!important}}@media (width<=480px){.produtos-header-card{margin-bottom:1.5rem!important;padding:1rem!important}.cart-qty-btn{min-width:40px!important;min-height:40px!important;padding:.6rem 1rem!important}}@media (width<=768px){.admin-boletos-grid{grid-template-columns:repeat(2,1fr)!important}.admin-dash-2col{grid-template-columns:1fr!important}}@media (width<=480px){.admin-boletos-grid{grid-template-columns:1fr!important}}img[loading=lazy]{opacity:0;transition:opacity .3s}img[loading=lazy].loaded{opacity:1}.site-footer{padding:5rem 0 3rem}@media (width<=768px){.site-footer{padding:2.5rem 0 1.75rem}.footer-grid{grid-template-columns:1fr!important;gap:2rem!important}.footer-bottom{text-align:center;flex-direction:column!important;align-items:center!important;gap:.75rem!important;margin-top:2rem!important;padding-top:1.5rem!important}.footer-copy{line-height:1.5;letter-spacing:.03em!important;font-size:.7rem!important}.footer-tags{letter-spacing:.06em!important;gap:1.25rem!important;font-size:.68rem!important}}@media (width<=480px){.site-footer{padding:2rem 0 1.5rem}.footer-tags{display:none!important}.footer-copy{font-size:.68rem!important}.produtos-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:.75rem!important}}@media (width<=768px){.produtos-grid{gap:.75rem!important}}
