*{margin:0;padding:0;box-sizing:border-box}body{font-family:Poppins,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(135deg,#fff8dc,#ffe4b5);min-height:100vh}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}@media (max-width: 768px){.product-card{content-visibility:auto;contain-intrinsic-size:280px 400px}*{animation-duration:.3s!important;transition-duration:.2s!important}.hero-decoration,.products-section{will-change:transform}.roda-cigana-img{filter:saturate(.9) contrast(.95) drop-shadow(0 8px 20px rgba(0,0,0,.15))}}.App{min-height:100vh;display:flex;flex-direction:column}.header{background:linear-gradient(135deg,#ff8c00,orange);box-shadow:0 2px 20px #ff8c004d;position:sticky;top:0;z-index:1000}.header-container{max-width:1400px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center;height:80px}.logo{display:flex;align-items:center;flex-shrink:0}.logo-img{height:60px;width:60px;object-fit:contain;transition:transform .3s ease;aspect-ratio:1 / 1}.logo-img:hover{transform:scale(1.03)}.nav{display:flex;align-items:center;gap:.5rem}.nav a{color:#ffffffd9;text-decoration:none;font-weight:500;font-size:.9rem;transition:all .2s ease;padding:.6rem 1rem;border-radius:6px;white-space:nowrap}.nav a:hover{color:#fff;background:#ffffff1a}.nav a.active{color:gold;background:#ffd7001a}.nav .track-order-link{color:#fff;background:#fff3;border:1px solid rgba(255,255,255,.3);font-size:.85rem;padding:.5rem 1rem}.nav .track-order-link:hover{background:#ffffff4d;border-color:#ffffff80}.account-link,.login-link,.logout-link{color:#ff8c00!important;background:#fff!important;border:none!important;font-size:.85rem!important;padding:.5rem 1rem!important;border-radius:6px!important;cursor:pointer;font-family:Poppins,sans-serif;font-weight:600!important;transition:all .2s ease!important}.account-link:hover,.login-link:hover{background:#fff8dc!important;transform:translateY(-1px)}.logout-link{background:#fff3!important;color:#fff!important}.logout-link:hover{background:#ffffff4d!important;color:#fff!important}.header-actions{display:flex;align-items:center;gap:.75rem;flex-shrink:0}.mobile-account-button{display:none;align-items:center;justify-content:center;width:44px;height:44px;border-radius:8px;background:#fff3;border:2px solid rgba(255,255,255,.3);color:#fff;cursor:pointer;text-decoration:none;font-size:1.15rem;line-height:1;transition:all .2s ease}.mobile-account-button:hover{background:#ffffff4d;border-color:#ffffff80;transform:scale(1.03)}.cart-button{position:relative;background:#fff3;border:2px solid rgba(255,255,255,.3);border-radius:50%;width:44px;height:44px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.cart-button:hover{background:#ffffff4d;border-color:#ffffff80;transform:scale(1.05)}.cart-icon{font-size:1.25rem}.cart-badge{position:absolute;top:-6px;right:-6px;background:gold;color:#8b4513;border-radius:50%;min-width:22px;height:22px;display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:700;padding:0 4px;border:2px solid #FFF}.line-toggle-button{display:none;padding:.5rem .9rem;background:#1a1a2ee6;color:gold;border:2px solid rgba(255,215,0,.5);border-radius:8px;font-weight:600;font-size:.8rem;cursor:pointer;transition:all .3s ease;font-family:Poppins,sans-serif;white-space:nowrap;text-transform:uppercase;letter-spacing:.5px}.line-toggle-button:hover{background:#1a1a2e;border-color:gold;transform:translateY(-1px);box-shadow:0 4px 12px #ffd7004d}.line-toggle-button:active{transform:translateY(0)}.menu-toggle{display:none;flex-direction:column;background:#fff3;border:2px solid rgba(255,255,255,.3);border-radius:8px;cursor:pointer;padding:.6rem;gap:4px;width:44px;height:44px;align-items:center;justify-content:center}.menu-toggle:hover{background:#ffffff4d}.menu-toggle span{width:20px;height:2px;background:#fff;border-radius:2px;transition:all .2s ease}.auth-buttons{display:flex;align-items:center;gap:.5rem}.login-button,.register-button{padding:.5rem 1rem;border:1px solid rgba(255,255,255,.2);border-radius:6px;background:#ffffff1a;color:#fff;font-weight:500;font-size:.85rem;cursor:pointer;transition:all .2s ease;font-family:Poppins,sans-serif}.login-button:hover,.register-button:hover{background:#ffffff26;border-color:#ffffff4d}.user-menu{display:flex;align-items:center;gap:.75rem}.dashboard-button{padding:.5rem 1rem;background:#ff8c00;border:none;border-radius:6px;color:#fff;font-weight:500;font-size:.85rem;cursor:pointer;transition:all .2s ease;font-family:Poppins,sans-serif}.dashboard-button:hover{background:#e67e00;transform:translateY(-1px)}.user-greeting{color:#fffc;font-weight:500;font-size:.9rem;font-family:Poppins,sans-serif}.logout-button{padding:.4rem .8rem;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:6px;color:#fffc;font-weight:500;font-size:.8rem;cursor:pointer;transition:all .2s ease;font-family:Poppins,sans-serif}.logout-button:hover{background:#ffffff26;color:#fff}@media (max-width: 1024px){.header-container{padding:0 1.5rem}.nav{gap:.25rem}.nav a{font-size:.85rem;padding:.5rem .75rem}}@media (max-width: 768px){.header-container{height:70px;padding:0 .75rem;gap:.5rem}.logo{flex-shrink:1;min-width:0}.logo-img{height:50px;width:50px;max-width:100%}.menu-toggle{display:flex;flex-shrink:0}.nav{position:fixed;inset:70px 0 0;background:linear-gradient(180deg,#ff8c00,orange);flex-direction:column;padding:1.5rem;gap:.5rem;transform:translate(100%);opacity:0;visibility:hidden;transition:all .3s ease;overflow-y:auto;align-items:stretch}.nav-open{transform:translate(0);opacity:1;visibility:visible}.nav a{font-size:1rem;padding:1rem 1.25rem;border-radius:10px;text-align:left}.nav a:hover{background:#ffffff14}.nav .track-order-link{font-size:.95rem;padding:1rem 1.25rem;text-align:center;margin-top:.5rem}.account-link,.login-link{font-size:.95rem!important;padding:1rem 1.25rem!important;text-align:center!important;margin-top:.5rem}.logout-link{font-size:.95rem!important;padding:1rem 1.25rem!important;text-align:center!important;background:#fff3!important;color:#fff!important;border:1px solid rgba(255,255,255,.3)!important}.logout-link:hover{background:#ffffff4d!important}.cart-icon{font-size:1.1rem}.cart-badge{min-width:18px;height:18px;font-size:.65rem;top:-5px;right:-5px}.line-toggle-button{display:block;flex-shrink:0;font-size:.75rem;padding:.45rem .75rem}.mobile-account-button{display:flex;width:40px;height:40px;flex-shrink:0}.header-actions{gap:.4rem;flex-shrink:0}.cart-button{width:40px;height:40px;border-radius:8px;flex-shrink:0}.auth-buttons{flex-direction:column;width:100%}.login-button,.register-button{width:100%;text-align:center;padding:.75rem 1rem}.user-menu{flex-direction:column;width:100%;gap:.5rem}.dashboard-button,.logout-button{width:100%;text-align:center;padding:.75rem 1rem}.linha-negativa-link{display:none!important}}@media (max-width: 400px){.header-container{padding:0 .75rem}.logo-img{height:50px;width:50px}.line-toggle-button{font-size:.7rem;padding:.4rem .7rem}}.hero{min-height:80vh;display:flex;align-items:center;justify-content:center;padding:4rem 2rem;position:relative;overflow:hidden;background:linear-gradient(135deg,#ffe4b5,gold,orange)}.hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 18% 42%,rgba(255,215,0,.26) 0%,transparent 58%),radial-gradient(circle at 78% 82%,rgba(255,140,0,.22) 0%,transparent 58%),linear-gradient(180deg,#ffffff4d,#ffffff1f 55%,#00000005);pointer-events:none}.hero:after{content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(1200px 600px at 15% 40%,#ffffff4d,#ffffff1a 45%,#00000008),radial-gradient(900px 500px at 85% 65%,#ffffff2e,#0000000a);opacity:1}.hero-content{max-width:1200px;width:100%;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;position:relative;z-index:1}.hero-text{color:#2f1f10;max-width:560px;position:relative;padding-left:1.25rem}.hero-text:before{content:"";position:absolute;left:0;top:.35rem;bottom:.35rem;width:4px;border-radius:999px;background:linear-gradient(180deg,#ff8c00f2,#ffd7008c);box-shadow:0 6px 18px #ff8c0040}.hero-title{font-family:Playfair Display,serif;font-size:3.2rem;font-weight:700;margin-bottom:1.5rem;line-height:1.2;text-shadow:1px 1px 0 rgba(255,255,255,.55)}.highlight{color:#ff8c00;display:block;position:relative}.highlight:after{content:"";position:absolute;bottom:2px;left:0;width:100%;height:9px;background:#ff8c0038;z-index:-1}.hero-subtitle{font-size:1.15rem;line-height:1.75;margin-bottom:1.75rem;color:#2f1f10d9;font-weight:400}.hero-note{margin:-.75rem 0 1.25rem;font-size:1rem;line-height:1.65;color:#2f1f10c7}.hero-actions{display:flex;gap:.85rem;flex-wrap:wrap}.cta-button{display:inline-block;padding:.95rem 1.9rem;background:linear-gradient(135deg,#ff8c00,orange);color:#fff;text-decoration:none;font-weight:700;font-size:1.05rem;border-radius:14px;box-shadow:0 10px 22px #00000029;transition:all .3s ease;border:1px solid rgba(0,0,0,.12)}.cta-button:hover{transform:translateY(-2px);box-shadow:0 14px 26px #0003;background:linear-gradient(135deg,orange,#ff8c00)}.cta-button.secondary{background:#ffffffb8;color:#2f1f10eb;border-color:#00000024;box-shadow:0 10px 22px #0000001a}.cta-button.secondary:hover{background:#ffffffdb}.hero-decoration{position:relative;height:400px;display:flex;align-items:center;justify-content:center}.roda-cigana-img{width:394px;height:343px;max-width:100%;object-fit:contain;animation:rotate 55s linear infinite;filter:saturate(.92) contrast(.96) drop-shadow(0 12px 30px rgba(0,0,0,.2));opacity:.92;content-visibility:auto;contain-intrinsic-size:394px 343px;aspect-ratio:394 / 343}@media (max-width: 768px){.roda-cigana-img{will-change:transform;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges;animation:rotate 55s linear infinite}}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width: 768px){.roda-cigana-img{animation:rotate 55s linear infinite!important}}@media (max-width: 968px){.hero-content{grid-template-columns:1fr;text-align:center;gap:1.5rem}.hero-text{max-width:720px;padding-left:0}.hero-text:before{display:none}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}.hero-actions{justify-content:center}.hero-decoration{height:auto;margin-top:.25rem}.roda-cigana-img{width:235px;height:205px;aspect-ratio:394 / 343}}@media (max-width: 480px){.hero{min-height:70vh;padding:2rem 1rem}.hero-content{gap:.55rem}.hero-decoration{margin-top:0}.roda-cigana-img{width:225px;height:196px;aspect-ratio:394 / 343}.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem;margin-bottom:1.1rem;color:#2f1f10e6}.hero-note{margin:-.35rem 0 .85rem;font-size:.95rem;color:#2f1f10b8}.cta-button{width:100%;text-align:center}.hero-actions{width:100%;margin-bottom:.35rem}}
