/* smm.guide — catalog.css
   Loaded by the pages catalog, catalog-engine, catalog-market, catalog-platform, search, 404, section-catalog — after core.css (src/css-bundles.js says which page loads which file).
   What only the pages of this area use. A rule other areas need too belongs in core.css.
   Split out of main.css on 27.09.2026: rules keep their old order within each file. */

.screen-reader-text{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}
.cat-meta{display:flex;justify-content:space-between;align-items:center;padding:26px 2px 16px;font-size:13.5px;color:var(--ink3)}
.search-list{max-width:760px;margin:0 auto;display:flex;flex-direction:column;gap:12px}
/* logo · name and host · rating · score. On a phone the rating drops under the name: stars and a count need a third
   of the card, and a long host used to run under a full-size "No reviews yet" */
.search-item{display:grid;grid-template-columns:auto minmax(0,1fr) auto auto;align-items:center;column-gap:14px;background:#fff;
  border:1px solid var(--line2);border-radius:var(--r-md);padding:16px 20px;box-shadow:var(--sh-s);transition:transform .25s var(--ease),box-shadow .25s}
.search-item:hover{transform:translateY(-2px);box-shadow:var(--sh-m)}
.search-item .si-name{min-width:0}
.search-item .si-rate{display:flex;align-items:center;gap:7px;white-space:nowrap}
.search-item .si-score{display:flex}
@media (max-width:640px){
.search-item{grid-template-columns:auto minmax(0,1fr) auto;grid-template-areas:"logo name score" "logo rate score";
    column-gap:12px;row-gap:6px;padding:14px 16px}
.search-item>.plogo{grid-area:logo}
.search-item .si-name{grid-area:name}
.search-item .si-rate{grid-area:rate}
.search-item .si-score{grid-area:score}
}
/* ---------- seo text section ---------- */
.seo-text{background:var(--bg2);border-top:1px solid var(--line2)}
.seo-text .inner{max-width:860px;margin:0 auto;color:var(--ink2);font-size:14.5px;line-height:1.65}
.seo-text h2{font-size:24px;margin-bottom:16px;color:var(--ink)}
.seo-text h3{font-size:17px;margin:22px 0 8px;color:var(--ink)}
.seo-text h4{font-size:15px;margin:18px 0 6px;color:var(--ink)}
.seo-text p{margin-bottom:12px}
.seo-text ul{list-style:disc;margin:0 0 12px 20px}
.seo-text li{margin-bottom:5px}
.price-cell{color:var(--em-ink);font-weight:700}
.cell-price .pf-per{display:block;font-size:11.5px;color:var(--ink3);margin-top:2px;line-height:1.25}
.rank-head .th-price{text-align:left}
@media (max-width:1040px){
.cat-meta{align-items:flex-start;gap:14px}
.cat-meta>span:last-child{white-space:nowrap;flex:none}
}
/* ---------- market pages: the fact chips under the title ---------- */
.mk-facts{margin:16px 0 18px}
/* the line under a listing's name in its category list */
.fct-line{display:flex;flex-wrap:wrap;align-items:center;gap:5px 12px;margin-top:7px;min-width:0}
.fct-grp{display:inline-flex;flex-wrap:wrap;align-items:center;gap:4px}
.fct-c{display:inline-flex;align-items:center;gap:4px;padding:2px 8px;border-radius:var(--pill);background:var(--bg2);border:1px solid var(--line2);
  font-size:11.5px;font-weight:620;line-height:1.45;color:var(--ink2);white-space:nowrap}
.fct-ico .fct-c{color:var(--ink)}
.fct-ico .fct-ic{color:var(--em)}
.fct-codes{font-size:11.5px;font-weight:650;letter-spacing:.02em;color:var(--ink2);white-space:nowrap}
.fct-more{font-size:11.5px;font-weight:700;color:var(--ink3)}
@media (max-width:640px){
.fct-line{gap:5px 10px}
}
/* ==========================================================================
   Tools: category tabs, the finder, fact columns, picking and comparing
   (views/section-catalog.ejs, views/tool-compare*.ejs, public/js/tools.js)
   ========================================================================== */
