:root{--bg:#f7f8fb;--surface:#ffffff;--surface-soft:#f0f3f8;--ink:#101828;--muted:#667085;--line:#e4e7ec;--accent:#ff4f7b;--accent-2:#6c4cf6;--accent-3:#00a6a6;--warning:#ffd84d;--success:#12b76a;--shadow:0 18px 45px rgba(16,24,40,.10);--radius-xl:30px;--radius-lg:22px;--radius-md:16px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{color:inherit;text-decoration:none}button,input{font:inherit}img{max-width:100%}.market-home,.page{width:min(1200px,calc(100% - 32px));margin:0 auto}.market-home{padding:18px 0 56px}.topbar{position:-webkit-sticky;position:sticky;top:0;z-index:50;display:grid;grid-template-columns:auto minmax(260px,1fr) auto;grid-gap:18px;gap:18px;padding:14px 0;background:rgba(247,248,251,.92);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.brand,.topbar{align-items:center}.brand{display:inline-flex;gap:10px;min-width:max-content}.brand-mark{width:42px;height:42px;display:grid;place-items:center;border-radius:14px;color:white;font-weight:950;letter-spacing:-.08em;background:linear-gradient(135deg,var(--accent),var(--accent-2));box-shadow:0 12px 26px rgba(255,79,123,.28)}.brand strong,.logo{display:block;font-size:24px;font-weight:950;letter-spacing:-.05em}.brand small{display:block;color:var(--muted);font-size:12px;font-weight:800}.search-shell{display:grid;grid-template-columns:auto minmax(120px,1fr) auto;align-items:center;grid-gap:12px;gap:12px;padding:8px;border:1px solid var(--line);border-radius:999px;background:var(--surface);box-shadow:0 10px 28px rgba(16,24,40,.06)}.search-shell span{padding-left:14px;color:var(--ink);font-size:13px;font-weight:850;white-space:nowrap}.search-shell input{min-width:0;border:0;outline:0;color:var(--ink);background:transparent}.btn,.search-shell button{border:0;border-radius:999px;padding:12px 18px;color:white;background:linear-gradient(135deg,var(--accent),var(--accent-2));font-weight:900;cursor:pointer;box-shadow:0 14px 28px rgba(108,76,246,.22)}.account-nav{display:flex;align-items:center;justify-content:flex-end;gap:12px;font-size:14px;font-weight:850}.account-nav a:not(.account-link){color:var(--muted)}.account-link{display:inline-flex;align-items:center;min-height:44px;padding:0 16px;border:1px solid var(--line);border-radius:999px;background:var(--surface);box-shadow:0 10px 24px rgba(16,24,40,.07)}.hero-market{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(340px,.75fr);grid-gap:24px;gap:24px;align-items:stretch;padding:34px 0 18px}.hero-copy{min-height:440px;display:flex;flex-direction:column;justify-content:center;padding:clamp(28px,5vw,58px);border-radius:var(--radius-xl);color:white;background:radial-gradient(circle at 88% 18%,rgba(255,216,77,.45),transparent 24%),linear-gradient(135deg,#14142f,#20215b 44%,#ff4f7b 115%);box-shadow:var(--shadow);overflow:hidden}.eyebrow{margin:0 0 12px;color:var(--accent-3);font-size:13px;font-weight:950;letter-spacing:.08em;text-transform:uppercase}.hero-copy .eyebrow{color:#8fffea}.hero-copy h1,.merchant-cta h2,.section-heading h2{margin:0;font-weight:950;letter-spacing:-.06em;line-height:.98}.hero-copy h1{max-width:760px;font-size:clamp(42px,6vw,76px)}.hero-copy p:not(.eyebrow){max-width:650px;margin:18px 0 0;color:rgba(255,255,255,.82);font-size:18px;line-height:1.55}.hero-actions,.merchant-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:26px}.btn-primary{background:linear-gradient(135deg,#ff4f7b,#ff7b45)}.btn-soft,.btn.secondary{color:var(--ink);background:var(--surface);box-shadow:0 10px 22px rgba(16,24,40,.09)}.hero-photo-card{display:grid;grid-template-rows:1fr auto;min-height:440px;border-radius:var(--radius-xl);overflow:hidden;background:var(--surface);box-shadow:var(--shadow)}.hero-photo-card img{width:100%;height:100%;min-height:270px;object-fit:cover}.hero-photo-card div{padding:24px}.hero-photo-card span,.store-image-wrap span{display:inline-flex;margin-bottom:10px;padding:7px 10px;border-radius:999px;color:#07594d;background:#ccfbef;font-size:12px;font-weight:950}.hero-photo-card strong{display:block;font-size:24px;letter-spacing:-.04em}.hero-photo-card small{display:block;margin-top:8px;color:var(--muted);line-height:1.45}.section-block{margin-top:34px}.section-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:16px;margin-bottom:18px}.section-heading h2{max-width:720px;font-size:clamp(26px,3vw,42px)}.section-heading a{color:var(--accent-2);font-weight:900}.brand-rail,.category-rail,.promo-rail{display:grid;grid-auto-flow:column;grid-auto-columns:max-content;grid-gap:14px;gap:14px;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x proximity;padding:4px 2px 16px;scrollbar-width:thin}.category-card{width:138px;min-height:168px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:8px;padding:12px;border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--surface);box-shadow:0 12px 26px rgba(16,24,40,.07);scroll-snap-align:start;transition:transform .18s ease,box-shadow .18s ease}.category-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.category-card img{width:86px;height:76px;border-radius:20px;object-fit:cover}.category-card strong{text-align:center;font-size:14px}.category-card small{text-align:center;color:var(--muted);font-size:12px;line-height:1.25}.brand-rail a{display:inline-flex;align-items:center;min-height:52px;padding:0 18px;border:1px solid var(--line);border-radius:18px;background:var(--surface);color:var(--ink);font-weight:900;box-shadow:0 10px 22px rgba(16,24,40,.06)}.promo-card{width:min(420px,84vw);min-height:164px;display:grid;grid-template-columns:1fr 150px;grid-gap:12px;gap:12px;overflow:hidden;border-radius:28px;scroll-snap-align:start;box-shadow:var(--shadow)}.promo-card div{padding:24px 0 24px 24px}.promo-card strong{display:block;font-size:24px;line-height:1.04;letter-spacing:-.04em}.promo-card p{margin:8px 0 16px;line-height:1.35}.promo-card a{font-weight:950;text-decoration:underline;text-underline-offset:4px}.promo-card img{width:100%;height:100%;object-fit:cover}.promo-sun{background:#fff04d}.promo-pink{color:white;background:#f71f63}.promo-blue{color:white;background:#2364ff}.discovery-grid,.grid.cols3,.store-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:18px;gap:18px}.card,.discovery-card,.store-card{border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--surface);box-shadow:0 12px 30px rgba(16,24,40,.07);overflow:hidden}.store-card{transition:transform .18s ease,box-shadow .18s ease}.store-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.store-image-wrap{position:relative;height:210px;overflow:hidden}.store-image-wrap img{width:100%;height:100%;object-fit:cover}.store-image-wrap span{position:absolute;left:14px;top:14px;margin:0}.store-card-body{padding:18px}.store-card-body strong{display:block;font-size:22px;letter-spacing:-.04em}.store-card-body small{display:block;margin-top:6px;color:var(--muted);line-height:1.45}.store-card-body em{display:inline-block;margin-top:14px;color:var(--accent-2);font-style:normal;font-weight:950}.discovery-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.discovery-card img{width:100%;height:145px;object-fit:cover}.discovery-card div{padding:16px}.discovery-card strong{font-size:18px}.discovery-card p{color:var(--muted);line-height:1.45}.merchant-cta{display:flex;justify-content:space-between;gap:24px;align-items:center;margin:44px 0 0;padding:clamp(24px,5vw,42px);border-radius:var(--radius-xl);color:white;background:radial-gradient(circle at 88% 10%,rgba(255,216,77,.28),transparent 20%),linear-gradient(135deg,#101828,#252b61);box-shadow:var(--shadow)}.merchant-cta .eyebrow{color:#8fffea}.merchant-cta h2{max-width:720px;font-size:clamp(28px,4vw,48px)}.merchant-cta p:not(.eyebrow){max-width:700px;color:rgba(255,255,255,.78);line-height:1.55}.page{padding:24px 0 56px}.nav{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 0}.logo{color:var(--ink)}.hero{display:grid;grid-template-columns:1.15fr .85fr;grid-gap:24px;gap:24px;align-items:center;min-height:420px}.hero h1{font-size:clamp(42px,7vw,78px);line-height:.94;margin:28px 0 16px;letter-spacing:-.07em}.hero p{color:var(--muted);font-size:19px;line-height:1.5;max-width:620px}.card{padding:22px}.grid{display:grid;grid-gap:16px;gap:16px}.cols2{grid-template-columns:repeat(2,minmax(0,1fr))}.input{width:100%;padding:14px 16px;border:1px solid var(--line);border-radius:16px;color:var(--ink);background:var(--surface);outline:0}.store{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:16px;border-radius:20px;background:var(--surface-soft)}.badge{color:var(--accent-3);font-weight:900;font-size:13px}.muted{color:var(--muted)}.price{color:var(--success);font-weight:900}.footer{margin:60px 0 20px;color:var(--muted);text-align:center}.photo-card{display:block;padding:0;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.photo-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.photo-card__image{width:100%;height:172px;display:block;object-fit:cover;background:var(--surface-soft)}.photo-card__body{padding:20px}.store-hero-card{padding:0;overflow:hidden}.store-hero-card__image{width:100%;height:260px;display:block;object-fit:cover;background:var(--surface-soft)}.store-hero-card__body{padding:22px}.product-row{align-items:stretch}.product-row__image{width:112px;min-width:112px;height:96px;border-radius:16px;object-fit:cover;background:var(--surface-soft)}.product-row__content{flex:1 1;min-width:0}@media (max-width:980px){.topbar{grid-template-columns:1fr;align-items:stretch;gap:10px}.account-nav{justify-content:space-between}.hero-market{grid-template-columns:1fr}.hero-photo-card{min-height:auto}.discovery-grid,.grid.cols3,.store-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.merchant-cta{flex-direction:column;align-items:flex-start}}@media (max-width:640px){.market-home,.page{width:min(100% - 24px,1200px)}.market-home{padding-top:8px}.topbar{padding:8px 0 12px}.brand-mark{width:38px;height:38px;border-radius:13px}.brand strong{font-size:21px}.search-shell{grid-template-columns:1fr auto;border-radius:22px;padding:10px}.search-shell span{grid-column:1/-1;padding-left:2px;font-size:12px}.search-shell button{padding:11px 14px}.account-nav{gap:8px;font-size:13px}.account-link{min-height:40px;padding:0 12px}.hero-market{padding-top:12px;gap:14px}.hero-copy{min-height:auto;padding:28px 22px;border-radius:26px}.hero-copy h1{font-size:clamp(34px,10vw,46px)}.hero-copy p:not(.eyebrow){font-size:16px}.hero-actions .btn,.merchant-actions .btn{width:100%;text-align:center}.hero-photo-card img{min-height:205px}.section-heading{align-items:flex-start;flex-direction:column}.section-heading h2{font-size:27px}.category-card{width:122px;min-height:155px;padding:10px}.category-card img{width:78px;height:68px}.brand-rail a{min-height:46px;padding:0 14px}.promo-card{grid-template-columns:1fr 116px;min-height:150px}.promo-card div{padding:18px 0 18px 18px}.promo-card strong{font-size:20px}.promo-card p{font-size:13px}.cols2,.discovery-grid,.grid.cols3,.store-grid{grid-template-columns:1fr}.store-image-wrap{height:190px}.merchant-cta{padding:24px;border-radius:26px}.nav{align-items:flex-start;flex-direction:column}.hero{grid-template-columns:1fr;min-height:auto}.photo-card__image{height:190px}.store-hero-card__image{height:220px}.product-row{flex-wrap:wrap}.product-row__image{width:100%;height:190px}}.account-page-nav .brand{color:var(--ink)}.account-shell{display:grid;grid-template-columns:minmax(0,.92fr) minmax(360px,.72fr);grid-gap:24px;gap:24px;align-items:stretch;margin-top:28px}.account-intro{min-height:560px;display:flex;flex-direction:column;justify-content:center;padding:clamp(28px,5vw,54px);border-radius:var(--radius-xl);color:white;background:radial-gradient(circle at 82% 18%,rgba(255,216,77,.32),transparent 24%),linear-gradient(135deg,#15152f,#6c4cf6 70%,#ff4f7b 115%);box-shadow:var(--shadow)}.account-intro .eyebrow{color:#8fffea}.account-intro h1{margin:0;max-width:720px;font-size:clamp(38px,6vw,68px);line-height:.98;letter-spacing:-.07em}.account-intro p:not(.eyebrow){max-width:620px;color:rgba(255,255,255,.78);font-size:18px;line-height:1.55}.account-benefits{display:flex;gap:10px;flex-wrap:wrap;margin-top:24px}.account-benefits span{padding:10px 13px;border:1px solid rgba(255,255,255,.22);border-radius:999px;color:white;background:rgba(255,255,255,.1);font-size:13px;font-weight:900}.account-card{align-self:center;padding:24px;border:1px solid var(--line);border-radius:var(--radius-xl);background:var(--surface);box-shadow:var(--shadow)}.account-tabs{display:grid;grid-template-columns:1fr 1fr;grid-gap:8px;gap:8px;padding:6px;border-radius:999px;background:var(--surface-soft)}.account-tabs button{min-height:46px;border:0;border-radius:999px;color:var(--muted);background:transparent;font-weight:950;cursor:pointer}.account-tabs button.active{color:white;background:linear-gradient(135deg,var(--accent),var(--accent-2));box-shadow:0 10px 20px rgba(108,76,246,.22)}.account-form{display:grid;grid-gap:14px;gap:14px;margin-top:22px}.account-form h2{margin:0;font-size:30px;letter-spacing:-.05em}.account-form label{display:grid;grid-gap:7px;gap:7px;color:var(--ink);font-size:14px;font-weight:900}.account-form .btn{width:100%}.code-input{text-align:center;font-size:28px;font-weight:950;letter-spacing:.25em}.link-button{border:0;color:var(--accent-2);background:transparent;font-weight:950;cursor:pointer}.account-message{margin:18px 0 0;padding:14px 16px;border-radius:16px;color:#064e3b;background:#d1fae5;line-height:1.45}.merchant-top-actions{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}.merchant-public-hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.62fr);grid-gap:24px;gap:24px;align-items:stretch;margin-top:26px}.merchant-public-copy{display:flex;flex-direction:column;justify-content:center;min-height:500px;padding:clamp(30px,5vw,58px);border-radius:var(--radius-xl);color:white;background:radial-gradient(circle at 86% 16%,rgba(0,166,166,.38),transparent 24%),linear-gradient(135deg,#101828,#243b6b 72%,#00a6a6 120%);box-shadow:var(--shadow)}.merchant-public-copy .eyebrow{color:#8fffea}.merchant-public-copy h1{margin:0;font-size:clamp(38px,5.8vw,70px);line-height:.98;letter-spacing:-.07em}.merchant-public-copy p:not(.eyebrow){max-width:690px;color:rgba(255,255,255,.78);font-size:18px;line-height:1.55}.merchant-public-photo{display:grid;grid-template-rows:1fr auto;overflow:hidden;border-radius:var(--radius-xl);background:var(--surface);box-shadow:var(--shadow)}.merchant-public-photo img{width:100%;height:100%;min-height:300px;object-fit:cover}.merchant-public-photo div{padding:24px}.merchant-public-photo strong{display:block;font-size:25px;letter-spacing:-.04em}.merchant-public-photo span{display:block;margin-top:8px;color:var(--muted);line-height:1.45}.merchant-choice-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:18px;gap:18px;margin-top:24px}.merchant-choice-card{display:block;min-height:210px;padding:24px;border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--surface);box-shadow:0 12px 30px rgba(16,24,40,.07)}.merchant-choice-card.primary{color:white;background:linear-gradient(135deg,var(--accent),var(--accent-2))}.merchant-choice-card span{display:inline-flex;margin-bottom:18px;color:var(--accent-3);font-weight:950;text-transform:uppercase;font-size:12px;letter-spacing:.08em}.merchant-choice-card.primary span{color:#8fffea}.merchant-choice-card strong{display:block;font-size:27px;line-height:1.05;letter-spacing:-.05em}.merchant-choice-card p{color:var(--muted);line-height:1.5}.merchant-choice-card.primary p{color:rgba(255,255,255,.78)}.merchant-process-card{display:grid;grid-template-columns:minmax(0,.85fr) minmax(320px,.7fr);grid-gap:24px;gap:24px;align-items:center;margin-top:34px;padding:clamp(24px,5vw,42px);border-radius:var(--radius-xl);background:var(--surface);box-shadow:var(--shadow)}.merchant-process-card h2{margin:0;font-size:clamp(30px,4vw,50px);line-height:1;letter-spacing:-.06em}.merchant-process-card p:not(.eyebrow){color:var(--muted);line-height:1.55}.merchant-steps{display:grid;grid-gap:12px;gap:12px}.merchant-steps .store span{color:var(--success);font-weight:950}@media (max-width:900px){.account-shell,.merchant-process-card,.merchant-public-hero{grid-template-columns:1fr}.account-intro{min-height:auto}.merchant-choice-grid{grid-template-columns:1fr}}@media (max-width:640px){.account-page .nav,.merchant-page-public .nav{align-items:stretch}.account-page .brand,.merchant-page-public .brand{align-self:flex-start}.merchant-top-actions{justify-content:stretch}.merchant-top-actions .btn{flex:1 1;text-align:center}.account-shell{margin-top:12px;gap:14px}.account-intro{padding:26px 22px;border-radius:26px}.account-intro h1{font-size:36px}.account-intro p:not(.eyebrow){font-size:16px}.account-card{padding:18px;border-radius:24px}.account-form h2{font-size:25px}.merchant-public-hero{gap:14px;margin-top:12px}.merchant-public-copy{min-height:auto;padding:26px 22px;border-radius:26px}.merchant-public-copy h1{font-size:35px}.merchant-public-copy p:not(.eyebrow){font-size:16px}.merchant-public-photo img{min-height:220px}.merchant-choice-card{min-height:auto;padding:20px}.merchant-process-card{padding:22px;border-radius:26px}}body,html{overflow-x:hidden}article,aside,div,form,header,main,nav,section{min-width:0}.account-intro h1,.hero h1,.hero-copy h1,.merchant-cta h2,.merchant-public-copy h1,.section-heading h2{overflow-wrap:anywhere;word-break:normal;-webkit-hyphens:auto;hyphens:auto}.brand-rail,.category-rail,.promo-rail{max-width:100%}@media (max-width:640px){.market-home,.page{width:100%;max-width:100%;padding-left:12px;padding-right:12px}.nav,.topbar{overflow:hidden}.account-card,.account-intro,.account-nav,.account-shell,.brand,.hero-copy,.hero-market,.hero-photo-card,.merchant-choice-grid,.merchant-cta,.merchant-process-card,.merchant-public-copy,.merchant-public-hero,.merchant-public-photo,.nav,.search-shell,.section-block,.topbar{width:100%;max-width:100%}.account-nav{flex-wrap:wrap;justify-content:stretch}.account-nav a{flex:1 1 auto;text-align:center}.account-link{justify-content:center;white-space:normal}.hero-copy h1{font-size:clamp(30px,8.6vw,38px);line-height:1.06;letter-spacing:-.045em}.account-intro h1,.hero h1,.merchant-public-copy h1{font-size:clamp(29px,8.4vw,36px);line-height:1.06;letter-spacing:-.045em}.merchant-cta h2,.merchant-process-card h2,.section-heading h2{font-size:clamp(25px,7.2vw,31px);line-height:1.08;letter-spacing:-.045em}.account-intro,.hero-copy,.merchant-cta,.merchant-process-card,.merchant-public-copy{padding-left:20px;padding-right:20px}.brand-rail,.category-rail,.promo-rail{width:100%;overflow-x:auto;overflow-y:hidden}.promo-card{width:min(328px,calc(100vw - 40px));grid-template-columns:minmax(0,1fr)}.promo-card div{padding:18px}.promo-card img{height:112px}.account-tabs{grid-template-columns:1fr}.account-tabs button{width:100%}.account-benefits span,.btn,.btn-primary,.btn-soft{white-space:normal}#__next,.account-page,.market-home,.merchant-page-public,.page,body,html,main{width:100%!important;max-width:100%!important;min-width:0!important;overflow-x:hidden!important}.market-home,.page{margin-left:0!important;margin-right:0!important;padding-left:12px!important;padding-right:12px!important}.topbar{display:flex!important;flex-direction:column!important;align-items:stretch!important;gap:10px!important}.account-shell>*,.hero-market>*,.merchant-public-hero>*,.nav>*,.topbar>*{min-width:0!important;max-width:100%!important}.brand{width:100%!important}.brand,.brand>div:last-child,.search-shell{min-width:0!important}.search-shell{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;width:100%!important}.search-shell span{white-space:normal!important;overflow-wrap:anywhere!important}.search-shell input{width:100%!important;min-width:0!important}.account-nav,.merchant-top-actions{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;width:100%!important;grid-gap:8px!important;gap:8px!important}.account-link,.account-nav a,.btn,.btn-primary,.btn-soft,.merchant-top-actions a{min-width:0!important;max-width:100%!important;width:100%!important;justify-content:center!important;text-align:center!important;white-space:normal!important;overflow-wrap:anywhere!important;word-break:normal!important}.account-intro,.hero-copy,.merchant-public-copy{width:100%!important;min-width:0!important;max-width:100%!important;padding:24px 18px!important}.account-intro h1,.hero-copy h1,.merchant-public-copy h1{max-width:100%!important;font-size:clamp(28px,8vw,34px)!important;line-height:1.08!important;letter-spacing:-.035em!important;overflow-wrap:anywhere!important;word-break:normal!important;text-wrap:wrap!important}.account-card,.account-form,.account-intro p,.hero-copy p,.merchant-public-copy p,.section-heading,.store-card-body{max-width:100%!important;min-width:0!important;overflow-wrap:anywhere!important}.account-benefits,.hero-actions,.merchant-actions{display:grid!important;grid-template-columns:1fr!important;width:100%!important}.market-home,.page{width:calc(100vw - 24px)!important;max-width:calc(100vw - 24px)!important;padding-left:0!important;padding-right:0!important;margin-left:auto!important;margin-right:auto!important}.account-card,.account-intro,.hero-copy,.hero-photo-card,.merchant-cta,.merchant-process-card,.merchant-public-copy,.merchant-public-photo{width:100%!important;max-width:100%!important;margin-left:0!important;margin-right:0!important;overflow:hidden!important}.account-intro h1,.hero-copy h1,.merchant-public-copy h1{display:block!important;width:100%!important;max-width:100%!important;font-size:clamp(25px,7.2vw,31px)!important;line-height:1.12!important;letter-spacing:-.025em!important;white-space:normal!important;overflow:visible!important;overflow-wrap:break-word!important;word-break:normal!important}.account-intro p:not(.eyebrow),.hero-copy p:not(.eyebrow),.merchant-public-copy p:not(.eyebrow){width:100%!important;max-width:100%!important;font-size:15px!important;line-height:1.45!important;white-space:normal!important;overflow-wrap:break-word!important}.eyebrow{white-space:normal!important;overflow-wrap:break-word!important;font-size:11px!important;line-height:1.25!important}.account-nav,.merchant-top-actions,.search-shell{grid-template-columns:1fr!important}.search-shell button{width:100%!important}}body,html{width:100%;max-width:100%;overflow-x:clip}body{font-size:15px;line-height:1.45}canvas,img,svg,video{max-width:100%;height:auto}.market-home-v2,.marketplace-v2{width:min(1120px,calc(100vw - 32px));max-width:100%}.topbar-compact{grid-template-columns:auto minmax(240px,1fr) auto;gap:14px}.topbar-compact .brand strong{font-size:20px;line-height:1.05}.topbar-compact .brand-mark{width:38px;height:38px;border-radius:13px;font-size:15px}.topbar-compact .search-shell{min-height:48px;padding:6px}.topbar-compact .search-shell input{font-size:14px}.btn,.topbar-compact .search-shell button{padding:10px 15px;font-size:14px;line-height:1.1}.hero-market-integrated{display:block;padding:22px 0 10px}.hero-copy-integrated{min-height:360px;padding:clamp(24px,4vw,42px);background:linear-gradient(90deg,rgba(16,24,40,.91),rgba(16,24,40,.78)),url(/images/altoque-originales/categoria-comida.jpg) 50% /cover no-repeat}.hero-content-row{display:grid;grid-template-columns:minmax(0,.92fr) minmax(320px,.78fr);grid-gap:clamp(18px,4vw,42px);gap:clamp(18px,4vw,42px);align-items:center;width:100%}.hero-text-block{min-width:0}.hero-copy-integrated h1{max-width:690px;font-size:clamp(31px,4.6vw,54px);line-height:1.04;letter-spacing:-.045em}.hero-copy-integrated p:not(.eyebrow){max-width:610px;margin-top:14px;font-size:clamp(15px,1.45vw,17px);line-height:1.5}.hero-visual-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:10px;gap:10px;min-width:0}.hero-mini-card{position:relative;min-height:126px;overflow:hidden;border:1px solid rgba(255,255,255,.22);border-radius:22px;background:rgba(255,255,255,.12);box-shadow:0 18px 34px rgba(0,0,0,.18)}.hero-mini-card img{width:100%;height:100%;min-height:126px;object-fit:cover;filter:saturate(1.08);transform:scale(1.01)}.hero-mini-card span{position:absolute;left:9px;right:9px;bottom:9px;display:inline-flex;justify-content:center;padding:7px 9px;border-radius:999px;color:white;background:rgba(16,24,40,.72);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);font-size:12px;font-weight:950;line-height:1.1;text-align:center}.section-heading-compact{margin-bottom:14px}.marketplace-hero h1,.marketplace-v2 .section-heading h2,.section-heading-compact h2{font-size:clamp(24px,3vw,36px);line-height:1.08;letter-spacing:-.04em}.marketplace-v2 .section-heading a,.section-heading-compact a{font-size:14px;white-space:nowrap}.category-compact-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));grid-gap:10px;gap:10px;width:100%}.category-chip{display:grid;grid-template-columns:46px minmax(0,1fr);align-items:center;grid-gap:10px;gap:10px;min-height:66px;padding:9px 10px;border:1px solid var(--line);border-radius:20px;background:var(--surface);box-shadow:0 10px 22px rgba(16,24,40,.055);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.category-chip:hover{transform:translateY(-2px);border-color:rgba(108,76,246,.25);box-shadow:0 16px 32px rgba(16,24,40,.09)}.category-chip img{width:46px;height:46px;border-radius:15px;object-fit:cover}.category-chip span{display:grid;min-width:0;grid-gap:2px;gap:2px}.category-chip strong{color:var(--ink);font-size:14px;line-height:1.1}.category-chip small,.category-chip strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.category-chip small{color:var(--muted);font-size:11px;line-height:1.15}.brand-rail-soft,.promo-rail-v2{margin-top:26px}.brand-rail-soft a{min-height:42px;padding:0 14px;border-radius:999px;font-size:13px}.promo-rail-v2 .promo-card{width:min(350px,82vw);min-height:146px;grid-template-columns:minmax(0,1fr) 124px;border-radius:24px}.promo-rail-v2 .promo-card div{padding:18px 0 18px 18px}.promo-rail-v2 .promo-card strong{font-size:19px;line-height:1.08}.promo-rail-v2 .promo-card p{margin:7px 0 12px;font-size:13px}.store-grid-v2{grid-template-columns:repeat(auto-fit,minmax(238px,1fr));gap:14px}.store-card-v2 .store-image-wrap{height:168px}.store-card-v2 .store-card-body{padding:15px}.store-card-v2 .store-card-body strong{font-size:18px;line-height:1.12}.store-card-v2 .store-card-body small{font-size:13px}.discovery-grid-v2{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:14px}.discovery-grid-v2 .discovery-card img{height:128px}.discovery-grid-v2 .discovery-card strong{font-size:16px}.discovery-grid-v2 .discovery-card p{margin:7px 0 0;font-size:13px}.merchant-cta-v2{padding:clamp(22px,4vw,34px)}.merchant-cta-v2 h2{font-size:clamp(24px,3vw,36px);line-height:1.08}.marketplace-search-note{min-height:48px;display:flex;align-items:center;padding:0 18px;border:1px solid var(--line);border-radius:999px;color:var(--muted);background:var(--surface);font-size:14px;font-weight:800;box-shadow:0 10px 26px rgba(16,24,40,.055)}.marketplace-hero{display:grid;grid-template-columns:minmax(0,.9fr) minmax(300px,.72fr);grid-gap:20px;gap:20px;align-items:center;margin-top:18px;padding:clamp(24px,4vw,40px);border-radius:var(--radius-xl);color:white;background:radial-gradient(circle at 84% 18%,rgba(255,216,77,.3),transparent 24%),linear-gradient(135deg,#14142f,#272765 58%,#ff4f7b 120%);box-shadow:var(--shadow);overflow:hidden}.marketplace-hero .eyebrow{color:#8fffea}.marketplace-hero h1{margin:0;max-width:700px;font-size:clamp(30px,4.5vw,52px);color:white}.marketplace-hero p:not(.eyebrow){max-width:620px;color:rgba(255,255,255,.78);font-size:16px;line-height:1.5}.marketplace-hero-gallery{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:10px;gap:10px}.marketplace-hero-gallery img{width:100%;height:132px;border-radius:22px;object-fit:cover;box-shadow:0 16px 30px rgba(0,0,0,.18)}.marketplace-category-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(238px,1fr));grid-gap:14px;gap:14px}.marketplace-category-card{display:grid;grid-template-columns:104px minmax(0,1fr);grid-gap:13px;gap:13px;min-height:146px;padding:12px;border:1px solid var(--line);border-radius:24px;background:var(--surface);box-shadow:0 12px 26px rgba(16,24,40,.065);overflow:hidden;transition:transform .18s ease,box-shadow .18s ease}.marketplace-category-card:hover{transform:translateY(-2px);box-shadow:var(--shadow)}.marketplace-category-card img{width:104px;height:122px;border-radius:18px;object-fit:cover}.marketplace-category-card div{min-width:0}.marketplace-category-card span{display:inline-flex;margin-bottom:6px;color:var(--accent-2);font-size:11px;font-weight:950;letter-spacing:.06em;text-transform:uppercase}.marketplace-category-card h3{margin:0;font-size:17px;line-height:1.12;letter-spacing:-.025em}.marketplace-category-card p{margin:7px 0 0;color:var(--muted);font-size:13px;line-height:1.34}@media (max-width:980px){.hero-content-row,.marketplace-hero,.topbar-compact{grid-template-columns:1fr}.hero-visual-strip{grid-template-columns:repeat(3,minmax(0,1fr))}.marketplace-search-note{border-radius:18px}}@media (max-width:640px){body,html{overflow-x:hidden!important}.market-home-v2,.marketplace-v2,.page{width:calc(100vw - 20px)!important;max-width:calc(100vw - 20px)!important;margin-left:auto!important;margin-right:auto!important;padding-left:0!important;padding-right:0!important}.topbar-compact{display:grid!important;grid-template-columns:1fr!important;overflow:visible!important}.topbar-compact .brand{width:auto!important}.topbar-compact .brand strong{font-size:18px}.marketplace-search-note,.topbar-compact .search-shell{width:100%!important;max-width:100%!important;min-width:0!important;border-radius:18px}.topbar-compact .search-shell{grid-template-columns:1fr!important}.topbar-compact .search-shell button{width:100%}.account-nav{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important}.hero-market-integrated{padding-top:10px}.hero-copy-integrated,.marketplace-hero{min-height:auto;padding:20px 16px!important;border-radius:24px;overflow:hidden}.hero-copy-integrated h1,.marketplace-hero h1{font-size:clamp(25px,7.3vw,30px)!important;line-height:1.12!important;letter-spacing:-.025em!important}.hero-copy-integrated p:not(.eyebrow),.marketplace-hero p:not(.eyebrow){font-size:14px!important;line-height:1.43!important}.hero-visual-strip{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.hero-mini-card,.hero-mini-card img{min-height:92px}.hero-mini-card span{left:7px;right:7px;bottom:7px;padding:6px 7px;font-size:11px}.section-block{margin-top:24px}.section-heading-compact{gap:8px}.marketplace-v2 .section-heading h2,.merchant-cta-v2 h2,.section-heading-compact h2{font-size:clamp(21px,6.1vw,25px)!important;line-height:1.12!important}.section-heading-compact a{white-space:normal}.category-compact-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.category-chip{grid-template-columns:38px minmax(0,1fr);min-height:56px;gap:8px;padding:8px;border-radius:16px}.category-chip img{width:38px;height:38px;border-radius:13px}.category-chip strong{font-size:12.5px}.category-chip small{font-size:10.5px}.brand-rail-soft,.promo-rail-v2{overflow-x:auto!important}.promo-rail-v2 .promo-card{width:min(300px,calc(100vw - 34px));grid-template-columns:minmax(0,1fr);min-height:0}.promo-rail-v2 .promo-card div{padding:16px}.promo-rail-v2 .promo-card img{height:98px}.discovery-grid-v2,.marketplace-category-grid,.store-grid-v2{grid-template-columns:1fr;gap:10px}.store-card-v2 .store-image-wrap{height:156px}.marketplace-hero-gallery{grid-template-columns:repeat(2,minmax(0,1fr))}.marketplace-hero-gallery img{height:96px;border-radius:16px}.marketplace-category-card{grid-template-columns:82px minmax(0,1fr);min-height:124px;padding:10px;border-radius:20px}.marketplace-category-card img{width:82px;height:104px;border-radius:16px}.marketplace-category-card h3{font-size:15px}.marketplace-category-card p{font-size:12px;line-height:1.3}.merchant-cta-v2{padding:20px 16px!important}}@media (max-width:380px){.category-compact-grid{grid-template-columns:1fr}.account-nav{grid-template-columns:1fr!important}.hero-visual-strip,.marketplace-hero-gallery{grid-template-columns:1fr}}.account-page-v2{width:min(1120px,calc(100vw - 32px));max-width:100%}.account-shell-v2{grid-template-columns:minmax(0,.9fr) minmax(340px,.68fr)}.account-intro-v2{min-height:460px;background:linear-gradient(90deg,rgba(16,24,40,.9),rgba(108,76,246,.82)),url(/images/altoque-originales/comercio-pizza.jpg) 50% /cover no-repeat}.account-intro-v2 h1{font-size:clamp(31px,4.6vw,52px);line-height:1.04;letter-spacing:-.045em}.account-card-v2{align-self:center}.account-dashboard-actions{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}.account-dashboard-actions .btn{border:0}.account-dashboard-hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,.58fr);grid-gap:20px;gap:20px;align-items:center;margin-top:20px;padding:clamp(24px,4vw,38px);border-radius:var(--radius-xl);color:white;background:linear-gradient(90deg,rgba(16,24,40,.9),rgba(16,24,40,.72)),url(/images/altoque-originales/categoria-supermercados-despensas.jpg) 50% /cover no-repeat;box-shadow:var(--shadow);overflow:hidden}.account-dashboard-hero .eyebrow{color:#8fffea}.account-dashboard-hero h1{margin:0;font-size:clamp(30px,4.4vw,50px);line-height:1.05;letter-spacing:-.045em}.account-dashboard-hero p:not(.eyebrow){max-width:620px;color:rgba(255,255,255,.8);font-size:16px;line-height:1.5}.account-dashboard-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:10px;gap:10px}.account-dashboard-summary article{min-height:96px;display:grid;align-content:center;grid-gap:4px;gap:4px;padding:14px;border:1px solid rgba(255,255,255,.22);border-radius:22px;background:rgba(255,255,255,.12);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);text-align:center}.account-dashboard-summary strong{font-size:30px;line-height:1}.account-dashboard-summary span{font-size:12px;font-weight:850;line-height:1.2}.account-profile-layout{display:grid;grid-template-columns:240px minmax(0,1fr);grid-gap:16px;gap:16px;margin-top:18px}.account-profile-menu{display:grid;align-content:start;grid-gap:8px;gap:8px;padding:10px;border:1px solid var(--line);border-radius:24px;background:var(--surface);box-shadow:0 12px 28px rgba(16,24,40,.06)}.account-profile-menu button{min-height:46px;border:0;border-radius:16px;color:var(--muted);background:transparent;cursor:pointer;font-weight:900;text-align:left;padding:0 14px}.account-profile-menu button.active{color:white;background:linear-gradient(135deg,var(--accent),var(--accent-2));box-shadow:0 12px 24px rgba(108,76,246,.18)}.account-profile-panel{min-width:0}.account-section-card{padding:22px;border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--surface);box-shadow:0 12px 28px rgba(16,24,40,.06)}.account-section-heading{margin-bottom:18px}.account-section-heading span{display:inline-flex;margin-bottom:7px;color:var(--accent-2);font-size:11px;font-weight:950;letter-spacing:.08em;text-transform:uppercase}.account-section-heading h2{margin:0;font-size:clamp(22px,2.4vw,30px);line-height:1.08;letter-spacing:-.035em}.account-section-heading p{max-width:620px;margin:8px 0 0;color:var(--muted);font-size:14px;line-height:1.45}.address-list,.favorite-list{display:grid;grid-gap:10px;gap:10px}.address-card,.empty-state-card,.favorite-card{padding:15px;border:1px solid var(--line);border-radius:18px;background:var(--surface-soft)}.address-card{display:flex;justify-content:space-between;gap:12px;align-items:flex-start}.address-card strong,.empty-state-card strong,.favorite-card strong{display:block;font-size:16px;line-height:1.15}.address-card p,.empty-state-card p,.favorite-card p{margin:6px 0 0;color:var(--muted);font-size:13px;line-height:1.38}.address-form{display:grid;grid-template-columns:minmax(120px,.45fr) minmax(0,1fr) auto;grid-gap:10px;gap:10px;align-items:end;margin-top:14px}.address-form label{display:grid;grid-gap:7px;gap:7px;color:var(--ink);font-size:13px;font-weight:900}.favorite-card{display:block;transition:transform .18s ease,box-shadow .18s ease}.favorite-card:hover{transform:translateY(-2px);box-shadow:0 14px 28px rgba(16,24,40,.08)}.favorite-card span{display:inline-flex;margin-bottom:7px;padding:5px 8px;border-radius:999px;color:#07594d;background:#ccfbef;font-size:11px;font-weight:950}.empty-state-card{display:grid;justify-items:start;grid-gap:10px;gap:10px}.account-message-floating{position:-webkit-sticky;position:sticky;bottom:14px;z-index:4;box-shadow:0 12px 26px rgba(16,24,40,.1)}@media (max-width:900px){.account-dashboard-hero,.account-profile-layout,.account-shell-v2{grid-template-columns:1fr}.account-profile-menu{grid-template-columns:repeat(4,minmax(0,1fr))}.account-profile-menu button{text-align:center;padding:0 8px;font-size:13px}.address-form{grid-template-columns:1fr}}@media (max-width:640px){.account-page-v2{width:calc(100vw - 20px)!important;max-width:calc(100vw - 20px)!important;padding-left:0!important;padding-right:0!important}.account-page-v2 .nav{display:grid!important;grid-template-columns:1fr!important;align-items:stretch!important;overflow:visible!important}.account-dashboard-actions{display:grid;grid-template-columns:1fr}.account-card-v2,.account-dashboard-hero,.account-intro-v2,.account-section-card{padding:20px 16px!important;border-radius:22px;overflow:hidden}.account-dashboard-hero h1,.account-intro-v2 h1{font-size:clamp(25px,7.3vw,30px)!important;line-height:1.12!important;letter-spacing:-.025em!important}.account-dashboard-hero p:not(.eyebrow),.account-intro-v2 p:not(.eyebrow){font-size:14px!important;line-height:1.43!important}.account-benefits{grid-template-columns:1fr!important;gap:8px}.account-dashboard-summary{grid-template-columns:1fr}.account-dashboard-summary article{min-height:72px}.account-profile-menu{grid-template-columns:repeat(2,minmax(0,1fr));padding:8px;border-radius:20px}.account-profile-menu button{min-height:42px;border-radius:14px;font-size:12px;line-height:1.1}.account-section-heading h2{font-size:22px}.address-card{display:grid}.code-input{font-size:22px;letter-spacing:.18em}}.page:not(.account-page-v2):not(.marketplace-v2){width:min(1120px,calc(100vw - 32px));max-width:100%}.hero:not(.hero-market):not(.marketplace-hero){min-height:auto;gap:18px;padding:22px 0}.hero:not(.hero-market):not(.marketplace-hero) h1{font-size:clamp(28px,4vw,46px)!important;line-height:1.08!important;letter-spacing:-.045em!important;margin:16px 0 12px;overflow-wrap:break-word}.hero:not(.hero-market):not(.marketplace-hero) p{font-size:clamp(14px,1.45vw,16px)!important;line-height:1.48!important}.card h2,.card h3{line-height:1.12;letter-spacing:-.025em}.card h2,.card h3,.card p,.product-row__content,.store{overflow-wrap:break-word}@media (max-width:640px){.page:not(.account-page-v2):not(.marketplace-v2){width:calc(100vw - 20px)!important;max-width:calc(100vw - 20px)!important;margin-left:auto!important;margin-right:auto!important;padding-left:0!important;padding-right:0!important}.hero:not(.hero-market):not(.marketplace-hero){grid-template-columns:1fr!important;padding:14px 0}.hero:not(.hero-market):not(.marketplace-hero) h1{font-size:clamp(24px,7vw,29px)!important;line-height:1.12!important;letter-spacing:-.025em!important}.hero:not(.hero-market):not(.marketplace-hero) p{font-size:14px!important}.card{padding:16px;border-radius:20px}.cols2,.cols3,.grid,.grid.cols3{grid-template-columns:1fr!important}.store{display:grid;align-items:start}}.account-page-v2 *,.market-home-v2 *,.marketplace-v2 *{min-width:0}.account-dashboard-hero h1,.account-intro-v2 h1,.hero-copy-integrated h1,.marketplace-hero h1,.merchant-public-copy h1,.store-hero-card__body h1{overflow-wrap:anywhere!important;word-break:break-word!important;-webkit-hyphens:auto;hyphens:auto}.account-dashboard-hero>*,.hero-content-row>*,.hero-text-block,.marketplace-hero>*{min-width:0!important;max-width:100%!important}code,pre{max-width:100%;white-space:pre-wrap;overflow-wrap:anywhere}@media (max-width:640px){.account-page-v2,.market-home-v2,.marketplace-v2,.page{width:100%!important;max-width:100vw!important;padding-left:10px!important;padding-right:10px!important;overflow-x:clip!important}.account-page-v2 .account-dashboard-header,.account-page-v2 .account-dashboard-hero,.account-page-v2 .account-profile-layout,.hero-content-row,.market-home-v2 .topbar,.marketplace-hero,.marketplace-v2 .topbar{width:100%!important;max-width:100%!important;overflow-x:clip!important}.account-dashboard-hero h1,.account-intro-v2 h1,.hero-copy-integrated h1,.marketplace-hero h1{font-size:clamp(23px,6.8vw,29px)!important;line-height:1.16!important;letter-spacing:-.018em!important;text-wrap:auto!important}.account-dashboard-actions,.profile-tabs,.topbar-compact .account-nav{width:100%!important;max-width:100%!important;justify-content:stretch!important}.account-dashboard-actions a,.account-dashboard-actions button,.profile-tabs button,.topbar-compact .account-nav .account-link,.topbar-compact .account-nav a{min-width:0!important;width:100%!important;justify-content:center!important;text-align:center!important;white-space:normal!important}.category-compact-grid,.discovery-grid-v2,.hero-visual-strip,.marketplace-category-grid,.marketplace-hero-gallery,.store-grid-v2{max-width:100%!important;overflow-x:clip!important}.store-hero-card__body h1{font-size:clamp(25px,7vw,32px)!important;line-height:1.12!important}}.address-form-map,.checkout-map-preview,.client-map-preview,.commerce-signup-map{border:1px solid rgba(16,24,40,.12);border-radius:22px;padding:14px;background:rgba(255,255,255,.82);display:grid;grid-gap:12px;gap:12px;margin-top:10px}.client-map-head{display:flex;justify-content:space-between;gap:12px;align-items:flex-start;flex-wrap:wrap}.client-map-head p{margin:4px 0 0;color:var(--muted);font-size:.92rem}.client-map-preview iframe{width:100%;min-height:260px;border:0;border-radius:18px;background:rgba(16,24,40,.08)}.address-form-grid,.checkout-address-form,.commerce-signup-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px}.address-form-grid .address-form-map,.checkout-map-preview,.commerce-signup-map{grid-column:1/-1}.address-card small{display:block;color:var(--muted);margin-top:4px}.address-card-actions{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.account-form-with-map{max-height:76vh;overflow:auto;padding-right:6px}@media(max-width:720px){.address-form-grid,.checkout-address-form,.commerce-signup-grid{grid-template-columns:1fr}.client-map-preview iframe{min-height:220px}.client-map-head{flex-direction:column}}