*{box-sizing:border-box}
:root{--black:#0b0b0c;--ink:#171719;--muted:#6d6d73;--line:#e7e7ea;--paper:#fff;--soft:#f5f5f7;--soft2:#ededf0;--red:#e11d2e;--red2:#b80f20;--radius:24px;--shadow:0 18px 50px rgba(0,0,0,.08);--shadow-soft:0 8px 30px rgba(0,0,0,.06)}
html{font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:var(--soft);color:var(--ink);-webkit-text-size-adjust:100%}
body{margin:0;min-height:100vh;background:var(--soft)}
button,input{font:inherit}button{cursor:pointer}
.hidden{display:none!important}
.topbar{height:72px;padding:0 clamp(16px,4vw,56px);display:flex;align-items:center;justify-content:space-between;gap:18px;background:rgba(255,255,255,.88);border-bottom:1px solid rgba(0,0,0,.06);position:sticky;top:0;z-index:60;backdrop-filter:saturate(160%) blur(18px);-webkit-backdrop-filter:saturate(160%) blur(18px)}
.brand{display:flex;gap:10px;align-items:center;border:0;background:none;color:var(--black);text-align:left;padding:0;min-width:0}.brand-mark{width:42px;height:42px;flex:0 0 42px;display:grid;place-items:center;background:var(--black);color:#fff;font-weight:1000;letter-spacing:-.08em;border-radius:13px;font-size:19px}.brand strong,.brand small{display:block}.brand strong{font-size:18px;letter-spacing:-.04em;white-space:nowrap}.brand small{font-size:10px;color:var(--muted);margin-top:1px;font-weight:700}
.topbar nav{display:flex;gap:4px}.topbar nav button{border:0;background:transparent;padding:10px 12px;border-radius:12px;font-size:14px;font-weight:800;color:var(--ink)}.topbar nav button:hover{background:var(--soft)}
main{min-height:calc(100vh - 72px)}.view{display:none}.view.active{display:block}
.home{min-height:calc(100vh - 72px);background:radial-gradient(circle at 50% -20%,#fff 0,#fafafa 32%,#f2f2f4 78%,#ededf0 100%);padding:clamp(34px,6vh,72px) 18px 130px}.home-shell{max-width:920px;margin:0 auto}.intro{text-align:center;margin:0 auto 28px;max-width:760px}.eyebrow,.section-kicker{display:block;font-size:12px;line-height:1;text-transform:uppercase;letter-spacing:.1em;font-weight:950;color:var(--red)}.intro h1{font-size:clamp(36px,6vw,62px);line-height:.98;letter-spacing:-.055em;margin:10px 0 12px}.intro p{font-size:clamp(16px,2.2vw,20px);line-height:1.45;color:var(--muted);margin:0 auto;max-width:650px}
.shopping-workspace{background:rgba(255,255,255,.78);border:1px solid rgba(255,255,255,.92);border-radius:30px;padding:14px;box-shadow:0 26px 70px rgba(0,0,0,.09);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}
.search-wrap{position:relative}.search-wrap>label{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}.search-control{height:72px;display:flex;align-items:center;gap:13px;background:#fff;border:1px solid #e2e2e6;border-radius:20px;padding:0 18px;box-shadow:0 4px 18px rgba(0,0,0,.04);transition:border-color .15s,box-shadow .15s}.search-control:focus-within{border-color:#b9b9bf;box-shadow:0 0 0 4px rgba(0,0,0,.045),0 8px 24px rgba(0,0,0,.06)}.search-icon{font-size:27px;color:#303034}.search-control input{width:100%;height:100%;border:0;outline:0;background:transparent;font-size:clamp(18px,2.6vw,24px);font-weight:700;color:var(--ink)}.search-control input::placeholder{color:#929298;font-weight:600}.clear-search{width:38px;height:38px;flex:0 0 38px;border:0;border-radius:50%;background:var(--soft2);color:#55555a;font-size:23px;line-height:1}
.suggestions{margin-top:10px;border-radius:18px;overflow:hidden;background:#fff;border:1px solid var(--line);max-height:min(430px,48vh);overflow-y:auto;overscroll-behavior:contain}.suggestions:empty{display:none}.suggestion-group+.suggestion-group{border-top:1px solid var(--line)}.suggestion-title{padding:13px 16px 7px;font-size:11px;font-weight:950;text-transform:uppercase;letter-spacing:.09em;color:var(--muted)}.suggestion{width:100%;border:0;background:#fff;padding:14px 16px;display:flex;align-items:center;justify-content:space-between;gap:16px;text-align:left;border-radius:0;border-top:1px solid #f2f2f4}.suggestion:first-of-type{border-top:0}.suggestion:hover,.suggestion:focus{background:#f7f7f8;outline:0}.suggestion strong{display:block;font-size:16px;line-height:1.2}.suggestion small{display:block;color:var(--muted);margin-top:4px;font-size:13px}.suggestion b{color:var(--red);font-size:13px;white-space:nowrap}.suggestion.is-added{background:#f7f7f8;cursor:default;opacity:.72}.suggestion.is-added b{color:var(--ink)}.suggestion.empty{cursor:default}
.selection-area{margin-top:12px;background:#f7f7f8;border:1px solid var(--line);border-radius:19px;padding:15px}.selection-head{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:11px}.selection-head>div{display:flex;align-items:baseline;gap:10px}.selection-head .section-kicker{color:var(--muted)}.selection-head strong{font-size:14px}.selection-actions{display:flex;align-items:center;gap:14px}.text-button{border:0;background:none;color:var(--red);font-size:13px;font-weight:900;padding:7px 0}.text-button.neutral{color:var(--ink)}.selected-products{display:flex;gap:8px;flex-wrap:wrap}.chip{border:1px solid #dedee2;background:#fff;padding:10px 12px;border-radius:999px;font-size:14px;font-weight:800;display:flex;gap:8px;align-items:center;box-shadow:0 2px 8px rgba(0,0,0,.025)}.chip span{color:var(--red);font-size:18px;line-height:1}
.home-note{display:flex;justify-content:center;gap:7px;flex-wrap:wrap;text-align:center;margin:18px auto 0;color:var(--muted);font-size:13px;line-height:1.45}.home-note strong{color:var(--ink)}
.compare-actions{display:none}.compare-dock{position:fixed;left:50%;bottom:max(16px,env(safe-area-inset-bottom));transform:translateX(-50%);width:min(620px,calc(100% - 28px));z-index:55;background:rgba(11,11,12,.88);padding:9px;border-radius:19px;box-shadow:0 18px 48px rgba(0,0,0,.24);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.compare-button{width:100%;height:58px;border:0;border-radius:14px;background:var(--red);color:#fff;font-size:18px;font-weight:950;display:flex;align-items:center;justify-content:center;gap:8px;box-shadow:0 10px 24px rgba(225,29,46,.23)}.compare-button:hover{background:var(--red2)}.compare-button b{font-size:13px;background:rgba(255,255,255,.17);padding:4px 8px;border-radius:999px}.has-compare .toast{bottom:104px}
.page{max-width:1240px;margin:0 auto;padding:42px clamp(18px,4vw,48px) 70px}.page-head{display:flex;gap:24px;align-items:flex-start;margin-bottom:30px}.page-head .back{border:0;background:#fff;border-radius:12px;padding:12px 14px;font-weight:850;box-shadow:0 6px 18px rgba(0,0,0,.05)}.page-head span{font-size:12px;text-transform:uppercase;letter-spacing:.1em;font-weight:900;color:var(--red)}.page-head h1{margin:5px 0 0;font-size:clamp(30px,5vw,50px);letter-spacing:-.05em}.result-meta{font-weight:800;color:var(--muted);margin-bottom:14px}.winner{background:var(--black);color:#fff;border-radius:28px;padding:clamp(24px,5vw,42px);display:grid;grid-template-columns:1fr auto;gap:20px;align-items:center;margin-bottom:18px}.winner-label{color:#ff8390;font-size:13px;font-weight:950;text-transform:uppercase;letter-spacing:.1em}.winner h2{font-size:clamp(28px,5vw,48px);margin:8px 0 4px;letter-spacing:-.045em}.winner p{margin:0;color:#bcbcc2}.winner-total{text-align:right}.winner-total strong{display:block;font-size:clamp(38px,7vw,66px);letter-spacing:-.055em}.winner-total small{color:#bcbcc2}.saving{display:inline-block;margin-top:12px;background:#242427;border-radius:999px;padding:9px 12px;font-weight:850}.rank-card{background:#fff;border:1px solid var(--line);border-radius:22px;padding:21px;margin-top:12px}.rank-head{display:flex;justify-content:space-between;gap:20px}.rank-head h3{font-size:22px;margin:0}.rank-head p{color:var(--muted);margin:5px 0 0}.rank-price{text-align:right;font-size:27px;font-weight:950}.items{margin-top:16px;border-top:1px solid var(--line)}.item-row{display:grid;grid-template-columns:1fr auto;gap:14px;padding:13px 0;border-bottom:1px solid var(--line)}.item-row:last-child{border-bottom:0}.item-row strong,.item-row small{display:block}.item-row small{color:var(--muted);margin-top:3px}.item-row b{font-size:18px}.share-bar{position:sticky;bottom:16px;margin:24px auto 0;background:rgba(11,11,12,.93);padding:10px;border-radius:18px;display:grid;grid-template-columns:1fr 1fr;gap:10px;max-width:620px;backdrop-filter:blur(12px)}.share-bar button{height:52px;border:0;border-radius:13px;font-weight:950}.share-bar .whatsapp{background:#25d366;color:#071c0f}
.market-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.market-card{border:1px solid var(--line);background:#fff;border-radius:22px;padding:25px;text-align:left;min-height:170px;display:flex;flex-direction:column;justify-content:space-between}.market-card:hover{transform:translateY(-2px);box-shadow:var(--shadow)}.market-card h2{margin:0;font-size:25px;letter-spacing:-.035em}.market-card p{color:var(--muted);margin:8px 0}.market-card span{color:var(--red);font-weight:900}.catalog-search{height:58px;max-width:640px;background:#fff;border:1px solid var(--line);border-radius:16px;display:flex;align-items:center;gap:10px;padding:0 16px;margin-bottom:22px}.catalog-search input{width:100%;height:100%;border:0;outline:0;background:transparent;font-size:17px}.catalog-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.product-card{background:#fff;border:1px solid var(--line);border-radius:20px;padding:20px;min-height:210px;display:flex;flex-direction:column}.product-card h3{font-size:18px;line-height:1.15;margin:0}.product-card .pack{color:var(--muted);margin-top:7px}.product-card .price{font-size:34px;font-weight:1000;letter-spacing:-.05em;margin-top:auto;padding-top:24px}.product-card button{height:46px;border:0;border-radius:12px;background:var(--black);color:#fff;font-weight:900;margin-top:12px}.product-card button.added{background:#e8e8ea;color:var(--ink)}.flyer-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.flyer{background:#fff;border-radius:22px;overflow:hidden;border:1px solid var(--line)}.flyer img{width:100%;aspect-ratio:4/3;object-fit:cover;display:block}.flyer-body{padding:18px}.flyer h2{font-size:20px;margin:0}.flyer p{color:var(--muted);margin:6px 0 14px}.flyer a{display:inline-flex;padding:10px 13px;background:var(--black);color:#fff;border-radius:11px;text-decoration:none;font-weight:850}.toast{position:fixed;left:50%;bottom:24px;transform:translate(-50%,20px);background:var(--black);color:#fff;padding:12px 16px;border-radius:12px;opacity:0;pointer-events:none;transition:.2s;z-index:100}.toast.show{opacity:1;transform:translate(-50%,0)}
@media(max-width:850px){.market-grid,.flyer-grid{grid-template-columns:repeat(2,1fr)}.catalog-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:600px){.topbar{height:62px;padding:0 10px}.brand-mark{width:38px;height:38px;flex-basis:38px;border-radius:12px;font-size:17px}.brand strong{font-size:15px}.brand small{font-size:9px}.topbar nav{gap:0}.topbar nav button{padding:9px 7px;font-size:12px}.home{min-height:calc(100vh - 62px);padding:26px 10px 108px}.intro{text-align:left;margin-bottom:18px;padding:0 4px}.intro .eyebrow{font-size:10px}.intro h1{font-size:34px;margin:7px 0 8px}.intro p{font-size:15px}.shopping-workspace{border-radius:24px;padding:8px}.search-control{height:62px;border-radius:17px;padding:0 14px}.search-control input{font-size:17px}.search-icon{font-size:24px}.suggestions{margin-top:7px;border-radius:15px;max-height:44vh}.suggestion{padding:13px 12px;gap:10px}.suggestion strong{font-size:15px}.suggestion small{font-size:12px}.suggestion b{font-size:12px}.suggestion-title{padding:11px 12px 6px;font-size:10px}.selection-area{margin-top:8px;border-radius:16px;padding:12px}.selection-head{margin-bottom:9px}.selection-head>div{display:block}.selection-head .section-kicker{margin-bottom:4px}.selected-products{flex-wrap:nowrap;overflow-x:auto;padding-bottom:3px;scrollbar-width:none}.selected-products::-webkit-scrollbar{display:none}.chip{flex:0 0 auto;padding:9px 11px;font-size:13px}.home-note{font-size:12px;margin-top:13px;padding:0 10px}.selection-actions-desktop{display:none}.home{padding-bottom:176px}.compare-dock{bottom:max(8px,env(safe-area-inset-bottom));width:calc(100% - 16px);padding:7px;border-radius:16px}.compare-actions{display:grid;grid-template-columns:1fr 1fr;gap:6px;margin-bottom:6px}.compare-actions button{height:34px;border:0;border-radius:10px;background:rgba(255,255,255,.10);color:#fff;font-size:12px;font-weight:850}.compare-actions button:last-child{color:#ff9aa4}.compare-button{height:54px;font-size:16px}.has-compare .toast{bottom:126px}.page{padding:25px 14px 50px}.page-head{display:block}.page-head .back{margin-bottom:22px}.winner{grid-template-columns:1fr}.winner-total{text-align:left}.market-grid,.flyer-grid,.catalog-grid{grid-template-columns:1fr}.market-card{min-height:145px}.product-card{min-height:180px}.rank-card{padding:18px}.rank-head{align-items:flex-start}.share-bar{bottom:8px}}
@media(max-width:390px){.brand-copy{display:none}.topbar nav button{font-size:12px;padding:9px 6px}.intro h1{font-size:31px}.intro p{font-size:14px}}
@media print{.topbar,.page-head,.share-bar,.back{display:none!important}body{background:#fff}.view{display:none!important}#results{display:block!important;padding:0}.rank-card,.winner{break-inside:avoid;box-shadow:none}.winner{background:#111!important;color:#fff!important;-webkit-print-color-adjust:exact;print-color-adjust:exact}}

/* Beta 3: home mais clean + atalhos compactos */
.suggestions.is-compact{margin-top:8px;background:transparent;border:0;border-radius:0;overflow:visible;max-height:none}
.quick-title{padding:2px 3px 7px;font-size:10px;font-weight:950;text-transform:uppercase;letter-spacing:.09em;color:var(--muted)}
.quick-products{display:flex;gap:7px;overflow-x:auto;padding:0 1px 3px;scrollbar-width:none}
.quick-products::-webkit-scrollbar{display:none}
.quick-product{flex:0 0 auto;max-width:190px;border:1px solid var(--line);background:#fff;border-radius:13px;padding:9px 11px;text-align:left;box-shadow:none}
.quick-product strong{display:block;font-size:13px;line-height:1.15;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.quick-product small{display:block;margin-top:3px;font-size:11px;color:var(--muted)}
.quick-product.is-added{opacity:.5}
@media(max-width:600px){
  .shopping-workspace{padding:7px}
  .suggestions.is-compact{margin-top:6px}
  .quick-product{max-width:150px;padding:8px 9px;border-radius:12px}
  .quick-product strong{font-size:12px}
  .quick-product small{font-size:10px}
  .compare-actions{display:none!important}
  .home{padding-bottom:112px}
  .compare-dock{padding:7px}
  .has-compare .toast{bottom:94px}
}

/* Beta 4: identificação discreta do build */
.build-version{font-weight:600;opacity:.58;white-space:nowrap}


/* Beta 5: aviso discreto para tela inicial */
.home-hint{position:fixed;left:50%;bottom:max(18px,env(safe-area-inset-bottom));transform:translateX(-50%);z-index:95;width:min(92vw,560px);display:flex;align-items:center;justify-content:space-between;gap:12px;padding:11px 12px 11px 15px;border:1px solid rgba(0,0,0,.08);border-radius:15px;background:rgba(255,255,255,.92);box-shadow:0 10px 35px rgba(0,0,0,.12);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);color:var(--ink);font-size:12px;font-weight:700}
.home-hint button{flex:0 0 30px;width:30px;height:30px;border:0;border-radius:50%;background:var(--soft2);color:var(--muted);font-size:19px;line-height:1}
.has-compare .home-hint{bottom:92px}
@media(min-width:601px){.home-hint{font-size:13px}.has-compare .home-hint{bottom:98px}}

.update-base{border:0;background:transparent;color:#777;font:800 11px/1.2 inherit;padding:8px 4px;cursor:pointer;white-space:nowrap}
.update-base:hover{color:#111}
.update-base:disabled{opacity:.55}
@media(max-width:640px){.update-base{font-size:10px;padding:6px 2px}}

.update-base{font-size:0!important;width:22px;height:22px;padding:0!important;opacity:.28;border-radius:50%;display:inline-grid;place-items:center}
.update-base::before{content:"↻";font-size:13px;line-height:1;color:#333}
.update-base:hover{opacity:.65;background:#00000008}

.db-updated{
  font-size:10px;
  line-height:1.2;
  color:#8a8a8a;
  letter-spacing:.01em;
  white-space:nowrap;
}
@media(max-width:640px){
  .db-updated{font-size:9px}
}


/* Beta 14 — home mobile centrada no botão de busca */
.intro-clean{margin-bottom:22px}
.search-launch{
  width:min(100%,680px);margin:0 auto 18px;min-height:92px;border:0;border-radius:26px;
  background:var(--black);color:#fff;padding:14px 18px;display:grid;grid-template-columns:auto 1fr auto;
  align-items:center;gap:14px;text-align:left;box-shadow:0 20px 45px rgba(0,0,0,.15)
}
.search-launch-mark{width:54px;height:54px;border-radius:17px;background:#fff;color:#111;display:grid;place-items:center;font-size:23px;font-weight:1000;letter-spacing:-.08em}
.search-launch strong{display:block;font-size:23px;letter-spacing:-.035em}
.search-launch small{display:block;margin-top:3px;color:#bcbcc2;font-size:12px;font-weight:700}
.search-launch>b{font-size:28px;font-weight:500}
.search-panel{max-width:760px;margin:0 auto 20px}
.close-search{width:38px;height:38px;flex:0 0 38px;border:0;border-radius:50%;background:#111;color:#fff;font-size:22px;line-height:1}
.search-panel .clear-search:not(.hidden)+.close-search{display:none}

.popular-area{max-width:760px;margin:18px auto 0}
.popular-head{display:flex;justify-content:space-between;gap:12px;align-items:end;margin:0 2px 9px}
.popular-head small{color:var(--muted);font-size:11px}
.popular-products-vertical{display:grid;grid-template-columns:1fr;gap:7px}
.popular-product{
  width:100%;border:1px solid var(--line);background:#fff;border-radius:14px;padding:11px 13px;
  display:flex;align-items:center;justify-content:space-between;gap:14px;text-align:left
}
.popular-product strong{display:block;font-size:14px;line-height:1.18}
.popular-product small{display:block;margin-top:3px;font-size:11px;color:var(--muted)}
.popular-product b{color:var(--red);font-size:12px;white-space:nowrap}
.popular-product.is-added{opacity:.52;background:#f6f6f7}
.popular-product.is-added b{color:var(--ink)}
.selection-area{max-width:760px;margin-left:auto;margin-right:auto}

@media(max-width:600px){
  .home{padding-top:22px}
  .intro-clean{text-align:center;margin-bottom:16px}
  .intro-clean h1{font-size:30px}
  .intro-clean p{font-size:13px}
  .search-launch{min-height:76px;border-radius:21px;padding:10px 13px;gap:11px;margin-bottom:15px}
  .search-launch-mark{width:45px;height:45px;border-radius:14px;font-size:19px}
  .search-launch strong{font-size:19px}
  .search-launch small{font-size:10px}
  .search-launch>b{font-size:23px}
  .search-panel{margin-bottom:13px;padding:7px}
  .search-panel .search-control{height:58px}
  .suggestions{max-height:none;overflow:visible}
  .popular-area{margin-top:13px}
  .popular-head{display:block;margin-bottom:7px}
  .popular-head small{display:block;margin-top:4px;font-size:10px}
  .popular-products-vertical{gap:6px}
  .popular-product{padding:10px 11px;border-radius:12px}
  .popular-product strong{font-size:13px}
  .popular-product small{font-size:10px}
  .popular-product b{font-size:11px}
}


/* Beta 15 — visual mais limpo / Apple-like */
:root{
  --oec-blue:#eaf5ff;
  --oec-blue-strong:#d9efff;
  --oec-black:#111113;
  --oec-soft:#f6f7f9;
}

body{
  font-family:-apple-system,BlinkMacSystemFont,"SF Pro Display","SF Pro Text","Inter",system-ui,sans-serif;
  color:var(--oec-black);
  background:#fbfbfc;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}

.home-shell-clean{max-width:860px}
.intro-minimal{text-align:center;margin:26px auto 20px}
.intro-minimal h1{
  margin:0;
  font-size:clamp(42px,6vw,70px);
  line-height:.98;
  letter-spacing:-.055em;
  font-weight:780;
  color:#111;
}

.search-panel-always{
  max-width:760px;
  margin:0 auto 24px;
  padding:8px;
  border-radius:28px;
  background:rgba(255,255,255,.88);
  box-shadow:0 15px 45px rgba(21,31,45,.09);
  border:1px solid rgba(0,0,0,.055);
  backdrop-filter:blur(20px);
  -webkit-backdrop-filter:blur(20px);
}
.search-panel-always .search-wrap{padding:0}
.search-control-primary{
  height:72px;
  border-radius:22px;
  background:#fff;
  border:1px solid rgba(0,0,0,.09);
  box-shadow:none;
}
.search-control-primary:focus-within{
  border-color:#b8ddf7;
  box-shadow:0 0 0 4px rgba(173,218,248,.22);
}
.search-control-primary input{
  font-size:20px;
  font-weight:520;
  letter-spacing:-.02em;
}
.search-control-primary input::placeholder{color:#9a9ca2}
.search-control-primary .search-icon{color:#111}
.search-control-primary .clear-search{background:#f0f1f3;color:#333}

.sr-only{
  position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;
  overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important;
}

.popular-area-clean{max-width:760px;margin:0 auto}
.popular-head-clean{margin:0 2px 10px}
.popular-head-clean .section-kicker{
  font-size:14px;
  letter-spacing:-.01em;
  text-transform:none;
  color:#65676d;
  font-weight:680;
}

.popular-products-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
}
.popular-product{
  min-height:104px;
  padding:15px 14px;
  border-radius:20px;
  border:1px solid rgba(0,0,0,.055);
  background:#fff;
  box-shadow:0 6px 22px rgba(25,35,45,.045);
  align-items:flex-start;
}
.popular-product:hover{
  background:var(--oec-blue);
  border-color:#d9ecf9;
}
.popular-product-copy{min-width:0;padding-right:4px}
.popular-product strong{
  font-size:17px;
  line-height:1.12;
  letter-spacing:-.028em;
  font-weight:720;
  color:#111;
}
.popular-product small{
  font-size:12px;
  line-height:1.25;
  margin-top:7px;
  color:#74777e;
}
.popular-plus{
  flex:0 0 34px;
  width:34px;
  height:34px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:var(--oec-black);
  color:#fff!important;
  font-size:23px!important;
  line-height:1;
  font-weight:400!important;
}
.popular-product.is-added{
  opacity:1;
  background:var(--oec-blue);
  border-color:#d8eaf7;
}
.popular-product.is-added .popular-plus{
  background:#fff;
  color:#111!important;
  border:1px solid #cfe4f2;
  font-size:15px!important;
}

.suggestion b,
.suggestion-plus{
  min-width:32px;height:32px;border-radius:50%;
  display:grid;place-items:center;
  background:#111!important;color:#fff!important;
  font-size:21px!important;font-weight:400!important;
}
.suggestion.is-added .suggestion-plus{background:#eaf5ff!important;color:#111!important}

.compare-button{
  background:#111!important;
  border-color:#111!important;
}
.text-button{color:#202124}
.text-button:not(.neutral){color:#555}

/* Reduz vermelho ao mínimo */
.section-kicker,.eyebrow{color:#555}
.popular-product b{color:#111}
.home .text-button{color:#333}

@media(max-width:700px){
  body{font-size:16px}
  .topbar{padding-left:14px;padding-right:14px}
  .home{padding:18px 14px 120px}
  .intro-minimal{margin:18px auto 17px}
  .intro-minimal h1{font-size:45px}
  .search-panel-always{
    padding:6px;
    border-radius:24px;
    margin-bottom:20px;
  }
  .search-control-primary{
    height:66px;
    border-radius:19px;
  }
  .search-control-primary input{
    font-size:18px;
  }
  .popular-head-clean{margin-bottom:9px}
  .popular-head-clean .section-kicker{font-size:14px}
  .popular-products-grid{gap:8px}
  .popular-product{
    min-height:112px;
    padding:14px 12px;
    border-radius:17px;
  }
  .popular-product strong{
    font-size:16px;
    line-height:1.15;
  }
  .popular-product small{
    font-size:11.5px;
    margin-top:6px;
  }
  .popular-plus{
    flex-basis:31px;width:31px;height:31px;font-size:21px!important;
  }
  .suggestions{
    margin-top:7px;
    border-radius:17px;
  }
  .suggestion strong{font-size:16px}
  .suggestion small{font-size:12px}
}

@media(max-width:380px){
  .intro-minimal h1{font-size:39px}
  .popular-product strong{font-size:15px}
  .popular-product{padding:12px 10px}
}

/* Beta 16 — pesquisa confirmada: teclado sai e resultados viram o foco */
.search-confirmed .search-control-primary{
  box-shadow:none;
  border-color:rgba(0,0,0,.075);
}
.search-confirmed .suggestions{
  margin-top:10px;
}
@media(max-width:700px){
  .search-confirmed .search-panel-always{
    padding-bottom:8px;
  }
  .search-confirmed .suggestions{
    max-height:none;
    overflow:visible;
  }
}

/* Beta 17 — UX mais "app": pesquisa é protagonista, lista e ações compactas */

/* Resultado de pesquisa nunca ganha scrollbar interna. A página é quem rola. */
.suggestions,
.search-confirmed .suggestions{
  max-height:none!important;
  overflow:visible!important;
  overscroll-behavior:auto!important;
}

/* Quando existe uma busca confirmada, reduz o ruído visual abaixo dela. */
.search-confirmed .popular-area{
  margin-top:22px;
  opacity:.82;
}
.search-confirmed .popular-head-clean .section-kicker{
  font-size:12px;
}

/* Lista de compras vira um pequeno painel persistente, perto da ação principal. */
.selection-area{
  position:sticky;
  bottom:78px;
  z-index:43;
  box-shadow:0 12px 35px rgba(0,0,0,.09);
  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px);
  background:rgba(247,247,248,.94);
}

/* CTA compacto, com cara de barra de aplicativo em vez de botão gigante. */
.compare-dock{
  width:auto;
  min-width:250px;
  max-width:calc(100% - 28px);
  padding:5px;
  border-radius:15px;
  background:rgba(20,20,21,.91);
}
.compare-button{
  width:auto;
  min-width:240px;
  height:44px;
  padding:0 16px;
  border-radius:11px;
  font-size:14px;
  box-shadow:none!important;
}
.compare-button b{
  font-size:11px;
  padding:3px 7px;
}

/* PDF / WhatsApp como ações utilitárias compactas. */
.share-bar{
  position:sticky;
  bottom:12px;
  max-width:390px;
  padding:6px;
  gap:6px;
  border-radius:14px;
}
.share-bar button{
  height:40px;
  border-radius:10px;
  font-size:13px;
}

/* Pesquisa continua sendo o bloco visual dominante. */
.search-panel-always{
  position:relative;
  z-index:5;
}
.search-confirmed .search-panel-always{
  box-shadow:0 14px 38px rgba(0,0,0,.07);
}

@media(min-width:701px){
  /* Desktop: todos os resultados aparecem no fluxo da página, sem caixa rolável. */
  .suggestions{
    max-height:none!important;
    overflow:visible!important;
  }
  .search-confirmed .popular-area{
    margin-top:28px;
  }
}

@media(max-width:700px){
  .home{padding-bottom:105px}
  .selection-area{
    bottom:67px;
    margin-left:2px;
    margin-right:2px;
    padding:10px 12px;
  }
  .selection-head{
    margin-bottom:7px;
  }
  .selected-products{
    max-height:92px;
    overflow-y:auto;
    overflow-x:hidden;
    flex-wrap:wrap;
  }
  .chip{
    padding:7px 9px;
    font-size:12px;
  }
  .compare-dock{
    min-width:0;
    width:auto;
    max-width:calc(100% - 20px);
    bottom:max(8px,env(safe-area-inset-bottom));
  }
  .compare-button{
    min-width:205px;
    height:43px;
    padding:0 14px;
    font-size:14px;
  }
  .share-bar{
    width:auto;
    max-width:330px;
    margin-left:auto;
    margin-right:auto;
  }
  .share-bar button{
    height:39px;
    font-size:12.5px;
  }
}

/* Beta 18 — hierarquia: busca -> lista -> descobertas */
.topbar .brand-sub{
  font-size:10px;
  color:#777;
  font-weight:650;
  letter-spacing:-.01em;
}
.freshness-text{
  margin:0 0 8px;
  text-align:center;
  font-size:11px;
  line-height:1;
  font-weight:650;
  color:#8b8d92;
  letter-spacing:.015em;
}
.intro-minimal{margin-bottom:16px}

/* A lista deixa de ser sticky e vira parte natural da busca. */
.selection-area{
  position:relative!important;
  bottom:auto!important;
  z-index:2;
  max-width:760px;
  margin:10px auto 18px;
  padding:13px 14px;
  border:1px solid rgba(0,0,0,.055);
  border-radius:20px;
  background:#f5f8fa;
  box-shadow:none;
  backdrop-filter:none;
  -webkit-backdrop-filter:none;
}
.selection-head{
  margin-bottom:10px;
}
.selection-head .section-kicker{
  color:#6e7177;
  font-size:11px;
}
.selection-head strong{
  font-size:15px;
  color:#111;
}
.selected-products{
  max-height:none!important;
  overflow:visible!important;
}
.list-return-highlight{
  animation:listReturn .65s ease;
}
@keyframes listReturn{
  0%{background:#eaf5ff}
  100%{background:#f5f8fa}
}

/* Salvar é funcionalidade central, mas sem virar outdoor. */
#saveListDesktop{
  border:1px solid #d8e6ef;
  background:#fff;
  color:#111;
  border-radius:999px;
  padding:7px 11px;
  font-weight:700;
}
#clearList{
  color:#787b80;
}

/* Descoberta fica depois da lista e com menos peso. */
.popular-area-clean{
  padding-top:4px;
}
.popular-head-clean .section-kicker{
  color:#81848a;
}

/* Rodapé técnico: metadata sai do cabeçalho. */
.technical-footer{
  margin-top:54px;
  border-top:1px solid rgba(0,0,0,.055);
  background:#f8f8f9;
  color:#999ca1;
}
.technical-footer-inner{
  max-width:1000px;
  margin:auto;
  padding:18px 20px calc(18px + env(safe-area-inset-bottom));
  display:flex;
  justify-content:center;
  align-items:center;
  flex-wrap:wrap;
  gap:7px 12px;
  font-size:9.5px;
  line-height:1.2;
}
.footer-refresh{
  width:22px;
  height:22px;
  display:grid;
  place-items:center;
  border:0;
  border-radius:50%;
  background:transparent;
  color:#a0a2a6;
  font-size:13px;
  opacity:.7;
}
.footer-refresh:hover{background:#eceef0;color:#555}

/* Header livre para navegação */
.topbar{
  min-height:72px;
}
.topbar-nav{
  margin-left:auto;
}
.topbar-nav button{
  font-size:15px;
}

@media(max-width:700px){
  .topbar{
    min-height:68px;
    padding-top:8px;
    padding-bottom:8px;
  }
  .brand-sub{
    max-width:150px;
    white-space:nowrap;
  }
  .freshness-text{
    font-size:10px;
    margin-bottom:7px;
  }
  .selection-area{
    margin-top:8px;
    margin-bottom:16px;
    padding:11px 12px;
    border-radius:17px;
  }
  .selection-head{
    align-items:center;
  }
  #saveListDesktop{
    font-size:11px;
    padding:6px 9px;
  }
  #clearList{
    font-size:11px;
  }
  .technical-footer-inner{
    padding-left:14px;
    padding-right:14px;
    gap:6px 9px;
    font-size:9px;
  }
}

/* Beta 19 — Comparar mercados: ação principal em verde */
.compare-dock{
  background:transparent!important;
  padding:0!important;
  box-shadow:none!important;
}
.compare-button{
  background:#16833b!important;
  color:#fff!important;
  border:1px solid rgba(0,0,0,.04)!important;
  box-shadow:0 7px 20px rgba(0,0,0,.14)!important;
}
.compare-button:hover{
  filter:brightness(.95);
  transform:translateY(-1px);
}
.compare-button:active{
  transform:translateY(0);
}
.compare-button b{
  background:rgba(255,255,255,.18)!important;
  color:#fff!important;
}
@media(min-width:701px){
  .compare-dock{
    min-width:270px;
  }
  .compare-button{
    min-width:270px;
    height:46px;
    font-size:14px;
    font-weight:750;
  }
}


/* Beta 22 — Panfletos agrupados por supermercado */
#flyerGrid{
  display:block!important;
  max-width:1100px;
  margin:0 auto;
}
.flyer-market{
  margin:0 0 34px;
}
.flyer-market-head{
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:14px;
  margin:0 0 12px;
  padding:0 2px;
}
.flyer-market-head h2{
  margin:0;
  font-size:24px;
  line-height:1.05;
  letter-spacing:-.035em;
}
.flyer-market-head span{
  color:#8b8d92;
  font-size:12px;
  font-weight:650;
}
.flyer-market-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
}
.flyer-card{
  overflow:hidden;
  border:1px solid rgba(0,0,0,.06);
  border-radius:20px;
  background:#fff;
  box-shadow:0 6px 24px rgba(20,28,36,.05);
}
.flyer-cover{
  display:block;
  aspect-ratio:16/10;
  overflow:hidden;
  background:#f2f3f4;
}
.flyer-cover img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.flyer-card-body{
  padding:14px;
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:14px;
}
.flyer-card-body h3{
  margin:0;
  font-size:17px;
  line-height:1.1;
  letter-spacing:-.025em;
}
.flyer-card-body p{
  margin:5px 0 0;
  color:#7b7e84;
  font-size:12px;
}
.flyer-open{
  flex:0 0 auto;
  color:#111;
  text-decoration:none;
  font-size:12px;
  font-weight:750;
  white-space:nowrap;
  padding:8px 10px;
  border-radius:999px;
  background:#edf6fb;
}
.flyer-card.is-expired{
  opacity:.62;
}
.flyer-card.is-expired .flyer-open{
  background:#f1f1f2;
  color:#666;
}

@media(max-width:700px){
  .flyer-market{margin-bottom:28px}
  .flyer-market-head h2{font-size:20px}
  .flyer-market-grid{
    grid-template-columns:1fr;
    gap:10px;
  }
  .flyer-card{
    border-radius:17px;
  }
  .flyer-card-body{
    padding:12px;
  }
  .flyer-card-body h3{font-size:16px}
  .flyer-open{
    font-size:11px;
    padding:7px 9px;
  }
}


/* Beta 23 — Comparar integrado à busca */
.search-panel-always .search-wrap{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:10px;
  align-items:start;
}
.search-panel-always .suggestions{
  grid-column:1 / -1;
}
.compare-inline{
  display:flex;
  align-items:center;
  height:72px;
}
.compare-inline.hidden{
  display:none!important;
}
.compare-button-inline{
  min-width:138px!important;
  height:58px!important;
  padding:0 16px!important;
  border-radius:18px!important;
  background:#16833b!important;
  color:#fff!important;
  font-size:14px!important;
  font-weight:760!important;
  box-shadow:0 8px 20px rgba(22,131,59,.18)!important;
}
.compare-button-inline span{
  white-space:nowrap;
}
.compare-button-inline b{
  margin-left:7px;
  background:rgba(255,255,255,.18)!important;
  color:#fff!important;
  padding:4px 7px!important;
  border-radius:999px!important;
  font-size:11px!important;
}

/* desliga o comportamento flutuante antigo */
.compare-dock{
  position:static!important;
  inset:auto!important;
  transform:none!important;
  background:transparent!important;
  box-shadow:none!important;
  padding:0!important;
}

@media(max-width:700px){
  .search-panel-always .search-wrap{
    display:block;
  }
  .compare-inline{
    height:auto;
    margin-top:8px;
  }
  .compare-button-inline{
    width:100%!important;
    min-width:0!important;
    height:44px!important;
    border-radius:14px!important;
    font-size:13px!important;
    box-shadow:none!important;
  }
  .search-panel-always{
    padding-bottom:8px;
  }
}

@media(min-width:701px){
  .search-control-primary{
    min-width:0;
  }
}


/* Beta 26 — validade dos panfletos em destaque */
.flyer-subsection{
  margin-top:10px;
}
.flyer-subsection + .flyer-subsection{
  margin-top:24px;
}
.flyer-subsection-title{
  display:flex;
  align-items:center;
  gap:8px;
  margin:0 2px 10px;
  font-size:12px;
  font-weight:800;
  color:#137a39;
  text-transform:uppercase;
  letter-spacing:.045em;
}
.flyer-subsection-title small{
  min-width:20px;
  height:20px;
  padding:0 6px;
  border-radius:999px;
  display:grid;
  place-items:center;
  background:#e8f5ec;
  color:#137a39;
  font-size:10px;
}
.flyer-subsection-title.expired-title{
  color:#c52a30;
}
.flyer-subsection-title.expired-title small{
  background:#fdecee;
  color:#c52a30;
}

.flyer-card{
  position:relative;
}
.flyer-cover{
  position:relative;
}
.flyer-status-expired{
  position:absolute;
  top:12px;
  right:12px;
  z-index:2;
  padding:7px 10px;
  border-radius:999px;
  background:#c52a30;
  color:#fff;
  font-size:11px;
  font-weight:900;
  letter-spacing:.045em;
  box-shadow:0 4px 14px rgba(197,42,48,.25);
}

.flyer-card-copy{
  min-width:0;
}
.flyer-validity{
  margin-top:9px;
  padding:8px 10px;
  border-radius:12px;
  display:inline-flex;
  flex-direction:column;
  gap:2px;
}
.flyer-validity span{
  font-size:9px;
  line-height:1;
  font-weight:850;
  text-transform:uppercase;
  letter-spacing:.055em;
}
.flyer-validity strong{
  font-size:13px;
  line-height:1.15;
  font-weight:800;
}
.flyer-validity.active{
  background:#eaf7ee;
  color:#137a39;
  border:1px solid #cfead7;
}
.flyer-validity.expired{
  background:#fdecee;
  color:#c52a30;
  border:1px solid #f5cfd3;
}

.flyer-card.is-expired{
  opacity:1;
  background:#fafafa;
}
.flyer-card.is-expired .flyer-cover img{
  filter:saturate(.65) brightness(.96);
}
.flyer-card.is-expired .flyer-open{
  background:#f1f1f2;
  color:#666;
}
.flyer-market-grid-expired{
  margin-top:0;
}

@media(max-width:700px){
  .flyer-subsection + .flyer-subsection{
    margin-top:22px;
  }
  .flyer-validity{
    margin-top:7px;
    padding:7px 9px;
  }
  .flyer-validity strong{
    font-size:12px;
  }
  .flyer-status-expired{
    top:9px;
    right:9px;
    font-size:10px;
    padding:6px 8px;
  }
}


/* Beta 27 — comparação híbrida */
.compare-floating{
  position:fixed;
  left:50%;
  bottom:max(12px,env(safe-area-inset-bottom));
  transform:translateX(-50%);
  z-index:80;
  pointer-events:auto;
}
.compare-floating.hidden{display:none!important}
.compare-floating button{
  height:46px;
  min-width:160px;
  border:0;
  border-radius:15px;
  padding:0 13px 0 17px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  background:#16833b;
  color:#fff;
  box-shadow:0 10px 30px rgba(0,0,0,.2);
  font-size:14px;
  font-weight:800;
}
.compare-floating b{
  min-width:25px;height:25px;border-radius:999px;
  display:grid;place-items:center;
  background:rgba(255,255,255,.2);
  font-size:11px;
}
@media(min-width:701px){
  .compare-floating{display:none!important}
}

/* Beta 27 — cadastro de ofertas */
.offer-submit-shell{max-width:820px;margin:0 auto}
.offer-entry-options{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.offer-entry-card{
  min-height:94px;border:1px solid rgba(0,0,0,.06);border-radius:21px;background:#fff;padding:15px;
  display:flex;align-items:center;gap:13px;text-align:left;text-decoration:none;color:#111;
  box-shadow:0 7px 24px rgba(25,35,45,.05)
}
.offer-entry-card:hover{background:#f8fcff;border-color:#cfe5f2}
.offer-entry-icon{
  width:44px;height:44px;flex:0 0 44px;border-radius:15px;display:grid;place-items:center;
  background:#111;color:#fff;font-size:22px
}
.whatsapp-card .offer-entry-icon{background:#16833b}
.offer-entry-card strong{display:block;font-size:17px;letter-spacing:-.025em}
.offer-entry-card small{display:block;margin-top:4px;color:#787b80;font-size:12px}
.manual-offer-panel{
  margin-top:14px;padding:16px;border:1px solid rgba(0,0,0,.06);border-radius:21px;background:#f7f9fa
}
.manual-offer-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.manual-offer-form label>span{display:block;margin:0 0 6px;font-size:11px;font-weight:800;color:#686b71}
.manual-offer-form input,.manual-offer-form textarea{
  width:100%;box-sizing:border-box;border:1px solid #dfe2e5;border-radius:13px;background:#fff;
  padding:12px 13px;font:inherit;font-size:15px;outline:none
}
.manual-offer-form input:focus,.manual-offer-form textarea:focus{
  border-color:#b7dcf5;box-shadow:0 0 0 4px rgba(175,218,246,.2)
}
.manual-notes{display:block;margin-top:12px}
.manual-offer-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:14px}
.offer-primary-button,.offer-secondary-button{
  height:42px;border:0;border-radius:13px;padding:0 15px;font-weight:800
}
.offer-primary-button{background:#16833b;color:#fff}
.offer-secondary-button{background:#eceef0;color:#333}
.manual-offer-note{margin:10px 2px 0;color:#8a8d92;font-size:10px;line-height:1.4}
.local-offers-section{margin-top:20px}
.local-offers-head{
  display:flex;justify-content:space-between;align-items:center;margin-bottom:9px;padding:0 2px
}
.local-offers-head span{font-size:12px;color:#777a80}
.local-offers-head strong{margin-left:6px;color:#111}
.local-offers-head button{border:0;background:transparent;color:#8a8d92;font-size:11px}
.local-offers-list{display:grid;gap:7px}
.local-offer-card{
  display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:10px;
  padding:11px 12px;border:1px solid rgba(0,0,0,.055);border-radius:14px;background:#fff
}
.local-offer-card strong{display:block;font-size:14px}
.local-offer-card small{display:block;margin-top:3px;color:#7b7e83;font-size:10px}
.local-offer-card>b{color:#16833b;font-size:14px}
.local-offer-card button{
  width:28px;height:28px;border:0;border-radius:50%;background:#f0f1f2;color:#666;font-size:17px
}
.local-offers-empty{
  padding:18px;border-radius:14px;background:#f5f6f7;color:#8a8d92;text-align:center;font-size:12px
}
@media(max-width:700px){
  .offer-entry-options{grid-template-columns:1fr}
  .offer-entry-card{min-height:76px;padding:12px;border-radius:17px}
  .offer-entry-icon{width:40px;height:40px;flex-basis:40px;border-radius:13px}
  .offer-entry-card strong{font-size:16px}
  .manual-offer-grid{grid-template-columns:1fr}
  .manual-offer-panel{padding:12px;border-radius:17px}
  .manual-offer-actions{position:sticky;bottom:8px;background:rgba(247,249,250,.94);padding-top:8px}
}


/* Beta 27.3 SAFE — topo, ofertas e mobile */
.topbar-nav{
  margin-left:auto;
  display:flex;
  align-items:center;
  gap:7px;
}
.top-action{
  border:0;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:6px;
  min-height:42px;
  padding:0 12px;
  border-radius:13px;
  background:#eef5f9;
  color:#111;
  font-size:12px;
  font-weight:850;
  white-space:nowrap;
}
.top-action-submit{background:#111;color:#fff}
.offer-mini-icon,
.plus-mini-icon{
  width:21px;height:21px;border-radius:7px;
  display:grid;place-items:center;
  background:#fff;color:#111;font-weight:900;
}
.plus-mini-icon{border-radius:50%;font-size:17px}

.offers-stats{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:7px;
  margin:0 0 20px;
}
.offers-stats article{
  padding:13px 14px;
  border:1px solid #e1ebf1;
  background:#f5f9fc;
  border-radius:16px;
}
.offers-stats strong{display:block;font-size:28px;line-height:1;letter-spacing:-.04em}
.offers-stats span{display:block;margin-top:5px;font-size:11px;color:#6d7277;font-weight:700}

.market-offers-link{
  border:0;
  background:#edf6fb;
  color:#111;
  border-radius:999px;
  padding:7px 10px;
  font-size:11px;
  font-weight:800;
  white-space:nowrap;
}
.flyer-validity.active{
  background:#eaf7ee!important;color:#137a39!important;border:1px solid #cfead7!important;
}
.flyer-validity.expired{
  background:#fdecee!important;color:#c52a30!important;border:1px solid #f5cfd3!important;
}
.expired-divider{
  display:flex;align-items:center;gap:12px;
  margin:34px 0 18px;color:#c52a30;
  font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.05em;
}
.expired-divider::before,.expired-divider::after{
  content:"";height:1px;flex:1;background:#efc7cb;
}
.offers-market-browser{
  margin-top:32px;padding-top:20px;border-top:1px solid rgba(0,0,0,.07);
}
.offers-browser-head span{
  display:block;font-size:10px;font-weight:800;color:#85888d;text-transform:uppercase;letter-spacing:.05em;
}
.offers-browser-head h2{margin:3px 0 11px;font-size:23px}
.offers-market-cards{
  display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;
}
.offers-market-card{
  min-height:82px;padding:11px 12px;border:1px solid rgba(0,0,0,.055);border-radius:16px;background:#fff;
  display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;text-align:left;
}
.offers-market-badge{
  width:38px;height:38px;border-radius:12px;display:grid;place-items:center;background:#111;color:#fff;font-weight:850;
}
.offers-market-copy strong{display:block;font-size:14px}
.offers-market-copy small{display:block;margin-top:4px;font-size:10px;color:#777}
.offers-market-card>b{font-size:10px;color:#16833b}
.whatsapp-submit-button{background:#16833b!important}

@media(max-width:700px){
  body{font-size:16px!important}
  .topbar{
    min-height:64px!important;
    padding:7px 9px!important;
    gap:5px!important;
  }
  .topbar .brand-copy{display:none!important}
  .topbar .brand{min-width:0!important;flex:0 0 auto!important}
  .topbar .brand-mark{width:40px!important;height:40px!important;border-radius:12px!important}
  .topbar-nav{flex:1;justify-content:flex-end;gap:5px}
  .top-action{
    min-height:42px;
    padding:0 9px;
    border-radius:12px;
    font-size:12.5px;
  }

  .page{padding:12px 12px 90px!important}
  .page-head{
    gap:8px!important;
    margin-bottom:12px!important;
    align-items:flex-start!important;
  }
  .page-head h1{font-size:28px!important;line-height:1!important}
  .page-head>div>span{font-size:10.5px!important}
  .back{min-height:35px!important;padding:0 8px!important;font-size:11px!important}

  .offers-stats{gap:5px;margin-bottom:15px}
  .offers-stats article{padding:10px 8px;border-radius:13px}
  .offers-stats strong{font-size:23px}
  .offers-stats span{font-size:9.5px;line-height:1.15}

  .flyer-market{margin-bottom:22px!important}
  .flyer-market-head{gap:7px!important;margin-bottom:8px!important}
  .flyer-market-head h2{font-size:19px!important}
  .market-offers-link{font-size:9.5px;padding:6px 7px}
  .flyer-card-body h3{font-size:16px!important}
  .flyer-validity strong{font-size:13px!important}
  .flyer-open{font-size:11px!important}

  .offers-market-cards{grid-template-columns:1fr 1fr;gap:6px}
  .offers-market-card{
    min-height:104px;padding:9px;display:flex;flex-direction:column;align-items:flex-start;gap:6px;
  }
  .offers-market-copy strong{font-size:13px}
  .offers-market-copy small{font-size:9.5px}
  .offers-market-card>b{margin-top:auto}

  .offer-entry-options{grid-template-columns:1fr!important;gap:8px!important}
  .offer-entry-card{min-height:72px!important;padding:11px!important}
  .offer-entry-card strong{font-size:16px!important}
  .offer-entry-card small{font-size:12px!important}
  .manual-offer-panel{margin-top:9px!important;padding:11px!important}
  .manual-offer-grid{grid-template-columns:1fr!important;gap:8px!important}
  .manual-offer-form label>span{font-size:12px!important}
  .manual-offer-form input,.manual-offer-form textarea{font-size:16px!important;padding:10px 11px!important}
  .local-offers-section{display:none!important}
}


/* Beta 27.4 SAFE — envio de arquivo do sistema */
.system-file-card{
  margin:10px 0 12px;
  padding:14px;
  border:1px solid #dce9f2;
  border-radius:17px;
  background:#f4f9fc;
  display:grid;
  grid-template-columns:1fr auto;
  gap:14px;
  align-items:center;
}
.system-file-kicker{
  display:block;
  margin-bottom:4px;
  font-size:10px;
  font-weight:850;
  letter-spacing:.04em;
  text-transform:uppercase;
  color:#5d7889;
}
.system-file-copy h2{
  margin:0 0 7px;
  font-size:19px;
  line-height:1.05;
  letter-spacing:-.025em;
}
.system-file-copy p{
  margin:0;
  color:#4f565c;
  font-size:12.5px;
  line-height:1.42;
}
.system-file-copy p + p{
  margin-top:6px;
}
.system-file-note{
  color:#747a80!important;
  font-size:11px!important;
}
.system-file-actions{
  display:grid;
  gap:7px;
  min-width:205px;
}
.system-whatsapp-button,
.system-copy-button{
  min-height:40px;
  border-radius:12px;
  padding:0 12px;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  text-decoration:none;
  font-size:11.5px;
  font-weight:800;
}
.system-whatsapp-button{
  background:#16833b;
  color:#fff;
}
.system-copy-button{
  border:1px solid #d4dee5;
  background:#fff;
  color:#303338;
}
@media(max-width:700px){
  .system-file-card{
    grid-template-columns:1fr;
    padding:12px;
    gap:10px;
    border-radius:15px;
  }
  .system-file-copy h2{
    font-size:17px;
  }
  .system-file-copy p{
    font-size:12px;
  }
  .system-file-actions{
    min-width:0;
  }
  .system-whatsapp-button,
  .system-copy-button{
    width:100%;
    box-sizing:border-box;
  }
}


/* Beta 27.5 SAFE — orientação de arquivo do sistema mais legível */
.system-file-card{
  padding:18px!important;
  gap:20px!important;
}
.system-file-kicker{
  font-size:11px!important;
}
.system-file-copy h2{
  font-size:22px!important;
  margin-bottom:9px!important;
}
.system-file-copy p{
  font-size:14px!important;
  line-height:1.5!important;
}
.system-fields-box{
  margin:13px 0;
  padding:13px 15px;
  border:1px solid #d7e6ef;
  border-radius:14px;
  background:#fff;
}
.system-fields-box>strong{
  display:block;
  margin-bottom:8px;
  font-size:13px;
  color:#202326;
}
.system-fields-box ul{
  margin:0;
  padding:0 0 0 19px;
  columns:2;
  column-gap:28px;
}
.system-fields-box li{
  break-inside:avoid;
  margin:0 0 6px;
  color:#4d5358;
  font-size:13px;
  line-height:1.38;
}
.system-fields-box li b{
  color:#202326;
}
.system-file-note{
  margin-top:10px!important;
  padding:10px 12px;
  border-radius:12px;
  background:#eef5f9;
  color:#4d5f69!important;
  font-size:12.5px!important;
  line-height:1.45!important;
}
.system-whatsapp-button,
.system-copy-button{
  min-height:44px!important;
  font-size:12.5px!important;
}

@media(max-width:700px){
  .system-file-card{
    padding:14px!important;
  }
  .system-file-copy h2{
    font-size:20px!important;
  }
  .system-file-copy p{
    font-size:14px!important;
  }
  .system-fields-box{
    padding:12px 13px;
    margin:11px 0;
  }
  .system-fields-box>strong{
    font-size:13px;
  }
  .system-fields-box ul{
    columns:1;
    padding-left:18px;
  }
  .system-fields-box li{
    font-size:13.5px;
    margin-bottom:7px;
  }
  .system-file-note{
    font-size:13px!important;
  }
}


/* Beta 27.7 SAFE — Iquegami: preço normal + Clube */
.item-price-box{
  display:flex;
  flex-direction:column;
  align-items:flex-end;
  gap:2px;
}
.price-main{font-weight:850}
.club-alt{
  display:block;
  color:#16833b;
  font-size:10px;
  line-height:1.25;
  font-weight:700;
  white-space:nowrap;
}
.club-alt strong{font-weight:900}
.club-total{
  display:block!important;
  margin-top:3px;
  color:#16833b!important;
  font-size:10px!important;
  font-weight:800!important;
}
.rank-price .club-total{ text-align:right; }
.catalog-price-stack{margin:8px 0 12px}
.club-price{
  display:flex;
  flex-direction:column;
  gap:1px;
  color:#16833b;
}
.club-price small{
  font-size:10px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.03em;
}
.club-price strong{
  font-size:22px;
  line-height:1;
}
.normal-price{
  margin-top:5px;
  color:#74787d;
  font-size:10.5px;
}
@media(max-width:700px){
  .club-alt{font-size:9.5px;white-space:normal;text-align:right}
  .club-price strong{font-size:21px}
  .normal-price{font-size:10px}
}


/* Beta 27.9 SAFE — cadastro manual em tela própria */
.manual-mode-hidden{
  display:none!important;
}
.manual-offer-mode .page-head{
  display:none!important;
}
.manual-offer-mode .manual-offer-panel{
  margin-top:0!important;
}
.manual-offer-mode-head{
  display:flex;
  align-items:center;
  gap:12px;
  margin:0 0 16px;
  padding:0 0 12px;
  border-bottom:1px solid rgba(0,0,0,.07);
}
.manual-offer-mode-head>div span{
  display:block;
  margin-bottom:2px;
  color:#7b7f84;
  font-size:10px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.05em;
}
.manual-offer-mode-head h2{
  margin:0;
  font-size:25px;
  line-height:1;
  letter-spacing:-.035em;
}
.manual-back-button{
  min-height:38px;
  padding:0 11px;
  border:1px solid #dfe3e6;
  border-radius:11px;
  background:#fff;
  color:#111;
  font-size:12px;
  font-weight:800;
  cursor:pointer;
}
.manual-back-button:hover{
  background:#f3f5f6;
}
.manual-offer-mode .manual-offer-panel{
  display:block!important;
  max-width:850px;
  margin-left:auto!important;
  margin-right:auto!important;
}
.manual-offer-mode .manual-offer-form{
  margin-top:0!important;
}

@media(max-width:700px){
  .manual-offer-mode{
    padding-top:8px!important;
  }
  .manual-offer-mode-head{
    margin-bottom:12px;
    padding-bottom:10px;
    gap:9px;
  }
  .manual-offer-mode-head h2{
    font-size:22px;
  }
  .manual-back-button{
    min-height:36px;
    padding:0 9px;
    font-size:11.5px;
  }
  .manual-offer-mode .manual-offer-panel{
    padding:10px!important;
    border-radius:15px!important;
  }
}
