:root {
  --bg: #07050d;
  --ink: #f6f1fb;
  --muted: #9c8fb2;
  --muted-2: #6f6485;
  --line: rgba(255, 255, 255, 0.08);
  --glass: rgba(255, 255, 255, 0.035);
  --glass-2: rgba(255, 255, 255, 0.06);
  --pink: #ff4f8b;
  --pink-soft: #ff96bd;
  --hot: #ff2d6f;
  --violet: #8b5cf6;
  --gold: #ffcf6e;
  --r-lg: 26px;
  --r-md: 18px;
  --r-sm: 12px;
}

* { box-sizing: border-box; -webkit-tap-highlight-color: transparent; }

html, body {
  margin: 0; padding: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", "Segoe UI", system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
  letter-spacing: .01em;
}
body {
  min-height: 100vh;
  background:
    radial-gradient(1100px 620px at 78% -8%, rgba(139,92,246,.20) 0%, transparent 58%),
    radial-gradient(980px 600px at 8% 108%, rgba(255,45,111,.16) 0%, transparent 55%),
    var(--bg);
}

/* ---- icons ---- */
.ic { width: 22px; height: 22px; display: block; }
.ic-sm { width: 18px; height: 18px; }
.ic-xs { width: 14px; height: 14px; }

/* ---- top bar ---- */
.topbar {
  display: flex; align-items: center; justify-content: space-between;
  padding: 18px 20px; max-width: 780px; margin: 0 auto;
}
.brand { display: flex; align-items: center; gap: 13px; }
.brand-mark {
  width: 40px; height: 40px; border-radius: 11px; overflow: hidden;
  box-shadow: 0 6px 22px rgba(255,45,111,.34);
}
.brand-mark .app-ico { width: 100%; height: 100%; display: block; }
.brand h1 { font-size: 19px; margin: 0; font-weight: 700; letter-spacing: .04em; }
.tagline { margin: 3px 0 0; font-size: 12px; color: var(--muted); }
.ghost-btn {
  display: grid; place-items: center;
  width: 42px; height: 42px; border-radius: 13px;
  background: var(--glass); border: 1px solid var(--line); color: var(--ink);
  cursor: pointer; transition: transform .14s, background .2s, color .2s;
}
.ghost-btn:hover { background: var(--glass-2); }
.ghost-btn:active { transform: scale(.92); }
.ghost-btn.muted { color: var(--muted-2); }

main { max-width: 780px; margin: 0 auto; padding: 6px 16px 36px; display: grid; gap: 16px; }