/* tabs: a category is a place, not a filter */
.tl-tabs{margin:24px 0 0;position:relative}
.tl-tabs-in{display:flex;gap:8px;overflow-x:auto;scrollbar-width:none;padding:3px 2px 8px;margin:0 -2px;-webkit-overflow-scrolling:touch;scroll-snap-type:x proximity}
.tl-tabs-in::-webkit-scrollbar{display:none}
.tl-tab{flex:none;display:inline-flex;align-items:center;gap:7px;height:40px;padding:0 6px 0 11px;border-radius:999px;background:#fff;border:1px solid var(--line);color:var(--ink2);font-size:13.5px;font-weight:650;white-space:nowrap;
  box-shadow:0 1px 2px rgba(16,22,19,.04);scroll-snap-align:start;-webkit-tap-highlight-color:transparent;
  transition:color .2s,border-color .2s,background .2s,transform .2s var(--ease),box-shadow .2s var(--ease)}
.tl-tab .tl-ic{width:17px;height:17px;flex:none;color:var(--ink3);transition:color .2s}
.tl-tab i{font-style:normal;font-size:11px;font-weight:750;color:var(--ink3);background:var(--bg2);border-radius:999px;padding:2px 7px;min-width:22px;text-align:center;font-variant-numeric:tabular-nums}
.tl-tab:hover{color:var(--ink);border-color:rgba(16,22,19,.2);transform:translateY(-1px);box-shadow:var(--sh-s)}
.tl-tab:hover .tl-ic{color:var(--em)}
.tl-tab.on{background:var(--ink);border-color:var(--ink);color:#fff;box-shadow:0 10px 22px -12px rgba(16,22,19,.6)}
.tl-tab.on .tl-ic{color:var(--em2)}
.tl-tab.on i{background:rgba(255,255,255,.14);color:rgba(255,255,255,.86)}
/* the count only where you are: nine tabs with their own counts do not fit a desktop line */
.tl-tab:not(.on) i{display:none}
.tl-tab:not(.on){padding-right:14px}
/* the finder: quick picks, facets, the result line */
.tl-find{position:relative;margin:14px 0 0;padding:16px 18px 14px;border-radius:22px;background:linear-gradient(180deg,#fff,#fbfcfb);border:1px solid rgba(16,22,19,.08);
  box-shadow:inset 0 1px 0 #fff,0 1px 2px rgba(16,22,19,.04),0 20px 44px -26px rgba(16,22,19,.28)}
.tl-pick{display:inline-flex;align-items:center;gap:8px;height:40px;padding:0 10px 0 11px;border-radius:13px;background:linear-gradient(180deg,#fff,#f4f8f6);border:1px solid rgba(10,138,95,.2);
  color:var(--ink);font-size:13.5px;font-weight:650;white-space:nowrap;box-shadow:0 1px 2px rgba(16,22,19,.05);-webkit-tap-highlight-color:transparent;
  transition:background .2s,border-color .2s,color .2s,transform .2s var(--ease),box-shadow .2s var(--ease)}
.tl-pick i{font-style:normal;font-size:11.5px;font-weight:750;color:var(--em-ink);background:var(--em-soft);border-radius:999px;padding:2px 7px;font-variant-numeric:tabular-nums}
.tl-pick:hover{border-color:var(--em2);transform:translateY(-1px);box-shadow:0 8px 18px -10px rgba(10,138,95,.5)}
.tl-pick.on{background:linear-gradient(180deg,#11a874,#0a8a5f);border-color:#0a8a5f;color:#fff;box-shadow:var(--sh-em)}
.tl-pick.on .fct-ic{color:#fff}
.tl-pick.on i{background:rgba(255,255,255,.2);color:#fff}
.tl-facets{display:flex;flex-direction:column;gap:10px}
.tl-ck{display:none;width:16px;height:16px;flex:none;border-radius:50%;background:var(--em);color:#fff;place-items:center;margin-left:-3px}
.tl-ck svg{width:10px;height:10px}
.tl-chip.on .tl-ck{display:grid}
html.js .tl-fac.fold:not(.open) .tl-chip.xtra{display:none}
html:not(.js) .tl-more{display:none}
.tl-more{border-style:dashed;background:transparent;color:var(--ink2);font-weight:650}
.tl-more:hover{color:var(--em-ink)}
.tl-sw .tl-tog{position:relative;flex:none;width:26px;height:16px;border-radius:999px;background:rgba(16,22,19,.18);margin-left:-3px;transition:background .2s}
.tl-sw .tl-tog::after{content:"";position:absolute;top:2px;left:2px;width:12px;height:12px;border-radius:50%;background:#fff;box-shadow:0 1px 2px rgba(16,22,19,.3);transition:transform .22s var(--ease)}
.tl-sw.on .tl-tog{background:var(--em)}
.tl-sw.on .tl-tog::after{transform:translateX(10px)}
.tl-bar{display:flex;align-items:center;gap:10px 14px;flex-wrap:wrap;margin-top:14px;padding-top:12px;border-top:1px solid var(--line2)}
.tl-count{margin:0;font-size:14px;color:var(--ink2);white-space:nowrap}
.tl-count b{font-size:17px;font-weight:800;letter-spacing:-.01em;color:var(--ink)}
.tl-toks{display:flex;flex-wrap:wrap;gap:6px;align-items:center;flex:1;min-width:0}
.tl-reset{font-size:12.5px;font-weight:700;color:var(--em-ink);padding:5px 8px;border-radius:8px}
.tl-reset:hover{background:var(--em-soft)}
.tl-reset[hidden],.tl-note[hidden],.tl-empty[hidden],.tl-tray[hidden],.tl-row[hidden],.tl-ftog b[hidden]{display:none}
.tl-sort{margin-left:auto}
.tl-note{margin:10px 0 0;font-size:12.5px;color:var(--ink3)}
.tl-ftog{display:none}
.tl-bar:first-child{margin-top:0;padding-top:0;border-top:0}
/* the list: one row per listing, its category's facts as columns */
.tl-list{margin-top:16px;border:1px solid var(--line2);border-radius:var(--r-xl);background:#fff;overflow:hidden;box-shadow:0 1px 2px rgba(16,22,19,.04),0 10px 30px -14px rgba(16,22,19,.16)}
.tl-head,.tl-row{display:grid;grid-template-columns:var(--tl-grid);gap:0 16px;align-items:center;padding:0 20px}
.tl-head{min-height:46px;background:linear-gradient(180deg,#f8faf9,#f3f6f4);border-bottom:1px solid var(--line2);font-size:11.5px;font-weight:650;letter-spacing:.06em;text-transform:uppercase;color:var(--ink3)}
.tl-head span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.tl-head .tl-hc{text-align:center}
.tl-row{position:relative;padding-top:17px;padding-bottom:17px;border-bottom:1px solid var(--line2);transition:background .2s var(--ease),opacity .3s var(--ease),transform .3s var(--ease)}
.tl-rows .tl-row:last-child{border-bottom:0}
.tl-row:hover{background:#fbfcfb}
.tl-row.tl-enter{opacity:0;transform:translateY(8px)}
.tl-row.picked{background:linear-gradient(90deg,rgba(10,138,95,.07),rgba(10,138,95,0) 45%)}
.tl-row.picked::before{content:"";position:absolute;left:0;top:12px;bottom:12px;width:3px;border-radius:0 3px 3px 0;background:var(--em)}
.tl-id{display:flex;gap:12px;align-items:flex-start;min-width:0}
.tl-idt{display:flex;flex-direction:column;gap:3px;min-width:0}
.tl-nmr{display:flex;align-items:center;gap:6px;flex-wrap:wrap;min-width:0}
.tl-nm{font-size:16px;font-weight:750;letter-spacing:-.015em;color:var(--ink);line-height:1.25;transition:color .2s}
.tl-nm::after{content:"";position:absolute;inset:0;z-index:1}
.tl-row:hover .tl-nm{color:var(--em-ink)}
.tl-dm{display:flex;flex-wrap:wrap;align-items:center;gap:0 6px;font-size:12.5px;color:var(--ink3)}
.tl-dm i{font-style:normal;opacity:.55}
.tl-rt{display:inline-flex;align-items:center;gap:3px;font-weight:700;color:var(--ink2)}
.tl-rt svg{width:13px;height:13px;color:#f5a524}
.tl-rt span{font-weight:500;color:var(--ink3)}
.tl-tag{margin-top:2px;font-size:13px;line-height:1.45;color:var(--ink2);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.tl-c{display:flex;flex-direction:column;align-items:flex-start;gap:4px;min-width:0}
.tl-cl{display:none;font-size:10.5px;font-weight:750;letter-spacing:.07em;text-transform:uppercase;color:var(--ink3)}
.tl-vals{display:flex;flex-direction:column;gap:5px;min-width:0}
.tl-v{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:600;color:var(--ink);white-space:nowrap}
.tl-vals.ico .fct-ic{width:15px;height:15px;color:var(--em)}
.tl-vals:not(.ico) .tl-v::before{content:"";flex:none;width:5px;height:5px;border-radius:50%;background:var(--em2)}
.tl-plus{font-size:11.5px;font-weight:700;color:var(--ink3)}
.tl-codes{font-size:12.5px;font-weight:700;letter-spacing:.02em;line-height:1.55;color:var(--ink2)}
.tl-pill{display:inline-flex;align-items:center;gap:5px;min-height:26px;padding:3px 10px;white-space:nowrap;border-radius:999px;background:var(--bg2);border:1px solid var(--line2);color:var(--ink2);font-size:12.5px;font-weight:700;line-height:1.25}
.tl-pill svg{width:12px;height:12px;flex:none}
.tl-pill.good{background:var(--em-soft);border-color:rgba(10,138,95,.25);color:var(--em-dark)}
.tl-pill.muted{color:var(--ink3)}
.tl-amt{font-size:19px;font-weight:800;letter-spacing:-.02em;line-height:1.1;color:var(--em-dark)}
.tl-per{font-size:12px;color:var(--ink3);line-height:1.2}
.tl-sub{margin-top:3px;font-size:11.5px;line-height:1.4;color:var(--ink2);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.tl-sub b{font-weight:700;color:var(--ink3)}
.tl-txt{font-size:13.5px;font-weight:650;color:var(--ink)}
.tl-no{color:var(--ink3);opacity:.55}
.tl-add{position:relative;z-index:2;justify-self:center;display:inline-flex;align-items:center;gap:7px;height:36px;padding:0 13px 0 9px;border-radius:999px;border:1px solid var(--line);background:#fff;
  color:var(--ink2);font-size:13px;font-weight:650;white-space:nowrap;box-shadow:0 1px 2px rgba(16,22,19,.05);-webkit-tap-highlight-color:transparent;
  transition:background .2s,border-color .2s,color .2s,box-shadow .2s,transform .2s var(--ease)}
.tl-add-i{position:relative;display:grid;place-items:center;width:20px;height:20px;border-radius:50%;background:var(--bg2);transition:background .2s}
.tl-add-i svg{grid-area:1/1;width:11px;height:11px;transition:opacity .2s,transform .25s var(--ease)}
.tl-add-i svg:last-child{opacity:0;transform:scale(.4)}
.tl-add:hover{border-color:var(--em);color:var(--em-ink);transform:translateY(-1px)}
.tl-add.on{background:var(--em);border-color:var(--em);color:#fff;box-shadow:var(--sh-em)}
.tl-add.on .tl-add-i{background:rgba(255,255,255,.22)}
.tl-add.on .tl-add-i svg:first-child{opacity:0;transform:scale(.4) rotate(90deg)}
.tl-add.on .tl-add-i svg:last-child{opacity:1;transform:none}
html:not(.js) .tl-add,html:not(.js) .tl-head .tl-hc{visibility:hidden}
.tl-empty{display:flex;align-items:center;gap:18px;padding:22px;border-top:1px solid var(--line2)}
.tl-empty .duck{width:80px;height:80px;flex:none}
.tl-empty b{font-size:16px}
.tl-empty p{margin:4px 0 0;font-size:13.5px;color:var(--ink2)}
.tl-empty .btn{margin-left:auto}
/* picking: the tray at the bottom and its toast */
.tl-tray{position:fixed;left:50%;bottom:18px;z-index:70;width:min(780px,calc(100% - 24px));transform:translateX(-50%);animation:tlTray .34s var(--ease)}
@keyframes tlTray{from{opacity:0;transform:translate(-50%,18px)}}
.tl-tray-in{display:flex;align-items:center;gap:12px;padding:9px 9px 9px 10px;border-radius:18px;background:rgba(12,18,16,.94);color:#fff;
  box-shadow:0 22px 56px -14px rgba(0,0,0,.55),inset 0 0 0 1px rgba(255,255,255,.07);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}
.tl-tray-list{display:flex;gap:6px;min-width:0;overflow-x:auto;scrollbar-width:none}
.tl-tray-list::-webkit-scrollbar{display:none}
.tl-tray-t{margin:0 0 0 auto;font-size:12.5px;color:rgba(255,255,255,.68);white-space:nowrap}
.tl-tray-act{flex:none;display:flex;align-items:center;gap:4px}
.tl-tray-x{padding:8px 10px;border-radius:10px;font-size:13px;font-weight:650;color:rgba(255,255,255,.7);transition:background .18s,color .18s}
.tl-tray-x:hover{background:rgba(255,255,255,.1);color:#fff}
.tl-tray-go.off{opacity:.55;filter:saturate(.3)}
/* natural rivals under the list */
.tl-rivals{margin-top:34px}
.tl-rivals-h{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin-bottom:12px}
.tl-rivals-h h2{font-size:22px}
.tl-rivals-h a{display:inline-flex;align-items:center;gap:6px;font-size:13.5px;font-weight:650;color:var(--em-ink)}
.tl-rivals-h a svg{width:14px;height:14px}
@media (max-width:980px){
/* tablets and phones: the row becomes a card, the finder folds behind "Filters" */
.tl-head{display:none}
.tl-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 16px;padding:16px 16px 18px}
.tl-id{grid-column:1/-1;padding-right:56px}
.tl-cl{display:block}
.tl-cell-price{order:-1}
.tl-id{order:-2}
.tl-add{position:absolute;top:14px;right:14px;justify-self:auto;width:42px;height:42px;padding:0;justify-content:center}
.tl-add-i{width:24px;height:24px;background:transparent}
.tl-add-i svg{width:14px;height:14px}
.tl-add-l{display:none}
.tl-add.on .tl-add-i{background:transparent}
}
@media (max-width:700px){
.tl-tabs{margin-top:18px}
.tl-tabs-in{margin:0 -16px;padding:3px 16px 8px;-webkit-mask-image:linear-gradient(90deg,#000 88%,transparent);mask-image:linear-gradient(90deg,#000 88%,transparent)}
.tl-find{margin-left:-4px;margin-right:-4px;padding:14px 14px 12px;border-radius:18px}
html.js .tl-fac.fold:not(.open) .tl-chip.xtra{display:inline-flex}
.tl-more{display:none}
html.js .tl-find:not(.open) .tl-facets{display:none}
.tl-ftog{display:inline-flex;align-items:center;gap:7px;height:36px;padding:0 12px;border-radius:999px;border:1px solid var(--line);background:#fff;font-size:13.5px;font-weight:650;color:var(--ink)}
.tl-ftog svg{width:16px;height:16px;color:var(--em)}
.tl-ftog b{display:inline-grid;place-items:center;min-width:19px;height:19px;padding:0 5px;border-radius:999px;background:var(--em);color:#fff;font-size:11px}
.tl-find.open .tl-ftog{background:var(--ink);border-color:var(--ink);color:#fff}
.tl-find.open .tl-ftog svg{color:var(--em2)}
.tl-find.open .tl-facets{padding-bottom:4px}
html:not(.js) .tl-ftog{display:none}
.tl-bar:first-child{margin-top:0;padding-top:0;border-top:0}
.tl-bar{gap:8px 10px}
.tl-count{font-size:13px}
.tl-toks{order:5;flex-basis:100%}
.tl-toks:not(:has(.tl-tok)){display:none}
.tl-list{margin-left:-4px;margin-right:-4px;border-radius:20px}
.tl-row{gap:12px 14px}
.tl-empty{flex-wrap:wrap}
.tl-tray{left:0;right:0;bottom:0;width:auto;transform:none;animation-name:tlTrayM}
@keyframes tlTrayM{from{opacity:0;transform:translateY(18px)}}
.tl-tray-in{flex-wrap:wrap;gap:8px 10px;padding:10px 12px calc(10px + env(safe-area-inset-bottom));border-radius:18px 18px 0 0}
.tl-tray-list{flex:1 1 100%}
.tl-tray-t{margin:0}
.tl-tray-act{margin-left:auto}
}
@media (max-width:420px){
.tl-row{grid-template-columns:repeat(2,minmax(0,1fr))}
.tl-tag{-webkit-line-clamp:3}
}
.tl-offer{display:inline-flex;align-items:center;height:21px;padding:0 8px;border-radius:999px;background:linear-gradient(180deg,#11a874,#0a8a5f);color:#fff;font-size:11px;font-weight:750;letter-spacing:.02em;box-shadow:0 4px 10px -4px rgba(10,138,95,.6)}
