:root{font-family:Inter,Manrope,system-ui,-apple-system,Segoe UI,sans-serif;color:#0f172a;background:#f3f7ff}*,*:before,*:after{box-sizing:border-box}body{margin:0;background:radial-gradient(circle at 20% 20%,#e9f2ff,#f7fbff 40%),radial-gradient(circle at 90% 0%,#d4e6ff,#f7fbff 35%),linear-gradient(180deg,#f7fbff,#eef5ff);color:#0f172a}.page{min-height:100vh;display:flex;flex-direction:column}.topbar{position:sticky;top:0;z-index:30;display:flex;align-items:center;justify-content:space-between;padding:14px 32px;background:rgba(255,255,255,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid #e2e8f0;box-shadow:0 10px 30px #0f172a14}.brand{display:flex;align-items:center;gap:12px}.brand-mark{width:42px;height:42px;border-radius:12px;display:grid;place-items:center;overflow:hidden;background:#ffffff;border:1px solid #e2e8f0;box-shadow:0 8px 18px #0f172a2e}.brand-logo{width:100%;height:100%;object-fit:contain}.brand-text{display:flex;flex-direction:column;gap:2px}.brand-name{font-weight:800;letter-spacing:-.02em}.brand-tag{font-size:12px;color:#5b7bb1}.category-tabs{display:flex;align-items:center;gap:8px;flex-wrap:wrap;justify-content:flex-end}.category-tabs-compact{justify-content:flex-start;margin:10px 0;overflow-x:auto;padding-bottom:4px}.nav-btn{border:1px solid #d7e5ff;background:#f7fbff;color:#0f172a;padding:8px 14px;border-radius:999px;cursor:pointer;font-weight:600;font-size:14px;display:inline-flex;align-items:center;gap:8px;transition:all .15s ease}.nav-btn:hover{transform:translateY(-1px);border-color:#c3d8ff;box-shadow:0 10px 20px #2563eb24}.nav-btn-active{background:#f7fbff;border-color:#c3d8ff;color:#0f172a;box-shadow:none}.nav-btn-compact{padding:7px 12px;font-size:13px}.nav-icon{font-size:16px}.content{flex:1;padding:24px 32px 48px;max-width:1280px;width:100%;margin:0 auto}.hero{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:20px;padding:26px;border-radius:20px;background:linear-gradient(150deg,rgba(37,99,235,.12),transparent),linear-gradient(160deg,rgba(29,155,240,.15),rgba(255,255,255,.9));border:1px solid #dbeafe;box-shadow:0 20px 60px #2563eb1f;margin-bottom:26px}.hero-copy h1{margin:10px 0 8px;font-size:clamp(26px,4vw,34px);color:#0f172a;letter-spacing:-.02em}.eyebrow{text-transform:uppercase;letter-spacing:.08em;font-weight:700;color:#2563eb;font-size:12px;margin:0 0 4px}.lede{margin:0 0 14px;color:#334155;line-height:1.6}.flash-banner{display:inline-flex;align-items:center;gap:10px;padding:8px 12px;border-radius:12px;background:linear-gradient(135deg,#fff7e6,#e0f2ff);border:1px solid #e0e7ff;margin:10px 0 14px;box-shadow:0 8px 20px #0f172a14}.live-dot{display:inline-flex;align-items:center;justify-content:center;padding:4px 8px;border-radius:999px;background:#ef4444;color:#fff;font-weight:800;font-size:11px;text-transform:uppercase;letter-spacing:.05em;animation:pulse-fast 1s ease-in-out infinite}.flash-text{font-weight:700;color:#0f172a;font-size:14px}.flash-text a{color:#2563eb;text-decoration:none;font-weight:800}.flash-text a:hover{text-decoration:underline}.hero-actions{display:flex;gap:10px;flex-wrap:wrap;margin:12px 0}.flash-strip{overflow:hidden;margin:6px 0 14px;padding:0 6px;position:relative}.flash-track{display:flex;gap:12px;animation:marquee 50s linear infinite;width:max-content;will-change:transform;padding-inline:6px}.flash-pill{display:inline-flex;align-items:center;gap:10px;padding:10px 14px;border-radius:999px;color:#0f172a;font-weight:800;text-decoration:none;box-shadow:0 10px 20px #0f172a14;background:#fff0f5;border:1px solid #fde2e7;white-space:nowrap}.flash-logo{width:26px;height:26px;border-radius:50%;display:grid;place-items:center;font-weight:900;font-size:12px;color:#fff;box-shadow:0 6px 16px #0000001a}.flash-pill.ajio{background:#f7f9ff;border:1px solid #dbeafe}.flash-pill.myntra{background:#fff0f5;border:1px solid #ffd6e7}.flash-pill.ajio .flash-logo{background:#0f172a}.flash-pill.myntra .flash-logo{background:#ff3f6c}.flash-copy{font-weight:800;font-size:13px}.primary-btn,.ghost-btn{padding:10px 16px;border-radius:12px;font-weight:700;border:1px solid transparent;cursor:pointer;transition:all .15s ease}.primary-btn{background:linear-gradient(135deg,#1d9bf0,#2563eb);color:#fff;border:none;box-shadow:0 12px 30px #2563eb40}.primary-btn:hover{transform:translateY(-1px)}.ghost-btn{background:#f1f5f9;color:#0f172a;border:1px solid #d7e5ff}.ghost-btn:hover{border-color:#c3d8ff}.hero-metrics{display:none}.hero-card{background:#ffffff;border:1px solid #dbeafe;border-radius:16px;padding:16px;box-shadow:0 10px 30px #0f172a14}.hero-card-title{margin:0 0 10px;font-weight:700;color:#0f172a}.star-sup{font-size:.65em;line-height:1}.hero-card-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:10px}.hero-mini-card{display:flex;gap:8px;align-items:center;padding:8px;background:#f8fbff;border:1px solid #e2e8f0;border-radius:12px;text-decoration:none;color:inherit;transition:all .14s ease}.hero-mini-card img{width:56px;height:56px;object-fit:cover;border-radius:10px}.hero-mini-card:hover{border-color:#c3d8ff;transform:translateY(-1px);box-shadow:0 10px 20px #2563eb1f}.mini-title{font-weight:700;color:#0f172a;display:block;font-size:13px}.mini-price{color:#2563eb;font-size:12px}.pill{display:inline-flex;align-items:center;gap:4px;padding:4px 8px;border-radius:999px;background:#e0edff;color:#0f172a;font-size:12px;font-weight:700;border:1px solid #c3d8ff}.pill-ghost{background:#f8fbff;border-color:#d7e5ff;color:#334155}.store-links{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:10px;margin-top:14px}.store-card{display:flex;flex-direction:column;gap:2px;padding:12px;border-radius:12px;text-decoration:none;font-weight:700;box-shadow:0 10px 24px #0f172a24;transition:transform .12s ease,box-shadow .12s ease}.store-card:hover{transform:translateY(-1px);box-shadow:0 12px 28px #0f172a2e}.store-name{font-size:15px}.store-cta{font-size:12px;opacity:.9}.section{background:#ffffff;border:1px solid #e2e8f0;border-radius:18px;padding:18px 18px 22px;box-shadow:0 18px 50px #0f172a14;margin-bottom:18px}.section.category{scroll-margin-top:120px}.section-header{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:10px}.section-title{display:flex;align-items:center;gap:10px}.section-title h2{margin:4px 0 0}.section-title-inline{display:inline-flex;align-items:center;gap:10px;flex-wrap:wrap}.section-icon{font-size:22px}.tag{font-size:11px;padding:4px 10px;border-radius:999px;background:linear-gradient(135deg,#ffe9a9,#ffd27f);border:1px solid #f6c056;color:#8a5800;display:inline-flex;align-items:center;overflow:hidden}.subcategory-tabs{display:flex;gap:8px;flex-wrap:wrap;margin:6px 0 12px}.status-note{white-space:nowrap;max-width:0;opacity:0;transition:all .26s ease}.status-note.open{max-width:260px;opacity:1}.sub-btn{border:1px solid #d7e5ff;background:#f8fbff;color:#0f172a;padding:7px 12px;border-radius:10px;cursor:pointer;font-weight:600;font-size:13px;transition:all .12s ease}.sub-btn-active{background:#f8fbff;color:#0f172a;border-color:#c3d8ff;box-shadow:none;font-weight:700}.product-grid{display:grid;grid-template-columns:repeat(7,minmax(150px,1fr));gap:14px}.product-card{background:#ffffff;border:1px solid #e2e8f0;border-radius:14px;overflow:hidden;display:flex;flex-direction:column;transition:all .15s ease}.product-card:hover{transform:translateY(-2px);border-color:#c3d8ff;box-shadow:0 14px 30px #0f172a1f}.product-image{position:relative;height:220px;background:#f8fbff}.product-image img{width:100%;height:100%;object-fit:cover;display:block}.badge{position:absolute;left:10px;top:10px;background:#16a34a;color:#fff;padding:4px 8px;border-radius:10px;font-size:12px;font-weight:700}.store-pill{position:absolute;right:10px;bottom:10px;padding:5px 10px;border-radius:999px;font-size:12px;font-weight:700}.product-body{padding:12px 14px 14px;display:flex;flex-direction:column;height:100%}.product-meta-row{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:6px}.product-title{margin:0 0 6px;color:#0f172a;font-size:15px;line-height:1.3}.product-source{margin:0 0 10px;color:#475569;font-size:13px}.price-row{display:flex;align-items:baseline;gap:8px;margin-bottom:6px}.price{font-weight:800;color:#0f172a}.mrp{font-size:12px;text-decoration:line-through;color:#94a3b8}.discount-line{font-size:12px;color:#16a34a;margin-bottom:10px;font-weight:700}.buy-btn{display:inline-flex;justify-content:center;align-items:center;width:100%;padding:10px 0;border-radius:12px;border:none;background:linear-gradient(135deg,#22c55e,#2563eb);color:#fff;font-weight:800;text-decoration:none;cursor:pointer;transition:all .12s ease;box-shadow:0 10px 24px #2563eb33;margin-top:auto;animation:slow-blink 2.4s ease-in-out infinite}.buy-btn:hover{transform:translateY(-1px)}.footer{border-top:1px solid #e2e8f0;padding:14px 24px;display:flex;align-items:center;gap:12px;flex-wrap:wrap;justify-content:center;background:#f7fbff}.footer-brand{display:inline-flex;align-items:center;gap:8px}.footer-text{margin:0;color:#475569;font-size:13px;text-align:center}.footer-links{display:flex;gap:10px;flex-wrap:wrap;justify-content:center}.footer-link-btn{border:1px solid #d7e5ff;background:#f8fbff;color:#0f172a;padding:6px 10px;border-radius:10px;cursor:pointer;font-weight:600;font-size:12px;transition:all .12s ease}.footer-link-btn:hover{border-color:#c3d8ff;box-shadow:0 6px 16px #0f172a1f}.blink{color:#000;animation:blink 1.8s ease-in-out infinite}@keyframes blink{0%{color:#000;text-shadow:none}50%{color:#1e88e5;text-shadow:0 0 6px rgba(30,136,229,.6)}to{color:#facc15;text-shadow:0 0 6px rgba(250,204,21,.6)}}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:rgba(15,23,42,.55);display:grid;place-items:center;z-index:60;padding:16px}.modal{background:#ffffff;border-radius:14px;border:1px solid #e2e8f0;box-shadow:0 24px 60px #0f172a38;width:min(720px,100%);max-height:80vh;display:flex;flex-direction:column;overflow:hidden}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:12px 14px;border-bottom:1px solid #e2e8f0;gap:10px}.modal-title-wrap{display:inline-flex;align-items:center;gap:10px}.modal-logo{width:28px;height:28px;object-fit:contain}.modal-body{padding:14px;overflow:auto}.modal-body pre{white-space:pre-wrap;font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;font-size:14px;margin:0;line-height:1.5}.about-modal h4{margin:12px 0 6px}.about-modal p{margin:0 0 10px;color:#334155;line-height:1.6}.about-modal .founder-cards{margin-top:6px}.founder-cards{display:grid;gap:12px}.founder-card{display:grid;grid-template-columns:60px 1fr;gap:10px;align-items:start;padding:10px;border-radius:12px;background:#ffffff;border:1px solid #e2e8f0}.founder-photo{width:60px;height:60px;border-radius:10px;object-fit:cover;border:1px solid #e2e8f0}.modal-founders .founder-card{background:#f8fbff}.founder-name{font-weight:800;font-size:14px;color:#0f172a}.founder-role{font-weight:700;font-size:12px;color:#2563eb;margin-bottom:4px}.founder-link{display:inline-flex;align-items:center;gap:6px;font-weight:700;color:#2563eb;text-decoration:none;font-size:12px}.founder-link:hover{text-decoration:underline}.about-modal .about-list{margin:8px 0 0;padding-left:18px;color:#334155;line-height:1.5}.modal-footer{padding:12px 14px;border-top:1px solid #e2e8f0;display:flex;justify-content:flex-end}.close-btn{background:transparent;border:none;font-size:18px;cursor:pointer;color:#0f172a}.cookie-banner{position:fixed;bottom:16px;left:16px;right:16px;max-width:520px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:16px;background:#f4faff;color:#333;border-radius:14px;padding:18px;border:1px solid #d8e7ff;box-shadow:0 4px 14px #0000001f;z-index:80}.cookie-left{display:flex;gap:12px;align-items:center}.cookie-icon{font-size:24px;line-height:1;color:#ff7f27}.cookie-title{font-weight:800;font-size:15px;color:#0a4d68;margin-bottom:4px}.cookie-text{font-size:13px;line-height:1.5}.cookie-actions{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}.cookie-btn{border:none;padding:10px 16px;border-radius:8px;font-weight:800;cursor:pointer;transition:all .12s ease}.cookie-btn:hover{transform:translateY(-1px);box-shadow:0 8px 18px #0000001f}.cookie-btn.accept{background:#2ecc71;color:#fff}.cookie-btn.reject{background:#f0f0f0;color:#333}.cookie-btn.manage{background:transparent;color:#1e88e5;box-shadow:none;padding-left:0}@keyframes slow-blink{0%{opacity:1}45%{opacity:.4}to{opacity:1}}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes pulse-fast{0%{transform:scale(1);opacity:1}50%{transform:scale(1.08);opacity:.6}to{transform:scale(1);opacity:1}}.help-widget{position:fixed;right:0;bottom:20px;width:56px;background:#ffffff;border:1px solid #e2e8f0;border-radius:14px 0 0 14px;box-shadow:0 20px 50px #0f172a2e;z-index:50;overflow:hidden;padding-bottom:8px;transition:all .22s ease}.help-widget.open{width:240px}.help-header{padding:10px 12px;background:#fff7e6;color:#b91c1c;display:grid;grid-template-columns:1fr auto;align-items:center;gap:4px}.help-title{display:block;font-weight:800;font-size:13px;text-align:center;justify-self:center}.help-sub{display:none}.help-widget:not(.open) .help-title,.help-widget:not(.open) .help-sub{display:none}.help-toggle{border:none;background:#ef4444;color:#fff;width:28px;height:28px;border-radius:8px;font-weight:800;cursor:pointer;justify-self:end}.help-form{padding:8px 10px 12px;display:flex;flex-direction:column;gap:8px}.help-widget:not(.open) .help-form{display:none}.back-to-top{position:fixed;right:16px;bottom:90px;border:1px solid #a2e5c0;background:#ffffff;color:#2ecc71;padding:12px;border-radius:50%;font-weight:800;cursor:pointer;box-shadow:0 2px 8px #00000026;z-index:70;transition:transform .12s ease,box-shadow .12s ease}.back-to-top:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000002e}.help-form input,.help-form textarea{width:100%;border:1px solid #d7e5ff;border-radius:10px;padding:8px;font-family:inherit;font-size:13px;background:#f8fbff}.help-form button{border:none;background:linear-gradient(135deg,#15803d,#166534);color:#f8fafc;padding:9px;border-radius:10px;font-weight:800;cursor:pointer;box-shadow:0 12px 24px #16653440}@media (max-width: 1024px){.product-grid{grid-template-columns:repeat(auto-fill,minmax(170px,1fr))}}@media (max-width: 768px){.topbar{padding:12px 18px;flex-direction:column;align-items:flex-start;gap:10px}.content{padding:18px 18px 32px}.hero{padding:18px}.category-tabs{width:100%;overflow-x:auto;justify-content:flex-start}.product-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}.product-image{height:190px}}@media (max-width: 640px){.product-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr))}}
