@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=Outfit:wght@400;500;600;700;800;900&display=swap";
:root{--color-primary:#ff6b35;--color-primary-light:#ff8f66;--color-primary-dark:#e5561f;--color-primary-glow:#ff6b3559;--color-secondary:#00c9a7;--color-secondary-light:#33d4b8;--color-secondary-dark:#00a88c;--color-secondary-glow:#00c9a74d;--color-accent:#7c5cfc;--color-accent-light:#9b82fd;--color-accent-dark:#6344e0;--color-bg:#f8f9fc;--color-bg-alt:#fff;--color-bg-card:#fff;--color-bg-elevated:#fff;--color-surface:#f0f2f5;--color-border:#e2e5eb;--color-border-light:#f0f2f5;--color-text:#1a1d26;--color-text-secondary:#5a6178;--color-text-muted:#8f96a8;--color-text-inverse:#fff;--color-success:#10b981;--color-warning:#f59e0b;--color-error:#ef4444;--color-info:#3b82f6;--color-flipkart:#2874f0;--color-amazon:#f90;--color-myntra:#ff3e6c;--color-meesho:#570a57;--font-heading:"Outfit", sans-serif;--font-body:"Inter", sans-serif;--text-xs:.75rem;--text-sm:.875rem;--text-base:1rem;--text-lg:1.125rem;--text-xl:1.25rem;--text-2xl:1.5rem;--text-3xl:1.875rem;--text-4xl:2.25rem;--text-5xl:3rem;--text-6xl:3.75rem;--text-7xl:4.5rem;--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-5:1.25rem;--space-6:1.5rem;--space-8:2rem;--space-10:2.5rem;--space-12:3rem;--space-16:4rem;--space-20:5rem;--space-24:6rem;--space-32:8rem;--radius-sm:6px;--radius-md:10px;--radius-lg:16px;--radius-xl:24px;--radius-2xl:32px;--radius-full:9999px;--shadow-sm:0 1px 3px #0000000f, 0 1px 2px #0000000a;--shadow-md:0 4px 12px #00000014, 0 2px 4px #0000000a;--shadow-lg:0 12px 32px #0000001a, 0 4px 8px #0000000f;--shadow-xl:0 24px 48px #0000001f, 0 8px 16px #00000014;--shadow-glow:0 0 30px var(--color-primary-glow);--shadow-glow-secondary:0 0 30px var(--color-secondary-glow);--glass-bg:#ffffffb3;--glass-border:#ffffff4d;--glass-blur:blur(20px);--transition-fast:.15s ease;--transition-base:.25s ease;--transition-slow:.4s ease;--transition-spring:.5s cubic-bezier(.34, 1.56, .64, 1);--container-max:1280px;--container-padding:1.5rem;--navbar-height:72px}[data-theme=dark]{--color-bg:#0a1628;--color-bg-alt:#111d33;--color-bg-card:#152238;--color-bg-elevated:#1a2a45;--color-surface:#1e3050;--color-border:#2a3d5e;--color-border-light:#1e3050;--color-text:#e8ecf4;--color-text-secondary:#a0aac0;--color-text-muted:#6b7a96;--color-text-inverse:#0a1628;--shadow-sm:0 1px 3px #0003, 0 1px 2px #00000026;--shadow-md:0 4px 12px #00000040, 0 2px 4px #00000026;--shadow-lg:0 12px 32px #0000004d, 0 4px 8px #0003;--shadow-xl:0 24px 48px #00000059, 0 8px 16px #00000040;--glass-bg:#152238b3;--glass-border:#2a3d5e66}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-body);font-size:var(--text-base);color:var(--color-text);background-color:var(--color-bg);transition:background-color var(--transition-slow), color var(--transition-slow);line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);color:var(--color-text);font-weight:700;line-height:1.2}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}button{cursor:pointer;font-family:inherit;font-size:inherit;background:0 0;border:none}input,textarea,select{font-family:inherit;font-size:inherit}ul,ol{list-style:none}.container{max-width:var(--container-max);padding:0 var(--container-padding);margin:0 auto}.section{padding:var(--space-20) 0}.section-header{text-align:center;margin-bottom:var(--space-12)}.section-header h2{font-size:var(--text-4xl);margin-bottom:var(--space-4);font-weight:800}.section-header p{font-size:var(--text-lg);color:var(--color-text-secondary);max-width:600px;margin:0 auto}.section-label{font-family:var(--font-heading);font-size:var(--text-sm);text-transform:uppercase;letter-spacing:.1em;color:var(--color-primary);margin-bottom:var(--space-3);padding:var(--space-1) var(--space-4);border-radius:var(--radius-full);background:#ff6b351a;font-weight:600;display:inline-block}.btn{justify-content:center;align-items:center;gap:var(--space-2);padding:var(--space-3) var(--space-6);font-family:var(--font-heading);font-weight:600;font-size:var(--text-base);border-radius:var(--radius-md);transition:all var(--transition-base);white-space:nowrap;display:inline-flex;position:relative;overflow:hidden}.btn:after{content:"";opacity:0;transition:opacity var(--transition-base);background:linear-gradient(135deg,#fff3,#0000);position:absolute;inset:0}.btn:hover:after{opacity:1}.btn-primary{background:linear-gradient(135deg, var(--color-primary), var(--color-primary-dark));color:#fff;box-shadow:0 4px 16px var(--color-primary-glow)}.btn-primary:hover{box-shadow:0 8px 24px var(--color-primary-glow);transform:translateY(-2px)}.btn-secondary{background:linear-gradient(135deg, var(--color-secondary), var(--color-secondary-dark));color:#fff;box-shadow:0 4px 16px var(--color-secondary-glow)}.btn-secondary:hover{box-shadow:0 8px 24px var(--color-secondary-glow);transform:translateY(-2px)}.btn-outline{border:2px solid var(--color-border);color:var(--color-text);background:0 0}.btn-outline:hover{border-color:var(--color-primary);color:var(--color-primary);background:#ff6b350d}.btn-ghost{color:var(--color-text-secondary);background:0 0}.btn-ghost:hover{color:var(--color-text);background:var(--color-surface)}.btn-lg{padding:var(--space-4) var(--space-8);font-size:var(--text-lg);border-radius:var(--radius-lg)}.btn-sm{padding:var(--space-2) var(--space-4);font-size:var(--text-sm)}.btn-icon{padding:var(--space-3);border-radius:var(--radius-md)}.badge{align-items:center;gap:var(--space-1);padding:var(--space-1) var(--space-3);font-size:var(--text-xs);border-radius:var(--radius-full);text-transform:uppercase;letter-spacing:.05em;font-weight:600;display:inline-flex}.badge-primary{color:var(--color-primary);background:#ff6b351f}.badge-success{color:var(--color-success);background:#10b9811f}.badge-warning{color:var(--color-warning);background:#f59e0b1f}.badge-flipkart{color:var(--color-flipkart);background:#2874f01f}.badge-amazon{color:var(--color-amazon);background:#ff99001f}.badge-myntra{color:var(--color-myntra);background:#ff3e6c1f}.badge-meesho{color:var(--color-meesho);background:#570a571f}.card{background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:var(--radius-lg);transition:all var(--transition-base);overflow:hidden}.card:hover{box-shadow:var(--shadow-lg);border-color:var(--color-primary);transform:translateY(-4px)}.glass-card{background:var(--glass-bg);-webkit-backdrop-filter:var(--glass-blur);border:1px solid var(--glass-border);border-radius:var(--radius-xl)}.input-group{gap:var(--space-2);flex-direction:column;display:flex}.input-group label{font-size:var(--text-sm);color:var(--color-text);font-weight:600}.input{padding:var(--space-3) var(--space-4);background:var(--color-surface);border:2px solid var(--color-border);border-radius:var(--radius-md);color:var(--color-text);transition:all var(--transition-fast);outline:none}.input:focus{border-color:var(--color-primary);box-shadow:0 0 0 4px var(--color-primary-glow)}.input::placeholder{color:var(--color-text-muted)}.grid-2{gap:var(--space-6);grid-template-columns:repeat(2,1fr);display:grid}.grid-3{gap:var(--space-6);grid-template-columns:repeat(3,1fr);display:grid}.grid-4{gap:var(--space-6);grid-template-columns:repeat(4,1fr);display:grid}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes gradientShift{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes bounceIn{0%{opacity:0;transform:scale(.3)}50%{transform:scale(1.05)}70%{transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes countUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-fadeInUp{animation:.6s forwards fadeInUp}.animate-fadeIn{animation:.5s forwards fadeIn}.animate-slideInLeft{animation:.6s forwards slideInLeft}.animate-slideInRight{animation:.6s forwards slideInRight}.animate-scaleIn{animation:.5s forwards scaleIn}.animate-float{animation:3s ease-in-out infinite float}.animate-pulse{animation:2s ease-in-out infinite pulse}.reveal{opacity:0;transition:opacity .6s,transform .6s;transform:translateY(30px)}.reveal.visible{opacity:1;transform:translateY(0)}.delay-1{transition-delay:.1s}.delay-2{transition-delay:.2s}.delay-3{transition-delay:.3s}.delay-4{transition-delay:.4s}.delay-5{transition-delay:.5s}.star-rating{color:#ffb800;gap:2px;display:flex}.marketplace-logo{padding:var(--space-2) var(--space-4);border-radius:var(--radius-md);font-weight:700;font-size:var(--text-sm);font-family:var(--font-heading);justify-content:center;align-items:center;display:inline-flex}@media (max-width:1024px){.grid-4,.grid-3{grid-template-columns:repeat(2,1fr)}.section-header h2{font-size:var(--text-3xl)}}@media (max-width:768px){:root{--container-padding:1rem;--navbar-height:64px}.section{padding:var(--space-12) 0}.grid-4,.grid-3,.grid-2{grid-template-columns:1fr}.section-header h2{font-size:var(--text-2xl)}.section-header p{font-size:var(--text-base)}}@media (max-width:480px){.btn-lg{padding:var(--space-3) var(--space-6);font-size:var(--text-base)}}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--color-bg)}::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:var(--radius-full)}::-webkit-scrollbar-thumb:hover{background:var(--color-text-muted)}::selection{background:var(--color-primary);color:#fff}
.Navbar-module__ZERf_q__navbar{z-index:1000;height:var(--navbar-height);transition:all var(--transition-base);background:0 0;align-items:center;display:flex;position:fixed;top:0;left:0;right:0}.Navbar-module__ZERf_q__navbar.Navbar-module__ZERf_q__scrolled{background:var(--glass-bg);-webkit-backdrop-filter:var(--glass-blur);border-bottom:1px solid var(--glass-border);box-shadow:var(--shadow-md)}.Navbar-module__ZERf_q__navContainer{justify-content:space-between;align-items:center;width:100%;display:flex}.Navbar-module__ZERf_q__logo{align-items:center;gap:var(--space-3);z-index:10;text-decoration:none;display:flex}.Navbar-module__ZERf_q__logoIcon{background:linear-gradient(135deg, var(--color-primary), var(--color-primary-dark));border-radius:var(--radius-md);color:#fff;width:40px;height:40px;box-shadow:0 4px 12px var(--color-primary-glow);justify-content:center;align-items:center;display:flex}.Navbar-module__ZERf_q__logoText{align-items:baseline;gap:2px;display:flex}.Navbar-module__ZERf_q__logoBrand{font-family:var(--font-heading);font-weight:800;font-size:var(--text-xl);color:var(--color-text)}.Navbar-module__ZERf_q__logoAccent{font-family:var(--font-heading);font-weight:800;font-size:var(--text-xl);color:var(--color-primary)}.Navbar-module__ZERf_q__navLinks{align-items:center;gap:var(--space-1);display:flex}.Navbar-module__ZERf_q__navLink{padding:var(--space-2) var(--space-4);font-family:var(--font-heading);font-weight:500;font-size:var(--text-base);color:var(--color-text-secondary);border-radius:var(--radius-md);transition:all var(--transition-fast);text-decoration:none}.Navbar-module__ZERf_q__navLink:hover{color:var(--color-text);background:var(--color-surface)}.Navbar-module__ZERf_q__navActions{align-items:center;gap:var(--space-2);display:flex}.Navbar-module__ZERf_q__iconBtn{border-radius:var(--radius-md);width:40px;height:40px;color:var(--color-text-secondary);transition:all var(--transition-fast);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;text-decoration:none;display:flex;position:relative}.Navbar-module__ZERf_q__iconBtn:hover{color:var(--color-text);background:var(--color-surface)}.Navbar-module__ZERf_q__badge{background:var(--color-primary);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:10px;font-weight:700;animation:.4s Navbar-module__ZERf_q__bounceIn;display:flex;position:absolute;top:2px;right:2px}.Navbar-module__ZERf_q__cartBtn{border-radius:var(--radius-md);width:40px;height:40px;color:var(--color-text-secondary);transition:all var(--transition-fast);justify-content:center;align-items:center;text-decoration:none;display:flex;position:relative}.Navbar-module__ZERf_q__cartBtn:hover{color:var(--color-text);background:var(--color-surface)}.Navbar-module__ZERf_q__cartBadge{background:var(--color-primary);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:10px;font-weight:700;animation:.4s Navbar-module__ZERf_q__bounceIn;display:flex;position:absolute;top:2px;right:2px}.Navbar-module__ZERf_q__menuBtn{border-radius:var(--radius-md);width:40px;height:40px;color:var(--color-text);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;display:none}.Navbar-module__ZERf_q__searchBar{top:var(--navbar-height);padding:var(--space-4) 0;background:var(--color-bg-elevated);border-bottom:1px solid var(--color-border);box-shadow:var(--shadow-lg);z-index:999;animation:.3s Navbar-module__ZERf_q__fadeInUp;position:fixed;left:0;right:0}.Navbar-module__ZERf_q__searchInner{align-items:center;gap:var(--space-3);padding:var(--space-3) var(--space-4);background:var(--color-surface);border:2px solid var(--color-border);border-radius:var(--radius-lg);display:flex}.Navbar-module__ZERf_q__searchInner:focus-within{border-color:var(--color-primary);box-shadow:0 0 0 4px var(--color-primary-glow)}.Navbar-module__ZERf_q__searchIcon{color:var(--color-text-muted);flex-shrink:0}.Navbar-module__ZERf_q__searchInput{color:var(--color-text);font-size:var(--text-base);background:0 0;border:none;outline:none;flex:1}.Navbar-module__ZERf_q__searchInput::placeholder{color:var(--color-text-muted)}.Navbar-module__ZERf_q__searchClose{border-radius:var(--radius-sm);width:32px;height:32px;color:var(--color-text-muted);cursor:pointer;transition:all var(--transition-fast);background:0 0;border:none;justify-content:center;align-items:center;display:flex}.Navbar-module__ZERf_q__searchClose:hover{color:var(--color-text);background:var(--color-border)}.Navbar-module__ZERf_q__mobileOverlay{z-index:1001;background:#00000080;animation:.2s Navbar-module__ZERf_q__fadeIn;display:none;position:fixed;inset:0}.Navbar-module__ZERf_q__mobileMenu{background:var(--color-bg-elevated);width:85%;max-width:360px;height:100%;padding:var(--space-6);flex-direction:column;animation:.3s Navbar-module__ZERf_q__slideInRight;display:flex;position:absolute;top:0;right:0;overflow-y:auto}.Navbar-module__ZERf_q__mobileHeader{margin-bottom:var(--space-8);justify-content:space-between;align-items:center;display:flex}.Navbar-module__ZERf_q__mobileLinks{gap:var(--space-2);flex-direction:column;flex:1;display:flex}.Navbar-module__ZERf_q__mobileLink{padding:var(--space-4) var(--space-4);font-family:var(--font-heading);font-weight:600;font-size:var(--text-lg);color:var(--color-text);border-radius:var(--radius-md);transition:all var(--transition-fast);text-decoration:none}.Navbar-module__ZERf_q__mobileLink:hover{background:var(--color-surface);color:var(--color-primary)}.Navbar-module__ZERf_q__mobileActions{padding-top:var(--space-6);border-top:1px solid var(--color-border);margin-top:auto}@media (max-width:768px){.Navbar-module__ZERf_q__navLinks{display:none}.Navbar-module__ZERf_q__menuBtn{display:flex}.Navbar-module__ZERf_q__mobileOverlay{display:block}}
.Footer-module__hP-FLq__footer{margin-top:auto}.Footer-module__hP-FLq__ctaBanner{background:linear-gradient(135deg, var(--color-primary), var(--color-primary-dark), #ff4500);padding:var(--space-12) 0;background-size:200% 200%;animation:6s infinite Footer-module__hP-FLq__gradientShift}.Footer-module__hP-FLq__ctaInner{justify-content:space-between;align-items:center;gap:var(--space-8);display:flex}.Footer-module__hP-FLq__ctaText h3{font-size:var(--text-3xl);color:#fff;margin-bottom:var(--space-2);font-weight:800}.Footer-module__hP-FLq__ctaText p{font-size:var(--text-lg);color:#ffffffd9}.Footer-module__hP-FLq__footerMain{background:var(--color-bg-alt);border-top:1px solid var(--color-border);padding:var(--space-16) 0}.Footer-module__hP-FLq__footerGrid{gap:var(--space-10);grid-template-columns:1.5fr 1fr 1fr 1.2fr;display:grid}.Footer-module__hP-FLq__footerBrand{gap:var(--space-4);flex-direction:column;display:flex}.Footer-module__hP-FLq__footerLogo{align-items:center;gap:var(--space-3);text-decoration:none;display:flex}.Footer-module__hP-FLq__logoIcon{background:linear-gradient(135deg, var(--color-primary), var(--color-primary-dark));border-radius:var(--radius-md);color:#fff;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.Footer-module__hP-FLq__logoBrand{font-family:var(--font-heading);font-weight:800;font-size:var(--text-lg);color:var(--color-text)}.Footer-module__hP-FLq__logoAccent{font-family:var(--font-heading);font-weight:800;font-size:var(--text-lg);color:var(--color-primary)}.Footer-module__hP-FLq__brandDesc{font-size:var(--text-sm);color:var(--color-text-secondary);line-height:1.7}.Footer-module__hP-FLq__socialLinks{gap:var(--space-3);display:flex}.Footer-module__hP-FLq__socialLink{border-radius:var(--radius-md);background:var(--color-surface);width:36px;height:36px;color:var(--color-text-secondary);transition:all var(--transition-fast);justify-content:center;align-items:center;display:flex}.Footer-module__hP-FLq__socialLink:hover{background:var(--color-primary);color:#fff;transform:translateY(-2px)}.Footer-module__hP-FLq__footerCol{gap:var(--space-3);flex-direction:column;display:flex}.Footer-module__hP-FLq__footerCol h4{font-family:var(--font-heading);font-weight:700;font-size:var(--text-base);color:var(--color-text);margin-bottom:var(--space-2)}.Footer-module__hP-FLq__footerCol a{font-size:var(--text-sm);color:var(--color-text-secondary);transition:all var(--transition-fast);text-decoration:none}.Footer-module__hP-FLq__footerCol a:hover{color:var(--color-primary);padding-left:4px}.Footer-module__hP-FLq__contactItem{align-items:center;gap:var(--space-3);font-size:var(--text-sm);color:var(--color-text-secondary);display:flex}.Footer-module__hP-FLq__footerBottom{background:var(--color-bg-alt);border-top:1px solid var(--color-border);padding:var(--space-6) 0}.Footer-module__hP-FLq__bottomInner{justify-content:space-between;align-items:center;display:flex}.Footer-module__hP-FLq__bottomInner p{font-size:var(--text-sm);color:var(--color-text-muted)}@media (max-width:1024px){.Footer-module__hP-FLq__footerGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.Footer-module__hP-FLq__ctaInner{text-align:center;flex-direction:column}.Footer-module__hP-FLq__ctaText h3{font-size:var(--text-2xl)}.Footer-module__hP-FLq__footerGrid{gap:var(--space-8);grid-template-columns:1fr}.Footer-module__hP-FLq__bottomInner{gap:var(--space-2);text-align:center;flex-direction:column}}
.WhatsAppWidget-module__2gJ_-W__widget{z-index:900;align-items:center;gap:var(--space-3);text-decoration:none;display:flex;position:fixed;bottom:24px;right:24px}.WhatsAppWidget-module__2gJ_-W__pulse{background:#25d3664d;border-radius:50%;animation:2s ease-in-out infinite WhatsAppWidget-module__2gJ_-W__whatsappPulse;position:absolute;inset:-6px}.WhatsAppWidget-module__2gJ_-W__iconWrap{color:#fff;width:56px;height:56px;transition:all var(--transition-base);background:linear-gradient(135deg,#25d366,#128c7e);border-radius:50%;justify-content:center;align-items:center;display:flex;position:relative;box-shadow:0 8px 24px #25d36666}.WhatsAppWidget-module__2gJ_-W__widget:hover .WhatsAppWidget-module__2gJ_-W__iconWrap{transform:scale(1.1);box-shadow:0 12px 32px #25d36680}.WhatsAppWidget-module__2gJ_-W__tooltip{padding:var(--space-2) var(--space-4);background:var(--color-bg-elevated);color:var(--color-text);font-size:var(--text-sm);border-radius:var(--radius-md);white-space:nowrap;box-shadow:var(--shadow-lg);opacity:0;pointer-events:none;transition:all var(--transition-base);font-weight:600;position:absolute;right:68px;transform:translate(10px)}.WhatsAppWidget-module__2gJ_-W__widget:hover .WhatsAppWidget-module__2gJ_-W__tooltip{opacity:1;transform:translate(0)}@keyframes WhatsAppWidget-module__2gJ_-W__whatsappPulse{0%,to{opacity:.6;transform:scale(1)}50%{opacity:0;transform:scale(1.4)}}@media (max-width:768px){.WhatsAppWidget-module__2gJ_-W__widget{bottom:16px;right:16px}.WhatsAppWidget-module__2gJ_-W__iconWrap{width:48px;height:48px}.WhatsAppWidget-module__2gJ_-W__tooltip{display:none}}
.BackToTop-module__Vg43WG__backToTop{bottom:var(--space-6);left:var(--space-6);background:linear-gradient(135deg, var(--color-primary), var(--color-primary-dark));color:#fff;width:48px;height:48px;box-shadow:0 4px 16px var(--color-primary-glow);cursor:pointer;z-index:999;opacity:0;visibility:hidden;border-radius:50%;justify-content:center;align-items:center;transition:all .35s cubic-bezier(.34,1.56,.64,1);display:flex;position:fixed;transform:translateY(20px)scale(.8)}.BackToTop-module__Vg43WG__backToTop.BackToTop-module__Vg43WG__visible{opacity:1;visibility:visible;transform:translateY(0)scale(1)}.BackToTop-module__Vg43WG__backToTop:hover{box-shadow:0 8px 24px var(--color-primary-glow);transform:translateY(-3px)scale(1.1)}.BackToTop-module__Vg43WG__backToTop:active{transform:translateY(0)scale(.95)}@media (max-width:768px){.BackToTop-module__Vg43WG__backToTop{bottom:var(--space-24);left:var(--space-4);width:42px;height:42px}}
.Toast-module__9WWWZG__toastContainer{bottom:var(--space-6);right:var(--space-6);z-index:10000;gap:var(--space-3);pointer-events:none;flex-direction:column;display:flex;position:fixed}.Toast-module__9WWWZG__toast{align-items:center;gap:var(--space-3);padding:var(--space-4) var(--space-5);background:var(--color-bg-elevated);border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-xl);pointer-events:all;min-width:320px;max-width:420px;animation:.35s cubic-bezier(.34,1.56,.64,1) forwards Toast-module__9WWWZG__toastSlideIn;display:flex;position:relative;overflow:hidden}.Toast-module__9WWWZG__toastIcon{flex-shrink:0;justify-content:center;align-items:center;display:flex}.Toast-module__9WWWZG__toastMessage{font-size:var(--text-sm);color:var(--color-text);flex:1;font-weight:500;line-height:1.4}.Toast-module__9WWWZG__toastClose{border-radius:var(--radius-sm);width:28px;height:28px;color:var(--color-text-muted);cursor:pointer;transition:all var(--transition-fast);flex-shrink:0;justify-content:center;align-items:center;display:flex}.Toast-module__9WWWZG__toastClose:hover{background:var(--color-surface);color:var(--color-text)}.Toast-module__9WWWZG__toastProgress{border-radius:0 0 var(--radius-lg) var(--radius-lg);width:100%;height:3px;animation:linear forwards Toast-module__9WWWZG__toastProgressShrink;position:absolute;bottom:0;left:0}.Toast-module__9WWWZG__success .Toast-module__9WWWZG__toastIcon{color:var(--color-success)}.Toast-module__9WWWZG__success .Toast-module__9WWWZG__toastProgress{background:var(--color-success)}.Toast-module__9WWWZG__error .Toast-module__9WWWZG__toastIcon{color:var(--color-error)}.Toast-module__9WWWZG__error .Toast-module__9WWWZG__toastProgress{background:var(--color-error)}.Toast-module__9WWWZG__warning .Toast-module__9WWWZG__toastIcon{color:var(--color-warning)}.Toast-module__9WWWZG__warning .Toast-module__9WWWZG__toastProgress{background:var(--color-warning)}.Toast-module__9WWWZG__info .Toast-module__9WWWZG__toastIcon{color:var(--color-info)}.Toast-module__9WWWZG__info .Toast-module__9WWWZG__toastProgress{background:var(--color-info)}@keyframes Toast-module__9WWWZG__toastSlideIn{0%{opacity:0;transform:translate(100%)scale(.8)}to{opacity:1;transform:translate(0)scale(1)}}@keyframes Toast-module__9WWWZG__toastProgressShrink{0%{width:100%}to{width:0%}}@media (max-width:480px){.Toast-module__9WWWZG__toastContainer{left:var(--space-4);right:var(--space-4);bottom:var(--space-4)}.Toast-module__9WWWZG__toast{min-width:unset;max-width:unset}}
