@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap");*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--purple:#6C35DE;--purple-dark:#5428B8;--purple-light:#EEE8FF;--purple-mid:#8B5CF6;--orange:#F59E0B;--orange-light:#FFF8E7;--green:#10B981;--red:#EF4444;--blue:#3B82F6;--gray-50:#F9FAFB;--gray-100:#F3F4F6;--gray-200:#E5E7EB;--gray-300:#D1D5DB;--gray-400:#9CA3AF;--gray-500:#6B7280;--gray-600:#4B5563;--gray-700:#374151;--gray-800:#1F2937;--gray-900:#111827;--white:#FFFFFF;--shadow-sm:0 1px 3px rgba(0,0,0,.08);--shadow:0 4px 16px rgba(0,0,0,.10);--shadow-lg:0 8px 32px rgba(0,0,0,.14);--radius:12px;--radius-sm:8px;--radius-lg:16px;--radius-xl:24px}html{scroll-behavior:smooth}body,html{overflow-x:hidden;max-width:100vw}body{font-family:var(--font-inter),sans-serif;background:var(--gray-50);color:var(--gray-800);font-size:14px;line-height:1.5}img{max-width:100%;height:auto}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:var(--gray-100)}::-webkit-scrollbar-thumb{background:var(--gray-300);border-radius:99px}.flex{display:flex}.items-center{align-items:center}.justify-between{justify-content:space-between}.gap-2{gap:8px}.gap-3{gap:12px}.gap-4{gap:16px}.gap-6{gap:24px}.text-purple{color:var(--purple)}.text-orange{color:var(--orange)}.text-green{color:var(--green)}.text-red{color:var(--red)}.fw-600{font-weight:600}.fw-700{font-weight:700}.fw-800{font-weight:800}.fs-12{font-size:12px}.fs-13{font-size:13px}.fs-15{font-size:15px}.fs-16{font-size:16px}.fs-18{font-size:18px}.fs-20{font-size:20px}.fs-22{font-size:22px}.text-muted{color:var(--gray-500)}.rounded{border-radius:var(--radius)}.rounded-sm{border-radius:var(--radius-sm)}.rounded-lg{border-radius:var(--radius-lg)}.rounded-xl{border-radius:var(--radius-xl)}.rounded-full{border-radius:99px}.shadow{box-shadow:var(--shadow)}.shadow-sm{box-shadow:var(--shadow-sm)}.shadow-lg{box-shadow:var(--shadow-lg)}.bg-white{background:var(--white)}.bg-purple{background:var(--purple)}.bg-purple-light{background:var(--purple-light)}.w-full{width:100%}.h-full{height:100%}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.line-through{text-decoration:line-through}.transition{transition:all .2s ease}.cursor-pointer{cursor:pointer}.badge{display:inline-flex;align-items:center;padding:2px 8px;border-radius:99px;font-size:11px;font-weight:700;letter-spacing:.3px}.badge-green{background:#DCFCE7;color:#15803D}.badge-red{background:#FEE2E2;color:#DC2626}.badge-purple{background:var(--purple-light);color:var(--purple)}.badge-orange{background:#FEF3C7;color:#D97706}.badge-off{background:var(--green);color:#fff;font-size:10px;font-weight:700;padding:2px 7px;border-radius:4px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:8px 18px;border-radius:var(--radius-sm);font-size:13px;font-weight:600;cursor:pointer;border:none;transition:all .2s ease;text-decoration:none}.btn-purple{background:var(--purple);color:#fff}.btn-purple:hover{background:var(--purple-dark);transform:translateY(-1px)}.btn-orange{background:var(--orange);color:#fff}.btn-orange:hover{background:#D97706}.btn-outline{background:transparent;border:1.5px solid var(--purple);color:var(--purple)}.btn-outline:hover{background:var(--purple-light)}.btn-ghost{background:var(--gray-100);color:var(--gray-700)}.btn-ghost:hover{background:var(--gray-200)}.btn-sm{padding:5px 12px;font-size:12px}.section-title{font-size:18px;font-weight:700;color:var(--gray-900)}.view-all{font-size:13px;font-weight:600;color:var(--purple);text-decoration:none;cursor:pointer}.view-all:hover{text-decoration:underline}.card{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow-sm);border:1px solid var(--gray-100)}.header{position:sticky;top:0;z-index:200;background:#fff;border-bottom:1px solid var(--gray-200);box-shadow:0 2px 8px rgba(0,0,0,.06)}.header-inner{gap:16px;padding:10px 20px;width:100%}.header-inner,.logo{display:flex;align-items:center}.logo{gap:8px;text-decoration:none;flex-shrink:0}.logo-icon{width:36px;height:36px;background:linear-gradient(135deg,var(--purple),var(--purple-mid));border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:18px}.logo-text{font-size:20px;font-weight:800;color:var(--gray-900);line-height:1}.logo-sub{font-size:10px;font-weight:500;color:var(--gray-500);line-height:1}.search-bar{flex:1;display:flex;max-width:520px;border:1.5px solid var(--gray-200);border-radius:var(--radius-sm);overflow:hidden;transition:.2s}.search-bar:focus-within{border-color:var(--purple);box-shadow:0 0 0 3px rgba(108,53,222,.12)}.search-bar input{flex:1;border:none;outline:none;padding:9px 14px;font-size:14px;background:#fff;color:var(--gray-800)}.search-bar input::placeholder{color:var(--gray-400)}.search-bar button{background:var(--purple);border:none;padding:0 18px;color:#fff;font-size:13px;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:6px;transition:.2s}.search-bar button:hover{background:var(--purple-dark)}.header-nav{gap:4px;margin-left:auto}.header-nav,.nav-item{display:flex;align-items:center}.nav-item{flex-direction:column;gap:2px;padding:6px 10px;border-radius:var(--radius-sm);cursor:pointer;transition:.2s;text-decoration:none;color:var(--gray-600);font-size:11px;font-weight:500}.nav-item.active,.nav-item:hover{background:var(--purple-light);color:var(--purple)}.nav-item.active{font-weight:600}.nav-item svg{width:20px;height:20px}.nav-login{display:flex;align-items:center;gap:8px;padding:7px 14px;border-radius:var(--radius-sm);border:1.5px solid var(--gray-200);cursor:pointer;transition:.2s;font-size:13px;font-weight:600;color:var(--gray-700)}.nav-login:hover{border-color:var(--purple);color:var(--purple)}.nav-login .avatar{width:28px;height:28px;border-radius:50%;background:linear-gradient(135deg,var(--purple),var(--purple-mid));display:flex;align-items:center;justify-content:center;color:#fff;font-size:12px;font-weight:700}.page-layout{display:grid;grid-template-columns:200px 1fr 280px;gap:0;width:100%;min-height:calc(100vh - 60px)}.page-layout.left-collapsed{grid-template-columns:1fr 280px}.sidebar-left{position:sticky;top:60px;height:calc(100vh - 60px);overflow-y:auto;border-right:1px solid var(--gray-200);background:#fff;padding:16px 0}.sidebar-left::-webkit-scrollbar{width:3px}.sidebar-nav{list-style:none}.sidebar-nav li .nav-link,.sidebar-nav li a{display:flex;align-items:center;gap:10px;padding:9px 18px;font-size:13px;font-weight:500;color:var(--gray-700);text-decoration:none;cursor:pointer;transition:.15s;position:relative}.sidebar-nav li .nav-link:hover,.sidebar-nav li a:hover{background:var(--purple-light);color:var(--purple)}.sidebar-nav li .nav-link.active,.sidebar-nav li a.active{background:var(--purple-light);color:var(--purple);font-weight:600}.sidebar-nav li .nav-link.active:before,.sidebar-nav li a.active:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:var(--purple);border-radius:0 2px 2px 0}.sidebar-nav .nav-icon{width:18px;height:18px;opacity:.7}.sidebar-badge{background:var(--red)}.sidebar-badge,.sidebar-badge-new{color:#fff;font-size:10px;font-weight:700;padding:1px 6px;border-radius:99px;margin-left:auto}.sidebar-badge-new{background:var(--green)}.sidebar-ref-card{margin:16px 12px 0;background:linear-gradient(135deg,var(--purple),var(--purple-mid));border-radius:var(--radius);padding:16px;color:#fff;text-align:center;position:relative;overflow:hidden}.sidebar-ref-card:before{content:"";position:absolute;top:-20px;right:-20px;width:80px;height:80px;background:rgba(255,255,255,.1);border-radius:50%}.sidebar-ref-card h4{font-size:13px;font-weight:700;margin-bottom:4px}.sidebar-ref-card p{font-size:11px;opacity:.85;margin-bottom:12px}.sidebar-ref-card button{background:#fff;color:var(--purple);border:none;border-radius:var(--radius-sm);padding:6px 16px;font-size:12px;font-weight:700;cursor:pointer;width:100%}.main-content{padding:20px;overflow:hidden}.store-pills{display:flex;gap:8px;overflow-x:auto;padding-bottom:4px;scrollbar-width:none;margin-bottom:20px}.store-pills::-webkit-scrollbar{display:none}.store-pill{flex-shrink:0;display:flex;align-items:center;gap:8px;padding:8px 16px;background:#fff;border:1.5px solid var(--gray-200);border-radius:var(--radius-sm);cursor:pointer;transition:.2s;white-space:nowrap}.store-pill:hover{border-color:var(--purple);box-shadow:var(--shadow-sm)}.store-pill .store-logo-mock,.store-pill img{width:28px;height:28px;object-fit:contain}.store-pill .store-dot{width:28px;height:28px;border-radius:6px;font-size:13px}.store-pill-info{line-height:1.3}.store-pill-name{font-size:13px;font-weight:600;color:var(--gray-800)}.store-pill-offer{font-size:11px;color:var(--green);font-weight:600}.store-pill-viewall{gap:6px;padding:8px 14px;background:var(--purple-light);border:1.5px solid var(--purple-light);border-radius:var(--radius-sm);cursor:pointer;font-size:12px;font-weight:600;color:var(--purple);flex-shrink:0}.hero,.store-pill-viewall{display:flex;align-items:center}.hero{border-radius:var(--radius-lg);overflow:hidden;position:relative;margin-bottom:24px;background:linear-gradient(135deg,#1E0B4B,#3B1680 40%,#6C35DE);min-height:240px}.hero-content{padding:36px 40px;z-index:2;flex:1}.hero-tag{display:inline-block;background:rgba(255,255,255,.15);color:#fff;font-size:11px;font-weight:600;padding:4px 12px;border-radius:99px;margin-bottom:12px;backdrop-filter:blur(4px)}.hero-title{font-size:32px;font-weight:900;color:#fff;line-height:1.15;margin-bottom:10px}.hero-sub{font-size:14px;color:rgba(255,255,255,.8);margin-bottom:24px;max-width:380px;line-height:1.6}.hero-btns{display:flex;gap:12px;flex-wrap:wrap}.hero-bg-products{position:absolute;right:0;top:0;bottom:0;width:50%;display:flex;align-items:center;justify-content:flex-end;padding:20px}.hero-product-grid{display:grid;grid-template-columns:repeat(3,80px);gap:8px}.hero-product{width:72px;height:72px;background:rgba(255,255,255,.12);border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;font-size:28px;backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.15);transition:.3s;animation:floatCard 3s ease-in-out infinite}.hero-product:nth-child(2){animation-delay:.5s}.hero-product:nth-child(3){animation-delay:1s}.hero-product:nth-child(4){animation-delay:1.5s}.hero-product:nth-child(5){animation-delay:2s}.hero-product:nth-child(6){animation-delay:2.5s}@keyframes floatCard{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}.hero-discount-badge{position:absolute;top:24px;right:240px;background:var(--orange);color:#fff;width:72px;height:72px;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;font-weight:900;box-shadow:0 4px 20px rgba(245,158,11,.4);animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.hero-discount-badge span:first-child{font-size:9px;opacity:.9}.hero-discount-badge span:nth-child(2){font-size:20px;line-height:1}.hero-discount-badge span:last-child{font-size:11px;line-height:1}.hero-dots{display:flex;gap:6px;margin-top:20px}.hero-dot{width:8px;height:8px;border-radius:50%;background:rgba(255,255,255,.35);cursor:pointer;transition:.2s}.hero-dot.active{background:#fff;width:20px;border-radius:99px}.hero-carousel-track{position:relative;overflow:hidden}.carousel-slide{display:none}.carousel-slide.active{display:flex}.section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.section-header-left{display:flex;align-items:center;gap:8px}.section-header-left .icon{font-size:20px}.timer{display:flex;align-items:center;gap:6px;margin-left:12px}.timer-unit{background:var(--purple);color:#fff;border-radius:6px;padding:3px 8px;font-size:14px;font-weight:700;font-variant-numeric:tabular-nums;min-width:34px;text-align:center}.timer-sep{color:var(--purple);font-weight:700;font-size:16px}.timer-label{font-size:10px;color:var(--gray-500);text-align:center;margin-top:2px}.product-slider-wrap{position:relative;overflow:hidden}.product-slider{display:flex;gap:14px;overflow-x:auto;scroll-behavior:smooth;padding-bottom:8px;scrollbar-width:none}.product-slider::-webkit-scrollbar{display:none}.slider-btn{position:absolute;top:50%;transform:translateY(-50%);background:#fff;border:1.5px solid var(--gray-200);border-radius:50%;width:34px;height:34px;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:5;box-shadow:var(--shadow);transition:.2s;font-size:14px;color:var(--gray-700)}.slider-btn:hover{background:var(--purple);color:#fff;border-color:var(--purple)}.slider-btn-left{left:-12px}.slider-btn-right{right:-12px}.product-card{flex-shrink:0;width:168px;background:#fff;border-radius:var(--radius);border:1px solid var(--gray-200);box-shadow:0 2px 8px rgba(0,0,0,.07);overflow:hidden;transition:.2s;cursor:pointer;position:relative}.product-card:hover{box-shadow:0 6px 20px rgba(108,53,222,.15);transform:translateY(-3px);border-color:var(--purple)}.product-card-img{width:100%;height:140px;background:var(--gray-50);display:flex;align-items:center;justify-content:center;font-size:48px;position:relative;overflow:hidden}.product-card-img img{width:100%;height:100%;object-fit:cover}.product-off-badge{position:absolute;top:8px;left:8px;background:var(--green);color:#fff;font-size:10px;font-weight:700;padding:2px 7px;border-radius:4px}.product-wish{position:absolute;top:8px;right:8px;width:26px;height:26px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-sm);font-size:14px;cursor:pointer;transition:.2s;opacity:0}.product-card:hover .product-wish{opacity:1}.product-card-body{padding:10px}.product-card-name{font-size:12px;font-weight:600;color:var(--gray-800);margin-bottom:2px;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;word-break:break-word}.product-card-sub{font-size:11px;color:var(--gray-500);margin-bottom:8px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.product-card-price{display:flex;align-items:baseline;gap:6px;margin-bottom:8px}.price-current{font-size:16px;font-weight:800;color:var(--gray-900)}.price-old{font-size:11px;color:var(--gray-400);text-decoration:line-through}.product-card-footer{display:flex;align-items:center;justify-content:space-between}.store-tag{display:flex;align-items:center;gap:4px;font-size:10px;font-weight:600;color:var(--gray-600)}.store-dot{width:16px;height:16px;border-radius:4px;display:inline-flex;align-items:center;justify-content:center;font-size:9px;font-weight:800;color:#fff;flex-shrink:0}.btn-buy{background:var(--purple);color:#fff;border:none;border-radius:6px;padding:4px 12px;font-size:11px;font-weight:700;cursor:pointer;transition:.15s;text-decoration:none;display:inline-block}.btn-buy:hover{background:var(--purple-dark)}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(168px,1fr));gap:14px}.product-grid .product-card{width:100%}.cat-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(80px,1fr));gap:12px}.cat-item{display:flex;flex-direction:column;align-items:center;gap:8px;padding:12px 8px;background:#fff;border-radius:var(--radius);border:1px solid var(--gray-100);cursor:pointer;transition:.2s;text-align:center}.cat-item:hover{border-color:var(--purple);background:var(--purple-light);transform:translateY(-2px);box-shadow:var(--shadow-sm)}.cat-icon{width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:22px;background:var(--gray-50)}.cat-name{font-size:11px;font-weight:600;color:var(--gray-700)}.coupon-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:14px}.coupon-card{background:#fff;border-radius:var(--radius);border:1px solid var(--gray-200);padding:16px;display:flex;flex-direction:column;gap:10px;transition:.2s;position:relative;overflow:hidden}.coupon-card:before{content:"";position:absolute;right:-20px;top:-20px;width:80px;height:80px;border-radius:50%;background:var(--purple-light);opacity:.5}.coupon-card:hover{border-color:var(--purple);box-shadow:var(--shadow-sm)}.coupon-store-row{display:flex;align-items:center;gap:8px}.coupon-store-name{font-size:14px;font-weight:700;color:var(--gray-900)}.coupon-title{font-size:13px;color:var(--gray-700);line-height:1.4}.coupon-code-row{display:flex;align-items:center;gap:8px}.coupon-code{flex:1;background:var(--gray-50);border:1.5px dashed var(--purple);border-radius:6px;padding:6px 10px;font-size:12px;font-weight:700;color:var(--purple);font-family:monospace;letter-spacing:1px}.btn-copy{background:var(--purple);color:#fff;border:none;border-radius:6px;padding:6px 14px;font-size:12px;font-weight:600;cursor:pointer;transition:.15s;flex-shrink:0}.btn-copy:hover{background:var(--purple-dark)}.btn-copy.copied{background:var(--green)}.recent-grid{display:flex;gap:12px;overflow-x:auto;scrollbar-width:none}.recent-grid::-webkit-scrollbar{display:none}.recent-card{flex-shrink:0;width:120px;cursor:pointer;transition:.2s}.recent-card:hover{transform:translateY(-2px)}.recent-img{width:100%;height:90px;background:var(--gray-100);border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;font-size:36px;margin-bottom:8px;overflow:hidden}.recent-name{font-size:11px;font-weight:600;color:var(--gray-800);overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.recent-price{font-size:13px;font-weight:800;color:var(--gray-900);margin-top:2px}.how-steps{display:flex;align-items:flex-start;gap:0;overflow-x:auto;padding-bottom:8px}.how-step{flex:1;min-width:140px;display:flex;flex-direction:column;align-items:center;text-align:center;padding:20px 12px;position:relative}.how-step:not(:last-child):after{content:"›";position:absolute;right:-10px;top:28px;font-size:22px;color:var(--gray-300);font-weight:700}.how-icon-wrap{width:52px;height:52px;border-radius:50%;background:var(--purple-light);font-size:22px;margin-bottom:10px;border:2px solid rgba(108,53,222,.15)}.how-icon-wrap,.how-step-num{display:flex;align-items:center;justify-content:center}.how-step-num{position:absolute;top:16px;left:50%;transform:translateX(-50%);width:20px;height:20px;background:var(--purple);color:#fff;border-radius:50%;font-size:10px;font-weight:700;margin-left:18px;margin-top:-4px}.how-step h4{font-size:13px;font-weight:700;color:var(--gray-800);margin-bottom:4px}.how-step p{font-size:11px;color:var(--gray-500);line-height:1.4}.stores-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(130px,1fr));gap:12px}.store-card{background:#fff;border:1.5px solid var(--gray-200);border-radius:var(--radius);padding:16px 12px;display:flex;flex-direction:column;align-items:center;gap:8px;cursor:pointer;transition:.2s;text-align:center}.store-card:hover{border-color:var(--purple);box-shadow:var(--shadow-sm);transform:translateY(-2px)}.store-logo-text{font-size:15px;font-weight:800;letter-spacing:-.3px}.store-offer{font-size:11px;color:var(--green);font-weight:600}.store-count{font-size:10px;color:var(--gray-500)}.sidebar-right{position:sticky;top:60px;height:calc(100vh - 60px);overflow-y:auto;border-left:1px solid var(--gray-200);background:#fff;padding:16px}.sidebar-right::-webkit-scrollbar{width:3px}.highlight-card{background:var(--purple-light);border-radius:var(--radius);padding:12px 14px;display:flex;align-items:center;gap:10px;margin-bottom:8px;cursor:pointer;transition:.2s;border:1px solid rgba(108,53,222,.1)}.highlight-card:hover{background:rgba(108,53,222,.12);transform:translateX(2px)}.highlight-icon{width:36px;height:36px;border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;font-size:18px;flex-shrink:0}.highlight-icon.flash{background:linear-gradient(135deg,#FEF9C3,#FDE68A)}.highlight-icon.lowest{background:linear-gradient(135deg,#DCFCE7,#A7F3D0)}.highlight-icon.cashback{background:linear-gradient(135deg,#EEE8FF,#DDD6FE)}.highlight-icon.bank{background:linear-gradient(135deg,#FEE2E2,#FECACA)}.highlight-icon.finance{background:linear-gradient(135deg,#E0F2FE,#BAE6FD)}.highlight-title{font-size:13px;font-weight:700;color:var(--gray-900)}.highlight-sub{font-size:11px;color:var(--gray-500)}.highlight-timer{font-size:13px;font-weight:800;color:var(--red);margin-left:auto;flex-shrink:0;font-variant-numeric:tabular-nums}.never-miss-card{background:linear-gradient(135deg,#1E0B4B,#6C35DE);border-radius:var(--radius-lg);padding:20px;color:#fff;margin-top:16px;position:relative;overflow:hidden}.never-miss-card:before{content:"🔔";position:absolute;right:-10px;bottom:-10px;font-size:64px;opacity:.2}.never-miss-card h4{font-size:15px;font-weight:800;margin-bottom:6px}.never-miss-card p{font-size:12px;opacity:.8;margin-bottom:14px;line-height:1.5}.never-miss-card button{background:#fff;color:var(--purple);border:none;border-radius:var(--radius-sm);padding:8px 16px;font-size:12px;font-weight:700;cursor:pointer;width:100%;transition:.2s}.never-miss-card button:hover{background:var(--purple-light)}.save-coupon-card{background:var(--orange-light);border:1.5px solid #fde68a;border-radius:var(--radius);padding:14px;margin-top:12px}.save-coupon-card h4{font-size:13px;font-weight:700;color:var(--gray-900);margin-bottom:4px}.save-coupon-card p{font-size:11px;color:var(--gray-600);margin-bottom:10px}.save-coupon-card button{background:var(--orange);color:#fff;border:none;border-radius:var(--radius-sm);padding:6px 14px;font-size:12px;font-weight:700;cursor:pointer}.sidebar-section-title{font-size:13px;font-weight:700;color:var(--gray-800);margin:16px 0 10px;display:flex;align-items:center;gap:6px}.subscribe-banner{background:linear-gradient(135deg,#1E0B4B,#6C35DE);border-radius:var(--radius-lg);padding:32px 40px;display:flex;align-items:center;justify-content:space-between;gap:24px;margin:32px 0;color:#fff;position:relative;overflow:hidden}.subscribe-banner:before{content:"🔔";position:absolute;left:20px;top:50%;transform:translateY(-50%);font-size:56px;opacity:.15}.subscribe-left h3{font-size:22px;font-weight:800;margin-bottom:6px}.subscribe-left p{font-size:13px;opacity:.8;line-height:1.5}.subscribe-form{display:flex;gap:10px;flex-shrink:0}.subscribe-form input{padding:10px 16px;border-radius:var(--radius-sm);border:none;font-size:13px;width:220px;outline:none}.subscribe-form button{background:var(--orange);color:#fff;border:none;border-radius:var(--radius-sm);padding:10px 22px;font-size:13px;font-weight:700;cursor:pointer;transition:.15s;white-space:nowrap}.subscribe-form button:hover{background:#D97706}.footer{background:var(--gray-900);color:#fff;padding:48px 20px 24px}.footer-inner{width:100%}.footer-top{display:grid;grid-template-columns:260px repeat(4,1fr);gap:40px;margin-bottom:40px}.footer-brand h3{font-size:20px;font-weight:800;margin-bottom:6px;display:flex;align-items:center;gap:8px}.footer-brand p{font-size:12px;color:rgba(255,255,255,.6);line-height:1.6;margin-bottom:16px}.footer-social{display:flex;gap:10px}.social-btn{width:32px;height:32px;border-radius:8px;background:rgba(255,255,255,.1);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:.2s;font-size:14px}.social-btn:hover{background:var(--purple)}.footer-col h4{font-size:13px;font-weight:700;margin-bottom:14px;color:rgba(255,255,255,.9)}.footer-col ul{list-style:none}.footer-col ul li{margin-bottom:8px}.footer-col ul li a{font-size:12px;color:rgba(255,255,255,.55);text-decoration:none;transition:.15s}.footer-col ul li a:hover{color:#fff}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:20px;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:16px}.footer-bottom p{font-size:12px;color:rgba(255,255,255,.4)}.payment-icons{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.payment-icon{background:rgba(255,255,255,.1);border-radius:6px;padding:4px 10px;font-size:11px;font-weight:700;color:rgba(255,255,255,.7)}.secure-badge{display:flex;align-items:center;gap:6px;font-size:12px;color:rgba(255,255,255,.5)}.trust-bar{background:#fff;border-top:1px solid var(--gray-100);border-bottom:1px solid var(--gray-100);padding:16px 20px;margin:32px 0 0}.trust-bar-inner{width:100%;justify-content:space-around;gap:16px;flex-wrap:wrap}.trust-bar-inner,.trust-item{display:flex;align-items:center}.trust-item{gap:10px}.trust-icon{font-size:22px}.trust-title{font-size:13px;font-weight:700;color:var(--gray-800)}.trust-sub{font-size:11px;color:var(--gray-500)}.toast{position:fixed;bottom:24px;right:24px;background:var(--gray-900);color:#fff;padding:12px 20px;border-radius:var(--radius-sm);font-size:13px;font-weight:600;z-index:9999;display:flex;align-items:center;gap:8px;transform:translateY(80px);opacity:0;transition:all .3s ease;pointer-events:none}.toast.show{transform:translateY(0);opacity:1}.toast.success{background:var(--green)}@media(max-width:1100px){.page-layout{grid-template-columns:200px 1fr}.page-layout.left-collapsed{grid-template-columns:1fr}.sidebar-right{display:none}}@media(max-width:768px){.page-layout,.page-layout.left-collapsed{grid-template-columns:1fr!important}.sidebar-left{display:none}.hero-title{font-size:22px}.hero-bg-products{display:none}.hero-content{padding:24px 20px}.footer-top{grid-template-columns:1fr 1fr}.subscribe-banner{text-align:center}.subscribe-banner,.subscribe-form{flex-direction:column}}.amazon-dot{background:#FF9900}.flipkart-dot{background:#2874F0}.myntra-dot{background:#FF3F6C}.ajio-dot{background:#000}.meesho-dot{background:#9B2D8E}.tata-dot{background:#E04444}.nykaa-dot{background:#FC2779}.croma-dot{background:#97C000}.section{margin-bottom:28px}.divider{height:1px;background:var(--gray-100);margin:28px 0}.search-suggestions{position:absolute;top:calc(100% + 4px);left:0;right:0;background:#fff;border:1.5px solid var(--gray-200);border-radius:var(--radius-sm);box-shadow:var(--shadow-lg);z-index:300;overflow:hidden;display:none}.search-wrapper{position:relative}.search-suggestions.open{display:block}.suggestion-item{display:flex;align-items:center;gap:10px;padding:10px 14px;cursor:pointer;transition:.15s;font-size:13px;color:var(--gray-700)}.suggestion-item:hover{background:var(--gray-50)}.suggestion-icon{color:var(--gray-400);flex-shrink:0;font-size:14px}.app-btns{flex-wrap:wrap}.app-btn,.app-btns{display:flex;gap:8px}.app-btn{align-items:center;background:var(--gray-800);color:#fff;border-radius:var(--radius-sm);padding:8px 14px;cursor:pointer;transition:.2s;text-decoration:none}.app-btn:hover{background:var(--gray-700)}.app-btn-icon{font-size:20px}.app-btn-text{line-height:1.2}.app-btn-text span:first-child{font-size:9px;opacity:.7;display:block}.app-btn-text span:last-child{font-size:13px;font-weight:700;display:block}.deal-details-container{max-width:1024px;margin:0 auto;padding:32px 16px}.deal-back-btn{display:inline-flex;align-items:center;gap:8px;font-size:14px;font-weight:600;color:var(--gray-500);text-decoration:none;margin-bottom:24px;transition:all .2s ease}.deal-back-btn:hover{color:var(--purple);transform:translateX(-4px)}.deal-main-card{background:#fff;border:1px solid var(--gray-200);border-radius:var(--radius-xl);box-shadow:0 10px 30px rgba(0,0,0,.04);display:grid;grid-template-columns:1fr;overflow:hidden;margin-bottom:40px}@media(min-width:768px){.deal-main-card{grid-template-columns:4.5fr 7.5fr}}.deal-image-sec{background:var(--gray-50);display:flex;align-items:center;justify-content:center;padding:40px;position:relative;border-bottom:1px solid var(--gray-200)}@media(min-width:768px){.deal-image-sec{border-bottom:none;border-right:1px solid var(--gray-200)}}.deal-img-wrapper{width:100%;max-width:300px;aspect-ratio:1;display:flex;align-items:center;justify-content:center;background:#fff;border-radius:var(--radius-lg);box-shadow:0 4px 20px rgba(0,0,0,.03);padding:24px;transition:transform .3s ease}.deal-img-wrapper:hover{transform:scale(1.03)}.deal-img-wrapper img{max-width:100%;max-height:100%;object-fit:contain}.deal-discount-badge{position:absolute;top:24px;left:24px;background:linear-gradient(135deg,#EF4444,#F59E0B);color:#fff;padding:6px 16px;border-radius:99px;font-size:12px;font-weight:800;box-shadow:0 4px 12px rgba(239,68,68,.3);letter-spacing:.5px;text-transform:uppercase}.deal-info-sec{padding:32px;display:flex;flex-direction:column;justify-content:space-between}.deal-tags-row{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}.deal-tag-pill{display:inline-flex;align-items:center;gap:6px;background:var(--gray-100);color:var(--gray-700);padding:6px 14px;border-radius:99px;font-size:12px;font-weight:600;text-decoration:none;transition:all .2s ease;border:1px solid transparent}.deal-tag-pill:hover{background:var(--purple-light);color:var(--purple);border-color:rgba(108,53,222,.2)}.deal-tag-pill-brand{background:var(--orange-light);color:var(--orange)}.deal-tag-pill-brand:hover{background:#FEF3C7;border-color:rgba(245,158,11,.2)}.deal-header-title{font-size:24px;font-weight:800;color:var(--gray-900);line-height:1.35;margin-bottom:12px}.deal-meta-row{gap:16px;font-size:12px;color:var(--gray-400);margin-bottom:24px}.deal-meta-item,.deal-meta-row{display:flex;align-items:center}.deal-meta-item{gap:6px}.deal-desc-section{border-top:1px solid var(--gray-200);padding-top:20px;margin-bottom:28px}.deal-desc-title{font-size:14px;font-weight:700;color:var(--gray-800);margin-bottom:8px}.deal-desc-text{font-size:13px;color:var(--gray-500);line-height:1.6;white-space:pre-line}.deal-action-panel{background:var(--gray-50);border:1px solid var(--gray-200);border-radius:var(--radius-lg);padding:24px}.deal-price-row{justify-content:space-between;flex-wrap:wrap;gap:12px;margin-bottom:20px}.deal-price-row,.deal-price-val{display:flex;align-items:baseline}.deal-price-val{gap:8px}.deal-price-current{font-size:32px;font-weight:900;color:var(--purple)}.deal-price-old{font-size:16px;color:var(--gray-400);text-decoration:line-through}.deal-savings-badge{background:#DCFCE7;color:#15803D;font-size:11px;font-weight:700;padding:3px 8px;border-radius:6px}.deal-coupon-container{border:1.5px dashed var(--purple);background:var(--purple-light);border-radius:var(--radius-sm);padding:12px 16px;display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:20px;transition:all .2s ease}.deal-coupon-container:hover{background:rgba(108,53,222,.08)}.deal-coupon-left{display:flex;flex-direction:column}.deal-coupon-label{font-size:10px;font-weight:700;color:var(--purple-mid);text-transform:uppercase;letter-spacing:.5px}.deal-coupon-code{font-family:monospace;font-size:15px;font-weight:800;color:var(--purple);letter-spacing:.5px}.deal-btn-copy-code{background:var(--purple);color:#fff;border:none;border-radius:var(--radius-sm);padding:6px 12px;font-size:12px;font-weight:700;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:6px}.deal-btn-copy-code:hover{background:var(--purple-dark)}.deal-btn-copy-code.copied{background:var(--green)}.deal-buttons-row{display:flex;gap:12px;margin-bottom:16px}.deal-btn-buy{flex:1;background:linear-gradient(135deg,var(--purple),var(--purple-mid));color:#fff;border:none;border-radius:var(--radius-sm);height:48px;display:flex;align-items:center;justify-content:center;gap:8px;font-size:14px;font-weight:700;text-decoration:none;cursor:pointer;box-shadow:0 4px 16px rgba(108,53,222,.25);transition:all .2s ease}.deal-btn-buy:hover{transform:translateY(-2px);box-shadow:0 6px 22px rgba(108,53,222,.35)}.deal-btn-buy svg{transition:transform .2s ease}.deal-btn-buy:hover svg{transform:translateX(4px)}.deal-btn-icon{width:48px;height:48px;border-radius:var(--radius-sm);border:1px solid var(--gray-200);background:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;color:var(--gray-500)}.deal-btn-icon:hover{background:var(--gray-50);color:var(--gray-800);border-color:var(--gray-300)}.deal-btn-icon.active-wish{color:var(--red);background:#FEE2E2;border-color:#FECACA}.deal-disclaimer{display:flex;align-items:start;gap:8px;font-size:10px;color:var(--gray-400);line-height:1.4}.deal-related-section{margin-top:56px}.deal-related-header{margin-bottom:24px}.deal-related-title{font-size:20px;font-weight:800;color:var(--gray-900);margin-bottom:4px}.deal-related-sub{font-size:13px;color:var(--gray-400)}.deal-toast-container{position:fixed;bottom:24px;left:50%;transform:translateX(-50%) translateY(100px);background:var(--gray-900);color:#fff;padding:12px 24px;border-radius:var(--radius-sm);box-shadow:0 10px 30px rgba(0,0,0,.2);font-size:13px;font-weight:600;z-index:9999;display:flex;align-items:center;gap:10px;transition:all .3s cubic-bezier(.175,.885,.32,1.275);opacity:0;pointer-events:none}.deal-toast-container.show{transform:translateX(-50%) translateY(0);opacity:1}.deal-toast-success{border-left:4px solid var(--green)}.auth-container{display:flex;min-height:75vh;align-items:center;justify-content:center;padding:48px 16px;background:var(--gray-50)}.auth-card{width:100%;max-width:420px;background:#fff;border:1px solid var(--gray-200);border-radius:var(--radius-xl);padding:36px;box-shadow:0 10px 30px rgba(0,0,0,.04)}.auth-header{text-align:center;margin-bottom:28px}.auth-back-link{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:600;color:var(--gray-500);text-decoration:none;margin-bottom:16px;transition:all .2s ease}.auth-back-link:hover{color:var(--purple)}.auth-title{font-size:28px;font-weight:800;background:linear-gradient(135deg,var(--purple),var(--purple-mid));-webkit-background-clip:text;-webkit-text-fill-color:transparent;display:block;letter-spacing:-.5px}.auth-subtitle{font-size:13px;color:var(--gray-400);margin-top:6px;line-height:1.4}.auth-error-box{display:flex;align-items:start;gap:10px;background:#fef2f2;border:1px solid #fecaca;color:#ef4444;padding:12px;border-radius:var(--radius-sm);font-size:12px;font-weight:600;margin-bottom:20px}.auth-form{gap:16px}.auth-form,.auth-input-group{display:flex;flex-direction:column}.auth-input-group{gap:6px}.auth-input-label-row{display:flex;align-items:center;justify-content:space-between}.auth-input-label{font-size:12px;font-weight:700;color:var(--gray-700)}.auth-forgot-link{font-size:11px;font-weight:700;color:var(--purple);text-decoration:none}.auth-forgot-link:hover{text-decoration:underline}.auth-input-wrapper{position:relative;display:flex;align-items:center}.auth-input-icon{position:absolute;left:14px;color:var(--gray-400);pointer-events:none;display:flex;align-items:center;justify-content:center}.auth-input{width:100%;border:1px solid var(--gray-200);background:var(--gray-50);border-radius:var(--radius-sm);padding:12px 14px 12px 42px;font-size:13px;outline:none;transition:all .2s ease;box-sizing:border-box}.auth-input:focus{border-color:var(--purple);background:#fff;box-shadow:0 0 0 3px rgba(108,53,222,.1)}.auth-btn-primary{background:linear-gradient(135deg,var(--purple),var(--purple-mid));color:#fff;border:none;border-radius:var(--radius-sm);height:46px;display:flex;align-items:center;justify-content:center;gap:8px;font-size:14px;font-weight:700;cursor:pointer;box-shadow:0 4px 14px rgba(108,53,222,.2);transition:all .2s ease;margin-top:8px}.auth-btn-primary:hover{transform:translateY(-1px);box-shadow:0 6px 18px rgba(108,53,222,.3)}.auth-btn-primary:disabled{opacity:.6;cursor:not-allowed;transform:none}.auth-divider{position:relative;display:flex;align-items:center;justify-content:center;margin:20px 0}.auth-divider-line{position:absolute;left:0;right:0;height:1px;background:var(--gray-200)}.auth-divider-text{position:relative;background:#fff;padding:0 12px;font-size:11px;color:var(--gray-400);font-weight:600}.auth-btn-google{display:flex;height:46px;align-items:center;justify-content:center;gap:10px;border:1px solid var(--gray-200);background:#fff;border-radius:var(--radius-sm);font-size:13px;font-weight:700;color:var(--gray-700);cursor:pointer;transition:all .2s ease}.auth-btn-google:hover{background:var(--gray-50);border-color:var(--gray-300)}.auth-footer{text-align:center;margin-top:24px;font-size:13px;color:var(--gray-500)}.auth-footer-link{font-weight:700;color:var(--purple);text-decoration:none}.auth-footer-link:hover{text-decoration:underline}.auth-success-sec{display:flex;flex-direction:column;align-items:center;text-align:center;gap:16px;padding:24px 0}.auth-success-icon{width:56px;height:56px;border-radius:50%;background:#dcfce7;color:#15803d;display:flex;align-items:center;justify-content:center}.header-top-row{display:flex;align-items:center;gap:16px}.header-mobile-auth{display:none}.menu-toggle{display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--gray-600)}.bottom-nav{display:none}@media(max-width:768px){.header-inner{flex-direction:column!important;align-items:stretch!important;gap:10px!important;padding:10px 14px!important}.header-top-row{width:100%!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:8px!important}.header-mobile-auth{display:block!important}.header-nav{display:none!important}.search-wrapper{max-width:100%!important;width:100%!important;margin:0!important}.search-bar button .search-btn-text{display:none!important}.search-bar button{padding:0 14px!important}.profile-name-span{display:none!important}.bottom-nav{position:fixed!important;bottom:0!important;left:0!important;right:0!important;height:58px!important;background:rgba(255,255,255,.96)!important;backdrop-filter:blur(12px)!important;border-top:1px solid var(--gray-200)!important;justify-content:space-around!important;box-shadow:0 -4px 16px rgba(0,0,0,.05)!important;z-index:1000!important;padding-bottom:env(safe-area-inset-bottom,0)!important}.bottom-nav,.bottom-nav-item{display:flex!important;align-items:center!important}.bottom-nav-item{flex-direction:column!important;justify-content:center!important;gap:3px!important;color:var(--gray-500)!important;text-decoration:none!important;font-weight:600!important;width:20%!important;height:100%!important;transition:color .15s!important;text-align:center!important}.bottom-nav-item span{font-size:9px!important;max-width:100%!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;display:block!important}.bottom-nav-item svg{width:20px!important;height:20px!important}.bottom-nav-item.active{color:var(--purple)!important}body{padding-bottom:74px!important}.search-suggestions{position:absolute!important;left:0!important;right:0!important;width:100%!important;z-index:999!important}}@media(max-width:767px){.publisher-header{padding:0 14px!important;gap:10px!important}.publisher-search,.publisher-user-pill span,.publisher-user-pill svg{display:none!important}.publisher-user-pill{padding:3px!important;border-radius:50%!important}.publisher-main{padding:16px 12px 80px!important}}.hidden-mobile{display:none!important}.hidden-desktop{display:flex!important}.hidden-mobile-block{display:none!important}@media(min-width:768px){.hidden-mobile{display:flex!important}.hidden-desktop{display:none!important}.hidden-mobile-block{display:block!important}}@media (max-width:768px){.hidden-mobile{display:none!important}}@media (min-width:769px){.hidden-desktop{display:none!important}}@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-weight:900;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:900;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:900;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:900;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:900;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:900;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:900;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter Fallback;src:local("Arial");ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.00%;size-adjust:107.12%}.__className_472ac2{font-family:Inter,Inter Fallback;font-style:normal}.__variable_472ac2{--font-inter:"Inter","Inter Fallback"}