.nav-menu{align-items:center;gap:1.5rem;display:flex}.nav-link{color:#cbd5f5;border-radius:6px;padding:.4rem .6rem;font-size:1rem;font-weight:500;text-decoration:none;transition:background-color .2s,color .2s}.nav-link:hover{color:#22d3ee;background-color:#22d3ee14}.nav-link.active{color:#22d3ee;font-weight:700}@media (width<=768px){.nav-menu{background-color:#0f172a;flex-direction:column;align-items:stretch;gap:.75rem;width:100%;padding:1rem 0}.nav-link{text-align:center}}.header{color:#f8fafc;z-index:100;background-color:#0f172a;border-bottom:1px solid #ffffff0d;position:sticky;top:0}.header-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:1rem 1.5rem;display:flex}.brand{color:#f8fafc;letter-spacing:.5px;align-items:center;gap:.5rem;font-size:1.5rem;font-weight:800;text-decoration:none;display:inline-flex}.brand-icon{color:#0f172a;background:#22d3ee;border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;font-size:1.2rem;font-weight:900;display:inline-flex}.brand-text span{color:#22d3ee}.menu-toggle{color:#f8fafc;cursor:pointer;background:0 0;border:1px solid #ffffff26;border-radius:8px;padding:.45rem .7rem;font-size:1.2rem;display:none}.nav-wrapper{align-items:center;display:flex}@media (width<=768px){.menu-toggle{display:inline-flex}.nav-wrapper{width:100%;margin-top:.75rem;display:none}.nav-wrapper.open{display:block}}.footer{color:#cbd5f5;background-color:#0f172a;margin-top:4rem}.footer-inner{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2rem;max-width:1200px;margin:0 auto;padding:3rem 1.5rem 2rem;display:grid}.footer h3{color:#22d3ee;margin:0 0 .5rem;font-size:1.5rem}.footer h4{color:#f8fafc;margin:0 0 .75rem;font-size:1.1rem}.footer-col p,.footer-col li{margin:.2rem 0;line-height:1.6}.footer-col ul{padding:0;list-style:none}.footer-col a{color:#cbd5f5;text-decoration:none;transition:color .2s}.footer-col a:hover{color:#22d3ee}.footer-bottom{text-align:center;color:#94a3b8;border-top:1px solid #ffffff14;padding:1rem 1.5rem;font-size:.85rem}.loading{color:#475569;flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:3rem 1rem;display:flex}.loading-spinner{border:4px solid #e2e8f0;border-top-color:#22d3ee;border-radius:50%;width:48px;height:48px;animation:.85s linear infinite spin}.loading p{margin:0;font-weight:500}@keyframes spin{to{transform:rotate(360deg)}}.btn{cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;gap:.4rem;padding:.65rem 1.25rem;font-family:inherit;font-size:.95rem;font-weight:600;transition:transform .15s,background-color .2s,opacity .2s;display:inline-flex}.btn:disabled{opacity:.6;cursor:not-allowed}.btn:not(:disabled):hover{transform:translateY(-1px)}.btn-primary{color:#0f172a;background-color:#22d3ee}.btn-primary:not(:disabled):hover{color:#fff;background-color:#0ea5b7}.btn-secondary{color:#f8fafc;background-color:#0f172a}.btn-secondary:not(:disabled):hover{background-color:#1e293b}.btn-outline{color:#22d3ee;background-color:#0000;border:2px solid #22d3ee}.btn-outline:not(:disabled):hover{background-color:#22d3ee1a}.error-message{text-align:center;color:#7f1d1d;background:#fef2f2;border:1px solid #fecaca;border-radius:14px;flex-direction:column;align-items:center;gap:.6rem;max-width:520px;margin:2rem auto;padding:2rem 1.5rem;display:flex}.error-message-icon{font-size:2.5rem}.error-message h2{margin:0;font-size:1.4rem}.error-message p{color:#b91c1c;margin:0}.product-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;flex-direction:column;transition:transform .2s,box-shadow .2s;display:flex;overflow:hidden;box-shadow:0 4px 18px #0f172a12}.product-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px #0f172a1f}.product-card-image{aspect-ratio:4/3;background:#f1f5f9;position:relative;overflow:hidden}.product-card-image img{object-fit:cover;width:100%;height:100%}.product-card-categoria{color:#22d3ee;text-transform:uppercase;letter-spacing:.5px;background:#0f172ad9;border-radius:999px;padding:.25rem .6rem;font-size:.75rem;font-weight:700;position:absolute;top:.7rem;left:.7rem}.product-card-body{flex-direction:column;flex:1;gap:.5rem;padding:1rem 1.1rem 1.2rem;display:flex}.product-card-title{color:#0f172a;margin:0;font-size:1.1rem}.product-card-desc{color:#475569;flex:1;margin:0;font-size:.9rem}.product-card-preco{color:#0ea5b7;margin:.25rem 0;font-size:1.35rem;font-weight:800}.product-card-link{margin-top:.4rem;text-decoration:none}.product-card-link .btn{width:100%}.home{flex-direction:column;gap:3rem;display:flex}.hero{color:#f8fafc;background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%);border-radius:20px;grid-template-columns:1.2fr 1fr;align-items:center;gap:2rem;margin-top:2rem;padding:3rem 2rem;display:grid}.hero-content h1{margin:0 0 1rem;font-size:clamp(1.8rem,4vw,2.8rem);line-height:1.15}.hero-content h1 span{color:#22d3ee}.hero-content p{color:#cbd5f5;max-width:500px;margin:0 0 1.5rem;font-size:1.05rem;line-height:1.6}.hero-actions{flex-wrap:wrap;gap:.75rem;display:flex}.hero-image{text-align:center;grid-template-columns:repeat(2,1fr);gap:1rem;font-size:4rem;display:grid}.hero-image span{background:#22d3ee1a;border:1px solid #22d3ee40;border-radius:18px;padding:1.5rem}.destaques-header{text-align:center;margin-bottom:2rem}.destaques-header h2{color:#0f172a;margin:0;font-size:2rem}.destaques-header p{color:#64748b;margin:.4rem 0 0}.destaques-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.5rem;display:grid}@media (width<=768px){.hero{grid-template-columns:1fr;padding:2rem 1.2rem}.hero-image{font-size:3rem}}.produtos-page{padding-top:2rem}.produtos-header{text-align:center;margin-bottom:1.5rem}.produto-header h1{color:#0f172a;margin:0;font-size:2.2rem}.produto-header p{color:#64748b;margin:.4rem 0 0}.produtos-filters{flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem;display:flex}.produtos-search,.produtos-select{color:#0f172a;background:#fff;border:1px solid #cbd5e1;border-radius:10px;padding:.7rem 1rem;font-family:inherit;font-size:1rem}.produtos-search{flex:1;min-width:240px}.produtos-select{min-width:200px}.produtos-search:focus,.produtos-select:focus{border-color:#22d3ee;outline:none;box-shadow:0 0 0 3px #22d3ee26}.produto-count{color:#64748b;margin-bottom:1rem;font-size:.95rem}.produto-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.5rem;display:grid}.produto-empty{text-align:center;color:#64748b;padding:3rem 1rem}.detalhes-page{max-width:900px;margin:0 auto;padding:32px}.detalhes-page img{object-fit:cover;border-radius:12px;width:100%;max-height:400px;margin-bottom:24px}.detalhes-page h1{color:#0f1729;margin-bottom:8px;font-size:28px}.detalhes-preco{color:#00b4d8;margin:12px 0;font-size:24px;font-weight:700}.detalhes-categoria{color:#fff;background:#0f1729;border-radius:4px;margin-bottom:16px;padding:4px 12px;font-size:14px;display:inline-block}.detalhes-descricao{color:#444;margin-top:16px;line-height:1.8}.categorias-page{padding-top:2rem}.categorias-header{text-align:center;margin-bottom:1.8rem}.categorias-header h1{color:#0f172a;margin:0;font-size:2.2rem}.categorias-header p{color:#64748b;margin:.4rem 0 0}.categorias-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.2rem;display:grid}.category-products-page{padding-top:2rem}.category-products-back{margin-bottom:1rem}.category-products-header{text-align:center;margin-bottom:1.5rem}.category-products-header h1{color:#0f172a;margin:0;font-size:2.2rem}.category-products-header p{color:#64748b;margin:.4rem 0 0}.category-products-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.5rem;display:grid}.category-products-empty{text-align:center;color:#64748b;flex-direction:column;align-items:center;gap:1rem;padding:3rem 1rem;display:flex}.about-page{max-width:900px;margin:0 auto;padding:2rem 0}.about-header{text-align:center;margin-bottom:2rem}.about-header h1{color:#0ca9b4;max-width:60rem;margin:0 0 24px;font-size:2.4rem}.about-header p{color:#475569;background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;margin-bottom:1.2rem;padding:1.5rem 1.8rem;box-shadow:0 4px 14px #0f172a0d}.about-section{background:#fff;border:1px solid #e2e8f0;border-radius:14px;margin-bottom:1.2rem;padding:1.5rem 1.8rem;box-shadow:0 4px 14px #0f172a0d}.about-section h2{color:#0f172a;margin:0 0 .7rem;font-size:1.3rem}.about-section p{color:#475569;margin:0;line-height:1.6}.about-tags{flex-wrap:wrap;gap:.6rem;margin:0;padding:0;list-style:none;display:flex}.about-tags li{color:#0ea5b7;background:#22d3ee1f;border-radius:999px;padding:.4rem .9rem;font-size:.9rem;font-weight:600}.about-equipe{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1rem;margin-bottom:.8rem;display:grid}.about-integrante{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:1rem 1.1rem}.about-integrante h3{color:#0f172a;margin:0;font-size:1.05rem}.about-integrante-rm{color:#0ea5b7;margin:.2rem 0 .4rem;font-size:.85rem;font-weight:700}.about-equipe-aviso{color:#92400e;background:#fef3c7;border-radius:8px;padding:.6rem .8rem;font-size:.85rem}.about-equipe-aviso code{background:#0000000f;border-radius:4px;padding:.1rem .4rem;font-size:.85em}.not-found{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;padding:5rem 1.5rem;display:flex}.not-found-icon{font-size:4rem}.not-found h1{color:#22d3ee;margin:0;font-size:6rem;font-weight:900;line-height:1}.not-found h2{color:#0f172a;margin:0}.not-found p{color:#64748b;max-width:460px}.not-found-actions{flex-wrap:wrap;justify-content:center;gap:.75rem;margin-top:1rem;display:flex}*,:before,:after{box-sizing:border-box}html,body,#root{min-height:100%;margin:0;padding:0}body{color:#0f172a;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f8fafc;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.5}a{color:inherit}img{max-width:100%;display:block}h1,h2,h3,h4,h5,h6{color:#0f172a;font-family:inherit}button{font-family:inherit}
