@import"https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css";*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{font-size:16px;scroll-behavior:smooth}body{margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background-color:#fff;color:#000;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{margin:0;padding:0;min-height:100vh}ul,ol{list-style:none}a{text-decoration:none;color:inherit}button{border:none;background:none;cursor:pointer;font-family:inherit}input,textarea,select{font-family:inherit;border:none;outline:none}img{max-width:100%;height:auto;display:block}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.App{min-height:100vh;background-color:#fff}.navbar{position:fixed;top:0;left:0;right:0;z-index:1000;background:#fff;border-bottom:2px solid var(--color-red);box-shadow:0 4px 20px #0000001a;padding:0}.nav-container{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;padding:1rem 2rem;height:70px}.nav-logo{display:flex;align-items:center}.nav-logo img{height:50px;width:auto}.nav-menu{display:flex;align-items:center;gap:0}.nav-item{position:relative}.nav-link{display:flex;align-items:center;padding:12px 24px;color:#000!important;font-weight:500;font-size:16px;transition:all .3s ease;border-radius:25px;margin:0 4px;position:relative;overflow:hidden}.nav-link:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(66,133,244,.3),transparent);transition:left .5s ease}.nav-link:hover:before{left:100%}.nav-link:hover{background:linear-gradient(135deg,#4285f433,#4285f41a);color:#000!important;transform:translateY(-2px);box-shadow:0 4px 15px #4285f44d}.nav-link.active{background:linear-gradient(135deg,#1e3d72,#152b54);color:#fff!important;font-weight:600;box-shadow:0 4px 15px #1e3d7266;border:1px solid rgba(30,61,114,.3)}.nav-cart{display:flex;align-items:center;padding:12px 16px;color:#000;font-size:20px;transition:all .3s ease;border-radius:50%;position:relative;border:2px solid transparent}.nav-cart:hover{background:linear-gradient(135deg,#4285f433,#4285f41a);color:#000!important;border-color:#4285f4;transform:scale(1.1);box-shadow:0 4px 15px #4285f44d}.cart-count{position:absolute;top:-5px;right:-5px;background:linear-gradient(135deg,#c8102e,#a00d26);color:#fff;border-radius:50%;font-size:12px;font-weight:700;min-width:20px;height:20px;display:flex;align-items:center;justify-content:center;border:2px solid #C0C0C0;box-shadow:0 2px 8px #c8102e66}.main-content{margin-top:70px}@media (max-width: 768px){.nav-container{padding:1rem}.nav-link{padding:8px 16px;font-size:14px}.nav-logo img{height:40px}}footer{background:linear-gradient(135deg,#1e3d72,#152b54);color:#fff;padding:5rem 0 0;margin-top:4rem;position:relative;box-shadow:0 -8px 32px #0003}footer:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,transparent,#C8102E,#4285F4,#C8102E,transparent);animation:shimmer 3s ease-in-out infinite}@keyframes shimmer{0%,to{opacity:.6}50%{opacity:1}}footer .container{max-width:1200px;margin:0 auto;padding:0 1rem}.footer-content{display:grid;grid-template-columns:1fr 2fr;gap:4rem;margin-bottom:3rem;align-items:start}.footer-logo{display:flex;align-items:flex-start;justify-content:center}.footer-logo img{max-width:200px;height:auto;filter:drop-shadow(0 4px 8px rgba(255,255,255,.1));transition:transform .3s ease}.footer-logo img:hover{transform:scale(1.05)}.footer-sections{display:grid;grid-template-columns:repeat(2,1fr);gap:3rem}.footer-nav,.footer-contact{background:#ffffff1a;border-radius:16px;padding:2.5rem;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.footer-nav:before,.footer-contact:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.1),transparent);transition:left .6s ease}.footer-nav:hover,.footer-contact:hover{background:#ffffff26;border-color:#4285f4;box-shadow:0 8px 32px #4285f44d;transform:translateY(-4px)}.footer-nav:hover:before,.footer-contact:hover:before{left:100%}.footer-nav h3,.footer-contact h3{color:#fff!important;font-size:1.4rem;margin-bottom:2rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;text-align:center;position:relative;padding-bottom:.5rem}.footer-nav h3:after,.footer-contact h3:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:60px;height:3px;background:linear-gradient(90deg,#4285f4,#c8102e);border-radius:2px}.footer-nav ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1rem}.footer-nav ul li{margin-bottom:0}.footer-nav ul li a{color:#fff!important;text-decoration:none;transition:all .3s ease;font-size:1.1rem;font-weight:500;display:block;position:relative;padding:1rem 1.5rem;border-radius:12px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);text-align:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.footer-nav ul li a:hover{color:#4285f4!important;background:#4285f41a;border-color:#4285f4;box-shadow:0 4px 20px #4285f44d;transform:translateY(-2px)}.footer-contact p{margin-bottom:1.5rem;display:flex;align-items:center;gap:1rem;color:#fff;font-size:1rem;transition:all .3s ease}.footer-contact p:hover{color:#4285f4;transform:translate(3px)}.footer-contact i{width:24px;text-align:center;color:#c8102e;font-size:1.2rem;opacity:.9;transition:all .3s ease}.footer-contact p:hover i{opacity:1;color:#4285f4;transform:scale(1.1)}.whatsapp-link{color:#fff!important;text-decoration:none;transition:all .3s ease;display:flex;align-items:center;gap:1rem;padding:1rem 1.5rem;border-radius:16px;background:#25d3661a;border:2px solid rgba(37,211,102,.3);margin-top:1rem;font-weight:500;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.whatsapp-link:hover{color:#25d366!important;background:#25d36633;border-color:#25d366;box-shadow:0 4px 20px #25d36666;transform:translateY(-3px)}.location-link{color:#fff!important;text-decoration:none;transition:all .3s ease;display:flex;align-items:center;gap:1rem;padding:1rem 1.5rem;border-radius:16px;background:#4285f41a;border:2px solid rgba(66,133,244,.3);margin-top:1rem;font-weight:500;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.location-link:hover{color:#4285f4!important;background:#4285f433;border-color:#4285f4;box-shadow:0 4px 20px #4285f466;transform:translateY(-3px)}.location-link i{width:24px;text-align:center;color:#c8102e;font-size:1.2rem}.footer-bottom{text-align:center;padding:4rem 0;border-top:2px solid rgba(255,255,255,.1);background:linear-gradient(180deg,#0f1e3a,#0a1426);margin:0;position:relative}.footer-bottom:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:80px;height:3px;background:linear-gradient(90deg,transparent,#C8102E,#4285F4,#C8102E,transparent);border-radius:2px}.footer-bottom p{color:#ffffffb3!important;font-size:1rem;margin:-20px 0 0;background:transparent;font-weight:400;letter-spacing:.5px}@media (max-width: 768px){footer{padding:2.5rem 0 0;margin-top:2rem}.footer-content{grid-template-columns:1fr;gap:2rem;margin-bottom:2rem}.footer-logo{justify-content:center}.footer-logo img{max-width:120px}.footer-sections{grid-template-columns:1fr;gap:2rem;text-align:center}.footer-nav,.footer-contact{padding:2rem}.footer-nav h3,.footer-contact h3{font-size:1.2rem;margin-bottom:1.5rem}.footer-bottom{padding:3rem 0}.footer-contact p,.whatsapp-link,.location-link{justify-content:center}.footer-nav ul li a:hover{transform:none}}@media (max-width: 480px){footer{padding:1.5rem 0 0;margin-top:1.5rem}.footer-content{gap:1.5rem;margin-bottom:1.5rem}.footer-logo img{max-width:100px}.footer-nav h3,.footer-contact h3{font-size:1.1rem;margin-bottom:1.2rem}.footer-nav,.footer-contact{padding:1.5rem}.footer-nav ul{gap:.5rem}.footer-nav ul li a{font-size:1rem;padding:.8rem 1rem}.footer-contact p{font-size:.95rem;margin-bottom:1rem}.whatsapp-link,.location-link{padding:.8rem 1rem;font-size:.9rem}.footer-bottom{padding:3.5rem 0}.footer-bottom p{font-size:.9rem}}.carousel-section{background:var(--gradient-navy);padding:3rem 0;position:relative}.carousel-section:before{content:"";position:absolute;inset:0;background:linear-gradient(45deg,var(--shadow-red) 0%,transparent 50%);pointer-events:none}.carousel-container{max-width:1200px;margin:0 auto;padding:0 2rem;position:relative;z-index:1}.carousel-title{text-align:center;font-size:2.8rem;font-weight:700;color:var(--color-silver);margin-bottom:3rem;text-shadow:2px 2px 4px rgba(0,0,0,.5);position:relative}.carousel-wrapper{position:relative;overflow:hidden;border-radius:20px;background:var(--gradient-navy);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--border-light);box-shadow:0 8px 32px var(--shadow-strong)}.carousel-slide{min-width:100%;display:flex;justify-content:center;gap:2rem;padding:2rem}.carousel-product{background:linear-gradient(145deg,#ffffff26,#ffffff14);border-radius:15px;padding:2rem;text-align:center;border:1px solid rgba(192,192,192,.4);transition:all .3s ease;flex:1;max-width:300px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);cursor:pointer;position:relative;overflow:hidden}.carousel-product:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(200,16,46,.2),transparent);transition:left .5s ease}.carousel-product:hover:before{left:100%}.carousel-product:hover{transform:translateY(-8px);border-color:var(--color-red);box-shadow:0 12px 40px #c8102e4d;background:linear-gradient(145deg,#ffffff26,#ffffff14)}.carousel-product-image{width:200px;height:200px;object-fit:contain;margin:0 auto 1.5rem;border-radius:12px;background:#ffffff1a;padding:1rem;border:2px solid transparent;transition:all .3s ease;position:relative;z-index:2}.carousel-product:hover .carousel-product-image{border-color:var(--color-red);transform:scale(1.05)}.carousel-product-title{font-size:1.3rem;font-weight:700;color:var(--color-silver);margin-bottom:.5rem;line-height:1.3;position:relative;z-index:2}.carousel-product-brand{font-size:.95rem;color:#c0c0c0cc;margin-bottom:1rem;font-weight:500;position:relative;z-index:2}.carousel-product-price{font-size:1.6rem;font-weight:800;color:var(--color-red);text-shadow:1px 1px 2px rgba(0,0,0,.5);position:relative;z-index:2}.carousel-controls{position:absolute;top:50%;transform:translateY(-50%);background:linear-gradient(145deg,#0a1f44e6,#c8102ee6);border:2px solid rgba(192,192,192,.3);color:var(--color-silver);width:60px;height:60px;border-radius:50%;font-size:1.4rem;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 4px 15px #0000004d}.carousel-controls:hover{background:linear-gradient(145deg,var(--color-red),var(--color-navy));transform:translateY(-50%) scale(1.15);border-color:var(--color-silver);box-shadow:0 6px 25px #c8102e66}.carousel-prev{left:20px}.carousel-next{right:20px}.carousel-indicators{display:flex;justify-content:center;gap:.8rem;margin-top:2.5rem}.carousel-indicator{width:14px;height:14px;border-radius:50%;background:#c0c0c066;border:2px solid transparent;cursor:pointer;transition:all .3s ease;position:relative}.carousel-indicator:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:6px;height:6px;background:var(--color-silver);border-radius:50%;opacity:0;transition:opacity .3s ease}.carousel-indicator:hover{background:#c8102e99;border-color:var(--color-silver)}.carousel-indicator.active{background:var(--color-red);border-color:var(--color-silver);box-shadow:0 0 10px #c8102e80}.carousel-indicator.active:after{opacity:1}@media (max-width: 768px){.carousel-section{padding:2rem 0}.carousel-title{font-size:2.2rem;margin-bottom:2rem}.carousel-slide{flex-direction:column;align-items:center;padding:1.5rem}.carousel-product{max-width:100%;width:100%;padding:1.5rem}.carousel-product-image{width:160px;height:160px}.carousel-controls{width:50px;height:50px;font-size:1.2rem}.carousel-prev{left:10px}.carousel-next{right:10px}.carousel-indicators{margin-top:2rem;gap:.6rem}.carousel-indicator{width:12px;height:12px}}.categories-section{background-color:#fff;padding:4rem 0;position:relative}.categories-container{max-width:1200px;margin:0 auto;padding:0 2rem}.categories-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:2rem}.category-card{background:linear-gradient(135deg,#fff,#f8f9fa);border-radius:20px;padding:3rem 2rem;text-align:center;transition:all .3s ease;cursor:pointer;border:3px solid #dee2e6;position:relative;overflow:hidden;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 12px 40px #0000002e,0 4px 12px #0000001a}.category-card:hover{transform:translateY(-16px) scale(1.02);background:linear-gradient(135deg,#fff,#f0f8ff);border-color:#c8102e;box-shadow:0 24px 60px #c8102e40,0 8px 24px #00000026}.category-card:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(255,255,255,.3) 0%,transparent 50%);opacity:0;transition:opacity .3s ease}.category-icon{font-size:3.5rem;color:#c8102e;margin-bottom:1.5rem;position:relative;z-index:1;transition:all .3s ease}.category-card:hover .category-icon{color:#c8102e;transform:scale(1.1)}.category-name{font-size:1.3rem;font-weight:600;color:#4285f4;position:relative;z-index:1;transition:color .3s ease}.category-card:hover .category-name{color:#4285f4}.category-card[data-category=protein] .category-icon,.category-card[data-category=amino-acids] .category-icon,.category-card[data-category=mass-gainers] .category-icon,.category-card[data-category=creatine] .category-icon,.category-card[data-category=pre-workout] .category-icon,.category-card[data-category=vitamins] .category-icon,.category-card[data-category=fat-burners] .category-icon{color:#c8102e}@media (max-width: 992px){.categories-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.categories-grid{grid-template-columns:1fr;gap:1.5rem}.category-card{padding:2.5rem 2rem}.category-icon{font-size:3rem}.category-name{font-size:1.2rem}}@media (max-width: 480px){.categories-container{padding:0 1rem}.category-card{padding:2rem 1.5rem}.category-icon{font-size:2.5rem}}.main-content{background-color:#fff;color:#000;min-height:100vh;margin-top:70px}.hero-section{background:linear-gradient(135deg,#f8f9fa,#fff);padding:6rem 0;position:relative;overflow:hidden}.hero-section:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 80%,var(--shadow-red) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(192,192,192,.05) 0%,transparent 50%);pointer-events:none}.hero-container{max-width:1200px;margin:0 auto;padding:0 2rem;position:relative;z-index:2}.hero-content{text-align:center;max-width:800px;margin:0 auto}.hero-logo{margin-bottom:2rem;display:flex;justify-content:center;align-items:center}.hero-logo img{height:200px;width:auto;filter:drop-shadow(0 4px 8px rgba(0,0,0,.2));transition:transform .3s ease}.hero-logo img:hover{transform:scale(1.05)}.hero-title{font-size:4rem;font-weight:900;color:#000;margin-bottom:1rem;text-shadow:0 4px 8px rgba(0,0,0,.3),0 2px 4px rgba(0,0,0,.2);letter-spacing:-.02em;background:linear-gradient(135deg,#000,#2c3e50);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;filter:drop-shadow(0 2px 4px rgba(0,0,0,.1))}.hero-subtitle{font-size:2rem;color:var(--color-red);font-weight:700;margin-bottom:2rem;text-transform:uppercase;letter-spacing:.15em;text-shadow:0 3px 6px rgba(200,16,46,.3),0 1px 3px rgba(0,0,0,.2);filter:drop-shadow(0 2px 4px rgba(0,0,0,.1))}.hero-description{font-size:1.5rem;color:#2c3e50;font-weight:600;line-height:1.6;margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto;text-shadow:0 2px 4px rgba(0,0,0,.2);background:linear-gradient(135deg,#2c3e50,#4285f4);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;filter:drop-shadow(0 1px 2px rgba(0,0,0,.1))}.hero-actions{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}.cta-button{padding:1rem 2.5rem;border:none;border-radius:50px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.05em;min-width:180px}.cta-button.primary{background:linear-gradient(135deg,#1e3d72,#152b54);color:#fff;box-shadow:0 4px 15px #1e3d724d}.cta-button.primary:hover{background:linear-gradient(135deg,#152b54,#0f1e3a);transform:translateY(-2px);box-shadow:0 6px 20px #1e3d7280}.cta-button.secondary{background:transparent;color:#000;border:2px solid #000000}.cta-button.secondary:hover{background:#000;color:#fff;transform:translateY(-2px)}.carousel-section{background-color:#fff;padding:4rem 0;position:relative}.carousel-section:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent,#C8102E,transparent)}.carousel-container{max-width:1200px;margin:0 auto;padding:0 1rem}.carousel-title{text-align:center;font-size:3rem;font-weight:700;color:#000;margin-bottom:3rem;margin-top:2rem;position:relative}.carousel-title:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:80px;height:3px;background:var(--color-red);border-radius:2px}.carousel-wrapper{position:relative;overflow:hidden;border-radius:20px;background:#c0c0c01a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(192,192,192,.2);box-shadow:0 8px 32px #0000004d}.carousel-track{display:flex;transition:transform .5s ease}.carousel-slide{min-width:100%;display:flex;justify-content:center;gap:2rem;padding:2rem;background:linear-gradient(135deg,#1e3d72f2,#152b54e6);border-radius:25px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(66,133,244,.8);box-shadow:0 4px 20px #1e3d72cc}.carousel-product{background:linear-gradient(135deg,#1e3d72,#152b54);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:3px solid #2c5aa0;border-radius:20px;padding:2rem;text-align:center;transition:all .4s cubic-bezier(.4,0,.2,1);flex:1;max-width:320px;min-height:420px;display:flex;flex-direction:column;justify-content:space-between;position:relative;overflow:hidden;cursor:pointer;box-shadow:0 12px 40px #1e3d724d,0 4px 12px #0003}.carousel-product:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(66,133,244,.2) 0%,transparent 50%);opacity:0;transition:opacity .3s ease;pointer-events:none}.carousel-product:hover{transform:translateY(-10px);border-color:#4285f4;box-shadow:0 12px 40px #4285f466,0 8px 24px #1e3d724d}.carousel-product:hover:before{opacity:1}.carousel-product-image{width:100%;height:240px;object-fit:contain;border-radius:15px;margin-bottom:1.5rem;transition:transform .3s ease;background:#c0c0c01a;padding:.5rem}.carousel-product:hover .carousel-product-image{transform:scale(1.05)}.carousel-product-title{font-size:1.4rem;font-weight:600;color:#fff;margin-bottom:.5rem;transition:color .3s ease;text-shadow:0 1px 2px rgba(0,0,0,.3)}.carousel-product:hover .carousel-product-title{color:#4285f4}.carousel-product-brand{font-size:1rem;font-weight:400;color:#fff;margin-bottom:1rem;text-shadow:0 1px 2px rgba(0,0,0,.3)}.carousel-product-price{font-size:1.5rem;font-weight:700;color:#c8102e;margin-top:auto;text-shadow:0 1px 2px rgba(0,0,0,.3)}.carousel-controls{position:absolute;top:50%;transform:translateY(-50%);background:#c0c0c033;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(192,192,192,.3);color:var(--black);width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;z-index:10}.carousel-controls:hover{background:var(--red);color:#fff;border-color:var(--red);transform:translateY(-50%) scale(1.1)}.carousel-prev{left:1rem}.carousel-next{right:1rem}.carousel-indicators{display:flex;justify-content:center;gap:.5rem;margin-top:2rem}.carousel-indicator{width:12px;height:12px;border-radius:50%;border:none;background:#ffffff4d;cursor:pointer;transition:all .3s ease}.carousel-indicator.active,.carousel-indicator:hover{background:#fff;transform:scale(1.2)}.categories-section{padding:4rem 0;background-color:#fff}.categories-section:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent,#C8102E,transparent)}.categories-container{max-width:1200px;margin:0 auto;padding:0 1rem}.categories-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:2rem}.category-card{background:linear-gradient(135deg,#1e3d72,#152b54);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:3px solid #2c5aa0;border-radius:20px;padding:3rem 2rem;text-align:center;transition:all .4s cubic-bezier(.4,0,.2,1);cursor:pointer;position:relative;box-shadow:0 12px 40px #1e3d724d,0 4px 12px #0003;overflow:hidden}.category-card:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(44,90,160,.3) 0%,transparent 50%);opacity:0;transition:opacity .3s ease;pointer-events:none}.category-card:hover{transform:translateY(-16px) scale(1.02);border-color:#c8102e;box-shadow:0 24px 60px #c8102e40,0 8px 24px #00000026}.category-card:hover:before{opacity:1}.category-icon{font-size:3rem;margin-bottom:1.5rem;color:#c8102e;transition:all .3s ease}.category-card:hover .category-icon{transform:scale(1.1);color:#c8102e}.category-name{font-size:1.5rem;font-weight:600;color:#fff;margin:0;transition:color .3s ease}.category-card:hover .category-name{color:#fff}@media (max-width: 1200px){.carousel-slide{gap:1.5rem;padding:1.5rem}.carousel-product{max-width:280px}.categories-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}}@media (max-width: 992px){.carousel-title{font-size:2.5rem}.carousel-slide{gap:1rem;padding:1rem}.carousel-product{max-width:250px;padding:1.5rem}.categories-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.category-card{padding:2.5rem 1.5rem}}@media (max-width: 768px){.carousel-section,.categories-section{padding:3rem 0}.carousel-title{font-size:2rem;margin-bottom:2rem}.carousel-slide{flex-direction:column;align-items:center;padding:1rem;gap:1rem}.carousel-product{max-width:100%;width:100%;max-width:calc(100% - 2rem);min-height:380px}.carousel-controls{width:40px;height:40px}.carousel-prev{left:.5rem}.carousel-next{right:.5rem}.categories-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.category-card{padding:2rem 1rem}.category-icon{font-size:2.5rem}.category-name{font-size:1.3rem}}@media (max-width: 576px){.carousel-container,.categories-container{padding:0 .5rem}.carousel-title{font-size:1.8rem}.carousel-slide{padding:.5rem;gap:.5rem}.carousel-product{padding:1rem;max-width:calc(100% - 1rem);min-height:350px}.carousel-product-image{height:180px}.carousel-product-title{font-size:1.2rem}.categories-grid{grid-template-columns:1fr}.category-card{padding:1.5rem 1rem}.category-icon{font-size:2rem}.category-name{font-size:1.2rem}}.carousel-product.loading{background:linear-gradient(90deg,#1a1a1a 25%,#2a2a2a,#1a1a1a 75%);background-size:200% 100%;animation:shimmer 1.5s infinite}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.carousel-controls:focus,.carousel-indicator:focus,.category-card:focus{outline:2px solid #ffffff;outline-offset:2px}.hero-section,.carousel-section,.categories-section{opacity:0;animation:fadeIn .8s ease-out forwards}.carousel-section{animation-delay:.2s}.categories-section{animation-delay:.4s}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.hero-section{padding:4rem 0}.hero-logo img{height:150px}.hero-title{font-size:3rem}.hero-subtitle{font-size:1.4rem}.hero-description{font-size:1.1rem}.hero-actions{flex-direction:column;align-items:center}.cta-button{width:100%;max-width:280px}}@media (max-width: 480px){.hero-section{padding:3rem 0}.hero-logo img{height:120px}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.2rem}.hero-description{font-size:1rem}}.cart-notification-overlay{position:fixed;inset:0;background:#000000b3;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);display:flex;align-items:center;justify-content:center;z-index:9999;animation:fadeIn .3s ease-out}.cart-notification{background:#000000f2;border:1px solid rgba(255,255,255,.1);border-radius:20px;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);padding:2rem;max-width:400px;width:90%;margin:0 auto;animation:slideIn .4s cubic-bezier(.175,.885,.32,1.275);box-shadow:0 20px 40px #0000004d}.notification-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}.success-icon{color:#28a745;font-size:2rem;animation:bounce .6s ease-out}.close-btn{background:transparent;border:none;color:#fff9;font-size:1.2rem;cursor:pointer;padding:.5rem;border-radius:50%;transition:all .3s ease;width:40px;height:40px;display:flex;align-items:center;justify-content:center}.close-btn:hover{color:#fff;background:#ffffff1a}.notification-content{text-align:center;margin-bottom:2rem}.notification-content h3{color:#fff;font-size:1.5rem;font-weight:600;margin-bottom:.5rem}.notification-content p{color:#fffc;font-size:1rem;line-height:1.4}.notification-actions{display:flex;gap:1rem;flex-direction:column}.notification-actions .btn{padding:1rem 2rem;border-radius:12px;font-weight:600;font-size:1rem;text-decoration:none;text-align:center;cursor:pointer;transition:all .3s ease;border:none;display:flex;align-items:center;justify-content:center;gap:.8rem}.view-cart-btn{background:linear-gradient(135deg,#28a745,#20c997)!important;color:#fff!important;border:1px solid rgba(40,167,69,.3)!important}.view-cart-btn:hover{background:linear-gradient(135deg,#20c997,#28a745)!important;box-shadow:0 0 25px #28a74566!important;transform:translateY(-2px)}.continue-btn{background:#ffffff0d!important;color:#fff!important;border:1px solid rgba(255,255,255,.2)!important}.continue-btn:hover{background:#ffffff1a!important;border-color:#ffffff4d!important;box-shadow:0 0 20px #ffffff1a!important}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideIn{0%{opacity:0;transform:scale(.8) translateY(-20px)}to{opacity:1;transform:scale(1) translateY(0)}}@keyframes bounce{0%,20%,53%,80%,to{transform:scale(1)}40%,43%{transform:scale(1.1)}70%{transform:scale(1.05)}90%{transform:scale(1.02)}}@media (max-width: 480px){.cart-notification{padding:1.5rem;max-width:350px}.notification-content h3{font-size:1.3rem}.notification-content p{font-size:.9rem}.notification-actions .btn{padding:.8rem 1.5rem;font-size:.9rem}}.products-page{background-color:#fff;color:#000;min-height:100vh;padding:2rem 0;margin-top:70px}.products-page .container{max-width:1200px;margin:0 auto;padding:0 2rem}.products-page .page-header{text-align:center;margin-bottom:2rem;padding:2rem 0}.products-page .page-header h1{font-size:2.5rem;font-weight:700;background:linear-gradient(135deg,#1e3d72,#152b54);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:.75rem;text-shadow:0 2px 4px rgba(30,61,114,.1)}.products-page .page-header p{font-size:1.125rem;color:#4a5568;max-width:600px;margin:0 auto;font-weight:400;line-height:1.6;opacity:.9}.filters-section{display:flex;flex-wrap:wrap;gap:1rem;align-items:center;justify-content:space-between;background:linear-gradient(135deg,#1e3d72f2,#152b54e6);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(66,133,244,.8);border-radius:15px;padding:1.5rem;margin-bottom:2rem;max-width:1200px;margin-left:auto;margin-right:auto}.search-filter{flex:1;min-width:250px;max-width:400px}.search-input{width:100%;padding:.75rem 1rem;background:#ffffff0d;border:1px solid #444;border-radius:10px;color:#fff;font-size:1rem;transition:all .3s ease}.search-input:focus{outline:none;border-color:#fff;background:#ffffff1a}.search-input::placeholder{color:#888}.category-filter,.sort-filter{min-width:180px}.category-select,.sort-select{width:100%;padding:.75rem 1rem;background:#ffffff0d;border:1px solid #444;border-radius:10px;color:#fff;font-size:1rem;cursor:pointer;transition:all .3s ease}.category-select:focus,.sort-select:focus{outline:none;border-color:#fff;background:#ffffff1a}.category-select option,.sort-select option{background:#1a1a1a;color:#fff}.clear-filters-btn{padding:.75rem 1.5rem;background:linear-gradient(135deg,#ff4757,#ff6b7a);border:none;border-radius:10px;color:#fff;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;white-space:nowrap}.clear-filters-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #ff47574d}.products-page .results-info{margin-bottom:1.5rem;text-align:center}.products-page .results-info p{color:#1e3d72;font-size:1rem;font-weight:600;background:linear-gradient(135deg,#1e3d7214,#4285f40f);padding:.75rem 1.5rem;border-radius:25px;display:inline-block;border:1px solid rgba(30,61,114,.15);box-shadow:0 2px 8px #1e3d7214}.products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:3rem;max-width:1200px;margin-left:auto;margin-right:auto}.products-grid .product-card{display:flex;align-items:center;gap:.5rem;height:auto;width:100%;max-width:none;padding:.5rem;background:#1e3d72;border-radius:8px;transition:all .2s ease;border:2px solid #2c5aa0;flex-direction:column;text-align:center;box-shadow:0 4px 12px #1e3d724d}.products-grid .product-card:hover{box-shadow:0 8px 20px #4285f466;transform:scale(1.02);border-color:#4285f4}.product-card-link{text-decoration:none;color:inherit;display:block;width:100%}.product-card .product-image{height:auto!important;width:100%!important;aspect-ratio:1!important;margin:0 auto;position:relative;display:flex;align-items:center;justify-content:center;background:#ffffff1a!important;border-radius:8px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:0!important;min-height:150px;max-height:250px}.product-card .product-image img{position:absolute;inset:0;box-sizing:border-box;padding:.5rem;border:none;margin:auto;display:block;width:100%;height:100%;object-fit:contain;transition:all .3s ease-in-out;transform:scale(1);filter:blur(0) grayscale(0);border-radius:0;max-width:none;max-height:none}.product-brand{margin-top:.5rem;font-weight:500;color:#fff;font-size:.625rem;text-transform:uppercase;letter-spacing:.5px;opacity:.9}.product-name{color:#fff;font-size:1rem;margin-top:.25rem;font-weight:700;line-height:1.25;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-shadow:0 1px 2px rgba(0,0,0,.3)}.product-price{margin-top:.25rem;font-weight:700;color:red!important;font-size:1.1rem;text-shadow:0 2px 4px rgba(0,0,0,.2)}.add-to-cart-btn{margin-top:.5rem;background:#fff;color:#1e3d72;border:2px solid #ffffff;border-radius:6px;padding:.5rem .75rem;font-size:.8rem;font-weight:700;text-transform:uppercase;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;width:130px;margin-left:auto;margin-right:auto;letter-spacing:.5px;margin-bottom:0}.add-to-cart-btn:hover{background:#4285f4;color:#fff;border-color:#4285f4;transform:translateY(-2px);box-shadow:0 4px 12px #4285f466}.add-to-cart-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.no-products{grid-column:1 / -1;text-align:center;padding:4rem 2rem;background:#1a1a1a80;border-radius:20px;border:1px dashed #444}.no-products p{font-size:1.2rem;color:#888;margin:0}@media (min-width: 1200px){.products-grid{grid-template-columns:repeat(3,1fr);gap:2.5rem}.product-image{height:340px}}@media (min-width: 1200px){.products-grid{grid-template-columns:repeat(3,1fr);max-width:1200px;gap:2rem}.products-page .container,.filters-section{max-width:1200px}}@media (max-width: 1199px){.products-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;max-width:1200px}.products-page .container{max-width:1200px;padding:0 1.5rem}.filters-section{max-width:1200px}.product-image{height:220px}.product-card{height:440px}.page-header h1{font-size:2.5rem}}@media (max-width: 991px){.products-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;max-width:100%}.products-page .container{padding:0 1rem}.filters-section{flex-direction:column;gap:1rem;max-width:100%}.search-filter,.category-filter,.sort-filter{width:100%;min-width:unset;max-width:100%}.clear-filters-btn{width:100%}.page-header h1{font-size:2.2rem}.product-image{height:200px}.product-card{height:340px}}@media (max-width: 767px){.products-page{padding:1rem 0}.products-grid{grid-template-columns:repeat(2,1fr);gap:1rem;padding:0 1rem}.page-header{margin-bottom:2rem}.page-header h1{font-size:2rem}.page-header p{font-size:1rem}.filters-section{padding:1rem}.product-info{padding:1rem;min-height:140px}.product-name{font-size:.95rem;max-height:2.2rem;line-height:1.1;margin-bottom:.75rem;-webkit-line-clamp:2;line-clamp:2}.add-to-cart-btn{font-size:.85rem;padding:.6rem 1.2rem;margin:.25rem .5rem .5rem}.product-image{height:180px!important;min-height:180px}.product-card{height:440px!important;min-height:440px}}@media (max-width: 575px){.products-grid{grid-template-columns:1fr;gap:1rem;padding:0 1rem}.page-header h1{font-size:1.8rem}.product-card{max-width:350px;width:100%;margin:0 auto;height:440px!important;min-height:440px}.product-image{height:180px!important;min-height:180px}.product-info{padding:1rem;min-height:140px}.product-name{font-size:.95rem;max-height:2.2rem;line-height:1.1;margin-bottom:.75rem}.add-to-cart-btn{font-size:.8rem;padding:.6rem 1rem;margin:.25rem .5rem .5rem}.filters-section{padding:1rem .5rem}}.product-card{animation:fadeInUp .6s ease forwards}.product-card:nth-child(1){animation-delay:.1s}.product-card:nth-child(2){animation-delay:.2s}.product-card:nth-child(3){animation-delay:.3s}.product-card:nth-child(4){animation-delay:.1s}.product-card:nth-child(5){animation-delay:.2s}.product-card:nth-child(6){animation-delay:.3s}.product-card:focus-within{outline:2px solid #ffffff;outline-offset:2px}@media (prefers-reduced-motion: reduce){.product-card,.product-card:hover,.product-image img{transition:none;animation:none}}.product-detail-page{background-color:#fff;color:#000;min-height:100vh;padding:2rem 0;margin-top:70px}.product-detail-container{max-width:1200px;margin:0 auto;padding:0 1rem}.back-button{display:inline-flex;align-items:center;gap:.5rem;background:linear-gradient(135deg,#1e3d72,#152b54);border:1px solid #2c5aa0;border-radius:10px;padding:.75rem 1rem;color:#fff;text-decoration:none;font-size:.9rem;font-weight:500;transition:all .3s ease;margin-bottom:2rem}.back-button:hover{background:linear-gradient(135deg,#2c5aa0,#1e3d72);border-color:#4285f4;transform:translate(-5px)}.product-detail-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.product-image-section{position:sticky;top:2rem;max-height:calc(100vh - 4rem);overflow:hidden}.product-main-image{width:100%;height:500px;background:linear-gradient(135deg,#1e3d72,#152b54);border-radius:20px;border:1px solid #2c5aa0;display:flex;align-items:center;justify-content:center;overflow:hidden;margin-bottom:1rem;position:relative}.product-main-image img{width:100%;height:100%;object-fit:contain;padding:2rem;transition:transform .4s ease}.product-main-image:hover img{transform:scale(1.05)}.flavor-thumbnails{display:flex;gap:.75rem;flex-wrap:wrap;justify-content:center}.flavor-thumbnail{width:80px;height:80px;background:linear-gradient(135deg,#1e3d72,#152b54);border:2px solid #2c5aa0;border-radius:10px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;overflow:hidden}.flavor-thumbnail.active{border-color:#4285f4;box-shadow:0 0 20px #4285f44d}.flavor-thumbnail:hover{border-color:#4285f4;transform:translateY(-2px)}.flavor-thumbnail img{width:100%;height:100%;object-fit:contain;padding:.5rem}.product-info-section{padding:.25rem 0}.product-brand{font-size:.9rem;color:#1e3d72;font-weight:700;text-transform:uppercase;letter-spacing:1px;margin-bottom:.5rem}.product-title{font-size:1.4rem;font-weight:800;color:#1e3d72;margin-bottom:.25rem;line-height:1.1}.product-price{font-size:1.8rem;font-weight:800;color:red;margin-bottom:.5rem}.product-selections{margin-bottom:.5rem}.selection-group{margin-bottom:.6rem}.selection-label{display:block;font-size:.85rem;font-weight:600;color:#1e3d72;margin-bottom:.4rem}.flavor-select,.size-select{width:100%;padding:.5rem .75rem;background:linear-gradient(135deg,#1e3d721a,#152b540d);border:1px solid #2c5aa0;border-radius:8px;color:#1e3d72;font-size:.9rem;cursor:pointer;transition:all .3s ease}.flavor-select:focus,.size-select:focus{outline:none;border-color:#fff;background:#ffffff1a}.flavor-select option,.size-select option{background:#fff;color:#1e3d72}.quantity-selector{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}.quantity-controls{display:flex;align-items:center;background:linear-gradient(135deg,#1e3d721a,#152b540d);border:1px solid #2c5aa0;border-radius:8px;overflow:hidden}.quantity-btn{width:35px;height:35px;background:#1e3d72;border:none;color:#fff;font-size:1.2rem;font-weight:700;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 4px #0000001a}.quantity-btn:hover{background:#4285f4;color:#fff;transform:scale(1.05);box-shadow:0 4px 8px #4285f44d}.quantity-btn:active{transform:scale(.95)}.quantity-btn:disabled{background:#ccc;color:#888;cursor:not-allowed;opacity:.6}.quantity-input{width:60px;padding:.5rem;background:none;border:none;color:#1e3d72;text-align:center;font-size:1rem;font-weight:600}.quantity-input:focus{outline:none}.add-to-cart-section{margin-bottom:.5rem;margin-top:.5rem;position:relative;z-index:10}.add-to-cart-btn{width:100%;padding:.8rem 1.5rem;background:linear-gradient(135deg,#1e3d72,#152b54);border:1px solid rgba(66,133,244,.3);border-radius:12px;color:#fff;font-size:1rem;font-weight:700;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:1px;position:relative;overflow:hidden;box-shadow:0 4px 15px #1e3d7233}.add-to-cart-btn:hover{background:linear-gradient(135deg,#2c5aa0,#1e3d72);transform:translateY(-3px);box-shadow:0 0 30px #4285f466}.add-to-cart-btn:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}.add-to-cart-btn:disabled:hover{transform:none;box-shadow:none}.product-description{margin-top:3rem;border-top:1px solid #333;padding-top:2rem}.product-description h3{color:#1e3d72;margin-bottom:1rem;font-size:1.3rem;font-weight:700}.product-description p{color:#333;line-height:1.6;margin-bottom:1rem}.loading-state,.error-state{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;text-align:center}.loading-state p,.error-state p{font-size:1.2rem;color:#ccc;margin:0}@media (max-width: 991px){.product-detail-content{grid-template-columns:1fr;gap:2rem}.product-image-section{position:static}.product-main-image{height:400px}.product-title{font-size:2rem}}@media (max-width: 767px){.product-detail-page{padding:1rem 0}.product-detail-content{gap:1.5rem}.product-main-image{height:300px}.product-title{font-size:1.8rem}.flavor-thumbnails{gap:.5rem}.flavor-thumbnail{width:60px;height:60px}.quantity-selector{flex-direction:column;align-items:flex-start;gap:.5rem}.tab-buttons{flex-wrap:wrap;gap:.25rem}.tab-button{padding:.5rem 1rem;font-size:.9rem}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.product-detail-content{animation:fadeInUp .6s ease forwards}.add-to-cart-btn:focus,.quantity-btn:focus,.tab-button:focus{outline:2px solid #ffffff;outline-offset:2px}@media (prefers-reduced-motion: reduce){.product-detail-content,.product-main-image img,.flavor-thumbnail{transition:none;animation:none}}.cart-page-container{max-width:1200px;margin:70px auto 0;padding:2rem 1rem;min-height:100vh}.cart-wrapper{width:100%}.cart-title{font-size:2.5rem;font-weight:800;color:#1e3d72;margin-bottom:2rem;text-align:center}.cart-empty{text-align:center;padding:4rem 2rem;background:linear-gradient(135deg,#1e3d720d,#152b5405);border-radius:20px;border:2px solid #2c5aa0;max-width:600px;margin:0 auto}.cart-empty h2{font-size:2rem;color:#1e3d72;margin-bottom:1rem}.cart-empty p{color:#666;font-size:1.1rem;margin-bottom:2rem}.btn-continue-shopping{display:inline-block;padding:1rem 2rem;background:linear-gradient(135deg,#1e3d72,#152b54);color:#fff;text-decoration:none;border-radius:12px;font-weight:600;transition:all .3s ease;box-shadow:0 4px 15px #1e3d7233}.btn-continue-shopping:hover{background:linear-gradient(135deg,#2c5aa0,#1e3d72);transform:translateY(-2px);box-shadow:0 6px 20px #1e3d724d}.cart-content{display:grid;grid-template-columns:1fr 400px;gap:2rem;align-items:start}.cart-items{display:flex;flex-direction:column;gap:1.5rem}.cart-item{display:grid;grid-template-columns:100px 1fr auto;gap:1.5rem;padding:1.5rem;background:linear-gradient(135deg,#1e3d7208,#152b5403);border:2px solid #2c5aa0;border-radius:15px;align-items:center;transition:all .3s ease}.cart-item:hover{border-color:#4285f4;box-shadow:0 4px 20px #4285f426;transform:translateY(-2px)}.item-image{width:100px;height:100px;border-radius:12px;overflow:hidden;background:linear-gradient(135deg,#1e3d72,#152b54);display:flex;align-items:center;justify-content:center}.cart-item-image{width:100%;height:100%;object-fit:contain;padding:.5rem}.item-details{display:flex;flex-direction:column;gap:.5rem}.item-name{font-size:1.3rem;font-weight:700;color:#1e3d72;margin:0}.item-brand{font-size:.9rem;color:#666;text-transform:uppercase;letter-spacing:.5px;font-weight:600;margin:0}.item-variant{font-size:.9rem;color:#888;margin:0}.item-controls{display:flex;flex-direction:column;gap:1rem;align-items:flex-end}.quantity-controls{display:flex;align-items:center;background:linear-gradient(135deg,#1e3d721a,#152b540d);border:2px solid #2c5aa0;border-radius:10px;overflow:hidden}.quantity-btn{width:40px;height:40px;background:#1e3d72;border:none;color:#fff;font-size:1.3rem;font-weight:700;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.quantity-btn:hover:not(:disabled){background:#4285f4;transform:scale(1.05)}.quantity-btn:disabled{background:#ccc;color:#888;cursor:not-allowed;opacity:.5}.quantity{min-width:50px;text-align:center;font-weight:700;font-size:1.1rem;color:#1e3d72;padding:0 1rem;background:#fff}.item-price{font-size:1.5rem;font-weight:800;color:red}.remove-btn{padding:.6rem 1.2rem;background:linear-gradient(135deg,#ff4c4c1a,#ff4c4c0d);color:#ff4c4c;border:2px solid rgba(255,76,76,.3);border-radius:10px;font-weight:600;cursor:pointer;transition:all .3s ease}.remove-btn:hover{background:linear-gradient(135deg,#ff4c4c33,#ff4c4c1a);border-color:#ff4c4c;box-shadow:0 0 15px #ff4c4c4d;transform:translateY(-2px)}.cart-summary{position:sticky;top:100px;background:linear-gradient(135deg,#1e3d720d,#152b5405);border:2px solid #2c5aa0;border-radius:20px;padding:2rem;display:flex;flex-direction:column;gap:1.5rem;box-shadow:0 4px 20px #1e3d721a}.cart-summary h3{font-size:1.5rem;font-weight:700;color:#1e3d72;margin:0;text-align:center}.summary-line{display:flex;justify-content:space-between;align-items:center;font-size:1rem;color:#666;padding:.5rem 0}.summary-total{display:flex;justify-content:space-between;align-items:center;font-size:1.5rem;font-weight:800;color:#1e3d72;padding-top:1rem;border-top:2px solid #2c5aa0}.cart-actions{display:flex;flex-direction:column;gap:1rem;margin-top:1rem}.btn-place-order{width:100%;padding:1.2rem 2rem;background:linear-gradient(135deg,#28a745,#20c997);color:#fff;border:none;border-radius:12px;font-weight:700;font-size:1.1rem;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #28a7454d;text-transform:uppercase;letter-spacing:.5px}.btn-place-order:hover{background:linear-gradient(135deg,#20c997,#28a745);transform:translateY(-2px);box-shadow:0 6px 20px #28a74566}.btn-clear-cart{width:100%;padding:.9rem 2rem;background:linear-gradient(135deg,#ff4c4c1a,#ff4c4c0d);color:#ff4c4c;border:2px solid rgba(255,76,76,.3);border-radius:12px;font-weight:600;cursor:pointer;transition:all .3s ease}.btn-clear-cart:hover{background:linear-gradient(135deg,#ff4c4c33,#ff4c4c1a);border-color:#ff4c4c;box-shadow:0 0 15px #ff4c4c4d;transform:translateY(-2px)}@media (max-width: 992px){.cart-content{grid-template-columns:1fr;gap:2rem}.cart-summary{position:static}}@media (max-width: 768px){.cart-title{font-size:2rem}.cart-item{grid-template-columns:80px 1fr;gap:1rem}.item-image{width:80px;height:80px}.item-controls{grid-column:1 / -1;flex-direction:row;justify-content:space-between;align-items:center;margin-top:1rem;padding-top:1rem;border-top:1px solid #e0e0e0}.item-name{font-size:1.1rem}.item-price{font-size:1.2rem}}@media (max-width: 480px){.cart-page-container{padding:1rem .5rem}.cart-title{font-size:1.5rem}.cart-item{padding:1rem}.item-image{width:60px;height:60px}.item-name{font-size:1rem}.quantity-btn{width:35px;height:35px;font-size:1.1rem}.quantity{min-width:40px;font-size:1rem}.cart-summary{padding:1.5rem}}.admin-dashboard{padding:0;background:#f0f2f5;min-height:100vh;color:#333;font-family:Roboto,Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.admin-header{position:fixed;top:0;left:0;right:0;z-index:1000;display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;background:#fff;height:70px;box-shadow:0 2px 8px #0000001a}.admin-header h1{font-size:1.8rem;margin:0;color:#1e3d72;font-weight:700}.admin-content{margin-top:70px;padding:2rem}.btn{border-radius:8px;border:none;padding:10px 18px;font-size:15px;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-flex;align-items:center;gap:8px}.btn-primary{background:linear-gradient(135deg,#1e3d72,#152b54);color:#fff;border:none;box-shadow:0 6px 20px #1e3d724d;font-weight:700;letter-spacing:.5px}.btn-primary:hover{background:linear-gradient(135deg,#152b54,#0d1a35);transform:translateY(-3px);box-shadow:0 8px 25px #1e3d7266}.btn-secondary{background:linear-gradient(135deg,#f8f9fa,#e9ecef);color:#495057;border:2px solid #dee2e6;font-weight:600;box-shadow:0 4px 12px #0000000d}.btn-secondary:hover{background:linear-gradient(135deg,#e9ecef,#dee2e6);border-color:#1e3d72;color:#1e3d72;transform:translateY(-2px);box-shadow:0 6px 16px #1e3d721a}.btn-edit{background:#1e3d72;color:#fff;padding:8px 14px;font-size:14px}.btn-delete{background:#c8102e;color:#fff;padding:8px 14px;font-size:14px}.btn-delete:hover{background:#a00d26}.add-field-btn,.add-size-btn{background:linear-gradient(135deg,#4285f4,#3367d6);color:#fff;padding:12px 20px;font-size:14px;margin-top:12px;border-radius:10px;border:none;cursor:pointer;transition:all .3s ease;font-weight:600;box-shadow:0 4px 12px #4285f433}.add-field-btn:hover,.add-size-btn:hover{background:linear-gradient(135deg,#3367d6,#2248b8);transform:translateY(-2px);box-shadow:0 6px 16px #4285f44d}.remove-btn,.remove-size-btn{background:linear-gradient(135deg,#c8102e,#a00d26);color:#fff;padding:10px 16px;font-size:14px;margin-left:10px;border-radius:8px;border:none;cursor:pointer;transition:all .3s ease;font-weight:600;box-shadow:0 3px 10px #c8102e4d;min-width:120px;display:flex;align-items:center;justify-content:center;gap:6px}.remove-btn:hover,.remove-size-btn:hover{background:linear-gradient(135deg,#a00d26,#7a0a1c);transform:translateY(-1px);box-shadow:0 4px 12px #c8102e4d}.remove-btn:disabled,.remove-size-btn:disabled{background:linear-gradient(135deg,#999,#777);cursor:not-allowed;opacity:.6;transform:none;box-shadow:0 2px 6px #0000001a}.remove-btn:disabled:hover,.remove-size-btn:disabled:hover{background:linear-gradient(135deg,#999,#777);transform:none;box-shadow:0 2px 6px #0000001a}.modal-overlay{position:fixed;inset:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.modal-content{background:linear-gradient(135deg,#fff,#f8f9fa);border-radius:20px;max-width:900px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #1e3d7233;border:1px solid rgba(30,61,114,.1);position:relative}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:25px 30px;border-bottom:2px solid #e9ecef;background:linear-gradient(135deg,#1e3d72,#152b54);color:#fff;border-radius:20px 20px 0 0}.modal-header h2{margin:0;color:#fff;font-size:26px;font-weight:700;text-shadow:0 2px 4px rgba(0,0,0,.3)}.close-btn{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);font-size:20px;cursor:pointer;color:#fff;width:35px;height:35px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.close-btn:hover{background:#fff3;border-color:#fff6;transform:scale(1.1)}.product-form{padding:30px;background:linear-gradient(135deg,#fff,#f8f9fa)}.form-section{margin-bottom:30px;padding:25px;background:linear-gradient(135deg,#fff,#f8f9fa);border-radius:16px;border:2px solid #e9ecef;box-shadow:0 4px 15px #1e3d7214;transition:all .3s ease;position:relative;overflow:hidden}.form-section:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#1e3d72,#4285f4,#c8102e);border-radius:16px 16px 0 0}.form-section:hover{border-color:#1e3d72;box-shadow:0 8px 25px #1e3d721f;transform:translateY(-2px)}.form-section h3{margin:0 0 20px;color:#1e3d72;font-size:1.4rem;font-weight:700;display:flex;align-items:center;gap:10px;padding-bottom:10px;border-bottom:2px solid #e9ecef}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:15px}.form-group{display:flex;flex-direction:column;gap:6px}.form-group label{color:#495057;font-weight:600;font-size:14px}.form-group input,.form-group select,.form-group textarea{padding:14px 18px;border:2px solid #e1e8f0;border-radius:12px;background:#fff;color:#495057;font-size:15px;transition:all .3s ease;box-shadow:0 2px 8px #0000000d}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#1e3d72;background:#fff;box-shadow:0 0 0 4px #1e3d721a;transform:translateY(-1px)}.form-group textarea{min-height:120px;resize:vertical;font-family:inherit}.form-group input::placeholder,.form-group textarea::placeholder{color:#9ca3af;font-style:italic}.flavor-section{background:linear-gradient(135deg,#f8f9ff,#fff);border:2px solid #e1e8f0;border-radius:16px;padding:25px;margin-bottom:20px;position:relative;transition:all .3s ease;box-shadow:0 4px 15px #1e3d720d}.flavor-section:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#4285f4,#1e3d72);border-radius:16px 16px 0 0}.flavor-section:hover{border-color:#4285f4;box-shadow:0 8px 25px #4285f41a;transform:translateY(-2px)}.flavor-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:15px;border-bottom:2px solid #e9ecef}.flavor-header h4{margin:0;color:#1e3d72;font-size:1.3rem;font-weight:700;display:flex;align-items:center;gap:10px}.flavor-content{display:grid;gap:20px}.flavor-basic-info{display:flex;flex-direction:column;gap:12px}.flavor-basic-info label{font-weight:600;color:#1e3d72;font-size:14px}.flavor-image-section{display:flex;flex-direction:column;gap:12px}.flavor-image-section label{font-weight:600;color:#1e3d72;font-size:14px}.flavor-sizes-section{background:linear-gradient(135deg,#fff,#f8f9fa);border:1px solid #e9ecef;border-radius:12px;padding:20px;margin-top:15px}.flavor-sizes-section h5{margin:0 0 15px;color:#1e3d72;font-size:1.1rem;font-weight:600;display:flex;align-items:center;gap:8px}.size-row{display:grid;grid-template-columns:1fr 1fr 1fr auto;gap:12px;align-items:center;margin-bottom:12px;padding:15px;background:#fff;border:1px solid #e9ecef;border-radius:10px;transition:all .3s ease}.size-row:hover{border-color:#4285f4;box-shadow:0 2px 8px #4285f41a}.size-row input{background:#fff;border:1px solid #e1e8f0;border-radius:8px;padding:10px 12px;color:#495057;font-size:14px;transition:all .3s ease}.size-row input:focus{outline:none;border-color:#4285f4;background:#fff;box-shadow:0 0 0 3px #4285f41a}.current-image,.image-preview{margin-top:15px;position:relative;display:inline-block;border-radius:12px;overflow:hidden;background:#fff;border:2px solid #e9ecef;box-shadow:0 4px 12px #0000001a;transition:all .3s ease}.current-image:hover,.image-preview:hover{border-color:#4285f4;box-shadow:0 6px 16px #4285f433}.current-image img,.image-preview img{width:120px;height:120px;object-fit:cover;display:block}.image-actions{padding:10px;background:linear-gradient(135deg,#f8f9fa,#e9ecef);display:flex;justify-content:space-between;align-items:center;border-top:1px solid #e9ecef}.image-actions span{font-size:12px;color:#6c757d;font-weight:600}.remove-image-btn{background:linear-gradient(135deg,#dc3545,#c82333);color:#fff;padding:6px 10px;font-size:11px;border-radius:6px;border:none;cursor:pointer;transition:all .3s ease;font-weight:600;box-shadow:0 2px 6px #dc354533}.remove-image-btn:hover{background:linear-gradient(135deg,#c82333,#a71e2a);transform:translateY(-1px);box-shadow:0 4px 10px #dc35454d}.form-actions{display:flex;gap:15px;justify-content:flex-end;padding:25px 30px;background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-radius:0 0 20px 20px;border-top:2px solid #e9ecef}.products-list{margin-top:2rem}.products-list h2{margin-bottom:1.5rem;color:#1e3d72;font-weight:700}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px}.product-card-admin{background:#fff;border-radius:12px;overflow:hidden;border:1px solid #dee2e6;transition:all .3s ease;box-shadow:0 4px 12px #0000000d}.product-card-admin:hover{transform:translateY(-5px);box-shadow:0 8px 25px #0000001a;border-color:#4285f4}.product-image{height:180px;background:#f8f9fa;display:flex;align-items:center;justify-content:center;padding:10px}.product-image img{max-width:100%;max-height:100%;object-fit:contain}.product-info{padding:20px}.product-info h3{margin:0 0 8px;color:#1e3d72;font-size:1.1rem;font-weight:700}.product-info p{margin:4px 0;color:#6c757d;font-size:14px}.product-info .brand{color:#4285f4;font-weight:600}.product-info .price{color:#c8102e;font-weight:700;font-size:16px}.product-actions{display:flex;gap:10px;margin-top:15px}.filter-controls{display:flex;flex-wrap:wrap;gap:1rem;align-items:center;justify-content:space-between;background:linear-gradient(135deg,#1e3d72f2,#152b54e6);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(66,133,244,.8);border-radius:15px;padding:1.5rem;margin-bottom:2rem;box-shadow:0 8px 25px #1e3d7226}.filter-controls h2{width:100%;margin:0 0 1rem;color:#fff;font-size:1.4rem;font-weight:700;text-shadow:0 2px 4px rgba(0,0,0,.3)}.filter-row{display:flex;flex-wrap:wrap;gap:1rem;width:100%;align-items:center}.filter-group{flex:1;min-width:200px;display:flex;flex-direction:column;gap:.5rem}.filter-group label{font-weight:600;color:#fff;font-size:.9rem;text-shadow:0 1px 2px rgba(0,0,0,.3)}.filter-input,.filter-select{width:100%;padding:.75rem 1rem;background:#ffffff0d;border:1px solid #444;border-radius:10px;color:#fff;font-size:1rem;transition:all .3s ease}.filter-input:focus,.filter-select:focus{outline:none;border-color:#fff;background:#ffffff1a;box-shadow:0 0 0 3px #ffffff1a}.filter-input::placeholder{color:#888}.filter-select{cursor:pointer}.filter-select option{background:#1e3d72;color:#fff;padding:.5rem}.btn:has(span):first-of-type{background:#ffffff1a;color:#fff;border:1px solid rgba(255,255,255,.3);padding:.75rem 1.5rem;font-size:.9rem;border-radius:10px;transition:all .3s ease;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.btn:has(span):first-of-type:hover{background:#fff3;border-color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #fff3}.header-left{display:flex;align-items:center;gap:2rem}.tab-navigation{display:flex;gap:1rem}.tab-btn{padding:10px 18px;border:2px solid transparent;background:transparent;color:#495057;border-radius:8px;cursor:pointer;transition:all .3s ease;font-size:15px;font-weight:600}.tab-btn:hover{background:#f8f9fa;color:#1e3d72}.tab-btn.active{background:#1e3d72;color:#fff}.orders-section{margin-bottom:2rem}.sales-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:2rem}.stat-card{background:linear-gradient(135deg,#1e3d72,#152b54);color:#fff;padding:1.5rem;border-radius:12px;text-align:center;box-shadow:0 4px 15px #1e3d7233;transition:all .3s ease;border:1px solid rgba(255,255,255,.1)}.stat-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px #1e3d724d}.stat-card h4{font-size:.9rem;margin:0 0 .5rem;opacity:.9;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.stat-card .stat-value{font-size:2rem;font-weight:700;margin:0;text-shadow:0 2px 4px rgba(0,0,0,.2)}.stat-card.revenue{background:linear-gradient(135deg,#c8102e,#a00d26)}.stat-card.pending{background:linear-gradient(135deg,orange,#ff8c00)}.stat-card.completed{background:linear-gradient(135deg,#28a745,#218838)}.orders-list{display:flex;flex-direction:column;gap:1.5rem}.order-card{background:#fff;border:1px solid #dee2e6;border-radius:12px;padding:1.5rem}.order-header{border-bottom:1px solid #e9ecef}.order-info h3{color:#1e3d72}.status-select{border:1px solid #ced4da;border-radius:8px}.order-item{border-bottom:1px solid #f8f9fa}.item-price,.order-total{color:#c8102e}.carousel-section{background:#fff;border-radius:15px;padding:2rem;box-shadow:0 8px 30px #0000001a}.carousel-header h2{color:#1e3d72;margin-bottom:.5rem;font-weight:700}.carousel-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem;margin-bottom:2rem}.stat-card{background:#1e3d72;color:#fff;padding:1.5rem;border-radius:12px;text-align:center}.stat-card h3{font-size:2rem;margin:0 0 .5rem;font-weight:700}.stat-card p{margin:0;opacity:.9}.carousel-preview{margin-bottom:2rem}.carousel-preview h3{color:#1e3d72;margin-bottom:1rem;font-weight:700}.carousel-products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1rem}.carousel-product-card{position:relative;background:#fff;border-radius:12px;padding:1rem;box-shadow:0 4px 15px #0000001a;border:2px solid #e0e0e0;transition:all .3s ease}.carousel-product-card:hover{border-color:#1e3d72;transform:translateY(-2px);box-shadow:0 8px 25px #00000026}.carousel-position{position:absolute;top:.5rem;right:.5rem;background:#1e3d72;color:#fff;border-radius:50%;width:30px;height:30px;display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:700}.carousel-product-card img{width:100%;height:150px;object-fit:contain;border-radius:8px;margin-bottom:1rem;background:#f5f5f5}.carousel-product-card .product-info h4{margin:0 0 .5rem;color:#1e3d72;font-size:1.1rem;font-weight:700}.carousel-product-card .product-info p{margin:0 0 .5rem;color:#666;font-size:.9rem}.carousel-product-card .price{font-weight:700;color:#c8102e;font-size:1.1rem;display:block;margin-bottom:1rem}.remove-featured-btn{width:100%;padding:.5rem;background:#c8102e;color:#fff;border:none;border-radius:6px;font-size:.9rem;cursor:pointer;transition:background .3s ease;font-weight:600}.remove-featured-btn:hover{background:#a00d26}.available-products{margin-top:2rem}.available-products h3{color:#1e3d72;margin-bottom:1rem;font-weight:700}.available-products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem}.available-product-card{background:#fff;border-radius:12px;padding:1rem;box-shadow:0 2px 10px #0000000d;border:2px solid #f0f0f0;transition:all .3s ease}.available-product-card:hover{border-color:#1e3d72;transform:translateY(-1px);box-shadow:0 4px 15px #0000001a}.available-product-card img{width:100%;height:120px;object-fit:contain;border-radius:6px;margin-bottom:.8rem;background:#f8f8f8}.available-product-card .product-info h4{margin:0 0 .3rem;color:#1e3d72;font-size:1rem;font-weight:700}.available-product-card .product-info p{margin:0 0 .3rem;color:#666;font-size:.85rem}.available-product-card .price{font-weight:700;color:#c8102e;font-size:1rem;display:block;margin-bottom:.8rem}.add-featured-btn{width:100%;padding:.5rem;background:#4285f4;color:#fff;border:none;border-radius:6px;font-size:.85rem;cursor:pointer;transition:background .3s ease;font-weight:600}.add-featured-btn:hover{background:#3367d6}@media (max-width: 768px){.admin-header{flex-direction:column;gap:15px;text-align:center}.filter-controls{padding:1rem}.filter-row{flex-direction:column;gap:1rem}.filter-group{min-width:100%}.form-row{grid-template-columns:1fr}.size-field{grid-template-columns:1fr;gap:8px}.products-grid{grid-template-columns:1fr}.modal-content{margin:10px;max-height:95vh}.tab-navigation{flex-direction:column;gap:.5rem}.header-left{align-items:stretch}.carousel-stats{grid-template-columns:repeat(3,1fr)}.carousel-products-grid,.available-products-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.order-header{flex-direction:column;gap:1rem;align-items:stretch}.order-item{grid-template-columns:1fr;gap:.5rem;text-align:left}.item-price{text-align:left}}@media (max-width: 480px){.filter-controls{padding:1rem .75rem}.filter-controls h2{font-size:1.2rem}.carousel-stats,.carousel-products-grid,.available-products-grid{grid-template-columns:1fr}}:root{--color-navy: #0A1F44;--color-black: #000000;--color-red: #C8102E;--color-silver: #C0C0C0;--color-navy-light: #1a2951;--color-navy-dark: #081a3a;--color-red-light: #D4142F;--color-red-dark: #a00d26;--color-silver-light: #e0e0e0;--color-silver-dark: #888888;--gradient-navy: linear-gradient(135deg, var(--color-navy) 0%, var(--color-navy-light) 100%);--gradient-red: linear-gradient(135deg, var(--color-red), var(--color-red-light));--gradient-red-dark: linear-gradient(135deg, var(--color-red-light), var(--color-red));--glass-light: rgba(255, 255, 255, .1);--glass-medium: rgba(255, 255, 255, .15);--glass-dark: rgba(0, 0, 0, .1);--border-light: rgba(192, 192, 192, .2);--border-medium: rgba(192, 192, 192, .3);--border-strong: rgba(192, 192, 192, .5);--shadow-light: rgba(0, 0, 0, .1);--shadow-medium: rgba(0, 0, 0, .2);--shadow-strong: rgba(0, 0, 0, .3);--shadow-red: rgba(200, 16, 46, .3);--shadow-red-strong: rgba(200, 16, 46, .4);--text-on-navy: var(--color-silver);--text-on-black: var(--color-silver);--text-on-light: var(--color-black);--text-accent: var(--color-red)}:root{--transition-smooth: all .3s ease;--transition-fast: all .2s ease;--transition-slow: all .5s ease;--border-radius-small: 8px;--border-radius-medium: 15px;--border-radius-large: 20px;--border-radius-round: 50px}.login-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:var(--gradient-navy);padding:20px}.login-card{background:var(--glass-medium);border-radius:var(--border-radius-large);box-shadow:0 20px 40px var(--shadow-strong);padding:40px;width:100%;max-width:400px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--border-light)}.login-header{text-align:center;margin-bottom:30px}.login-header h2{color:#333;font-size:28px;font-weight:700;margin-bottom:8px}.login-header p{color:#666;font-size:14px;margin:0}.login-form{display:flex;flex-direction:column;gap:20px}.form-group{display:flex;flex-direction:column;gap:8px}.form-group label{color:#333;font-weight:600;font-size:14px}.form-group input{padding:12px 16px;border:2px solid #e1e1e1;border-radius:10px;font-size:16px;transition:all .3s ease;background:#f8f9fa}.form-group input:focus{outline:none;border-color:#28a745;background:#fff;box-shadow:0 0 0 3px #28a7451a}.error-message{background:#f8d7da;color:#721c24;padding:12px 16px;border-radius:8px;font-size:14px;border:1px solid #f5c6cb}.login-button{background:#28a745;color:#fff;border:none;padding:14px 20px;border-radius:10px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:10px}.login-button:hover:not(:disabled){background:#218838;transform:translateY(-2px);box-shadow:0 5px 15px #28a7454d}.login-button:disabled{background:#6c757d;cursor:not-allowed;transform:none;box-shadow:none}.login-footer{margin-top:30px;padding-top:20px;border-top:1px solid #e1e1e1}.default-credentials{text-align:center;font-size:12px;color:#666;margin:0 0 5px}.default-credentials strong{color:#28a745;font-family:Courier New,monospace}.production-note{text-align:center;font-size:11px;color:#999;margin:0;font-style:italic}@media (max-width: 480px){.login-container{padding:10px}.login-card{padding:30px 20px}.login-header h2{font-size:24px}}
