:root {
  --bg: #0a0710;
  --panel: #15101d;
  --card: #19121f;
  --line: rgba(255, 255, 255, 0.085);
  --pink: #ff3f78;
  --pink-2: #ff6d9c;
  --purple: #a55cff;
  --gold: #ffc65c;
  --green: #4de3a5;
  --text: #fff7fb;
  --muted: #a89baa;
  --shadow: 0 18px 52px rgba(0, 0, 0, 0.35);
  --safe-b: env(safe-area-inset-bottom, 0px);
  --tab-h: calc(74px + var(--safe-b));
}
* { box-sizing: border-box; -webkit-tap-highlight-color: transparent; }
html, body { background: #0a0710; color-scheme: dark; }
body {
  margin: 0;
  min-height: 100%;
  background:
    radial-gradient(circle at 0 0, rgba(165, 92, 255, 0.13), transparent 30%),
    radial-gradient(circle at 100% 10%, rgba(255, 63, 120, 0.12), transparent 28%),
    #0a0710;
  color: var(--text);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
button { font: inherit; color: inherit; background: none; border: 0; padding: 0; cursor: pointer; }
a { color: inherit; text-decoration: none; }
.app {
  width: 100%;
  max-width: 460px;
  min-height: 100vh;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.018), transparent 22%);
}
.topbar {
  height: 68px;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: clamp(6px, 2vw, 12px);
  padding: 12px clamp(10px, 3.2vw, 16px) 8px;
  position: relative;
  z-index: 20;
  background: transparent;
  min-width: 0;
}
.logo {
  display: inline-flex;
  align-items: center;
  flex: 0 1 auto;
  min-width: 0;
  font-size: clamp(18px, 7vw, 29px);
  line-height: 1;
  font-weight: 950;
  letter-spacing: -1.6px;
  color: #fff;
  white-space: nowrap;
  background: none;
  border: 0;
  padding: 0;
}
.logo em {
  font-style: normal;
  color: #190b12;
  background: linear-gradient(135deg, #ff739f, #ff3f78);
  padding: clamp(2px, 0.9vw, 4px) clamp(5px, 1.8vw, 8px) clamp(3px, 1vw, 5px);
  margin-left: 3px;
  border-radius: 10px;
  box-shadow: 0 7px 20px rgba(255, 63, 120, 0.28);
}
.top-actions {
  margin-left: auto;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  flex: 0 1 auto;
  min-width: 0;
  gap: clamp(4px, 1.6vw, 8px);
}
.pill {
  height: clamp(32px, 9vw, 38px);
  padding: 0 clamp(7px, 2.2vw, 12px);
  border-radius: 19px;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid var(--line);
  display: inline-flex;
  align-items: center;
  flex: 0 1 auto;
  min-width: 0;
  max-width: 100%;
  gap: clamp(3px, 1vw, 6px);
  font-size: clamp(10px, 3.1vw, 13px);
  font-weight: 800;
  color: var(--text);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.18);
  white-space: nowrap;
}
.pill-lab {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1;
}
.pill svg { width: 14px; height: 14px; flex: 0 0 auto; opacity: 0.92; }
@media (max-width: 360px) {
  .topbar { height: 60px; }
  .pill[data-region] > svg:first-of-type { display: none; }
}
.menu { position: relative; }
.menu-pop {
  display: none;
  position: absolute;
  right: 0;
  top: 44px;
  min-width: 148px;
  background: #18111f;
  border: 1px solid var(--line);
  border-radius: 14px;
  overflow: hidden;
  z-index: 50;
  box-shadow: var(--shadow);
}
.menu.open .menu-pop { display: block; }
.menu-pop button { display: block; width: 100%; text-align: left; padding: 11px 12px; font-size: 13px; font-weight: 700; }
.menu-pop button.active { background: rgba(255, 63, 120, 0.14); color: #ff91b1; }
.lang-pop { min-width: 194px; padding: 8px; border-radius: 18px; right: 0; top: 46px; background: rgba(24, 16, 31, 0.98); }
.lang-pop button { display: grid; grid-template-columns: 34px 1fr; align-items: center; gap: 8px; border-radius: 13px; padding: 7px 9px; }
.lang-pop button span { width: 32px; height: 32px; border-radius: 10px; display: flex; align-items: center; justify-content: center; background: rgba(255, 255, 255, 0.06); font-size: 9px; font-weight: 950; color: #ff9bb8; }
.lang-pop button b { font-size: 11px; }

.page { padding: 0 16px 130px; display: none; }
.page.on { display: block; }

.hero {
  position: relative;
  height: 246px;
  border-radius: 27px;
  overflow: hidden;
  background: linear-gradient(140deg, #30203f, #16101f);
  margin: 4px 0 16px;
  box-shadow: var(--shadow);
}
.hero-track { display: flex; height: 100%; transition: transform 0.45s ease; }
.hero-slide { min-width: 100%; height: 100%; position: relative; }
.hero-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 18%;
  filter: saturate(0.84) contrast(1.04);
}
.hero-mask {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(10, 7, 16, 0.03), rgba(10, 7, 16, 0.22) 36%, rgba(10, 7, 16, 0.94) 100%),
    linear-gradient(90deg, rgba(255, 63, 120, 0.19), transparent 56%);
}
.hero-book {
  position: absolute;
  z-index: 3;
  top: 14px;
  right: 14px;
  height: auto;
  padding: 8px 11px;
  border-radius: 14px;
  background: rgba(8, 5, 12, 0.58);
  border: 1px solid rgba(255, 255, 255, 0.12);
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 11px;
  font-weight: 800;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.hero-live { display: none; }
.hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #ffe7ef;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.4px;
  margin-bottom: 8px;
}
.hero-content {
  position: absolute;
  z-index: 2;
  left: 20px;
  right: 20px;
  bottom: 25px;
}
.hero-name h2 { margin: 0; font-size: 28px; line-height: 1.13; font-weight: 900; letter-spacing: -1px; }
.hero-name p { margin: 7px 0 13px; font-size: 11px; color: #ddd0da; }
.dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 5px rgba(77, 227, 165, 0.12);
}
.dot.pink { background: var(--pink); box-shadow: 0 0 0 5px rgba(255, 63, 120, 0.16); }
.hero-cta {
  height: 42px;
  padding: 0 19px;
  border-radius: 22px;
  background: linear-gradient(135deg, var(--pink-2), var(--pink));
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 900;
  box-shadow: 0 10px 24px rgba(255, 63, 120, 0.3);
}
.hero-dots {
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 5px 7px;
  border-radius: 12px;
  background: rgba(8, 5, 12, 0.34);
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
  pointer-events: auto;
}
.hero-dots i { width: 5px; height: 5px; border-radius: 50%; background: rgba(255, 255, 255, 0.38); cursor: pointer; }
.hero-dots i.on { width: 16px; border-radius: 5px; background: #fff; }
.hero-slide { cursor: pointer; }

.entries { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin: 0 0 18px; }
.entry {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #e8dfe7;
  font-size: 12px;
  font-weight: 750;
  text-align: center;
}
.entry-ico {
  width: 100%;
  height: 54px;
  margin: 0 0 8px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  color: var(--quick-color, var(--pink-2));
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.035));
  border: 1px solid var(--line);
}
.entry-ico:after {
  content: "";
  position: absolute;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--quick-glow, rgba(255, 63, 120, 0.22));
  filter: blur(14px);
}
.entry-ico svg { width: 23px; height: 23px; position: relative; z-index: 1; }
.entry span { font-size: 12px; font-weight: 750; color: #e8dfe7; }

.sec { margin-top: 6px; }
.sec-h { display: flex; align-items: flex-end; justify-content: space-between; gap: 8px; margin-bottom: 13px; }
.sec-h h3 { margin: 0; font-size: 20px; letter-spacing: -0.4px; display: flex; align-items: center; gap: 8px; }
.badge {
  height: 22px;
  padding: 0 8px;
  border-radius: 11px;
  background: rgba(255, 63, 120, 0.12);
  border: 1px solid rgba(255, 99, 146, 0.19);
  color: #ff91b1;
  font-size: 11px;
  font-weight: 900;
  display: inline-flex;
  align-items: center;
}
.sub { margin: 4px 0 0; font-size: 12px; color: var(--muted); }
.link { font-size: 12px; color: var(--muted); white-space: nowrap; font-weight: 700; }
.meta { font-size: 12px; color: var(--muted); }

.crush { display: flex; gap: 12px; overflow-x: auto; margin: 0 -16px; padding: 0 16px 6px; scrollbar-width: none; }
.crush::-webkit-scrollbar { display: none; }
.crush-item { flex: 0 0 auto; width: 64px; text-align: center; }
.crush-av {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  padding: 2px;
  background: linear-gradient(145deg, var(--pink), var(--purple), var(--gold));
  position: relative;
  margin: 0 auto 7px;
}
.crush-av img { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; border: 3px solid #130d19; }
.crush-av .st {
  position: absolute;
  right: 2px;
  bottom: 4px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--green);
  border: 3px solid #0a0710;
}
.crush-av .st.busy { background: var(--pink); }
.crush-item b { display: block; font-size: 12px; font-weight: 600; color: #efe6ee; }

.tabs { display: flex; gap: 8px; overflow-x: auto; margin: 0 -16px 13px; padding: 0 16px; scrollbar-width: none; }
.tabs::-webkit-scrollbar { display: none; }
.tab {
  height: 34px;
  padding: 0 14px;
  border-radius: 17px;
  white-space: nowrap;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.04);
  color: #bfb2bd;
  font-size: 12px;
  font-weight: 800;
}
.tab.on {
  color: #ff91b1;
  border-color: rgba(255, 77, 133, 0.55);
  background: rgba(255, 63, 120, 0.14);
}

.grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; align-items: start; }
.card {
  border-radius: 21px;
  overflow: hidden;
  background: var(--card);
  border: 1px solid var(--line);
  text-align: left;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
}
.card .cover { height: 208px; position: relative; background: #24182d; overflow: hidden; }
.card .cover img { width: 100%; height: 100%; object-fit: cover; }
.card .cover:after {
  content: "";
  position: absolute;
  inset: 35% 0 0;
  background: linear-gradient(180deg, transparent, rgba(8, 5, 11, 0.86));
}
.card-tag {
  position: absolute;
  z-index: 2;
  top: 10px;
  left: 9px;
  height: 25px;
  padding: 0 8px;
  border-radius: 12px;
  background: rgba(10, 7, 16, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.12);
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 10px;
  font-weight: 800;
  backdrop-filter: blur(10px);
}
.card-ok {
  position: absolute;
  z-index: 2;
  top: 10px;
  right: 9px;
  height: 25px;
  padding: 0 8px;
  border-radius: 12px;
  background: rgba(255, 63, 120, 0.78);
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 10px;
  font-weight: 800;
}
.card-topline {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 10px 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  font-weight: 800;
  font-size: 14px;
}
.card-heart {
  width: 31px;
  height: 31px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(9px);
  flex: 0 0 auto;
}
.card-heart.on { background: var(--pink); }
.card-info { padding: 10px 11px 11px; display: flex; flex-direction: column; gap: 5px; }
.card-data { display: grid; grid-template-columns: 43px minmax(0, 1fr); gap: 6px; min-width: 0; }
.card-data span { font-size: 9px; color: #887b87; white-space: nowrap; }
.card-data b {
  font-size: 10px;
  color: #e7dce4;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.card-data:first-child b { color: #fff; font-size: 11px; font-weight: 800; }
.card-data.service b { color: #ff9db9; white-space: normal; }

.promo {
  position: fixed;
  left: 50%;
  bottom: calc(var(--tab-h) + 10px);
  transform: translateX(-50%);
  width: min(432px, calc(100% - 28px));
  z-index: 30;
  min-height: 52px;
  background: linear-gradient(135deg, rgba(31, 18, 38, 0.94), rgba(23, 13, 30, 0.94));
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border: 1px solid rgba(255, 102, 157, 0.32);
  border-radius: 18px;
  padding: 11px 15px;
  display: flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.42), 0 0 0 1px rgba(255, 255, 255, 0.025) inset;
}
.promo p { margin: 0; font-size: 12px; line-height: 1.45; color: #b9aebb; flex: 1; }
.promo a { color: #ff6f9d; font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }
.desk {
  flex-shrink: 0;
  height: 32px;
  padding: 0 10px;
  border-radius: 10px;
  background: linear-gradient(145deg, rgba(165, 92, 255, 0.22), rgba(255, 63, 120, 0.16));
  border: 1px solid rgba(255, 255, 255, 0.08);
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  font-weight: 700;
}

.tabbar {
  position: fixed;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: min(460px, 100%);
  z-index: 75;
  height: var(--tab-h);
  padding: 7px 9px max(7px, var(--safe-b));
  background: rgba(16, 10, 21, 0.93);
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  align-items: start;
  backdrop-filter: blur(20px);
  box-shadow: 0 -12px 30px rgba(0, 0, 0, 0.22);
}
.tabbar button, .tabbar a {
  height: 58px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 11px;
  font-weight: 700;
  position: relative;
}
.tabbar button.on, .tabbar a.on { color: #ff6e9b; }
.tabbar button.on::before, .tabbar a.on::before {
  content: "";
  position: absolute;
  top: -1px;
  width: 32px;
  height: 3px;
  border-radius: 0 0 4px 4px;
  background: linear-gradient(90deg, var(--purple), var(--pink));
  box-shadow: 0 3px 10px rgba(255, 63, 120, 0.5);
}

.panel { padding-top: 8px; }
.panel h2 { margin: 8px 0 6px; font-size: 22px; }
.empty {
  margin-top: 24px;
  padding: 28px 16px;
  text-align: center;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.035);
  border-radius: 16px;
  border: 1px dashed rgba(255, 255, 255, 0.13);
}
.cert-hero {
  margin-top: 8px;
  padding: 22px 16px;
  border-radius: 22px;
  background: linear-gradient(145deg, rgba(255, 63, 120, 0.15), rgba(165, 92, 255, 0.14));
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.cert-hero .big {
  width: 54px;
  height: 54px;
  border-radius: 16px;
  background: rgba(168, 85, 247, 0.25);
  display: grid;
  place-items: center;
  margin-bottom: 12px;
}
.list { display: flex; flex-direction: column; gap: 10px; margin-top: 14px; }
.row {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid var(--line);
}
.row img, .thumb { width: 54px; height: 54px; border-radius: 12px; object-fit: cover; background: #222; }
.row .grow { flex: 1; min-width: 0; }
.row b { display: block; font-size: 14px; }
.row span { font-size: 12px; color: var(--muted); }
.live-dot { width: 8px; height: 8px; border-radius: 50%; background: #ff3b30; box-shadow: 0 0 8px #ff3b30; }
.btn-pink {
  height: 44px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--pink-2), var(--pink));
  color: #fff;
  font-weight: 800;
  width: 100%;
  margin-top: 16px;
}
.toast {
  position: fixed;
  left: 50%;
  top: 18%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.78);
  color: #fff;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 13px;
  z-index: 90;
  display: none;
}

.benefits { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin: 14px 0; }
.benefit { border-radius: 16px; background: rgba(255, 255, 255, 0.045); border: 1px solid var(--line); padding: 12px 8px; text-align: center; }
.benefit b { display: block; font-size: 12px; }
.benefit span { display: block; color: var(--muted); font-size: 10px; margin-top: 4px; }
.qual-card { display: flex; gap: 12px; align-items: center; padding: 12px; border-radius: 20px; background: rgba(255, 255, 255, 0.045); border: 1px solid var(--line); }
.qual-card img { width: 72px; height: 72px; border-radius: 14px; object-fit: cover; }
.qual-card b { display: block; font-size: 14px; }
.qual-card span, .qual-card small { display: block; font-size: 11px; color: var(--muted); margin-top: 4px; }
.btn-mini { height: 32px; padding: 0 12px; border-radius: 16px; background: linear-gradient(135deg, var(--pink-2), var(--pink)); font-size: 11px; font-weight: 900; white-space: nowrap; display: inline-flex; align-items: center; justify-content: center; color: #fff; flex-shrink: 0; }

.app.live-on .topbar { display: none; }
.page[data-page="live"] { padding: 0 0 130px; }
.live-head {
  height: 68px;
  padding: 9px 16px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 12px;
  position: sticky;
  top: 0;
  z-index: 35;
  background: rgba(10, 7, 16, 0.92);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}
.live-head-brand {
  font-size: 22px;
  font-weight: 950;
  letter-spacing: -0.8px;
  color: #fff;
}
.live-head-brand em {
  font-style: normal;
  color: #190b12;
  background: linear-gradient(135deg, #ff739f, #ff3f78);
  padding: 2px 6px 3px;
  margin-left: 2px;
  border-radius: 8px;
  font-size: 15px;
}
.live-head-copy h1 { font-size: 18px; line-height: 1; margin: 0; }
.live-head-copy p { font-size: 10px; color: var(--muted); margin: 5px 0 0; }
.live-head-state {
  height: 31px;
  border-radius: 16px;
  padding: 0 10px;
  border: 1px solid rgba(255, 63, 120, 0.22);
  background: rgba(255, 63, 120, 0.09);
  display: flex;
  align-items: center;
  gap: 6px;
  color: #ff8dad;
  font-size: 9px;
  font-weight: 900;
  white-space: nowrap;
}
.live-head-state i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ff3f78;
  box-shadow: 0 0 8px #ff3f78;
  animation: livePulse 1.4s ease-in-out infinite;
}
@keyframes livePulse { 50% { opacity: .45; transform: scale(.7); } }
.live-slider {
  margin: 8px 16px 14px;
  height: 198px;
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  background: #23172c;
  box-shadow: 0 15px 34px rgba(0, 0, 0, 0.23);
}
.live-slider-track { display: flex; height: 100%; transition: transform 0.4s ease; }
.live-slide {
  min-width: 100%;
  height: 100%;
  position: relative;
  text-align: left;
  color: #fff;
}
.live-slide img { width: 100%; height: 100%; object-fit: cover; display: block; pointer-events: none; }
.live-slide:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 16%, rgba(8, 5, 11, 0.95));
}
.live-slide-copy { position: absolute; z-index: 3; left: 16px; right: 62px; bottom: 22px; }
.live-slide-copy h2 { font-size: 19px; margin: 7px 0 3px; }
.live-slide-copy p { margin: 0; color: #d4c6d1; font-size: 11px; }
.live-enter {
  position: absolute;
  right: 13px;
  bottom: 20px;
  z-index: 3;
  width: 39px;
  height: 39px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 63, 120, 0.9);
  box-shadow: 0 8px 20px rgba(255, 63, 120, 0.32);
  color: #fff;
}
.live-enter svg { width: 18px; height: 18px; margin-left: 2px; }
.live-chips {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding: 0 16px 10px;
  scrollbar-width: none;
}
.live-chips::-webkit-scrollbar { display: none; }
.live-chip {
  flex: 0 0 auto;
  height: 34px;
  border-radius: 17px;
  padding: 0 14px;
  display: flex;
  align-items: center;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.045);
  color: #bcaeba;
  font-size: 10px;
  font-weight: 850;
}
.live-chip.on {
  background: linear-gradient(135deg, rgba(255, 63, 120, 0.2), rgba(165, 92, 255, 0.17));
  color: #fff;
  border-color: rgba(255, 91, 144, 0.28);
}
.live-chip[data-cs] { position: relative; padding-right: 28px; }
.live-chip[data-cs]:after {
  content: "⌁";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-52%);
  font-size: 11px;
  color: #ff8dac;
}
.live-sec {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 10px;
  padding: 4px 16px 12px;
}
.live-sec h2 { margin: 0; font-size: 17px; }
.live-sec .sub { margin: 5px 0 0; }
.live-more { color: #ff8dad; font-size: 10px; font-weight: 800; white-space: nowrap; }
.live-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; padding: 0 16px 20px; }
.live-card {
  border-radius: 19px;
  overflow: hidden;
  background: var(--card);
  border: 1px solid var(--line);
  text-align: left;
  color: inherit;
}
.live-card.ai { border-color: rgba(255, 105, 148, 0.36); box-shadow: 0 14px 38px rgba(255, 63, 120, 0.14); }
.live-cover { height: 205px; position: relative; overflow: hidden; background: #21172a; }
.live-cover img { width: 100%; height: 100%; object-fit: cover; }
.live-cover:after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(180deg, transparent, rgba(8, 5, 11, 0.86)); }
.live-card.ai .live-cover:after { inset: 0; background: linear-gradient(180deg, rgba(3, 3, 6, 0.08), rgba(3, 3, 6, 0.16) 38%, rgba(3, 3, 6, 0.88)); }
.live-top { position: absolute; z-index: 2; left: 8px; right: 8px; top: 8px; display: flex; justify-content: space-between; align-items: center; }
.live-badge {
  display: inline-flex;
  height: 24px;
  align-items: center;
  padding: 0 9px;
  border-radius: 10px;
  background: #ff3f78;
  color: #fff;
  font-size: 10px;
  font-weight: 950;
  letter-spacing: 0.5px;
}
.live-badge.ai {
  border-radius: 999px;
  background: linear-gradient(135deg, #a85cff, #ff3f78);
  font-size: 9px;
  gap: 5px;
}
.live-badge.ai:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.14);
}
.live-viewers {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  height: 22px;
  padding: 0 7px;
  border-radius: 999px;
  background: rgba(8, 5, 11, 0.55);
  color: #fff;
  font-size: 10px;
  font-weight: 800;
}
.live-viewers svg { width: 12px; height: 12px; }
.live-state {
  position: absolute;
  right: 9px;
  top: 9px;
  z-index: 2;
  height: 22px;
  padding: 0 8px;
  border-radius: 999px;
  background: rgba(9, 6, 13, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.15);
  font-size: 9px;
  font-weight: 850;
  color: #fff;
  display: inline-flex;
  align-items: center;
}
.live-title {
  position: absolute;
  z-index: 2;
  left: 10px;
  right: 10px;
  bottom: 9px;
  font-size: 13px;
  font-weight: 900;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.live-info {
  padding: 9px 10px 11px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 7px;
}
.live-info span { font-size: 9px; color: var(--muted); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.live-info b { font-size: 10px; color: #ff87aa; white-space: nowrap; }

.live-room {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 95;
  max-width: 460px;
  margin: 0 auto;
  overflow: hidden;
  background: #09050d;
  color: #fff;
}
.live-room.on { display: block !important; }
.lr-bg, .lr-main {
  position: absolute;
  inset: 0;
  background-position: center;
  background-size: cover;
}
.lr-bg { inset: -16px; filter: blur(7px) saturate(0.75) brightness(0.54); transform: scale(1.08); }
.lr-bg:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(6, 3, 8, 0.34), rgba(6, 3, 8, 0.05) 34%, rgba(6, 3, 8, 0.45) 65%, rgba(6, 3, 8, 0.94));
}
.lr-main { z-index: 2; opacity: 0.4; filter: saturate(0.7); }
.lr-video {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #050307;
  display: none;
}
.live-room.has-stream .lr-video { display: block; }
.live-room.has-stream .lr-main { opacity: 0; }
.lr-play {
  position: absolute;
  z-index: 7;
  left: 50%;
  top: 48%;
  transform: translate(-50%, -50%);
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: rgba(255, 63, 120, 0.92);
  color: #fff;
  display: none;
  align-items: center;
  justify-content: center;
  box-shadow: 0 12px 28px rgba(255, 63, 120, 0.35);
}
.lr-play svg { width: 28px; height: 28px; margin-left: 3px; }
.live-room.need-play .lr-play { display: flex; }
.lr-shade {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(5, 3, 7, 0.56), transparent 26%, transparent 55%, rgba(5, 3, 7, 0.88));
}
.lr-top {
  position: absolute;
  left: 12px;
  right: 12px;
  top: max(12px, env(safe-area-inset-top));
  z-index: 8;
  display: flex;
  align-items: center;
  gap: 9px;
}
.lr-back {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(8, 5, 11, 0.52);
  border: 1px solid rgba(255, 255, 255, 0.13);
  color: #fff;
}
.lr-back svg { width: 20px; height: 20px; }
.lr-host {
  height: 46px;
  min-width: 0;
  flex: 1;
  border-radius: 23px;
  padding: 4px 7px 4px 4px;
  background: rgba(8, 5, 11, 0.54);
  border: 1px solid rgba(255, 255, 255, 0.12);
  display: flex;
  align-items: center;
  gap: 8px;
}
.lr-host img { width: 38px; height: 38px; border-radius: 50%; object-fit: cover; border: 2px solid #ff668f; }
.lr-host-copy { min-width: 0; flex: 1; }
.lr-host-copy b, .lr-host-copy span { display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.lr-host-copy b { font-size: 12px; }
.lr-host-copy span { font-size: 9px; color: #cbbfca; margin-top: 3px; }
.lr-follow {
  height: 30px;
  border-radius: 15px;
  padding: 0 11px;
  background: #ff3f78;
  color: #fff;
  font-size: 10px;
  font-weight: 950;
}
.lr-follow.on { background: rgba(255, 255, 255, 0.14); }
.lr-badge {
  height: 31px;
  border-radius: 15px;
  padding: 0 10px;
  background: linear-gradient(135deg, #ff3f78, #ff715f);
  display: flex;
  align-items: center;
  font-size: 9px;
  font-weight: 950;
  letter-spacing: 0.5px;
}
.lr-chat {
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 92px;
  z-index: 5;
  max-height: min(36vh, 290px);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 6px;
}
.lr-chat p {
  width: max-content;
  max-width: 100%;
  margin: 0;
  padding: 7px 10px;
  border-radius: 13px;
  background: rgba(8, 5, 11, 0.42);
  font-size: 10px;
  color: #f2eaf0;
}
.lr-chat b { color: #ff96b3; margin-right: 5px; }
.lr-composer {
  position: absolute;
  left: 13px;
  right: 13px;
  bottom: max(14px, env(safe-area-inset-bottom));
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 9px;
}
.lr-input {
  height: 45px;
  border-radius: 23px;
  flex: 1;
  display: flex;
  align-items: center;
  padding: 0 15px;
  background: rgba(8, 5, 11, 0.58);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: #c7bbc5;
  font-size: 11px;
}
.lr-composer button {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(8, 5, 11, 0.58);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lr-composer svg { width: 21px; height: 21px; }
.live-room.is-ai .lr-chat,
.live-room.is-ai .lr-composer { display: none; }
.live-room.is-locked .lr-composer,
.live-room.is-locked .lr-ai-bottom { display: none !important; }
.live-room.is-locked .lr-chat { display: flex !important; }
.live-room:not(.is-ai) .lr-ai-bottom { display: none; }
.lr-ai-bottom {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: max(15px, env(safe-area-inset-bottom));
  z-index: 8;
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-height: calc(100dvh - 155px);
  pointer-events: none;
}
.lr-ai-interaction {
  display: grid;
  gap: 7px;
  min-width: 0;
  pointer-events: auto;
}
.lr-ai-msgs {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  max-height: min(31vh, 260px);
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: 2px 3px 2px 0;
  scrollbar-width: none;
  mask-image: linear-gradient(to bottom, transparent 0, #000 15%, #000 100%);
}
.lr-ai-msgs::-webkit-scrollbar { display: none; }
.lr-ai-msg {
  display: grid;
  gap: 2px;
  width: max-content;
  max-width: 88%;
  padding: 8px 10px;
  border-radius: 13px;
  background: rgba(8, 5, 11, 0.52);
  border: 1px solid rgba(255, 255, 255, 0.11);
  color: #fff;
  backdrop-filter: blur(10px);
  animation: lrChatIn 0.3s ease both;
}
@keyframes lrChatIn {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: none; }
}
.lr-ai-msg b { font-size: 9px; line-height: 1.2; color: #ff96b3; font-weight: 900; }
.lr-ai-msg span { font-size: 11px; line-height: 1.45; overflow-wrap: anywhere; }
.lr-ai-msg.sys,
.lr-ai-msg.join {
  background: rgba(8, 5, 11, 0.52);
  border-color: rgba(255, 255, 255, 0.11);
}
.lr-ai-msg.mine {
  align-self: flex-end;
  border-radius: 14px 14px 4px 14px;
  background: rgba(168, 92, 255, 0.22);
  border-color: rgba(196, 144, 255, 0.28);
}
.lr-ai-msg.mine b { color: #b9d8ff; }
.lr-ai-msg.host {
  border-color: rgba(206, 147, 255, 0.24);
  background: linear-gradient(135deg, rgba(54, 27, 69, 0.68), rgba(26, 14, 35, 0.62));
}
.lr-ai-status {
  min-height: 14px;
  padding: 0 3px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 9px;
  line-height: 1.3;
}
.lr-ai-prompts {
  display: flex;
  gap: 7px;
  overflow-x: auto;
  padding: 1px 1px 2px;
  scrollbar-width: none;
  overscroll-behavior-x: contain;
}
.lr-ai-prompts::-webkit-scrollbar { display: none; }
.lr-ai-prompts button {
  flex: 0 0 auto;
  height: 31px;
  padding: 0 11px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(8, 5, 11, 0.6);
  color: #fff;
  font-size: 9px;
  font-weight: 850;
  white-space: nowrap;
  backdrop-filter: blur(10px);
}
.lr-ai-prompts button:active {
  transform: scale(0.97);
  background: rgba(168, 92, 255, 0.34);
}
.lr-ai-composer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 42px;
  gap: 8px;
  align-items: center;
}
.lr-ai-composer input {
  width: 100%;
  height: 42px;
  min-width: 0;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 21px;
  background: rgba(8, 5, 11, 0.64);
  color: #fff;
  font-size: 12px;
  outline: none;
  backdrop-filter: blur(12px);
}
.lr-ai-composer input::placeholder { color: rgba(255, 255, 255, 0.58); }
.lr-ai-composer input:focus {
  border-color: rgba(204, 145, 255, 0.56);
  box-shadow: 0 0 0 3px rgba(168, 92, 255, 0.14);
}
.lr-ai-composer button {
  width: 42px;
  height: 42px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: linear-gradient(135deg, #a85cff, #ff3f78);
  color: #fff;
  font-size: 10px;
  font-weight: 900;
  box-shadow: 0 10px 26px rgba(255, 63, 120, 0.22);
}
.lr-ai-controls {
  display: flex;
  align-items: center;
  gap: 9px;
  pointer-events: auto;
}
.lr-ai-ctl {
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 21px;
  background: rgba(8, 5, 11, 0.6);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 0 14px;
  font-size: 10px;
  font-weight: 900;
  backdrop-filter: blur(12px);
}
.lr-ai-ctl svg { width: 17px; height: 17px; flex-shrink: 0; }
.lr-ai-ctl.icon {
  width: 42px;
  flex: 0 0 42px;
  padding: 0;
  border-radius: 50%;
}
.lr-ai-ctl.primary,
.lr-ai-ctl[aria-pressed="true"] {
  background: linear-gradient(135deg, #a85cff, #ff3f78);
  border-color: transparent;
  box-shadow: 0 10px 26px rgba(255, 63, 120, 0.25);
}
.lr-ai-ctl[data-ai-sound],
.lr-ai-ctl[data-ai-voice] { flex: 1; min-width: 0; }
.lr-ai-ctl span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-height: 700px) {
  .lr-ai-msgs { max-height: 22vh; }
  .lr-ai-bottom { gap: 7px; }
  .lr-ai-ctl, .lr-ai-composer input, .lr-ai-composer button { height: 38px; }
  .lr-ai-composer { grid-template-columns: minmax(0, 1fr) 38px; }
  .lr-ai-composer button, .lr-ai-ctl.icon { width: 38px; flex-basis: 38px; }
}
.lr-lock {
  position: absolute;
  z-index: 20;
  left: 18px;
  right: 18px;
  top: 50%;
  transform: translateY(-48%);
  border-radius: 28px;
  padding: 23px 20px;
  background: rgba(22, 14, 27, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.13);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.56);
  backdrop-filter: blur(24px);
  text-align: center;
}
.lr-lock-ico {
  width: 63px;
  height: 63px;
  border-radius: 22px;
  margin: 0 auto 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(145deg, rgba(255, 63, 120, 0.2), rgba(165, 92, 255, 0.2));
  border: 1px solid rgba(255, 125, 164, 0.55);
  color: #ff7da4;
}
.lr-lock-ico svg { width: 30px; height: 30px; }
.lr-lock h2 { font-size: 21px; margin: 0 0 9px; }
.lr-lock p { font-size: 12px; line-height: 1.65; color: #bfaebe; margin: 0 0 18px; }
.lr-lock-act { display: grid; grid-template-columns: 1fr 1.35fr; gap: 9px; }
.lr-lock-act button {
  height: 45px;
  border-radius: 16px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.055);
  font-size: 11px;
  font-weight: 900;
}
.lr-lock-act button.primary {
  border: 0;
  background: linear-gradient(135deg, var(--pink-2), var(--pink));
  box-shadow: 0 10px 25px rgba(255, 63, 120, 0.25);
}
body.live-room-on .tabbar, body.live-room-on .promo { display: none !important; }

.me-page {
  padding-top: 2px;
  background:
    radial-gradient(circle at 88% 4%, rgba(117, 61, 255, 0.16), transparent 24%),
    radial-gradient(circle at 0 28%, rgba(255, 63, 120, 0.11), transparent 30%);
}
.me-head { height: 50px; display: flex; align-items: center; padding: 4px 2px 8px; }
.me-head h1 { margin: 0; font-size: 22px; font-weight: 900; letter-spacing: 0.02em; }
.vip-shell { padding: 0 0 14px; }
.vip-card {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1.64 / 1;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: linear-gradient(116deg, #10121d 0%, #171323 47%, #142242 100%);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.38), inset 0 1px 0 rgba(255, 255, 255, 0.07);
}
.vip-portrait {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 15%;
  filter: saturate(0.95) contrast(1.04);
  z-index: 0;
}
.vip-shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(10, 10, 18, 0.96) 0%, rgba(12, 11, 22, 0.88) 36%, rgba(11, 12, 24, 0.42) 66%, rgba(8, 9, 17, 0.12) 100%),
    linear-gradient(0deg, rgba(4, 5, 12, 0.72), transparent 58%);
}
.vip-body {
  position: relative;
  z-index: 2;
  height: 100%;
  padding: 7.5% 5.4% 5.5%;
  display: flex;
  flex-direction: column;
}
.vip-brand {
  display: flex;
  align-items: flex-end;
  gap: 12px;
  max-width: 72%;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.55);
}
.vip-brand span { font-size: clamp(15px, 4.4vw, 22px); font-weight: 850; }
.vip-brand b {
  font-size: clamp(34px, 12vw, 62px);
  line-height: 0.82;
  letter-spacing: -0.05em;
  background: linear-gradient(100deg, #f8e8ff, #8fd3ff 52%, #dcb2ff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  filter: drop-shadow(0 3px 13px rgba(132, 124, 255, 0.22));
}
.vip-benefit {
  margin-top: 8%;
  max-width: 76%;
  display: flex;
  align-items: center;
  gap: 10px;
}
.vip-benefit p {
  margin: 0;
  min-width: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(11px, 3.3vw, 16px);
  letter-spacing: 0.04em;
  white-space: nowrap;
}
.vip-benefit em {
  flex: 0 0 auto;
  min-width: 58px;
  height: 24px;
  padding: 0 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-size: 11px;
  font-weight: 900;
  clip-path: polygon(0 0, 100% 0, 88% 50%, 100% 100%, 0 100%, 9% 50%);
  background: linear-gradient(90deg, #d430ff, #7b40ff);
  box-shadow: 0 6px 18px rgba(139, 62, 255, 0.28);
}
.vip-meta {
  margin-top: auto;
  display: grid;
  gap: 5px;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(11px, 3.1vw, 15px);
}
.vip-no { display: flex; align-items: center; gap: 7px; }
.vip-no button {
  width: 25px;
  height: 25px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.vip-status {
  position: absolute;
  right: 4.6%;
  bottom: 8%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}
.vip-status button {
  min-width: 98px;
  height: 38px;
  padding: 0 16px;
  border: 0;
  border-radius: 999px;
  background: #fff;
  color: #24222c;
  font-weight: 800;
  font-size: 14px;
}
.vip-status small { font-size: 10px; color: rgba(255, 255, 255, 0.72); text-shadow: 0 1px 5px #000; }
.me-account {
  margin: 0 0 16px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 22px;
  background: linear-gradient(145deg, rgba(54, 28, 63, 0.84), rgba(25, 16, 31, 0.96));
  box-shadow: 0 15px 36px rgba(0, 0, 0, 0.28);
}
.me-user { display: flex; align-items: center; gap: 12px; padding-bottom: 15px; border-bottom: 1px solid rgba(255, 255, 255, 0.09); text-align: left; }
.me-av {
  width: 54px;
  height: 54px;
  flex: 0 0 54px;
  border-radius: 50%;
  padding: 2px;
  background: linear-gradient(145deg, #ff80a8, #9b54ff);
  border: 2px solid rgba(255, 91, 151, 0.75);
}
.me-av span {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: linear-gradient(145deg, #3b214c, #25162f);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 950;
}
.me-user-copy { min-width: 0; flex: 1; text-align: left; }
.me-user-copy h2 { margin: 0 0 5px; font-size: 20px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.me-user-copy p { margin: 0; color: #c9bccb; font-size: 12px; display: flex; align-items: center; gap: 6px; }
.me-dot { width: 7px; height: 7px; border-radius: 50%; background: #4de3a5; flex: 0 0 7px; box-shadow: 0 0 8px #4de3a5; }
.me-badge {
  height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(255, 174, 65, 0.14);
  color: #ffd479;
  display: inline-flex;
  align-items: center;
  font-size: 11px;
  font-weight: 900;
  font-style: normal;
  white-space: nowrap;
}
.me-bal { padding-top: 14px; }
.me-bal-lab { display: flex; justify-content: space-between; gap: 12px; color: #c9bccb; font-size: 12px; }
.me-bal-lab button { border: 0; background: transparent; color: #d7cbd8; padding: 0; font-size: 12px; }
.me-bal-val { margin: 8px 0 13px; color: #fff; font-size: 31px; line-height: 1; font-weight: 950; letter-spacing: -0.02em; }
.me-bal-val small { margin-left: 5px; color: #ff87aa; font-size: 12px; font-weight: 800; }
.me-bal-act { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.me-bal-act button, .me-bal-act a {
  min-height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.055);
  color: #fff;
  font-size: 13px;
  font-weight: 850;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.me-bal-act button.primary, .me-bal-act a.primary {
  border-color: transparent;
  background: linear-gradient(135deg, #ff5d91, #ff3f78);
  box-shadow: 0 8px 20px rgba(255, 63, 120, 0.2);
}
.rec-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255,255,255,.08);
  text-align: left;
}
.rec-row:last-child { border-bottom: 0; }
.rec-row b { display: block; font-size: 13px; }
.rec-row p { margin: 4px 0 0; color: #a89baa; font-size: 11px; }
.rec-row time { color: #8a7e88; font-size: 11px; white-space: nowrap; }
.me-sec { margin: 0 0 18px; }
.me-sec h3 { margin: 0 0 10px; font-size: 15px; font-weight: 900; color: #fff; text-align: left; }
.me-tiles { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
.me-tile {
  min-height: 82px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 7px;
  color: #d9cdd7;
  font-size: 10px;
  text-align: center;
  text-decoration: none;
}
.me-tile svg { width: 22px; height: 22px; color: #ff79a2; }
.me-list {
  border-radius: 22px;
  background: rgba(18, 13, 24, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.06);
  overflow: hidden;
}
.me-row {
  width: 100%;
  min-height: 58px;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.me-row:last-child { border-bottom: 0; }
a.me-row { color: inherit; text-decoration: none; }
.me-row.logout, .me-row.logout b { color: #ff7f9f; }
.me-ico {
  width: 42px;
  height: 26px;
  flex: 0 0 42px;
  border-radius: 9px;
  background: linear-gradient(160deg, #4a2a5c 0%, #6b2d62 52%, #3d1f4a 100%);
  color: #e4c6ff;
  display: grid;
  place-items: center;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}
.me-ico svg { width: 16px; height: 16px; }
.me-copy { flex: 1; min-width: 0; display: flex; align-items: center; gap: 8px; text-align: left; }
.me-copy b { font-size: 14px; font-weight: 700; }
.me-count {
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 999px;
  background: var(--pink);
  color: #fff;
  font-size: 10px;
  font-style: normal;
  font-weight: 900;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.me-chev { width: 15px; height: 15px; flex: 0 0 15px; color: #736873; }
.fav-grid { margin-top: 16px; }
.app.mine-on .topbar { display: none; }
.page[data-page="mine"] { padding-top: max(10px, env(safe-area-inset-top)); }

.detail { display: none; position: fixed; inset: 0; z-index: 70; background: #0a0710; max-width: 460px; margin: 0 auto; overflow: auto; }
.detail.on { display: block; }
.dating-slider { height: min(70vh, 590px); min-height: 430px; position: relative; overflow: hidden; background: #18101f; }
.dating-track { display: flex; height: 100%; transition: transform 0.4s ease; }
.dating-slide { min-width: 100%; height: 100%; }
.dating-slide img { width: 100%; height: 100%; object-fit: cover; }
.dating-back {
  position: absolute; z-index: 12; left: 14px; top: max(14px, env(safe-area-inset-top));
  width: 42px; height: 42px; border-radius: 50%;
  background: rgba(8, 5, 12, 0.5); border: 1px solid rgba(255, 255, 255, 0.16);
  display: grid; place-items: center; backdrop-filter: blur(9px);
}
.dating-count {
  position: absolute; z-index: 12; right: 14px; top: max(18px, env(safe-area-inset-top));
  height: 31px; padding: 0 11px; border-radius: 16px;
  background: rgba(8, 5, 12, 0.5); border: 1px solid rgba(255, 255, 255, 0.14);
  display: flex; align-items: center; font-size: 10px; font-weight: 850; backdrop-filter: blur(9px);
}
.dating-body { position: relative; z-index: 3; margin-top: -28px; border-radius: 28px 28px 0 0; padding: 23px 17px calc(24px + var(--tab-h)); background: linear-gradient(180deg, #140d1a, var(--bg) 72px); }
.dating-title-row { display: flex; align-items: flex-start; justify-content: space-between; gap: 13px; }
.dating-title-row h1 { font-size: 25px; line-height: 1.15; margin: 0; }
.dating-title-row p { font-size: 11px; color: #c3b5c0; margin: 7px 0 0; }
.dating-title-meta { display: flex; flex-direction: column; align-items: flex-end; gap: 7px; }
.dating-online { height: 28px; padding: 0 10px; border-radius: 14px; display: inline-flex; align-items: center; gap: 6px; background: rgba(77, 227, 165, 0.09); border: 1px solid rgba(77, 227, 165, 0.18); color: #65e4b0; font-size: 9px; font-weight: 900; }
.dating-online i { width: 6px; height: 6px; border-radius: 50%; background: #4de3a5; box-shadow: 0 0 8px #4de3a5; }
.dating-online.busy { background: rgba(255, 63, 120, 0.12); border-color: rgba(255, 63, 120, 0.22); color: #ff91b1; }
.dating-online.busy i { background: var(--pink); box-shadow: 0 0 8px var(--pink); }
.pid-chip { height: 29px; padding: 0 5px 0 9px; border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 999px; background: rgba(255, 255, 255, 0.055); display: inline-flex; align-items: center; gap: 5px; color: #d9cad6; font-size: 10px; }
.pid-chip button { width: 22px; height: 22px; border-radius: 50%; border: 1px solid rgba(255, 111, 157, 0.25); background: rgba(255, 63, 120, 0.1); color: #ff7aa5; display: grid; place-items: center; }
.media-review { margin: 18px 0 0; padding: 15px; border-radius: 22px; display: grid; grid-template-columns: 78px 1fr; align-items: center; gap: 14px; background: linear-gradient(135deg, rgba(255, 63, 120, 0.1), rgba(165, 92, 255, 0.08)); border: 1px solid rgba(255, 255, 255, 0.1); }
.media-score { width: 72px; height: 72px; border-radius: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; background: conic-gradient(var(--pink) var(--score-angle, 300deg), rgba(255, 255, 255, 0.08) 0); position: relative; }
.media-score:before { content: ""; position: absolute; inset: 5px; border-radius: 50%; background: #17101e; }
.media-score strong, .media-score span { position: relative; z-index: 1; }
.media-score strong { font-size: 23px; line-height: 1; }
.media-score span { font-size: 7px; color: #c9bbc5; margin-top: 4px; }
.media-review b { font-size: 14px; }
.media-review p { margin: 5px 0 9px; color: #b8aab5; font-size: 9px; line-height: 1.55; }
.media-meter { height: 5px; border-radius: 5px; background: rgba(255, 255, 255, 0.08); overflow: hidden; }
.media-meter i { display: block; height: 100%; width: 40%; background: linear-gradient(90deg, var(--purple), var(--pink)); }
.dating-detail-card { margin-top: 14px; border-radius: 22px; overflow: hidden; background: rgba(255, 255, 255, 0.04); border: 1px solid var(--line); }
.dating-row { width: 100%; min-height: 64px; padding: 10px 12px; display: grid; grid-template-columns: 38px minmax(0, 1fr) auto; align-items: center; gap: 10px; text-align: left; border-bottom: 1px solid rgba(255, 255, 255, 0.065); }
.dating-row:last-child { border-bottom: 0; }
.d-ico { width: 36px; height: 36px; border-radius: 12px; display: grid; place-items: center; background: linear-gradient(145deg, rgba(255, 63, 120, 0.18), rgba(165, 92, 255, 0.14)); color: #ff9bb8; font-size: 11px; font-weight: 950; }
.d-copy small { display: block; font-size: 8px; color: #8f818d; margin-bottom: 4px; }
.d-copy b { display: block; font-size: 11px; }
.dating-row em { font-style: normal; font-size: 9px; color: #ff8ead; }
.dating-block { margin-top: 16px; border-radius: 22px; padding: 17px; background: rgba(255, 255, 255, 0.042); border: 1px solid var(--line); }
.dating-block h2 { font-size: 15px; margin: 0 0 11px; }
.dating-block p { font-size: 11px; line-height: 1.8; color: #d2c5cf; margin: 0; }
.dating-actions { position: sticky; z-index: 20; bottom: calc(var(--tab-h) + 8px); display: grid; grid-template-columns: 50px 1fr; gap: 9px; margin: 18px 0 0; }
.dating-like { height: 49px; border-radius: 17px; border: 1px solid var(--line); background: rgba(255, 255, 255, 0.055); color: #ff82a6; display: grid; place-items: center; }
.dating-like.on { background: var(--pink); color: #fff; }
.booking-btn { height: 49px; border-radius: 17px; background: linear-gradient(135deg, var(--pink-2), var(--pink)); font-size: 12px; font-weight: 950; box-shadow: 0 12px 28px rgba(255, 63, 120, 0.25); }

.sheet { display: none; position: fixed; inset: 0; z-index: 110; background: rgba(3, 2, 5, 0.76); align-items: flex-end; justify-content: center; padding: 18px; backdrop-filter: blur(10px); }
.sheet.on { display: flex; }
.sheet-card { position: relative; width: 100%; max-width: 430px; border-radius: 28px; padding: 25px 20px 20px; background: linear-gradient(160deg, #25152d, #140d1a 62%); border: 1px solid rgba(255, 255, 255, 0.12); box-shadow: 0 28px 80px rgba(0, 0, 0, 0.55); }
.sheet-card h3 { margin: 0 0 8px; font-size: 19px; }
.sheet-handle { width: 42px; height: 4px; border-radius: 2px; background: #493d4b; margin: 0 auto 12px; }
.sheet-head { display: flex; align-items: flex-start; justify-content: space-between; margin-bottom: 8px; }
.sheet-x { position: absolute; right: 12px; top: 11px; width: 34px; height: 34px; border-radius: 50%; background: rgba(255, 255, 255, 0.07); color: #cdbfca; font-size: 20px; }
.sheet-x.sm { position: static; }
.cs-card { text-align: center; }
.sheet#sheet {
  align-items: center;
  justify-content: center;
  z-index: 980;
}
.sheet#sheet .pu8-service-popup-card.is-service-list,
.sheet#sheet .pu8-service-popup-card.is-tip-mode {
  padding: 22px 16px 16px;
  text-align: left;
  overflow: hidden;
  max-height: calc(100svh - 32px);
  overflow-y: auto;
  scrollbar-width: none;
}
.sheet#sheet .pu8-service-popup-card.is-service-list::-webkit-scrollbar,
.sheet#sheet .pu8-service-popup-card.is-tip-mode::-webkit-scrollbar { display: none; }
.pu8-service-line-mark,
.pu8-service-telegram-mark {
  width: 58px;
  height: 58px;
  margin: 0 auto 12px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(145deg, #06C755, #00B900);
  box-shadow: 0 15px 36px rgba(6, 199, 85, 0.28), 0 0 0 1px rgba(255, 255, 255, 0.13) inset;
  color: #fff;
}
.pu8-service-line-mark svg,
.pu8-service-telegram-mark svg { width: 31px; height: 31px; }
.sheet#sheet .pu8-service-popup-card.is-service-list h2,
.sheet#sheet .pu8-service-popup-card.is-tip-mode h2 {
  text-align: center;
  font-size: 20px;
  margin: 0;
  line-height: 1.35;
  color: #fff;
}
.sheet#sheet .pu8-service-popup-card.is-service-list > p,
.sheet#sheet .pu8-service-popup-card.is-tip-mode > p.sub {
  text-align: center;
  margin: 7px auto 14px;
  max-width: 360px;
  color: #cbbdca;
  font-size: 11px;
  line-height: 1.65;
}
.sheet#sheet .pu8-service-popup-card.is-tip-mode {
  text-align: center;
  padding: 28px 22px 22px;
}
.sheet#sheet .pu8-service-popup-card.is-tip-mode .pu8-service-tip-copy {
  margin: 10px auto 22px;
  font-size: 13px;
  line-height: 1.7;
  color: #e8dde8;
}
.pu8-service-tip-ok {
  appearance: none;
  width: 100%;
  max-width: 320px;
  height: 46px;
  margin: 0 auto;
  border: 0;
  border-radius: 14px;
  background: linear-gradient(135deg, #ff7ca3, #ff3f78);
  color: #fff;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0.04em;
  cursor: pointer;
  box-shadow: 0 12px 28px rgba(255, 63, 120, 0.28);
}
.pu8-service-tip-ok:active { transform: scale(0.985); }
.pu8-service-tip-ok.is-checking { opacity: 0.72; }
.pu8-service-popup-card.is-tip-mode.is-download-mode .pu8-service-line-mark,
.pu8-service-popup-card.is-tip-mode.is-download-mode h2,
.pu8-service-popup-card.is-tip-mode.is-download-mode .pu8-service-tip-copy,
.pu8-service-popup-card.is-tip-mode.is-download-mode .pu8-service-tip-ok { display: none !important; }
.pu8-service-agent-list { display: grid; gap: 9px; margin-top: 4px; }
.pu8-service-agent {
  appearance: none;
  width: 100%;
  min-height: 66px;
  margin: 0;
  padding: 9px 12px;
  border: 1px solid rgba(255, 91, 151, 0.28);
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.028));
  color: #fff;
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr) auto 16px;
  align-items: center;
  gap: 10px;
  text-align: left;
  font: inherit;
  cursor: pointer;
}
.pu8-service-agent:active {
  transform: scale(0.985);
  background: rgba(255, 63, 120, 0.12);
  border-color: rgba(255, 99, 157, 0.52);
}
.pu8-service-agent-icon {
  width: 46px;
  height: 46px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(145deg, #35b9f2, #178bd3);
  color: #fff;
  box-shadow: 0 9px 22px rgba(24, 139, 211, 0.22);
}
.pu8-service-agent-icon svg { width: 24px; height: 24px; transform: translate(-1px, 1px); }
.pu8-service-agent-copy { min-width: 0; display: flex; flex-direction: column; gap: 3px; }
.pu8-service-agent-copy b { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 14px; line-height: 1.25; color: #fff; }
.pu8-service-agent-copy small { font-size: 10px; color: #8ce7be; line-height: 1.2; }
.pu8-service-agent em { font-style: normal; font-size: 10px; font-weight: 800; color: #ff83ad; white-space: nowrap; }
.pu8-service-agent-arrow { font-size: 23px; color: #a998a8; line-height: 1; }
.pu8-service-agent-empty {
  padding: 18px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.045);
  color: #b8a8b5;
  text-align: center;
  font-size: 12px;
}
.pu8-service-popup-later {
  appearance: none;
  width: 100%;
  height: 42px;
  margin-top: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.045);
  color: #d9ccd6;
  font-size: 11px;
  font-weight: 800;
}
.pu8-service-popup-card.is-telegram-checking .pu8-service-agent:not(.is-checking) { opacity: 0.52; pointer-events: none; }
.pu8-service-agent.is-checking {
  border-color: rgba(64, 190, 255, 0.58);
  background: linear-gradient(145deg, rgba(40, 168, 229, 0.18), rgba(255, 255, 255, 0.035));
  pointer-events: none;
}
.pu8-service-agent.is-checking .pu8-service-agent-icon { animation: pu8V39TelegramPulse 1s ease-in-out infinite; }
.pu8-service-agent.is-checking em { color: #7dd8ff; }
@keyframes pu8V39TelegramPulse {
  0%, 100% { transform: scale(1); box-shadow: 0 9px 22px rgba(24, 139, 211, 0.22); }
  50% { transform: scale(0.93); box-shadow: 0 0 0 8px rgba(37, 166, 228, 0.1), 0 9px 22px rgba(24, 139, 211, 0.28); }
}
.pu8-service-download-panel[hidden] { display: none !important; }
.pu8-service-popup-card.is-download-mode .pu8-service-agent-list,
.pu8-service-popup-card.is-download-mode > .pu8-service-popup-later { display: none !important; }
.pu8-service-popup-card.is-download-mode .pu8-service-download-panel { display: block !important; }
.pu8-service-download-panel {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 8px 0 0;
}
.pu8-service-download-icon {
  width: 62px;
  height: 62px;
  border-radius: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: linear-gradient(145deg, #35b9f2, #178bd3);
  box-shadow: 0 15px 36px rgba(32, 159, 221, 0.28), 0 0 0 1px rgba(255, 255, 255, 0.13) inset;
  margin-bottom: 12px;
}
.pu8-service-download-icon svg { width: 31px; height: 31px; }
.pu8-service-download-panel h3 { margin: 0; font-size: 18px; line-height: 1.35; color: #fff; }
.pu8-service-download-panel p { margin: 8px auto 15px; max-width: 340px; color: #cbbdca; font-size: 11px; line-height: 1.65; }
.pu8-service-download-actions { width: 100%; display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(0, 0.85fr); gap: 10px; }
.pu8-service-download-actions button { appearance: none; height: 44px; border-radius: 14px; font-size: 12px; font-weight: 900; }
.pu8-service-download-actions .primary {
  border: 0;
  background: linear-gradient(135deg, #ff5d96, #ff3f78);
  color: #fff;
  box-shadow: 0 12px 28px rgba(255, 63, 120, 0.23);
}
.pu8-service-download-actions .secondary {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.045);
  color: #d9ccd6;
}
@media (max-height: 620px) {
  .sheet#sheet .pu8-service-popup-card.is-service-list { padding-top: 16px; }
  .pu8-service-telegram-mark { width: 46px; height: 46px; border-radius: 16px; margin-bottom: 8px; }
  .pu8-service-telegram-mark svg { width: 25px; height: 25px; }
  .pu8-service-agent { min-height: 58px; padding: 7px 10px; }
  .pu8-service-agent-icon { width: 40px; height: 40px; border-radius: 13px; }
}
@media (max-width: 360px) {
  .pu8-service-download-actions { grid-template-columns: 1fr; }
}
.cs-mark { width: 68px; height: 68px; border-radius: 22px; margin: 0 auto 13px; display: grid; place-items: center; background: #fff; color: #1c0e16; font-size: 22px; }
.cs-mark { width: 68px; height: 68px; border-radius: 22px; margin: 0 auto 13px; display: grid; place-items: center; background: #fff; color: #1c0e16; font-size: 22px; }
.cs-agent { display: flex; align-items: center; gap: 10px; width: 100%; text-align: left; padding: 12px 0; border-bottom: 1px solid var(--line); }
.cs-agent:last-of-type { border-bottom: 0; }
.cs-ico { width: 36px; height: 36px; border-radius: 12px; background: rgba(255, 63, 120, 0.14); color: #ff8dac; display: grid; place-items: center; }
.cs-agent small { display: block; font-size: 11px; color: var(--muted); }
.cs-agent em { font-style: normal; font-size: 12px; color: #ff8ead; white-space: nowrap; }
.btn-later { width: 100%; height: 44px; border-radius: 15px; margin-top: 14px; background: rgba(255, 255, 255, 0.06); border: 1px solid var(--line); font-weight: 800; }
.rg-flag { width: 38px; height: 38px; border-radius: 13px; background: linear-gradient(145deg, #34223f, #21152a); display: grid; place-items: center; font-size: 18px; flex: 0 0 38px; }
.region-item { display: flex; align-items: center; gap: 11px; padding: 10px 12px; border-radius: 16px; border: 1px solid var(--line); background: rgba(255, 255, 255, 0.035); margin-top: 8px; text-align: left; width: 100%; }
.region-item.on { border-color: rgba(255, 83, 139, 0.5); background: rgba(255, 63, 120, 0.1); }
.region-item b { display: block; font-size: 13px; }
.region-item span { font-size: 10px; color: var(--muted); }
.rg-state { height: 24px; padding: 0 8px; border-radius: 12px; display: inline-flex; align-items: center; background: rgba(77, 227, 165, 0.12); color: #66eab3; font-size: 9px; font-weight: 900; white-space: nowrap; }
.rg-state.locked { background: rgba(255, 255, 255, 0.06); color: #978b97; }
.page[data-page="cert"] { padding-top: 16px; }
body.video-feed-on { overflow: hidden; overscroll-behavior: none; }
.app.video-on .topbar { display: none; }
.app.video-on {
  overflow: hidden;
  height: 100vh;
  height: 100dvh;
  max-height: 100dvh;
}
.page[data-page="video"] {
  position: relative;
  padding: 0;
  height: calc(100vh - var(--tab-h));
  height: calc(100dvh - var(--tab-h));
  overflow: hidden;
  background: #08060c;
}
.short-feed {
  position: absolute;
  inset: 0;
  overflow: hidden;
  touch-action: none;
  user-select: none;
  background: #08060c;
}
.short-track {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  transition: transform 0.42s cubic-bezier(0.2, 0.76, 0.22, 1);
  will-change: transform;
}
.short-track.is-dragging { transition: none; }
.short-slide {
  position: relative;
  flex: 0 0 100%;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #08060c;
}
.short-slide video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #08060c;
}
.short-shade {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(5, 3, 8, 0.34), transparent 22%, transparent 50%, rgba(4, 2, 7, 0.9) 92%, #08060c 100%);
}
.short-head {
  position: absolute;
  z-index: 5;
  left: 0; right: 0; top: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  padding: max(13px, env(safe-area-inset-top)) 15px 10px;
  color: #fff;
}
.short-head > b {
  font-size: 15px;
  font-weight: 950;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.45);
}
.short-brand {
  justify-self: start;
  font-size: 15px;
  font-weight: 950;
  letter-spacing: -0.6px;
  color: #fff;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.4));
}
.short-brand em {
  font-style: normal;
  color: #190b12;
  background: linear-gradient(135deg, #ff739f, #ff3f78);
  padding: 1px 5px 2px;
  margin-left: 2px;
  border-radius: 7px;
  font-size: 12px;
}
.short-sound {
  justify-self: end;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(12, 8, 16, 0.45);
  color: #fff;
  display: grid;
  place-items: center;
  backdrop-filter: blur(9px);
}
.short-sound svg { width: 19px; height: 19px; }
.short-sound.is-on { background: rgba(255, 63, 120, 0.38); border-color: rgba(255, 127, 169, 0.5); }
.short-copy {
  position: absolute;
  z-index: 5;
  left: 16px;
  right: 72px;
  bottom: 22px;
  color: #fff;
  text-shadow: 0 2px 13px rgba(0, 0, 0, 0.65);
  text-align: left;
}
.short-author { display: flex; align-items: center; gap: 8px; margin-bottom: 7px; }
.short-author span { font-size: 14px; font-weight: 950; }
.short-author i {
  font-style: normal;
  font-size: 9px;
  font-weight: 900;
  color: #6ff0bc;
  background: rgba(31, 125, 92, 0.35);
  border: 1px solid rgba(88, 239, 181, 0.36);
  border-radius: 12px;
  padding: 3px 7px;
}
.short-copy h2 { margin: 0 0 7px; font-size: 20px; line-height: 1.18; font-weight: 950; }
.short-meta { display: flex; align-items: center; gap: 11px; font-size: 10px; color: #e3d5de; }
.short-contact {
  position: absolute;
  z-index: 6;
  right: 10px;
  bottom: 24px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: linear-gradient(145deg, #ff5b91, #e62f72);
  color: #fff;
  font-size: 10px;
  font-weight: 950;
  line-height: 1.15;
  padding: 0 4px;
  box-shadow: 0 10px 28px rgba(255, 43, 110, 0.34);
}
.short-hint {
  position: absolute;
  z-index: 8;
  left: 50%;
  top: 52%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 9px;
  pointer-events: none;
  animation: shortHintHide 0.8s ease 2.6s forwards;
}
.short-hint span {
  width: 19px;
  height: 29px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.65);
  position: relative;
}
.short-hint span:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 6px;
  width: 3px;
  height: 7px;
  border-radius: 3px;
  background: #fff;
  transform: translateX(-50%);
  animation: shortSwipe 1.2s ease infinite;
}
@keyframes shortSwipe {
  0% { top: 6px; opacity: 1; }
  70% { top: 16px; opacity: 0; }
  100% { top: 6px; opacity: 0; }
}
@keyframes shortHintHide { to { opacity: 0; visibility: hidden; } }
