@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800&family=Inter:wght@400;500;600&display=swap";:root{--primary-blue:#004a80;--primary-teal:#00968b;--secondary-blue:#0077c8;--accent-orange:#ff7d33;--bg-clean:#fbfcfd;--text-dark:#111827;--text-muted:#6b7280;--white:#fff;--glass:#ffffffbf;--glass-border:#fff6;--shadow-premium:0 8px 32px 0 #1f268712;--shadow-glow:0 0 50px #00968b26;--transition:all .5s cubic-bezier(.19, 1, .22, 1);--mouse-x:50%;--mouse-y:50%}html{scroll-behavior:smooth}*{box-sizing:border-box;letter-spacing:-.01em;margin:0;padding:0}body{background-color:var(--bg-clean);color:var(--text-dark);font-family:Inter,sans-serif;line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,.logo{font-family:Outfit,sans-serif}.app{flex-direction:column;min-height:100vh;display:flex}main{flex:1}.container{box-sizing:border-box;width:100%;max-width:1400px;margin:0 auto;padding:0 clamp(1rem,4vw,2.5rem)}a{color:inherit;transition:var(--transition);text-decoration:none}button{cursor:pointer;transition:var(--transition);background:0 0;border:none;font-family:inherit}.glass{background:var(--glass);-webkit-backdrop-filter:blur(12px);border:1px solid var(--glass-border)}.cta-btn{background:var(--primary-blue);color:#fff;border-radius:50px;justify-content:center;align-items:center;gap:1rem;padding:1.2rem 2.5rem;font-size:1.1rem;font-weight:700;display:inline-flex;box-shadow:0 10px 20px #00559633}.cta-btn:hover{background:var(--secondary-blue);transform:translate(5px)}.section-header{text-align:center;margin-bottom:4rem}.section-header h1,.section-header h2{color:var(--primary-blue);margin-bottom:1rem;font-size:3rem;font-weight:800}.section-header p,.section-header .subtitle{color:var(--text-muted);font-size:1.1rem}.section-header .subtitle{color:var(--primary-teal);text-transform:uppercase;letter-spacing:3px;margin-bottom:.5rem;font-size:.9rem;font-weight:700;display:block}.accent-line{background:var(--primary-teal);border-radius:2px;width:80px;height:4px;margin:1.5rem auto 0}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.animate-fade-up{animation:.8s forwards fadeInUp}h1,h2,h3,h4,h5,h6,.logo,.product-info .name,.stat-card p,.price,.detail-price,.footer-col h4{letter-spacing:-.01em;font-weight:700;line-height:1.2;font-family:Outfit,sans-serif!important}body,p,span,a,button,input,textarea,select,label,.nav-links a{font-weight:400;font-family:Inter,sans-serif!important}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}button,.btn-primary,.btn-secondary,.add-cart-btn,.shop-btn,.checkout-btn,.pay-now-btn,.add-to-cart-large{cursor:pointer;transition:var(--transition);border:none;outline:none;justify-content:center;align-items:center;font-weight:700;display:inline-flex}.btn-primary{background:var(--primary-blue);border-radius:50px;padding:1rem 2.2rem;font-size:1rem;box-shadow:0 8px 20px #3178b440;color:#fff!important}.btn-primary:hover{background:var(--blue-mid);transform:translateY(-3px)scale(1.02);box-shadow:0 12px 25px #3178b459}.btn-secondary{border:2px solid var(--gray-light);background:#fff;border-radius:50px;padding:1rem 2.2rem;font-size:1rem;color:var(--primary-black)!important}.section-header{text-align:center;flex-direction:column;align-items:center;margin-bottom:4rem;animation:.8s ease-out forwards fadeInUp;display:flex}.section-header h2{margin-bottom:.8rem;font-size:3rem}.section-header p{color:#666;max-width:600px;font-size:1.1rem}.accent-line{background:var(--primary-blue);border-radius:100px;width:60px;height:4px;margin-top:1.5rem}@media (width<=768px){html,body{font-size:14px}h1{font-size:2.8rem!important}h2{font-size:2.2rem!important}h3{font-size:1.8rem!important}.section-header h2{font-size:2.2rem}.container{padding-left:20px;padding-right:20px}.btn-primary,.btn-secondary{width:100%;padding:.8rem 1.5rem}}.top-bar{background:var(--primary-blue);color:#fff;z-index:1001;align-items:center;height:auto;min-height:40px;padding:5px 0;font-size:.85rem;font-weight:500;display:flex;position:fixed;top:0;left:0;right:0}.top-bar-content{justify-content:space-between;align-items:center;width:100%;display:flex}.navbar{z-index:1000;height:90px;transition:var(--transition);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid #00000014;align-items:center;display:flex;position:fixed;top:40px;left:0;right:0;box-shadow:0 4px 20px #00000008;background:#fffffff2!important}.nav-content{justify-content:space-between;align-items:center;width:100%;display:flex}.logo{letter-spacing:-1px;color:var(--primary-blue);font-size:1.5rem;font-weight:800}.logo span{color:var(--primary-teal)}.nav-links{align-items:center;gap:3rem;display:flex}.nav-links a{color:var(--text-dark);font-size:.95rem;font-weight:500;position:relative}.nav-links a:after{content:"";background:var(--primary-teal);width:0;height:2px;transition:var(--transition);position:absolute;bottom:-5px;left:0}.nav-links a:hover:after{width:100%}.cart-icon{background:var(--primary-blue);transition:var(--transition);border-radius:50px;align-items:center;gap:.5rem;padding:.6rem 1.2rem;display:flex;color:#fff!important}.cart-icon:hover{transform:translateY(-3px);box-shadow:0 10px 20px #00559633}@keyframes pop{0%{transform:scale(1)}50%{transform:scale(1.3)}to{transform:scale(1)}}.cart-icon span{background:var(--primary-teal);border-radius:10px;padding:.1rem .5rem;font-size:.75rem;font-weight:700;animation:.3s cubic-bezier(.175,.885,.32,1.275) pop;display:inline-block}.menu-toggle{color:var(--primary-blue);display:none}@media (width<=768px){.menu-toggle{display:block}.logo{font-size:1.25rem}.nav-links{display:none}.nav-links.active{background:#fff;border-bottom:1px solid #eee;flex-direction:column;gap:1.5rem;padding:2rem;display:flex;position:absolute;top:80px;left:0;right:0}}@media (width<=480px){.logo{font-size:1.15rem}}.call-btn{background:var(--primary-teal);color:#fff;z-index:2000;transition:var(--transition);border-radius:100px;align-items:center;gap:1rem;padding:1.2rem 2.5rem;font-size:1.1rem;font-weight:700;display:flex;position:fixed;bottom:2.5rem;right:2.5rem;box-shadow:0 15px 35px #00968b40}.call-btn:hover{background:#00897b;transform:scale(1.05)translateY(-5px);box-shadow:0 20px 45px #00968b59}.call-btn span{letter-spacing:.5px;font-size:1rem}@media (width<=768px){.call-btn{white-space:nowrap;padding:.8rem 2rem;font-size:1rem;bottom:1.2rem;left:50%;right:auto;transform:translate(-50%);box-shadow:0 10px 25px #00968b4d}.call-btn:hover{transform:translate(-50%)scale(1.02)}}.footer-main{background:#fff;border-top:1px solid #f1f5f9;margin-top:10rem;padding:8rem 0 3rem}.footer-grid{grid-template-columns:2.5fr 1fr 1.5fr 1.5fr;gap:6rem;margin-bottom:6rem;display:grid}.footer-brand .logo{margin-bottom:1.5rem;font-size:1.8rem;display:inline-block}.footer-brand p{color:var(--text-muted);max-width:350px;font-size:.95rem;line-height:1.8}.footer-col h4{color:var(--primary-blue);text-transform:uppercase;letter-spacing:1px;margin-bottom:2.5rem;font-size:1.1rem;font-weight:700}.footer-col ul{padding:0;list-style:none}.footer-col ul li{margin-bottom:1.2rem}.footer-col ul li a{color:var(--text-muted);transition:var(--transition);font-size:1rem;display:inline-block}.footer-col ul li a:hover{color:var(--primary-teal);transform:translate(5px)}.compliance-list li{color:var(--text-muted);align-items:center;gap:.8rem;font-size:.95rem;display:flex}.compliance-list li svg{color:var(--primary-teal);flex-shrink:0}.payment-icon{color:#c84e16;background:#f0f4f8;border:1px solid #e2e8f0;border-radius:4px;padding:2px 6px;font-size:.7rem;font-weight:800}@media (width<=576px){.compliance-list li{justify-content:center}}.footer-bottom{color:var(--text-muted);border-top:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding-top:3rem;font-size:.9rem;display:flex}@media (width<=992px){.footer-grid{grid-template-columns:1fr 1fr;gap:4vw}}@media (width<=576px){.footer-main{padding-bottom:8rem}.footer-grid{text-align:center;grid-template-columns:1fr;gap:3rem}.footer-brand p{margin:0 auto}.footer-col ul li a:hover{transform:translateY(-2px)}.footer-bottom{text-align:center;flex-direction:column;gap:1.5rem}}.content-page{max-width:1000px;margin:0 auto;padding:130px 0 8rem}.content-body{box-shadow:var(--shadow-sm);background:#fff;border:1px solid #00000005;border-radius:40px;padding:4rem}.content-body h3{color:var(--blue-mid);margin:2.5rem 0 1rem;font-size:1.6rem}.content-body p{color:#444;margin-bottom:1.5rem;line-height:1.8}.faq-item{border-bottom:1px solid #eee;margin-bottom:3rem;padding-bottom:2rem}.faq-item:last-child{border-bottom:none;margin-bottom:0}.faq-item h3{color:var(--primary-black)!important;margin-top:0!important;font-size:1.3rem!important}.content-body ul{margin-bottom:2rem;padding-left:1.5rem;list-style:none}.content-body ul li{color:var(--text-dark);margin-bottom:1rem;font-size:1.05rem;font-weight:500;position:relative}.content-body ul li:before{content:"•";color:var(--primary-teal);width:1.2rem;margin-left:-1.2rem;font-size:1.2rem;font-weight:700;display:inline-block}.contact-grid{grid-template-columns:1fr 1.5fr;gap:3rem;margin-top:4rem;display:grid}.info-card{border:1px solid #ffffff80;border-radius:24px;align-items:center;gap:1.5rem;margin-bottom:1.2rem;padding:1.8rem;display:flex}.icon-circle{width:52px;height:52px;color:var(--primary-teal);background:#00968b14;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.info-card h3{color:var(--primary-blue);margin:0 0 .3rem!important;font-size:1.1rem!important}.info-card p{color:var(--text-dark);font-size:.95rem;font-weight:500;margin:0!important}.sub-text{opacity:.6;margin-top:.2rem!important;font-size:.8rem!important}.contact-form{border:1px solid #ffffff80;border-radius:40px;padding:3.5rem}.form-group{margin-bottom:1.8rem}.form-group label{text-transform:uppercase;letter-spacing:1px;color:var(--text-muted);margin-bottom:.6rem;font-size:.85rem;font-weight:700;display:block}.form-group input,.form-group textarea{width:100%;transition:var(--transition);background:#fffc;border:1px solid #e2e8f0;border-radius:16px;padding:1.1rem 1.5rem;font-size:1rem}.form-group input:focus,.form-group textarea:focus{border-color:var(--primary-teal);background:#fff;outline:none;box-shadow:0 0 0 4px #00968b0d}.form-submit{width:100%;margin-top:1rem;padding:1.2rem!important}.form-success-state{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:4rem 2rem;display:flex}.success-icon-wrapper{color:#0ca678;background:#0ca67814;border-radius:50%;justify-content:center;align-items:center;width:90px;height:90px;margin-bottom:2rem;display:flex}.form-success-state h2{color:var(--primary-blue);margin-bottom:1rem;font-size:2rem}.form-success-state p{color:var(--text-muted);max-width:400px;margin-bottom:2rem;font-size:1.1rem;line-height:1.6}.form-error-banner{color:#e03131;text-align:left;background:#fff5f5;border:1px solid #ffe3e3;border-radius:16px;align-items:center;gap:.8rem;margin-bottom:1.8rem;padding:1rem 1.5rem;font-size:.95rem;font-weight:500;display:flex}@media (width<=992px){.contact-grid{grid-template-columns:1fr;gap:2rem}}@media (width<=768px){.content-body,.contact-form{padding:2rem}}.product-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem;display:grid}.product-card{transition:var(--transition);background:#fff;border:1px solid #f1f5f9;border-radius:20px;flex-direction:column;height:100%;display:flex;position:relative;overflow:hidden}.product-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #0000000f}.product-image{aspect-ratio:1;width:calc(100% - 2rem);transition:var(--transition);box-sizing:border-box;background:linear-gradient(135deg,#f8fafc 0%,#f1f5f9 100%);border-radius:16px;justify-content:center;align-items:center;margin:1rem 1rem 0;padding:1.5rem;display:flex;position:relative;overflow:hidden}.product-image a{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.product-image img{object-fit:contain;width:auto;max-width:100%;height:auto;max-height:100%;transition:var(--transition);border-radius:12px}.product-card:hover .product-image img{transform:scale(1.05)}.product-badge{background:var(--primary-teal);color:#fff;text-transform:uppercase;z-index:5;border-radius:50px;padding:.35rem .85rem;font-size:.7rem;font-weight:700;position:absolute;top:1rem;left:1rem}.product-info{flex-direction:column;flex-grow:1;padding:1.5rem;display:flex}.product-info .category{color:var(--primary-teal);text-transform:uppercase;letter-spacing:1px;margin-bottom:.4rem;font-size:.75rem;font-weight:700;display:block}.product-info h3{color:var(--text-dark);-webkit-line-clamp:2;height:2.7em;transition:color var(--transition);-webkit-box-orient:vertical;margin-bottom:.6rem;font-size:1.15rem;font-weight:700;line-height:1.35;display:-webkit-box;overflow:hidden}.product-card:hover .product-info h3{color:var(--primary-blue)}.product-info .price{color:var(--primary-blue);margin-top:auto;margin-bottom:1.2rem;font-size:1.35rem;font-weight:800}.actions{justify-content:space-between;align-items:center;margin-top:auto;display:flex}.view-btn{color:var(--text-muted);align-items:center;gap:.4rem;font-size:.85rem;font-weight:700;display:flex}.view-btn:hover{color:var(--primary-blue)}.add-cart-btn{background:var(--bg-clean);color:var(--primary-blue);cursor:pointer;border-radius:12px;justify-content:center;align-items:center;width:46px;height:46px;transition:all .25s cubic-bezier(.175,.885,.32,1.275);display:flex}.add-cart-btn:hover{background:var(--primary-blue);color:#fff;transform:rotate(15deg)scale(1.05)}.add-cart-btn:active{transform:scale(.9)}.add-cart-btn.added{color:#fff;cursor:default;background:#0ca678;transform:scale(1.05);box-shadow:0 4px 12px #0ca67833}.shop-controls{box-sizing:border-box;border-radius:30px;justify-content:space-between;align-items:center;gap:2rem;margin-bottom:4rem;padding:1.5rem 2.5rem;display:flex}.search-bar,.filter-bar{box-shadow:var(--shadow-premium);box-sizing:border-box;transition:var(--transition);background:#fff;border:1px solid #0000000d;border-radius:30px;align-items:center;gap:1rem;padding:.85rem 1.5rem;display:flex}.search-bar{flex:1;max-width:550px}.filter-bar{flex:0 0 240px}.search-bar input,.filter-bar select{width:100%;color:var(--text-dark);background:0 0;border:none;outline:none;font-size:1rem}.search-bar:hover,.filter-bar:hover{border-color:#004a8033}.search-bar:focus-within,.filter-bar:focus-within{border-color:var(--primary-teal);transform:translateY(-2px);box-shadow:0 10px 25px #00968b1a}.search-bar svg,.filter-bar svg{color:var(--text-muted);transition:var(--transition);flex-shrink:0;position:static;transform:none}.search-bar:focus-within svg,.filter-bar:focus-within svg{color:var(--primary-blue)}.filter-bar select{color:var(--primary-blue);cursor:pointer;appearance:none;background:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23004a80' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'></polyline></svg>") 100%/1.1rem no-repeat;padding-right:1.5rem;font-weight:600}.page-title{color:var(--primary-blue);text-align:center;margin-bottom:2rem;font-size:clamp(2.2rem,8vw,3.5rem);font-weight:800}.content-page{box-sizing:border-box;padding:150px 0 80px}@media (width<=768px){.content-page{padding-bottom:120px}.shop-controls{box-sizing:border-box;border-radius:20px;flex-direction:column;gap:1.2rem;width:100%;padding:4vw}.search-bar{box-sizing:border-box;width:100%;max-width:none}.filter-bar{box-sizing:border-box;flex:none;width:100%}.filter-bar select{box-sizing:border-box;text-overflow:ellipsis;width:100%;max-width:100%}.product-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1.25rem}.product-card{border-radius:16px}.product-image{box-sizing:border-box;border-radius:12px;width:calc(100% - 1.5rem);margin:.75rem .75rem 0;padding:1rem}.product-image img{border-radius:8px}.product-badge{padding:.2rem .6rem;font-size:.6rem;top:.6rem;left:.6rem}.product-info{padding:1rem}.product-info .category{margin-bottom:.25rem;font-size:.65rem}.product-info h3{height:2.6em;margin-bottom:.4rem;font-size:.95rem}.product-info .price{margin-bottom:.8rem;font-size:1.1rem}.actions{width:100%;margin-top:.5rem;display:flex}.view-btn{display:none}.add-cart-btn{background:var(--primary-blue);color:#fff;border-radius:8px;justify-content:center;align-items:center;gap:.4rem;width:100%;height:38px;font-size:.85rem;display:flex;box-shadow:0 4px 10px #004a801f}.add-cart-btn:hover{background:var(--secondary-blue);transform:none}.add-cart-btn:active{transform:scale(.96)}.add-cart-btn svg{width:15px;height:15px}.add-cart-btn:after{content:"Add to Cart";font-size:.8rem;font-weight:600}.add-cart-btn.added{background:#0ca678;box-shadow:0 4px 10px #0ca67826}.add-cart-btn.added:after{content:"Added"}}@media (width<=480px){.product-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}.product-card{border-radius:12px}.product-image{box-sizing:border-box;border-radius:10px;width:calc(100% - 1rem);margin:.5rem .5rem 0;padding:.5rem}.product-image img{border-radius:6px}.product-info{padding:.75rem}.product-info h3{height:2.6em;margin-bottom:.25rem;font-size:.85rem}.product-info .price{margin-bottom:.6rem;font-size:.95rem}.add-cart-btn{border-radius:6px;height:34px}.add-cart-btn:after{content:"Add"}}.home-page{background:var(--bg-clean);position:relative;overflow:hidden}.mouse-glow-tracker{pointer-events:none;z-index:2;background:radial-gradient(circle 900px at var(--mouse-x,50%) var(--mouse-y,50%), #00968b14, transparent 80%);transition:background .15s ease-out;position:absolute;inset:0}.hero-slider{width:100vw;height:100vh;margin-top:0;position:relative;overflow:hidden}.slide{opacity:0;visibility:hidden;pointer-events:none;background-position:50%;background-size:cover;align-items:center;width:100%;height:100%;transition:opacity 1s,visibility 1s;display:flex;position:absolute;top:0;left:0}.ambient-overlay{z-index:2;pointer-events:none;background:radial-gradient(circle at 80% 20%,#00968b40,#0000 55%),radial-gradient(circle at 20% 80%,#004a8073,#0000 60%);width:100%;height:100%;position:absolute;top:0;left:0}.slide.active{opacity:1;visibility:visible;pointer-events:auto;z-index:1}.slide-content{z-index:10;opacity:0;width:100%;transition:opacity .4s,transform .4s;position:relative;transform:translateY(20px)}.slide.active .slide-content{opacity:1;transition:opacity .8s cubic-bezier(.19,1,.22,1) .3s,transform .8s cubic-bezier(.19,1,.22,1) .3s;transform:translateY(0)}.slide-badge{background:linear-gradient(135deg, var(--primary-teal), var(--primary-blue));color:#fff;text-transform:uppercase;letter-spacing:2px;border:none;border-radius:50px;margin-bottom:1.5rem;margin-right:1rem;padding:.5rem 1.4rem;font-size:.85rem;font-weight:700;display:inline-block;box-shadow:0 8px 20px #00968b40}.text-box{max-width:680px;color:var(--text-dark);-webkit-backdrop-filter:blur(20px);background:#ffffffd9;border:1px solid #fff9;border-radius:40px;padding:4.5rem;box-shadow:0 20px 50px #004a8026}.text-box .subtitle{color:var(--primary-teal);text-transform:uppercase;letter-spacing:2px;margin-bottom:1.5rem;font-size:.95rem;font-weight:700;display:inline-block}.text-box h1{color:var(--primary-blue);letter-spacing:-.03em;margin-bottom:1.5rem;font-size:4.5rem;font-weight:800;line-height:1.05}.text-box p{color:var(--text-muted);margin-bottom:2.5rem;font-size:1.25rem;line-height:1.7}.cta-wrapper{display:inline-block;position:relative}.btn-glow-aura{background:linear-gradient(45deg, var(--primary-teal), var(--primary-blue));z-index:-1;filter:blur(12px);opacity:.5;transition:var(--transition);border-radius:60px;position:absolute;inset:-4px}.cta-wrapper:hover .btn-glow-aura{opacity:1;filter:blur(16px)}.slider-controls{z-index:20;-webkit-backdrop-filter:blur(12px);background:#ffffffa6;border:1px solid #ffffff80;border-radius:50px;gap:1rem;padding:.5rem;display:flex;position:absolute;bottom:3.5rem;left:4rem;right:auto;box-shadow:0 10px 25px #004a801a}.slider-controls button{color:var(--primary-blue);background:0 0;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;display:flex}.slider-controls button:hover{background:var(--primary-blue);color:#fff}.slider-dots{z-index:20;align-items:center;gap:.8rem;display:flex;position:absolute;bottom:3.5rem;left:50%;transform:translate(-50%)}.dot{cursor:pointer;width:30px;height:8px;transition:var(--transition);background:#ffffff4d;border-radius:10px;position:relative;overflow:hidden}.dot-inner{background:var(--primary-teal);width:0%;height:100%;transition:width .3s;position:absolute;top:0;left:0}.dot.active{background:#ffffffe6;width:50px}.dot.active .dot-inner{width:100%}.stats-bar{z-index:100;-webkit-backdrop-filter:blur(25px);background:#ffffffbf;border:1px solid #ffffff80;border-radius:40px;max-width:1300px;margin-top:-80px;margin-left:auto;margin-right:auto;padding:3.5rem 0;position:relative;box-shadow:0 20px 50px #004a8014}.stats-grid{text-align:center;grid-template-columns:repeat(4,1fr);display:grid}.stat-item h2{color:var(--primary-blue);margin-bottom:.2rem;font-size:3.2rem;font-weight:800;line-height:1}.stat-item p{color:var(--text-muted);text-transform:uppercase;letter-spacing:2px;font-size:.85rem;font-weight:700}.categories-section{z-index:10;padding:8rem 0;position:relative}.category-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2.5rem;display:grid}.category-card{text-align:center;transition:var(--transition);background:#e3f2ed;border:1px solid #ffffffe6;border-radius:40px;padding:3.5rem 2.5rem;position:relative;overflow:hidden;box-shadow:0 8px 32px #004a8003}.card-glow-effect{opacity:0;pointer-events:none;background:radial-gradient(circle,#00968b14,#0000 70%);width:200%;height:200%;transition:opacity .5s;position:absolute;top:-50%;left:-50%}.category-card:hover{background:#fff;border-color:#00968b40;transform:translateY(-12px);box-shadow:0 20px 45px #00968b14}.category-card:hover .card-glow-effect{opacity:1}.cat-icon{width:130px;height:130px;transition:var(--transition);justify-content:center;align-items:center;margin:0 auto 2rem;display:flex}.cat-img{object-fit:contain;width:100%;height:100%;transition:var(--transition);transform:scale(1.4)}.category-card:hover .cat-img{transform:scale(1.5)}.category-card h3{color:var(--primary-blue);margin-bottom:.8rem;font-size:1.6rem;font-weight:700}.category-card p{color:var(--text-muted);font-size:1rem;line-height:1.6}.features-highlight{z-index:10;background:#fff;padding:10rem 0;position:relative}.highlight-grid{grid-template-columns:1.3fr 1fr;align-items:center;gap:6rem;display:grid}.badge-premium{color:var(--primary-teal);text-transform:uppercase;letter-spacing:2px;background:linear-gradient(135deg,#00968b1a,#004a800d);border:1px solid #00968b26;border-radius:50px;margin-bottom:1.2rem;padding:.5rem 1.2rem;font-size:.85rem;font-weight:700;display:inline-block}.highlight-text h2{color:var(--primary-blue);letter-spacing:-.03em;margin-bottom:1.5rem;font-size:3.5rem;font-weight:800;line-height:1.1}.lead-text{color:var(--text-muted);max-width:96%;margin-bottom:3.5rem;font-size:1.2rem;line-height:1.8}.feature-list{list-style:none}.feature-list li{align-items:flex-start;gap:1.8rem;margin-bottom:3rem;display:flex}.icon-wrap{width:75px;height:75px;color:var(--primary-teal);background:linear-gradient(135deg,#f0f7ff,#fff);border:1px solid #e0f2fe;border-radius:22px;flex-shrink:0;justify-content:center;align-items:center;display:flex;box-shadow:0 12px 25px #00968b14}.feature-info h4{color:var(--primary-blue);margin-bottom:.4rem;font-size:1.3rem;font-weight:700}.feature-info p{color:var(--text-muted);font-size:1rem;line-height:1.6}.highlight-image{position:relative}.image-stack{background:#fff9;border:1px solid #fffc;border-radius:45px;padding:1.5rem;position:relative;box-shadow:0 20px 60px #004a8014}.image-glow-backdrop{background:linear-gradient(135deg, var(--primary-teal), var(--secondary-blue));filter:blur(60px);opacity:.15;z-index:-1;border-radius:45px;width:90%;height:90%;position:absolute;top:5%;left:5%}.image-stack img{border-radius:32px;width:100%;display:block;box-shadow:0 20px 40px #004a801f}.floating-metric{background:#fffffff2;border:1px solid #ffffffe6;border-radius:28px;flex-direction:column;padding:1.5rem 2.5rem;display:flex;position:absolute;bottom:-25px;left:-25px;box-shadow:0 20px 40px #004a8026}.metric-val{color:var(--primary-teal);font-size:2.8rem;font-weight:800;line-height:1}.metric-lbl{color:var(--text-muted);text-transform:uppercase;letter-spacing:1.5px;margin-top:.3rem;font-size:.85rem;font-weight:700}.newsletter-cta{background:var(--bg-clean);z-index:10;padding:10rem 0;position:relative}.newsletter-box{background:#fff;border:1px solid #fffc;border-radius:60px;justify-content:space-between;align-items:center;gap:5rem;padding:6.5rem;display:flex;position:relative;overflow:hidden;box-shadow:0 25px 70px #004a8014}.newsletter-box:before{content:"";pointer-events:none;background:radial-gradient(circle,#00968b0d,#0000 70%);width:60%;height:200%;position:absolute;top:-50%;right:-20%}.newsletter-text h2{color:var(--primary-blue);letter-spacing:-.02em;margin-bottom:1rem;font-size:3.2rem;font-weight:800}.newsletter-text p{color:var(--text-muted);max-width:500px;font-size:1.15rem}.newsletter-form{flex:1;width:100%;max-width:580px}.newsletter-form .input-group{transition:var(--transition);background:#f8fafc;border:1px solid #e2e8f0;border-radius:100px;padding:.6rem;display:flex;box-shadow:inset 0 2px 4px #00000005}.newsletter-form .input-group:focus-within{border-color:var(--primary-teal);background:#fff;box-shadow:0 0 0 4px #00968b1a}.newsletter-form .input-group input{color:var(--text-dark);background:0 0;border:none;outline:none;flex:1;padding:1rem 1.8rem;font-size:1.05rem}.newsletter-form .input-group button{background:var(--primary-blue);color:#fff;border-radius:100px;padding:1.2rem 2.8rem;font-size:1.05rem;font-weight:700;box-shadow:0 8px 20px #004a8026}.newsletter-form .input-group button:hover{background:var(--secondary-blue);transform:translateY(-2px);box-shadow:0 12px 25px #004a8040}.product-listing{z-index:10;padding:2rem 0 8rem;position:relative}@media (width<=1200px){.highlight-grid{grid-template-columns:1fr;gap:5vw}.floating-metric{padding:1.2rem 2rem;bottom:2vw;left:2vw}}@media (width<=992px){.stats-grid{grid-template-columns:repeat(2,1fr);gap:3vw}.newsletter-box{text-align:center;box-sizing:border-box;flex-direction:column;width:100%;padding:5vw}.newsletter-text p{margin:0 auto}.slider-controls{left:5vw}}@media (width<=768px){.hero-slider{box-sizing:border-box;height:100dvh;min-height:560px}.slide{box-sizing:border-box;align-items:center;padding-top:130px;padding-bottom:90px}.text-box{box-sizing:border-box;border-radius:24px;width:90%;max-width:100%;margin:0 auto;padding:1.5rem 1.25rem}.text-box .subtitle{margin-bottom:.5rem}.text-box h1{margin-bottom:.75rem;font-size:clamp(1.8rem,6.5vw,2.5rem);line-height:1.1}.text-box p{margin-bottom:1.25rem;font-size:clamp(.9rem,3.5vw,1.1rem);line-height:1.5}.slide-badge{margin-bottom:.75rem;padding:.4rem 1rem;font-size:.7rem;display:inline-block}.text-box .cta-btn{padding:.8rem 1.8rem;font-size:1rem}.slider-controls{-webkit-backdrop-filter:none;width:100%;box-shadow:none;pointer-events:none;z-index:25;background:0 0;border:none;justify-content:space-between;padding:0 .5rem;display:flex;position:absolute;inset:50% 0 auto;transform:translateY(-50%)}.slider-controls button{pointer-events:auto;-webkit-backdrop-filter:blur(8px);color:var(--primary-blue);background:#ffffffd9;border:1px solid #ffffff80;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;display:flex;box-shadow:0 4px 10px #0000001a}.slider-dots{bottom:50px}.stats-bar{box-sizing:border-box;width:92%;margin-top:-40px;padding:6vw 3vw}.stat-item h2{font-size:clamp(2rem,7vw,3rem)}.highlight-text h2{font-size:clamp(2.2rem,8vw,3.5rem)}.newsletter-form .input-group,.newsletter-form .input-group:focus-within{box-shadow:none;box-sizing:border-box;background:0 0;border:none;border-radius:0;flex-direction:column;gap:1rem;width:100%;padding:0}.newsletter-form .input-group input{text-align:center;box-sizing:border-box;width:100%;transition:var(--transition);background:#f8fafc;border:1px solid #e2e8f0;border-radius:100px;padding:1.1rem 1.5rem;font-size:1rem;box-shadow:inset 0 2px 4px #00000005}.newsletter-form .input-group input:focus{border-color:var(--primary-teal);background:#fff;box-shadow:0 0 0 4px #00968b1a}.newsletter-form .input-group button{border-radius:100px;width:100%;padding:1.1rem;font-size:1.05rem}.newsletter-cta{padding:5rem 0}.newsletter-box{border-radius:40px;padding:3.5rem 2rem}.newsletter-text h2{font-size:clamp(2rem,7vw,2.6rem);line-height:1.25}.newsletter-text p{margin-bottom:2rem;font-size:1.05rem}}.wellness-tips-section{z-index:10;background:linear-gradient(#0000 0%,#e3f2ed40 100%);padding:8rem 0;position:relative}.wellness-tips-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2.5rem;margin-top:4rem;display:grid}.tip-card{transition:var(--transition);text-align:left;background:#ffffffb3;border:1px solid #fff9;border-radius:40px;flex-direction:column;align-items:flex-start;padding:3rem 2.5rem;display:flex;position:relative;overflow:hidden;box-shadow:0 8px 32px #004a8005}.tip-card:hover{background:#fff;border-color:#00968b33;transform:translateY(-8px);box-shadow:0 20px 45px #00968b0f}.tip-card .tip-icon{color:var(--primary-teal);background:#00968b1a;border-radius:20px;justify-content:center;align-items:center;margin-bottom:2rem;padding:1rem;display:flex}.tip-card h3{color:var(--primary-blue);margin-bottom:1rem;font-size:1.5rem;font-weight:700}.tip-card p{color:var(--text-muted);margin:0;font-size:.95rem;line-height:1.6}.tip-card .card-glow-effect{opacity:0;pointer-events:none;background:radial-gradient(circle,#00968b0d,#0000 70%);width:200%;height:200%;transition:opacity .5s;position:absolute;top:-50%;left:-50%}.tip-card:hover .card-glow-effect{opacity:1}@media (width<=768px){.wellness-tips-section{padding:5rem 0}.wellness-tips-grid{gap:1.5rem;margin-top:2.5rem}.tip-card{padding:2.5rem 2rem}}@media (width<=480px){.stats-grid{grid-template-columns:1fr;gap:5vw}}.product-detail-layout{grid-template-columns:1fr 1fr;gap:5rem;margin-top:2rem;display:grid}.product-detail-image{box-shadow:var(--shadow-sm);background:#fff;border-radius:30px;justify-content:center;align-items:center;margin-bottom:2rem;padding:2.5rem;display:flex}.product-detail-image img{object-fit:contain;border-radius:20px;max-width:100%;max-height:400px}.product-title{color:var(--primary-blue);letter-spacing:-.02em;margin-bottom:1rem;font-size:clamp(2rem,5vw,3rem);font-weight:800;line-height:1.2}.detail-price{color:var(--primary-teal);margin-bottom:1.5rem;font-size:2.2rem;font-weight:800}.rating-row{align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.stars{color:#ffc107;letter-spacing:2px;font-size:1.1rem}.rating-row span{color:var(--text-muted);font-size:.95rem;font-weight:500}.detail-actions{align-items:center;gap:1.5rem;margin-top:2.5rem;display:flex}.quantity-selector{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;align-items:center;gap:1.2rem;padding:.8rem 1.2rem;font-weight:700;display:flex}.add-to-cart-large{background:var(--primary-blue);color:#fff;cursor:pointer;border-radius:12px;flex:1;justify-content:center;align-items:center;gap:1rem;padding:1.2rem;font-size:1.1rem;font-weight:700;transition:all .25s cubic-bezier(.175,.885,.32,1.275);display:flex;box-shadow:0 8px 25px #004a8026}.add-to-cart-large:hover{background:var(--secondary-blue);transform:translateY(-2px);box-shadow:0 10px 30px #004a8040}.add-to-cart-large:active{transform:translateY(0)scale(.96);box-shadow:0 4px 10px #004a801a}.add-to-cart-large.added{cursor:default;background:#0ca678;transform:none;box-shadow:0 8px 25px #0ca67833}.herbalist-note{border-left:5px solid var(--primary-teal);box-shadow:var(--shadow-sm);background:#fff;border-radius:24px;margin-top:2rem;padding:2rem}.note-header{align-items:center;gap:1.2rem;margin-bottom:1.2rem;display:flex}.avatar{background:var(--primary-blue);color:#fff;border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;font-size:.9rem;font-weight:800;display:flex}blockquote{color:#475569;margin:0;font-size:1rem;font-style:italic;line-height:1.7}.pincode-checker-box{background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;margin-top:2.5rem;padding:1.5rem}.input-group{background:#fff;border:1px solid #e2e8f0;border-radius:12px;align-items:center;gap:1rem;padding:.4rem .4rem .4rem 1.2rem;display:flex}.input-group input{background:0 0;border:none;outline:none;flex:1;font-size:.95rem}.input-group button{background:var(--primary-blue);color:#fff;border-radius:10px;padding:.7rem 1.5rem;font-size:.9rem;font-weight:700}.breadcrumb a{color:var(--text-muted);align-items:center;gap:.6rem;margin-bottom:2.5rem;font-size:.95rem;font-weight:600;display:inline-flex}.badge-row{gap:.8rem;margin-bottom:1.2rem;display:flex}.category-badge{color:#64748b;text-transform:uppercase;letter-spacing:.5px;background:#f1f5f9;border-radius:6px;padding:.4rem 1rem;font-size:.75rem;font-weight:700}.certified-badge{color:#0ca678;align-items:center;gap:.4rem;font-size:.85rem;font-weight:600;display:flex}@media (width<=992px){.product-detail-layout{grid-template-columns:1fr;gap:3rem}.product-detail-container{padding-top:140px!important}}@media (width<=768px){.detail-actions{flex-direction:column;gap:1rem}.quantity-selector{justify-content:center;width:100%}.add-to-cart-large{width:100%}.mobile-sticky-actions{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:1500;background:#fffffff2;border-top:1px solid #0000000d;justify-content:space-between;align-items:center;padding:1rem 2rem;display:flex;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -10px 30px #0000000d}.sticky-info{flex-direction:column;display:flex}.sticky-price{color:var(--primary-teal);margin:0;font-size:1.4rem;font-weight:800}.sticky-name{color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;max-width:150px;margin:0;font-size:.8rem;overflow:hidden}.sticky-add-btn{background:var(--primary-blue);color:#fff;cursor:pointer;border-radius:50px;padding:.8rem 1.8rem;font-size:.95rem;font-weight:700;transition:all .25s;box-shadow:0 8px 20px #004a8033}.sticky-add-btn:active{transform:scale(.95)}.sticky-add-btn.added{background:#0ca678;box-shadow:0 8px 20px #0ca67833}}@media (width>=769px){.mobile-sticky-actions{display:none}.product-detail-image-section{position:sticky;top:160px}}.trust-grid{border-top:1px solid #f1f5f9;grid-template-columns:1fr 1fr;gap:2rem;margin-top:2.5rem;padding-top:2rem;display:grid}.trust-item{align-items:center;gap:1rem;display:flex}.trust-item p{color:#475569;font-size:.9rem;font-weight:600;margin:0!important}.trust-item svg{flex-shrink:0}@media (width<=480px){.trust-grid{grid-template-columns:1fr;gap:1.2rem}}.reviews-section{border-top:1px solid #e2e8f0;margin-top:8rem;padding-top:5rem}.reviews-header{justify-content:space-between;align-items:flex-end;margin-bottom:4rem;display:flex}.reviews-header h2{color:var(--primary-blue);margin:0;font-size:2.5rem}.reviews-stats{align-items:center;gap:1.5rem;display:flex}.overall-rating{color:var(--primary-blue);font-size:4rem;font-weight:800;line-height:1}.stats-info{flex-direction:column;display:flex}.stats-info .stars{margin-bottom:.2rem;font-size:1.2rem}.stats-info p{color:var(--text-muted);margin:0;font-weight:500}.reviews-grid{grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2rem;display:grid}.review-card{transition:var(--transition);background:#fff;border:1px solid #00000008;border-radius:30px;padding:2.5rem}.review-card:hover{transform:translateY(-5px);box-shadow:0 15px 40px #0000000d}.review-top{justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem;display:flex}.user-info{align-items:center;gap:1rem;display:flex}.user-avatar{width:44px;height:44px;color:var(--primary-blue);background:#f1f5f9;border-radius:12px;justify-content:center;align-items:center;font-size:.9rem;font-weight:800;display:flex}.user-info h4{color:var(--text-dark);margin:0;font-size:1.05rem}.verified{color:#0ca678;text-transform:uppercase;letter-spacing:.5px;font-size:.75rem;font-weight:700}.review-text{color:#475569;margin-bottom:1.5rem;line-height:1.7}.review-date{color:var(--text-muted);font-size:.85rem;font-weight:500}@media (width<=768px){.reviews-header{flex-direction:column;align-items:flex-start;gap:2rem}.reviews-grid{grid-template-columns:1fr}.overall-rating{font-size:3rem}}.cart-layout{grid-template-columns:2fr 1fr;gap:3rem;margin-top:4rem;display:grid}.cart-item{background:#fff;border:1px solid #f1f5f9;border-radius:25px;align-items:center;gap:2rem;margin-bottom:2rem;padding:2rem;display:flex}.cart-item-image{background:#f8fafc;border-radius:15px;width:100px;height:100px;padding:.5rem}.cart-item-image img{object-fit:contain;width:100%;height:100%}.cart-item-info{flex:1}.cart-item-info h3{color:var(--text-dark);margin-bottom:.4rem;font-size:1.2rem;font-weight:700}.cart-item-info .item-price{color:var(--primary-teal);font-size:1.1rem;font-weight:700}.cart-item-qty{background:var(--bg-clean);border:1px solid #e2e8f0;border-radius:50px;align-items:center;gap:.8rem;padding:.4rem .8rem;display:flex}.cart-item-qty button{width:28px;height:28px;color:var(--primary-blue);transition:var(--transition);background:#fff;border:1px solid #e2e8f0;border-radius:50%;justify-content:center;align-items:center;padding:0;display:flex;box-shadow:0 2px 6px #0000000d}.cart-item-qty button:hover{background:var(--primary-blue);color:#fff;border-color:var(--primary-blue)}.cart-item-qty span{color:var(--text-dark);text-align:center;min-width:20px;font-size:.95rem;font-weight:700}.cart-item-total{color:var(--primary-blue);text-align:right;min-width:100px;font-size:1.25rem;font-weight:800}.cart-summary{box-sizing:border-box;background:#fff;border:1px solid #f1f5f9;border-radius:30px;height:fit-content;padding:2.5rem;box-shadow:0 10px 30px #00000005}.cart-summary h3{color:var(--primary-blue);border-bottom:1px solid #f1f5f9;margin-bottom:1.5rem;padding-bottom:.8rem;font-size:1.25rem;font-weight:700}.summary-row{color:var(--text-muted);justify-content:space-between;margin-bottom:1.2rem;font-weight:500;display:flex}.summary-total{color:var(--primary-blue);border-top:1px solid #f1f5f9;justify-content:space-between;margin-top:1.5rem;padding-top:1.5rem;font-size:1.4rem;font-weight:800;display:flex}.checkout-btn{background:var(--primary-blue);color:#fff;width:100%;transition:var(--transition);box-sizing:border-box;border:none;border-radius:50px;outline:none;justify-content:center;align-items:center;gap:1rem;margin-top:2rem;padding:1.2rem;font-size:1.1rem;font-weight:700;display:flex;box-shadow:0 8px 25px #004a8026}.checkout-btn:hover{background:var(--secondary-blue);transform:translateY(-2px);box-shadow:0 12px 30px #004a8040}.checkout-btn:active{transform:scale(.98)}.remove-btn{color:#ef4444;opacity:.5;transition:var(--transition)}.remove-btn:hover{opacity:1;transform:scale(1.1)}@media (width<=992px){.cart-layout{grid-template-columns:1fr;gap:2rem}}@media (width<=768px){.cart-item{text-align:center;box-sizing:border-box;border-radius:20px;flex-direction:column;gap:1.2rem;padding:1.5rem;position:relative}.cart-item-image{width:110px;height:110px;margin:0 auto}.cart-item-info h3{font-size:1.15rem}.cart-item-qty{justify-content:center;width:fit-content;margin:0 auto}.cart-item-total{min-width:unset;text-align:center;font-size:1.2rem}.remove-btn{opacity:.7;position:absolute;top:1rem;right:1rem}}.checkout-layout{grid-template-columns:2fr 1fr;align-items:start;gap:3rem;margin-top:3rem;display:grid}.checkout-form-container{width:100%}.form-card{box-sizing:border-box;background:#fff;border:1px solid #f1f5f9;border-radius:30px;padding:2.5rem;box-shadow:0 10px 30px #00000005}.form-card h3{color:var(--primary-blue);border-bottom:1px solid #f8fafc;align-items:center;gap:.8rem;margin-bottom:2rem;padding-bottom:1rem;font-size:1.25rem;font-weight:700;display:flex}.form-grid{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.form-group.full-width{grid-column:1/-1}.form-group{flex-direction:column;gap:.6rem;display:flex}.form-group label{text-transform:uppercase;letter-spacing:.5px;color:var(--text-muted);font-size:.8rem;font-weight:700}.form-group input,.form-group textarea{width:100%;transition:var(--transition);box-sizing:border-box;color:var(--text-dark);background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;outline:none;padding:1rem 1.25rem;font-size:1rem}.form-group textarea{resize:vertical;max-width:100%}.form-group input:focus,.form-group textarea:focus{border-color:var(--primary-teal);background:#fff;box-shadow:0 0 0 4px #00968b0d}.payment-option{cursor:pointer;transition:var(--transition);box-sizing:border-box;background:#f8fafc;border:2px solid #e2e8f0;border-radius:16px;flex-direction:column;gap:.5rem;padding:1.5rem;display:flex;position:relative}.payment-option:hover{border-color:#cbd5e1}.payment-option.selected{border-color:var(--primary-blue);background:#004a8005}.option-info{color:var(--primary-blue);align-items:center;gap:.8rem;font-size:1.05rem;font-weight:700;display:flex}.option-info .dot{width:18px;height:18px;transition:var(--transition);box-sizing:border-box;border:2px solid #cbd5e1;border-radius:50%;flex-shrink:0;display:inline-block;position:relative}.payment-option.selected .dot{border-color:var(--primary-blue);background:var(--primary-blue)}.payment-option.selected .dot:after{content:"";background:#fff;border-radius:50%;width:6px;height:6px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.pay-now-btn{background:var(--primary-blue);color:#fff;cursor:pointer;width:100%;transition:var(--transition);box-sizing:border-box;border:none;border-radius:50px;outline:none;justify-content:center;align-items:center;gap:1rem;margin-top:2.5rem;padding:1.2rem;font-size:1.1rem;font-weight:700;display:flex;box-shadow:0 8px 25px #004a8033}.pay-now-btn:hover{background:var(--secondary-blue);transform:translateY(-2px);box-shadow:0 12px 30px #004a804d}.pay-now-btn:active{transform:scale(.98)}.secure-text{color:var(--text-muted);justify-content:center;align-items:center;gap:.5rem;margin-top:1.2rem;font-size:.85rem;font-weight:600;display:flex}.summary-card{box-sizing:border-box;background:#fff;border:1px solid #f1f5f9;border-radius:30px;height:fit-content;padding:2.5rem;box-shadow:0 10px 30px #00000005}.summary-card h3{color:var(--primary-blue);border-bottom:1px solid #f1f5f9;margin-bottom:1.5rem;padding-bottom:.8rem;font-size:1.25rem;font-weight:700}.summary-items{flex-direction:column;gap:1rem;margin-bottom:1.5rem;display:flex}.summary-item{color:var(--text-dark);justify-content:space-between;font-size:.95rem;font-weight:600;display:flex}.summary-divider{background:#eee;height:1px;margin:1.5rem 0}@media (width<=992px){.checkout-layout{grid-template-columns:1fr;gap:2rem}}@media (width<=768px){.form-card,.summary-card{border-radius:20px;padding:2rem 1.5rem}}@media (width<=576px){.form-grid{grid-template-columns:1fr;gap:1.2rem}}.login-container{box-sizing:border-box;background:radial-gradient(circle at 10% 20%,#004a800a 0%,#00968b05 90%),#fafbfc;justify-content:center;align-items:center;min-height:100vh;padding:3rem 1.5rem;display:flex;position:relative;overflow:hidden auto}.login-blob{filter:blur(80px);z-index:0;opacity:.4;border-radius:50%;position:absolute}.blob-1{background:radial-gradient(circle,#004a8026 0%,#004a8000 70%);width:400px;height:400px;animation:15s ease-in-out infinite float1;top:-100px;left:-100px}.blob-2{background:radial-gradient(circle,#00968b1f 0%,#00968b00 70%);width:500px;height:500px;animation:18s ease-in-out infinite float2;bottom:-150px;right:-100px}@keyframes float1{0%,to{transform:translateY(0)scale(1)}50%{transform:translateY(30px)scale(1.1)}}@keyframes float2{0%,to{transform:translateY(0)scale(1.1)}50%{transform:translateY(-40px)scale(.95)}}.login-card{z-index:2;text-align:center;-webkit-backdrop-filter:blur(20px);background:#ffffffd9;border:1px solid #fff9;border-radius:32px;width:100%;max-width:460px;margin:auto;padding:3.5rem;animation:.8s cubic-bezier(.19,1,.22,1) fadeInUp;position:relative;box-shadow:0 25px 50px -12px #00000014,0 0 40px #004a8008}.login-icon-wrapper{width:64px;height:64px;transition:var(--transition);background:#00968b14;border:1px solid #00968b26;border-radius:20px;justify-content:center;align-items:center;margin:0 auto 1.8rem;display:flex;box-shadow:0 10px 20px -5px #00968b1a}.login-card:hover .login-icon-wrapper{transform:rotate(-10deg)scale(1.05)}.login-card h2{color:var(--text-dark);letter-spacing:-.02em;margin-bottom:.5rem;font-size:2rem;font-weight:800}.login-card p{color:var(--text-muted);margin-bottom:2.5rem;font-size:.95rem}.login-form{flex-direction:column;gap:1.5rem;display:flex}.login-error-message{color:#e53e3e;text-align:left;background:#fff5f5;border:1px solid #fed7d7;border-radius:12px;padding:.8rem 1rem;font-size:.88rem;font-weight:500;animation:.4s ease-in-out shake}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-5px)}75%{transform:translate(5px)}}.form-group{text-align:left}.form-group label{text-transform:uppercase;letter-spacing:.8px;color:var(--text-dark);opacity:.8;margin-bottom:.5rem;margin-left:.2rem;font-size:.8rem;font-weight:600;display:block}.form-group input{width:100%;color:var(--text-dark);transition:var(--transition);background:#ffffffe6;border:1px solid #00000014;border-radius:14px;padding:1rem 1.2rem;font-size:.95rem}.form-group input:focus{border-color:var(--primary-teal);background:#fff;outline:none;box-shadow:0 0 0 4px #00968b1a}.login-btn{background:var(--primary-blue);color:#fff;cursor:pointer;width:100%;transition:var(--transition);border:none;border-radius:14px;margin-top:.8rem;padding:1.1rem;font-size:1rem;font-weight:700;box-shadow:0 10px 25px -5px #004a8040}.login-btn:hover{background:var(--primary-teal);transform:translateY(-2px);box-shadow:0 12px 30px -5px #00968b4d}.login-btn:active{transform:translateY(0)}.login-footer{border-top:1px solid #0000000d;margin-top:2rem;padding-top:1.5rem}.back-to-store-link{color:var(--text-muted);transition:var(--transition);align-items:center;gap:.5rem;font-size:.9rem;font-weight:600;display:inline-flex}.back-to-store-link:hover{color:var(--primary-teal)}.admin-dashboard-page{padding-top:3rem;padding-bottom:6rem;animation:.8s cubic-bezier(.19,1,.22,1) fadeInUp}.admin-header-section{justify-content:space-between;align-items:flex-end;gap:2rem;margin-bottom:3rem;display:flex}.admin-console-tag{color:var(--primary-teal);text-transform:uppercase;letter-spacing:2px;font-size:.85rem;font-weight:800;display:block}.admin-dashboard-title{color:var(--text-dark);letter-spacing:-.03em;margin-top:.4rem;font-size:2.8rem;font-weight:800}.admin-header-actions{gap:1rem;display:flex}.admin-btn-action{cursor:pointer;transition:var(--transition);border-radius:14px;align-items:center;gap:.6rem;padding:.8rem 1.5rem;font-size:.92rem;font-weight:700;display:inline-flex}.btn-secondary.admin-btn-action{color:var(--text-dark);background:#fff;border:1px solid #00000014}.btn-secondary.admin-btn-action:hover{background:var(--bg-clean);border-color:#00000026;transform:translateY(-2px)}.btn-logout{color:#e53e3e;background:#e53e3e0f;border:1px solid #e53e3e26}.btn-logout:hover{color:#fff;background:#e53e3e;border-color:#e53e3e;transform:translateY(-2px);box-shadow:0 8px 20px -5px #e53e3e40}.admin-loading-container{flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;min-height:60vh;display:flex}.loading-spinner{border:4px solid #004a801a;border-top-color:var(--primary-blue);border-radius:50%;width:48px;height:48px;animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.admin-loading-container h2{color:var(--text-muted);font-size:1.2rem;font-weight:600}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:2rem;margin-bottom:4rem;display:grid}.stat-card{transition:var(--transition);border:1px solid #ffffff80;border-radius:28px;padding:2.2rem;position:relative;overflow:hidden;box-shadow:0 10px 30px -10px #00000005}.stat-card:hover{transform:translateY(-6px);box-shadow:0 20px 40px -15px #004a8014}.stat-card-header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.stat-icon-wrapper{background:#004a800d;border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.stat-icon-wrapper.highlight{background:#fff3}.stat-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;font-size:.85rem;font-weight:700}.stat-value{color:var(--text-dark);letter-spacing:-.02em;margin-bottom:.4rem;font-size:2.4rem;font-weight:800}.stat-trend{color:var(--text-muted);font-size:.88rem;font-weight:500}.stat-card.card-highlighted{background:linear-gradient(135deg, var(--primary-blue) 0%, var(--secondary-blue) 100%);border:none;box-shadow:0 15px 35px -10px #004a804d}.stat-card.card-highlighted .stat-label,.stat-card.card-highlighted .stat-value,.stat-card.card-highlighted .stat-trend{color:#fff}.stat-card.card-highlighted .stat-label{opacity:.85}.stat-card.card-highlighted .stat-trend{opacity:.9}.stat-card.card-highlighted:hover{box-shadow:0 25px 50px -12px #004a8073}.table-card{border:1px solid #ffffff80;border-radius:32px;margin-bottom:2rem;padding:2.5rem;box-shadow:0 10px 40px -15px #00000008}.table-card-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;margin-bottom:2rem;display:flex}.table-card-header h3{color:var(--text-dark);font-size:1.4rem;font-weight:800}.table-actions{align-items:center;gap:1rem;display:flex}.search-wrapper{position:relative}.search-wrapper .search-icon{color:var(--text-muted);opacity:.7;position:absolute;top:50%;left:1.2rem;transform:translateY(-50%)}.search-input{width:320px;transition:var(--transition);color:var(--text-dark);background:#fff;border:1px solid #00000014;border-radius:50px;padding:.8rem 1rem .8rem 3rem;font-size:.9rem}.search-input:focus{border-color:var(--primary-teal);outline:none;width:360px;box-shadow:0 0 0 3px #00968b14}.filter-btn{cursor:pointer;width:44px;height:44px;color:var(--text-dark);border:1px solid var(--glass-border);transition:var(--transition);border-radius:50%;justify-content:center;align-items:center;display:flex}.filter-btn:hover{background:var(--bg-clean);border-color:#0000001f;transform:scale(1.05)}.filter-btn.active-filter{background:var(--primary-teal);color:#fff;border-color:var(--primary-teal);box-shadow:0 5px 15px #00968b40}.filters-panel{background:#ffffff80;border:1px solid #0000000d;border-radius:18px;margin-bottom:2rem;padding:1.5rem;animation:.3s slideDown}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.filters-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1.2rem;display:grid}.filter-item{flex-direction:column;gap:.5rem;display:flex}.filter-item label{text-transform:uppercase;letter-spacing:.5px;color:var(--text-muted);font-size:.75rem;font-weight:700}.filter-item select,.filter-item input{color:var(--text-dark);transition:var(--transition);background:#fff;border:1px solid #00000014;border-radius:10px;padding:.7rem 1rem;font-size:.85rem}.filter-item select:focus,.filter-item input:focus{border-color:var(--primary-teal);outline:none;box-shadow:0 0 0 3px #00968b14}.filters-footer{border-top:1px solid #00000008;justify-content:flex-end;margin-top:1.2rem;padding-top:1rem;display:flex}.btn-clear-filters{color:var(--primary-teal);cursor:pointer;transition:var(--transition);background:0 0;border:none;font-size:.82rem;font-weight:700}.btn-clear-filters:hover{color:var(--primary-blue);transform:translateY(-1px)}.table-scroll-container{border-radius:16px;width:100%;overflow-x:auto}.table-scroll-container::-webkit-scrollbar{height:8px}.table-scroll-container::-webkit-scrollbar-track{background:#00000005;border-radius:4px}.table-scroll-container::-webkit-scrollbar-thumb{background:#004a8026;border-radius:4px;transition:background .3s}.table-scroll-container::-webkit-scrollbar-thumb:hover{background:#004a804d}.orders-table{border-collapse:collapse;text-align:left;width:100%;min-width:950px}.orders-table th{color:var(--text-muted);text-transform:uppercase;letter-spacing:.8px;background:#00000003;border-bottom:1px solid #0000000d;padding:1.2rem 1.5rem;font-size:.8rem;font-weight:700}.orders-table tbody tr{border-bottom:1px solid #00000008;transition:background-color .2s}.orders-table tbody tr:hover{background-color:#004a8004}.orders-table td{vertical-align:middle;padding:1.4rem 1.5rem}.order-id{color:var(--text-dark);font-family:Outfit,sans-serif;font-size:.95rem;font-weight:700}.order-date{color:var(--text-muted);margin-top:.2rem;font-size:.75rem}.customer-name{color:var(--text-dark);font-size:.95rem;font-weight:600}.customer-email{color:var(--text-muted);margin-top:.1rem;font-size:.8rem}.txn-id{color:var(--text-dark);letter-spacing:0;font-family:monospace;font-size:.85rem}.order-amount{color:var(--text-dark);font-size:.95rem;font-weight:700}.status-badge{text-transform:uppercase;letter-spacing:.5px;border-radius:50px;align-items:center;gap:.4rem;padding:.4rem 1rem;font-size:.72rem;font-weight:800;display:inline-flex}.status-badge:before{content:"";border-radius:50%;width:6px;height:6px;display:inline-block}.status-badge.status-completed{color:#0ca678;background:#e6fcf5}.status-badge.status-completed:before{background:#0ca678}.status-badge.status-pending{color:#f08c00;background:#fff9db}.status-badge.status-pending:before{background:#f08c00}.status-badge.status-failed{color:#fa5252;background:#fff5f5}.status-badge.status-failed:before{background:#fa5252}.action-btn{width:36px;height:36px;color:var(--primary-blue);cursor:pointer;transition:var(--transition);background:0 0;border-radius:50%;justify-content:center;align-items:center;display:flex}.action-btn:hover{color:var(--secondary-blue);background:#004a8014;transform:scale(1.1)}.no-records{text-align:center;color:var(--text-muted);padding:4rem;font-size:1rem}.modal-backdrop{-webkit-backdrop-filter:blur(8px);z-index:2500;background:#11182766;justify-content:center;align-items:flex-start;padding:3rem 1.5rem;display:flex;position:fixed;inset:0;overflow-y:auto}.modal-card{background:#ffffffeb;border:1px solid #ffffff80;border-radius:24px;flex-direction:column;width:95%;max-width:800px;height:auto;animation:.5s cubic-bezier(.19,1,.22,1) fadeInUp;display:flex;box-shadow:0 30px 60px -15px #00000026}.modal-card-header{background:#00000003;border-bottom:1px solid #0000000d;justify-content:space-between;align-items:center;gap:1rem;width:100%;min-width:0;padding:1rem 1.25rem;display:flex}.title-row{flex:1;align-items:center;gap:.6rem;min-width:0;display:flex}.modal-card-header h2{flex-direction:column;flex:1;align-items:flex-start;gap:.15rem;min-width:0;margin:0;display:flex}.order-title-label{text-transform:uppercase;color:var(--text-muted);letter-spacing:.8px;font-size:.65rem;font-weight:800;line-height:1}.order-title-id-row{flex-wrap:nowrap;align-items:center;gap:.4rem;width:100%;min-width:0;display:flex}.order-title-id{color:var(--text-dark);white-space:nowrap;text-overflow:ellipsis;flex-shrink:1;min-width:0;font-family:Outfit,sans-serif;font-size:1.05rem;font-weight:800;line-height:1.2;overflow:hidden}.modal-card-header .status-badge{flex-shrink:0}.modal-close-icon-btn{color:var(--text-muted);cursor:pointer;width:38px;height:38px;transition:var(--transition);background:#00000008;border:none;border-radius:50%;justify-content:center;align-items:center;display:flex}.modal-close-icon-btn:hover{color:var(--text-dark);background:#00000014;transform:rotate(90deg)}.modal-card-body{flex:none;padding:1.75rem}.modal-split{grid-template-columns:1.25fr 1fr;gap:2rem;display:grid}.modal-invoice-panel{flex-direction:column;gap:1.2rem;display:flex}.section-title{color:var(--text-dark);text-transform:uppercase;letter-spacing:.8px;border-bottom:2px solid #00000005;padding-bottom:.5rem;font-size:.88rem;font-weight:800}.invoice-items-list{background:#fff;border:1px solid #0000000d;border-radius:18px;flex-direction:column;gap:.8rem;padding:1.2rem;display:flex}.invoice-item-row{border-bottom:1px solid #00000008;justify-content:space-between;align-items:flex-start;gap:1rem;padding-bottom:.8rem;display:flex}.invoice-item-row:last-of-type{border-bottom:none;padding-bottom:0}.item-details{flex:1;align-items:flex-start;gap:1rem;min-width:0;display:flex}.item-avatar{width:32px;height:32px;color:var(--primary-blue);background:#004a800d;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.85rem;font-weight:700;display:flex}.item-name-info{flex-direction:column;flex:1;gap:.15rem;min-width:0;display:flex}.item-product-name{color:var(--text-dark);word-break:break-word;overflow-wrap:break-word;font-size:.92rem;font-weight:600}.item-product-qty{color:var(--text-muted);font-size:.8rem}.item-product-total{color:var(--text-dark);flex-shrink:0;font-size:.95rem;font-weight:700}.invoice-pricing-breakdown{background:#00000003;border:1px solid #00000008;border-radius:18px;flex-direction:column;gap:.6rem;padding:1.2rem;display:flex}.breakdown-row{color:var(--text-muted);justify-content:space-between;font-size:.88rem;display:flex}.free-shipping{color:var(--primary-teal);font-weight:700}.breakdown-total-row{border-top:1px dashed #0000001a;justify-content:space-between;align-items:center;margin-top:.4rem;padding-top:.8rem;font-size:1.05rem;font-weight:800;display:flex}.breakdown-total-row .total-value{color:var(--primary-blue);font-size:1.3rem}.modal-info-panel{flex-direction:column;gap:1.2rem;display:flex}.info-card{background:#fff;border:1px solid #0000000d;border-radius:18px;padding:1.2rem}.info-card-header{border-bottom:1px solid #00000008;align-items:center;gap:.6rem;margin-bottom:.8rem;padding-bottom:.5rem;display:flex}.card-icon-wrapper{border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.card-icon-wrapper.customer-icon{color:var(--primary-blue);background:#004a800f}.card-icon-wrapper.shipping-icon{color:var(--primary-teal);background:#00968b0f}.card-icon-wrapper.transaction-icon{color:var(--accent-orange);background:#ff7d3314}.info-card-header h4{color:var(--text-dark);text-transform:uppercase;letter-spacing:.5px;font-size:.82rem;font-weight:800}.info-card-body p{color:var(--text-dark);font-size:.9rem;line-height:1.5}.customer-fullname{margin-bottom:.6rem;font-weight:700;font-size:1rem!important}.customer-contact-item{color:var(--text-muted);align-items:center;gap:.5rem;width:100%;min-width:0;margin-bottom:.4rem;font-size:.85rem;display:flex}.customer-contact-item:last-of-type{margin-bottom:0}.contact-icon{color:var(--text-muted);flex-shrink:0}.contact-link{color:var(--text-dark);transition:var(--transition);word-break:break-all;overflow-wrap:anywhere;flex:1;min-width:0}.contact-link:hover{color:var(--primary-teal);text-decoration:underline}.delivery-address{margin-bottom:.2rem;font-weight:500}.delivery-city-pincode{color:var(--text-muted);font-weight:700}.payment-metadata{flex-direction:column;gap:.6rem;display:flex}.meta-item{justify-content:space-between;align-items:center;font-size:.88rem;display:flex}.meta-label{color:var(--text-muted);font-weight:500}.meta-value{color:var(--text-dark);font-weight:700}.meta-value.font-badge{color:var(--primary-blue);background:#004a800d;border-radius:6px;padding:.15rem .6rem;font-size:.8rem}.meta-value-copy{flex-wrap:wrap;flex:1;justify-content:flex-end;align-items:center;gap:.4rem;min-width:0;display:flex}.txn-code-badge{word-break:break-all;white-space:normal;background:#0000000a;border-radius:6px;max-width:100%;padding:.15rem .5rem;font-family:monospace;font-size:.85rem;display:inline-block}.copy-text-btn{cursor:pointer;color:var(--text-muted);transition:var(--transition);background:0 0;border:none;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;padding:.2rem;display:flex}.copy-text-btn:hover{color:var(--text-dark);background:#0000000f}.meta-value.font-time{color:var(--text-dark);font-size:.82rem;font-weight:600}.modal-card-footer{background:#00000003;border-top:1px solid #0000000d;justify-content:flex-end;gap:1rem;padding:1.25rem 1.75rem;display:flex}.print-invoice-btn{align-items:center;gap:.5rem;padding:.8rem 1.5rem;font-size:.9rem;font-weight:700;display:inline-flex}.modal-close-btn-action{width:auto!important;margin-top:0!important;padding:.8rem 1.8rem!important}@media print{body>*{display:none!important}#root,#root>*,#root .app,#root .app>*,#root .app main,#root .app main>*{visibility:visible!important;width:100%!important;max-width:100%!important;height:auto!important;min-height:0!important;box-shadow:none!important;background:0 0!important;border:none!important;margin:0!important;padding:0!important;display:block!important;position:static!important;overflow:visible!important}.admin-dashboard-page>:not(.modal-backdrop){display:none!important}.modal-backdrop{-webkit-backdrop-filter:none!important;background:0 0!important;margin:0!important;padding:0!important;display:block!important;position:static!important;overflow:visible!important}.modal-card{width:100%!important;max-width:100%!important;height:auto!important;max-height:none!important;box-shadow:none!important;background:#fff!important;border:none!important;border-radius:0!important;margin:0!important;padding:0!important;animation:none!important;display:block!important;position:static!important}.modal-card-header{background:0 0!important;border-bottom:1px solid #ddd!important;padding:1rem 0!important}.modal-card-body{padding:1rem 0!important}.modal-close-icon-btn,.modal-card-footer,.copy-txn-btn{display:none!important}}.desktop-only{display:block!important}.mobile-only{display:none!important}@media (width<=1024px){.admin-dashboard-page{padding-top:2.5rem}.modal-card{max-width:680px}}@media (width<=768px){.desktop-only{display:none!important}.mobile-only{display:block!important}.orders-mobile-list{flex-direction:column;display:flex}.mobile-order-card{transition:var(--transition);cursor:pointer;background:#fff;border:1px solid #0000000d;border-radius:20px;flex-direction:column;margin-bottom:1.2rem;padding:1.25rem;display:flex;box-shadow:0 4px 15px #00000005}.mobile-order-card:last-child{margin-bottom:0}.mobile-order-card:hover{border-color:#004a801a;transform:translateY(-2px);box-shadow:0 8px 25px #004a800f}.mobile-card-row{justify-content:space-between;align-items:flex-start;margin-bottom:.8rem;display:flex}.order-meta{flex-direction:column;flex:1;min-width:0;display:flex}.mobile-order-id-row{flex-wrap:nowrap;align-items:center;gap:.4rem;width:100%;min-width:0;margin-bottom:.25rem;display:flex}.mobile-order-id-row .status-badge{flex-shrink:0}.mobile-order-id{color:var(--text-dark);white-space:nowrap;text-overflow:ellipsis;flex-shrink:1;min-width:0;font-family:Outfit,sans-serif;font-size:.95rem;font-weight:700;overflow:hidden}.mobile-order-date{color:var(--text-muted);font-size:.75rem}.customer-info{text-align:left;flex-direction:column;flex:1;min-width:0;display:flex}.customer-info .customer-name{color:var(--text-dark);word-break:break-word;margin-bottom:.15rem;font-size:.9rem;font-weight:600}.customer-info .customer-email{color:var(--text-muted);word-break:break-all;font-size:.78rem}.amount-info{flex-direction:column;flex-shrink:0;align-items:flex-end;display:flex}.mobile-order-amount{color:var(--text-dark);margin-bottom:.15rem;font-size:.95rem;font-weight:700}.txn-label{color:var(--text-muted);font-size:.72rem;font-weight:500}.mobile-order-card .mobile-card-footer{border-top:1px solid #0000000a;justify-content:space-between;align-items:center;margin-top:.2rem;padding-top:.8rem;font-size:.78rem;display:flex}.txn-id-text{color:var(--text-muted);word-break:break-all;text-align:left;max-width:70%;font-family:monospace}.view-details-action{color:var(--primary-blue);flex-shrink:0;align-items:center;font-weight:700;display:flex}.login-container{padding:2rem 1rem}.login-card{border-radius:24px;padding:2.5rem 1.5rem}.login-card h2{font-size:1.7rem}.login-card p{margin-bottom:1.8rem}.admin-dashboard-page{padding-top:2rem;padding-bottom:4rem}.admin-header-section{flex-direction:column;align-items:stretch;gap:1.2rem;margin-bottom:2.5rem}.admin-dashboard-title{font-size:2.2rem}.admin-header-actions{gap:.8rem;width:100%;display:flex}.admin-btn-action{flex:1;justify-content:center;padding:.75rem 1rem;font-size:.88rem}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:1.2rem;margin-bottom:2.5rem}.stat-card{border-radius:20px;padding:1.5rem}.stat-value{font-size:2rem}.table-card{border-radius:24px;padding:1.25rem}.table-card-header{flex-direction:column;align-items:stretch;gap:1.2rem;margin-bottom:1.5rem}.table-actions{flex-direction:row;gap:.8rem;width:100%}.search-wrapper{flex:1}.search-input{padding-top:.7rem;padding-bottom:.7rem;width:100%!important}.search-input:focus{width:100%!important}.filter-btn{width:40px;height:40px}.filters-grid{grid-template-columns:repeat(auto-fit,minmax(130px,1fr));gap:.8rem}.modal-backdrop{align-items:flex-start;padding:1.5rem 1rem;overflow-y:auto}.modal-card{border-radius:20px;max-width:500px;max-height:none;margin-top:0;margin-bottom:0}.modal-card-header{padding:1rem 1.25rem}.modal-card-body{padding:1.25rem;overflow-y:visible}.modal-card-footer{padding:1rem 1.25rem}.modal-split{grid-template-columns:1fr;gap:1.2rem}.filters-panel,.info-card{padding:1rem}}@media (width<=480px){.login-container{padding:1.5rem .8rem}.login-card{border-radius:20px;padding:2rem 1.2rem}.login-icon-wrapper{margin:0 auto 1.2rem}.login-footer{margin-top:1.2rem}.login-card h2{font-size:1.5rem}.login-card p{margin-bottom:1.5rem;font-size:.85rem}.login-form{gap:1.2rem}.form-group input{padding:.8rem 1rem;font-size:.9rem}.login-btn{padding:.9rem;font-size:.92rem}.admin-dashboard-page{padding-top:1.5rem}.admin-dashboard-title{font-size:1.7rem}.admin-header-actions{flex-direction:column;gap:.6rem}.admin-btn-action{width:100%}.stat-card{border-radius:14px;padding:1rem}.stat-value{font-size:1.7rem}.mobile-order-card{border-radius:16px;padding:1rem}.mobile-order-card .mobile-card-row{margin-bottom:.6rem}.mobile-order-card .mobile-card-footer{padding-top:.6rem}.mobile-order-id-row{gap:.3rem}.mobile-order-id{font-size:.88rem}.customer-info .customer-name{font-size:.85rem}.customer-info .customer-email{font-size:.75rem}.mobile-order-amount{font-size:.88rem}.modal-backdrop{padding:1rem .5rem}.modal-card{width:100%;max-width:100%;max-height:none}.modal-card-header{gap:.5rem;padding:.8rem 1rem}.title-row{flex-wrap:nowrap;gap:.4rem}.order-title-id-row{gap:.3rem}.order-title-label{font-size:.58rem}.order-title-id{font-size:.82rem}.modal-close-icon-btn{flex-shrink:0;width:32px;height:32px;font-size:1.2rem}.modal-card-body{padding:1rem}.address-text{padding:.75rem}.filters-panel,.info-card,.invoice-pricing-breakdown{border-radius:12px;padding:.8rem}.invoice-items-list{padding:.8rem}.invoice-item-row{gap:.5rem;padding-bottom:.6rem}.item-details{gap:.5rem}.item-avatar{width:28px;height:28px;font-size:.75rem}.item-product-name{font-size:.85rem}.item-product-qty{font-size:.75rem}.item-product-total{font-size:.88rem}.customer-fullname{font-size:.88rem!important}.info-card-header h4{font-size:.75rem}.info-card-body p,.meta-item{font-size:.82rem}.txn-code-badge{font-size:.75rem}.modal-total-value{font-size:1.1rem}.modal-card-footer{flex-direction:column-reverse;gap:.6rem;padding:.8rem 1rem}.modal-card-footer button{justify-content:center;width:100%}.modal-close-btn-action{width:100%!important}}@media (width<=380px){.meta-item{flex-direction:column;align-items:flex-start;gap:.2rem}.meta-value-copy{justify-content:flex-start;width:100%}.customer-contact-item{flex-direction:column;align-items:flex-start;gap:.25rem}.customer-contact-item .contact-link{width:100%}}.modal-summary-layout{flex-direction:column;gap:1.2rem;display:flex}.modal-meta-grid{background:#00000005;border:1px solid #0000000a;border-radius:14px;grid-template-columns:repeat(3,1fr);gap:1rem;padding:.8rem 1rem;display:grid}.meta-block{flex-direction:column;gap:.15rem;min-width:0;display:flex}.meta-block-label{text-transform:uppercase;color:var(--text-muted);letter-spacing:.8px;margin-bottom:.1rem;font-size:.65rem;font-weight:800;display:block}.meta-block-value{color:var(--text-dark);word-break:break-word;font-size:.78rem;font-weight:700;line-height:1.3}.meta-block-sub{color:var(--text-muted);word-break:break-all;font-size:.7rem;line-height:1.25}.meta-block-sub a{color:inherit;transition:var(--transition)}.meta-block-sub a:hover{color:var(--primary-teal);text-decoration:underline}.customer-name-highlight{color:var(--primary-blue)}.gateway-highlight{color:var(--accent-orange);display:inline-block}.copyable-txn{align-items:center;gap:.25rem;font-family:monospace;display:flex}.copyable-txn code{background:#0000000a;border-radius:4px;padding:.05rem .2rem;font-size:.68rem}.copy-txn-btn{cursor:pointer;color:var(--text-muted);transition:var(--transition);background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;padding:.1rem;display:flex}.copy-txn-btn:hover{color:var(--text-dark)}.modal-items-section{flex-direction:column;gap:.5rem;display:flex}.invoice-items-list-compact{background:#fff;border:1px solid #0000000d;border-radius:10px;flex-direction:column;gap:.35rem;padding:.5rem .75rem;display:flex}.invoice-item-row-compact{border-bottom:1px solid #00000005;justify-content:space-between;align-items:center;gap:.6rem;padding:.35rem 0;display:flex}.invoice-item-row-compact:last-child{border-bottom:none}.item-index{color:var(--primary-blue);background:#004a800d;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:16px;height:16px;font-size:.65rem;font-weight:700;display:flex}.item-info-compact{flex-direction:column;flex:1;gap:.02rem;min-width:0;display:flex}.item-name{color:var(--text-dark);word-break:break-word;font-size:.76rem;font-weight:600}.item-qty-price{color:var(--text-muted);font-size:.68rem}.item-total{color:var(--text-dark);flex-shrink:0;font-size:.76rem;font-weight:700}.invoice-pricing-breakdown-compact{background:#00000003;border:1px solid #00000005;border-radius:10px;flex-direction:column;gap:.3rem;padding:.5rem .75rem;display:flex}.breakdown-row-compact{color:var(--text-muted);justify-content:space-between;font-size:.72rem;display:flex}.free-shipping-text{color:var(--primary-teal);font-weight:700}.breakdown-total-row-compact{color:var(--text-dark);border-top:1px dashed #00000014;justify-content:space-between;align-items:center;margin-top:.15rem;padding-top:.35rem;font-size:.78rem;font-weight:800;display:flex}.total-value-text{color:var(--primary-blue);font-size:.95rem}@media (width<=768px){.modal-meta-grid{grid-template-columns:1fr;gap:.8rem;padding:.6rem .8rem}}
