/* =====================================================================
   clean-cards.css — round 5 of the "Clean App" look (19 Sep 2026)
   1. the ONE shared girl card  (application/views/partials/girl_card.php, class .gc)
   2. VIP-locked photos: card overlay, profile hero + gallery, the unlock sheet (.vx)
   3. My Hot List: flame buttons, header link + count, toast, /hot-list page (.hl-)
   4. numbers on the area / category cards (.lc-)
   5. rates on /price (.pr-rates) and the profile page
   Loads after clean-base/home/lists/pages.css. Uses their tokens (--red, --ink ...).
   Old files use !important on tags, so colours on <a>/<p>/<h*> here carry !important.
   ===================================================================== */

:root { --gold:#f2c460; --gold-lt:#ffe3a3; --wine:#8f1528; }

/* ---------- 1. girl card ---------- */
html body .gc .gc-media { isolation:isolate; }
html body .gc .gc-photo { display:block; height:100%; }
html body .gc .escort-card-rating {
  top:8px; left:8px; right:auto; z-index:2; padding:3px 8px; font-size:11.5px !important;
  background:rgba(20,24,33,.74) !important; -webkit-backdrop-filter:blur(6px); backdrop-filter:blur(6px); }
html body .gc .escort-card-location { z-index:2; font-size:11.5px !important; padding:3px 9px 3px 7px; }

/* flame (Hot List) button, top right of the photo */
.gc-fire { position:absolute; top:6px; right:6px; z-index:3; width:38px; height:38px; padding:0; border:0;
  border-radius:50%; display:grid; place-items:center; cursor:pointer; color:var(--ink);
  background:rgba(255,255,255,.94); box-shadow:0 3px 10px rgba(20,24,33,.2);
  -webkit-tap-highlight-color:transparent; transition:color .15s, background .15s, box-shadow .15s; }
.gc-fire::before { content:''; position:absolute; inset:-4px; border-radius:50%; } /* 46px tap area */
.gc-fire .ic { width:20px; height:20px; }
.gc-fire:hover { color:var(--red); }
.gc-fire:focus-visible { outline:3px solid var(--red); outline-offset:2px; }
.gc-fire.is-hot { color:var(--red); background:#fff; box-shadow:0 3px 12px rgba(215,38,61,.35); }
.ic-fire .ic-core { fill:none; stroke:none; }  /* the inner flame shows only when filled */
.is-hot .ic-fire, .cl-hot.has .ic-fire { fill:currentColor; }
.is-hot .ic-fire .ic-core, .cl-hot.has .ic-fire .ic-core, .hot-toast .ic-fire .ic-core { fill:#ffc4cc; }
.hl-ic .ic-fire .ic-core { fill:#f59aa7; }
.hot-toast.off .ic-fire .ic-core { fill:none; }
@keyframes gcPop { 0% { transform:scale(1); } 35% { transform:scale(1.28); } 70% { transform:scale(.94); } 100% { transform:scale(1); } }
.gc-fire.pop, .pf-hot.pop .ic-fire { animation:gcPop .38s ease; }

/* body */
html body .gc .gc-body { flex:1 1 auto; padding:10px 5px 4px !important; }
html body .gc .gc-body > * { order:0 !important; }
html body .gc .escort-card-name { font-size:16px !important; margin:0 !important; line-height:1.25; }
html body .gc .escort-card-name a { display:block; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;
  color:var(--ink) !important; font-weight:800 !important; text-decoration:none !important; }
html body .gc .escort-card-name a:hover { color:var(--red-dk) !important; }
.gc-meta { display:block; margin-top:1px; font-size:12.5px; font-weight:600; line-height:1.35; color:var(--ink-3);
  white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.gc-tags { display:flex; flex-direction:column; align-items:flex-start; gap:6px; margin:8px 0 10px; min-width:0; }
.gc-chip { display:inline-block; max-width:100%; padding:3px 9px; border-radius:999px; background:var(--red-50);
  color:var(--red-dk); font-size:11.5px; font-weight:700; line-height:1.4; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.gc-lang { display:flex; align-items:flex-start; gap:5px; max-width:100%; font-size:12px; font-weight:600;
  line-height:1.4; color:var(--ink-2); }
.gc-lang .ic { width:13px; height:13px; margin-top:2px; color:var(--ink-3); }
@media (max-width: 767px) { .gc-lang { font-size:11.5px; } .gc-lang .ic { display:none; } }
.gc-rate { display:flex; align-items:baseline; gap:4px; margin-top:auto; padding-top:9px;
  border-top:1px dashed var(--line-2); white-space:nowrap; line-height:1.2; }
.gc-rate small { font-size:11.5px; font-weight:600; color:var(--ink-3); }
.gc-rate b { font-size:16px; font-weight:800; letter-spacing:-.02em; color:var(--ink); }
html body .gc .escort-card-wa { margin-top:9px; }
@media (min-width: 768px) {
  html body .gc .gc-body { padding:12px 6px 4px !important; }
  html body .gc .escort-card-name { font-size:17px !important; }
  .gc-meta { font-size:13px; }
  .gc-tags { flex-direction:row; flex-wrap:wrap; align-items:center; gap:6px 8px; }
  .gc-rate b { font-size:17px; }
}
/* the Hot List page and hidden cards */
.gc-col[hidden] { display:none !important; }

/* ---------- 2. VIP-locked photos ---------- */
/* the gold-on-red crown mark */
.vx-mark { width:44px; height:44px; flex:none; display:grid; place-items:center; border-radius:50%; color:#f7d27a;
  background:radial-gradient(circle at 32% 28%, #f0566b 0%, var(--red) 46%, var(--wine) 100%);
  box-shadow:0 0 0 2px var(--gold), 0 0 0 6px rgba(242,196,96,.22), 0 10px 22px rgba(0,0,0,.35); }
.vx-mark .ic { width:22px; height:22px; fill:#f7d27a; stroke:#f7d27a; stroke-width:1.4; }
.vx-mark--lg { width:64px; height:64px; }
.vx-mark--lg .ic { width:32px; height:32px; }

/* card overlay */
html body .gc--locked .escort-card-img img { transform:scale(1.07); }
html body .gc--locked:hover .escort-card-img img { transform:scale(1.1); }
.gc-lock { position:absolute; inset:0; z-index:1; display:flex; flex-direction:column; align-items:center; justify-content:center;
  gap:7px; padding:34px 8px 38px; text-align:center; pointer-events:none;
  background:
    radial-gradient(90% 60% at 50% 46%, rgba(35,8,16,.05), rgba(35,8,16,.42) 100%),
    linear-gradient(180deg, rgba(25,7,12,.2) 0%, rgba(25,7,12,.38) 45%, rgba(25,7,12,.78) 100%); }
.gc-lock-t { font-size:10.5px; font-weight:800; letter-spacing:.13em; text-transform:uppercase; line-height:1.3;
  color:var(--gold-lt); text-shadow:0 1px 8px rgba(0,0,0,.45); }
html body .gc .escort-card-img a.gc-unlock { height:auto; }
html body a.gc-unlock { pointer-events:auto; position:relative; display:inline-flex; align-items:center; gap:6px;
  min-height:38px; padding:0 14px; border-radius:999px; background:#fff; color:var(--ink) !important;
  font-size:12.5px; font-weight:800 !important; white-space:nowrap; text-decoration:none !important;
  box-shadow:0 6px 16px rgba(0,0,0,.28); transition:background .15s, color .15s; }
.gc-unlock::before { content:''; position:absolute; inset:-4px -3px; }
.gc-unlock .ic { color:var(--red); }
html body a.gc-unlock:hover { background:var(--red); color:#fff !important; }
.gc-unlock:hover .ic { color:#fff; }
@media (min-width: 768px) {
  .gc-lock-t { font-size:11px; }
  .vx-mark:not(.vx-mark--lg) { width:48px; height:48px; }
}

/* profile page: hero + gallery */
.pf-hero-media.pf-locked img { cursor:pointer; transform:scale(1.06); }
.pf-hero-media.pf-locked::after { display:none; }
.pf-lock { position:absolute; inset:0; z-index:1; display:flex; flex-direction:column; align-items:center; justify-content:center;
  gap:8px; padding:64px 24px 76px; text-align:center; cursor:pointer;
  background:
    radial-gradient(80% 55% at 50% 45%, rgba(35,8,16,.05), rgba(35,8,16,.45) 100%),
    linear-gradient(180deg, rgba(25,7,12,.25) 0%, rgba(25,7,12,.4) 50%, rgba(25,7,12,.82) 100%); }
.pf-lock .vx-mark { margin-bottom:6px; }
.pf-lock-t { font-size:12px; font-weight:800; letter-spacing:.16em; text-transform:uppercase; color:var(--gold-lt);
  text-shadow:0 1px 8px rgba(0,0,0,.45); }
.pf-lock-s { max-width:15em; font-size:20px; font-weight:800; line-height:1.3; letter-spacing:-.02em; color:#fff;
  text-shadow:0 2px 12px rgba(0,0,0,.4); }
html body .pf-lock .pf-unlock { margin-top:8px; }
@media (min-width: 992px) { .pf-lock { padding:40px 56px 40px 32px; } .pf-lock-s { font-size:24px; } }

html body .pg button.profile-gallery-item { display:block; width:100%; padding:0; border:0; font:inherit; cursor:pointer; }
html body .pg .pf-gl-locked img { transform:scale(1.07); }
html body .pg .pf-gl-locked:hover img { transform:scale(1.1); }
.pf-gl-locked::after { content:''; position:absolute; inset:0; pointer-events:none;
  background:linear-gradient(180deg, rgba(25,7,12,.05), rgba(25,7,12,.45)); }
.pf-gl-locked .pf-zoom { z-index:1; color:var(--red); }

.pf-hero-tags { display:flex; flex-wrap:wrap; align-items:center; gap:6px; }
.pf-hero-chip { display:inline-flex; align-items:center; padding:5px 12px; border-radius:999px; background:var(--bg-2);
  border:1px solid var(--line); color:var(--ink-2); font-size:13px; font-weight:700; }
.pf-hero-vip { display:inline-flex; align-items:center; gap:5px; padding:5px 12px 5px 10px; border-radius:999px;
  background:linear-gradient(135deg, var(--red), var(--wine)); color:var(--gold-lt); font-size:13px; font-weight:800; }
.pf-hero-vip .ic { fill:var(--gold-lt); stroke:var(--gold-lt); stroke-width:1.4; }

/* the unlock sheet (bottom sheet on a phone, centred box on a computer) */
.vx { position:fixed; inset:0; z-index:1000; visibility:hidden; pointer-events:none; }
.vx.open { visibility:visible; pointer-events:auto; }
.vx-bg { position:absolute; inset:0; background:rgba(15,10,14,.62); opacity:0; transition:opacity .22s; }
.vx.open .vx-bg { opacity:1; }
.vx-p { position:absolute; left:0; right:0; bottom:0; max-height:92vh; overflow:auto; background:#fff;
  border-radius:24px 24px 0 0; box-shadow:0 -12px 40px rgba(20,24,33,.25);
  transform:translateY(100%); transition:transform .28s cubic-bezier(.2,.8,.2,1); }
.vx.open .vx-p { transform:none; }
.vx-head { position:relative; display:flex; flex-direction:column; align-items:center; gap:8px; padding:30px 20px 22px;
  text-align:center; background:#3a1019 center 22%/cover no-repeat; border-radius:24px 24px 0 0; overflow:hidden; }
.vx-head::before { content:''; position:absolute; inset:0;
  background:linear-gradient(180deg, rgba(40,8,16,.45) 0%, rgba(40,8,16,.65) 55%, rgba(30,6,12,.9) 100%); }
.vx-head > * { position:relative; }
.vx-grip { position:absolute !important; top:8px; left:50%; width:44px; height:5px; margin-left:-22px; border-radius:5px;
  background:rgba(255,255,255,.45); }
.vx-x { position:absolute !important; top:10px; right:10px; width:44px; height:44px; display:grid; place-items:center;
  padding:0; border:0; border-radius:50%; background:rgba(255,255,255,.16); color:#fff; cursor:pointer; }
.vx-x:hover { background:rgba(255,255,255,.28); }
.vx-eyebrow { margin-top:6px; font-size:11.5px; font-weight:800; letter-spacing:.16em; text-transform:uppercase; color:var(--gold-lt); }
html body .vx-name { margin:0 !important; font-size:30px; font-weight:800; line-height:1.1; letter-spacing:-.03em;
  color:#fff !important; text-shadow:0 2px 12px rgba(0,0,0,.35); }
.vx-body { display:grid; gap:10px; padding:18px 18px calc(18px + env(safe-area-inset-bottom)); }
html body .vx-txt { margin:0 0 6px !important; font-size:16px; line-height:1.6; color:var(--ink-2) !important; text-align:center; }
html body .vx-foot { display:flex; align-items:flex-start; justify-content:center; gap:6px; margin:4px 0 0 !important;
  font-size:12.5px; line-height:1.5; color:var(--ink-3) !important; text-align:center; }
.vx-foot .ic { margin-top:2px; flex:none; }
@media (min-width: 768px) {
  .vx-p { left:50%; top:50%; right:auto; bottom:auto; width:420px; border-radius:24px; opacity:0;
    transform:translate(-50%, -46%) scale(.97); transition:transform .24s cubic-bezier(.2,.8,.2,1), opacity .2s; }
  .vx.open .vx-p { opacity:1; transform:translate(-50%, -50%); }
  .vx-grip { display:none; }
  .vx-head { padding-top:34px; }
}

/* blog "Top Models" tiles */
.pb-models a { position:relative; }
.pb-models a.pb-vip img { transform:scale(1.07); }
.pb-vip-mark { position:absolute; left:6px; bottom:6px; display:inline-flex; align-items:center; gap:4px; padding:3px 8px;
  border-radius:999px; background:linear-gradient(135deg, var(--red), var(--wine)); color:var(--gold-lt);
  font-size:11px; font-weight:800; letter-spacing:.04em; }
.pb-vip-mark .ic { fill:var(--gold-lt); stroke:var(--gold-lt); stroke-width:1.4; width:12px; height:12px; }

/* ---------- 3. Hot List ---------- */
/* header flame link + count */
html body a.cl-hot { position:relative; color:var(--ink) !important; }
html body a.cl-hot:hover, html body a.cl-hot.active { color:var(--red) !important; border-color:var(--red-100); background:var(--red-50); }
.cl-hot.has { color:var(--red) !important; border-color:var(--red-100); }
.cl-hot .ic { width:21px; height:21px; }
.cl-hot-n { position:absolute; top:-6px; right:-6px; min-width:20px; height:20px; padding:0 5px; display:grid; place-items:center;
  border-radius:10px; border:2px solid #fff; background:var(--red); color:#fff; font-size:11px; font-weight:800; line-height:1; }
.cl-hot-n[hidden] { display:none !important; }
.cl-hot-n--inline { position:static; margin-left:auto; border:0; }

/* toast */
.hot-toast { position:fixed; left:50%; bottom:calc(var(--mbar-h) + 12px + env(safe-area-inset-bottom)); z-index:960;
  display:flex; align-items:center; gap:8px; max-width:calc(100% - 32px); padding:11px 18px 11px 14px; border-radius:999px;
  background:var(--ink); color:#fff; font-size:14px; font-weight:700; line-height:1.3; white-space:nowrap;
  box-shadow:var(--sh-3); pointer-events:none; opacity:0; transform:translate(-50%, 16px); transition:opacity .2s, transform .2s; }
.hot-toast.show { opacity:1; transform:translate(-50%, 0); }
.hot-toast .ic { color:#ff6b7e; fill:currentColor; }
.hot-toast.off .ic { color:#9aa0aa; fill:none; }
@media (min-width: 992px) { .hot-toast { bottom:28px; } }

/* big button on the profile page */
html body .pf-ctas .pf-hot { grid-column:1 / -1; background:#fff; border-color:var(--red-100); color:var(--red-dk) !important; }
html body .pf-ctas .pf-hot .ic { color:var(--red); width:20px; height:20px; }
html body .pf-ctas .pf-hot:hover { background:var(--red-50); }
html body .pf-ctas .pf-hot.is-hot { background:var(--red-50); border-color:var(--red-100); }

/* /hot-list page */
.pg-hot { padding-bottom:8px; }
.hl-top { margin-top:4px; }
.hl-card { display:grid; grid-template-columns:auto minmax(0,1fr); align-items:center; gap:14px 16px; padding:18px;
  background:#fff; border:1px solid var(--line); border-radius:var(--r-l); box-shadow:var(--sh-2); }
.hl-ic { width:56px; height:56px; display:grid; place-items:center; border-radius:18px; color:#fff;
  background:linear-gradient(135deg, #ef4a5f, var(--red-dk)); box-shadow:var(--sh-red); }
.hl-ic .ic { width:28px; height:28px; fill:currentColor; }
html body .hl-h1 { margin:0 !important; font-size:clamp(28px, 7.4vw, 40px) !important; line-height:1.1; }
html body .hl-lede { margin:4px 0 0 !important; font-size:15px; line-height:1.5; color:var(--ink-2) !important; }
.hl-bar { grid-column:1 / -1; display:flex; align-items:center; justify-content:space-between; gap:10px;
  padding-top:14px; border-top:1px solid var(--line); }
.hl-bar[hidden] { display:none; }
.hl-count { font-size:15px; font-weight:800; color:var(--ink); }
.hl-clear .ic { color:var(--ink-3); }
.hl-clear.armed { border-color:var(--red); color:var(--red-dk) !important; background:var(--red-50); }
.hl-clear.armed .ic { color:var(--red); }
.hl-list { margin-top:18px; }
.hl-grid { margin-left:-8px; margin-right:-8px; }
.hl-empty { max-width:520px; margin:8px auto 0; padding:36px 22px 30px; text-align:center; background:#fff;
  border:1px dashed var(--line-2); border-radius:var(--r-l); }
.hl-empty[hidden] { display:none; }
.hl-empty-ic { width:76px; height:76px; margin:0 auto 14px; display:grid; place-items:center; border-radius:50%;
  background:var(--red-50); color:var(--red); box-shadow:0 0 0 10px rgba(253,238,240,.55); }
.hl-empty-ic .ic { width:36px; height:36px; }
html body .hl-empty h2 { font-size:22px !important; margin:0 0 8px !important; }
html body .hl-empty p { margin:0 auto 20px !important; max-width:26em; font-size:15.5px; }
.hl-book { display:flex; flex-direction:column; gap:12px; margin-top:18px; padding:16px 18px; border-radius:var(--r);
  background:var(--red-50); border:1px solid var(--red-100); }
.hl-book[hidden] { display:none; }
.hl-book b { display:block; font-size:16px; color:var(--ink); }
.hl-book span { font-size:14.5px; color:var(--ink-2); }
@media (min-width: 768px) {
  .hl-card { grid-template-columns:auto minmax(0,1fr) auto; padding:22px 26px; }
  .hl-bar { grid-column:auto; flex-direction:column; align-items:flex-end; padding:0 0 0 20px; border-top:0;
    border-left:1px solid var(--line); gap:8px; }
  .hl-ic { width:64px; height:64px; }
  .hl-book { flex-direction:row; align-items:center; justify-content:space-between; padding:18px 22px; }
}

/* ---------- 4. numbers on area / category cards ---------- */
html body .location_card .location_card_body.lc-has { display:grid !important; grid-template-columns:minmax(0,1fr) auto;
  align-items:center; align-content:start; column-gap:8px; row-gap:7px; }
html body .location_card_body.lc-has::after { grid-column:2; grid-row:1; }
.lc-stats { grid-column:1 / -1; display:flex; flex-wrap:wrap; gap:4px; min-width:0; }
.lc-stat { display:inline-flex; align-items:center; gap:4px; padding:3px 8px; border-radius:999px; background:var(--bg-2);
  color:var(--ink-2); font-size:11.5px; font-weight:600; line-height:1.4; white-space:nowrap; }
.lc-stat b { font-weight:800; color:var(--ink); }
.lc-stat .ic { width:12px; height:12px; color:var(--red); }
.lc-stat--vip { background:#fff4dc; color:#7a4d00; }
.lc-stat--vip b { color:#7a4d00; }
.lc-stat--vip .ic { color:#b7791f; fill:currentColor; }
.lc-tag { position:absolute; left:8px; top:8px; z-index:2; display:inline-flex; align-items:center; gap:4px; padding:3px 9px 3px 7px;
  border-radius:999px; background:rgba(255,255,255,.95); color:var(--ink); font-size:11.5px; font-weight:700; line-height:1.4;
  box-shadow:var(--sh-1); }
.lc-tag .ic { width:12px; height:12px; color:var(--red); }
.lc-tag--travel { background:#fff4dc; color:#7a4d00; }
.lc-tag--travel .ic { color:#b7791f; }
@media (min-width: 768px) { .lc-stat { font-size:12px; } }
/* phone: no arrow (the whole card is the link), one short line "8 girls · from 7,500", VIP under it */
@media (max-width: 767px) {
  html body .location_card_body.lc-has::after { display:none; }
  html body .location_card .location_card_body.lc-has { grid-template-columns:minmax(0,1fr); row-gap:5px; padding-top:9px !important; }
  html body .location_card_body.lc-has .card-title { white-space:normal !important; }
  .lc-stats { gap:4px 0; }
  .lc-stats::before { content:''; flex-basis:100%; order:2; }
  .lc-stat { order:1; padding:0; background:none; font-size:12px; }
  .lc-stat .ic { display:none; }
  .lc-stat + .lc-stat::before { content:'\00B7'; margin:0 1px 0 5px; color:var(--ink-3); font-weight:800; }
  .lc-stat--vip { order:3; padding:2px 8px; background:#fff4dc; }
  .lc-stat--vip::before { display:none; }
  .lc-stat--vip .ic { display:inline-block; }
}

/* ---------- 5. rates ---------- */
.pp-from { align-self:flex-end; margin:0 2px 6px 0; font-size:14px; font-weight:700; color:var(--ink-3); }
.pr-rates { padding:20px 18px; background:#fff; border:1px solid var(--line); border-radius:var(--r-l); box-shadow:var(--sh-1); }
.pr-rates-head { margin-bottom:14px; }
html body .pr-rates h2 { font-size:clamp(22px, 5.6vw, 28px) !important; margin:6px 0 4px !important; }
html body .pr-rates-head p { margin:0 !important; font-size:15px; }
.pr-rates-grid { display:grid; grid-template-columns:repeat(3, minmax(0,1fr)); gap:8px; }
.pr-rate { display:flex; flex-direction:column; gap:4px; padding:14px 10px; border-radius:16px; background:var(--bg-2);
  border:1px solid var(--line); text-align:center; }
.pr-rate-tier { display:inline-flex; align-items:center; justify-content:center; gap:4px; font-size:12px; font-weight:800;
  letter-spacing:.06em; text-transform:uppercase; color:var(--ink-3); }
.pr-rate-amt { font-size:clamp(18px, 5vw, 26px); font-weight:800; letter-spacing:-.03em; color:var(--ink); line-height:1.15; white-space:nowrap; }
@media (max-width: 767px) {
  .pr-rate { padding:14px 6px; }
  .pr-rate-tier { font-size:10.5px; letter-spacing:.03em; white-space:nowrap; gap:3px; }
  .pr-rate--vip .pr-rate-tier .ic { width:11px; height:11px; }
}
.pr-rate-amt small { display:block; font-size:12px; font-weight:600; letter-spacing:0; color:var(--ink-3); }
.pr-rate--vip { background:linear-gradient(160deg, var(--red) 0%, var(--wine) 100%); border-color:transparent; box-shadow:var(--sh-red); }
.pr-rate--vip .pr-rate-tier { color:var(--gold-lt); }
.pr-rate--vip .pr-rate-tier .ic { fill:var(--gold-lt); stroke:var(--gold-lt); stroke-width:1.4; width:13px; height:13px; }
.pr-rate--vip .pr-rate-amt, .pr-rate--vip .pr-rate-amt small { color:#fff; }
html body a.pr-rates-link { display:inline-flex; align-items:center; gap:6px; min-height:44px; margin-top:8px; font-size:15px; }
@media (min-width: 768px) {
  .pr-rates { display:grid; grid-template-columns:minmax(0,1fr) minmax(0,1.5fr); align-items:center; gap:10px 32px; padding:28px 30px; }
  .pr-rates-head { margin:0; }
  .pr-rates-grid { gap:12px; }
  .pr-rate { padding:18px 12px; }
  html body a.pr-rates-link { grid-column:2; justify-self:end; margin-top:0; }
}

/* profile page: the rate in the stat row */
.pf-stat--rate .pf-stat-value { color:var(--red-dk); }
@media (max-width: 400px) { .pf-stat--rate .pf-stat-value { font-size:17px; } }

/* a tap or click leaves no focus ring (Bootstrap draws one on every focused button); the keyboard still gets one */
.gc-fire:focus:not(:focus-visible), .pf-hot:focus:not(:focus-visible), .vx-x:focus:not(:focus-visible),
.hl-clear:focus:not(:focus-visible), .profile-gallery-item:focus:not(:focus-visible), .pf-hero-count:focus:not(:focus-visible) { outline:0; }
.vx-p:focus { outline:0; }
.vx-x:focus-visible { outline:3px solid #fff; outline-offset:2px; }

@media (prefers-reduced-motion: reduce) {
  .gc-fire.pop, .pf-hot.pop .ic-fire { animation:none; }
  .vx-p, .vx-bg, .hot-toast { transition:none !important; }
}