/* ---- card base ---- */
.counter-card, .map-card, .board-card {
  background: var(--glass);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

/* ---- counter ---- */
.counter-card { padding: 30px 22px 22px; text-align: center; position: relative; overflow: hidden; }
.counter-card::before {
  content: ""; position: absolute; inset: -1px -1px auto -1px; height: 120px;
  background: radial-gradient(60% 100% at 50% 0%, rgba(255,79,139,.16), transparent 70%);
  pointer-events: none;
}
.counter-label { font-size: 12px; color: var(--muted); letter-spacing: .28em; text-transform: uppercase; }
.counter-number {
  font-size: clamp(52px, 15vw, 88px); font-weight: 800; line-height: 1.02; margin: 8px 0 6px;
  background: linear-gradient(180deg, #fff 0%, var(--pink-soft) 58%, var(--pink) 100%);
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
  font-variant-numeric: tabular-nums; letter-spacing: -.01em;
}
.counter-number.bump { animation: bump .55s cubic-bezier(.2,1.7,.4,1); }
@keyframes bump { 0%{transform:scale(1)} 40%{transform:scale(1.16)} 100%{transform:scale(1)} }
.counter-today { margin: 4px 0 10px; }
.today-pill { display: inline-flex; align-items: center; gap: 6px; padding: 5px 13px; border-radius: 999px;
  background: rgba(255,79,139,.12); border: 1px solid rgba(255,79,139,.28);
  font-size: 12.5px; color: var(--pink-soft); letter-spacing: .04em; }
.today-pill b { color: #fff; font-weight: 700; font-variant-numeric: tabular-nums; }
.counter-sub { font-size: 13px; color: var(--muted); margin-bottom: 22px; }
.counter-sub b { color: var(--pink-soft); font-weight: 700; }

.climax-btn {
  position: relative; width: 100%; max-width: 330px; margin: 0 auto;
  display: flex; align-items: center; justify-content: center; gap: 11px;
  padding: 18px 24px; border: none; border-radius: 999px; cursor: pointer;
  color: #fff; font-size: 19px; font-weight: 700; letter-spacing: .06em;
  background: linear-gradient(135deg, var(--hot) 0%, #ff5ea0 55%, var(--violet) 130%);
  box-shadow: 0 14px 34px rgba(255,45,111,.42), inset 0 1px 0 rgba(255,255,255,.4);
  transition: transform .12s ease, box-shadow .25s, filter .2s;
}
.climax-btn:hover { box-shadow: 0 18px 44px rgba(255,45,111,.58); filter: brightness(1.05); }
.climax-btn:active { transform: scale(.96); }
.climax-btn-ic { display: grid; place-items: center; }
.climax-btn-ic .ic { width: 22px; height: 22px; }

.recent-ticker {
  margin: 16px auto 0; display: inline-flex; align-items: center; gap: 8px;
  padding: 7px 14px; border-radius: 999px;
  background: var(--glass-2); border: 1px solid var(--line);
  font-size: 12.5px; color: var(--muted); max-width: 100%;
}
.recent-ticker b { color: var(--ink); font-weight: 600; }
.rt-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--pink);
  box-shadow: 0 0 10px var(--pink); animation: blink 1.8s infinite; flex: none; }
@keyframes blink { 0%,100%{opacity:1} 50%{opacity:.35} }

/* ---- map ---- */
.map-card { padding: 18px; }
.map-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 13px; }
.map-head h2 { margin: 0; font-size: 15px; font-weight: 600; letter-spacing: .04em; display: flex; align-items: center; gap: 7px; color: var(--ink); }
.map-head h2 .ic { color: var(--pink-soft); }
.map-meta { font-size: 12px; color: var(--muted); }
#map { height: 400px; border-radius: var(--r-md); overflow: hidden; background: #06080f; position: relative; }
.leaflet-container { background: #06080f; font: inherit; }
.leaflet-control-zoom a {
  background: rgba(20,14,30,.85) !important; color: #e8def5 !important;
  border: 1px solid var(--line) !important;
}
.leaflet-control-zoom a:hover { background: rgba(40,28,55,.95) !important; }
.leaflet-popup-content-wrapper {
  background: rgba(20,12,28,.96); color: var(--ink); border-radius: 14px;
  border: 1px solid var(--line); box-shadow: 0 16px 40px rgba(0,0,0,.5);
}
.leaflet-popup-tip { background: rgba(20,12,28,.96); }
.leaflet-popup-content { margin: 11px 15px; font-size: 13px; line-height: 1.5; }
.leaflet-popup-content .pp-city { font-weight: 700; font-size: 14px; }
.leaflet-popup-content .pp-row { color: var(--muted); margin-top: 3px; }
.leaflet-control-attribution { background: rgba(0,0,0,.45) !important; color: #6a6a78 !important; }
.leaflet-control-attribution a { color: #9a9aa8 !important; }
/* lit territory hover affordance */
.leaflet-interactive { cursor: pointer; }

.legend { display: flex; align-items: center; gap: 9px; font-size: 11px; color: var(--muted-2);
  margin-top: 11px; justify-content: center; flex-wrap: wrap; }
.legend-bar { width: 150px; height: 7px; border-radius: 99px;
  background: linear-gradient(90deg, #2b2040, #8b5cf6, #ff4f8b, #ff2d6f);
  box-shadow: 0 0 12px rgba(255,45,111,.35); }
.legend-note { color: var(--muted-2); }

/* ---- leaderboard ---- */
.board-card { padding: 18px; }
.board-card h2 { margin: 0; font-size: 15px; font-weight: 600; letter-spacing: .04em; }
.leaderboard { list-style: none; margin: 14px 0 0; padding: 0; display: grid; gap: 7px; }
.leaderboard li {
  display: grid; grid-template-columns: 30px 1fr auto; align-items: center; gap: 11px;
  padding: 11px 13px; border-radius: var(--r-sm);
  background: var(--glass); border: 1px solid var(--line);
}
.leaderboard li.empty { display: block; text-align: center; color: var(--muted); font-size: 13px;
  background: transparent; border: 1px dashed var(--line); padding: 18px; }
.lb-rank { display: grid; place-items: center; width: 26px; height: 26px; border-radius: 9px;
  font-size: 13px; font-weight: 800; color: var(--muted); background: rgba(255,255,255,.05); }
.lb-rank.r1 { color: #1a1206; background: linear-gradient(140deg,#ffe08a,#ffb44d); }
.lb-rank.r2 { color: #161019; background: linear-gradient(140deg,#e9e6f2,#b9b3c9); }
.lb-rank.r3 { color: #1a1206; background: linear-gradient(140deg,#f0b483,#cf8b5a); }
.lb-city { font-weight: 600; font-size: 14.5px; }
.lb-city small { color: var(--muted); font-weight: 400; margin-left: 7px; font-size: 12px; }
.lb-meta { text-align: right; font-size: 12px; color: var(--muted); display: flex; align-items: center; gap: 8px; }
.lb-count { color: var(--pink); font-weight: 800; font-size: 15px; }
.lb-stars { display: inline-flex; align-items: center; gap: 2px; color: var(--gold); }
.lb-stars .ic { width: 12px; height: 12px; }

/* ---- footnote ---- */
.footnote { max-width: 780px; margin: 0 auto; padding: 6px 20px 30px; text-align: center;
  font-size: 11px; color: var(--muted-2); }
.live-dot { display: inline-block; width: 7px; height: 7px; border-radius: 50%;
  background: #4be08a; box-shadow: 0 0 8px #4be08a; animation: blink 1.6s infinite; }

/* ---- modal ---- */
.modal-overlay { position: fixed; inset: 0; background: rgba(4,2,9,.74);
  backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
  display: flex; align-items: center; justify-content: center; padding: 20px; z-index: 1000;
  animation: fade .2s ease; }
.modal-overlay[hidden] { display: none; }
@keyframes fade { from{opacity:0} to{opacity:1} }
.modal { position: relative; width: 100%; max-width: 392px;
  background: linear-gradient(180deg, rgba(28,18,40,.98), rgba(18,11,26,.98));
  border: 1px solid var(--line); border-radius: 24px; padding: 26px 24px;
  box-shadow: 0 36px 90px rgba(0,0,0,.65); animation: rise .26s cubic-bezier(.2,1,.3,1); }
@keyframes rise { from{transform:translateY(22px) scale(.96);opacity:0} to{transform:none;opacity:1} }
.modal h3 { margin: 0 0 20px; font-size: 20px; font-weight: 700; letter-spacing: .03em; }
.modal-close { position: absolute; top: 14px; right: 14px; width: 34px; height: 34px;
  display: grid; place-items: center; background: var(--glass); border: 1px solid var(--line);
  border-radius: 10px; color: var(--muted); cursor: pointer; transition: background .2s, color .2s; }
.modal-close:hover { background: var(--glass-2); color: var(--ink); }
.field { margin-bottom: 20px; }
.field[hidden] { display: none; }
.field > label { display: block; font-size: 12px; color: var(--muted); margin-bottom: 10px;
  letter-spacing: .04em; }
.optional { font-size: 11px; color: var(--muted-2); margin-left: 4px; }

/* stars */
.stars { display: flex; gap: 7px; }
.stars button { display: grid; place-items: center; width: 38px; height: 38px; padding: 0;
  background: transparent; border: none; cursor: pointer; color: #3b2c4c;
  transition: transform .12s, color .18s, filter .18s; }
.stars button .ic { width: 30px; height: 30px; }
.stars button:active { transform: scale(.84); }
.stars button.on { color: var(--gold); filter: drop-shadow(0 0 9px rgba(255,207,110,.6)); }
.rating-hint { font-size: 12px; color: var(--muted); margin-top: 9px; height: 16px; }

/* geolocation-first */
.geo-state { display: flex; align-items: center; gap: 10px; padding: 13px 14px;
  border-radius: var(--r-sm); background: var(--glass); border: 1px solid var(--line);
  font-size: 14px; color: var(--muted); }
.geo-state[hidden] { display: none; }
.geo-ic { display: grid; place-items: center; color: var(--pink-soft); }
.geo-ic.spin { animation: spin 1.4s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.geo-skip { margin-left: auto; flex: none; }

.geo-confirm { padding: 13px 14px; border-radius: var(--r-sm);
  background: rgba(255,79,139,.08); border: 1px solid rgba(255,79,139,.3); }
.geo-confirm[hidden] { display: none; }
.geo-found { display: flex; align-items: center; gap: 9px; font-size: 14.5px; }
.geo-found b { color: #fff; font-weight: 700; }
.geo-actions { display: flex; gap: 16px; margin-top: 10px; flex-wrap: wrap; }
.link-btn { display: inline-flex; align-items: center; gap: 5px; background: none; border: none;
  color: var(--pink-soft); font-size: 12.5px; cursor: pointer; padding: 0; }
.link-btn:hover { color: #fff; }
.link-btn .ic { color: currentColor; }

.manual-pane { display: grid; gap: 10px; }
.manual-pane[hidden] { display: none; }
.manual-note { margin: 0 2px 2px; font-size: 12px; color: var(--pink-soft); }
.manual-note[hidden] { display: none; }
.select-wrap { position: relative; }
.select-wrap select {
  width: 100%; appearance: none; -webkit-appearance: none;
  padding: 13px 38px 13px 14px; border-radius: var(--r-sm);
  background: rgba(0,0,0,.28); border: 1px solid var(--line); color: var(--ink);
  font-size: 15px; cursor: pointer;
}
.select-wrap select:focus { outline: none; border-color: var(--pink); }
.select-wrap select:disabled { color: var(--muted-2); cursor: not-allowed; }
.sel-chev { position: absolute; right: 14px; top: 50%; transform: translateY(-50%);
  color: var(--muted); pointer-events: none; }

.loc-chip { margin-top: 13px; padding: 11px 14px; border-radius: var(--r-sm);
  background: rgba(75,224,138,.10); border: 1px solid rgba(75,224,138,.32);
  font-size: 14px; color: #d8ffe9; display: flex; align-items: center; gap: 8px; }
.loc-chip[hidden] { display: none; }
.loc-chip .ic { color: #6ee7a8; width: 16px; height: 16px; flex: none; }
.loc-chip b { color: #fff; }

.confirm-btn { width: 100%; display: flex; align-items: center; justify-content: center; gap: 8px;
  padding: 16px; border: none; border-radius: 15px; cursor: pointer;
  color: #fff; font-size: 16px; font-weight: 700; letter-spacing: .05em;
  background: linear-gradient(135deg, var(--hot), #ff6aa5 70%, var(--violet) 140%);
  box-shadow: 0 12px 30px rgba(255,45,111,.42); transition: transform .1s, opacity .2s, filter .2s; }
.confirm-btn:disabled { opacity: .35; cursor: not-allowed; box-shadow: none; }
.confirm-btn:not(:disabled):active { transform: scale(.97); }
.modal-err { margin-top: 13px; color: #ff9a9a; font-size: 13px; text-align: center; }
.modal-err[hidden] { display: none; }

/* ---- floating +1 fx ---- */
.fx-layer { position: fixed; inset: 0; pointer-events: none; z-index: 1500; overflow: hidden; }
.fx-float { position: absolute; will-change: transform, opacity; }
.fx-plus { font-size: 26px; font-weight: 800; color: var(--pink-soft);
  text-shadow: 0 0 18px var(--pink); animation: floatUp 1.15s ease-out forwards; }
.fx-spark { color: var(--pink-soft); animation: floatUp 1.15s ease-out forwards; }
.fx-spark .ic { width: 18px; height: 18px; filter: drop-shadow(0 0 8px var(--pink)); }
@keyframes floatUp {
  0% { transform: translateY(0) scale(.5); opacity: 0; }
  18% { opacity: 1; transform: translateY(-12px) scale(1.05); }
  100% { transform: translateY(-130px) scale(.9); opacity: 0; }
}

/* ---- top actions: language switcher ---- */
.top-actions { display: flex; align-items: center; gap: 10px; }
.lang-wrap { position: relative; display: flex; align-items: center; }
.lang-wrap .lang-ic { position: absolute; left: 9px; color: var(--muted); pointer-events: none; }
.lang-wrap select {
  appearance: none; -webkit-appearance: none;
  padding: 10px 26px 10px 31px; border-radius: 12px; max-width: 140px;
  background: var(--glass); border: 1px solid var(--line); color: var(--ink);
  font-size: 13px; cursor: pointer;
}
.lang-wrap select:focus { outline: none; border-color: var(--pink); }
.lang-wrap .sel-chev { position: absolute; right: 8px; color: var(--muted); pointer-events: none; }

/* ---- share CTA on main page ---- */
.share-cta {
  margin: 15px auto 0; display: inline-flex; align-items: center; gap: 7px;
  padding: 9px 20px; border-radius: 999px; cursor: pointer;
  background: var(--glass-2); border: 1px solid var(--line); color: var(--ink);
  font-size: 13px; font-weight: 600; letter-spacing: .03em;
  transition: transform .12s, background .2s, box-shadow .2s;
}
.share-cta:hover { background: rgba(255,79,139,.14); }
.share-cta:active { transform: scale(.95); }
.share-cta .ic { color: var(--pink-soft); }
.share-cta.pulse { animation: sharePulse 1.5s ease 2; }
@keyframes sharePulse {
  0%,100% { box-shadow: 0 0 0 0 rgba(255,79,139,.55); }
  50% { box-shadow: 0 0 0 9px rgba(255,79,139,0); }
}

/* ---- share sheet + certificate ---- */
.share-sheet {
  position: relative; width: 100%; max-width: 468px; max-height: 92vh; overflow-y: auto;
  background: linear-gradient(180deg, rgba(26,16,40,.99), rgba(16,10,28,.99));
  border: 1px solid var(--line); border-radius: 22px; padding: 22px 18px;
  box-shadow: 0 36px 90px rgba(0,0,0,.65); animation: rise .26s cubic-bezier(.2,1,.3,1);
}
.cert-card {
  position: relative; width: 420px; max-width: 100%; margin: 6px auto 0;
  background: linear-gradient(165deg, #2a0719 0%, #150412 56%, #0b0410 100%);
  border: 1px solid rgba(255,80,140,.4); border-radius: 22px;
  padding: 30px 24px 18px; overflow: hidden; text-align: center;
  box-shadow: 0 28px 80px rgba(255,22,94,.32), inset 0 1px 0 rgba(255,255,255,.13);
}
/* concentrated, sultry heat-core blooming up behind the headline */
.cert-orb { position: absolute; left: 50%; top: 44%; transform: translate(-50%, -50%);
  width: 360px; height: 300px; pointer-events: none;
  background: radial-gradient(circle, rgba(255,42,112,.72) 0%, rgba(190,20,82,.32) 38%, transparent 66%); }
/* dark vignette → intimacy / focus */
.cert-vignette { position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(circle at 50% 40%, transparent 52%, rgba(0,0,0,.55) 100%); }
/* wet specular highlights ("汁水/水光") */
.cert-bokeh { position: absolute; border-radius: 50%; pointer-events: none; }
.cert-bokeh.cb1 { width: 96px; height: 96px; top: 16%; left: 9%;
  background: radial-gradient(circle, rgba(255,170,205,.32), transparent 70%); }
.cert-bokeh.cb2 { width: 60px; height: 60px; bottom: 22%; right: 12%;
  background: radial-gradient(circle, rgba(255,95,150,.30), transparent 70%); }
.cert-bokeh.cb3 { width: 38px; height: 38px; top: 30%; right: 22%;
  background: radial-gradient(circle, rgba(255,255,255,.28), transparent 70%); }
/* glossy diagonal sweep across the top — wet glass reflection */
.cert-sheen { position: absolute; left: 0; top: 0; width: 100%; height: 200px; pointer-events: none;
  background: linear-gradient(135deg, rgba(255,255,255,.18) 0%, rgba(255,255,255,.05) 24%, rgba(255,255,255,0) 46%); }
.cert-top { display: flex; align-items: center; justify-content: center; gap: 10px; position: relative; }
.cert-crest { width: 34px; height: 34px; border-radius: 9px; overflow: hidden; }
.cert-crest .app-ico { width: 100%; height: 100%; display: block; }
/* ---- juicy punch share card ---- */
.punch-brand { position: absolute; top: 15px; left: 16px; z-index: 3; display: flex; align-items: center; gap: 7px;
  font-size: 12px; color: #ffb8d0; letter-spacing: .08em; }
.punch-brand .cert-crest { width: 24px; height: 24px; border-radius: 7px; }
.punch-brand .cert-crest .ic { width: 15px; height: 15px; }
.punch-body { position: relative; z-index: 2; margin-top: 16px; }
.punch-big { font-size: 46px; font-weight: 800; color: #fff; line-height: 1.14; margin: 20px 8px 12px;
  text-shadow: 0 0 22px rgba(255,70,140,.95), 0 0 48px rgba(255,28,92,.6), 0 2px 1px rgba(70,0,28,.45); }
.punch-sub { font-size: 22px; font-weight: 700; color: #ff8fb6; margin: 0 8px 22px;
  text-shadow: 0 0 16px rgba(255,79,139,.5); }
.punch-when { font-size: 13px; color: #ffd2e1; letter-spacing: .03em; margin-bottom: 5px; font-variant-numeric: tabular-nums; }
.punch-today { font-size: 14px; font-weight: 700; color: #ff5e9a; margin-bottom: 18px;
  text-shadow: 0 0 14px rgba(255,94,154,.5); }
[dir="rtl"] .punch-brand { left: auto; right: 16px; }
.cert-org { text-align: left; }
.cert-org b { display: block; font-size: 13px; letter-spacing: .03em; color: #fff; }
.cert-org span { display: block; font-size: 8.5px; letter-spacing: .2em; text-transform: uppercase; color: var(--muted); }
.cert-rule { height: 1px; margin: 14px 0 12px; background: rgba(255,120,180,.35); }
.cert-title { font-size: 12.5px; letter-spacing: .32em; text-transform: uppercase; color: var(--pink-soft); }
.cert-body { font-size: 12px; color: var(--muted); margin-top: 14px; }
.cert-city { font-size: 33px; font-weight: 800; color: #fff; margin: 5px 0 3px; line-height: 1.1; }
.cert-stars { display: flex; justify-content: center; gap: 3px; min-height: 16px; }
.cert-stars .ic { width: 16px; height: 16px; }
.cert-rank { font-size: 13px; color: var(--pink-soft); margin-top: 9px; font-weight: 600; }
.cert-meta { display: flex; justify-content: space-between; font-size: 10px; color: var(--muted-2);
  margin-top: 14px; padding: 0 2px; letter-spacing: .04em; }
.cert-bottom { display: flex; align-items: center; justify-content: space-between; margin-top: 14px; padding: 0 4px; }
.cert-seal { width: 72px; height: 72px; border-radius: 50%; display: grid; place-items: center;
  font-size: 11px; font-weight: 700; letter-spacing: .08em; color: var(--gold); text-align: center;
  border: 1.5px solid rgba(255,207,110,.55); transform: rotate(-11deg); box-shadow: inset 0 0 16px rgba(255,207,110,.18); }
.cert-qr-wrap { display: flex; flex-direction: column; align-items: center; gap: 4px; }
.cert-qr { width: 82px; height: 82px; background: #fff; border-radius: 8px; padding: 4px; display: grid; place-items: center; }
.cert-qr img { width: 100%; height: 100%; display: block; image-rendering: pixelated; }
.cert-scan { font-size: 9px; color: var(--muted); }
.cert-cta { font-size: 15px; font-weight: 700; color: var(--pink-soft); margin-top: 14px; }
.cert-url-line { font-size: 11px; color: var(--muted); margin-top: 3px; letter-spacing: .06em; }

.share-actions { margin-top: 18px; display: grid; gap: 12px; }
.share-to-label { font-size: 12px; color: var(--muted); text-align: center; letter-spacing: .05em; }
.share-platforms { display: flex; flex-wrap: wrap; gap: 9px; justify-content: center; }
.plat-btn { min-width: 52px; height: 40px; padding: 0 13px; border: none; border-radius: 11px; color: #fff;
  font-size: 13px; font-weight: 600; cursor: pointer; display: grid; place-items: center;
  box-shadow: 0 4px 12px rgba(0,0,0,.3); transition: transform .12s, filter .2s; }
.plat-btn:hover { filter: brightness(1.1); }
.plat-btn:active { transform: scale(.9); }
.plat-btn .ic { color: #fff; }
.copy-link { justify-self: center; padding: 8px 16px; }
.share-tip { text-align: center; font-size: 12.5px; color: #6ee7a8; height: 17px; margin-top: 4px;
  opacity: 0; transition: opacity .2s; }
.share-tip.show { opacity: 1; }

/* ---- RTL ---- */
[dir="rtl"] .cert-org, [dir="rtl"] .brand-text { text-align: right; }
[dir="rtl"] .lang-wrap select { padding: 10px 31px 10px 26px; }
[dir="rtl"] .lang-wrap .lang-ic { left: auto; right: 9px; }
[dir="rtl"] .lang-wrap .sel-chev { right: auto; left: 8px; }
[dir="rtl"] .lb-city small { margin-left: 0; margin-right: 7px; }

@media (min-width: 720px) { #map { height: 460px; } }
