@keyframes minOrderPulse{0%,to{background:#ffc80014;border-color:#ffc8004d}50%{background:#ffc8002e;border-color:#ffc80099}}.cart-overlay{z-index:1100;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0009;transition:opacity .3s;position:fixed;inset:0}.cart-drawer{z-index:1101;background:linear-gradient(#1a0800,#0d0600);border-left:1px solid #ff6b0026;flex-direction:column;width:min(420px,100vw);height:100vh;font-family:"Source Sans 3",sans-serif;transition:transform .35s cubic-bezier(.34,1.1,.64,1);display:flex;position:fixed;top:0;right:0;box-shadow:-8px 0 40px #00000080}.cart-header{background:#ff6b000d;border-bottom:1px solid #ff6b001f;justify-content:space-between;align-items:center;padding:1.2rem 1.4rem;display:flex}.cart-header-left{align-items:center;gap:.6rem;display:flex}.cart-header-title{color:#fff5e6;font-size:1.05rem;font-weight:800}.cart-count-badge{color:#fff;background:linear-gradient(135deg,#ff6b00,#ff3d00);border-radius:100px;padding:.15rem .5rem;font-size:.75rem;font-weight:800}.cart-clear-btn{color:#ff6b00;cursor:pointer;background:#ff3d001a;border:1px solid #ff3d0033;border-radius:8px;align-items:center;gap:.3rem;padding:.3rem .7rem;font-size:.78rem;font-weight:700;transition:background .2s;display:flex}.cart-clear-btn:hover{background:#ff3d002e}.cart-close-btn{color:#fff5e699;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;justify-content:center;align-items:center;padding:.35rem;transition:background .2s;display:flex}.cart-close-btn:hover{background:#ffffff1a}.cart-items{flex:1;overflow-y:auto}.cart-items::-webkit-scrollbar{width:4px}.cart-items::-webkit-scrollbar-thumb{background:#ff6b004d;border-radius:4px}.cart-empty{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:1rem;height:60%;padding:2rem;display:flex}.cart-empty-title{color:#fff5e6a6;font-size:.95rem;font-weight:500}.cart-item{background:#ff6b000a;border:1px solid #ff6b001a;border-radius:14px;align-items:center;gap:.85rem;padding:.75rem;display:flex}.cart-item-img{object-fit:cover;border:1px solid #ff6b0026;border-radius:10px;flex-shrink:0;width:64px;height:64px}.cart-item-img-placeholder{background:linear-gradient(135deg,#1a0a00,#0d0600);border:1px solid #ff6b0026;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:64px;height:64px;font-size:1.6rem;display:flex}.cart-item-info{flex:1;min-width:0}.cart-item-category{color:#ff6b00;letter-spacing:.07em;text-transform:uppercase;margin-bottom:.15rem;font-size:.75rem;font-weight:700}.cart-item-name{color:#fff5e6;text-overflow:ellipsis;white-space:nowrap;margin-bottom:.2rem;font-size:.88rem;font-weight:700;line-height:1.3;overflow:hidden}.cart-item-price-text{color:#fff5e6b3;margin-bottom:.5rem;font-size:1.05rem}.cart-item-qty-row{justify-content:space-between;align-items:center;display:flex}.cart-item-qty-control{background:#ff6b001a;border:1px solid #ff6b0033;border-radius:8px;align-items:center;display:flex;overflow:hidden}.cart-qty-btn{color:#ff6b00;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:28px;height:28px;font-size:1.05rem;font-weight:800;transition:background .15s;display:flex}.cart-qty-btn:hover{background:#ff6b001f}.cart-qty-input{text-align:center;color:#fff5e6;background:0 0;border:none;outline:none;width:28px;font-size:1.05rem;font-weight:800}.cart-item-total{color:gold;font-size:.95rem;font-weight:800}.cart-item-remove-btn{color:#ff6b0099;cursor:pointer;background:#ff3d0014;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;transition:color .2s,background .2s;display:flex}.cart-item-remove-btn:hover{color:#ff3d00;background:#ff3d0026}.cart-savings{color:#2ecc71;background:#2ecc7114;border:1px solid #2ecc7133;border-radius:10px;align-items:center;gap:.5rem;margin:.5rem 1.4rem;padding:.6rem 1rem;font-size:.88rem;font-weight:700;display:flex}.cart-footer{background:#ff6b0008;border-top:1px solid #ff6b001f;padding:1rem 1.4rem 1.4rem}.cart-total-row{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.cart-total-label{color:#fff5e699;font-size:1.05rem;font-weight:500}.cart-total-amount{color:gold;font-size:1.3rem;font-weight:800}.cart-checkout-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#ff6b00,#ff3d00);border:none;border-radius:14px;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:.9rem;font-family:"Source Sans 3",sans-serif;font-size:1.05rem;font-weight:800;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:0 4px 20px #ff6b0073}.cart-checkout-btn:hover{transform:translateY(-2px);box-shadow:0 8px 28px #ff6b008c}.cart-free-delivery{text-align:center;color:#fff5e68c;margin-top:.6rem;font-size:.78rem}.cart-items-list{flex-direction:column;gap:.85rem;padding:1rem 1.2rem;display:flex}.cart-item-oos{color:#ff3d00;margin-left:.4rem;font-size:.65rem;font-weight:700}.cart-item-unit-price{color:#fff5e6b3;margin-bottom:.5rem;font-size:1.05rem}.cart-min-order{text-align:center;background:#ffc8001a;border:1.5px solid #ffc80066;border-radius:10px;margin-bottom:.6rem;padding:.5rem .85rem;animation:2s ease-in-out infinite minOrderPulse}.cart-min-order-text{color:gold;margin:0;font-size:.75rem;font-weight:700}.cart-footer-note{text-align:center;color:#fff;margin-top:.6rem;font-size:.9rem}.cart-item-pack{border-radius:12px;flex-direction:column;align-items:stretch;gap:.6rem;padding:.75rem}.cart-pack-header{align-items:center;gap:.6rem;display:flex}.cart-pack-icon{background:#ff6b001f;border:1.5px solid #ff6b0040;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.4rem;display:flex}.cart-pack-info{flex:1;min-width:0}.cart-pack-title-row{align-items:center;gap:.4rem;display:flex}.cart-pack-name{color:#fff5e6;font-size:.9rem;font-weight:800}.cart-pack-badge{color:#ff6b00;background:#ff6b0033;border:1px solid #ff6b004d;border-radius:5px;padding:.1rem .4rem;font-size:.6rem;font-weight:800}.cart-pack-price-row{align-items:center;gap:.4rem;margin-top:.15rem;display:flex}.cart-pack-price{color:#ff6b00;font-size:.9rem;font-weight:900}.cart-pack-mrp{color:#fff5e659;font-size:.72rem;text-decoration:line-through}.cart-pack-qty{flex-shrink:0;align-items:center;gap:.25rem;display:flex}.cart-pack-qty-num{color:#fff5e6;text-align:center;min-width:20px;font-size:.85rem;font-weight:800}.cart-pack-toggle{color:#fff5e666;cursor:pointer;background:0 0;border:none;align-items:center;gap:.3rem;padding:0;font-family:"Source Sans 3",sans-serif;font-size:.72rem;font-weight:600;display:flex}.cart-pack-items-list{flex-direction:column;gap:.3rem;margin-top:.5rem;display:flex}.cart-pack-item{background:#ffffff08;border-radius:7px;align-items:center;gap:.5rem;padding:.3rem .5rem;display:flex}.cart-pack-item-img{object-fit:cover;border-radius:5px;flex-shrink:0;width:24px;height:24px}.cart-pack-item-name{color:#fff5e6;flex:1;font-size:.75rem;font-weight:600}.cart-pack-item-qty{color:#ff6b00;font-size:.72rem;font-weight:700}.cart-pack-savings{color:#2ecc71;background:#2ecc7114;border:1px solid #2ecc7133;border-radius:7px;padding:.3rem .6rem;font-size:.72rem;font-weight:700}.cart-header-right{align-items:center;gap:.6rem;display:flex}.cart-item-pack{background:color-mix(in srgb, var(--pack-color,#ff6b00) 4%, transparent);border:1px solid color-mix(in srgb, var(--pack-color,#ff6b00) 15%, transparent)}.cart-item-oos-row{margin-top:.4rem}.cart-item-oos-badge{color:#ff3d00;background:#ff3d001a;border:1px solid #ff3d004d;border-radius:6px;padding:.3rem .6rem;font-size:.72rem;font-weight:700;display:inline-block}.cart-oos-banner{color:#fff;letter-spacing:.02em;text-align:center;background:#ff3d00;padding:.6rem 1.2rem;font-size:.78rem;font-weight:800}.cart-item-oos-state{opacity:.7}.cart-item-oos-state .cart-item-img{filter:grayscale(60%)}.cart-item-oos-row{align-items:center;gap:.6rem;margin-top:.4rem;display:flex}.cart-item-oos-badge{color:#ff3d00;letter-spacing:.04em;background:#ff3d001f;border:1px solid #ff3d004d;border-radius:5px;padding:.2rem .5rem;font-size:.7rem;font-weight:800}.cart-item-oos-remove{color:#ff6b00;cursor:pointer;background:0 0;border:none;padding:0;font-family:"Source Sans 3",sans-serif;font-size:.75rem;font-weight:700;text-decoration:underline}.cart-item-oos-remove:hover{color:#ff3d00}
@keyframes shimmer-logo{0%{background-position:0%}to{background-position:200%}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-100%)}to{opacity:1;transform:translate(0)}}@keyframes fadeOverlay{0%{opacity:0}to{opacity:1}}@keyframes cart-gradient{0%{background-position:0%}to{background-position:200%}}@keyframes cart-glow{0%,to{box-shadow:0 0 12px #ff6b00a6,0 0 24px #ff3d0033}50%{box-shadow:0 0 22px #ffd70099,0 0 40px #ff6b0099}}@keyframes scrollTopIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.navbar{z-index:100;-webkit-backdrop-filter:blur(20px)saturate(180%);backdrop-filter:blur(20px)saturate(180%);background:#080400f2;border-bottom:1px solid #ffd70014;justify-content:space-between;align-items:center;height:68px;padding:0 clamp(1.5rem,5vw,4rem);transition:border-color .35s,box-shadow .35s;display:flex;position:fixed;top:34px;left:0;right:0;box-shadow:0 2px 16px #00000080}.navbar.scrolled{border-bottom-color:#ffd70026;box-shadow:0 4px 30px #0006}.nav-logo-text{background:linear-gradient(90deg,gold,#ff6b00,#ff1493,gold) 0 0/200%;-webkit-text-fill-color:transparent;-webkit-background-clip:text;font-family:Libre Baskerville,serif;font-size:1.5rem;font-weight:900;text-decoration:none;animation:3s linear infinite shimmer-logo}.desktop-links{align-items:center;gap:2.5rem;display:flex}.nav-link{letter-spacing:.1em;text-transform:uppercase;color:#fff5e6;white-space:nowrap;padding:.35rem 0;font-size:.95rem;font-weight:700;text-decoration:none;transition:color .25s;position:relative}.nav-link:after{content:"";background:linear-gradient(90deg,gold,#ff6b00);border-radius:2px;width:0;height:2px;transition:width .3s;position:absolute;bottom:-3px;left:0}.nav-link:hover,.nav-link.active{color:gold}.nav-link:hover:after,.nav-link.active:after{width:100%}.desktop-auth{align-items:center;gap:1.2rem;display:flex}.cart-btn{color:#1a0500;cursor:pointer;white-space:nowrap;background:linear-gradient(90deg,#ff3d00,#ff6b00,gold,#ff6b00,#ff3d00) 0 0/300%;border:none;border-radius:50px;flex-shrink:0;justify-content:center;align-items:center;gap:.4rem;padding:.48rem 1.1rem;font-family:"Source Sans 3",sans-serif;font-size:1.05rem;font-weight:800;line-height:1;transition:transform .2s;animation:3s linear infinite cart-gradient,2.5s ease-in-out infinite cart-glow;display:inline-flex}.cart-btn:hover{transform:scale(1.06)}.hamburger{cursor:pointer;color:gold;background:#ffffff0d;border:1px solid #ffd70040;border-radius:10px;justify-content:center;align-items:center;padding:.45rem;transition:background .2s,border-color .2s;display:flex}.hamburger:hover{background:#ffd7001a;border-color:#ffd70080}.mobile-overlay{z-index:998;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000a6;animation:.25s fadeOverlay;position:fixed;inset:0}.mobile-drawer{z-index:999;background:linear-gradient(160deg,#0d0800,#130800,#0d0500);border-right:1px solid #ffd70026;flex-direction:column;width:min(300px,82vw);height:100vh;animation:.3s cubic-bezier(.22,1,.36,1) slideInLeft;display:flex;position:fixed;top:0;left:0;overflow:hidden;box-shadow:4px 0 40px #0009}.mobile-drawer-header{border-bottom:1px solid #ffd70026;justify-content:space-between;align-items:center;padding:1.2rem 1.6rem;display:flex}.mobile-drawer-logo{background:linear-gradient(90deg,gold,#ff6b00,#ff1493,gold) 0 0/200%;-webkit-text-fill-color:transparent;-webkit-background-clip:text;font-family:Libre Baskerville,serif;font-size:1.5rem;font-weight:900;animation:3s linear infinite shimmer-logo}.mobile-drawer-greeting{color:#ffd700b3;background:linear-gradient(135deg,#ffd7000f,#ff6b000a);border-bottom:1px solid #ffffff0a;padding:.8rem 1.6rem;font-size:1.05rem;font-weight:600}.mobile-drawer-links{flex:1;overflow-y:auto}.mobile-link{color:#fff5e6;text-transform:uppercase;border-bottom:1px solid #ffffff0a;align-items:center;gap:.9rem;padding:1rem 1.6rem;font-size:.95rem;font-weight:700;text-decoration:none;transition:background .2s,color .2s,padding-left .2s;display:flex}.mobile-link:hover{color:gold;background:#ffd7000f;padding-left:2rem}.mobile-link.active{color:gold;background:#ffd70014;border-left:3px solid gold}.scroll-top-btn{z-index:997;color:#fff;cursor:pointer;background:linear-gradient(135deg,#ff6b00,#ff3d00);border:none;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:transform .2s,box-shadow .2s;animation:.3s scrollTopIn;display:flex;position:fixed;bottom:8.5rem;right:1.5rem;box-shadow:0 4px 20px #ff6b0099}.scroll-top-btn:hover{transform:scale(1.12)translateY(-3px);box-shadow:0 6px 28px #ff6b00b3}@media (max-width:768px){.desktop-links,.desktop-auth{display:none!important}.hamburger-wrap{display:flex!important}.scroll-top-btn{width:42px;height:42px;bottom:8rem;right:1rem}}@media (min-width:769px){.hamburger-wrap{display:none!important}}@keyframes nav-shimmer{0%{background-position:0%}to{background-position:300%}}@keyframes badge-bounce{0%,to{transform:translateY(0)scale(1)rotate(0)}30%{transform:translateY(-5px)scale(1.25)rotate(-12deg)}60%{transform:translateY(-2px)scale(1.1)rotate(6deg)}}@keyframes nav-border-glow{0%,to{box-shadow:0 0 0 1.5px #ff6b0080,0 0 8px #ff6b0033}50%{box-shadow:0 0 0 1.5px #ff1493cc,0 0 16px #ff6b0080}}.nav-link.nav-link-highlight,.nav-link.nav-link-highlight:hover,.nav-link.nav-link-highlight.active{background:linear-gradient(90deg,#ff6b00,gold,#ff1493,#9b59b6,#00bfff,#ff6b00) 0 0/300%;-webkit-background-clip:text;background-clip:text;border-radius:100px;animation:2s linear infinite nav-shimmer,2s ease-in-out infinite nav-border-glow;position:relative;color:#0000!important;-webkit-text-fill-color:transparent!important;padding:.25rem .8rem .25rem .6rem!important;font-weight:800!important}.nav-link.nav-link-highlight:after{display:none}.nav-new-badge{-webkit-text-fill-color:initial;filter:drop-shadow(0 0 4px #ff6b00e6);font-size:.72rem;line-height:1;animation:1.6s ease-in-out infinite badge-bounce;position:absolute;top:-8px;right:-2px}.mobile-link-highlight{background:linear-gradient(90deg,#ff6b00,gold,#ff1493,#9b59b6,#00bfff,#ff6b00) 0 0/300%;-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;animation:2s linear infinite nav-shimmer;font-weight:800!important}@media (prefers-reduced-motion:reduce){.nav-logo-text,.cart-btn,.nav-link.nav-link-highlight,.mobile-link-highlight,.nav-new-badge,.scroll-top-btn{animation:none!important}}
@keyframes shimmer-text{0%{background-position:0%}to{background-position:200%}}@keyframes float-lamp{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.footer{z-index:2;position:relative;overflow:hidden}.footer-rainbow{background:linear-gradient(90deg,gold,#ff6b00,#ff1493,#9b59b6,#00bfff,#2ecc71,gold) 0 0/200%;height:3px;animation:3s linear infinite shimmer-text}.footer-body{background:linear-gradient(#0d0800,#0a0500,#000);padding:2rem clamp(1.5rem,5vw,4rem) 1rem;position:relative}.footer-glow{pointer-events:none;background:radial-gradient(60% 40% at 50% 0,#ff6b0012,#0000 70%);position:absolute;inset:0}.footer-inner{z-index:1;margin:0 auto;position:relative}.footer-greeting{text-align:center;background:#ff6b0012;border:1px solid #ffd70026;border-radius:22px;margin-bottom:0;padding:1.2rem 1rem}.footer-lamps{flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:.8rem;font-size:1.6rem;display:flex}.footer-lamp{animation:3s ease-in-out infinite float-lamp;display:inline-block}.footer-greeting-title{text-transform:uppercase;letter-spacing:.05em;background:linear-gradient(90deg,gold,#ff6b00,#ff1493,gold) 0 0/200%;-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:.4rem;font-family:Libre Baskerville,serif;font-size:clamp(.9rem,2vw,1.3rem);font-weight:900;animation:3s linear infinite shimmer-text}.footer-greeting-sub{color:#ffffff73;font-size:1.05rem}.footer-grid{grid-template-columns:1fr 1.8fr .8fr;align-items:start;gap:2rem;display:grid}.footer-logo-wrap{align-items:center;gap:.5rem;margin-bottom:.65rem;display:flex}.footer-logo-text{background:linear-gradient(90deg,gold,#ff6b00,#ff1493,gold) 0 0/200%;-webkit-text-fill-color:transparent;-webkit-background-clip:text;font-family:Libre Baskerville,serif;font-size:1.5rem;font-weight:900;animation:3s linear infinite shimmer-text}.footer-brand-desc{color:#fff5e6cc;margin-bottom:.8rem;font-size:1rem;line-height:1.6}.footer-badges{flex-wrap:wrap;gap:.4rem;margin-bottom:.8rem;display:flex}.footer-badge{letter-spacing:.05em;border-radius:100px;align-items:center;gap:.4rem;padding:.35rem .9rem;font-size:.78rem;font-weight:700;display:inline-flex}.footer-made-in{color:#fff5e699;font-size:1rem}.footer-col-desktop{display:block}.footer-col-mobile{display:none}.footer-col-title{letter-spacing:.1em;text-transform:uppercase;margin-bottom:1.2rem;padding-bottom:.6rem;font-size:.95rem;font-weight:700;display:inline-block;position:relative}.footer-col-title-bar{border-radius:2px;width:100%;height:2px;position:absolute;bottom:0;left:0}.footer-link{color:#fff5e6d9;margin-bottom:.45rem;font-size:1rem;font-weight:500;text-decoration:none;transition:color .2s,padding-left .2s;display:block}.footer-link:hover{color:gold;padding-left:6px}.footer-contact-box{background:#ffffff08;border:1px solid #ffffff12;border-radius:12px;margin-top:.75rem;padding:.5rem}.footer-contact-email{color:#fff5e6d9;margin-bottom:.4rem;font-size:1rem;transition:color .2s;display:block}.footer-contact-email:hover{color:#ff6b00}.footer-contact-phone{color:#fff5e6cc;align-items:center;gap:.4rem;font-size:1rem;transition:color .2s;display:flex}.footer-contact-phone:hover{color:#25d366}.footer-divider{background:linear-gradient(90deg,#0000,#ffd70066,#ff6b0066,#0000);height:1px}.footer-bottom{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding-top:1.05rem;display:flex}.footer-copyright{color:#fff5e680;margin:0;font-size:.78rem}.footer-secure{color:#fff5e6d9;margin:0;font-size:.88rem}.accordion-col{border-bottom:1px solid #ffffff0f;overflow:hidden}.accordion-btn{cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;width:100%;padding:1rem 0;display:flex}.accordion-btn-label{letter-spacing:.18em;text-transform:uppercase;font-family:"Source Sans 3",sans-serif;font-size:.85rem;font-weight:800}.accordion-content{transition:max-height .35s;overflow:hidden}@media (max-width:900px){.footer-grid{grid-template-columns:1fr;gap:1.5rem}.footer-brand-col{grid-column:span 2}}@media (max-width:560px){.footer-col-title{font-size:.78rem}.footer-grid{margin-bottom:0;display:block}.footer-brand-col{margin-bottom:1.5rem}.footer-col-desktop{display:none}.footer-col-mobile{margin-top:1rem;margin-bottom:.5rem;display:block}.footer-bottom{text-align:center;flex-direction:column;align-items:center;gap:.5rem}.footer-lamps{gap:.6rem;font-size:1.2rem}}.footer-ig-link{color:#fff5e6d9;align-items:center;gap:.4rem;margin-top:.4rem;font-size:1rem;font-weight:500;text-decoration:none;transition:color .2s;display:inline-flex}.footer-ig-link:hover{color:#dc2743}@media (prefers-reduced-motion:reduce){.footer-rainbow,.footer-logo-text,.footer-greeting-title,.footer-lamp,.about-ig-btn{animation:none!important}}.footer-install-btn{color:#fff5e699;cursor:pointer;background:#ff6b001a;border:1px solid #ff6b0040;border-radius:8px;padding:.3rem .8rem;font-family:"Source Sans 3",sans-serif;font-size:.75rem;font-weight:700;transition:all .2s}.footer-install-btn:hover{color:#ff6b00;background:#ff6b0033}
@keyframes ann-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.ann-bar{z-index:101;background:linear-gradient(135deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888);align-items:center;width:100%;height:36px;display:flex;position:fixed;top:0;left:0;right:0;overflow:hidden}.ann-track{white-space:nowrap;will-change:transform;align-items:center;animation:45s linear infinite ann-scroll;display:flex}.ann-bar:hover .ann-track{animation-play-state:paused}.ann-item{color:#fff;letter-spacing:.03em;align-items:center;gap:.6rem;padding:0 .6rem;font-family:"Source Sans 3",sans-serif;font-size:.88rem;font-weight:800;display:inline-flex}.ann-dot{color:#ffffff73;margin-left:.5rem;font-size:1rem}@media (max-width:480px){.ann-item{font-size:.8rem}}
@keyframes lang-gradient{0%{background-position:0%}to{background-position:200%}}@keyframes lang-pop{0%{opacity:0;transform:scale(.85)translateY(8px)}to{opacity:1;transform:scale(1)translateY(0)}}.lang-wrapper{z-index:999;position:fixed;bottom:5rem;right:1.5rem}.lang-fab{cursor:pointer;color:#fff;background:linear-gradient(90deg,#ff3d00,#ff6b00,gold,#ff6b00,#ff3d00) 0 0/300%;border:none;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-family:Nunito Sans,sans-serif;font-size:.82rem;font-weight:900;transition:transform .2s;animation:3s linear infinite lang-gradient;display:flex;box-shadow:0 4px 20px #ff6b0099}.lang-fab:hover{transform:scale(1.12)}.lang-menu{z-index:1000;background:linear-gradient(160deg,#1a0800,#0d0500);border:1px solid #ffd70033;border-radius:16px;min-width:148px;padding:.45rem;animation:.2s cubic-bezier(.22,1,.36,1) lang-pop;position:absolute;bottom:calc(100% + .6rem);right:0;box-shadow:0 -8px 32px #00000080,0 0 20px #ff6b0026}.lang-menu-label{letter-spacing:.14em;text-transform:uppercase;color:#ffd70073;margin:0 0 .35rem;padding:0 .5rem;font-family:Nunito Sans,sans-serif;font-size:.75rem;font-weight:800}.lang-option{cursor:pointer;text-align:left;border:none;border-radius:10px;align-items:center;gap:.65rem;width:100%;margin-bottom:.15rem;padding:.55rem .85rem;font-family:Nunito Sans,sans-serif;font-size:.95rem;font-weight:800;transition:all .15s;display:flex}.lang-option:last-child{margin-bottom:0}.lang-option-flag{font-size:1.15rem}.lang-option-check{color:#ff6b00;margin-left:auto;font-size:.75rem}@media (prefers-reduced-motion:reduce){.lang-fab{animation:none!important}}@media (max-width:768px){.lang-wrapper{bottom:4.5rem;right:1rem}.lang-fab{width:42px;height:42px;font-size:.78rem}}
.pwa-banner{z-index:9998;background:linear-gradient(135deg,#1a0800,#0d0500);border:1px solid #ff6b0059;border-radius:16px;align-items:center;gap:.75rem;max-width:420px;margin:0 auto;padding:.85rem 1rem;animation:.4s pwaSlideUp;display:flex;position:fixed;bottom:5.5rem;left:1rem;right:1rem;box-shadow:0 8px 32px #00000080}@keyframes pwaSlideUp{0%{opacity:0;transform:translateY(100px)}to{opacity:1;transform:translateY(0)}}.pwa-banner-icon{object-fit:cover;border-radius:10px;flex-shrink:0;width:44px;height:44px}.pwa-banner-text{flex:1;min-width:0}.pwa-banner-title{color:#fff5e6;margin:0 0 .1rem;font-family:"Source Sans 3",sans-serif;font-size:.88rem;font-weight:800}.pwa-banner-sub{color:#fff5e680;margin:0;font-family:"Source Sans 3",sans-serif;font-size:.75rem}.pwa-banner-install{color:#fff;cursor:pointer;white-space:nowrap;background:linear-gradient(135deg,#ff6b00,#ff3d00);border:none;border-radius:8px;flex-shrink:0;padding:.45rem 1rem;font-family:"Source Sans 3",sans-serif;font-size:.82rem;font-weight:800}.pwa-banner-dismiss{color:#fff5e666;cursor:pointer;background:0 0;border:none;flex-shrink:0;padding:.2rem .3rem;font-size:1.1rem;line-height:1}
@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-border-style:solid;--tw-outline-style:solid;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial}}}.collapse{visibility:collapse}.invisible{visibility:hidden}.absolute{position:absolute}.fixed{position:fixed}.relative{position:relative}.static{position:static}.sticky{position:sticky}.block{display:block}.flex{display:flex}.grid{display:grid}.hidden{display:none}.inline{display:inline}.inline-block{display:inline-block}.inline-flex{display:inline-flex}.transform{transform:var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,)}.resize{resize:both}.flex-wrap{flex-wrap:wrap}.border{border-style:var(--tw-border-style);border-width:1px}.lowercase{text-transform:lowercase}.uppercase{text-transform:uppercase}.italic{font-style:italic}.line-through{text-decoration-line:line-through}.outline{outline-style:var(--tw-outline-style);outline-width:1px}.filter{filter:var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,)}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter,display,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,ease);transition-duration:var(--tw-duration,0s)}:root{--c-orange:#ff6b00;--c-orange-dark:#ff3d00;--c-gold:gold;--c-pink:#ff1493;--c-purple:#9b59b6;--c-sky:#00bfff;--c-green:#2ecc71;--bg-dark:#0d0600;--bg-dark-2:#0d0800;--bg-dark-3:#1a0800;--bg-dark-card:#ffffff0a;--bg-cream-1:#fff8f0;--bg-cream-2:#fff3e0;--bg-cream-3:#fef9f0;--text-light:#fff5e6;--text-dark:#1a0800;--border-orange:#ff6b0026;--border-gold:#ffd70026;--border-light:#fff5e612}*,:before,:after{box-sizing:border-box}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizelegibility}img{max-width:100%;height:auto;display:block}:focus-visible{outline:2px solid var(--c-orange);outline-offset:3px;border-radius:4px}button,a{-webkit-tap-highlight-color:transparent}html{scroll-behavior:smooth;max-width:100%;overflow-x:hidden}body{background:var(--bg-dark);max-width:100%;color:var(--text-light);margin:0;padding:0;font-family:"Source Sans 3",sans-serif;overflow-x:hidden}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes fadeUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes skel-wave{0%{transform:translate(-100%)}to{transform:translate(100%)}}.skel-bar{background:linear-gradient(90deg,#ffffff0a 25%,#ffffff14 50%,#ffffff0a 75%) 0 0/200% 100%;border-radius:4px;animation:1.5s infinite shimmer}.skel-shine{background:linear-gradient(90deg,#ffffff0a 25%,#ffffff14 50%,#ffffff0a 75%) 0 0/200% 100%;animation:1.5s infinite shimmer;position:absolute;inset:0}input[type=number]::-webkit-inner-spin-button{appearance:none;margin:0}input[type=number]::-webkit-outer-spin-button{appearance:none;margin:0}input[type=number]{appearance:textfield}@keyframes wa-glow{0%,to{box-shadow:0 0 12px #25d366a6,0 0 24px #25d36633}50%{box-shadow:0 0 22px #25d366cc,0 0 40px #25d36666}}.wa-fab{z-index:998;background:#25d366;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;text-decoration:none;transition:transform .2s;animation:2.5s ease-in-out infinite wa-glow;display:flex;position:fixed;bottom:1.5rem;right:1.5rem}.wa-fab:hover{transform:scale(1.12)}.wa-fab svg{width:22px;height:22px}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}@media (max-width:768px){.wa-fab{width:42px;height:42px;bottom:1rem;right:1rem}}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-outline-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}
