@import "https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;500;700&display=swap";:root{--primary:#ff6b6b;--secondary:#4ecdc4;--accent:#ffe66d;--dark:#1a1a2e;--light:#f7fbfc;--text-main:#333;--text-muted:#666;--glass:#ffffffb3;--glass-dark:#1a1a2ecc;--card-shadow:0 8px 32px 0 #1f268712;--transition:all .3s cubic-bezier(.4, 0, .2, 1)}html,body{width:100%;position:relative;overflow-x:hidden}*{box-sizing:border-box;margin:0;padding:0;font-family:Ubuntu,sans-serif}img,video,canvas,svg{max-width:100%;height:auto;display:block}body{background:var(--light);color:var(--text-main);-webkit-font-smoothing:antialiased;position:relative}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;outline:none}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%{transform:scale(.95);box-shadow:0 0 #10b981b3}70%{transform:scale(1);box-shadow:0 0 0 10px #10b98100}to{transform:scale(.95);box-shadow:0 0 #10b98100}}.glass-card{background:var(--glass);-webkit-backdrop-filter:blur(8px);box-shadow:var(--card-shadow);border:1px solid #ffffff2e;border-radius:20px}.btn-primary{background:var(--primary);color:#fff;transition:var(--transition);border-radius:12px;justify-content:center;align-items:center;gap:8px;padding:12px 24px;font-weight:600;display:flex}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 20px #ff6b6b4d}.btn-secondary{background:var(--secondary);color:#fff;transition:var(--transition);border-radius:12px;padding:12px 24px;font-weight:600}.input-group{margin-bottom:20px}.input-group label{color:var(--text-muted);margin-bottom:8px;font-weight:500;display:block}.input-group input{width:100%;transition:var(--transition);background:#fff;border:1.5px solid #e0e0e0;border-radius:12px;padding:14px 18px;font-size:1rem}.input-group input:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 4px #ff6b6b1a}.section-title{color:var(--dark);margin-bottom:24px;font-size:1.8rem;font-weight:700}.card-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:24px;width:100%;padding:10px 4px;display:grid}.responsive-panel{width:100%;max-width:1240px;margin:0 auto;padding:0 16px}.table-responsive{-webkit-overflow-scrolling:touch;width:100%;overflow-x:auto}.grid-gap-20{gap:20px}@media (width<=1024px){.section-title{font-size:1.6rem}}@media (width<=768px){.card-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:20px}.btn-primary,.btn-secondary{width:100%}}@media (width<=480px){.section-title{font-size:1.4rem}.card-grid{grid-template-columns:1fr;gap:16px}}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--light)}::-webkit-scrollbar-thumb{background:#ddd;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#bbb}.header-container{z-index:1000;background:var(--glass);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid #0000000d;padding:12px 24px;position:sticky;top:0}.header-inner{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;display:flex}.header-logo-link{color:#78b719;letter-spacing:-1px;align-items:center;gap:10px;font-size:1.5rem;font-weight:800;text-decoration:none;display:flex}@media (width<=640px){.header-logo-text{display:none}}.header-logo-emoji{font-size:2rem}.header-nav-wrapper{flex:1;justify-content:flex-end;align-items:center;gap:24px;display:flex}.header-mobile-toggle{color:var(--dark);background:0 0;border:none;display:none}@media (width<=992px){.header-mobile-toggle{display:block}.header-nav-wrapper{width:100%;height:calc(100vh - 72px);transition:var(--transition);z-index:1000;visibility:hidden;background:#fff;flex-direction:column;justify-content:flex-start;padding:40px 20px;position:fixed;top:72px;left:0;overflow-y:auto;transform:translate(100%)}.header-nav-wrapper.mobile-open{visibility:visible;transform:translate(0)}}.header-search-wrapper{background:#f0f0f0;border-radius:12px;align-items:center;width:100%;max-width:400px;height:40px;margin-right:20px;padding:0 16px;display:flex;position:relative}@media (width<=992px){.header-search-wrapper{max-width:100%;margin-bottom:16px;margin-right:0}}@media (width<=640px){.header-search-wrapper{width:100%;padding:0 12px}}.header-search-wrapper input{font-size:.95rem}@media (width<=480px){.header-inner{flex-direction:column;align-items:stretch;gap:14px}.header-nav-wrapper{height:auto;padding:20px 24px}}.header-search-input{width:100%;height:100%;color:var(--dark);background:0 0;border:none;outline:none;align-items:center;padding-left:10px;font-size:.95rem;line-height:normal;display:flex}.header-actions-row{align-items:center;gap:20px;display:flex}@media (width<=992px){.header-actions-row{flex-direction:column;align-items:flex-start;gap:0;width:100%}.header-actions-row>a,.header-guest-actions>a{width:100%;color:var(--text-main);border-bottom:1px solid #eee;align-items:center;gap:15px;padding:15px 0;font-weight:500;text-decoration:none;display:flex}.mobile-nav-label{display:inline!important}.header-guest-actions{flex-direction:column;width:100%;display:flex}.btn-header-login-pill{text-align:center;justify-content:center;margin-top:20px;background:#78b719!important}.btn-header-login-pill:hover{background:#629614!important}}.mobile-nav-label{display:none}.header-user-avatar-wrapper{cursor:pointer;position:relative}.header-user-avatar-box{color:#fff;background:#78b719;border-radius:12px;justify-content:center;align-items:center;width:40px;height:40px;font-weight:600;display:flex}.header-dropdown-menu{z-index:100;width:200px;padding:10px;position:absolute;top:50px;right:0}.header-dropdown-user-info{border-bottom:1px solid #eee;padding:10px}.header-dropdown-user-info p{margin:0}.header-dropdown-user-name{font-weight:600}.header-dropdown-user-role{color:#666;font-size:.8rem}.header-dropdown-link{color:inherit;align-items:center;gap:10px;padding:10px;font-size:.95rem;text-decoration:none;display:flex}.btn-header-logout{color:#ff4757;cursor:pointer;background:0 0;border:none;align-items:center;gap:10px;width:100%;padding:10px;font-size:.95rem;display:flex}.btn-header-logout:hover{background:#fff5f5}.btn-header-login-pill{background:#78b719!important;border:none!important}.btn-header-login-pill:hover{background:#629614!important}.desktop-only{display:flex!important}.mobile-only{display:none!important}@media (width<=992px){.desktop-only{display:none!important}.mobile-only{display:flex!important}}.header-mobile-quick-actions{flex-wrap:nowrap;flex:1;justify-content:flex-end;align-items:center;gap:12px;display:flex}.header-search-wrapper.mini{background:#f3f4f6;border-radius:10px;flex:1;align-items:center;min-width:80px;max-width:none;height:38px;margin-right:8px;padding:0 10px;display:flex}.header-search-wrapper.mini:focus-within{box-shadow:0 0 0 2px var(--primary-light);background:#fff;max-width:180px}.header-search-wrapper.mini .header-search-input{height:100%;padding-left:8px;font-size:.9rem}.mobile-quick-link{color:var(--dark);align-items:center;padding:5px;display:flex}@media (width<=992px){.header-container{padding:12px 15px}.header-inner{gap:15px}.header-logo-emoji{font-size:1.8rem}.header-logo-link{gap:5px}.header-logo-text{display:none}.header-nav-wrapper{width:100%;height:calc(100vh - 60px);transition:var(--transition);z-index:1000;visibility:hidden;background:#f9fafb;flex-direction:column;justify-content:flex-start;padding:24px;position:fixed;top:60px;left:0;overflow-y:auto;transform:translate(100%);box-shadow:-10px 0 30px #0000000d}.header-nav-wrapper.mobile-open{visibility:visible;transform:translate(0)}.header-mobile-toggle{color:var(--dark);background:0 0;border:none;margin-left:5px;padding:5px;display:block}.header-mobile-user-info{border-bottom:2px solid #eee;align-items:center;gap:15px;width:100%;margin-bottom:20px;padding-bottom:20px;display:flex}.user-details-mini .user-name{color:var(--dark);margin:0;font-size:1.2rem;font-weight:700}.user-details-mini .user-role{color:#666;margin:2px 0 0;font-size:.85rem}.header-dropdown-menu{width:100%;box-shadow:none;background:0 0;border:none;padding:0;position:static}.header-dropdown-link{border-bottom:1px solid #f3f4f6;padding:15px 0;font-size:1.1rem}.btn-header-logout{padding:20px 0;font-size:1.1rem}.btn-header-login-pill{border-radius:12px;justify-content:center;width:100%;padding:15px}}@media (width<=480px){.header-search-wrapper.mini{max-width:80px}.header-logo-link{font-size:1rem}.header-mobile-quick-actions{gap:8px}}.header-wishlist-relative{position:relative}.header-action-icon-btn{cursor:pointer;color:var(--dark);background:0 0;border:none;justify-content:center;align-items:center;padding:8px;transition:transform .2s;display:flex;position:relative}.header-action-icon-btn:hover{transform:scale(1.1)}.header-action-icon-btn.pulse-wishlist{animation:.4s ease-out heartPulse}@keyframes heartPulse{0%{transform:scale(1)}50%{transform:scale(1.3)}to{transform:scale(1)}}.wishlist-badge-count{color:#fff;background:#ff4757;border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;min-width:18px;height:18px;font-size:.65rem;font-weight:800;display:flex;position:absolute;top:0;right:0}.wishlist-dropdown-luxury{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1001;background:#fffffff2;border:1px solid #ffffff80;border-radius:20px;width:320px;padding:20px;animation:.3s ease-out slideDown;position:absolute;top:50px;right:0;box-shadow:0 20px 40px #0000001a}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.wishlist-dropdown-header{border-bottom:1px solid #eee;justify-content:space-between;align-items:center;margin-bottom:15px;padding-bottom:10px;display:flex}.wishlist-dropdown-header h3{margin:0;font-size:1.1rem;font-weight:700}.wishlist-dropdown-header button{cursor:pointer;color:#666;background:0 0;border:none}.wishlist-items-scroll{flex-direction:column;gap:12px;max-height:300px;display:flex;overflow-y:auto}.wishlist-item-row{background:#f9fafb;border-radius:12px;align-items:center;gap:12px;padding:8px;display:flex;position:relative}.wishlist-item-img{background:#fff;border-radius:8px;justify-content:center;align-items:center;width:50px;height:50px;font-size:1.2rem;display:flex;overflow:hidden}.wishlist-item-img img{object-fit:contain;width:100%;height:100%}.wishlist-item-info{flex:1}.wishlist-item-name{margin:0;font-size:.9rem;font-weight:600}.wishlist-item-price{color:#10b981;margin:2px 0 0;font-size:.8rem;font-weight:700}.remove-wishlist-btn{cursor:pointer;color:#999;background:#fff;border:1px solid #eee;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;display:flex;position:absolute;top:-5px;right:-5px;box-shadow:0 2px 4px #0000000d}.remove-wishlist-btn:hover{color:#ff4757;background:#fee2e2}.empty-wishlist-text{text-align:center;color:#999;padding:20px}.view-full-wishlist-btn{text-align:center;color:#fff;background:#78b719;border-radius:10px;margin-top:15px;padding:10px;font-size:.9rem;font-weight:700;text-decoration:none;display:block}.header-cart-relative{align-items:center;display:flex;position:relative}.header-cart-relative.pulse-cart{animation:.4s ease-out cartPulse}@keyframes cartPulse{0%{transform:scale(1)}50%{transform:scale(1.3)}to{transform:scale(1)}}.cart-badge-count{color:#fff;background:#10b981;border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;min-width:18px;height:18px;font-size:.65rem;font-weight:800;display:flex;position:absolute;top:-8px;right:-8px}.cart-dropdown-luxury{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1002;background:#fffffffa;border:1px solid #0000000d;border-radius:20px;width:350px;padding:20px;animation:.3s ease-out slideDown;position:absolute;top:50px;right:0;box-shadow:0 20px 40px #00000026}.cart-dropdown-header{border-bottom:2px solid #f5f5f5;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:12px;display:flex}.cart-dropdown-header h3{color:#333;margin:0;font-size:1.2rem;font-weight:700}.cart-dropdown-header button{cursor:pointer;color:#999;background:0 0;border:none}.cart-items-scroll{flex-direction:column;gap:15px;max-height:350px;display:flex;overflow-y:auto}.cart-item-row{background:#fafafa;border-radius:15px;align-items:center;gap:15px;padding:10px;transition:transform .2s;display:flex;position:relative}.cart-item-img{background:#fff;border:1px solid #eee;border-radius:12px;justify-content:center;align-items:center;width:60px;height:60px;display:flex;overflow:hidden}.cart-item-img img{object-fit:contain;width:100%;height:100%}.cart-item-info{flex:1}.cart-item-name{color:#333;margin:0 0 5px;font-size:.95rem;font-weight:600}.cart-item-qty-row{justify-content:space-between;align-items:center;display:flex}.cart-item-price{color:#10b981;font-size:.9rem;font-weight:700}.qty-controls-mini{background:#fff;border:1px solid #eee;border-radius:20px;align-items:center;gap:10px;padding:2px 8px;display:flex}.qty-controls-mini button{cursor:pointer;color:#666;background:0 0;border:none;padding:0 5px;font-weight:700}.qty-controls-mini span{text-align:center;min-width:15px;font-size:.85rem;font-weight:600}.remove-cart-btn{cursor:pointer;color:#ff4757;background:#fff;border:1px solid #eee;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;display:flex;position:absolute;top:-5px;right:-5px;box-shadow:0 2px 5px #0000001a}.cart-dropdown-footer{border-top:2px solid #f5f5f5;margin-top:20px;padding-top:15px}.cart-total-row{justify-content:space-between;align-items:center;margin-bottom:15px;font-size:1.1rem;display:flex}.total-amt-bold{color:#78b719;font-weight:800}.checkout-btn-luxury{text-align:center;color:#fff;background:#78b719;border-radius:12px;width:100%;padding:12px;font-size:1rem;font-weight:700;text-decoration:none;transition:all .3s;display:block}.checkout-btn-luxury:hover{background:#629614;transform:translateY(-2px);box-shadow:0 5px 15px #78b7194d}.empty-cart-text{text-align:center;color:#bbb;padding:30px;font-style:italic}.per-item-checkout-link,.wishlist-checkout-btn-mini{color:#78b719;background:#ecf3e5;border-radius:6px;margin-top:8px;padding:4px 10px;font-size:.8rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-block}.per-item-checkout-link:hover,.wishlist-checkout-btn-mini:hover{color:#fff;background:#78b719}.view-full-cart-link{text-align:center;color:#64748b;margin-top:12px;font-size:.85rem;font-weight:600;text-decoration:none;transition:color .3s;display:block}.view-full-cart-link:hover{color:#78b719}.footer-container{background:var(--dark);color:#eee;margin-top:0;padding:80px 24px 40px}.footer-inner-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:40px;max-width:1200px;margin:0 auto;display:grid}.footer-inner-grid h2,.footer-inner-grid h3{color:#fff;margin-bottom:20px}.footer-logo-row{align-items:center;gap:10px;display:flex}.footer-desc-text{color:#bbb;margin:0;line-height:1.6}.footer-social-icons-row{gap:15px;margin-top:20px;display:flex}.footer-social-icon{cursor:pointer;transition:color .2s}.footer-social-icon:hover{color:var(--primary)}.footer-links-list{gap:12px;margin:0;padding:0;list-style:none;display:grid}.footer-links-list li a{color:#bbb;text-decoration:none;transition:color .2s}.footer-links-list li a:hover{color:#fff}.footer-contact-item-row{color:#bbb;align-items:center;gap:10px;display:flex}.footer-copyright-banner{text-align:center;color:#666;border-top:1px solid #ffffff0d;margin-top:60px;padding-top:20px;font-size:.9rem}.modal-overlay-fixed{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:9999;background:#0006;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.quick-order-modal-card{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffe6;border:1px solid #ffffff4d;border-radius:32px;width:100%;max-width:480px;padding:40px;position:relative;box-shadow:0 40px 80px -20px #0000004d}.modal-close-btn{cursor:pointer;color:#6b7280;background:#f3f4f6;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex;position:absolute;top:20px;right:20px}.modal-close-btn:hover{color:#111827;background:#e5e7eb}.modal-title-premium{color:#111827;align-items:center;gap:12px;margin-bottom:24px;font-size:1.5rem;font-weight:800;display:flex}.order-item-preview-row{background:#f9fafb;border-radius:16px;gap:16px;margin-bottom:24px;padding:16px;display:flex}.item-img-box{background:#fff;border-radius:12px;justify-content:center;align-items:center;width:80px;height:80px;display:flex;overflow:hidden}.item-img-box img{object-fit:contain;width:100%;height:100%}.item-info-box h3{margin:0;font-size:1.1rem;font-weight:700}.item-category-tag{color:#78b719;text-transform:uppercase;margin:2px 0 8px;font-size:.75rem;font-weight:600}.item-price-tag{color:#111827;margin:0;font-size:1.25rem;font-weight:800}.qty-selector-stack{margin-bottom:32px}.qty-selector-stack label{color:#4b5563;margin-bottom:12px;font-size:.875rem;font-weight:600;display:block}.qty-controls{background:#f3f4f6;border-radius:12px;align-items:center;gap:20px;width:fit-content;padding:4px;display:flex}.qty-controls button{cursor:pointer;background:#fff;border:none;border-radius:8px;width:36px;height:36px;font-size:1.25rem;font-weight:600;box-shadow:0 2px 4px #0000000d}.qty-controls span{text-align:center;min-width:20px;font-size:1.1rem;font-weight:700}.modal-primary-btn{color:#fff;cursor:pointer;background:#78b719;border:none;border-radius:14px;justify-content:center;align-items:center;width:100%;padding:16px;font-size:1rem;font-weight:700;transition:all .2s;display:flex}.modal-primary-btn:hover{background:#629614;transform:translateY(-2px)}.modal-primary-btn:disabled{opacity:.7;cursor:not-allowed}.modal-secondary-btn{color:#4b5563;cursor:pointer;background:#f3f4f6;border:none;border-radius:14px;flex:1;padding:16px;font-weight:600}.modal-actions-row{gap:12px;margin-top:24px;display:flex}.modal-form-grid{flex-direction:column;gap:16px;display:flex}.modal-form-grid input{border:1.5px solid #e5e7eb;border-radius:12px;width:100%;padding:14px;font-size:.95rem;transition:border-color .2s}.modal-form-grid input:focus{border-color:#78b719;outline:none}.form-row-2{grid-template-columns:1fr 1fr;gap:12px;display:grid}.payment-options-stack{flex-direction:column;gap:12px;margin-bottom:24px;display:flex}.payment-option-item{cursor:pointer;background:#fff;border:1.5px solid #e5e7eb;border-radius:16px;align-items:center;gap:16px;padding:16px;transition:all .2s;display:flex;position:relative}.payment-option-item:hover{background:#f0fdf4;border-color:#78b719}.payment-option-item.active{background:#f0fdf4;border-color:#78b719;box-shadow:0 4px 12px #78b7191a}.payment-option-item.disabled{opacity:.5;cursor:not-allowed}.active .radio-circle{background:#78b719;border-color:#78b719}.active .radio-circle:after{content:"";background:#fff;border-radius:50%;width:8px;height:8px}.payment-details{flex:1}.payment-details strong{color:#111827;font-size:.95rem;display:block}.payment-details span{color:#6b7280;font-size:.75rem}.payment-mini-icon{object-fit:contain;filter:grayscale();opacity:.6;width:24px;height:24px}.active .payment-mini-icon{filter:none;opacity:1}.order-summary-mini{border-top:1px dashed #e5e7eb;justify-content:space-between;align-items:center;margin-bottom:8px;padding:20px 0;display:flex}.success-view{text-align:center;padding:20px 0}.success-icon-bounce{margin-bottom:24px;animation:1s infinite alternate bounce}@keyframes bounce{0%{transform:translateY(0)}to{transform:translateY(-20px)}}.success-view h2{margin-bottom:12px;font-size:1.5rem;font-weight:800}.success-view p{color:#6b7280;margin-bottom:32px;line-height:1.5}.modal-promo-field{border-top:1px dashed #e5e7eb;flex-direction:column;gap:8px;margin-top:4px;padding-top:8px;display:flex}.modal-promo-field label{color:#374151;font-size:.875rem;font-weight:600}.modal-optional-tag{color:#9ca3af;font-weight:500}.modal-promo-input-row{align-items:center;display:flex;position:relative}.modal-promo-input-row input{text-transform:uppercase;letter-spacing:.04em;padding-right:44px;font-weight:600}.modal-promo-spinner{color:#78b719;position:absolute;right:14px}.modal-promo-success{color:#15803d;background:#78b7191f;border-radius:8px;align-items:flex-start;gap:6px;margin:0;padding:8px 10px;font-size:.82rem;line-height:1.4;display:flex}.modal-promo-error{color:#dc2626;margin:0;font-size:.82rem}.modal-order-summary{border-top:1px solid #e5e7eb;margin-top:20px;padding-top:16px}.modal-order-summary .order-summary-mini{border-top:none;margin-bottom:0;padding:6px 0;font-size:.9rem}.order-summary-discount span:last-child{color:#16a34a;font-weight:700}.order-summary-total{border-top:1px dashed #e5e7eb;margin-top:4px;padding-top:10px!important}.order-summary-total strong{color:#111827;font-size:1.15rem}.modal-razorpay-note{color:#6b7280;background:#f9fafb;border-radius:10px;align-items:center;gap:8px;margin-top:12px;padding:10px 14px;font-size:.85rem;display:flex}.home-page-wrapper{max-width:1200px;margin:0 auto;padding:40px 24px}.home-banner-section{background:#78b719;border-radius:24px;flex-direction:column;gap:20px;margin-bottom:60px;padding:60px 40px;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 40px #ff6b6b33;color:#fff!important}@media (width<=768px){.home-banner-section{border-radius:16px;margin-bottom:40px;padding:40px 20px}}.banner-content-z{z-index:2;position:relative}.banner-title-large{margin:0;font-size:3rem;font-weight:800;line-height:1.1}@media (width<=768px){.banner-title-large{font-size:2rem}}.banner-description-text{color:#fff;opacity:.9;max-width:500px;margin-top:10px;font-size:1.2rem}.banner-cta-white{color:#78b719;cursor:pointer;background:#fff;border:2px solid #fff;border-radius:12px;width:fit-content;margin:0;padding:12px 28px;font-family:inherit;font-size:1rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-block}.banner-cta-white:hover{background:#f0fdf4;border-color:#f0fdf4;transform:translateY(-2px);box-shadow:0 10px 20px #0000001a}.banner-cta-outline-white{color:#fff;cursor:pointer;background:0 0;border:2px solid #fff;border-radius:12px;width:fit-content;margin:0;padding:12px 28px;font-family:inherit;font-size:1rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-block}.banner-cta-outline-white:hover{color:#78b719;background:#fff;transform:translateY(-2px);box-shadow:0 10px 20px #0000001a}.banner-paw-bg-decoration{opacity:.1;-webkit-user-select:none;user-select:none;font-size:20rem;position:absolute;bottom:-40px;right:-40px;transform:rotate(-20deg)}.quick-services-section{margin-bottom:80px}.categories-grid-container{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:20px;display:grid}@media (width<=640px){.categories-grid-container{grid-template-columns:repeat(2,1fr);gap:12px}}.category-btn-card{text-align:center;cursor:pointer;background:#fff;border:none;border-radius:20px;flex-direction:column;align-items:center;gap:15px;padding:30px;display:flex;box-shadow:0 4px 6px #0000000d}.category-icon-box{border-radius:16px;justify-content:center;align-items:center;width:64px;height:64px;display:flex}.category-label-text{color:#333;margin:0;font-size:1rem;font-weight:700}.category-info-stack{flex-direction:column;gap:4px;display:flex}.category-count-badge{color:#888;text-transform:uppercase;letter-spacing:.5px;font-size:.75rem;font-weight:600}.category-btn-card.has-preview{background:#fff;position:relative;overflow:hidden}.card-data-preview{z-index:0;opacity:.15;transition:opacity .3s;position:absolute;inset:0}.category-btn-card:hover .card-data-preview{opacity:.3}.preview-img-blur{object-fit:cover;filter:blur(4px);width:100%;height:100%}.live-status-pill{color:#fff;letter-spacing:.5px;z-index:5;background:#10b981;border-radius:20px;padding:2px 6px;font-size:.6rem;font-weight:800;position:absolute;top:10px;right:10px;box-shadow:0 4px 10px #10b9814d}.direct-buy-pill{color:#fff;cursor:pointer;z-index:10;background:#78b719;border:none;border-radius:8px;padding:6px 12px;font-size:.7rem;font-weight:800;transition:all .2s;position:absolute;bottom:10px;right:10px;box-shadow:0 4px 12px #78b7194d}.direct-buy-pill:hover{background:#629614;transform:scale(1.05)}.latest-item-name{color:var(--primary);white-space:nowrap;text-overflow:ellipsis;max-width:120px;margin-top:4px;font-size:.7rem;font-weight:600;overflow:hidden}.loading-screen-full{color:#666;flex-direction:column;justify-content:center;align-items:center;gap:20px;height:70vh;font-weight:500;display:flex}.actions-duo-grid{grid-template-columns:1fr 1fr;gap:24px;margin-bottom:80px;display:grid}@media (width<=768px){.actions-duo-grid{grid-template-columns:1fr;gap:16px;margin-bottom:60px}}.emergency-card-red{background:#fff5f5;border-radius:20px;padding:30px}.sos-header-flex{align-items:center;gap:15px;margin-bottom:15px;display:flex}.sos-title-text{color:#ff4757;margin:0;font-size:1.4rem}.sos-description-muted{color:#666;margin-bottom:20px}.btn-sos-red{color:#fff;background:#78b719;border:none;border-radius:12px;padding:12px 24px;font-weight:700;text-decoration:none;display:inline-block}.history-card-green{background:#f5fff5;border-radius:20px;padding:30px}.history-header-flex{align-items:center;gap:15px;margin-bottom:15px;display:flex}.history-title-text{color:#2ed573;margin:0;font-size:1.4rem}.history-description-muted{color:#666;margin-bottom:20px}.btn-history-green{color:#fff;background:#78b719;border:none;border-radius:12px;padding:12px 24px;font-weight:700;text-decoration:none;display:inline-block}.trending-section-header{justify-content:space-between;align-items:flex-end;margin-bottom:30px;display:flex}.trending-title-no-margin{margin:0}.view-all-shop-link{color:var(--primary);font-weight:600;text-decoration:none}.shop-card-padding{background:#fff;border-radius:20px;flex-direction:column;height:100%;padding:20px;display:flex;box-shadow:0 4px 6px #0000000d}.shop-image-container{background:#fff;border:1px solid #f0f0f0;border-radius:12px;justify-content:center;align-items:center;width:100%;height:200px;margin-bottom:15px;display:flex;position:relative;overflow:hidden}.shop-image-placeholder{opacity:.5;font-size:3rem}.shop-product-image{object-fit:contain;width:100%;height:100%;transition:transform .3s}.card-actions-row-footer-luxury{align-items:center;gap:8px;display:flex}.btn-wishlist-outline{cursor:pointer;color:#666;background:#fff;border:1.5px solid #eee;border-radius:10px;align-items:center;gap:6px;padding:8px 12px;font-size:.85rem;font-weight:600;transition:all .2s;display:flex}.btn-wishlist-outline:hover{color:#ff6b6b;border-color:#ff6b6b}.btn-cart-outline{cursor:pointer;background:#fff;border:1.5px solid #eee;border-radius:10px;justify-content:center;align-items:center;padding:8px 12px;transition:all .2s;display:flex}.btn-cart-outline:hover{background:#f0fdfa;border-color:#78b719}.shop-card-padding:hover .shop-product-image{transform:scale(1.1)}.shop-product-name-heading{margin:0;font-size:1.1rem}.shop-product-description-muted{color:#666;flex-grow:1;margin-bottom:15px;font-size:.9rem}.shop-card-footer-flex{justify-content:space-between;align-items:center;display:flex}.shop-product-price-bold{font-size:1.2rem;font-weight:700}.btn-add-to-cart-small{color:#fff;cursor:pointer;background:#78b719;border:none;border-radius:8px;padding:8px 20px;font-size:.85rem;font-weight:700;transition:all .2s}.btn-add-to-cart-small:hover{background:#629614}@media (width<=1024px){.home-banner-section{padding:50px 30px}.banner-title-large{font-size:2.5rem}}@media (width<=768px){.home-page-wrapper{padding:20px 15px}.home-banner-section{padding:35px 20px}.banner-title-large{font-size:2rem}.banner-description-text{font-size:1rem}.section-title{margin-bottom:20px;font-size:1.5rem}.shop-product-name-heading{font-size:1rem}.shop-product-price-bold{font-size:1.1rem}}@media (width<=480px){.home-banner-section{text-align:center;align-items:center;padding:25px 15px}.banner-title-large{font-size:1.7rem}.banner-cta-white{text-align:center;width:100%}.categories-grid-container{grid-template-columns:1fr}.category-btn-card{padding:20px}.shop-card-padding{padding:15px}.shop-image-container{height:150px}}.home-infographics-section{margin-bottom:80px}.section-header-centered{text-align:center;margin-bottom:40px}.section-subtitle{color:#666;margin-top:8px;font-size:1.1rem}.infographics-grid-premium{grid-template-columns:repeat(2,1fr);gap:30px;display:grid}@media (width<=768px){.infographics-grid-premium{grid-template-columns:1fr;gap:20px}}.infographic-card-luxury{border-radius:24px;flex-direction:column;transition:all .4s;display:flex;overflow:hidden}.info-image-preview-box{background:#f8fafc;width:100%;height:300px;position:relative;overflow:hidden}.info-image-preview-box img{object-fit:cover;width:100%;height:100%;transition:transform .6s}.infographic-card-luxury:hover .info-image-preview-box img{transform:scale(1.1)}.info-overlay-glass{opacity:0;background:#0003;justify-content:center;align-items:center;transition:opacity .3s;display:flex;position:absolute;inset:0}.infographic-card-luxury:hover .info-overlay-glass{opacity:1}.download-circle-btn{color:#78b719;background:#fff;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;text-decoration:none;transition:all .3s;display:flex;box-shadow:0 10px 20px #0003}.download-circle-btn:hover{color:#fff;background:#78b719;transform:scale(1.1)}.info-card-details{text-align:left;padding:24px}.info-card-details h3{color:#1a1a1a;margin:0 0 10px;font-size:1.25rem}.info-card-details p{color:#666;margin-bottom:20px;font-size:.95rem}.btn-text-download{color:#78b719;align-items:center;gap:8px;font-size:.9rem;font-weight:700;text-decoration:none;transition:gap .3s;display:flex}.btn-text-download:hover{gap:12px}.user-login-container{background:#fff;flex-direction:column;justify-content:center;align-items:center;width:100%;min-height:100vh;padding:60px 20px;display:flex;position:relative;overflow-y:auto}.login-card-premium-board{z-index:10;background:#fff;border:1px solid #f0f0f0;border-radius:40px;flex-direction:column;width:100%;max-width:500px;display:flex;position:relative;overflow:hidden;box-shadow:0 15px 50px #00000014}.login-board-art-header{background:#fff;width:100%;height:320px;padding:20px;position:relative;overflow:hidden}.board-art-slide{background-position:50%;background-repeat:no-repeat;background-size:contain;width:100%;height:100%;position:absolute;top:0;left:0}.login-board-content{flex-direction:column;align-items:center;padding:20px 40px 40px;display:flex}.login-board-title-section{text-align:center;margin-bottom:30px}.login-board-title-section h1{color:#1a1a1a;letter-spacing:-.5px;margin-bottom:8px;font-size:2.2rem;font-weight:800}.login-board-title-section p{color:#666;font-size:1rem;font-weight:500}.auth-alert{border-radius:12px;justify-content:center;align-items:center;gap:8px;width:100%;margin-bottom:20px;padding:12px 16px;font-size:.9rem;display:flex}.auth-alert.error{color:#e03131;background-color:#fff5f5;border:1px solid #ffc9c9}.auth-alert.success{color:#2f9e44;background-color:#f4fce3;border:1px solid #d8f5a2}.login-board-form{width:100%}.board-form-group{flex-direction:column;margin-bottom:22px;display:flex}.board-form-group label{color:#1a1a1a;text-align:left;margin-bottom:10px;font-size:.95rem;font-weight:700}.board-input-wrapper{width:100%;position:relative}.board-input-icon{color:#94a3b8;pointer-events:none;position:absolute;top:50%;left:18px;transform:translateY(-50%)}.board-input-wrapper input{box-sizing:border-box;color:#1a1a1a;background:#fff;border:1.5px solid #e2e8f0;border-radius:16px;width:100%;height:56px;padding:0 20px 0 52px;font-size:1rem;font-weight:500;transition:all .3s}.board-input-wrapper:has(.board-password-eye) input{padding-right:48px}.board-input-wrapper input:focus{border-color:#78b719;outline:none;box-shadow:0 0 0 4px #78b7191a}.board-password-eye{color:#94a3b8;cursor:pointer;z-index:2;background:0 0;border:none;justify-content:center;align-items:center;min-width:32px;min-height:32px;padding:4px;display:flex;position:absolute;top:50%;left:auto;right:18px;transform:translateY(-50%)}.board-password-eye:hover{color:#64748b}.forgot-password-row{text-align:right;margin-top:8px}.board-forgot-link{color:#16a34a;font-size:.85rem;font-weight:600;text-decoration:none}.board-forgot-link:hover{text-decoration:underline}.board-action-footer{flex-direction:column;gap:20px;margin-top:10px;display:flex}.board-submit-btn{color:#fff;cursor:pointer;background:#78b719;border:none;border-radius:16px;width:100%;height:56px;font-size:1.1rem;font-weight:700;transition:all .3s}.board-submit-btn:hover:not(:disabled){background:#629614;transform:translateY(-2px);box-shadow:0 8px 20px #78b71940}.board-submit-btn:disabled{opacity:.7;cursor:not-allowed}.board-login-footer-promo{text-align:center;color:#64748b;font-size:.95rem}.board-register-link{color:#1a1a1a;margin-left:8px;font-weight:700;text-decoration:none}.board-register-link:hover{text-decoration:underline}.back-to-home-btn{color:#475569;cursor:pointer;background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:14px;justify-content:center;align-items:center;gap:8px;width:fit-content;margin:25px auto 0;padding:12px 24px;font-size:.95rem;font-weight:700;text-decoration:none;transition:all .3s;display:flex}.back-to-home-btn:hover{color:#78b719;background:#fff;border-color:#78b719;transform:translateY(-2px);box-shadow:0 4px 12px #78b7191a}@media (width<=1024px){.user-login-container{padding:40px 16px 60px}.login-card-premium-board{max-width:100%}.login-board-art-header{height:280px;padding:16px}.login-board-content{padding:24px 28px 30px}}@media (width<=768px){.user-login-container{padding:30px 16px 40px}.login-card-premium-board{width:100%;margin:0 auto;box-shadow:0 14px 34px #0000001f}.login-board-art-header{height:260px;padding:14px}.login-board-content{padding:22px 20px 28px}.login-board-title-section h1{font-size:1.7rem}.login-board-title-section p{font-size:.95rem}.board-input-wrapper input{height:54px;min-height:54px;padding-left:50px;padding-right:20px}.board-input-wrapper:has(.board-password-eye) input{padding-right:48px}.board-input-icon{left:16px}.board-password-eye{left:auto;right:14px}}@media (width<=480px){.user-login-container{padding:24px 12px 32px}.login-board-art-header{height:220px}.login-board-content{padding:20px 16px 24px}.login-board-title-section h1{font-size:1.5rem}.login-board-title-section p{font-size:.9rem}.board-input-wrapper input{height:52px;min-height:52px;padding-left:46px;padding-right:16px;font-size:16px}.board-input-wrapper:has(.board-password-eye) input{padding-right:44px}.board-input-icon{left:14px}.board-password-eye{left:auto;right:12px}.board-submit-btn{height:54px;font-size:1rem}}.login-form-container{width:100%}.auth-form{flex-direction:column;gap:20px;display:flex}.form-group-premium{flex-direction:column;gap:8px;display:flex}.form-group-premium label{color:#4a4a4a;margin-left:4px;font-size:.85rem;font-weight:600}.input-with-icon{align-items:center;display:flex;position:relative}.input-icon{color:#94a3b8;pointer-events:none;position:absolute;left:14px}.input-with-icon input{color:#1e293b;border:1px solid #e2e8f0;border-radius:12px;width:100%;padding:12px 14px 12px 42px;font-size:1rem;transition:all .2s}.input-with-icon input:focus{border-color:#78b719;outline:none;box-shadow:0 0 0 4px #78b7191a}.auth-submit-btn{color:#fff;cursor:pointer;background:#78b719;border:none;border-radius:12px;margin-top:10px;padding:14px;font-size:1rem;font-weight:600;transition:all .2s}.auth-submit-btn:hover{background:#629614;transform:translateY(-1px)}.auth-submit-btn:disabled{opacity:.7;cursor:not-allowed}.auth-footer-text{text-align:center;color:#64748b;margin-top:24px;font-size:.9rem}.auth-footer-text a{color:#1a1a1a;font-weight:600;text-decoration:none}.auth-footer-text a:hover{text-decoration:underline}.register-page-container{padding:40px 20px 60px}.register-card-premium-board{max-width:560px}.register-board-form{width:100%}.scrollable-form{flex-direction:column;gap:4px;max-height:480px;padding-right:8px;display:flex;overflow-y:auto}.scrollable-form::-webkit-scrollbar{width:6px}.scrollable-form::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.scrollable-form::-webkit-scrollbar-thumb{background:#e2e8f0;border-radius:10px}.scrollable-form::-webkit-scrollbar-thumb:hover{background:#cbd5e1}.form-grid{grid-template-columns:1fr 1fr;gap:0 16px;display:grid}.register-board-form .board-form-group{margin-bottom:18px}.board-input-wrapper select{color:#1a1a1a;appearance:none;cursor:pointer;background:#fff;border:1.5px solid #e2e8f0;border-radius:16px;width:100%;height:56px;padding:0 20px 0 52px;font-size:1rem;font-weight:500;transition:all .3s}.board-input-wrapper select:focus{border-color:#78b719;outline:none;box-shadow:0 0 0 4px #78b7191a}.conditional-fields{background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;flex-direction:column;gap:4px;margin-bottom:8px;padding:16px;display:flex}.conditional-fields .board-input-wrapper input{padding-left:20px}@media (width<=640px){.form-grid{grid-template-columns:1fr}.scrollable-form{max-height:420px}.register-card-premium-board{max-width:100%}}@media (width<=480px){.register-page-container{padding:24px 12px 32px}.scrollable-form{max-height:380px}}.doctors-page-wrapper{max-width:1200px;margin:0 auto;padding:40px 24px}.doctors-header-section{text-align:center;margin-bottom:40px}.doctors-header-section h1{font-size:2.5rem}.doctors-header-section p{color:#666;font-size:1.1rem}.specialization-filter-row{flex-wrap:wrap;justify-content:center;gap:15px;margin-top:30px;display:flex}.filter-btn-pill{cursor:pointer;border-radius:50px;padding:10px 20px;transition:all .2s}.specialization-filter-row .btn-primary{color:#fff!important;background-color:#78b719!important;border-color:#78b719!important}.specialization-filter-row .btn-primary:hover{background-color:#639814!important;border-color:#639814!important}.doctors-loading-box{text-align:center;padding:40px}.doctor-card-grid-custom{grid-template-columns:repeat(auto-fill,minmax(350px,1fr))}.doctor-card-premium{background:#fff;border-radius:24px;padding:24px;position:relative;box-shadow:0 4px 10px #0000000d}.verified-badge-pill{color:#039be5;background:#e1f5fe;border-radius:50px;align-items:center;gap:4px;padding:4px 12px;font-size:.8rem;font-weight:600;display:flex;position:absolute;top:20px;right:20px}.doctor-profile-top-row{gap:20px;margin-bottom:20px;display:flex}.doctor-image-container-square{background:#eee;border-radius:20px;width:100px;height:100px;overflow:hidden}.doctor-avatar-fallback{justify-content:center;align-items:center;width:100%;height:100%;font-size:2rem;display:flex}.doctor-main-info-column{flex:1}.doctor-name-heading{margin:0;font-size:1.3rem}.doctor-specialization-text{margin:0;font-size:.9rem;font-weight:600}.doctor-experience-text{color:#666;margin:4px 0 0;font-size:.85rem}.doctor-rating-row{align-items:center;gap:4px;margin-top:6px;display:flex}.rating-value-bold{font-weight:600}.reviews-count-muted{color:#aaa;font-size:.8rem}.doctor-locations-section{border-top:1px solid #eee;margin-bottom:20px;padding-top:15px}.location-item-row-grey{color:#666;align-items:center;gap:8px;margin-bottom:8px;font-size:.9rem;display:flex}.doctor-footer-row{justify-content:space-between;align-items:center;display:flex}.fee-label-muted{color:#aaa;margin:0;font-size:.8rem}.fee-value-bold{margin:0;font-size:1.2rem;font-weight:800}.btn-book-now-padded{padding:10px 24px;transition:all .3s;color:#fff!important;background-color:#78b719!important;border-color:#78b719!important}.btn-book-now-padded:hover{transform:translateY(-1px);background-color:#639814!important;border-color:#639814!important}.no-doctors-found-box{text-align:center;grid-column:1/-1;padding:100px}.no-doctors-found-box h2{margin:0 0 10px}.no-doctors-found-box p{color:#666;margin:0}.store-page-wrapper{max-width:1400px;margin:0 auto;padding:40px 24px}.store-campaign-promo-banner{background:linear-gradient(90deg,#4f46e51f,#10b9811a);border:1px solid #4f46e540;border-radius:12px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-bottom:20px;padding:12px 18px;font-size:.95rem;display:flex}.store-campaign-promo-banner button{cursor:pointer;background:0 0;border:1px solid #4f46e559;border-radius:8px;padding:6px 12px;font-size:.85rem}.store-main-layout{gap:40px;display:flex}.store-sidebar-filters{flex-shrink:0;width:250px}.store-sidebar-card{padding:24px;position:sticky;top:100px}.filter-title-row{align-items:center;gap:8px;margin:0 0 20px;display:flex}.filter-group-box{margin-bottom:30px}.filter-label-muted{color:#aaa;text-transform:uppercase;margin-top:0;margin-bottom:15px;font-size:.9rem}.filter-links-stack{flex-direction:column;gap:12px;display:flex}.filter-link-item{color:inherit;align-items:center;gap:10px;font-weight:400;text-decoration:none;display:flex}.filter-link-item.active{color:var(--primary);font-weight:600}.price-range-slider{width:100%}.price-range-labels-row{color:#666;justify-content:space-between;margin-top:10px;font-size:.8rem;display:flex}.store-products-area{flex:1;min-width:0}.products-header-row{justify-content:space-between;align-items:center;margin-bottom:40px;display:flex}.products-header-row h2{margin:0}.search-bar-rounded-wrapper{background:#fff;border:1.5px solid #eee;border-radius:12px;align-items:center;gap:10px;width:300px;padding:8px 16px;display:flex}.search-bar-input-minimal{border:none;outline:none;width:100%}.products-loading-centered{text-align:center;padding:100px}.product-card-padding{flex-direction:column;height:100%;padding:20px;display:flex}.product-image-box-minimal{background:#fff;border:1px solid #f0f0f0;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:100%;height:220px;margin-bottom:15px;font-size:2.5rem;display:flex;position:relative;overflow:hidden}.wishlist-heart-btn{cursor:pointer;z-index:10;background:#fff;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex;position:absolute;top:10px;left:10px;box-shadow:0 4px 10px #0000001a}.wishlist-heart-btn:hover{transform:scale(1.1)}.wishlist-heart-btn.active{background:#fff5f5}.product-name-heading{margin-top:0;margin-bottom:5px;font-size:1.1rem;font-weight:600}.product-description-text-muted{color:#666;flex-grow:1;margin-bottom:15px;font-size:.85rem}.product-card-footer{justify-content:space-between;align-items:center;display:flex}.product-price-bold-large{margin:0;font-size:1.2rem;font-weight:800}.product-old-price-muted{color:#aaa;margin:0;font-size:.8rem;text-decoration:line-through}.btn-add-to-cart-sq{padding:10px;background:#78b719!important}.btn-add-to-cart-sq:hover{background:#629614!important}.store-footer-actions-luxury{align-items:center;gap:8px;display:flex}.btn-wishlist-outline{cursor:pointer;background:#fff;border:1.5px solid #f0f0f0;border-radius:12px;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex}.btn-wishlist-outline:hover{background:#fff5f5;border-color:#ff6b6b}.btn-cart-outline-sq{cursor:pointer;background:#fff;border:1.5px solid #f0f0f0;border-radius:12px;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex}.btn-cart-outline-sq:hover{background:#f0fdfa;border-color:#78b719}.no-products-found-box{text-align:center;grid-column:1/-1;padding:100px}.no-products-found-box h3{margin:0 0 10px}.no-products-found-box p{color:#666;margin:0}@media (width<=992px){.store-main-layout{flex-direction:column;gap:20px}.store-sidebar-filters{width:100%}.store-sidebar-card{padding:20px;position:static}.filter-links-stack{-webkit-overflow-scrolling:touch;flex-direction:row;gap:15px;padding-bottom:10px;overflow-x:auto}.filter-link-item{white-space:nowrap;background:#fff;border:1px solid #eee;border-radius:50px;padding:8px 16px}.filter-link-item.active{background:var(--primary);color:#fff;border-color:var(--primary)}.search-bar-rounded-wrapper{width:100%}.products-header-row{flex-direction:column;align-items:flex-start;gap:20px}}@media (width<=640px){.store-page-wrapper{padding:20px 15px}.product-image-box-minimal{height:160px}.product-name-heading{font-size:1rem}.product-price-bold-large{font-size:1.1rem}}.btn-cart-outline-sq.in-cart{cursor:default;pointer-events:none;opacity:.8;background:#ecf3e5;border-color:#78b719}.pet-dashboard-container{max-width:1200px;margin:0 auto;padding:40px 24px}.pet-dashboard-header{justify-content:space-between;align-items:center;margin-bottom:40px;display:flex}.pet-dashboard-header h1{font-size:2.2rem;font-weight:800}.pet-dashboard-header p{color:#666;font-size:1.1rem}.btn-add-pet-red{color:#fff;cursor:pointer;background:#ff6b6b;border:none;border-radius:16px;align-items:center;gap:10px;padding:12px 24px;font-weight:700;display:flex;box-shadow:0 10px 20px #ff6b6b33}.pet-profiles-grid{grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:24px;margin-bottom:60px;display:grid}.pet-card-premium{background:#fff;border-radius:24px;padding:30px;position:relative;overflow:hidden;box-shadow:0 4px 6px #0000000d}.pet-info-row{align-items:center;gap:20px;margin-bottom:25px;display:flex}.pet-avatar-box{background:#f3f4f6;border-radius:24px;justify-content:center;align-items:center;width:80px;height:80px;font-size:2.5rem;display:flex}.pet-text-info h3{margin:0;font-size:1.4rem;font-weight:800}.pet-text-info p{color:#666;margin:4px 0 0}.pet-type-tag-red{color:#ef4444;background:#fee2e2;border-radius:50px;margin-top:8px;padding:2px 10px;font-size:.75rem;font-weight:700;display:inline-block}.pet-stats-grid{grid-template-columns:1fr 1fr;gap:15px;margin-bottom:25px;display:grid}.pet-stat-item-box{text-align:center;background:#f9fafb;border-radius:16px;padding:15px}.pet-stat-item-box h4{margin:0;font-size:1.1rem}.pet-stat-item-box p{color:#9ca3af;margin:0;font-size:.75rem}.pet-card-actions-row{gap:12px;display:flex}.btn-health-track-black{color:#fff;cursor:pointer;background:#111827;border:none;border-radius:12px;flex:1;justify-content:center;align-items:center;gap:8px;padding:12px;font-weight:600;display:flex}.btn-edit-pet-white{cursor:pointer;background:#fff;border:1.5px solid #f3f4f6;border-radius:12px;padding:12px}.vaccinations-section{margin-bottom:60px}.vaccinations-section h2{margin-bottom:25px;font-size:1.8rem;font-weight:800}.vaccinations-stack{gap:16px;display:grid}.vaccination-item-row{background:#fff;border:1px solid #f3f4f6;border-radius:20px;justify-content:space-between;align-items:center;padding:24px;display:flex}.vaccination-item-left{align-items:center;gap:15px;display:flex}.vaccination-icon-box-green{color:#10b981;background:#f0fdf4;border-radius:12px;padding:12px}.vaccination-text-box h4{margin:0;font-size:1.1rem}.vaccination-text-box p{color:#666;margin:4px 0 0;font-size:.9rem}.vaccination-status-badge{border-radius:50px;padding:6px 15px;font-size:.8rem;font-weight:700}.status-due-soon-orange{color:#d97706;background:#fffbeb}.status-scheduled-green{color:#10b981;background:#f0fdf4}@media (width<=768px){.pet-dashboard-header{flex-direction:column;align-items:flex-start;gap:20px;margin-bottom:30px}.pet-dashboard-header h1{font-size:1.8rem}.pet-profiles-grid{grid-template-columns:1fr}.vaccination-item-row{flex-direction:column;align-items:flex-start;gap:15px}.vaccination-status-badge{align-self:flex-start}.pet-dashboard-container{padding:20px 15px}}@media (width<=480px){.pet-info-row{flex-direction:column;align-items:flex-start;gap:15px}.btn-add-pet-red{justify-content:center;width:100%}}.consult-engine-wrapper{max-width:1200px;margin:0 auto;padding:40px 24px}.consult-header-row{justify-content:space-between;align-items:flex-end;margin-bottom:50px;display:flex}.consult-header-text h1{margin-bottom:10px;font-size:2.4rem;font-weight:900}.consult-header-text p{color:#666;font-size:1.1rem}.btn-past-consults-glass{cursor:pointer;background:#fff;border:1.5px solid #f3f4f6;border-radius:16px;align-items:center;gap:8px;padding:12px 24px;font-weight:700;display:flex}.btn-prescriptions-red{color:#111827;cursor:pointer;box-shadow:none;background:#fff;border:1.5px solid #f3f4f6;border-radius:16px;align-items:center;gap:8px;padding:12px 24px;font-weight:700;display:flex}.search-filter-layout{gap:15px;margin-bottom:40px;display:flex}.search-bar-wide-wrapper{flex:1;position:relative}.search-icon-absolute{left:"16px";top:"16px";color:"#9CA3AF";position:absolute}.search-input-premium{border:1.5px solid #e5e7eb;border-radius:20px;outline:none;width:100%;padding:16px 20px 16px 52px;font-size:1.1rem}.btn-adv-filters-glass{background:#fff;border:1.5px solid #e5e7eb;border-radius:20px;align-items:center;gap:10px;padding:0 25px;font-weight:700;display:flex}.specialty-pills-row{gap:20px;margin-bottom:50px;padding-bottom:20px;display:flex;overflow-x:auto}.specialty-pill-btn{white-space:nowrap;cursor:pointer;border:1.5px solid #f3f4f6;border-radius:50px;padding:12px 24px;font-weight:700}.specialty-pill-btn.active{color:#fff;background:#111827}.consult-results-grid{grid-template-columns:repeat(auto-fill,minmax(380px,1fr));gap:24px;display:grid}.doctor-card-premium-rounded{background:#fff;border:1.5px solid #f3f4f6;border-radius:32px;padding:24px;position:relative}.doctor-card-top-info{gap:20px;margin-bottom:25px;display:flex}.doctor-avatar-box-large{background:#f9fafb;border-radius:24px;justify-content:center;align-items:center;width:100px;height:100px;font-size:3rem;display:flex}.doctor-text-info-stack{flex:1}.doctor-name-rating-row{justify-content:space-between;align-items:flex-start;display:flex}.doctor-name-h3{margin:0;font-size:1.2rem;font-weight:800}.rating-star-row{color:#f59e0b;align-items:center;gap:4px;font-size:.85rem;font-weight:700;display:flex}.specialty-highlight-red{color:#ff6b6b;margin:4px 0;font-size:.9rem;font-weight:700}.doctor-stats-mini-row{color:#6b7280;gap:15px;margin-top:8px;font-size:.8rem;display:flex}.stat-item-inline{align-items:center;gap:4px;display:flex}.availability-fees-container{background:#f9fafb;border-radius:24px;margin-bottom:24px;padding:20px}.availability-item-row{justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.fee-item-row{justify-content:space-between;align-items:center;display:flex}.availability-label{color:#374151;font-size:.9rem;font-weight:600}.availability-value{color:#10b981;font-size:.9rem;font-weight:800}.fee-label{color:#374151;font-size:.9rem;font-weight:600}.fee-value{font-size:1.1rem;font-weight:900}.doctor-card-action-row{gap:12px;display:flex}.btn-book-consult-dark{color:#fff;cursor:pointer;background:#111827;border:none;border-radius:16px;flex:1;justify-content:center;align-items:center;gap:10px;padding:16px;font-weight:700;display:flex}.btn-view-profile-glass-sq{color:#111827;cursor:pointer;background:#fff;border:1.5px solid #f3f4f6;border-radius:16px;padding:16px}.modal-overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1000;background:#0006;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.modal-content.modal-large{background:#fff;border-radius:32px;flex-direction:column;width:90%;max-width:600px;max-height:85vh;padding:40px;display:flex;position:relative;box-shadow:0 25px 50px -12px #00000040}.modal-content.modal-large::-webkit-scrollbar{width:8px}.modal-content.modal-large::-webkit-scrollbar-track{background:0 0;margin:20px}.modal-content.modal-large::-webkit-scrollbar-thumb{background:#e5e7eb;border-radius:10px}.modal-content.modal-large::-webkit-scrollbar-thumb:hover{background:#d1d5db}.booking-form-container{flex:1;padding-right:10px;overflow-y:auto}.modal-header{justify-content:space-between;align-items:center;margin-bottom:30px;display:flex}.modal-header h2{margin:0;font-size:1.8rem;font-weight:900}.modal-close{cursor:pointer;background:#f3f4f6;border:none;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:all .3s;display:flex}.modal-close:hover{color:#fff;background:#ef4444;transform:rotate(90deg)}.booking-form{flex-direction:column;gap:24px;display:flex}.form-group label{color:#374151;margin-left:4px;font-size:.95rem;font-weight:700}.form-input-premium,.form-select-premium,.form-textarea-premium{background:#f9fafb;border:2px solid #f3f4f6;border-radius:18px;outline:none;padding:16px 20px;font-size:1.1rem;font-weight:600;transition:all .3s}.form-input-premium:focus,.form-select-premium:focus,.form-textarea-premium:focus{background:#fff;border-color:#111827;box-shadow:0 0 0 4px #1118270d}.form-textarea-premium{resize:none}.modal-actions{gap:16px;margin-top:20px;display:flex}.btn-book{border-radius:18px;flex:2;padding:18px;font-size:1.1rem;font-weight:800}.btn-cancel{color:#374151;cursor:pointer;background:#f3f4f6;border:none;border-radius:18px;flex:1;padding:18px;font-weight:700;transition:all .3s}.btn-cancel:hover{background:#e5e7eb}.pet-selector-wrapper{position:relative}.pet-dropdown-results{z-index:10;background:#fff;border:2px solid #f3f4f6;border-radius:18px;max-height:200px;margin-top:8px;position:absolute;top:100%;left:0;right:0;overflow-y:auto;box-shadow:0 10px 25px #0000001a}.pet-result-item{cursor:pointer;align-items:center;gap:12px;padding:12px 20px;transition:background .2s;display:flex}.pet-result-item:hover{background:#f9fafb}.pet-avatar-mini{background:#f3f4f6;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:1.2rem;display:flex}.pet-info-mini h4{margin:0;font-size:.95rem;font-weight:700}.pet-info-mini p{color:#6b7280;margin:0;font-size:.8rem}.section-header-row{justify-content:space-between;align-items:center;margin-bottom:25px;display:flex}.btn-refresh-history{cursor:pointer;background:#fff;border:1.5px solid #e5e7eb;border-radius:12px;align-items:center;gap:8px;padding:8px 16px;font-weight:700;display:flex}.past-consults-table-container{background:#fff;border:1.5px solid #f3f4f6;border-radius:24px;overflow-x:auto;box-shadow:0 4px 6px -1px #0000000d}.premium-history-table{border-collapse:collapse;width:100%;min-width:800px}.premium-history-table th{text-align:left;text-transform:uppercase;color:#6b7280;background:#f9fafb;border-bottom:1.5px solid #f3f4f6;padding:16px 24px;font-size:.8rem;font-weight:700}.premium-history-table td{border-bottom:1.5px solid #f9fafb;padding:20px 24px;font-size:.95rem}.table-doctor-info{align-items:center;gap:12px;display:flex}.table-doctor-avatar{background:#f3f4f6;border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.4rem;display:flex}.table-doctor-name{color:#111827;font-weight:800}.mode-badge{text-transform:capitalize;border-radius:8px;padding:6px 12px;font-size:.8rem;font-weight:700}.mode-badge.video{color:#4f46e5;background:#eef2ff}.mode-badge.chat{color:#059669;background:#ecfdf5}.mode-badge.clinic{color:#ea580c;background:#fff7ed}.status-pill{border-radius:50px;padding:6px 14px;font-size:.8rem;font-weight:700}.status-pending{color:#92400e;background:#fef3c7}.status-confirmed{color:#065f46;background:#d1fae5}.status-completed{color:#1e40af;background:#dbeafe}.btn-table-action{cursor:pointer;border:none;border-radius:10px;padding:8px 16px;font-size:.85rem;font-weight:700}.btn-table-action.view-rx{color:#fff;background:#ff6b6b}.btn-table-action.med-record{color:#fff;background:#6366f1}.btn-table-action.details{color:#374151;background:#f3f4f6}.prescriptions-grid{grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:20px;margin-top:20px;display:grid}.rx-card-luxury{background:#fff;border:1px solid #f1f5f9;border-radius:20px;padding:24px;transition:all .3s;box-shadow:0 10px 30px #0000000d}.rx-card-luxury:hover{transform:translateY(-5px);box-shadow:0 20px 40px #00000014}.rx-meds-list{flex-direction:column;gap:12px;margin:20px 0;display:flex}.med-item-pill{background:#f8fafc;border-left:4px solid #10b981;border-radius:14px;padding:14px 18px}.med-main{justify-content:space-between;align-items:center;display:flex}.med-main strong{color:#1e293b;font-size:15px}.med-main span{color:#0369a1;background:#e0f2fe;border-radius:20px;padding:4px 10px;font-size:11px;font-weight:800}.med-sub{color:#64748b;margin-top:4px;font-size:12px;font-weight:600}.rx-card-actions{gap:12px;margin-top:20px;display:flex}.btn-rx-action{cursor:pointer;color:#475569;background:#fff;border:1px solid #e2e8f0;border-radius:12px;flex:1;justify-content:center;align-items:center;gap:8px;padding:12px;font-size:13px;font-weight:700;transition:all .2s;display:flex}.btn-rx-action.primary{color:#fff;background:#10b981;border:none}.btn-rx-action:hover{transform:scale(1.02)}.btn-rx-action.primary:hover{background:#059669;box-shadow:0 10px 15px -3px #10b9814d}.rx-card-top{gap:16px;margin-bottom:20px;display:flex}.rx-icon-box{background:#ff6b6b;border-radius:14px;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.rx-info h4{margin:0;font-size:1.1rem;font-weight:800}.rx-info p{color:#6b7280;margin:4px 0 0;font-size:.85rem}.rx-meds-list{flex-wrap:wrap;gap:8px;margin-bottom:20px;display:flex}.med-item-pill{color:#4b5563;background:#f9fafb;border-radius:8px;padding:6px 12px;font-size:.85rem}.btn-download-rx{cursor:pointer;background:#f3f4f6;border:none;border-radius:12px;width:100%;padding:12px;font-weight:700}.btn-table-action.join-video,.btn-table-action.join-audio,.btn-table-action.join-chat,.btn-table-action.join-online{color:#fff;background:linear-gradient(135deg,#10b981 0%,#059669 100%);border:none;font-weight:700}.btn-table-action.join-clinic{color:#fff;background:linear-gradient(135deg,#6366f1 0%,#4f46e5 100%);border:none;font-weight:700}.btn-table-action.join-video:hover,.btn-table-action.join-chat:hover,.btn-table-action.join-online:hover,.btn-table-action.join-clinic:hover{transform:translateY(-2px);box-shadow:0 4px 12px #10b9814d}.empty-state-lux{text-align:center;padding:60px 20px}.empty-state-lux h3{margin-bottom:10px;font-size:1.5rem;font-weight:800}.empty-state-lux p{color:#6b7280}.btn-book-now-empty{color:#fff;cursor:pointer;background:#111827;border:none;border-radius:12px;margin-top:20px;padding:12px 30px;font-weight:700}.details-grid-dual{grid-template-columns:1fr 1fr;gap:20px;margin-bottom:30px;display:grid}.detail-section label{text-transform:uppercase;color:#9ca3af;letter-spacing:.05em;font-size:.75rem;font-weight:800}.detail-section h3{margin:5px 0;font-size:1.2rem;font-weight:800}.detail-section p{color:#6b7280;margin:0;font-size:.9rem}.notes-section-lux{margin-bottom:30px}.notes-section-lux label{text-transform:uppercase;color:#9ca3af;margin-bottom:10px;font-size:.75rem;font-weight:800;display:block}.notes-box-glass{color:#374151;background:#f9fafb;border:1.5px solid #f3f4f6;border-radius:16px;padding:20px;line-height:1.6}.status-timeline-lux{background:#ecfdf5;border:1.5px solid #d1fae5;border-radius:16px;padding:20px}.timeline-item{align-items:flex-start;gap:15px;display:flex}.status-point{background:#10b981;border-radius:50%;width:12px;height:12px;margin-top:5px;box-shadow:0 0 0 4px #10b98133}.timeline-text strong{color:#065f46;font-size:.9rem;display:block}.timeline-text p{color:#047857;margin:4px 0 0;font-size:.8rem}.table-actions-group{gap:8px;display:flex}.modal-content-prescription-paper{background:#fff;border-radius:8px;width:95%;max-width:800px;max-height:90vh;margin:auto;padding:0;position:relative;overflow-y:auto;box-shadow:0 25px 50px #0000004d}.prescription-paper-inner{background:#fff;padding:40px}.modal-close-btn-rx{cursor:pointer;z-index:10;background:#f1f5f9;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;display:flex;position:absolute;top:20px;right:20px}.btn-print-rx-modal{color:#fff;cursor:pointer;background:#111827;border:none;border-radius:12px;align-items:center;gap:8px;padding:12px 24px;font-weight:700;display:flex}.rx-brand-text{color:#10b981;font-size:1.2rem;font-weight:900}@media print{body{background:#fff!important}.no-print,.consult-engine-wrapper,.modal-overlay-luxury:not(.printing-active){display:none!important}.modal-overlay-luxury{background:0 0!important;padding:0!important;position:static!important}.modal-content-prescription-paper{box-shadow:none!important;width:100%!important;max-width:none!important;margin:0!important;padding:0!important;position:static!important}}.modal-content-record-viewer{background:#fff;border-radius:20px;flex-direction:column;width:90%;max-width:1000px;height:90vh;display:flex;overflow:hidden;box-shadow:0 30px 60px #0006}.record-viewer-header{background:#f9fafb;border-bottom:1.5px solid #f3f4f6;justify-content:space-between;align-items:center;padding:20px 30px;display:flex}.record-title-box h3{color:#111827;margin:0;font-size:1.25rem;font-weight:800}.record-title-box p{color:#6b7280;margin:4px 0 0;font-size:.85rem}.record-viewer-actions{align-items:center;gap:12px;display:flex}.modal-close-btn-simple{cursor:pointer;color:#9ca3af;background:0 0;border:none;justify-content:center;align-items:center;padding:8px;transition:all .2s;display:flex}.modal-close-btn-simple:hover{color:#111827}.record-viewer-body{background:#f1f5f9;flex:1;position:relative;overflow:hidden}.record-iframe-viewer{border:none;width:100%;height:100%}.record-image-wrapper{justify-content:center;align-items:center;width:100%;height:100%;padding:20px;display:flex;overflow:auto}.record-image-wrapper img{object-fit:contain;border-radius:8px;max-width:100%;max-height:100%;box-shadow:0 10px 40px #0000001a}.record-viewer-footer{background:#fff;border-top:1.5px solid #f3f4f6;padding:20px 30px}.record-viewer-footer strong{text-transform:uppercase;color:#9ca3af;margin-bottom:8px;font-size:.75rem;display:block}.record-viewer-footer p{color:#374151;margin:0;font-size:.95rem;line-height:1.6}@media (width<=992px){.consult-header-row{flex-direction:column;align-items:flex-start;gap:24px;margin-bottom:30px}.consult-header-actions{width:100%}.consult-header-text h1{font-size:1.8rem}.consult-results-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}}@media (width<=640px){.consult-engine-wrapper{padding:20px 15px}.consult-header-actions{flex-direction:column;gap:12px}.btn-past-consults-glass,.btn-prescriptions-red{justify-content:center;width:100%}.search-filter-layout{flex-direction:column}.btn-adv-filters-glass{justify-content:center;padding:12px}.doctor-avatar-box-large{width:70px;height:70px;font-size:2rem}.doctor-card-premium-rounded{padding:20px}.consult-results-grid{grid-template-columns:1fr}}.profile-page-wrapper{gap:30px;max-width:1200px;margin:0 auto;padding:40px 24px;display:flex}.profile-sidebar{flex-shrink:0;width:300px}.profile-sidebar-card{padding:24px;position:sticky;top:20px}.profile-user-info-row{align-items:center;gap:15px;margin-bottom:30px;display:flex}.profile-avatar-circle{background:var(--primary);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;font-size:1.5rem;font-weight:700;display:flex}.profile-user-text h3{margin:0;font-weight:700}.profile-user-text p{color:#666;margin:0;font-size:.9rem}.profile-nav-stack{flex-direction:column;gap:10px;display:flex}.profile-nav-btn{color:#444;cursor:pointer;background:0 0;border:none;border-radius:12px;justify-content:space-between;align-items:center;padding:12px 16px;font-weight:500;transition:all .2s;display:flex}.profile-nav-btn.active{background:var(--primary-light);color:var(--primary);font-weight:700}.profile-nav-btn-left{align-items:center;gap:12px;display:flex}.btn-logout-outlined{color:#ff4757;cursor:pointer;background:#fff;border:1px solid #eee;border-radius:12px;align-items:center;gap:12px;width:100%;margin-top:30px;padding:12px 16px;font-weight:600;display:flex}.profile-main-content{flex:1}.profile-content-card{min-height:600px;padding:40px}.profile-tab-title{margin-bottom:24px;font-size:1.8rem;font-weight:800}.profile-stats-grid{grid-template-columns:1fr 1fr 1fr;gap:20px;margin-bottom:40px;display:grid}.stat-box-blue{background:#f0f7ff;border:1px solid #d0e7ff;border-radius:16px;padding:20px}.stat-box-orange{background:#fff7ed;border:1px solid #ffedd5;border-radius:16px;padding:20px}.stat-box-green{background:#f0fdf4;border:1px solid #dcfce7;border-radius:16px;padding:20px}.stat-box-label-blue{color:#06c;margin:0;font-size:.9rem}.stat-box-label-orange{color:#c2410c;margin:0;font-size:.9rem}.stat-box-label-green{color:#15803d;margin:0;font-size:.9rem}.stat-box-value{font-size:1.5rem;font-weight:800}.recent-activity-title{margin-bottom:15px;font-size:1.2rem;font-weight:700}.empty-activity-box{text-align:center;color:#888;background:#f9f9f9;border-radius:16px;padding:20px}.orders-tab-body{flex-direction:column;gap:15px;display:flex}.orders-empty-text{color:#666}.pets-tab-header{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.pets-grid-two-col{grid-template-columns:1fr 1fr;gap:20px;display:grid}.pet-mini-card{border:1px solid #eee;border-radius:20px;align-items:center;gap:15px;padding:20px;display:flex}.pet-mini-avatar-placeholder{background:#eee;border-radius:50%;width:60px;height:60px}.pet-mini-info h4{margin:0}.pet-mini-info p{color:#666;margin:0;font-size:.9rem}.under-dev-box{text-align:center;padding:100px 0}.under-dev-title{color:#666}.under-dev-text{color:#888}:root{--primary-gold:#fc0;--primary-light:#ffe66d;--dark-grey:#1f2937;--text-muted:#6b7280;--white:#fff;--glass:#fffc;--shadow-luxe:0 10px 25px -5px #0000001a, 0 8px 10px -6px #0000001a}.grooming-page-wrapper{max-width:1300px;margin:0 auto;padding:40px 24px;font-family:Outfit,sans-serif}.loading-center{justify-content:center;align-items:center;min-height:80vh;display:flex}.loader-container-luxe{text-align:center}.paw-loader{font-size:3rem;animation:1s infinite alternate bounce}.grooming-hero-card{color:#fff;background:#78b719;border-radius:32px;justify-content:space-between;align-items:center;margin-bottom:60px;padding:60px;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 40px #78b71933}.hero-content-luxe{z-index:2;max-width:600px}.badge-luxe{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;background:#fff3;border:1px solid #ffffff4d;border-radius:100px;align-items:center;gap:6px;margin-bottom:20px;padding:6px 16px;font-size:.8rem;font-weight:700;display:inline-flex}.hero-content-luxe h1{margin-bottom:20px;font-size:3.5rem;line-height:1.1}.hero-content-luxe h1 span{color:#fff;opacity:.9}.hero-content-luxe p{color:#fffc;margin-bottom:40px;font-size:1.1rem;line-height:1.6}.hero-stats-row{gap:40px;display:flex}.h-stat strong{color:#fff;font-size:1.5rem;display:block}.h-stat span{color:#ffffffb3;font-size:.9rem}.hero-image-luxe{position:relative}.image-blob-bg{filter:blur(40px);opacity:.2;background:radial-gradient(circle,#fff 0%,#0000 70%);width:300px;height:300px;position:absolute}.my-bookings-section{background:#f9fafb;border:1px solid #e5e7eb;border-radius:24px;margin-bottom:60px;padding:40px}.bookings-stack{flex-direction:column;gap:16px;margin-top:24px;display:flex}.booking-item-card{background:#fff;border:1px solid #f3f4f6;border-radius:16px;justify-content:space-between;align-items:center;padding:20px 24px;transition:transform .2s;display:flex}.booking-item-card:hover{transform:translate(5px);box-shadow:0 4px 12px #0000000d}.b-info-main h4{margin:0 0 4px;font-size:1.1rem}.b-meta-row{color:var(--text-muted);gap:16px;font-size:.85rem;display:flex}.b-status-badge{text-transform:uppercase;border-radius:100px;padding:6px 12px;font-size:.75rem;font-weight:700}.b-status-badge.upcoming,.b-status-badge.pending{color:#3b82f6;background:#eff6ff}.b-status-badge.confirmed{color:#059669;background:#ecfdf5}.b-status-badge.in_progress{color:#ea580c;background:#fff7ed}.b-status-badge.completed{color:#10b981;background:#f0fdf4}.b-status-badge.cancelled{color:#ef4444;background:#fef2f2}.grooming-section{margin-bottom:80px}.section-header-luxe{justify-content:space-between;align-items:flex-end;margin-bottom:40px;display:flex}.luxe-title{color:var(--dark-grey);margin-bottom:8px;font-size:2.2rem;font-weight:800}.luxe-subtitle{color:var(--text-muted);font-size:1.1rem}.view-all-link{color:#78b719;cursor:pointer;background:0 0;border:none;font-size:1rem;font-weight:700}.grooming-packages-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px;display:grid}.service-card-luxe{text-align:center;background:#fff;border:1px solid #e5e7eb;border-radius:24px;padding:40px 32px;transition:all .3s}.service-card-luxe:hover{box-shadow:var(--shadow-luxe);border-color:#78b719;transform:translateY(-10px)}.service-icon-box{background:#f0fdf4;border-radius:20px;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 24px;font-size:2rem;display:flex}.service-card-luxe h3{margin-bottom:12px;font-size:1.4rem}.service-price-luxe{color:var(--dark-grey);margin-bottom:24px;font-size:1.8rem;font-weight:800}.service-features-list{text-align:left;margin:0 0 32px;padding:0;list-style:none}.service-features-list li{color:var(--text-muted);align-items:center;gap:10px;margin-bottom:12px;font-size:.95rem;display:flex}.service-features-list li svg{color:#10b981}.btn-service-select{width:100%;color:var(--dark-grey);cursor:pointer;background:0 0;border:2px solid #78b719;border-radius:12px;padding:14px;font-weight:700;transition:all .2s}.btn-service-select:hover{color:#fff;background:#78b719}.groomer-grid-luxe{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:24px;display:grid}.groomer-card-luxe{background:#fff;border:1px solid #e5e7eb;border-radius:24px;padding:32px;transition:all .3s}.groomer-card-luxe:hover{box-shadow:var(--shadow-luxe);border-color:#78b719}.g-card-top{gap:20px;margin-bottom:24px;display:flex}.g-image-ring{border:2px solid #78b719;border-radius:50%;width:70px;height:70px;padding:4px;position:relative}.g-image-ring img,.g-initials{object-fit:cover;border-radius:50%;width:100%;height:100%}.g-initials{background:#f3f4f6;justify-content:center;align-items:center;font-size:1.5rem;font-weight:700;display:flex}.online-indicator{background:#10b981;border:2px solid #fff;border-radius:50%;width:14px;height:14px;position:absolute;bottom:4px;right:4px}.g-meta h3{margin:0 0 6px;font-size:1.2rem}.g-rating-pill{color:#10b981;background:#f0fdf4;border-radius:100px;align-items:center;gap:4px;padding:4px 10px;font-size:.85rem;font-weight:700;display:inline-flex}.g-tags{flex-wrap:wrap;gap:8px;margin-bottom:16px;display:flex}.g-tag{color:var(--text-muted);background:#f3f4f6;border-radius:6px;align-items:center;gap:6px;padding:4px 10px;font-size:.8rem;font-weight:600;display:flex}.g-services-luxe{margin-bottom:20px}.g-services-luxe strong{color:var(--dark-grey);margin-bottom:8px;font-size:.85rem;display:block}.g-service-pills{flex-wrap:wrap;gap:6px;display:flex}.g-service-mini{color:#10b981;background:#f0fdf4;border:1px solid #10b98133;border-radius:4px;padding:2px 8px;font-size:.75rem;font-weight:600}.g-bio{color:var(--text-muted);height:44px;margin-bottom:32px;font-size:.9rem;line-height:1.6;overflow:hidden}.g-footer{border-top:1px dashed #e5e7eb;justify-content:space-between;align-items:center;padding-top:24px;display:flex}.g-pricing .label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;font-size:.75rem;display:block}.g-pricing .price{font-size:1.4rem;font-weight:800}.btn-book-now-luxe{color:#fff;cursor:pointer;background:#78b719;border:none;border-radius:12px;align-items:center;gap:8px;padding:12px 24px;font-weight:700;transition:all .2s;display:flex}.btn-book-now-luxe:hover{background:#629614;transform:scale(1.05)}.modal-overlay-luxe{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1000;background:#0009;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.booking-modal-luxe{background:#fff;border-radius:32px;width:100%;max-width:550px;overflow:hidden;box-shadow:0 25px 50px -12px #00000040}.modal-header-luxe{background:#f9fafb;border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:32px;display:flex}.modal-header-luxe h2{margin:0;font-size:1.5rem}.modal-header-luxe p{color:var(--text-muted);margin:4px 0 0}.btn-close-luxe{cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.modal-steps-indicator{background:#fff;justify-content:center;align-items:center;padding:20px;display:flex}.step-dot{background:#e5e7eb;border-radius:50%;width:12px;height:12px;transition:all .3s}.step-dot.active{background:var(--primary-gold);box-shadow:0 0 10px var(--primary-gold)}.step-line{background:#e5e7eb;width:60px;height:2px;margin:0 10px}.modal-body-luxe{padding:32px}.step-title{margin-bottom:24px;font-size:1.1rem;font-weight:700}.form-group-luxe{margin-bottom:20px}.form-group-luxe label{align-items:center;gap:8px;margin-bottom:8px;font-size:.9rem;font-weight:600;display:flex}.form-group-luxe input,.form-group-luxe select{border:1px solid #e5e7eb;border-radius:12px;width:100%;padding:14px;font-family:inherit;font-size:1rem}.form-row-luxe{grid-template-columns:1fr 1fr;gap:16px;display:grid}.pet-chips{flex-wrap:wrap;gap:10px;margin-top:10px;margin-bottom:20px;display:flex}.pet-chip{cursor:pointer;background:#f3f4f6;border:2px solid #0000;border-radius:100px;padding:8px 16px;font-size:.9rem;font-weight:600}.pet-chip.selected{border-color:var(--primary-gold);color:var(--dark-grey);background:#fffbeb}.manual-pet-input{background:0 0!important;border:none!important;width:150px!important;padding:8px!important}.summary-card-luxe{background:#f9fafb;border-radius:20px;margin-bottom:24px;padding:24px}.summary-item{justify-content:space-between;margin-bottom:12px;font-size:.95rem;display:flex}.summary-total{border-top:1px solid #e5e7eb;justify-content:space-between;align-items:center;margin-top:16px;padding-top:16px;display:flex}.total-price-luxe{color:var(--dark-grey);font-size:1.8rem;font-weight:800}.secure-payment-badge{color:#10b981;justify-content:center;align-items:center;gap:8px;margin-bottom:24px;font-size:.9rem;font-weight:700;display:flex}.modal-footer-actions{gap:12px;display:flex}.btn-next-luxe,.btn-pay-luxe{background:var(--primary-gold);cursor:pointer;border:none;border-radius:12px;flex:1;padding:16px;font-weight:800}.btn-back-luxe{cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:16px 24px}@media (width<=768px){.grooming-hero-card{text-align:center;flex-direction:column;padding:40px 24px}.hero-content-luxe h1{font-size:2.5rem}.hero-stats-row{justify-content:center;gap:20px}.section-header-luxe{flex-direction:column;align-items:flex-start;gap:16px}.form-row-luxe{grid-template-columns:1fr}}.emergency-page-wrapper{max-width:800px;margin:0 auto;padding:40px 24px}.emergency-header-centered{text-align:center;margin-bottom:40px}.emergency-icon-circle-red{background:#fff5f5;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 20px;display:flex}.emergency-header-centered h1{color:#333;margin:0 0 10px;font-size:2.5rem;font-weight:800}.emergency-header-centered p{color:#666;margin:0}.emergency-contacts-stack{grid-template-columns:1fr;gap:20px;margin-bottom:60px;display:grid}.emergency-contact-btn-card{text-align:left;cursor:pointer;background:#fff;border:2px solid #ff4757;border-radius:20px;align-items:center;gap:20px;padding:24px;display:flex;box-shadow:0 4px 6px #0000000d}.emergency-contact-btn-card.location-shared{background:#f0fdf4;border-color:#10b981}.emergency-icon-box-red-light{color:#ff4757;background:#ff475720;border-radius:12px;justify-content:center;align-items:center;width:50px;height:50px;display:flex}.emergency-info-column{flex:1}.emergency-info-column h3{color:#333;margin:0;font-size:1.2rem}.emergency-info-column h3.success-green{color:#15803d}.emergency-info-column p{color:#666;margin:0}.btn-emergency-action-red{color:#fff;background:#ff4757;border:none;border-radius:12px;padding:10px 20px;font-weight:700}.clinics-section{margin-bottom:60px}.clinics-stack-column{flex-direction:column;gap:15px;display:flex}.clinic-card-row{background:#fff;border-radius:20px;justify-content:space-between;align-items:center;padding:20px;display:flex;box-shadow:0 4px 6px #0000000d}.clinic-text-info h4{margin:0;font-size:1.1rem}.clinic-text-info p{color:#666;margin:0;font-size:.9rem}.clinic-actions-row{gap:10px;display:flex}.btn-clinic-navigate-grey{color:#333;cursor:pointer;background:#f3f4f6;border:none;border-radius:12px;padding:10px 20px;font-weight:600}.btn-clinic-call-green{color:#fff;cursor:pointer;background:#2ed573;border:none;border-radius:12px;padding:10px 20px;font-weight:700}.secure-info-banner-grey{background:#f8f9fa;border-radius:20px;align-items:center;gap:20px;padding:30px;display:flex}.secure-header-info h4{margin:0 0 5px}.secure-header-info p{color:#666;margin:0;font-size:.9rem}.pulse-red-glow{animation:1.5s infinite alternate pulse-glow}@keyframes pulse-glow{0%{filter:drop-shadow(0 0 2px #ff475766);transform:scale(1)}to{filter:drop-shadow(0 0 12px #ff4757cc);transform:scale(1.1)}}.btn-green-success{background:#2ed573!important;border-color:#2ed573!important}.action-hint{color:#888;margin-top:4px;font-size:.82rem}.sub-detail{color:#ff4757;font-size:.9rem;font-weight:700}.gps-beacon-panel-wrapper{color:#f1f2f6;background:#0f172a;border:1px solid #ff47574d;border-radius:20px;margin-bottom:40px;padding:20px}.gps-header-row{border-bottom:1px solid #ffffff1a;align-items:center;gap:10px;margin-bottom:15px;padding-bottom:10px;display:flex}.gps-header-row h4{color:#fff;flex:1;margin:0;font-size:1.1rem}.accuracy-readout{color:#ff4757;background:#ff475726;border:1px solid #ff47574d;border-radius:4px;padding:2px 8px;font-size:.75rem;font-weight:600}.beacon-alert-pulsar{background:#ff4757;border-radius:50%;width:10px;height:10px;display:inline-block;position:relative}.beacon-alert-pulsar:after{content:"";background:#ff4757;border-radius:50%;width:100%;height:100%;animation:1.5s infinite gps-ping;position:absolute;top:0;left:0}@keyframes gps-ping{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(3.5)}}.gps-details-grid{grid-template-columns:1fr 1fr;gap:12px;display:grid}.coord-data{color:#94a3b8;font-size:.9rem}.coord-data strong{color:#fff}.coord-data strong.green{color:#2ed573}.delivery-tracker-card{color:#fff;background:#0f172a;border:1px solid #ffffff1a;border-radius:20px;margin-bottom:40px;padding:25px}.tracker-card-header{border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:center;margin-bottom:25px;padding-bottom:12px;display:flex}.header-title-box{align-items:center;gap:10px;display:flex}.header-title-box h3{margin:0;font-size:1.25rem;font-weight:700}.ticket-id-tag{background:#ffffff1a;border-radius:6px;padding:4px 10px;font-size:.8rem;font-weight:600}.icon-truck-moving{color:#2ed573;animation:4s linear infinite truck-drive}@keyframes truck-drive{0%{transform:translate(-3px)}50%{transform:translate(3px)}to{transform:translate(-3px)}}.tracker-progress-track{padding:20px 0 35px;position:relative}.progress-bar-fill{z-index:1;background:#334155;height:4px;position:absolute;top:28px;left:10%;right:10%}.progress-bar-fill:after{content:"";background:#2ed573;height:100%;transition:width .5s;position:absolute;left:0}.progress-bar-fill.stage-1:after{width:0%}.progress-bar-fill.stage-2:after{width:33.33%}.progress-bar-fill.stage-3:after{width:66.66%}.progress-bar-fill.stage-4:after{width:100%}.track-checkpoints-row{z-index:2;justify-content:space-between;display:flex;position:relative}.checkpoint{text-align:center;flex-direction:column;align-items:center;gap:10px;width:20%;display:flex}.checkpoint .dot{color:#0000;background:#1e293b;border:2px solid #475569;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:.7rem;transition:all .3s;display:flex}.checkpoint.active .dot{color:#fff;background:#2ed573;border-color:#2ed573;box-shadow:0 0 10px #2ed57366}.checkpoint span{color:#64748b;font-size:.8rem;font-weight:600}.checkpoint.active span{color:#fff}.delivery-status-box{background:#ffffff0a;border-radius:12px;justify-content:space-between;align-items:center;margin-bottom:20px;padding:15px 20px;display:flex}.status-label{color:#cbd5e1;flex:1;padding-right:15px;font-size:.95rem}.countdown-clock{color:#ff4757;font-size:1rem;font-weight:700}.countdown-clock strong{color:#fff}.order-summary-nested-box{border-top:1px solid #ffffff14;flex-direction:column;gap:8px;margin-bottom:20px;padding-top:15px;display:flex}.sum-line{justify-content:space-between;font-size:.9rem;display:flex}.sum-line span{color:#94a3b8}.btn-cancel-delivery{color:#ff4757;cursor:pointer;background:0 0;border:1px solid #ff475766;border-radius:10px;width:100%;padding:12px;font-weight:600;transition:all .2s}.btn-cancel-delivery:hover{background:#ff47571a}.modal-dial-overlay-fixed{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:9999;background:#0f172ad9;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.modal-dial-card{text-align:center;color:#fff;background:#0f172a;border:1px solid #ffffff1a;border-radius:30px;width:100%;max-width:400px;padding:30px;box-shadow:0 25px 50px -12px #00000080}.dial-header{letter-spacing:1px;color:#64748b;justify-content:center;align-items:center;gap:8px;margin-bottom:30px;font-size:.8rem;font-weight:700;display:flex}.dial-avatar-zone{width:120px;height:120px;margin:0 auto 25px;position:relative}.dial-avatar{z-index:2;background:#ff47571a;border:2px solid #ff4757;border-radius:50%;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.dial-pulse-ring{z-index:1;border:2px solid #ff475766;border-radius:50%;width:100%;height:100%;position:absolute;top:0;left:0}.dial-pulse-ring.active{animation:2s linear infinite ring-ripple}@keyframes ring-ripple{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(1.6)}}.dial-status-info h3{margin:0 0 5px;font-size:1.8rem;font-weight:800}.status-label-call{color:#94a3b8;margin:0 0 10px;font-size:.9rem}.duration-label{color:#ff4757;margin:0 0 20px;font-size:1.2rem;font-weight:700}.waveform-box{justify-content:center;align-items:flex-end;gap:4px;height:30px;margin-bottom:30px;display:flex}.wave{background:#ff4757;border-radius:2px;width:3px}.bar-1{height:10%;animation:.8s infinite alternate sound-bounce}.bar-2{height:40%;animation:1.2s .2s infinite alternate sound-bounce}.bar-3{height:80%;animation:.7s .1s infinite alternate sound-bounce}.bar-4{height:50%;animation:1.1s .3s infinite alternate sound-bounce}.bar-5{height:20%;animation:.9s infinite alternate sound-bounce}@keyframes sound-bounce{0%{height:10%}to{height:100%}}.dial-controls-grid{grid-template-columns:repeat(3,1fr);gap:15px;margin-bottom:35px;display:grid}.control-circle{color:#94a3b8;cursor:pointer;background:#1e293b;border:none;border-radius:16px;flex-direction:column;align-items:center;gap:8px;padding:12px;font-size:.8rem;transition:all .2s;display:flex}.control-circle:hover{color:#fff;background:#334155}.control-circle.active{color:#ff4757;background:#ff475720;border:1px solid #ff47574d}.btn-call-hangup{color:#fff;cursor:pointer;background:#ff4757;border:none;border-radius:50%;justify-content:center;align-items:center;width:65px;height:65px;margin:0 auto;transition:transform .2s;display:flex;box-shadow:0 10px 15px -3px #ff47574d}.btn-call-hangup:hover{transform:scale(1.05)}.fast-order-sheet-card{color:#1e293b;background:#fff;border-radius:24px 24px 0 0;align-self:flex-end;width:100%;max-width:550px;max-height:90vh;padding:25px;overflow-y:auto;box-shadow:0 -20px 25px -5px #00000026}.sheet-header{border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;margin-bottom:15px;padding-bottom:15px;display:flex}.sheet-title-col{align-items:center;gap:10px;display:flex}.sheet-title-col h3{color:#0f172a;margin:0;font-size:1.3rem;font-weight:700}.close-btn{color:#64748b;cursor:pointer;background:#f1f5f9;border:none;border-radius:50%;justify-content:center;align-items:center;padding:6px;display:flex}.sheet-intro{color:#64748b;margin:0 0 20px;font-size:.92rem;line-height:1.5}.order-fast-form{flex-direction:column;gap:15px;display:flex}.form-group-sheet{text-align:left;flex-direction:column;gap:6px;display:flex}.form-row-sheet{grid-template-columns:1fr 1fr;gap:15px;display:grid}.form-group-sheet label{text-transform:uppercase;letter-spacing:.5px;color:#64748b;font-size:.8rem;font-weight:700}.kits-option-stack{flex-direction:column;gap:8px;margin-bottom:5px;display:flex}.kit-option-card{cursor:pointer;border:1px solid #e2e8f0;border-radius:12px;align-items:center;gap:12px;padding:12px 16px;transition:all .2s;display:flex}.kit-option-card:hover{background:#f8fafc;border-color:#cbd5e1}.kit-option-card.active{background:#fff5f5;border-color:#ff4757}.radio-circle{border:2px solid #cbd5e1;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:16px;height:16px;display:flex}.kit-option-card.active .radio-circle{border-color:#ff4757}.kit-option-card.active .radio-circle:after{content:"";background:#ff4757;border-radius:50%;width:8px;height:8px}.kit-text-details{flex:1}.kit-name-row{justify-content:space-between;align-items:center;margin-bottom:2px;display:flex}.kit-name{color:#0f172a;font-size:.95rem;font-weight:700}.kit-price{color:#ff4757;font-weight:700}.kit-desc{color:#64748b;margin:0;font-size:.82rem}.input-icon-wrap{align-items:center;display:flex;position:relative}.input-pre-icon{color:#94a3b8;position:absolute;left:12px}.form-group-sheet input{color:#0f172a;box-sizing:border-box;border:1px solid #e2e8f0;border-radius:10px;outline:none;width:100%;padding:12px 14px 12px 38px;font-size:.95rem}.form-group-sheet input:focus{border-color:#ff4757;box-shadow:0 0 0 3px #ff47571a}.form-row-sheet .form-group-sheet input{padding-left:14px}.btn-use-gps{color:#ff4757;cursor:pointer;background:#ff475715;border:1px solid #ff47574d;border-radius:6px;padding:6px 12px;font-size:.78rem;font-weight:700;transition:all .2s;position:absolute;right:8px}.btn-use-gps:hover{background:#ff475725}.btn-confirm-sheet-order{color:#fff;cursor:pointer;background:#ff4757;border:none;border-radius:12px;justify-content:center;align-items:center;gap:8px;width:100%;margin-top:10px;padding:14px;font-size:1rem;font-weight:700;transition:background .2s;display:flex;box-shadow:0 10px 15px -3px #ff47574d}.btn-confirm-sheet-order:hover{background:#e03131}@media (width<=576px){.fast-order-sheet-card{padding:20px 15px}.form-row-sheet{grid-template-columns:1fr;gap:12px}.modal-dial-overlay-fixed{align-items:flex-end;padding:0}}.categories-grid-container{grid-template-columns:repeat(2,1fr);gap:15px;width:100%;margin-bottom:20px;display:grid}@media (width<=576px){.categories-grid-container{grid-template-columns:1fr;gap:12px}}.category-product-card{cursor:pointer;text-align:left;box-sizing:border-box;background:#fff;border:1px solid #e2e8f0;border-radius:16px;flex-direction:column;justify-content:space-between;padding:16px;transition:all .3s cubic-bezier(.165,.84,.44,1);display:flex;position:relative;overflow:hidden}.category-product-card:hover{background:#f8fafc;border-color:#ff47574d;transform:translateY(-2px);box-shadow:0 4px 12px #0000000d}.category-product-card.active{background:#fff5f5;border-color:#ff4757;box-shadow:0 4px 20px #ff47571f}.category-product-card .card-badge{color:#ff4757;text-transform:uppercase;letter-spacing:.5px;background:#ff475714;border-radius:6px;align-self:flex-start;margin-bottom:12px;padding:3px 8px;font-size:.72rem;font-weight:700}.category-product-card.active .card-badge{color:#fff;background:#ff4757}.category-product-card h4{color:#0f172a;margin:0 0 6px;font-size:.95rem;font-weight:700;line-height:1.4}.category-product-card p{color:#64748b;flex-grow:1;margin:0 0 15px;font-size:.82rem;line-height:1.4}.category-product-card .card-footer{border-top:1px solid #f1f5f9;justify-content:space-between;align-items:center;margin-top:auto;padding-top:10px;display:flex}.category-product-card.active .card-footer{border-top-color:#fee2e2}.card-price{color:#ff4757;font-size:1.05rem;font-weight:800}.card-select-indicator{border:2px solid #cbd5e1;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;transition:all .2s;display:flex}.category-product-card.active .card-select-indicator{background:#ff4757;border-color:#ff4757}.history-page-wrapper{max-width:1000px;margin:0 auto;padding:40px 24px}.history-header-row{justify-content:space-between;align-items:center;margin-bottom:40px;display:flex}.history-header-text h1{margin:0;font-size:2.5rem;font-weight:800}.history-header-text p{color:#666;margin:5px 0 0}.history-stats-row{grid-template-columns:repeat(4,1fr);gap:15px;margin-bottom:40px;display:grid}.history-stat-box{text-align:center;border-radius:16px;padding:20px}.history-stat-value{font-size:1.5rem;font-weight:800}.history-stat-label{color:#666;margin:0;font-size:.9rem}.history-records-card{padding:24px}.history-records-card h2{margin-bottom:20px;font-size:1.4rem;font-weight:700}.records-stack-column{flex-direction:column;gap:10px;display:flex}.record-item-row{background:#fff;border:1px solid #f0f0f0;border-radius:12px;justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.record-item-left-group{align-items:center;gap:20px;display:flex}.record-type-icon-box{background:#f8f9fa;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.record-text-info h4{margin:0;font-size:1rem}.record-text-info p{color:#888;margin:0;font-size:.8rem}.record-actions-row{gap:10px;display:flex}.btn-record-action-sq{cursor:pointer;background:0 0;border:1px solid #eee;border-radius:8px;justify-content:center;align-items:center;padding:8px;transition:all .2s;display:flex}.btn-record-action-sq:hover{background:#f9f9f9;border-color:#ddd}.history-loading-box{text-align:center;padding:40px}.history-modal-backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1100;background:#0006;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.history-modal-card{background:#fff;border-radius:20px;width:100%;max-width:500px;max-height:90vh;padding:30px;position:relative;overflow-y:auto;box-shadow:0 10px 30px #0000001a}.history-modal-card h3{margin-top:0;margin-bottom:20px;font-size:1.5rem;font-weight:700}.history-form-group{flex-direction:column;gap:6px;margin-bottom:15px;display:flex}.history-form-group label{color:#444;font-size:.85rem;font-weight:600}.history-form-group input,.history-form-group select,.history-form-group textarea{border:1px solid #ddd;border-radius:8px;outline:none;padding:10px 12px;font-size:.95rem}.history-form-group input:focus,.history-form-group select:focus,.history-form-group textarea:focus{border-color:var(--primary)}.history-modal-actions{justify-content:flex-end;gap:12px;margin-top:25px;display:flex}.record-prescription-details{border-top:1px solid #f0f0f0;margin-top:15px;padding-top:15px}.rx-med-item{background:#fcfcfc;border:1px solid #f0f0f0;border-radius:8px;justify-content:space-between;margin-bottom:8px;padding:10px;font-size:.9rem;display:flex}.rx-med-item strong{color:var(--primary)}.empty-records-box{text-align:center;color:#888;border:2px dashed #eee;border-radius:16px;padding:60px 40px}.empty-records-box p{margin-top:10px;font-size:1.1rem}.auth-master-wrapper{background-color:#fff;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:24px 16px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;display:flex}@media (width>=960px){.auth-master-wrapper{flex-direction:row;justify-content:center;align-items:stretch;gap:32px;max-width:1200px;margin:0 auto;padding:40px}}.auth-slider-section{background:#f8f9fa;border:1px solid #f0f0f0;border-bottom:none;border-radius:24px 24px 0 0;width:100%;max-width:520px;min-height:320px;position:relative;overflow:hidden}@media (width>=960px){.auth-slider-section{border-right:none;border-radius:24px 0 0 24px;min-height:auto}}.slider-wrapper{width:100%;height:100%;position:relative}.slide-item{opacity:0;background-position:50%;background-size:cover;width:100%;height:100%;transition:opacity 1.5s ease-in-out;position:absolute;top:0;left:0}.slide-item.active{opacity:1}.slider-overlay{background:linear-gradient(#0000 0%,#0000001a 100%);width:100%;height:100%;position:absolute;top:0;left:0}.auth-form-section{flex-direction:column;width:100%;max-width:450px;display:flex}.auth-box-container{background:#fff;border:1px solid #f0f0f0;border-radius:0 0 24px 24px;width:100%;padding:2rem 2.5rem 3rem;box-shadow:0 20px 40px #0000000f}.auth-box-header{text-align:center;margin-bottom:2rem}.auth-box-header h2{color:#1a1a1a;letter-spacing:-.5px;margin-bottom:.5rem;font-size:2rem;font-weight:800}.auth-box-header p{color:#666;font-size:.95rem}.auth-form-section{flex-direction:column;justify-content:center;width:100%;max-width:520px;display:flex}.auth-box-container{border-radius:0 0 24px 24px;width:100%}@media (width>=960px){.auth-form-section{justify-content:center;max-width:520px}.auth-box-container{border-radius:0 24px 24px 0}}@media (width<=820px){.auth-master-wrapper{flex-direction:column;padding:24px 12px}.auth-slider-section,.auth-form-section{max-width:100%}}@media (width<=480px){.auth-box-container{padding:1.5rem}.auth-box-header h2{font-size:1.8rem}.auth-slider-section{height:240px}}.auth-back-to-home{text-align:center;margin-top:24px}.back-home-btn{color:#64748b;align-items:center;gap:8px;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.back-home-btn:hover{color:#1a1a1a}.back-home-btn:before{content:"←";font-size:1.2rem}.petcare-grid-wrapper{max-width:1400px;margin:0 auto;padding:10px 0 40px}.product-grid-main{grid-template-columns:repeat(auto-fill,minmax(290px,1fr));gap:24px;width:100%;display:grid}.petcare-card{-webkit-backdrop-filter:blur(16px);background:#ffffffbf;border:1px solid #ffffff73;border-radius:20px;flex-direction:column;justify-content:space-between;padding:20px;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex;position:relative;overflow:hidden;box-shadow:0 10px 30px -10px #0000000a}.petcare-card:before{content:"";opacity:0;width:100%;height:4px;transition:opacity .3s;position:absolute;top:0;left:0}.petcare-card:hover{border-color:#ff6b6b40;transform:translateY(-6px);box-shadow:0 22px 40px -12px #ff6b6b2e}.petcare-card:hover:before{opacity:1}.service-category-tag{text-transform:uppercase;letter-spacing:.05em;border-radius:30px;align-items:center;gap:4px;width:fit-content;margin-bottom:14px;padding:5px 12px;font-size:.72rem;font-weight:700;display:inline-flex;box-shadow:0 2px 8px #ff6b6b14}.service-name-text{color:#1e293b;margin-bottom:8px;font-size:1.15rem;font-weight:800;line-height:1.3;transition:color .3s}.service-desc-text{color:#64748b;-webkit-line-clamp:3;-webkit-box-orient:vertical;min-height:54px;margin-bottom:18px;font-size:.82rem;line-height:1.5;display:-webkit-box;overflow:hidden}.service-meta-flex{border-bottom:1px dashed #e2e8f0;align-items:center;gap:16px;margin-bottom:18px;padding-bottom:14px;display:flex}.doctor-info-mini{background:#f8fafcd9;border:1px solid #f1f5f9;border-radius:14px;align-items:center;gap:12px;margin-bottom:20px;padding:10px 14px;transition:all .3s;display:flex}.doctor-avatar-box{background:linear-gradient(135deg,#eff6ff,#dbeafe);border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;font-size:.95rem;display:flex;box-shadow:0 4px 10px #0000000a}.doctor-details{flex-direction:column;display:flex}.doctor-name-p{color:#1e293b;margin:0;font-size:.8rem;font-weight:700}.doctor-spec-p{color:#94a3b8;margin:0;font-size:.68rem;font-weight:500}.service-footer-flex{justify-content:space-between;align-items:center;margin-top:auto;display:flex}.price-container{flex-direction:column;display:flex}.price-label{text-transform:uppercase;letter-spacing:.05em;color:#94a3b8;margin-bottom:1px;font-size:.62rem;font-weight:600}.price-text-bold{color:#0f172a;background:linear-gradient(135deg,#0f172a,#334155);-webkit-text-fill-color:transparent;-webkit-background-clip:text;font-size:1.3rem;font-weight:800}.btn-book-now{color:#fff;cursor:pointer;background:#78b719;border:none;border-radius:12px;padding:10px 18px;font-size:.82rem;font-weight:700;transition:all .3s cubic-bezier(.16,1,.3,1);box-shadow:0 4px 15px #ff6b6b40}.btn-book-now:hover{transform:scale(1.04)translateY(-1px);box-shadow:0 6px 20px #ff6b6b59}.btn-book-now:active{transform:scale(.97)}.petcare-modal-overlay{-webkit-backdrop-filter:blur(8px);z-index:9999;background:#0f172a99;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.petcare-modal-content{background:#fff;border:1px solid #fff3;border-radius:24px;width:100%;max-width:580px;animation:.4s cubic-bezier(.16,1,.3,1) modalSlideIn;overflow:hidden;box-shadow:0 25px 50px -12px #00000040}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(20px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}.petcare-modal-header{background:linear-gradient(135deg,#fff5f1,#ffebe5);border-bottom:1px solid #ffebe5;justify-content:space-between;align-items:center;padding:24px 32px;display:flex}.petcare-modal-header h2{color:#1e293b;align-items:center;gap:10px;margin:0;font-size:1.35rem;font-weight:800;display:flex}.petcare-modal-close-btn{color:#64748b;cursor:pointer;background:#fffc;border:1px solid #ffebe5;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex}.petcare-modal-close-btn:hover{color:#fff;background:#ff6b6b;border-color:#ff6b6b;transform:rotate(90deg)}.petcare-modal-body{padding:32px}.petcare-selected-service-banner{background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;justify-content:space-between;align-items:center;margin-bottom:24px;padding:16px 20px;display:flex}.banner-left h3{color:#0f172a;margin:0 0 4px;font-size:1.05rem;font-weight:800}.banner-left p{color:#64748b;margin:0;font-size:.8rem}.banner-right{color:#ff6b6b;font-size:1.25rem;font-weight:800}.petcare-form-group{margin-bottom:20px}.petcare-form-group label{color:#334155;text-transform:uppercase;letter-spacing:.05em;margin-bottom:8px;font-size:.85rem;font-weight:700;display:block}.petcare-input,.petcare-select,.petcare-textarea{color:#1e293b;background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:12px;outline:none;width:100%;padding:12px 16px;font-size:.92rem;transition:all .2s}.petcare-input:focus,.petcare-select:focus,.petcare-textarea:focus{background:#fff;border-color:#ff6b6b;box-shadow:0 0 0 4px #ff6b6b1a}.petcare-textarea{resize:none}.petcare-modal-footer{gap:16px;padding:0 32px 32px;display:flex}.btn-modal-cancel{color:#64748b;cursor:pointer;background:#fff;border:1.5px solid #e2e8f0;border-radius:14px;flex:1;padding:14px;font-size:.9rem;font-weight:700;transition:all .2s}.btn-modal-cancel:hover{color:#1e293b;background:#f8fafc}.btn-modal-submit{color:#fff;cursor:pointer;background:linear-gradient(135deg,#ff6b6b,#ff8e53);border:none;border-radius:14px;flex:2;justify-content:center;align-items:center;gap:8px;padding:14px;font-size:.9rem;font-weight:700;transition:all .2s;display:flex;box-shadow:0 4px 15px #ff6b6b33}.btn-modal-submit:hover{transform:translateY(-1px);box-shadow:0 6px 20px #ff6b6b4d}.btn-modal-submit:disabled{opacity:.6;cursor:not-allowed;box-shadow:none;transform:none}.pet-selection-pills{flex-wrap:wrap;gap:8px;margin-top:8px;display:flex}.pet-pill{color:#64748b;cursor:pointer;background:#fff;border:1.5px solid #e2e8f0;border-radius:50px;padding:6px 14px;font-size:.8rem;font-weight:600;transition:all .2s}.pet-pill:hover{color:#ff6b6b;border-color:#ff6b6b}.pet-pill.active{color:#fff;background:#ff6b6b;border-color:#ff6b6b;box-shadow:0 4px 10px #ff6b6b33}.loading-screen-full{color:#64748b;flex-direction:column;justify-content:center;align-items:center;gap:16px;min-height:400px;font-weight:500;display:flex}.consult-header-actions{gap:12px;display:flex}.btn-past-consults-glass{-webkit-backdrop-filter:blur(8px);color:#1e293b;cursor:pointer;background:#ffffffb3;border:1.5px solid #ff6b6b26;border-radius:14px;align-items:center;gap:8px;padding:10px 20px;font-size:.85rem;font-weight:700;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;box-shadow:0 4px 15px #00000005}.btn-past-consults-glass:hover{color:#fff;background:#ff6b6b;border-color:#ff6b6b;transform:translateY(-2px);box-shadow:0 8px 20px #ff6b6b40}.btn-past-consults-glass:active{transform:translateY(0)scale(.98)}.community-page-container{color:#2d3748;max-width:1240px;min-height:100vh;margin:0 auto;padding:2.5rem 1.5rem;font-family:Ubuntu,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.community-header{-webkit-backdrop-filter:blur(10px);background:linear-gradient(135deg,#ff6b6b12 0%,#4ecdc412 100%);border:1px solid #fffc;border-radius:24px;justify-content:space-between;align-items:center;margin-bottom:2.5rem;padding:2.5rem;display:flex;box-shadow:0 10px 30px #00000005}.community-header h1{color:#1a1a2e;letter-spacing:-.5px;margin-bottom:.5rem;font-size:2.5rem;font-weight:700}.community-header p{color:#666;font-size:1.1rem;font-weight:400}.header-actions{gap:1rem;display:flex}.btn-primary-glow{color:#fff;cursor:pointer;background:#ff6b6b;border:none;border-radius:12px;align-items:center;gap:.5rem;padding:.8rem 1.5rem;font-size:.95rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 4px 15px #ff6b6b40}.btn-primary-glow:hover{background:#ff5252;transform:translateY(-2px);box-shadow:0 6px 20px #ff6b6b66}.btn-secondary-glow{color:#ff6b6b;cursor:pointer;background:#fff;border:2px solid #ff6b6b33;border-radius:12px;align-items:center;gap:.5rem;padding:.8rem 1.5rem;font-size:.95rem;font-weight:600;transition:all .3s;display:flex}.btn-secondary-glow:hover{background:#ff6b6b0d;border-color:#ff6b6b;transform:translateY(-2px)}.community-tabs{-webkit-backdrop-filter:blur(8px);background:#ffffffa6;border:1px solid #fffc;border-radius:16px;gap:.4rem;margin-bottom:2rem;padding:.45rem;display:flex;box-shadow:0 8px 32px #1f26870a}.tab-btn{color:#666;cursor:pointer;background:0 0;border:none;border-radius:12px;flex:1;justify-content:center;align-items:center;gap:.5rem;padding:.9rem 1.25rem;font-size:1rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.tab-btn:hover{color:#1a1a2e;background:#00000005}.tab-btn.active{color:#ff6b6b;background:#fff;border:1px solid #ff6b6b1a;box-shadow:0 4px 15px #ff6b6b0f}.community-filters-row{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#ffffffb3;border:1px solid #fff9;border-radius:16px;align-items:center;gap:1.5rem;margin-bottom:2.25rem;padding:.85rem 1.25rem;display:flex;box-shadow:0 8px 20px #00000003}.search-group-wrapper{flex:1;align-items:center;display:flex;position:relative}.search-group-wrapper svg{color:#888;position:absolute;left:1.15rem}.search-group-wrapper input{color:#2d3748;background:#fff;border:1.5px solid #e2e8f0;border-radius:12px;width:100%;padding:.8rem .8rem .8rem 2.85rem;font-size:.95rem;transition:all .3s}.search-group-wrapper input:focus{border-color:#ff6b6b;outline:none;box-shadow:0 0 0 3px #ff6b6b1a}.category-pills{gap:.5rem;display:flex;overflow-x:auto}.cat-pill{color:#4a5568;cursor:pointer;white-space:nowrap;background:#fff;border:1.5px solid #e2e8f0;border-radius:999px;padding:.5rem 1.2rem;font-size:.85rem;font-weight:500;transition:all .3s}.cat-pill:hover{color:#ff6b6b;border-color:#ff6b6b}.cat-pill.active{color:#fff;background:#ff6b6b;border-color:#ff6b6b;box-shadow:0 2px 8px #ff6b6b33}.groups-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem;margin-bottom:3rem;display:grid}.glass-card{-webkit-backdrop-filter:blur(12px);background:#ffffffbf;border:1px solid #fff6;border-radius:20px;transition:all .35s cubic-bezier(.4,0,.2,1);overflow:hidden;box-shadow:0 8px 32px #1f26870d}.glass-card:hover{border-color:#ff6b6b4d;transform:translateY(-5px);box-shadow:0 12px 36px #1f268714}.group-card{flex-direction:column;gap:1.1rem;height:100%;padding:1.75rem;display:flex}.group-card-header{align-items:center;gap:1rem;display:flex}.group-icon-large{background:#ff6b6b0d;border:1.5px solid #ff6b6b26;border-radius:16px;justify-content:center;align-items:center;width:58px;height:58px;font-size:2rem;transition:all .3s;display:flex}.glass-card:hover .group-icon-large{background:#ff6b6b1a;transform:scale(1.05)}.group-meta h3{color:#1a1a2e;margin-bottom:.2rem;font-size:1.15rem;font-weight:700}.group-meta p{color:#666;align-items:center;gap:.3rem;font-size:.85rem;display:flex}.group-meta p svg{color:#ff6b6b}.group-desc{color:#4a5568;flex-grow:1;font-size:.9rem;line-height:1.55}.group-card-footer{gap:.75rem;margin-top:auto;display:flex}.btn-join-group{color:#ff6b6b;cursor:pointer;background:0 0;border:1.5px solid #ff6b6b;border-radius:10px;flex:1;padding:.75rem;font-size:.88rem;font-weight:600;transition:all .3s}.btn-join-group:hover{color:#fff;background:#ff6b6b}.btn-join-group.joined{color:#4ecdc4;background:#4ecdc414;border-color:#4ecdc4}.btn-join-group.joined:hover{color:#fff;background:#4ecdc4}.icon-btn{color:#666;cursor:pointer;background:#fff;border:1.5px solid #e2e8f0;border-radius:10px;justify-content:center;align-items:center;width:42px;height:42px;transition:all .3s;display:flex}.icon-btn:hover{color:#1a1a2e;background:#00000005;border-color:#a0aec0}.discussions-list{flex-direction:column;gap:1.15rem;display:flex}.discussion-item{justify-content:space-between;align-items:center;gap:2rem;padding:1.5rem;display:flex}.disc-info{flex:1}.disc-info h3{color:#1a1a2e;cursor:pointer;margin-bottom:.45rem;font-size:1.2rem;font-weight:700;line-height:1.4;transition:all .3s}.disc-info h3:hover{color:#ff6b6b}.disc-info p{color:#666;align-items:center;gap:.5rem;font-size:.88rem;display:flex}.disc-author-img{object-fit:cover;border:1.5px solid #0000001a;border-radius:50%;width:26px;height:26px}.disc-info span.author-name{color:#1a1a2e;font-weight:600}.disc-tags{gap:.35rem;margin-top:.5rem;display:flex}.disc-tag{color:#38b2ac;background:#4ecdc40d;border:1px solid #4ecdc426;border-radius:6px;padding:.15rem .5rem;font-size:.72rem;font-weight:500}.disc-stats{color:#666;align-items:center;gap:1.25rem;font-size:.9rem;display:flex}.disc-stats span{align-items:center;gap:.35rem;display:flex}.disc-stats .likes-stat{color:#ff6b6b;font-weight:500}.disc-stats .likes-stat.liked{font-weight:700}.disc-stats .likes-stat.liked svg{fill:#ff6b6b}.group-space-banner{background:linear-gradient(135deg,#4ecdc414 0%,#ff6b6b14 100%);border:1px solid #ff6b6b33;border-radius:20px;justify-content:space-between;align-items:center;margin-bottom:2rem;padding:1.75rem 2.25rem;display:flex;box-shadow:0 4px 15px #00000003}.group-space-meta-info{align-items:center;gap:1.5rem;display:flex}.group-space-meta-info h2{color:#1a1a2e;margin-bottom:.25rem;font-size:1.5rem;font-weight:700}.group-space-meta-info p{color:#4a5568;margin:0;font-size:.92rem}.back-to-all-btn{color:#ff6b6b;cursor:pointer;align-items:center;gap:.4rem;margin-bottom:1.25rem;font-size:.95rem;font-weight:600;transition:all .2s;display:inline-flex}.back-to-all-btn:hover{color:#ff5252;transform:translate(-3px)}.reviews-grid{grid-template-columns:repeat(auto-fill,minmax(330px,1fr));gap:2rem;display:grid}.review-card{flex-direction:column;gap:1.1rem;padding:1.75rem;display:flex}.review-card-header{justify-content:space-between;align-items:center;display:flex}.review-author{align-items:center;gap:.75rem;display:flex}.review-author-avatar{object-fit:cover;border:2px solid #ff6b6b26;border-radius:50%;width:42px;height:42px}.review-author-info h4{color:#1a1a2e;margin-bottom:.1rem;font-size:1rem;font-weight:700}.review-author-info span{color:#666;font-size:.78rem}.review-stars{gap:.15rem;display:flex}.star-icon{color:#ffbe2e;fill:#ffbe2e}.star-icon.empty{color:#cbd5e0;fill:#0000}.review-badge{color:#319795;background:#4ecdc414;border:1px solid #4ecdc433;border-radius:6px;align-self:flex-start;align-items:center;gap:.3rem;padding:.25rem .7rem;font-size:.78rem;font-weight:600;display:inline-flex}.review-comment{color:#4a5568;background:#00000005;border-left:3px solid #ff6b6b;border-radius:12px;padding:.85rem 1.15rem;font-size:.92rem;font-style:italic;line-height:1.55}.review-footer{color:#666;border-top:1px solid #0000000d;justify-content:space-between;align-items:center;padding-top:.65rem;font-size:.8rem;display:flex}.verified-purchase{color:#38a169;align-items:center;gap:.2rem;font-weight:600;display:flex}.breed-banner{background:#ff6b6b0d;border:1.5px dashed #ff6b6b33;border-radius:16px;margin-bottom:2rem;padding:1.5rem 2rem}.breed-banner h3{color:#1a1a2e;margin-bottom:.4rem;font-size:1.15rem;font-weight:700}.breed-banner p{color:#4a5568;margin:0;font-size:.9rem}.modal-backdrop{-webkit-backdrop-filter:blur(8px);z-index:1000;background:#1a1a2e99;justify-content:center;align-items:center;padding:1.5rem;display:flex;position:fixed;inset:0}.modal-sheet{background:#fff;border:1.5px solid #fffc;border-radius:24px;width:100%;max-width:600px;max-height:90vh;animation:.35s cubic-bezier(.16,1,.3,1) modalSlideUp;overflow-y:auto;box-shadow:0 20px 40px #00000026}@keyframes modalSlideUp{0%{opacity:0;transform:translateY(20px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.modal-header{border-bottom:1.5px solid #edf2f7;justify-content:space-between;align-items:center;padding:1.5rem 2rem;display:flex}.modal-header h2{color:#1a1a2e;font-size:1.4rem;font-weight:700}.btn-close{color:#888;cursor:pointer;background:#f7fafc;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex}.btn-close:hover{color:#1a1a2e;background:#edf2f7;transform:rotate(90deg)}.modal-body{padding:2rem}.form-group{flex-direction:column;gap:.4rem;margin-bottom:1.25rem;display:flex}.form-group input,.form-group textarea,.form-group select{color:#2d3748;background:#fff;border:1.5px solid #cbd5e0;border-radius:10px;padding:.75rem .95rem;font-size:.95rem;transition:all .3s}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{border-color:#ff6b6b;outline:none;box-shadow:0 0 0 3px #ff6b6b1a}.rating-select-container{gap:.5rem;margin-top:.2rem;display:flex}.star-rating-btn{cursor:pointer;background:0 0;border:none;padding:0;transition:transform .2s}.star-rating-btn:hover{transform:scale(1.1)}.star-rating-btn svg{width:28px;height:28px}.form-actions{justify-content:flex-end;gap:.85rem;margin-top:1.75rem;display:flex}.disc-detail-sheet{max-width:780px}.disc-detail-header-meta{color:#666;align-items:center;gap:.85rem;margin-top:.6rem;font-size:.88rem;display:flex}.disc-body-box{color:#2d3748;white-space:pre-line;background:#00000005;border:1px solid #edf2f7;border-radius:16px;margin-bottom:1.75rem;padding:1.5rem;font-size:1rem;line-height:1.65}.disc-action-bar{border-top:1.5px solid #edf2f7;border-bottom:1.5px solid #edf2f7;justify-content:space-between;align-items:center;margin-bottom:1.75rem;padding:.65rem .25rem;display:flex}.disc-action-btn{color:#666;cursor:pointer;background:0 0;border:none;border-radius:8px;align-items:center;gap:.4rem;padding:.4rem .85rem;font-size:.92rem;font-weight:600;transition:all .2s;display:flex}.disc-action-btn:hover{color:#1a1a2e;background:#00000005}.disc-action-btn.liked{color:#ff6b6b}.disc-action-btn.liked svg{fill:#ff6b6b}.replies-section h3{color:#1a1a2e;margin-bottom:1.1rem;font-size:1.2rem;font-weight:700}.replies-list{flex-direction:column;gap:.85rem;max-height:280px;margin-bottom:1.75rem;padding-right:.4rem;display:flex;overflow-y:auto}.reply-item{background:#00000004;border:1px solid #edf2f7;border-radius:14px;padding:1.15rem}.reply-header{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.reply-user{align-items:center;gap:.5rem;display:flex}.reply-user-avatar{object-fit:cover;border-radius:50%;width:26px;height:26px}.reply-user h4{color:#1a1a2e;font-size:.9rem;font-weight:700}.reply-date{color:#888;font-size:.78rem}.reply-content{color:#4a5568;font-size:.9rem;line-height:1.5}.add-reply-form{border-top:1.5px solid #edf2f7;padding-top:1.25rem}.add-reply-form textarea{color:#2d3748;resize:none;background:#fff;border:1.5px solid #cbd5e0;border-radius:12px;width:100%;margin-bottom:.85rem;padding:.85rem 1rem;font-size:.92rem;transition:all .3s}.add-reply-form textarea:focus{border-color:#ff6b6b;outline:none;box-shadow:0 0 0 3px #ff6b6b1a}.loading-spinner{color:#666;flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:6rem 0;display:flex}.loading-spinner p{font-size:1.05rem;font-weight:500}.animate-spin{color:#ff6b6b;animation:1s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.empty-state{text-align:center;background:#ffffff80;border:1.5px dashed #cbd5e0;border-radius:18px;margin-top:1rem;padding:5rem 2rem}.empty-state p{color:#666;font-size:1.05rem}@media (width<=768px){.community-header{flex-direction:column;align-items:flex-start;gap:1.25rem;padding:1.75rem}.community-filters-row{flex-direction:column;align-items:stretch;gap:1rem}.community-tabs{flex-wrap:wrap}.tab-btn{flex:45%;padding:.75rem 1rem;font-size:.92rem}.group-space-banner{flex-direction:column;align-items:flex-start;gap:1.25rem;padding:1.5rem}}.loyalty-page-container{max-width:1200px;margin:0 auto;padding:2rem}.loyalty-header{color:#fff;background:#78b719;border-radius:24px;justify-content:space-between;align-items:center;margin-bottom:3rem;padding:3rem;display:flex}.loyalty-title-box h1{margin-bottom:.5rem;font-size:2.5rem}.tier-badge-large{color:#fff;letter-spacing:1px;background:#f59e0b;border-radius:12px;padding:.75rem 1.5rem;font-weight:800;box-shadow:0 10px 20px #f59e0b4d}.loyalty-stats-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:-2.5rem;margin-bottom:4rem;padding:0 1.5rem;display:grid}.loyalty-stat-card{background:#fff;align-items:center;gap:1.5rem;padding:1.5rem;display:flex}.stat-icon-wrapper{border-radius:18px;justify-content:center;align-items:center;width:60px;height:60px;display:flex}.stat-icon-wrapper.purple{color:#8b5cf6;background:#8b5cf61a}.stat-icon-wrapper.orange{color:#f59e0b;background:#f59e0b1a}.stat-icon-wrapper.blue{color:#3b82f6;background:#3b82f61a}.stat-info h3{margin-bottom:.25rem;font-size:1.75rem}.stat-info p{color:#6b7280;font-size:.9rem}.section-header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.rewards-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.5rem;margin-bottom:4rem;display:grid}.reward-card{text-align:center;padding:1.5rem}.reward-img-box{margin-bottom:1rem;font-size:3.5rem}.reward-card h3{margin-bottom:1.25rem;font-size:1.1rem}.reward-footer{border-top:1px solid #f3f4f6;justify-content:space-between;align-items:center;padding-top:1rem;display:flex}.points-label{color:#ef4444;font-weight:700}.referral-banner{background:#fee2e2;border:none;justify-content:space-between;align-items:center;margin-bottom:4rem;padding:3rem;display:flex}.referral-text h2{margin-bottom:.75rem}.referral-text p{color:#4b5563;margin-bottom:1.5rem}.referral-code-box{gap:.5rem;display:flex}.referral-code-box code{background:#fff;border:2px dashed #ef4444;border-radius:12px;padding:.75rem 1.5rem;font-weight:700}.btn-copy{color:#fff;cursor:pointer;background:#111827;border:none;border-radius:12px;padding:.75rem 1.5rem}.tiers-stack{flex-direction:column;gap:1rem;margin-top:1.5rem;display:flex}.tier-row{justify-content:space-between;align-items:center;padding:1.5rem 2rem;display:flex}.tier-row.active-tier{background:#ef444405;border:2px solid #ef4444}.tier-name-col{align-items:center;gap:1.5rem;display:flex}.tier-benefits-col{flex-wrap:wrap;gap:.75rem;max-width:50%;display:flex}.benefit-tag{color:#4b5563;background:#f3f4f6;border-radius:999px;padding:.4rem .8rem;font-size:.8rem}.current-badge{color:#10b981;font-size:.9rem;font-weight:700}.locked-badge{color:#9ca3af;font-size:.9rem}@media (width<=1024px){.loyalty-page-container{padding:1.75rem 1rem}.loyalty-header{text-align:left;flex-direction:column;align-items:flex-start;gap:1.25rem;padding:2.5rem 1.5rem}.loyalty-header h1{font-size:2.2rem}.loyalty-header p{font-size:1rem}.tier-badge-large{align-self:flex-start}.loyalty-stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.referral-banner{flex-direction:column;align-items:stretch;gap:1.5rem;padding:2rem}.referral-text p{font-size:.93rem}}@media (width<=768px){.loyalty-page-container{padding:1.5rem .75rem}.loyalty-header{padding:2rem 1rem}.loyalty-title-box h1{font-size:2rem}.loyalty-header p{font-size:.95rem}.loyalty-stats-grid{grid-template-columns:1fr}.loyalty-stat-card{padding:1.25rem}.section-header{flex-direction:column;align-items:flex-start;gap:.75rem}.rewards-grid{grid-template-columns:1fr}.reward-card{padding:1.25rem}.referral-code-box{flex-direction:column;align-items:stretch}.referral-code-box code,.btn-copy{width:100%}.tier-row{flex-direction:column;align-items:stretch;gap:1rem}.tier-name-col,.tier-benefits-col{max-width:100%}}@media (width<=480px){.loyalty-page-container{padding:1.25rem .75rem}.loyalty-header{padding:1.75rem 1rem}.loyalty-title-box h1{font-size:1.75rem}.loyalty-header p{font-size:.9rem}.loyalty-stat-card{gap:1rem}.stat-info h3{font-size:1.5rem}.referral-banner{padding:1.5rem}.tier-row{padding:1.25rem 1rem}}.subscription-page-wrapper{max-width:1200px;margin:0 auto;padding:3rem 2rem}.subs-header{text-align:center;margin-bottom:4rem}.subs-header h1{color:#111827;margin-bottom:1rem;font-size:3rem}.subs-header p{color:#6b7280;max-width:600px;margin:0 auto;font-size:1.1rem}.plans-grid{grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:5rem;display:grid}.plan-card{text-align:center;border-radius:32px;flex-direction:column;align-items:center;padding:2.5rem;display:flex;position:relative}.featured-plan{border:2px solid #f59e0b}.featured-tag{color:#fff;background:#f59e0b;border-radius:999px;padding:.25rem 1rem;font-size:.75rem;font-weight:800;position:absolute;top:-12px}.plan-icon-inner{border-radius:24px;justify-content:center;align-items:center;width:80px;height:80px;margin-bottom:1.5rem;display:flex}.plan-card h3{margin-bottom:1rem;font-size:1.5rem}.plan-price{margin-bottom:2rem}.currency{vertical-align:top;font-size:1.5rem;font-weight:700}.amount{font-size:3.5rem;font-weight:800}.period{color:#6b7280;font-weight:500}.plan-features{text-align:left;width:100%;margin:0 0 2.5rem;padding:0;list-style:none}.plan-features li{color:#4b5563;align-items:center;gap:.75rem;margin-bottom:1rem;font-size:.95rem;display:flex}.btn-subscribe{border-radius:14px;width:100%;padding:1rem;font-weight:700}.auto-reorder-section{background:#f3f4f6;border:none;padding:3rem}.section-text{flex:1}.section-text h2{margin-bottom:1rem}.section-text p{color:#4b5563;margin-bottom:2rem}.active-reorders{background:#fff;border-radius:20px;flex:1;padding:2rem;box-shadow:0 10px 15px -3px #0000000d}.active-reorders h4{color:#6b7280;margin-bottom:1.5rem}.reorder-item{border-bottom:1px solid #f3f4f6;justify-content:space-between;padding:1rem 0;display:flex}.reorder-item:last-child{border-bottom:none}.next-date{color:#10b981;font-size:.9rem;font-weight:600}.btn-invoice-hvr{transition:all .2s ease-in-out}.btn-invoice-hvr:hover{box-shadow:0 4px 12px #78b71940;color:#fff!important;background-color:#78b719!important}.selected-plan-card{background:#ffffffd9!important;border:3.5px solid #78b719!important;box-shadow:0 25px 50px #78b71938!important}.btn-subscribe{color:#fff;background:#78b719;border:none;border-radius:14px;font-weight:700;transition:transform .2s,box-shadow .2s}.btn-subscribe:hover{transform:translateY(-1px);box-shadow:0 12px 24px #78b7192e}.section-content{justify-content:space-between;gap:4rem;display:flex}@media (width<=1024px){.subscription-page-wrapper{padding:2.5rem 1.5rem}.subs-header h1{font-size:2.5rem}.subs-header p{font-size:1rem}.plans-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem}.section-content{gap:2rem}}@media (width<=768px){.subscription-page-wrapper{padding:2rem 1rem}.subs-header{margin-bottom:3rem}.subs-header h1{font-size:2.1rem}.plans-grid{grid-template-columns:1fr;gap:1.5rem}.plan-card{border-radius:28px;padding:1.8rem}.plan-icon-inner{width:70px;height:70px;margin-bottom:1.25rem}.plan-price{margin-bottom:1.5rem}.amount{font-size:2.8rem}.plan-features li{font-size:.92rem}.btn-subscribe{width:100%;padding:1rem}.section-content{flex-direction:column}.active-reorders{width:100%}}@media (width<=480px){.subscription-page-wrapper{padding:1.5rem .75rem}.subs-header h1{font-size:1.9rem}.subs-header p{font-size:.95rem}.plan-card{padding:1.4rem}.plan-card h3{font-size:1.3rem}.amount{font-size:2.3rem}.featured-tag{padding:.2rem .85rem;top:-10px}.plan-features li{gap:.55rem}.plan-features{margin-bottom:2rem}.section-content{gap:1.25rem}}@media print{body *{visibility:hidden!important}#invoice-print-area,#invoice-print-area *{visibility:visible!important}#invoice-print-area{position:absolute;top:0;left:0;width:100%!important;max-width:100%!important;box-shadow:none!important;background:#fff!important;border:none!important;margin:0!important;padding:0!important}.no-print,.header-container,.footer,.petcare-modal-overlay,.petcare-modal-header,.petcare-modal-footer{width:0!important;height:0!important;display:none!important;overflow:hidden!important}}.gifting-page-wrapper{background-color:#fff;border-radius:20px;max-width:1200px;margin:0 auto;padding:2rem}.gifting-hero{background:#78b719;border:none;border-radius:20px;margin-bottom:3rem;padding:4rem;position:relative;overflow:hidden;box-shadow:0 10px 30px #78b71926}.gifting-hero h1{color:#fff!important}.gifting-hero p{color:#ffffffe6!important}.gifting-hero .badge-peach{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border:1px solid #ffffff4d;color:#fff!important;background:#fff3!important}.gifting-hero .btn-explore-gifts{color:#78b719!important;background:#fff!important;border:none!important}.gifting-hero .btn-explore-gifts:hover{transform:translateY(-2px);background:#ffffffe6!important;box-shadow:0 8px 20px #0000001a!important}.hero-content{justify-content:space-between;align-items:center;display:flex}.hero-text{z-index:2;flex:1}.badge-peach{color:#e11d48;background:#fecdd3;border-radius:999px;margin-bottom:1.5rem;padding:.4rem 1rem;font-size:.8rem;font-weight:700;display:inline-block}.hero-text h1{color:#111827;margin-bottom:1.5rem;font-size:3.5rem;line-height:1.1}.hero-text p{color:#4b5563;max-width:500px;margin-bottom:2.5rem;font-size:1.2rem}.hero-image-box{flex:1;justify-content:center;align-items:center;display:flex;position:relative}.floating-icons svg{color:#ef4444;position:absolute}.float-1{animation:3s ease-in-out infinite float;top:-20px;right:20px}.float-2{animation:4s ease-in-out infinite reverse float;bottom:-10px;left:40px}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.occasion-categories{gap:1rem;margin-bottom:4rem;padding-bottom:1rem;display:flex;overflow-x:auto}.occasion-btn{white-space:nowrap;padding:1.5rem 2.5rem;font-weight:600;transition:all .3s}.occasion-btn:hover,.occasion-btn.active{color:#ef4444;background:#fff1f2;border-color:#ef4444}.section-header{text-align:center;margin-bottom:3rem}.bundles-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:2rem;margin-bottom:5rem;display:grid}.bundle-card{text-align:center;padding:2rem}.bundle-img{justify-content:center;align-items:center;height:180px;margin-bottom:0;font-size:4rem;display:flex;position:relative}.bundle-product-image{object-fit:contain;border-radius:12px;width:100%;height:100%}.category-tag{color:#fff;text-transform:uppercase;background:#e11d48;border-radius:20px;padding:4px 10px;font-size:.7rem;font-weight:700;position:absolute;top:10px;right:10px;box-shadow:0 4px 6px -1px #0000001a}.bundle-items{color:#6b7280;margin:1.5rem 0;padding:0;font-size:.9rem;list-style:none}.bundle-footer{border-top:1px solid #0000000d;flex-direction:column;gap:12px;width:100%;margin-top:1.5rem;padding-top:1rem;display:flex}.bundle-price-row{justify-content:space-between;align-items:baseline;width:100%;display:flex}.price{color:#111827;font-size:1.5rem;font-weight:800}.corporate-gifting.glass-card{color:#fff;text-align:center;border:none;border-radius:20px;padding:4rem;box-shadow:0 10px 30px #78b71926;background:#78b719!important}.corp-content h2{margin-bottom:1rem;font-size:2.5rem;color:#fff!important}.corp-content p{max-width:600px;margin-bottom:2.5rem;margin-left:auto;margin-right:auto;color:#ffffffe6!important}.corp-actions{justify-content:center;gap:1rem;display:flex}.corporate-gifting .btn-primary{color:#78b719!important;background:#fff!important;border:none!important}.corporate-gifting .btn-primary:hover{transform:translateY(-2px);background:#ffffffe6!important;box-shadow:0 8px 20px #0000001a!important}.corporate-gifting .btn-secondary{color:#fff!important;background:0 0!important;border:2px solid #fff!important}.corporate-gifting .btn-secondary:hover{transform:translateY(-2px);background:#ffffff1a!important;box-shadow:0 8px 20px #0000001a!important}.bundle-actions-row{align-items:center;gap:8px;width:100%;display:flex}.bundle-wishlist-btn{cursor:pointer;width:42px;height:42px;transition:var(--transition);background:0 0;border:1px solid #00000026;border-radius:10px;justify-content:center;align-items:center;display:flex}.bundle-wishlist-btn:hover,.bundle-wishlist-btn.active{background:#ff6b6b1a;border-color:#ff6b6b4d}.bundle-cart-btn{cursor:pointer;width:42px;height:42px;transition:var(--transition);background:0 0;border:1px solid #00000026;border-radius:10px;justify-content:center;align-items:center;display:flex}.bundle-cart-btn:hover{background:#78b7191a;border-color:#78b719}.bundle-buy-now-btn{color:#fff;cursor:pointer;height:42px;transition:var(--transition);text-transform:uppercase;letter-spacing:.5px;background:#78b719;border:none;border-radius:10px;flex:1;justify-content:center;align-items:center;font-size:.8rem;font-weight:700;display:flex}.bundle-buy-now-btn:hover{background:#6aa316;transform:translateY(-2px);box-shadow:0 4px 12px #78b7194d}.contact-sales-modal-backdrop{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1000;background:#0f172a99;justify-content:center;align-items:center;width:100vw;height:100vh;padding:20px;display:flex;position:fixed;top:0;left:0}.contact-sales-modal{border:1px solid #ffffff4d;border-radius:24px;width:100%;max-width:550px;position:relative;box-shadow:0 25px 50px -12px #00000040;background:#fffffffa!important;padding:2.5rem!important}.close-contact-modal{cursor:pointer;width:32px;height:32px;transition:var(--transition);background:#0000000d;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:20px;right:20px}.close-contact-modal:hover{background:#0000001a;transform:scale(1.05)}.inquiry-form h2{color:#0f172a;margin-bottom:.5rem;font-size:1.8rem;font-weight:700}.inquiry-form p{color:#475569;margin-bottom:1.5rem;font-size:.9rem;line-height:1.5}.prescription-view-container{background:#f1f5f9;flex-direction:column;align-items:center;min-height:100vh;padding:40px 20px;display:flex}.prescription-paper{background:#fff;border-radius:4px;width:100%;max-width:800px;padding:50px;position:relative;box-shadow:0 20px 50px #0000001a}.presc-header{justify-content:space-between;align-items:flex-start;margin-bottom:20px;display:flex}.doc-meta h2{color:#1e293b;margin-bottom:4px;font-size:24px;font-weight:800}.doc-meta p{color:#64748b;align-items:center;gap:6px;margin:0;font-size:14px;display:flex}.app-logo-rx{text-align:right;flex-direction:column;align-items:flex-end;display:flex}.app-logo-rx img{height:40px;margin-bottom:4px}.app-logo-rx span{text-transform:uppercase;color:#10b981;letter-spacing:1px;font-size:10px;font-weight:800}.horizontal-divider{background:#1e293b;height:2px;margin-bottom:30px}.patient-info-rx{background:#f8fafc;border-radius:8px;grid-template-columns:repeat(4,1fr);gap:20px;margin-bottom:40px;padding:15px 20px;display:grid}.info-col label{color:#94a3b8;text-transform:uppercase;margin-bottom:4px;font-size:10px;font-weight:800;display:block}.info-col p{color:#1e293b;margin:0;font-size:14px;font-weight:700}.rx-body{min-height:400px;position:relative}.rx-symbol{color:#1e293b;margin-bottom:20px;font-family:serif;font-size:60px}.diagnosis-box{margin-bottom:30px}.diagnosis-box label{color:#1e293b;align-items:center;gap:6px;margin-bottom:6px;font-size:12px;font-weight:800;display:flex}.diagnosis-box p{color:#334155;font-size:16px;font-weight:600}.medication-table-rx{margin-bottom:40px}.rx-table-header{text-transform:uppercase;color:#475569;background:#f1f5f9;grid-template-columns:2fr 1fr 1fr 1fr;padding:12px 10px;font-size:12px;font-weight:800;display:grid}.rx-table-row{color:#1e293b;border-bottom:1px solid #f1f5f9;grid-template-columns:2fr 1fr 1fr 1fr;padding:16px 10px;font-size:14px;font-weight:600;display:grid}.med-name{font-weight:800}.orders-box{margin-top:40px}.orders-box label{color:#1e293b;margin-bottom:8px;font-size:12px;font-weight:800;display:block}.orders-box p{color:#64748b;font-size:14px;line-height:1.6}.presc-footer{justify-content:space-between;align-items:flex-end;margin-top:60px;display:flex}.sig-line{background:#94a3b8;width:200px;height:1px;margin-bottom:8px}.signature-area p{color:#64748b;margin:0;font-size:12px}.rx-disclaimer{color:#94a3b8;text-align:right;max-width:300px;font-size:10px}.rx-view-actions{gap:16px;margin-top:30px;display:flex}.btn-rx-view{cursor:pointer;border:none;border-radius:12px;align-items:center;gap:10px;padding:14px 28px;font-size:14px;font-weight:700;transition:all .2s;display:flex}.btn-rx-view.print{color:#fff;background:#1e293b}.btn-rx-view.download{color:#fff;background:#10b981}.btn-rx-view:hover{opacity:.9;transform:translateY(-2px)}@media print{body *{visibility:hidden}#prescription-content,#prescription-content *{visibility:visible}#prescription-content{width:100%;box-shadow:none;padding:0;position:absolute;top:0;left:0}.no-print{display:none!important}}.loading-screen,.error-screen{color:#64748b;justify-content:center;align-items:center;height:80vh;font-size:18px;font-weight:700;display:flex}.live-consult-wrapper{z-index:1000;background:#0f172a;flex-direction:column;width:100vw;height:100vh;display:flex;position:fixed;top:0;left:0}.live-consult-header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0f172ae6;border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:center;height:80px;padding:0 30px;display:flex}.btn-back-square{color:#fff;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;justify-content:center;align-items:center;width:45px;height:45px;transition:all .3s;display:flex}.btn-back-square:hover{background:#ffffff1a}.consult-info-mini h2{color:#fff;margin:0;font-size:1.1rem;font-weight:800}.consult-info-mini p{color:#94a3b8;margin:4px 0 0;font-size:.85rem}.connection-status-pill{color:#10b981;background:#10b9811a;border:1px solid #10b98133;border-radius:20px;align-items:center;gap:8px;padding:8px 16px;font-size:.85rem;font-weight:700;display:flex}.pulse-dot{background:#10b981;border-radius:50%;width:8px;height:8px;animation:2s infinite pulse}.meeting-stage-container{background:#000;flex:1;position:relative}.jitsi-stage{width:100%;height:100%}.consult-floating-controls{z-index:10;gap:20px;display:flex;position:absolute;bottom:40px;left:50%;transform:translate(-50%)}.btn-end-call-luxury{color:#fff;cursor:pointer;background:#ef4444;border:none;border-radius:30px;align-items:center;gap:12px;padding:15px 40px;font-size:1.1rem;font-weight:800;transition:all .3s;display:flex;box-shadow:0 10px 25px #ef444466}.btn-end-call-luxury:hover{background:#dc2626;transform:scale(1.05)}.consult-loading{color:#fff;letter-spacing:1px;background:#0f172a;justify-content:center;align-items:center;height:100vh;font-size:1.5rem;font-weight:800;display:flex}.pdp-container{background:#f8fafc;min-height:100vh;padding:120px 20px 60px}.pdp-inner{max-width:1200px;margin:0 auto}.pdp-back-btn{color:#64748b;cursor:pointer;background:0 0;border:none;align-items:center;gap:8px;margin-bottom:24px;font-weight:500;transition:color .3s;display:flex}.pdp-back-btn:hover{color:#78b719}.pdp-grid{grid-template-columns:1fr 1.2fr;align-items:start;gap:40px;display:grid}.pdp-main-image-wrapper{aspect-ratio:1;background:#fff;border-radius:24px;justify-content:center;align-items:center;padding:30px;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 30px #0000000d}.pdp-main-image{object-fit:contain;max-width:100%;max-height:100%}.pdp-placeholder-icon{color:#e2e8f0}.pdp-wishlist-btn{cursor:pointer;color:#cbd5e1;background:#fff;border:none;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;transition:all .3s;display:flex;position:absolute;top:20px;right:20px;box-shadow:0 4px 12px #0000001a}.pdp-wishlist-btn.active{color:#ff4757}.pdp-thumbnails{gap:12px;margin-top:16px;display:flex}.pdp-thumb-box{cursor:pointer;background:#fff;border:2px solid #0000;border-radius:12px;width:80px;height:80px;padding:8px;transition:all .3s}.pdp-thumb-box.active{border-color:#78b719}.pdp-thumb-box img{object-fit:contain;width:100%;height:100%}.pdp-category-tag{color:#78b719;text-transform:uppercase;letter-spacing:.5px;background:#ecf3e5;border-radius:20px;margin-bottom:12px;padding:4px 12px;font-size:.85rem;font-weight:600;display:inline-block}.pdp-title{color:#1e293b;margin-bottom:12px;font-size:2.5rem;font-weight:800;line-height:1.2}.pdp-rating-row{align-items:center;gap:12px;margin-bottom:24px;display:flex}.pdp-stars{gap:2px;display:flex}.pdp-review-count{color:#94a3b8;font-size:.9rem}.pdp-stock-badge{border-radius:6px;align-items:center;gap:4px;padding:4px 10px;font-size:.85rem;font-weight:600;display:flex}.pdp-stock-badge.in-stock{color:#166534;background:#f0fdf4}.pdp-stock-badge.out-stock{color:#991b1b;background:#fef2f2}.pdp-price-section{background:#fff;border-radius:20px;margin-bottom:30px;padding:24px;box-shadow:0 4px 20px #00000008}.pdp-price-row{align-items:center;gap:16px;margin-bottom:4px;display:flex}.pdp-current-price{color:#1e293b;font-size:2.2rem;font-weight:800}.pdp-old-price{color:#94a3b8;font-size:1.2rem;text-decoration:line-through}.pdp-discount-tag{color:#fff;background:#ff4757;border-radius:6px;padding:4px 10px;font-size:.9rem;font-weight:700}.pdp-tax-info{color:#94a3b8;font-size:.85rem}.pdp-description-box{margin-bottom:30px}.pdp-description-box h3{color:#1e293b;margin-bottom:12px;font-size:1.1rem}.pdp-description-box p{color:#64748b;line-height:1.6}.pdp-purchase-actions{flex-direction:column;gap:20px;margin-bottom:30px;display:flex}.pdp-qty-selector{background:#fff;border:1px solid #e2e8f0;border-radius:12px;align-items:center;width:fit-content;padding:6px;display:flex}.pdp-qty-selector button{cursor:pointer;color:#64748b;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;transition:background .3s;display:flex}.pdp-qty-selector button:hover{background:#f1f5f9}.pdp-qty-selector span{text-align:center;width:40px;font-size:1.1rem;font-weight:600}.pdp-btn-group{grid-template-columns:1fr 1fr;gap:16px;display:grid}.pdp-cart-btn,.pdp-buy-btn{cursor:pointer;border:none;border-radius:16px;justify-content:center;align-items:center;gap:10px;height:56px;padding:0 30px;font-size:1rem;font-weight:700;transition:all .3s;display:flex}.pdp-cart-btn{color:#78b719;background:#fff;border:2px solid #78b719}.pdp-cart-btn.in-cart{pointer-events:none;background:#ecf3e5}.pdp-buy-btn{color:#fff;background:#78b719;box-shadow:0 8px 20px #78b7194d}.pdp-buy-btn:hover{transform:translateY(-2px);box-shadow:0 12px 24px #78b71966}.pdp-trust-features{border-top:1px solid #e2e8f0;grid-template-columns:repeat(3,1fr);gap:12px;padding-top:30px;display:grid}.trust-item{text-align:center;flex-direction:column;align-items:center;gap:8px;display:flex}.trust-icon-box{color:#475569;background:#f1f5f9;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.trust-text strong{color:#1e293b;font-size:.85rem;display:block}.trust-text p{color:#94a3b8;font-size:.75rem}.pdp-extended-info{margin-top:60px;padding:0;overflow:hidden}.info-tabs{background:#f1f5f9;border-bottom:1px solid #e2e8f0;display:flex}.info-tabs button{color:#64748b;cursor:pointer;background:0 0;border:none;padding:20px 30px;font-weight:600;position:relative}.info-tabs button.active{color:#78b719;background:#fff}.info-tabs button.active:after{content:"";background:#78b719;width:100%;height:3px;position:absolute;bottom:0;left:0}.info-content{padding:40px}.spec-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:24px;display:grid}.spec-item label{color:#94a3b8;text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px;font-size:.8rem;display:block}.spec-item span{color:#1e293b;font-weight:600}.pdp-loader{color:#64748b;flex-direction:column;justify-content:center;align-items:center;gap:20px;height:100vh;display:flex}@media (width<=968px){.pdp-grid{grid-template-columns:1fr}.pdp-title{font-size:2rem}.pdp-btn-group{grid-template-columns:1fr}}.cart-page-container{background:#f8fafc;min-height:100vh;padding:120px 20px 80px}.cart-page-inner{max-width:1200px;margin:0 auto}.cart-page-header{text-align:center;margin-bottom:40px}.cart-primary-title{color:#1e293b;justify-content:center;align-items:center;gap:15px;font-size:2.5rem;font-weight:800;display:flex}.cart-subtitle{color:#94a3b8;margin-top:8px;font-size:1.1rem}.cart-main-grid{grid-template-columns:1fr 380px;align-items:start;gap:40px;display:grid}@media (width<=1024px){.cart-main-grid{grid-template-columns:1fr}}.cart-items-list-stack{flex-direction:column;gap:20px;display:flex}.cart-page-item-card{align-items:center;gap:24px;padding:20px;display:flex}.cart-item-img-link{background:#fff;border:1px solid #f1f5f9;border-radius:16px;justify-content:center;align-items:center;width:120px;height:120px;padding:10px;display:flex}.cart-item-img-link img{object-fit:contain;max-width:100%;max-height:100%}.cart-item-main-info{flex:1}.cart-item-name-row{justify-content:space-between;align-items:flex-start;display:flex}.item-name-link{color:#1e293b;margin-bottom:4px;font-size:1.2rem;font-weight:700;text-decoration:none}.item-name-link:hover{color:#78b719}.item-category-muted{color:#94a3b8;text-transform:capitalize;font-size:.9rem}.remove-item-btn{color:#94a3b8;cursor:pointer;background:0 0;border:none;transition:color .3s}.remove-item-btn:hover{color:#ff4757}.item-controls-row{justify-content:space-between;align-items:center;margin-top:20px;display:flex}.item-qty-selector-minimal{background:#f1f5f9;border-radius:12px;align-items:center;gap:15px;padding:6px 12px;display:flex}.item-qty-selector-minimal button{cursor:pointer;color:#475569;background:0 0;border:none}.item-qty-selector-minimal span{text-align:center;min-width:24px;font-weight:700}.item-price-view{text-align:right}.unit-price{color:#94a3b8;font-size:.85rem;display:block}.total-price{color:#78b719;font-size:1.3rem;font-weight:800}.cart-summary-card{padding:30px;position:sticky;top:100px}.cart-summary-card h3{color:#1e293b;margin-bottom:24px;font-size:1.4rem;font-weight:800}.summary-details-stack{flex-direction:column;gap:16px;display:flex}.summary-row{color:#64748b;justify-content:space-between;display:flex}.shipping-free{color:#10b981;font-weight:700}.summary-total-divider{background:#e2e8f0;height:1px;margin:24px 0}.summary-row-total{justify-content:space-between;align-items:center;margin-bottom:30px;display:flex}.summary-row-total span:first-child{color:#1e293b;font-size:1.1rem;font-weight:700}.total-val{color:#1e293b;font-size:1.8rem;font-weight:900}.checkout-now-master-btn{color:#fff;cursor:pointer;background:#78b719;border:none;border-radius:16px;justify-content:center;align-items:center;gap:12px;width:100%;height:60px;font-size:1.1rem;font-weight:800;transition:all .3s;display:flex;box-shadow:0 10px 20px #78b7194d}.checkout-now-master-btn:hover{transform:translateY(-2px);box-shadow:0 15px 30px #78b71966}.secure-checkout-badge{color:#94a3b8;justify-content:center;align-items:center;gap:10px;margin-top:20px;font-size:.85rem;display:flex}.badge-dot{background:#10b981;border-radius:50%;width:8px;height:8px}.cart-empty-state{text-align:center;padding:60px}.empty-emoji{margin-bottom:24px;font-size:4rem}.cart-empty-state h2{color:#1e293b;margin-bottom:12px;font-size:1.8rem;font-weight:800}.cart-empty-state p{color:#64748b;margin-bottom:32px}.explore-store-btn{color:#fff;cursor:pointer;background:#1e293b;border:none;border-radius:12px;padding:16px 32px;font-weight:700}.wishlist-page-container{background:#f8fafc;min-height:100vh;padding:120px 20px 80px}.wishlist-page-inner{max-width:1200px;margin:0 auto}.wishlist-page-header{text-align:center;margin-bottom:50px}.wishlist-page-header h1{color:#1e293b;justify-content:center;align-items:center;gap:15px;font-size:2.5rem;font-weight:800;display:flex}.wishlist-page-header p{color:#94a3b8;margin-top:8px;font-size:1.1rem}.wishlist-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:24px;display:grid}.wishlist-item-card{padding:0;transition:transform .3s;overflow:hidden}.wishlist-item-card:hover{transform:translateY(-5px)}.wishlist-card-image{background:#fff;justify-content:center;align-items:center;height:220px;padding:20px;display:flex;position:relative}.wishlist-card-image img{object-fit:contain;max-width:100%;max-height:100%}.pdp-remove-wishlist{cursor:pointer;color:#94a3b8;background:#ffffffe6;border:none;border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;transition:all .3s;display:flex;position:absolute;top:15px;right:15px}.pdp-remove-wishlist:hover{color:#ff4757;background:#fef2f2}.wishlist-card-body{background:#fff;padding:20px}.wishlist-meta{justify-content:space-between;margin-bottom:10px;display:flex}.wishlist-category{text-transform:uppercase;color:#78b719;letter-spacing:.5px;font-size:.75rem;font-weight:700}.wishlist-rating{color:#f59e0b;font-size:.8rem;font-weight:600}.wishlist-prod-title{color:#1e293b;white-space:nowrap;text-overflow:ellipsis;margin-bottom:8px;font-size:1.1rem;font-weight:700;text-decoration:none;display:block;overflow:hidden}.wishlist-prod-price{color:#1e293b;margin-bottom:20px;font-size:1.2rem;font-weight:800}.wishlist-card-actions{grid-template-columns:1fr;gap:10px;display:grid}.wishlist-add-to-cart,.wishlist-buy-now{cursor:pointer;border-radius:10px;justify-content:center;align-items:center;gap:8px;width:100%;height:44px;font-size:.9rem;font-weight:700;transition:all .3s;display:flex}.wishlist-add-to-cart{color:#475569;background:#f1f5f9;border:none}.wishlist-buy-now{color:#78b719;background:#ecf3e5;border:1px solid #78b719}.wishlist-add-to-cart:hover{background:#e2e8f0}.wishlist-buy-now:hover{color:#fff;background:#78b719}.wishlist-empty-state{text-align:center;max-width:500px;margin:0 auto;padding:80px 20px}.empty-icon{margin-bottom:20px;font-size:4rem}.wishlist-empty-state h2{color:#1e293b;margin-bottom:12px;font-size:1.8rem;font-weight:800}.wishlist-empty-state p{color:#64748b;margin-bottom:30px}.wishlist-empty-state button{color:#fff;cursor:pointer;background:#78b719;border:none;border-radius:12px;padding:16px 40px;font-weight:700;box-shadow:0 10px 20px #78b71933}.checkout-page-wrapper{background:#f8fafc;min-height:100vh;padding:120px 20px 80px}.checkout-inner{max-width:1200px;margin:0 auto}.checkout-header{margin-bottom:40px}.checkout-header h1{color:#1e293b;margin-top:10px;font-size:2.2rem;font-weight:800}.back-btn{color:#64748b;cursor:pointer;background:0 0;border:none;align-items:center;gap:6px;font-weight:500;display:flex}.checkout-grid{grid-template-columns:1fr 400px;align-items:start;gap:40px;display:grid}@media (width<=1024px){.checkout-grid{grid-template-columns:1fr}}.checkout-section{margin-bottom:24px;padding:30px}.section-title{align-items:center;gap:15px;margin-bottom:24px;display:flex}.step-num{color:#fff;background:#78b719;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:.9rem;font-weight:700;display:flex}.section-title h2{color:#1e293b;font-size:1.3rem;font-weight:700}.address-form{flex-direction:column;gap:20px;display:flex}.form-group{flex-direction:column;gap:8px;display:flex}.form-group label{color:#475569;font-size:.9rem;font-weight:600}.address-form textarea,.address-form input{background:#f9fafb;border:1px solid #e2e8f0;border-radius:12px;padding:14px;font-size:1rem;transition:all .3s}.address-form textarea{resize:none;height:100px}.address-form input:focus,.address-form textarea:focus{background:#fff;border-color:#78b719;outline:none;box-shadow:0 0 0 4px #78b7191a}.form-row{grid-template-columns:1fr 1fr;gap:16px;display:grid}.payment-method-tile{cursor:pointer;border:2px solid #e2e8f0;border-radius:16px;align-items:center;gap:16px;padding:20px;transition:all .3s;display:flex}.payment-method-tile.active{background:#fdfdfd;border-color:#78b719}.payment-icon-box{background:#ecf3e5;border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.payment-info{flex:1}.payment-info strong{color:#1e293b;display:block}.payment-info p{color:#94a3b8;font-size:.85rem}.payment-radio{border:2px solid #cbd5e1;border-radius:50%;width:20px;height:20px;position:relative}.payment-radio.selected{border-color:#78b719}.payment-radio.selected:after{content:"";background:#78b719;border-radius:50%;width:10px;height:10px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.order-items-preview-card{padding:24px;position:sticky;top:100px}.order-items-preview-card h3{color:#1e293b;margin-bottom:20px;font-size:1.1rem}.checkout-items-list{flex-direction:column;gap:16px;max-height:260px;margin-bottom:24px;display:flex;overflow-y:auto}.checkout-item-mini{align-items:center;gap:12px;display:flex}.mini-item-img{background:#f1f5f9;border-radius:8px;justify-content:center;align-items:center;width:50px;height:50px;padding:4px;display:flex}.mini-item-img img{object-fit:contain;max-width:100%;max-height:100%}.mini-item-info{flex:1}.mini-name{color:#1e293b;font-size:.9rem;font-weight:600}.mini-qty-price{color:#94a3b8;font-size:.8rem}.mini-total{color:#1e293b;font-size:.9rem;font-weight:700}.checkout-optional-label{color:#94a3b8;font-size:.85rem;font-weight:500}.checkout-promo-inline{border-top:1px dashed #e2e8f0;margin-top:8px;padding-top:16px}.checkout-promo-input-wrap{align-items:center;display:flex;position:relative}.checkout-promo-input-wrap input{letter-spacing:.05em;text-transform:uppercase;border:1px solid #e2e8f0;border-radius:10px;width:100%;padding:12px 44px 12px 14px;font-size:1rem;font-weight:600}.checkout-promo-spinner{color:#78b719;position:absolute;right:14px}.checkout-promo-applied-inline{color:#15803d;background:#78b7191a;border-radius:8px;align-items:flex-start;gap:8px;margin-top:10px;padding:10px 12px;font-size:.88rem;line-height:1.4;display:flex}.checkout-coupon-hint{color:#64748b;margin:-8px 0 16px;font-size:.9rem}.checkout-coupon-form{flex-wrap:wrap;gap:10px;display:flex}.checkout-coupon-form input{letter-spacing:.06em;text-transform:uppercase;border:1px solid #e2e8f0;border-radius:10px;flex:1;min-width:180px;padding:12px 14px;font-size:1rem;font-weight:600}.checkout-coupon-apply-btn{color:#fff;cursor:pointer;background:#78b719;border:none;border-radius:10px;justify-content:center;align-items:center;min-width:90px;padding:12px 24px;font-weight:700;display:flex}.checkout-coupon-apply-btn:disabled{opacity:.7;cursor:not-allowed}.checkout-coupon-applied{background:#78b7191f;border:1px solid #78b71959;border-radius:12px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding:14px 16px;display:flex}.checkout-coupon-applied-info{color:#166534;align-items:flex-start;gap:10px;display:flex}.checkout-coupon-applied-info strong{letter-spacing:.05em;font-size:1.05rem;display:block}.checkout-coupon-applied-info span{color:#15803d;margin-top:4px;font-size:.85rem;display:block}.checkout-coupon-remove{cursor:pointer;color:#64748b;background:#fff;border:1px solid #cbd5e1;border-radius:8px;align-items:center;gap:6px;padding:8px 12px;font-size:.85rem;display:inline-flex}.checkout-coupon-error{color:#dc2626;margin-top:10px;font-size:.88rem}.calc-row-discount span:last-child{color:#16a34a;font-weight:700}.checkout-success-coupon{color:#15803d;margin-top:12px;font-size:.95rem}.checkout-total-calc{border-top:1px solid #e2e8f0;margin-bottom:24px;padding-top:20px}.calc-row{color:#64748b;justify-content:space-between;margin-bottom:8px;font-size:.9rem;display:flex}.calc-total-row{color:#1e293b;justify-content:space-between;margin-top:12px;font-size:1.2rem;font-weight:800;display:flex}.complete-payment-btn{color:#fff;cursor:pointer;background:#78b719;border:none;border-radius:12px;justify-content:center;align-items:center;gap:10px;width:100%;height:56px;font-size:1rem;font-weight:800;display:flex;box-shadow:0 8px 24px #78b71940}.complete-payment-btn:disabled{opacity:.7;cursor:not-allowed}.checkout-success-view{text-align:center;justify-content:center;align-items:center;height:100vh;padding:20px;display:flex}.success-content{max-width:500px}.success-content h1{color:#1e293b;margin:24px 0 12px;font-size:2rem}.success-content p{color:#64748b;margin-bottom:30px}.success-actions{flex-direction:column;gap:12px;display:flex}.success-actions button{cursor:pointer;border-radius:12px;height:50px;font-weight:700}.primary-btn{color:#fff;background:#78b719;border:none}.secondary-btn{color:#475569;background:#fff;border:1px solid #e2e8f0}.orders-page-container{background:#f8fafc;min-height:100vh;padding:120px 20px 80px}.orders-page-inner{max-width:1000px;margin:0 auto}.orders-page-header{align-items:center;gap:24px;margin-bottom:40px;display:flex}.back-btn-luxury{cursor:pointer;color:#475569;background:#fff;border:1px solid #e2e8f0;border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;transition:all .2s;display:flex}.back-btn-luxury:hover{color:#1e293b;background:#f1f5f9;transform:translate(-4px)}.header-text-group h1{color:#1e293b;margin:0;font-size:2.2rem;font-weight:900}.header-text-group p{color:#64748b;margin:4px 0 0;font-weight:500}.order-card-premium{background:#fff;border:1px solid #e2e8f0;border-radius:20px;margin-bottom:30px;transition:transform .2s;overflow:hidden;box-shadow:0 4px 20px #0000000d}.order-card-premium:hover{transform:translateY(-2px)}.order-card-main-info{background:#fafafa;border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding:24px;display:flex}.order-id-group .order-label{color:#94a3b8;font-weight:700}.order-id-group .order-id{color:#1e293b;margin-left:4px;font-size:1.1rem;font-weight:900}.order-meta-group{gap:20px;display:flex}.meta-item{color:#64748b;align-items:center;gap:6px;font-size:.85rem;font-weight:600;display:flex}.status-badge-luxury{text-transform:uppercase;border:2px solid var(--status-color);color:var(--status-color);background:#fff;border-radius:30px;padding:6px 14px;font-size:.75rem;font-weight:800}.order-card-items-section{padding:24px}.order-item-row-luxury{border-bottom:1px solid #f8fafc;justify-content:space-between;align-items:center;margin-bottom:16px;padding-bottom:16px;display:flex}.order-item-row-luxury:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.item-details-left{align-items:center;gap:16px;display:flex}.item-qty-box{color:#475569;background:#f1f5f9;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;font-size:.8rem;font-weight:800;display:flex}.item-text h4{color:#1e293b;margin:0;font-size:1rem;font-weight:700}.item-text p{color:#94a3b8;margin:2px 0 0;font-size:.8rem}.item-subtotal{color:#1e293b;font-weight:700}.order-fulfillment-tracking{padding:0 24px 24px}.tracking-progress-bar{align-items:center;margin-bottom:24px;padding:0 10px;display:flex;position:relative}.track-point{z-index:2;flex-direction:column;flex:1;align-items:center;gap:8px;display:flex}.point-circle{background:#e2e8f0;border-radius:50%;width:14px;height:14px;transition:all .3s}.track-point.active .point-circle{background:#78b719;box-shadow:0 0 0 5px #78b71926}.track-point.active span{color:#78b719}.track-point span{color:#94a3b8;text-align:center;font-size:.7rem;font-weight:700}.track-connector{background:#f1f5f9;border-radius:2px;flex:1;height:3px;margin-bottom:20px;transition:background .3s}.track-connector.active{background:#78b719}.tracking-details-alert{background:#f0fdf4;border:1px solid #dcfce7;border-radius:12px;justify-content:space-between;align-items:center;padding:12px 18px;display:flex}.tracking-id-pill{color:#166534;align-items:center;gap:8px;font-size:.85rem;font-weight:600;display:flex}.courier-name{color:#16a34a;font-size:.8rem;font-style:italic;font-weight:700}.order-card-footer-luxury{background:#fafafa;border-top:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.delivery-address-summary{color:#64748b;align-items:center;gap:8px;font-size:.85rem;font-weight:600;display:flex}.order-grand-total{text-align:right}.total-label{text-transform:uppercase;color:#94a3b8;margin-bottom:2px;font-size:.75rem;font-weight:700;display:block}.total-value{color:#1e293b;font-size:1.4rem;font-weight:900}.orders-loading-container{flex-direction:column;justify-content:center;align-items:center;gap:20px;height:80vh;display:flex}.orders-loader-glow{border:4px solid #f1f5f9;border-top-color:#78b719;border-radius:50%;width:60px;height:60px;animation:1s linear infinite spin}.orders-empty-luxury{text-align:center;padding:100px 20px}.empty-illustration{margin-bottom:20px;font-size:5rem}.orders-empty-luxury h2{color:#1e293b;margin-bottom:12px;font-size:1.8rem;font-weight:800}.orders-empty-luxury p{color:#64748b;max-width:400px;margin-bottom:30px;margin-left:auto;margin-right:auto}.btn-primary-luxury{color:#fff;cursor:pointer;background:#78b719;border:none;border-radius:12px;padding:16px 40px;font-weight:700;transition:transform .2s;box-shadow:0 10px 20px #78b71933}.btn-primary-luxury:hover{transform:scale(1.05)}.refund-btn{cursor:pointer;border:none;border-radius:8px;padding:8px 16px;font-size:.85rem;font-weight:700;transition:all .2s}.refund-btn.active{color:#ef4444;background:#fee2e2}.refund-btn.active:hover{background:#fecaca;transform:translateY(-1px)}.refund-btn.disabled{color:#94a3b8;cursor:not-allowed;background:#f1f5f9}.refund-btn.pending{color:#d97706;cursor:not-allowed;background:#fef3c7}.refund-btn.approved{color:#15803d;cursor:not-allowed;background:#dcfce7}.refund-btn.rejected{color:#64748b;cursor:not-allowed;background:#f1f5f9;text-decoration:line-through}.campaign-page{max-width:900px;margin:0 auto;padding:100px 24px 60px}.campaign-page-header{align-items:flex-start;gap:16px;margin-bottom:32px;display:flex}.campaign-page-header svg{color:#78b719;flex-shrink:0;margin-top:4px}.campaign-page-header h1{color:#1e293b;margin:0 0 8px;font-size:2rem;font-weight:800}.campaign-page-header p{color:#64748b;margin:0;font-size:1rem;line-height:1.5}.home-campaign-banners{flex-direction:column;gap:16px;margin-bottom:24px;display:flex}.home-campaign-card{color:#fff;background:linear-gradient(135deg,#5a9a12 0%,#78b719 45%,#8fd428 100%);border:1px solid #ffffff40;border-radius:20px;align-items:stretch;gap:20px;padding:20px 24px;transition:box-shadow .2s;display:flex;box-shadow:0 12px 32px #5a9a1247}.home-campaign-img{object-fit:cover;border:2px solid #ffffff59;border-radius:14px;flex-shrink:0;width:140px;min-height:100px;box-shadow:0 4px 12px #00000026}.home-campaign-text{-webkit-backdrop-filter:blur(6px);background:#00000038;border:1px solid #ffffff1f;border-radius:16px;flex-direction:column;flex:1;justify-content:center;gap:10px;min-width:0;padding:18px 20px;display:flex}.home-campaign-text h2{color:#fff;text-shadow:0 2px 8px #00000059;letter-spacing:-.02em;margin:0;font-size:clamp(1.2rem,2.5vw,1.55rem);font-weight:800;line-height:1.25}.home-campaign-text p{color:#f8fafc;opacity:1;text-shadow:0 1px 4px #0000004d;max-width:52ch;margin:0;font-size:clamp(.9rem,1.8vw,1.05rem);line-height:1.55}.home-campaign-promo{color:#3d6b0f;letter-spacing:.04em;background:#fffffff2;border-radius:8px;align-self:flex-start;align-items:center;gap:6px;padding:6px 14px;font-size:.88rem;font-weight:800;display:inline-flex;box-shadow:0 2px 8px #0000001f}.home-campaign-cta{color:#3d6b0f;cursor:pointer;background:#fff;border:2px solid #ffffffe6;border-radius:12px;align-self:flex-start;margin-top:4px;padding:12px 22px;font-size:.95rem;font-weight:800;transition:transform .15s,box-shadow .15s,background .15s;box-shadow:0 4px 14px #0000002e}.home-campaign-cta:hover{transform:translateY(-1px);box-shadow:0 6px 16px #00000026}.home-campaign-cta:active{transform:translateY(0)}.campaign-page-list{margin-bottom:0}.campaign-page-loading{color:#64748b;flex-direction:column;align-items:center;gap:16px;padding:60px 20px;display:flex}.campaign-page-empty{text-align:center;border-radius:20px;padding:48px 32px}.campaign-page-empty h2{margin:16px 0 8px;font-size:1.25rem}.campaign-page-empty p{color:#64748b;margin:0}.campaign-page-error{color:#dc2626;background:#fef2f2;border:1px solid #fecaca;border-radius:12px;padding:14px 18px}.campaign-page-discount-badge{background:#ffffff40;border:1px solid #fff6;border-radius:8px;align-self:flex-start;padding:4px 12px;font-size:.82rem;font-weight:700;display:inline-flex}@media (width<=640px){.campaign-page{padding:88px 16px 40px}.campaign-page-header h1{font-size:1.5rem}.home-campaign-card{flex-direction:column;padding:16px}.home-campaign-img{width:100%;height:140px}.home-campaign-text{padding:16px}.home-campaign-cta{text-align:center;align-self:stretch;width:100%}}
