:root {
  --purple: #5b21b6;
  --purple-2: #7c3aed;
  --purple-deep: #4c1d95;
  --bg: #5b21b6;
  --sheet: #faf7ff;
  --green: #4ade80;
  --gold: #f5c518;
  --text: #1e1233;
  --muted: #6b5a88;
  --white: #fff;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
html, body { min-height: 100%; }
body {
  font-family: 'Noto Sans Bengali', 'Hind Siliguri', 'Plus Jakarta Sans', sans-serif;
  background-attachment: fixed;
  background:
    radial-gradient(720px 420px at 12% 16%, rgba(192, 132, 252, .42), transparent 58%),
    radial-gradient(640px 380px at 88% 10%, rgba(244, 114, 182, .22), transparent 52%),
    radial-gradient(900px 520px at 70% 92%, rgba(91, 33, 182, .48), transparent 58%),
    linear-gradient(180deg, #5b21b6 0%, #4a1d8a 28%, #361555 58%, #2a1048 100%);
  color: #fff;
  overflow-x: hidden;
}
body.home {
  background-attachment: fixed;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.page { width: min(100% - 2rem, 42rem); margin: 0 auto; padding: 1.2rem 0 3rem; }
.wrap { width: min(100% - 1.6rem, 26.5rem); margin: 0 auto; padding: 0.85rem 0 2.4rem; }
.page-wide { width: min(100% - 2rem, 1180px); margin: 0 auto; }
main { position: relative; z-index: 1; }

.orbs {
  pointer-events: none; position: fixed; inset: 0; z-index: 0;
  opacity: .45;
  background-image:
    radial-gradient(circle at 18% 22%, rgba(255,255,255,.18) 0 8%, transparent 42%),
    radial-gradient(circle at 82% 18%, rgba(244,114,182,.14) 0 12%, transparent 46%),
    radial-gradient(circle, rgba(255,255,255,.14) 1px, transparent 1.2px);
  background-size: auto, auto, 140px 140px;
}

.site-head {
  position: sticky; top: 0; z-index: 30;
  overflow: visible;
}
.site-head::before {
  content: "";
  position: absolute; inset: 0;
  background: rgba(91, 33, 182, .38);
  backdrop-filter: blur(16px);
  pointer-events: none;
  z-index: 0;
}
.bar { display: flex; align-items: center; justify-content: space-between; gap: .8rem; padding: .9rem 0; overflow: visible; position: relative; z-index: 2; }
.brand { display: flex; align-items: center; gap: .5rem; font-weight: 800; font-size: 1.2rem; letter-spacing: -.03em; }
.brand img, .brand-mark { width: 2.55rem; height: 2.55rem; flex: 0 0 auto; display: block; }
.brand-pop {
  position: relative;
  z-index: 4;
}
.brand-pop .brand-mark {
  border-radius: 50%;
  transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}
.brand-pop::after {
  content: attr(data-tip);
  position: absolute; left: 1.28rem; top: calc(100% + .45rem);
  transform: translateX(-50%) translateY(-8px);
  opacity: 0; pointer-events: none;
  background: #1a1030; color: #fff;
  font-size: .82rem; font-weight: 800;
  padding: .42rem .9rem; border-radius: 999px;
  white-space: nowrap;
  box-shadow: 0 10px 24px rgba(20, 6, 50, .28);
  transition: opacity .2s ease, transform .2s ease;
}
.brand-pop:hover .brand-mark,
.brand-pop:focus-visible .brand-mark,
.brand-pop:active .brand-mark {
  transform: scale(1.32);
  box-shadow: 0 0 0 4px #fff, 0 10px 22px rgba(20, 6, 50, .28);
}
.brand-pop:hover::after,
.brand-pop:focus-visible::after,
.brand-pop:active::after {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}
.desk-nav { display: none; gap: 1.4rem; font-weight: 700; font-size: .95rem; }
.desk-nav a { opacity: .82; }
.desk-nav a:hover, .desk-nav a.on { opacity: 1; }
.head-actions { display: flex; align-items: center; gap: .5rem; position: relative; z-index: 2; }
.icon-btn {
  width: 2.5rem; height: 2.5rem; border: 0; border-radius: 999px;
  background: rgba(255,255,255,.14); color: #fff; cursor: pointer; font-size: 1.05rem;
}
.mnav { display: none; flex-direction: column; gap: .35rem; padding: 0 1rem 1rem; }
.mnav.open { display: flex; }
.mnav a { background: rgba(255,255,255,.1); border-radius: 999px; padding: .75rem 1rem; font-weight: 700; }

.home-main { position: relative; z-index: 1; padding: 1.4rem 0 4.4rem; }
.hero-split { display: grid; gap: 2.2rem; align-items: center; padding: 1.6rem 0 2.2rem; }
.hero-copy { color: #fff; animation: heroIn .65s ease; }
.hero-copy h1 {
  color: #fff;
  font-size: clamp(2rem, 4.8vw, 3.25rem);
  line-height: 1.18; font-weight: 800; letter-spacing: -.03em; max-width: 16ch;
}
.hero-copy h1 .gold {
  display: inline;
  color: var(--gold);
  text-shadow: 0 8px 24px rgba(245, 197, 24, .28);
}
.eyebrow {
  display: inline-flex; align-items: center; gap: .4rem;
  background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.16);
  border-radius: 999px; padding: .36rem .85rem; font-size: .78rem; font-weight: 700; margin-bottom: .75rem;
}
.eyebrow.gold-pill {
  background: rgba(245, 197, 24, .16);
  border-color: rgba(245, 197, 24, .38);
  color: #ffe9a3;
}
.kicker { font-size: .8rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; opacity: .7; margin-bottom: .45rem; }
.lead { color: rgba(255,255,255,.95); margin: .7rem 0 1.15rem; font-size: 1.08rem; line-height: 1.7; font-weight: 700; }
.hero-copy .lead { max-width: 38rem; }
.time-clear {
  font-weight: 800; color: #fff; letter-spacing: .02em;
  text-shadow: 0 1px 0 rgba(0,0,0,.12);
}
.checks { list-style: none; display: grid; gap: .55rem; margin: 0 0 1.3rem; }
.checks li { display: flex; align-items: center; gap: .6rem; font-weight: 700; animation: checkIn .4s ease both; }
.checks li:nth-child(1) { animation-delay: .12s; }
.checks li:nth-child(2) { animation-delay: .18s; }
.checks li:nth-child(3) { animation-delay: .24s; }
.checks li:nth-child(4) { animation-delay: .3s; }
.checks li:nth-child(5) { animation-delay: .36s; }
.checks li::before {
  content: ""; width: 1.28rem; height: 1.28rem; border-radius: 50%;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill='%23ffffff' d='M6.2 11.2 3.4 8.4l1.1-1.1 1.7 1.7 4.3-4.3 1.1 1.1z'/></svg>");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
  flex: 0 0 auto;
  box-shadow: 0 4px 10px rgba(10, 6, 20, .18);
}
.checks li:nth-child(1)::before { background-color: #0f9f6e; }
.checks li:nth-child(2)::before { background-color: #0284c7; }
.checks li:nth-child(3)::before { background-color: #d97706; }
.checks li:nth-child(4)::before { background-color: #db2777; }
.checks li:nth-child(5)::before { background-color: #2563eb; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .7rem; }
.hero-actions .btn,
.hero-actions .pop-hit .btn { width: auto; min-width: 11rem; }
.trust-row {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: .55rem 1.05rem;
  margin: 1rem 0 0;
  padding: 0;
}
.trust-row li {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  font-size: .88rem;
  font-weight: 700;
  color: rgba(255,255,255,.92);
}
.trust-row li::before {
  content: "✓";
  width: 1.1rem; height: 1.1rem;
  border-radius: 50%;
  display: grid; place-items: center;
  background: #0f9f6e;
  color: #fff;
  font-size: .68rem;
  font-weight: 900;
  flex: 0 0 auto;
}
.hero-panel { min-width: 0; animation: heroIn .7s .08s ease; }
@media (min-width: 980px) {
  .hero-panel { animation: heroIn .7s .08s ease, floaty 6.5s 1s ease-in-out infinite; }
}
.hero-panel .sheet { overflow: visible; }

.sheet {
  background: var(--sheet); color: var(--text); border-radius: 1.8rem;
  padding: .85rem; box-shadow: 0 24px 60px rgba(28, 8, 70, .28);
}
.survey-sheet {
  padding: 1rem .85rem .85rem;
  background: linear-gradient(180deg, rgba(255,255,255,.18), rgba(255,255,255,.08));
  color: #fff;
  border-radius: 1.45rem;
  border: 1px solid rgba(255,255,255,.2);
  box-shadow: 0 28px 60px rgba(16, 6, 36, .28);
  backdrop-filter: blur(18px);
}
.survey-sheet .sheet-head { color: #fff; font-size: 1.02rem; }
.survey-sheet .muted,
.survey-sheet .sheet-foot { color: rgba(255,255,255,.72); opacity: 1; font-weight: 700; }
.survey-sheet .sheet-foot { font-size: .82rem; }
.survey-sheet .survey {
  background: rgba(42, 16, 72, .38);
  color: #fff;
  margin-bottom: .42rem;
  border: 1px solid rgba(255,255,255,.12);
}
.survey-sheet .survey:hover {
  background: rgba(255,255,255,.14);
  border-color: rgba(255,255,255,.24);
  box-shadow: 0 10px 22px rgba(16, 6, 36, .16);
  transform: translateY(-2px);
}
.survey-sheet .survey strong,
.survey-sheet .sv-no {
  color: #fff;
  font-size: .88rem;
  background: rgba(255,255,255,.14);
  border-color: rgba(255,255,255,.28);
  box-shadow: none;
}
.survey-sheet .meta { color: rgba(255,255,255,.78); font-size: .86rem; font-weight: 700; }
.survey-sheet .clock { border-color: rgba(255,255,255,.78); }
.survey-sheet .clock::after { background: rgba(255,255,255,.9); }
.survey-sheet .pay { color: #4ade80; font-size: 1.14rem; }
.survey-sheet .stars { color: #facc15; font-size: 1.12rem; }
.sheet-head {
  display: flex; justify-content: space-between; align-items: center;
  padding: .2rem .5rem .7rem; font-weight: 800; font-size: .9rem;
}
.dot { width: .42rem; height: .42rem; border-radius: 50%; background: #4ade80; display: inline-block; margin-right: .35rem; vertical-align: middle; }
.muted { color: var(--muted); font-size: .82rem; font-weight: 600; }
.survey {
  display: flex; justify-content: space-between; align-items: center; gap: .75rem;
  background: #fff; border-radius: 1.15rem; padding: .78rem .9rem; margin-bottom: .48rem;
  transition: transform .15s ease, box-shadow .15s ease;
}
.survey:hover { transform: translateY(-1px); box-shadow: 0 8px 18px rgba(76,29,149,.08); }
.survey.is-done { opacity: .55; pointer-events: none; box-shadow: none; transform: none; }
.sv-start-box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 .7rem;
  padding: .88rem 1rem;
  border-radius: 1.1rem;
  background: linear-gradient(180deg, #ffe27a, #f5c518);
  color: #3b0764;
  font-weight: 800;
  font-size: 1.05rem;
  text-align: center;
  box-shadow: 0 10px 22px rgba(245, 180, 0, .28);
}
a.sv-start-box:hover,
a.sv-start-box:active {
  filter: brightness(1.03);
  transform: translateY(-1px);
}
.sv-start-box.is-done {
  background: #efe8ff;
  color: #6b5a88;
  box-shadow: none;
}
.sv-brand {
  flex: 0 0 2.85rem;
  width: 2.85rem;
  height: 2.85rem;
  border-radius: .82rem;
  display: grid;
  place-items: center;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 800;
  font-size: .92rem;
  letter-spacing: -.04em;
  color: #fff;
  overflow: hidden;
  box-shadow: 0 8px 16px rgba(16, 6, 36, .12);
}
.sv-brand.letter { background: var(--c, #361555); }
.sv-brand.has-img {
  background: #fff;
  border: 1px solid #efe8ff;
}
.sv-brand img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: .22rem;
}
.survey .sv-copy { min-width: 0; flex: 1; }
.survey strong,
.sv-no {
  display: inline-flex;
  align-items: center;
  width: max-content;
  max-width: 100%;
  padding: .2rem .58rem;
  border: 1.5px solid #cbb6e4;
  border-radius: .55rem;
  background: linear-gradient(180deg, #f6f0fc, #ece3f7);
  color: #361555;
  font-size: .88rem;
  font-weight: 800;
  letter-spacing: .01em;
  line-height: 1.25;
  box-shadow: 0 1px 0 rgba(54, 21, 85, .05);
}
.survey .meta { color: var(--muted); font-size: .78rem; margin-top: .18rem; display: flex; align-items: center; gap: .35rem; }
.clock {
  width: .85rem; height: .85rem; border: 1.6px solid #8b7aa3; border-radius: 50%; position: relative; display: inline-block;
}
.clock::after { content: ""; position: absolute; left: 50%; top: 22%; width: 1.4px; height: .32rem; background: #8b7aa3; transform-origin: bottom; }
.pay { color: var(--green); font-weight: 800; text-align: right; flex: 0 0 auto; white-space: nowrap; font-size: 1.02rem; }
.stars {
  color: #fbbf24;
  font-size: 1.05rem;
  letter-spacing: 2px;
  line-height: 1.15;
  margin-top: .12rem;
}
.sheet-foot { text-align: center; padding: .65rem .2rem .2rem; color: var(--muted); font-size: .76rem; }
.sv-need {
  text-align: center;
  padding: 2rem 1.2rem 1.6rem;
}
.sv-need-ico {
  width: 3.4rem; height: 3.4rem; margin: 0 auto .85rem;
  border-radius: 50%;
  display: grid; place-items: center;
  background: linear-gradient(180deg, #7c3aed, #5b21b6);
  color: #f5b400; font-size: 1.35rem; font-weight: 900;
  box-shadow: 0 12px 24px rgba(109, 40, 217, .28);
}
.sv-need h2 {
  margin: 0 0 .45rem;
  color: #1a1030;
  font-size: 1.28rem;
  font-weight: 800;
  word-spacing: .12em;
  line-height: 1.4;
}
.sv-need p {
  margin: 0 0 1.2rem;
  color: #4c3d66;
  font-weight: 700;
  line-height: 1.55;
  word-spacing: .1em;
}
.sv-need .btn-gold {
  width: 100%;
  max-width: 16rem;
  margin: 0 auto;
  display: inline-flex;
}

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .4rem;
  width: 100%; border: 0; border-radius: 999px; padding: .95rem 1.2rem;
  font: inherit; font-weight: 800; cursor: pointer;
}
.btn-sm { width: auto; padding: .58rem 1.05rem; font-size: .88rem; }
.btn-white {
  background: #fff; color: var(--purple); box-shadow: 0 8px 20px rgba(0,0,0,.08);
  position: relative; overflow: hidden;
}
.btn-white::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(105deg, transparent 35%, rgba(255,255,255,.55) 50%, transparent 65%);
  transform: translateX(-130%);
  animation: btn-shine 5s ease-in-out infinite;
}
@keyframes btn-shine {
  0%, 58% { transform: translateX(-130%); }
  72%, 100% { transform: translateX(130%); }
}
.btn-white:hover { filter: brightness(1.03); }
.btn-pop.btn-white:hover, .btn-pop.btn-white:focus-visible, .btn-pop.btn-white:active { filter: none; }
.btn-purple { background: linear-gradient(180deg,#7c3aed,#5b21b6); color: #fff; box-shadow: 0 10px 22px rgba(91, 33, 182, .32); }
.btn-ghost { background: transparent; color: #fff; border: 1px solid rgba(255,255,255,.3); }

.reward-by { text-align: center; margin: 1.4rem 0 .7rem; font-weight: 700; opacity: .85; }
#payment .foot-trust { margin: .15rem 0 1rem; }
.pay-pills { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: .65rem; margin: 0 0 2rem; }
.pay-pills .pay-logo {
  background: #fff; border: 0;
  border-radius: 999px; padding: .38rem 1.15rem; height: 3.15rem;
  display: inline-flex; align-items: center; justify-content: center;
  min-width: 8.6rem; box-shadow: 0 8px 18px rgba(40,10,90,.12);
  transition: transform .22s ease, box-shadow .22s ease;
}
.pay-pills .pay-logo:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 26px rgba(16, 6, 36, .18);
}
.pay-pills img {
  height: 2.05rem; width: auto; max-width: 8.2rem;
  object-fit: contain; display: block;
}
.pay-pills .pay-logo-rocket {
  padding: .22rem .9rem;
  min-width: 9rem;
}
.pay-pills .pay-logo-rocket img {
  height: 2.7rem;
  max-width: 8.4rem;
  object-fit: contain;
}

.stats-panel {
  display: grid; grid-template-columns: 1fr 1fr; gap: 1rem;
  background: rgba(28, 10, 80, .35); border: 1px solid rgba(255,255,255,.08);
  border-radius: 1.8rem; padding: 1.4rem 1.1rem; margin: 1rem 0 2.4rem;
}
.stats-panel strong { display: block; font-size: 1.7rem; font-family: 'Plus Jakarta Sans', sans-serif; }
.stats-panel span { font-size: .82rem; opacity: .78; }
.live-board { margin: 1.1rem 0 2.2rem; }
.home-live-card {
  display: flex; align-items: center; justify-content: space-between; gap: .8rem;
  background: linear-gradient(90deg, rgba(255,255,255,.18), rgba(91, 33, 182, .28));
  color: #fff;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 1.15rem; padding: .95rem 1.15rem; margin-bottom: .75rem;
  box-shadow: 0 16px 36px rgba(16, 6, 36, .22);
  backdrop-filter: blur(16px);
}
.home-live-left { display: flex; align-items: center; gap: .75rem; min-width: 0; }
.live-dot {
  width: .72rem; height: .72rem; border-radius: 50%; flex: 0 0 auto;
  background: #4ade80;
  box-shadow: 0 0 0 6px rgba(74, 222, 128, .22);
  animation: live-pulse 1.4s ease infinite;
}
@keyframes live-pulse {
  0%,100% { box-shadow: 0 0 0 5px rgba(74, 222, 128, .2); }
  50% { box-shadow: 0 0 0 9px rgba(74, 222, 128, .08); }
}
.live-badge {
  display: inline-flex; align-items: center;
  background: #f5c518; color: #1a1030;
  border-radius: 999px; padding: .16rem .55rem;
  font-size: .68rem; font-weight: 800; letter-spacing: .12em;
}
.home-live-left strong.live-badge { color: #1a1030; }
.home-live-left p { margin: .22rem 0 0; font-size: .88rem; font-weight: 700; color: rgba(255,255,255,.82); opacity: 1; }
.home-live-right { text-align: right; flex: 0 0 auto; }
.home-live-right b, .home-live-right em {
  transition: opacity .22s ease, transform .22s ease;
}
.home-live-right.is-swap b, .home-live-right.is-swap em {
  opacity: 0; transform: translateY(7px);
}
.home-live-right b { display: block; font-size: 1.02rem; color: #fff; font-weight: 800; }
.home-live-right em { display: block; margin-top: .12rem; font-style: normal; font-weight: 800; color: #f5c518; font-size: 1.08rem; }
.home-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: .4rem;
  background: linear-gradient(180deg, rgba(255,255,255,.16), rgba(42, 16, 72, .28));
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 1.45rem;
  padding: 1.25rem .7rem 1.15rem;
  box-shadow: 0 18px 40px rgba(16, 6, 36, .2);
  backdrop-filter: blur(16px);
}
.home-stat {
  display: flex; flex-direction: column; align-items: center; text-align: center;
  gap: .45rem;
  background: transparent; color: #fff;
  border: 0;
  border-radius: 0; padding: .45rem .35rem;
  box-shadow: none;
  transition: transform .22s ease;
}
.home-stat:hover {
  transform: translateY(-3px);
  box-shadow: none;
}
.home-stat-ico {
  flex: 0 0 2.35rem;
  width: 2.35rem; height: 2.35rem; margin: 0;
  border-radius: 50%;
  background-color: rgba(255,255,255,.12);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 1.15rem;
  font-size: 0;
  line-height: 0;
  color: transparent;
  overflow: hidden;
}
.home-stat-ico.ico-user {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23f5c518' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M17 21v-2a4 4 0 0 0-4-4H7a4 4 0 0 0-4 4v2'/><circle cx='10' cy='7' r='3.2'/><path d='M21 21v-2a3.6 3.6 0 0 0-3-3.5'/><path d='M16 4.1a3.2 3.2 0 0 1 0 5.8'/></svg>");
}
.home-stat-ico.ico-map {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23f5c518' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><circle cx='12' cy='12' r='9'/><path d='M12 7v5l3 2'/></svg>");
}
.home-stat-ico.ico-pay {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23f5c518' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M9 5h6l1 3H8z'/><rect x='6' y='8' width='12' height='11' rx='1.6'/><path d='M9 12h6'/></svg>");
}
.home-stat-ico.ico-star {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23f5c518' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M12 3.6 14.4 9l6 .7-4.4 4 1.2 5.8L12 16.8 6.8 19.5 8 13.7 3.6 9.7l6-.7z'/></svg>");
}
.home-stat-ico.ico-ok {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23f5c518' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'><path d='M5.5 12.5 10 17l8.5-9.2'/></svg>");
}
.home-stat-ico.ico-help {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23f5c518' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><circle cx='12' cy='12' r='9'/><path d='M9.6 9.4a2.4 2.4 0 1 1 3.4 2.2c-.7.4-1 1-.1 1.8'/><path d='M12 17.1h.01'/></svg>");
}
.home-stat-txt { min-width: 0; }
.home-stat-txt strong {
  display: block; font-size: clamp(1.15rem, 2.4vw, 1.7rem); line-height: 1.15;
  font-family: 'Plus Jakarta Sans', 'Noto Sans Bengali', sans-serif; color: #fff; font-weight: 800;
  font-variant-numeric: tabular-nums;
}
.home-stat-txt span { display: block; margin-top: .22rem; font-size: .78rem; font-weight: 700; color: rgba(255,255,255,.72); }

.section { margin: 3.6rem 0; }
.section h2 { font-size: clamp(1.45rem, 3.4vw, 2.05rem); margin: .2rem 0 .5rem; letter-spacing: -.02em; }
.center { text-align: center; }
.narrow { max-width: 40rem; margin-left: auto; margin-right: auto; }
.note { text-align: center; margin-top: .85rem; font-size: .8rem; color: rgba(255,255,255,.7); }

.steps { display: grid; gap: .8rem; }
.step {
  display: grid; grid-template-columns: 2.6rem 1fr; gap: .85rem; align-items: start;
  background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.08);
  border-radius: 1.25rem; padding: 1.1rem 1.15rem;
}
.num {
  width: 2.6rem; height: 2.6rem; border-radius: 50%; background: #fff; color: var(--purple);
  display: grid; place-items: center; font-weight: 900;
  font-family: 'Noto Sans Bengali', 'Plus Jakarta Sans', sans-serif;
}
.how-panel {
  background: #fff;
  color: var(--text);
  border-radius: 1.25rem;
  padding: 1.65rem 1.1rem 1.35rem;
  box-shadow: 0 14px 30px rgba(16, 6, 36, .12);
}
.how-panel .kicker { color: var(--purple); }
.how-panel h2 { color: #1a1030; }
.how-panel .lead { color: #3b2a55; font-weight: 700; }
.how-steps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .45rem;
  margin: 1rem 0 .7rem;
}
.how-line {
  display: block; position: absolute; z-index: 0;
  top: 1.25rem; height: 0;
  border-top: 2px dashed #c4b5fd;
  transform: scaleX(0);
  transform-origin: left center;
}
.how-line-a { left: 20%; width: 25%; }
.how-line-b { left: 54%; width: 25%; }
.how-panel.in .how-line-a { animation: how-line-draw .5s .4s ease forwards; }
.how-panel.in .how-line-b { animation: how-line-draw .5s .8s ease forwards; }
@keyframes how-line-draw {
  from { transform: scaleX(0); opacity: .2; }
  to { transform: scaleX(1); opacity: 1; }
}
.how-step { position: relative; z-index: 1; text-align: center; transition: transform .22s ease; opacity: 0; transform: translateY(18px); }
.how-step:hover { transform: translateY(-4px); }
.how-panel.in .how-step:nth-of-type(1) { animation: how-step-in .55s ease forwards; }
.how-panel.in .how-step:nth-of-type(2) { animation: how-step-in .55s .35s ease forwards; }
.how-panel.in .how-step:nth-of-type(3) { animation: how-step-in .55s .7s ease forwards; }
@keyframes how-step-in {
  to { opacity: 1; transform: none; }
}
.how-num {
  width: 2.55rem; height: 2.55rem; margin: 0 auto .7rem;
  border-radius: 50%;
  background: linear-gradient(180deg, #7c3aed, #5b21b6);
  color: #fff;
  display: grid; place-items: center; font-weight: 800;
  font-size: 1.05rem;
  font-family: 'Plus Jakarta Sans', sans-serif;
  box-shadow: 0 10px 22px rgba(124, 58, 237, .32);
}
.how-panel.in .how-step:nth-of-type(1) .how-num { animation: how-glow 3.6s 1s ease-in-out infinite; }
.how-panel.in .how-step:nth-of-type(2) .how-num { animation: how-glow 3.6s 2.2s ease-in-out infinite; }
.how-panel.in .how-step:nth-of-type(3) .how-num { animation: how-glow 3.6s 3.4s ease-in-out infinite; }
@keyframes how-glow {
  0%, 22%, 100% {
    transform: scale(1);
    box-shadow: 0 10px 22px rgba(124, 58, 237, .32);
  }
  8%, 16% {
    transform: scale(1.1);
    box-shadow: 0 0 0 12px rgba(124, 58, 237, .16), 0 14px 28px rgba(124, 58, 237, .42);
  }
}
.how-icon {
  width: 1.9rem; height: 1.9rem; margin: 0 auto .4rem;
  border-radius: 0;
  background: transparent;
  color: #7c3aed;
  display: grid; place-items: center;
}
.how-icon svg { width: 1.7rem; height: 1.7rem; }
.how-step h3 { font-size: .86rem; margin-bottom: .25rem; color: #1a1030; }
.how-step p { color: #3b2a55; font-size: .76rem; font-weight: 700; line-height: 1.45; max-width: none; margin: 0 auto; }
.how-cta { text-align: center; margin-top: .85rem; }
.pop-hit {
  position: relative;
  display: inline-flex;
  z-index: 3;
}
.pop-hit .btn { transition: transform .2s ease, box-shadow .2s ease; }
.pop-hit::before {
  content: "";
  position: absolute; inset: -7px;
  border-radius: 999px;
  border: 2px solid rgba(255,255,255,.85);
  opacity: 0;
  transform: scale(.94);
  transition: opacity .2s ease, transform .2s ease;
  pointer-events: none;
}
.pop-hit::after {
  content: attr(data-tip);
  position: absolute; left: 50%; bottom: calc(100% + .7rem);
  transform: translateX(-50%) translateY(8px);
  opacity: 0; pointer-events: none;
  background: #1a1030; color: #fff;
  font-size: .82rem; font-weight: 800;
  padding: .42rem .9rem; border-radius: 999px;
  white-space: nowrap;
  box-shadow: 0 10px 24px rgba(20, 6, 50, .28);
  transition: opacity .2s ease, transform .2s ease;
  z-index: 5;
}
.pop-hit:not([data-tip])::after,
.pop-hit[data-tip=""]::after { content: "এখনই শুরু করুন"; }
.pop-hit.tip-down::after {
  bottom: auto;
  top: calc(100% + .65rem);
  transform: translateX(-50%) translateY(-8px);
}
.head-actions .pop-hit.tip-down::after {
  left: auto;
  right: 0;
  transform: translateY(-8px);
}
.pop-hit:hover .btn, .pop-hit:focus-visible .btn, .pop-hit:active .btn {
  transform: translateY(-1px);
  box-shadow: 0 12px 26px rgba(16, 6, 36, .22);
}
.pop-hit:hover::before, .pop-hit:focus-visible::before, .pop-hit:active::before {
  opacity: 1; transform: scale(1);
}
.pop-hit:hover::after, .pop-hit:focus-visible::after, .pop-hit:active::after {
  opacity: 1; transform: translateX(-50%) translateY(0);
}
.head-actions .pop-hit.tip-down:hover::after,
.head-actions .pop-hit.tip-down:focus-visible::after,
.head-actions .pop-hit.tip-down:active::after {
  transform: translateY(0);
}
.pop-hit.btn-white:hover, .pop-hit .btn-white:hover { filter: none; }
.btn-pop {
  position: relative;
  transition: transform .2s ease, box-shadow .2s ease;
}
.btn-pop::before {
  content: "";
  position: absolute; inset: -7px;
  border-radius: 999px;
  border: 2px solid rgba(255,255,255,.85);
  opacity: 0;
  transform: scale(.94);
  transition: opacity .2s ease, transform .2s ease;
  pointer-events: none;
}
.btn-pop::after {
  content: attr(data-tip);
  position: absolute; left: 50%; bottom: calc(100% + .7rem);
  transform: translateX(-50%) translateY(8px);
  opacity: 0; pointer-events: none;
  background: #1a1030; color: #fff;
  font-size: .82rem; font-weight: 800;
  padding: .42rem .9rem; border-radius: 999px;
  white-space: nowrap;
  box-shadow: 0 10px 24px rgba(20, 6, 50, .28);
  transition: opacity .2s ease, transform .2s ease;
}
.btn-pop:not([data-tip])::after,
.btn-pop[data-tip=""]::after { content: "এখনই শুরু করুন"; }
.btn-pop.tip-down::after {
  bottom: auto;
  top: calc(100% + .65rem);
  transform: translateX(-50%) translateY(-8px);
}
.head-actions .btn-pop.tip-down::after {
  left: auto;
  right: 0;
  transform: translateY(-8px);
}
.btn-pop:hover, .btn-pop:focus-visible, .btn-pop:active {
  transform: scale(1.08);
  box-shadow: 0 16px 36px rgba(91, 33, 182, .38);
  z-index: 3;
}
.btn-pop:hover::before, .btn-pop:focus-visible::before, .btn-pop:active::before {
  opacity: 1; transform: scale(1);
}
.btn-pop:hover::after, .btn-pop:focus-visible::after, .btn-pop:active::after {
  opacity: 1; transform: translateX(-50%) translateY(0);
}
.head-actions .btn-pop.tip-down:hover::after,
.head-actions .btn-pop.tip-down:focus-visible::after,
.head-actions .btn-pop.tip-down:active::after {
  transform: translateY(0);
}
.how-cta .btn-gold,
.how-cta .btn-white,
.how-cta .btn-purple {
  min-width: 10rem;
}
.cards { display: grid; gap: .7rem; align-items: start; }
.card {
  background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.08);
  border-radius: .95rem; padding: .8rem .95rem .75rem;
}
.card h3 { font-size: 1.02rem; margin-bottom: .3rem; }
.card p { color: rgba(255,255,255,.78); font-size: .92rem; line-height: 1.5; }
.home-cards .card {
  background: #fff;
  color: #1a1030;
  border: 0;
  box-shadow: 0 10px 22px rgba(16, 6, 36, .12);
  transition: transform .22s ease, box-shadow .22s ease;
}
.home-cards .card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 34px rgba(16, 6, 36, .2);
}
.home-cards .card h3 { color: #160c2c; font-size: 1.08rem; font-weight: 800; }
.home-cards .card p { color: #2a1848; font-size: 1rem; font-weight: 700; line-height: 1.55; }
.home-cards .card p b,
.num-clear {
  font-family: 'Plus Jakarta Sans', 'Noto Sans Bengali', sans-serif;
  font-weight: 800;
  font-size: 1.08em;
  letter-spacing: .02em;
  color: inherit;
}
.tiers { display: grid; gap: .85rem; align-items: stretch; }
.tier {
  background: #fff; color: var(--text);
  border-radius: 1.45rem; padding: 2rem 1.15rem 1.45rem;
  box-shadow: 0 12px 28px rgba(16, 6, 36, .14);
  text-align: center;
  transition: transform .22s ease, box-shadow .22s ease;
}
.tier:hover { transform: translateY(-4px); box-shadow: 0 18px 34px rgba(16, 6, 36, .2); }
.tier-ico {
  width: 3.15rem; height: 3.15rem; margin: 0 auto .85rem;
  border-radius: 50%;
  background-color: #efe8ff;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 1.35rem;
  display: block;
}
.tier-ico.ico-clock {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%237c3aed' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><circle cx='12' cy='12' r='8.2'/><path d='M12 8.2v4.2l2.6 1.6'/></svg>");
}
.tier-ico.ico-up {
  background-color: rgba(255,255,255,.16);
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'><path d='M4.5 16.5 10 11l3.2 3.2L19.5 7.8'/><path d='M14.2 7.8h5.3v5.3'/></svg>");
}
.tier-ico.ico-fire {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%237c3aed' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M12 3.5s2.4 3.2 2.4 6.1A2.4 2.4 0 0 1 12 12a2.4 2.4 0 0 1-2.4-2.4C9.6 6.7 12 3.5 12 3.5z'/><path d='M8.4 11.2c-1.6 1.5-2.6 3.4-2.6 5.3A6.2 6.2 0 0 0 12 22.6a6.2 6.2 0 0 0 6.2-6.1c0-1.9-1-3.8-2.6-5.3'/></svg>");
}
.tier.featured {
  outline: none;
  border: 0;
  background: linear-gradient(180deg, #7c3aed 0%, #5b21b6 55%, #4c1d95 100%);
  color: #fff;
  transform: none;
  position: relative;
  box-shadow: 0 22px 44px rgba(76, 29, 149, .38);
  z-index: 1;
}
.tier.featured:hover { transform: translateY(-4px); box-shadow: 0 26px 48px rgba(76, 29, 149, .44); }
.tier.featured::before {
  content: "জনপ্রিয়";
  position: absolute; top: -.7rem; left: 50%;
  transform: translateX(-50%);
  background: #f5c518; color: #1a1030;
  font-size: .72rem; font-weight: 800;
  padding: .22rem .72rem; border-radius: 999px;
  letter-spacing: .04em;
}
.tier h3 { font-size: 1.12rem; margin: 0 0 .28rem; }
.tier .muted { margin: 0; font-size: .92rem; color: #3b2a55; font-weight: 700; }
.tier .amt {
  color: #4c1d95; font-size: clamp(1.2rem, 2.2vw, 1.55rem);
  font-weight: 800; margin: .85rem 0 .2rem;
  font-family: 'Plus Jakarta Sans', sans-serif;
  letter-spacing: -.02em;
}
.tier > p:last-child { margin: 0; color: #3b2a55; font-weight: 700; font-size: .9rem; }
.tier.featured h3 { color: #fff; }
.tier.featured .muted,
.tier.featured > p:last-child { color: rgba(255,255,255,.78); }
.tier.featured .amt { color: #f5c518; }
.quotes { display: grid; gap: .7rem; align-items: start; }
.quote {
  background: #fff; color: var(--text);
  border-radius: .95rem; padding: .8rem .95rem .75rem;
  box-shadow: 0 10px 22px rgba(16, 6, 36, .12);
  transition: transform .22s ease, box-shadow .22s ease;
}
.quote:hover { transform: translateY(-4px); box-shadow: 0 18px 34px rgba(16, 6, 36, .2); }
.quote-stars { color: #d97706; font-size: .9rem; letter-spacing: 2px; margin-bottom: .4rem; line-height: 1; }
.quote-stars span { color: #e5e7eb; }
.quote p { margin-bottom: .55rem; line-height: 1.55; color: #3b2a55; }
.quote-foot { display: flex; align-items: center; gap: .5rem; }
.avatar {
  width: 2.35rem; height: 2.35rem; border-radius: 50%;
  display: grid; place-items: center; color: #fff; font-size: .78rem; font-weight: 800; flex: 0 0 auto;
}
.av-pink { background: #ec4899; }
.av-blue { background: #3b82f6; }
.av-gold { background: #f59e0b; }
.who { font-weight: 800; font-size: .92rem; }
.quote-tag {
  margin-left: auto; color: #361555; font-size: .72rem; font-weight: 800;
  white-space: nowrap; background: #f3eef8; padding: .22rem .55rem; border-radius: 999px;
}

.form { display: grid; gap: .7rem; }
label { font-size: .82rem; font-weight: 700; color: var(--muted); }
.sheet label { color: var(--muted); }
input, select, textarea {
  width: 100%; border: 0; border-radius: .95rem; padding: .88rem .95rem;
  font: inherit; background: #fff; color: var(--text);
}
.auth-page { max-width: 28rem; }
body.ban-body {
  color: #1a1030;
}
body.ban-body .orbs { opacity: .55; }
.ban-page { max-width: 26rem; margin: 2.5rem auto 3rem; }
.ban-card {
  text-align: center;
  padding: 1.5rem 1.25rem 1.55rem;
  border: 1.5px solid #f5c2c7;
  background: #fff;
  color: #1a1030;
  box-shadow: 0 16px 36px rgba(91, 33, 182, .14);
}
.ban-ico {
  width: 3.2rem; height: 3.2rem; margin: 0 auto .85rem;
  border-radius: 50%; display: grid; place-items: center;
  background: linear-gradient(180deg, #ef4444, #b91c1c);
  color: #fff !important; font-size: 1.45rem; font-weight: 900;
}
.ban-card h1 {
  color: #991b1b !important;
  font-size: 1.28rem;
  margin: 0 0 .65rem;
  font-weight: 800;
}
.ban-card .lead,
.ban-card .ban-msg,
body.ban-body .ban-card .lead,
body.ban-body .ban-card p {
  color: #361555 !important;
  margin: 0 0 1.15rem;
  font-size: 1.02rem;
  line-height: 1.65;
  font-weight: 700;
  opacity: 1;
}
.ban-card .btn { width: 100%; margin-top: .45rem; }
.ban-card .btn-soft {
  background: #efe8ff;
  color: #4c1d95 !important;
}
.chat-ban-note {
  margin: 0; padding: .55rem .85rem;
  background: #fff1f2; color: #9f1239 !important; font-size: .86rem; font-weight: 700;
  border-bottom: 1px solid #fecdd3;
}
.auth-card {
  padding: 1.45rem 1.2rem 1.3rem;
  background:
    linear-gradient(180deg, #ffffff 0%, #f8f3ff 48%, #f0e7ff 100%);
  border: 1px solid rgba(255, 255, 255, .7);
  box-shadow:
    0 0 0 1px rgba(245, 197, 24, .22),
    0 22px 50px rgba(22, 6, 48, .34),
    inset 0 1px 0 rgba(255,255,255,.95);
}
.auth-card .field label { color: #3b1769; }
.auth-card .field-box {
  background: #fff;
  border: 1.5px solid #ddcef8;
  box-shadow: inset 0 1px 2px rgba(91, 33, 182, .05);
}
.auth-card .field-box:focus-within {
  border-color: #7c3aed;
  background: #fff;
  box-shadow:
    0 0 0 4px rgba(124, 58, 237, .18),
    0 8px 18px rgba(91, 33, 182, .1);
}
.auth-card .field-ico,
.auth-card .pass-toggle { color: #7c3aed; }
.auth-card .field-ico {
  width: 2.05rem;
  height: 2.05rem;
  border-radius: .7rem;
  background: linear-gradient(180deg, #f5edff, #eadbff);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.9);
}
.auth-card .field-ico svg { width: 1.12rem; height: 1.12rem; }
.auth-card .pass-toggle {
  width: 2.05rem;
  height: 2.05rem;
  border-radius: .7rem;
  background: linear-gradient(180deg, #f5edff, #eadbff);
  flex: 0 0 2.05rem;
}
.auth-card .pass-toggle svg { width: 1.12rem; height: 1.12rem; }
.auth-card .auth-extra a { color: #6d28d9; }
.auth-card .auth-extra a:hover,
.auth-card .auth-extra a:focus-visible { color: #5b21b6; }
.auth-page .btn {
  min-height: 3.35rem;
  padding: 1.15rem 1.4rem;
  font-size: 1.12rem;
}
.auth-page h1 { text-align: center; }
.auth-page > .lead { text-align: center; }
.auth-foot { text-align: center; margin-top: 1rem; }
.auth-foot a { color: #fff; text-decoration: underline; text-underline-offset: 3px; }
.auth-extra {
  display: flex; justify-content: flex-end; align-items: center;
  margin: -.15rem 0 .1rem;
}
.auth-extra a {
  color: var(--purple);
  font-weight: 800;
  font-size: .9rem;
  text-decoration: none;
}
.auth-extra a:hover,
.auth-extra a:focus-visible {
  color: var(--purple-2);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.help-card { text-align: center; overflow: visible; }
.help-note { color: #4c3d66; font-weight: 600; line-height: 1.6; margin-bottom: .85rem; }
.help-card .social-row { margin: .4rem 0 1.1rem; }
.help-card .btn { margin-top: .2rem; }
.reset-copy-label { display: block; margin: .85rem 0 .35rem; font-weight: 800; }
.reset-copy { display: flex; gap: .45rem; align-items: center; }
.reset-copy input { flex: 1; min-width: 0; font-size: .82rem; }
.field { display: grid; gap: .38rem; }
.field label { color: #4c3d66; font-size: .9rem; }
.field-box {
  display: flex; align-items: center; gap: .55rem;
  background: #fff; border-radius: 999px;
  padding: 0 .95rem 0 .85rem;
  border: 1.5px solid #ddd0f7;
}
.field-box:focus-within {
  border-color: #4a1d73;
  box-shadow: 0 0 0 3px rgba(124, 58, 237, .16);
}
.field-box input {
  border: 0; border-radius: 0; padding: .92rem 0;
  background: transparent; min-width: 0; width: auto; flex: 1 1 auto;
}
.field-box input::placeholder { color: #9b8bb3; }
.field-ico {
  color: #4a1d73; width: 1.3rem; height: 1.3rem;
  flex: 0 0 auto; display: grid; place-items: center;
}
.field-ico svg, .pass-toggle svg { width: 1.25rem; height: 1.25rem; display: block; }
.pass-toggle {
  border: 0; background: none; color: #4a1d73;
  cursor: pointer; padding: .15rem; display: grid; place-items: center;
  position: relative; z-index: 2; flex: 0 0 auto;
}
.err { color: #be123c; font-weight: 700; text-align: center; }
.ok { color: var(--green); font-weight: 700; text-align: center; }
.signup-bonus {
  margin: .1rem 0 .55rem;
  padding: .62rem .75rem;
  border-radius: .9rem;
  background: #fef3c7;
  border: 1.5px solid #f5c518;
  color: #1a1030;
  font-weight: 800;
  text-align: center;
  font-size: .92rem;
}
.signup-bonus strong {
  font-family: 'Plus Jakarta Sans', sans-serif;
  color: #b45309;
}
.remain { display: flex; justify-content: space-between; background: #fff; border-radius: 1.05rem; padding: .72rem .85rem; margin-bottom: .9rem; font-weight: 800; color: var(--text); }
.remain strong { color: var(--green); }
.faq-box { max-width: 46rem; margin: 1.15rem auto 0; }
.faq details, .faq-box details {
  background: #fff; color: #1a1030;
  border: 0; border-radius: .9rem;
  padding: .78rem 1rem; margin-bottom: .42rem;
  box-shadow: 0 8px 18px rgba(16, 6, 36, .1);
}
.faq summary, .faq-box summary { cursor: pointer; font-weight: 800; color: #1a1030; }
.faq p, .faq-box p { margin-top: .4rem; color: #5b4b73; line-height: 1.5; font-weight: 600; }
.pct-clear {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 800; letter-spacing: .02em; color: #361555;
}
.hero-copy .pct-clear { color: #fff; }
.about-page { max-width: 28rem; }
.about-card {
  text-align: center;
  background: #fff; color: #1a1030;
  border-radius: 1.6rem;
  padding: 1.8rem 1.25rem 1.6rem;
  margin: .85rem 0 0;
  box-shadow: 0 18px 40px rgba(20, 8, 40, .22);
}
.about-logo {
  width: 4.6rem; height: 4.6rem; margin: 0 auto .85rem;
  border-radius: 1.15rem;
  display: grid; place-items: center;
  background: linear-gradient(180deg, #7c3aed, #5b21b6);
  color: #fff;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 2.15rem; font-weight: 800;
  box-shadow: 0 10px 22px rgba(109, 40, 217, .28);
}
.about-card h1 {
  margin: 0 0 .7rem;
  font-size: 1.55rem;
  color: #1a1030;
}
.about-card p {
  margin: 0;
  color: #4c3d66;
  font-weight: 600;
  line-height: 1.7;
  font-size: 1.02rem;
}
.about-mini {
  display: grid; grid-template-columns: 1fr 1fr 1fr; gap: .5rem;
  margin: .85rem 0 0;
}
.about-mini div {
  text-align: center;
  background: rgba(255,255,255,.14);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 1rem; padding: .75rem .4rem .7rem;
}
.about-mini strong { display: block; font-size: 1.12rem; color: #f5b400; }
.about-mini span { display: block; margin-top: .15rem; font-size: .75rem; font-weight: 700; opacity: .82; }
.about-contact {
  background: rgba(255,255,255,.14);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 1.4rem;
  padding: 1.15rem 1rem 1.1rem;
  margin: .85rem 0 0;
}
.about-contact h2 { margin: 0 0 .7rem; font-size: 1.15rem; }
.about-row {
  display: flex; justify-content: space-between; align-items: center; gap: .6rem;
  margin: 0 0 .45rem; font-weight: 700;
}
.about-row span { opacity: .75; font-size: .86rem; }
.about-row b { font-size: .95rem; }
.about-btn {
  display: flex; align-items: center; justify-content: center;
  width: 100%; border-radius: 999px; padding: .88rem 1rem;
  margin-top: .55rem; font-weight: 800; color: #fff;
}
.about-btn-wa { background: #25d366; }
.about-btn-msg { background: #5b21b6; }
.about-btn-fb { background: #5b21b6; }
.about-btn-site { background: #fff; color: #361555; }
.prose { color: rgba(255,255,255,.9); line-height: 1.7; }
.prose p, .prose li { margin: .6rem 0; }
.prose h2 { margin: 1.4rem 0 .4rem; }
.cta {
  text-align: center; background: #fff; color: #1a1030;
  border: 0; border-radius: 1.1rem; padding: 1.15rem 1.1rem 1.05rem;
  max-width: 36rem; margin: 1.7rem auto .35rem;
  box-shadow: 0 12px 26px rgba(16, 6, 36, .12);
}
.cta h2 { color: #1a1030; }
.cta .lead { color: #5b4b73; }
.cta .btn-gold { width: 100%; }
.cta .btn-white { background: linear-gradient(180deg, #ffd84a, #f5c518); color: #1a1030; }
.cta .btn, .cta .pop-hit { max-width: 16rem; margin: .65rem auto 0; }
.cta .pop-hit { display: flex; }
.cta .pop-hit .btn { width: 100%; }
.social-row {
  display: flex; justify-content: center; align-items: center;
  gap: 1.05rem; margin-top: 1.15rem; flex-wrap: wrap;
  overflow: visible;
}
.social-hit {
  position: relative;
  display: inline-flex;
  z-index: 2;
}
.social-hit::after {
  content: attr(data-tip);
  position: absolute; left: 50%; bottom: calc(100% + .55rem);
  transform: translateX(-50%) translateY(8px);
  opacity: 0; pointer-events: none;
  background: #1a1030; color: #fff;
  font-size: .78rem; font-weight: 800;
  padding: .38rem .75rem; border-radius: 999px;
  white-space: nowrap;
  box-shadow: 0 10px 22px rgba(20, 6, 50, .28);
  transition: opacity .2s ease, transform .2s ease;
}
.social-ico {
  width: 3.55rem; height: 3.55rem; border-radius: 50%;
  display: grid; place-items: center; overflow: hidden;
  background: transparent;
  box-shadow: 0 8px 18px rgba(20, 6, 50, .18);
  transition: transform .2s ease, box-shadow .2s ease;
}
.social-hit:hover .social-ico,
.social-hit:focus-visible .social-ico,
.social-hit:active .social-ico {
  transform: scale(1.28);
  box-shadow: 0 0 0 4px #fff, 0 12px 24px rgba(20, 6, 50, .28);
}
.social-hit:hover::after,
.social-hit:focus-visible::after,
.social-hit:active::after {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}
.social-ico img {
  width: 100%; height: 100%;
  object-fit: cover; object-position: center;
  display: block; transform: scale(1.04);
}
.social-ico.off { cursor: default; }
.site-foot { position: relative; z-index: 1; margin-top: .55rem; padding: 0 0 1.6rem; }
.foot-wrap { padding: 0 0 .2rem; }
.foot-pay-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: .65rem;
  background: #fff;
  border-radius: 1.25rem; padding: .85rem;
  box-shadow: 0 12px 28px rgba(16, 6, 36, .16);
  margin-bottom: 1.2rem;
}
.foot-pay-tile {
  display: grid; place-items: center;
  background: #f7f5fb; border-radius: 1rem;
  min-height: 4.5rem; padding: .7rem .8rem;
  border: 1px solid #efeaf6;
}
.foot-pay-tile img { height: 2.15rem; width: auto; max-width: 8.2rem; object-fit: contain; }
.foot-pay-tile.pay-logo-rocket img { height: 2.45rem; }
.foot-trust {
  display: flex; align-items: center; justify-content: center; gap: .75rem;
  background: rgba(16, 6, 36, .38);
  border-radius: 1.15rem; padding: .95rem 1rem; margin: 0 0 1.15rem;
}
.foot-trust-ico {
  width: 2.2rem; height: 2.2rem; border-radius: 50%; flex: 0 0 auto;
  display: grid; place-items: center;
  background: #16a34a; color: #fff; font-weight: 900;
}
.foot-trust strong { display: block; font-size: 1.02rem; }
.foot-trust p { margin: .15rem 0 0; opacity: .78; font-size: .86rem; font-weight: 600; }
.foot-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem 1.2rem; }
.foot-cols h4 { margin: 0 0 .45rem; font-size: .92rem; opacity: .7; }
.foot-cols a { display: block; opacity: .9; font-size: .92rem; font-weight: 700; padding: .28rem 0; }
.foot-bottom {
  display: flex; align-items: center; justify-content: space-between; gap: .7rem;
  margin-top: 1.1rem; padding-top: .95rem;
  border-top: 1px solid rgba(255,255,255,.12);
}
.foot-bottom p { margin: 0; opacity: .7; font-weight: 700; }
.foot-grid { display: grid; gap: 1.3rem; }
.foot-grid h4 { margin-bottom: .45rem; }
.foot-grid a, .foot-grid span { display: block; opacity: .85; font-size: .92rem; margin: .24rem 0; }
.fine { margin-top: 1.3rem; font-size: .75rem; opacity: .7; line-height: 1.55; }
.topbar { display: flex; align-items: center; justify-content: space-between; padding: .35rem 0 1rem; }
.badge {
  display: inline-flex; align-items: center; gap: .35rem;
  background: rgba(255,255,255,.16); border-radius: 999px;
  padding: .38rem .8rem; font-size: .78rem; font-weight: 700;
}
.wheel-wrap { position: relative; width: min(78vw,19.5rem); aspect-ratio: 1; margin: .2rem auto 1rem; }
.pointer {
  position: absolute; top: -2px; left: 50%; transform: translateX(-50%); z-index: 4;
  border-left: 11px solid transparent; border-right: 11px solid transparent; border-top: 18px solid var(--purple);
}
.wheel-outer { position: absolute; inset: 0; border-radius: 50%; padding: 8px; background: #fff; }
.wheel {
  width: 100%; height: 100%; border-radius: 50%; position: relative; overflow: hidden;
  background: conic-gradient(from -90deg, #c4b5fd 0 45deg, #ede9fe 45deg 90deg, #a78bfa 90deg 135deg, #f3e8ff 135deg 180deg, #4a1d73 180deg 225deg, #ddd6fe 225deg 270deg, #4a1d73 270deg 315deg, #e9d5ff 315deg 360deg);
}
.wheel.spinning { transition: transform 4.4s cubic-bezier(.12,.72,.08,1); }
.spin-page .spin-card { text-align: center; padding: 1.4rem 1.1rem 1.3rem; }
.spin-page .wheel-wrap { width: min(94vw, 26.5rem); }
.spin-page .hub { font-size: 1rem; font-weight: 900; }
.spin-pop {
  position: fixed; inset: 0; z-index: 80;
  background: rgba(20, 8, 40, .42);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  display: grid; place-items: center; padding: 1.2rem;
}
.spin-intro { z-index: 82; }
.spin-intro-copy { margin: 0 0 1.1rem; color: #4c3d66; font-weight: 700; line-height: 1.5; }
.spin-pop[hidden] { display: none !important; }
.spin-pop-card {
  width: min(22rem, 100%);
  background: #fff; color: #1a1030; text-align: center;
  border-radius: 1.4rem; padding: 1.6rem 1.2rem 1.3rem;
  box-shadow: 0 22px 48px rgba(20, 8, 40, .28);
  animation: spin-pop-in .28s ease;
}
.spin-pop-icon { font-size: 2.6rem; line-height: 1; margin-bottom: .35rem; }
.spin-pop-lead { margin: 0; color: #6b5a88; font-weight: 800; }
.spin-pop-card h2 { margin: .2rem 0 1rem; font-size: 1.45rem; line-height: 1.3; }
.spin-pop-card .btn { width: 100%; }
@keyframes spin-pop-in {
  from { transform: scale(.88); opacity: 0; }
  to { transform: scale(1); opacity: 1; }
}
.spin-page #depositBtn { display: inline-flex; min-width: 12rem; justify-content: center; font-size: 1.05rem; }
.spin-page .pointer { border-top-color: #361555; }
.spin-page .summary div { background: #f6f1ff; }
.spin-page .btn { margin-top: .35rem; }
.spin-rule {
  color: #4c3d66; font-weight: 700; line-height: 1.65;
  text-align: center; margin: 0 0 1.1rem;
}
.hub {
  position: absolute; inset: 39%; border-radius: 50%; background: #fff; border: 5px solid #ddd6fe;
  display: grid; place-items: center; font-size: .68rem; font-weight: 900; color: var(--purple);
}
.summary { display: grid; gap: .5rem; margin: .8rem 0 1rem; }
.summary div { display: flex; justify-content: space-between; background: #fff; color: var(--text); border-radius: 1rem; padding: .78rem .9rem; font-weight: 800; }
.summary strong { color: var(--green); }
.nav4 {
  position: sticky; bottom: .7rem; display: grid; grid-template-columns: repeat(4,1fr);
  background: #fff; color: var(--text); border-radius: 1.2rem; padding: .45rem;
  box-shadow: 0 10px 24px rgba(40,10,90,.18);
}
.nav4 a { text-align: center; font-size: .72rem; font-weight: 800; padding: .45rem 0; color: var(--muted); border-radius: .8rem; }
.nav4 a.active { background: var(--sheet); color: var(--purple); }
.hidden, [hidden] { display: none !important; }
.admin-box { background: var(--sheet); color: var(--text); border-radius: 1.2rem; padding: 1rem; margin-bottom: .8rem; }
.admin-box h2 { font-size: 1.05rem; margin-bottom: .5rem; color: var(--text); }
.statg { display: grid; grid-template-columns: 1fr 1fr; gap: .5rem; margin-bottom: .8rem; }
.statg div { background: #fff; color: var(--text); border-radius: .9rem; padding: .7rem; }
.statg span { display: block; font-size: .72rem; color: var(--muted); font-weight: 700; }
.qbox { background: #fff; color: var(--text); border-radius: 1.2rem; padding: 1rem; margin: .7rem 0; }
.qbox label { display: flex; gap: .5rem; margin: .4rem 0; color: var(--text); font-weight: 700; }
.qblock { margin: 0 0 1rem; padding-bottom: .85rem; border-bottom: 1px solid #efe8ff; }
.qblock:last-of-type { border-bottom: 0; }
.qblock p { margin: 0 0 .45rem; color: #1a1030; font-weight: 800; line-height: 1.45; }
.sv-step { color: #4c3d66; font-weight: 700; margin: 0 0 .55rem; }
.q-nav { display: grid; gap: .55rem; margin-top: .4rem; }
.q-nav .btn { width: 100%; }
.live-online {
  display: none; align-items: center; gap: .4rem;
  font-size: 1.08rem; font-weight: 700; opacity: .95;
  white-space: nowrap;
}
.live-online .dot {
  margin-right: 0;
  box-shadow: 0 0 0 4px rgba(74, 222, 128, .22);
  animation: live-pulse 1.4s ease infinite;
}
.live-online .live-tag {
  font-style: normal;
  font-size: .62rem; font-weight: 800; letter-spacing: .1em;
  background: #f5c518; color: #1a1030;
  border-radius: 999px; padding: .12rem .4rem;
}
.live-online strong { font-size: 1.18rem; font-family: 'Plus Jakarta Sans', sans-serif; color: #4ade80; }
.survey-track { height: 22.2rem; overflow: hidden; }
.survey-slide { will-change: transform; }
.survey-slide.running { animation: surveyRun 24s linear infinite; }
.survey-track:hover .survey-slide.running { animation-play-state: paused; }
@keyframes surveyRun {
  from { transform: translateY(0); }
  to { transform: translateY(-50%); }
}
.activity { overflow: hidden; margin: 1.6rem 0 1.2rem; display: grid; gap: .55rem; }
.marquee-left, .marquee-right { display: flex; gap: .7rem; width: max-content; }
.marquee-left { animation: slideLeft 28s linear infinite; }
.marquee-right { animation: slideRight 32s linear infinite; }
@keyframes slideLeft { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
@keyframes slideRight { 0% { transform: translateX(-50%); } 100% { transform: translateX(0); } }
.act-card {
  display: flex; align-items: center; gap: .55rem; white-space: nowrap;
  background: rgba(255,255,255,.12); border-radius: 999px; padding: .45rem .85rem; font-size: .8rem;
}
.act-card strong { color: #4ade80; }
.act-card em { font-style: normal; opacity: .7; }
.modal-bg {
  position: fixed; inset: 0; z-index: 50; background: rgba(28, 8, 70, .55);
  backdrop-filter: blur(8px); display: grid; place-items: center; padding: 1rem;
}
.modal-bg[hidden] { display: none; }
.modal {
  width: min(100%, 34rem); background: #fff; color: var(--text); border-radius: 1.6rem;
  overflow: hidden; box-shadow: 0 24px 70px rgba(20, 6, 50, .35); animation: pop .28s ease;
}
@keyframes pop { from { transform: translateY(12px) scale(.98); opacity: 0; } to { transform: none; opacity: 1; } }
.modal-head {
  background: linear-gradient(180deg, #7c3aed, #5b21b6); color: #fff;
  padding: 1.1rem 1.2rem; display: flex; justify-content: space-between; align-items: flex-start;
}
.modal-live { font-size: .75rem; font-weight: 700; opacity: .9; margin-bottom: .25rem; }
.modal-head h3 { font-size: 1.25rem; }
.modal-step { font-size: .8rem; opacity: .85; }
.modal-x {
  width: 2.1rem; height: 2.1rem; border: 0; border-radius: 50%; background: rgba(255,255,255,.16);
  color: #fff; font-size: 1.3rem; cursor: pointer;
}
.modal-body { padding: 1.2rem; }
.modal-q { font-weight: 800; margin-bottom: .85rem; }
.cats { display: grid; grid-template-columns: 1fr 1fr; gap: .55rem; }
.cat, .pace {
  border: 0; border-radius: 1rem; padding: .85rem .7rem; background: #f4f0ff; color: var(--text);
  font: inherit; font-weight: 800; cursor: pointer;
}
.cat.on, .pace.on { background: #5b21b6; color: #fff; }
.paces { display: grid; gap: .55rem; }
.pace { text-align: left; }
.pace span { display: block; font-weight: 600; opacity: .7; font-size: .8rem; }
.agree { display: flex; gap: .5rem; align-items: center; color: var(--text); }
.live-toasts { position: fixed; left: 1.2rem; bottom: 1.2rem; z-index: 40; display: grid; gap: .5rem; }
.live-toast {
  display: flex; align-items: center; gap: .8rem; background: #fff; color: var(--text);
  border-radius: 999px; padding: 1rem 1.2rem; box-shadow: 0 16px 36px rgba(40,10,90,.26);
  font-size: 1.05rem; font-weight: 700; min-width: 22rem; max-width: 28rem; animation: pop .25s ease;
}
.live-toast .dot { width: .55rem; height: .55rem; }
.live-toast b { color: var(--green); }
.live-toast button { margin-left: auto; border: 0; background: #efe8ff; border-radius: 50%; width: 1.9rem; height: 1.9rem; cursor: pointer; font-size: 1.05rem; }
.mnav button { background: rgba(255,255,255,.1); border: 0; border-radius: 999px; padding: .75rem 1rem; font: inherit; font-weight: 700; color: #fff; text-align: left; cursor: pointer; }

.reveal {
  opacity: 1; transform: translateY(16px);
  transition: opacity .6s ease, transform .6s ease;
}
.reveal.in { opacity: 1; transform: none; }
@keyframes heroIn {
  from { opacity: .55; transform: translateY(16px); }
  to { opacity: 1; transform: none; }
}
@keyframes checkIn {
  from { opacity: 0; transform: translateX(-8px); }
  to { opacity: 1; transform: none; }
}
@keyframes floaty {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

@media (prefers-reduced-motion: reduce) {
  .marquee-up, .marquee-left, .marquee-right, .survey-slide.running,
  .btn-white::after, .btn-gold::after, .hero-copy, .hero-panel, .checks li, .how-num, .how-step { animation: none !important; }
  .how-step { opacity: 1; transform: none; }
  .how-line { transform: none !important; opacity: 1 !important; }
  .reveal { opacity: 1; transform: none; transition: none; }
}
@media (min-width: 980px) {
  .desk-nav { display: flex; }
  .live-online { display: inline-flex; }
  .menu-btn { display: none; }
  .mnav, .mnav.open { display: none; }
  .hero-split { grid-template-columns: .95fr 1.05fr; gap: 3.2rem; min-height: 72vh; padding: 2.2rem 0 2.6rem; }
  .hero-panel { order: -1; }
  .stats-panel { grid-template-columns: repeat(3,1fr); padding: 1.7rem 1.4rem; }
  .steps, .tiers, .quotes { grid-template-columns: repeat(3,1fr); }
  .tier.featured { transform: translateY(-8px) scale(1.04); }
  .tier.featured:hover { transform: translateY(-12px) scale(1.04); }
  .how-panel { padding: 1.7rem 1.65rem 1.4rem; }
  .how-steps { grid-template-columns: repeat(3,1fr); gap: .85rem; margin: 1.2rem 0 .7rem; }
  .how-line { top: 1.6rem; }
  .how-line-a { left: 21.5%; width: 23.5%; }
  .how-line-b { left: 55%; width: 23.5%; }
  .how-num { width: 3.2rem; height: 3.2rem; font-size: 1.28rem; margin-bottom: .85rem; }
  .how-icon { width: 2.35rem; height: 2.35rem; margin-bottom: .5rem; }
  .how-icon svg { width: 1.95rem; height: 1.95rem; }
  .how-step h3 { font-size: 1.08rem; margin-bottom: .4rem; }
  .how-step p { font-size: .95rem; line-height: 1.6; max-width: 18rem; }
  .cards-6 { grid-template-columns: repeat(3,1fr); }
  .pay-cards { grid-template-columns: repeat(4,1fr); }
  .foot-grid { grid-template-columns: 1.5fr 1fr 1fr 1fr; }
  .hero-copy h1 { max-width: 18ch; }
  .path-steps { grid-template-columns: repeat(4, minmax(0, 1fr)); position: relative; gap: .55rem; }
  .path-steps::before {
    content: ""; position: absolute; left: 7%; right: 7%; top: 1.55rem;
    border-top: 2px dashed #ddd6fe; z-index: 0;
  }
  .path-steps article { position: relative; z-index: 1; }
  .dash-page .dash-shell {
    display: grid;
    grid-template-columns: 16.8rem minmax(0, 1fr);
    grid-template-areas: "side main";
    align-items: start;
  }
  .dash-page .app-sidebar {
    grid-area: side;
    position: sticky; top: 0; right: auto; width: auto; height: 100vh;
    transform: none; box-shadow: none;
  }
  .dash-page .dash-main { grid-area: main; min-width: 0; width: 100%; }
  .dash-page .dash-page-inner,
  .dash-page .dash-main .app-page {
    padding: 1.2rem 1.5rem 2.8rem;
  }
  body.app.dash-page .menu-btn,
  body.app.dash-page .app-drawer-bg { display: none !important; }
}

body.app {
  background:
    radial-gradient(720px 420px at 12% 16%, rgba(192, 132, 252, .32), transparent 58%),
    radial-gradient(900px 520px at 70% 92%, rgba(91, 33, 182, .4), transparent 58%),
    linear-gradient(180deg, #5b21b6 0%, #4a1d8a 40%, #361555 100%);
  color: #1a1030;
  overflow-x: hidden;
}
body.app .orbs { opacity: .22; }
.app-head {
  position: sticky; top: 0; z-index: 40;
  display: flex; align-items: center; justify-content: space-between;
  padding: .7rem 1.1rem;
  background: linear-gradient(90deg, #5b21b6, #6d28d9);
  color: #fff;
}
.app-head .brand { color: #fff; }
.app-head-left { display: flex; align-items: center; gap: .55rem; min-width: 0; }
.app-back {
  position: relative;
  display: grid;
  place-items: center;
  width: 2.55rem;
  height: 2.55rem;
  border-radius: 50%;
  background: linear-gradient(180deg, #ffe27a 0%, #f5c518 52%, #e0a800 100%);
  color: #3b0764;
  box-shadow:
    0 8px 18px rgba(245, 180, 0, .38),
    inset 0 1px 0 rgba(255,255,255,.55);
  overflow: hidden;
  transition: transform .22s ease, box-shadow .22s ease, filter .22s ease;
}
.app-back::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(circle at 32% 28%, rgba(255,255,255,.55), transparent 58%);
  pointer-events: none;
}
.app-back-ico {
  position: relative;
  z-index: 1;
  width: 1.18rem;
  height: 1.18rem;
  display: block;
  animation: back-nudge 1.7s ease-in-out infinite;
}
.app-back:hover, .app-back:focus-visible {
  transform: scale(1.08);
  filter: brightness(1.06);
  box-shadow: 0 10px 22px rgba(245, 180, 0, .5), inset 0 1px 0 rgba(255,255,255,.65);
}
.app-back:hover .app-back-ico,
.app-back:focus-visible .app-back-ico {
  animation: none;
  transform: translateX(-2px);
}
.app-back:active { transform: scale(.94); }
@keyframes back-nudge {
  0%, 100% { transform: translateX(0); }
  50% { transform: translateX(-3px); }
}
.app-head-actions { display: flex; align-items: center; gap: .45rem; }
.bal-toggle {
  border: 0; cursor: pointer; font: inherit; font-weight: 800;
  border-radius: 999px; padding: .42rem .95rem;
  background: #fff; color: #361555;
  min-width: 7.6rem; white-space: nowrap;
}
.bal-toggle[aria-pressed="true"] {
  background: #f5b400; color: #1a1030;
}
.bal-toggle .bal-amount {
  font-family: 'Plus Jakarta Sans', sans-serif;
  letter-spacing: .01em;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  line-height: 1.15;
  gap: .08rem;
}
.bal-toggle .bal-amount[hidden] { display: none; }
.bal-toggle .bal-amount em { font-style: normal; font-weight: 800; }
.bal-toggle .bal-amount i { font-style: normal; font-size: .68rem; font-weight: 800; opacity: .82; }
.app-lang {
  border-radius: 999px; background: rgba(255,255,255,.12);
  padding: .38rem .7rem; font-size: .78rem; font-weight: 800;
}
.bell-wrap { position: relative; }
.app-bell {
  position: relative;
  display: grid; place-items: center;
  width: 2.55rem; height: 2.55rem; min-width: 2.55rem; padding: 0;
  border: 0; border-radius: 999px;
  background: #4c1d95; color: #fff; cursor: pointer;
  box-shadow: 0 6px 14px rgba(109, 40, 217, .35);
}
.app-bell svg { width: 1.28rem; height: 1.28rem; display: block; }
.app-bell:hover { background: #6d28d9; transform: scale(1.06); }
.app-bell.has-new { animation: bell-ring .7s ease; }
.bell-dot {
  position: absolute; top: .08rem; right: .08rem;
  min-width: 1.05rem; height: 1.05rem; padding: 0 .22rem;
  border-radius: 999px; background: #f5b400; color: #1a1030;
  font-size: .62rem; font-weight: 900; line-height: 1;
  display: grid; place-items: center;
  box-shadow: 0 0 0 2px #5b21b6;
}
@keyframes bell-ring {
  0%,100% { transform: rotate(0); }
  15% { transform: rotate(14deg); }
  30% { transform: rotate(-12deg); }
  45% { transform: rotate(8deg); }
  60% { transform: rotate(-6deg); }
  75% { transform: rotate(3deg); }
}
.notice-panel {
  position: absolute; top: calc(100% + .55rem); right: 0; z-index: 55;
  width: min(19.5rem, 78vw);
  background: #fff; color: #1a1030; border-radius: 1rem;
  box-shadow: 0 16px 36px rgba(20,8,40,.28);
  overflow: hidden;
}
.notice-panel-head {
  padding: .75rem .9rem .55rem; font-weight: 800; font-size: .92rem;
  border-bottom: 1px solid #efe8ff;
}
.notice-panel-list { max-height: 16rem; overflow: auto; }
.notice-panel-list .muted { padding: .9rem; margin: 0; }
.notice-item {
  display: block; padding: .72rem .9rem; text-align: left;
  border-bottom: 1px solid #f4efff; color: inherit; text-decoration: none;
}
.notice-item:hover { background: #f7f3ff; }
.notice-item.unread { background: #fff7e0; }
.notice-item strong { display: block; font-size: .88rem; }
.notice-item p { margin: .2rem 0 0; color: #5b4a76; font-size: .8rem; line-height: 1.4; }
.notice-item small { display: block; margin-top: .25rem; color: #8a7aa3; font-size: .72rem; }
.notice-panel-all {
  display: block; text-align: center; padding: .7rem;
  font-weight: 800; color: #361555; background: #f6f1ff;
}
.notice-pop {
  position: fixed; top: 4.4rem; right: 1rem; z-index: 70;
  width: min(20rem, calc(100vw - 2rem));
  background: #fff; color: #1a1030; border-radius: 1rem;
  padding: .9rem 1rem; box-shadow: 0 16px 36px rgba(20,8,40,.24);
  border-left: 5px solid #f5b400;
  transform: translateY(-12px); opacity: 0;
  transition: transform .28s ease, opacity .28s ease;
}
.notice-pop.show { transform: translateY(0); opacity: 1; }
.notice-pop strong { display: block; font-size: .95rem; }
.notice-pop p { margin: .28rem 0 0; color: #5b4a76; font-size: .84rem; }
.promo-pop { z-index: 90; padding: 1rem; }
.promo-pop-card {
  width: min(26rem, calc(100vw - 2rem));
  max-height: min(90vh, 42rem);
  overflow: auto;
  box-sizing: border-box;
}
.promo-pop-img {
  width: 100%; max-height: min(14rem, 36vh); object-fit: cover;
  border-radius: 1rem; margin-bottom: .7rem;
}
.promo-pop-card .btn { margin-top: .5rem; }
.notice-photo-btn {
  display: block; width: 100%; margin: .55rem 0; padding: 0;
  border: 0; background: none; cursor: zoom-in;
}
.notice-photo {
  display: block; width: 100%; max-height: 12rem; object-fit: cover;
  border-radius: .9rem;
}
.notice-page .notice-card {
  padding: .95rem 0; border-bottom: 1px solid #efe8ff;
}
.notice-page .notice-card:last-child { border-bottom: 0; }
.notice-page .notice-card strong { display: block; }
.notice-page .notice-card p { margin: .35rem 0; color: #4c3d66; }
.notice-page .notice-card small { display: block; color: #8a7aa3; margin-bottom: .55rem; }
.notice-page .notice-card.unread { background: #fff9e8; margin: 0 -.8rem; padding-left: .8rem; padding-right: .8rem; border-radius: .8rem; }
.notice-view {
  position: fixed; inset: 0; z-index: 92;
  background: rgba(20, 8, 40, .55);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  display: grid; place-items: center; padding: 1rem;
}
.notice-view[hidden] { display: none !important; }
.notice-view-card {
  width: min(34rem, 100%);
  max-height: min(92vh, 48rem);
  overflow: auto;
  background: #fff; color: #1a1030;
  border-radius: 1.35rem;
  padding: 1.2rem 1.1rem 1.15rem;
  box-shadow: 0 22px 48px rgba(20, 8, 40, .28);
  text-align: left;
}
.notice-view-card h2 { margin: 0 0 .55rem; font-size: 1.2rem; line-height: 1.35; }
.notice-view-card p { margin: .45rem 0; color: #4c3d66; font-weight: 700; line-height: 1.55; }
.notice-view-card small { display: block; color: #8a7aa3; margin-bottom: .7rem; }
.notice-view-img {
  display: block; width: 100%;
  max-height: min(70vh, 28rem);
  object-fit: contain;
  background: #1a1030;
  border-radius: 1rem;
  margin: .2rem 0 .7rem;
  cursor: zoom-in;
}
.notice-view-card.is-zoom .notice-view-img {
  max-height: none;
  cursor: zoom-out;
}
.notice-view-x {
  float: right;
  border: 0; background: #efe8ff; color: #361555;
  border-radius: 999px; padding: .35rem .8rem;
  font: inherit; font-weight: 800; cursor: pointer;
}
.notice-view-card .btn { margin-top: .45rem; }
body.app .menu-btn { display: grid !important; }
.app-bg-cards {
  position: fixed; inset: 0; z-index: 0; pointer-events: none;
  display: grid; grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 1rem; padding: 5.5rem 1.2rem 2rem;
  filter: blur(1.6px); opacity: .38;
}
.bg-survey {
  background: #fff; border-radius: 1.1rem; padding: .85rem 1rem;
  box-shadow: 0 10px 24px rgba(40,10,90,.06);
}
.bg-survey strong { display: block; font-size: .88rem; }
.bg-survey span { color: #6b5a88; font-size: .75rem; }
.bg-survey b { display: block; color: #16a34a; margin-top: .25rem; }
.app-drawer-bg {
  position: fixed; inset: 0; z-index: 50; background: rgba(20,8,40,.45);
}
.app-sidebar {
  position: fixed; top: 0; right: 0; bottom: 0; z-index: 51;
  width: min(18rem, 88vw); background: linear-gradient(180deg, #5b21b6, #4c1d95); color: #fff;
  padding: 1.1rem .75rem 1.2rem;
  display: flex; flex-direction: column;
  transform: translateX(100%);
  transition: transform .28s ease;
  overflow-y: auto;
}
.app-sidebar.open { transform: translateX(0); }
.app-sidebar .brand { color: #fff; margin-bottom: 1rem; }
.app-sidebar nav { display: grid; gap: .2rem; }
.app-sidebar a {
  display: flex; align-items: center; gap: .6rem;
  padding: .58rem .65rem; border-radius: .85rem;
  font-weight: 700; color: rgba(255,255,255,.88); font-size: .92rem;
}
.app-sidebar a:hover { background: rgba(255,255,255,.08); }
.app-sidebar a.on { background: rgba(255,255,255,.12); }
.app-sidebar i {
  width: 1.75rem; height: 1.75rem; border-radius: .55rem;
  display: grid; place-items: center;
  background: rgba(255,255,255,.1); font-style: normal; font-size: .82rem; flex: 0 0 auto;
}
.app-sidebar a.on i { background: #f5b400; color: #1a1030; }
.app-sidebar em {
  margin-left: auto; background: #f5b400; color: #1a1030;
  border-radius: 999px; padding: .1rem .45rem; font-size: .68rem; font-style: normal; font-weight: 800;
}
.side-app {
  margin-top: auto; background: rgba(255,255,255,.08);
  border-radius: 1rem; padding: .85rem .8rem; font-size: .82rem; font-weight: 700;
}
.side-stores { display: flex; gap: .4rem; margin-top: .5rem; }
.side-stores span {
  background: #1a1030; border-radius: 999px; padding: .28rem .7rem; font-size: .75rem;
}
.dash-main { min-height: 100vh; background: #f3e8ff; }
.dash-fabs {
  position: fixed; right: 1.15rem; bottom: 1.25rem; z-index: 46;
  display: flex; flex-direction: column; align-items: flex-end; gap: .7rem;
}
.dash-fab-wrap {
  position: relative;
  display: flex; align-items: center; justify-content: flex-end;
}
.fab-name {
  position: absolute; right: calc(100% + .45rem);
  background: #1c1c1e; color: #fff;
  font-size: .82rem; font-weight: 700;
  padding: .38rem .8rem; border-radius: 999px;
  white-space: nowrap;
  opacity: 0; pointer-events: none;
  transform: translateX(8px);
  box-shadow: 0 8px 18px rgba(0,0,0,.28);
  transition: opacity .18s ease, transform .18s ease;
}
.dash-fab {
  width: 3.45rem; height: 3.45rem; border-radius: 50%;
  display: grid; place-items: center; flex: 0 0 auto;
  box-shadow: 0 10px 22px rgba(20, 6, 50, .22);
  transition: transform .2s ease, box-shadow .2s ease;
}
.dash-fab svg { width: 1.55rem; height: 1.55rem; display: block; }
.dash-fab img { width: 100%; height: 100%; object-fit: cover; display: block; border-radius: 50%; }
.dash-fab.wa { background: #25D366; }
.dash-fab.imo { background: #fff; }
.dash-fab.help { background: linear-gradient(180deg, #7c3aed, #5b21b6); }
.dash-fab-wrap:hover .dash-fab,
.dash-fab-wrap:focus-visible .dash-fab,
.dash-fab-wrap:active .dash-fab {
  transform: scale(1.1);
}
.dash-fab-wrap:hover .fab-name,
.dash-fab-wrap:focus-visible .fab-name,
.dash-fab-wrap:active .fab-name {
  opacity: 1;
  transform: translateX(0);
}
.dash-page-inner, .dash-main .app-page {
  width: 100%;
  max-width: none;
  box-sizing: border-box;
  margin: 0;
  padding: 1.1rem 1.15rem 2.6rem;
  position: relative;
  z-index: 2;
}
.dash-top { display: flex; align-items: center; justify-content: flex-end; gap: 1rem; margin-bottom: 1rem; }
.dash-top h1 { margin: 0; }
.stage-pill {
  background: #fff; border-radius: 999px; padding: .4rem .85rem;
  font-size: .82rem; font-weight: 800; color: #361555;
}
.wallet-list { display: grid; gap: .55rem; margin-top: .55rem; }
.wallet-row {
  display: flex; justify-content: space-between; align-items: center; gap: .7rem;
  background: #f6f1ff; border-radius: 1rem; padding: .75rem .9rem;
  border: 1.5px solid transparent;
}
.wallet-row.on { border-color: #361555; background: #efe8ff; }
.wallet-row strong { display: block; color: #1a1030; }
.wallet-num { display: block; margin-top: .15rem; color: #4c3d66; font-weight: 800; font-family: 'Plus Jakarta Sans', sans-serif; }
.wallet-pick { color: #361555; font-weight: 800; margin: .2rem 0 .4rem; }
.dash-card {
  background: #faf7ff; border: 1px solid #e4d8ff; color: #1a1030;
  border-radius: 1.4rem; padding: 1.2rem 1.15rem;
  box-shadow: 0 12px 28px rgba(40,10,90,.08); margin-bottom: 1rem;
}
.dash-page-inner h1, .dash-main .app-page h1, .app-page h1 { color: #1a1030; }
.dash-page-inner .lead, .dash-main .app-page .lead, .app-page .lead { color: #4c3d66; }
body.app .muted { color: #5b4b73; }
body.app .sheet { background: #faf7ff; color: #1a1030; }
.win-page h1 { color: #1a1030; }
.win-page .lead { color: #4c3d66; }
.win-card {
  background: #fff;
  color: #1a1030;
  border-radius: 1.5rem;
  border: 2px solid #e4d8ff;
  box-shadow: 0 16px 36px rgba(76, 29, 149, .1);
  overflow: hidden;
  margin-bottom: 1rem;
}
.win-card-head {
  display: flex; align-items: center; gap: .5rem;
  padding: .95rem 1.15rem;
  font-weight: 800;
  color: #fff;
  background: linear-gradient(90deg, #5b21b6, #6d28d9);
  border-bottom: 0;
}
.win-all {
  margin-left: auto; color: #fff; font-size: .82rem; font-weight: 800;
  opacity: .92; text-decoration: none;
}
.win-all:hover { opacity: 1; }
.dash-win .win-feed { max-height: 20rem; }
.dash-pay-safe {
  background: linear-gradient(180deg, #4c1d95, #361555);
  color: #fff;
  border-radius: 1.5rem;
  padding: .95rem .9rem 1.1rem;
  margin: 0 0 1rem;
  text-align: center;
  box-shadow: 0 16px 36px rgba(54, 21, 85, .22);
}
.dash-pay-safe .dash-trust {
  background: transparent;
  margin: 0 0 .75rem;
  padding: .2rem .35rem .15rem;
  color: #fff;
}
.dash-pay-safe .dash-trust strong { color: #fff; font-size: 1.02rem; }
.dash-pay-safe .dash-trust p { color: rgba(255,255,255,.82); margin-top: .12rem; }
.dash-pay-safe .dash-pay-pills {
  margin: 0;
  gap: .5rem;
}
.dash-pay-safe .pay-logo {
  min-width: 7.4rem;
  height: 2.85rem;
  padding: .28rem .75rem;
  box-shadow: 0 8px 16px rgba(16, 6, 36, .18);
}
.dash-pay-safe .pay-logo img { height: 1.75rem; max-width: 7.2rem; }
.dash-pay-safe .pay-logo-rocket { min-width: 7.8rem; padding: .16rem .7rem; }
.dash-pay-safe .pay-logo-rocket img { height: 2.25rem; }
@media (max-width: 520px) {
  .dash-pay-safe .dash-pay-pills { gap: .42rem; }
  .dash-pay-safe .pay-logo { min-width: calc(50% - .42rem); flex: 1 1 calc(50% - .42rem); }
}
.win-live {
  width: .7rem; height: .7rem; border-radius: 50%;
  background: #f5b400;
  box-shadow: 0 0 0 0 rgba(245,180,0,.7);
  animation: win-pulse 1.4s ease infinite;
}
.win-feed {
  max-height: 28rem;
  overflow-x: hidden;
  overflow-y: auto;
  padding: .7rem .7rem 1rem;
}
.win-feed::-webkit-scrollbar { width: 6px; }
.win-feed::-webkit-scrollbar-thumb { background: rgba(255,255,255,.35); border-radius: 99px; }
.win-row {
  display: flex; justify-content: space-between; align-items: center; gap: .7rem;
  background: #f6f1ff;
  border-radius: 1.05rem;
  padding: .72rem .85rem;
  margin-bottom: .48rem;
}
.win-row:last-child { margin-bottom: 0; }
.win-avatar {
  width: 2.3rem; height: 2.3rem; flex: 0 0 auto;
  border-radius: 50%;
  display: grid; place-items: center;
  background: #5b21b6; color: #fff;
  font-weight: 900; font-size: 1.05rem;
}
.win-meta { min-width: 0; flex: 1; }
.win-row strong { display: block; font-size: .98rem; color: #1a1030; }
.win-row span { display: block; margin-top: .18rem; color: #4c3d66; font-size: .8rem; font-weight: 700; }
.win-row em { font-style: normal; color: #361555; }
.win-row b { color: #15803d; font-size: 1.05rem; white-space: nowrap; }
.win-pay {
  display: inline-block; font-style: normal; font-weight: 800;
  background: rgba(255,255,255,.18);
  border-radius: 999px; padding: .05rem .45rem;
}
.win-pay.bkash { background: #e2136e; color: #fff; }
.win-pay.nagad { background: #f58220; color: #fff; }
.win-pay.rocket { background: #8b20a2; color: #fff; }
.win-pay.binance { background: #f3ba2f; color: #1a1030; }
.win-row.fresh {
  background: #fff7d6;
  animation: win-in .35s ease;
}
.win-row.fresh strong, .win-row.fresh span { color: #1a1030; }
.win-row.fresh em { color: #4a1d73; }
.win-row.fresh .win-avatar { background: #5b21b6; color: #fff; }
@keyframes win-in { from { opacity: 0; transform: translateY(-8px); } to { opacity: 1; transform: none; } }
@keyframes win-pulse {
  0% { box-shadow: 0 0 0 0 rgba(245,180,0,.55); }
  70% { box-shadow: 0 0 0 8px rgba(245,180,0,0); }
  100% { box-shadow: 0 0 0 0 rgba(245,180,0,0); }
}
.path-card { padding: .8rem .9rem .85rem; }
.path-head {
  display: flex; align-items: center; justify-content: space-between;
  gap: .6rem; margin-bottom: .7rem;
}
.path-kicker {
  margin: 0 0 .12rem; color: #4a1d73;
  font-size: .68rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase;
}
.path-head h2 { margin: 0; font-size: 1.05rem; color: #1a1030; }
.path-card .stage-pill {
  padding: .28rem .65rem; font-size: .72rem;
  background: #efe8ff; box-shadow: none;
}
.path-steps { display: grid; grid-template-columns: 1fr 1fr; gap: .5rem; }
.path-steps article {
  background: #fff;
  border: 1px solid #ece4ff;
  border-radius: .85rem;
  padding: .55rem .6rem .5rem;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: .2rem .55rem;
  align-items: start;
  text-align: left;
}
.path-num {
  grid-row: 1 / span 3;
  width: 1.65rem; height: 1.65rem; margin: .05rem 0 0;
  border-radius: 50%;
  display: grid; place-items: center;
  font-weight: 900; font-size: .78rem;
  background: #efe8ff; color: #4a1d73;
}
.path-steps article.on .path-num { background: #5b21b6; color: #fff; }
.path-steps article.done .path-num { background: #16a34a; color: transparent; position: relative; }
.path-steps article.done .path-num::after {
  content: "✓"; position: absolute; inset: 0;
  display: grid; place-items: center; color: #fff; font-size: .82rem;
}
.path-steps article.on { border-color: #c4b5fd; box-shadow: 0 0 0 3px rgba(124, 58, 237, .08); }
.path-steps article.done { border-color: #bbf7d0; background: #f7fffb; }
.path-steps article.locked { opacity: .62; }
.path-copy { min-width: 0; }
.path-steps h3 { font-size: .84rem; margin: 0; color: #1a1030; line-height: 1.25; }
.path-steps p { color: #6b5a88; font-size: .72rem; margin: 0; line-height: 1.3; }
.path-tag {
  display: inline-block; margin-top: .18rem; border-radius: 999px;
  padding: .1rem .42rem; font-size: .62rem; font-weight: 800; background: #f3eefc; color: #6b5a88;
}
.path-tag.go { background: #edfffb; color: #0f766e; }
.path-tag.dim { background: #f3f4f6; }
.path-foot { margin-top: .7rem; }
.goal-line {
  display: flex; align-items: center; gap: .55rem;
  margin: 0 0 .65rem;
}
.goal-bar {
  position: relative;
  flex: 1;
  height: .48rem;
  background: #efe8ff;
  border-radius: 999px;
  overflow: hidden;
}
.goal-bar i {
  display: block;
  height: 100%;
  width: 0;
  border-radius: inherit;
  background: linear-gradient(90deg, #a78bfa, #7c3aed 40%, #5b21b6);
  box-shadow: 0 0 12px rgba(109, 40, 217, .35);
  animation: goal-fill .85s cubic-bezier(.22, .9, .32, 1) .15s forwards;
}
.goal-ticks {
  position: absolute; inset: 0;
  display: flex; pointer-events: none;
}
.goal-ticks em {
  flex: 1;
  border-right: 2px solid rgba(255,255,255,.7);
}
.goal-ticks em:last-child { border-right: 0; }
.goal-line strong { color: #361555; font-size: .78rem; font-weight: 800; min-width: 2.4rem; text-align: right; }
@keyframes goal-fill {
  from { width: 0; }
  to { width: var(--goal, 0%); }
}
.dash-links { display: flex; flex-wrap: wrap; gap: .65rem; }
.path-card .dash-links .btn {
  flex: 1 1 9rem;
  width: auto;
  min-height: 3.2rem;
  padding: .82rem 1.1rem;
  font-size: 1.04rem;
  font-weight: 800;
}
.path-card .dash-links .btn-mem {
  background: linear-gradient(180deg, #3b82f6, #1d4ed8);
  color: #fff;
  box-shadow: 0 10px 22px rgba(29, 78, 216, .28);
}
.path-card .dash-links .btn-wd {
  background: linear-gradient(180deg, #14b8a6, #0f766e);
  color: #fff;
  box-shadow: 0 10px 22px rgba(15, 118, 110, .28);
}
@media (min-width: 980px) {
  .path-steps {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: .55rem;
    position: relative;
  }
  .path-steps::before {
    content: "";
    position: absolute; left: 8%; right: 8%; top: 1.5rem;
    border-top: 2px dashed #ddd6fe; z-index: 0;
  }
  .path-steps article {
    position: relative; z-index: 1;
    text-align: center;
    display: flex; flex-direction: column; align-items: center;
    padding: .7rem .5rem .6rem;
    gap: .28rem;
  }
  .path-num { grid-row: auto; margin: 0 0 .15rem; }
  .path-copy { text-align: center; }
  .path-steps h3 { font-size: .86rem; }
  .path-steps p { font-size: .7rem; }
}
.offer-slider-wrap { margin: .85rem 0 1rem; width: 100%; }
.offer-slider {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 2 / 1;
  border-radius: 1rem;
  background: #12042a;
  box-shadow: 0 12px 26px rgba(40, 10, 90, .16);
}
.offer-track {
  position: absolute;
  inset: 0;
  display: flex;
  height: 100%;
  width: calc(var(--n, 6) * 100%);
  transition: transform .55s cubic-bezier(.22, .9, .32, 1);
}
.offer-slide {
  flex: 0 0 calc(100% / var(--n, 6));
  width: calc(100% / var(--n, 6));
  height: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}
.offer-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
}
.offer-site {
  margin: .55rem 0 0;
  text-align: center;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 1.12rem;
  font-weight: 800;
  letter-spacing: .03em;
  color: #6d28d9;
}
body.app .offer-site { color: #6d28d9 !important; }
.offer-ctrl {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  margin-top: .7rem;
}
.offer-ctrl button.offer-prev,
.offer-ctrl button.offer-next {
  width: 2rem;
  height: 2rem;
  border: 0;
  border-radius: 50%;
  background: #361555;
  color: #fff;
  cursor: pointer;
  font-size: 1.1rem;
  line-height: 1;
}
.offer-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .35rem;
}
.offer-dots button {
  width: .48rem;
  height: .48rem;
  border: 0;
  border-radius: 999px;
  background: #c4b5fd;
  cursor: pointer;
}
.offer-dots button.on { width: 1.15rem; background: #f5c518; }
.ms-banners { display: grid; gap: .75rem; margin: 1rem 0 1.15rem; }
body.app .ms-banner,
body.app .ms-banner strong { color: #fff !important; }
body.app .ms-banner em { color: #fde68a !important; }
body.app .ms-banner.tone-d em { color: #f5b400 !important; }
body.app .ms-banner-go { color: #361555 !important; }
.ms-banner {
  display: block;
  border-radius: 1.25rem;
  padding: 1.15rem 1.15rem 1.05rem;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 14px 28px rgba(40, 10, 90, .14);
  transition: transform .18s ease, box-shadow .18s ease;
}
.ms-banner:hover { transform: translateY(-2px); box-shadow: 0 18px 34px rgba(40, 10, 90, .2); }
.ms-banner-kicker {
  display: inline-block;
  margin-bottom: .4rem;
  padding: .18rem .6rem;
  border-radius: 999px;
  background: rgba(255,255,255,.18);
  font-size: .75rem;
  font-weight: 800;
}
.ms-banner strong {
  display: block;
  font-size: 1.45rem;
  line-height: 1.25;
  margin: .15rem 0 .2rem;
}
.ms-banner em {
  display: block;
  font-style: normal;
  font-size: 1.15rem;
  font-weight: 800;
  color: #fde68a;
  margin-bottom: .7rem;
}
.ms-banner-go {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: .48rem 1rem;
  background: #fff;
  color: #361555;
  font-weight: 800;
  font-size: .9rem;
}
.ms-banner.tone-a { background: linear-gradient(135deg, #4a1d73, #361555); }
.ms-banner.tone-b { background: linear-gradient(135deg, #361555, #3b1694); }
.ms-banner.tone-c { background: linear-gradient(135deg, #361555, #361555); }
.ms-banner.tone-d { background: linear-gradient(135deg, #3b1694, #111827); }
.ms-banner.tone-d em { color: #f5b400; }
.mini-bars {
  display: flex; align-items: flex-end; gap: .45rem; height: 6.5rem;
  margin: .8rem 0 .4rem;
}
.mini-bars span { flex: 1; background: #c4b5fd; border-radius: .4rem .4rem 0 0; }
.lb-card { padding: .72rem .75rem .5rem; }
.lb-head {
  display: flex; align-items: center; justify-content: space-between;
  gap: .55rem; margin-bottom: .55rem;
}
.lb-kicker {
  margin: 0 0 .1rem; color: #4a1d73;
  font-size: .62rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase;
}
.lb-card h2 { margin: 0; font-size: 1.02rem; color: #1a1030; }
.lb-live-wrap {
  display: inline-flex;
  align-items: center;
  gap: .38rem;
  flex: 0 0 auto;
}
.lb-live-dot {
  width: .78rem;
  height: .78rem;
  border-radius: 50%;
  background: #4ade80;
  box-shadow: 0 0 0 6px rgba(74, 222, 128, .22);
  animation: live-pulse 1.4s ease infinite;
  flex: 0 0 auto;
}
.lb-live {
  background: #f5b400; color: #1a1030;
  border-radius: 999px; padding: .16rem .5rem;
  font-size: .64rem; font-weight: 900;
  animation: lb-live-pop 1.4s ease infinite;
}
@keyframes lb-live-pop {
  0%, 100% { transform: scale(1); box-shadow: 0 0 0 0 rgba(245, 180, 0, .35); }
  50% { transform: scale(1.04); box-shadow: 0 0 0 5px rgba(245, 180, 0, 0); }
}
.lb-list {
  list-style: none; margin: 0; padding: 0;
  display: grid; gap: .28rem;
  max-height: 14.6rem;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.lb-row {
  display: grid; grid-template-columns: 1.25rem 1.65rem 1fr auto;
  align-items: center; gap: .4rem;
  background: #f7f3ff; border-radius: .75rem; padding: .32rem .5rem;
}
.lb-row.gold { background: linear-gradient(90deg, #fff6d6, #fff); border: 1px solid #f5e0a0; }
.lb-row.silver { background: linear-gradient(90deg, #eef2f7, #fff); }
.lb-row.bronze { background: linear-gradient(90deg, #f8ebe3, #fff); }
.lb-row.me { outline: 2px solid #361555; }
.lb-rank { font-style: normal; font-weight: 900; text-align: center; color: #6b5a88; font-size: .78rem; }
.lb-ava {
  width: 1.65rem; height: 1.65rem; border-radius: 50%;
  display: grid; place-items: center;
  background: linear-gradient(160deg, #4a1d73, #361555);
  color: #fff; font-weight: 900; font-size: .72rem;
}
.lb-row.gold .lb-ava { background: linear-gradient(160deg, #f5b400, #d97706); color: #1a1030; }
.lb-who { min-width: 0; }
.lb-who strong { display: block; color: #1a1030; font-size: .8rem; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; line-height: 1.2; }
.lb-who small { color: #361555; font-weight: 800; }
.lb-who span { color: #6b5a88; font-size: .64rem; font-weight: 700; }
.lb-lv {
  background: #efe8ff; color: #361555;
  border-radius: 999px; padding: .1rem .42rem;
  font-size: .66rem; font-weight: 900; white-space: nowrap;
}
.lb-split {
  display: grid;
  gap: .8rem;
  margin-bottom: .8rem;
}
.lb-split > .dash-card { margin-bottom: 0; }
.lb-sum { display: flex; flex-direction: column; }
.lb-sum-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: .4rem;
  margin-bottom: .5rem;
}
.lb-sum-stats div {
  background: #f7f3ff;
  border-radius: .7rem;
  padding: .4rem .45rem;
}
.lb-sum-stats span {
  display: block;
  color: #6b5a88;
  font-size: .6rem;
  font-weight: 800;
}
.lb-sum-stats strong {
  display: block;
  margin-top: .08rem;
  color: #361555;
  font-size: .92rem;
  font-weight: 900;
}
.lb-sum-chart, .lb-sum-bars { min-width: 0; }
.lb-sum-svg { width: 100%; height: 7.2rem; display: block; }
.lb-sum-bars .lb-sum-svg { height: 5.8rem; }
.lb-sum-note {
  margin: .1rem 0 .25rem;
  color: #6b5a88;
  font-size: .68rem;
  font-weight: 700;
}
.dash-tx { padding: .85rem .9rem .75rem; }
.dash-tx-head {
  display: flex; align-items: center; justify-content: space-between;
  gap: .7rem; margin-bottom: .7rem;
}
.dash-tx-head h2 { margin: 0; font-size: 1.05rem; color: #1a1030; }
.dash-tx-head a {
  color: #4a1d73; font-size: .82rem; font-weight: 800; white-space: nowrap;
}
.dash-tx .tx-list { gap: .4rem; }
.dash-tx .tx-row { padding: .55rem .7rem; border-radius: .9rem; }
.dash-tx .tx-main strong { font-size: .9rem; }
.dash-tx .tx-amt { font-size: .92rem; }
@media (min-width: 980px) {
  .lb-split {
    grid-template-columns: minmax(0, 1.2fr) minmax(18rem, .82fr);
    align-items: stretch;
  }
}
body.app .dash-card.partner-card,
.partner-card {
  overflow: hidden;
  padding: 1.35rem 0 1.2rem;
  background:
    radial-gradient(circle at 12% 0%, rgba(245, 180, 0, .12), transparent 28%),
    radial-gradient(circle at 88% 100%, rgba(109, 40, 217, .1), transparent 32%),
    #fff;
}
.partner-head { text-align: center; padding: 0 1.15rem .35rem; }
.partner-kicker {
  margin: 0 0 .25rem;
  color: #4a1d73;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.partner-card h2 {
  margin: 0;
  text-align: center;
  color: #1a1030;
  font-size: 1.35rem;
}
.partner-sub {
  margin: .35rem 0 0;
  color: #5b4b73;
  font-size: .88rem;
  font-weight: 700;
}
.partner-head::after {
  content: "";
  display: block;
  width: 3.2rem;
  height: 3px;
  margin: .7rem auto 0;
  border-radius: 99px;
  background: linear-gradient(90deg, #5b21b6, #f5c518);
}
.partner-fade {
  position: relative;
  margin-top: .95rem;
}
.partner-fade::before,
.partner-fade::after {
  content: "";
  position: absolute;
  top: 0; bottom: 0;
  width: 2.4rem;
  z-index: 2;
  pointer-events: none;
}
.partner-fade::before { left: 0; background: linear-gradient(90deg, #fff, transparent); }
.partner-fade::after { right: 0; background: linear-gradient(270deg, #fff, transparent); }
.partner-track { overflow: hidden; }
.partner-row {
  display: flex; align-items: stretch; gap: .85rem;
  width: max-content; padding: .35rem 1.3rem .55rem;
}
.partner-left { animation: slideLeft 44s linear infinite; }
.partner-right { animation: slideRight 50s linear infinite; }
.partner-track:hover .partner-row { animation-play-state: paused; }
.partner-logo {
  display: flex; align-items: center; justify-content: center;
  min-width: 8.8rem; height: 4.35rem;
  padding: 0 1rem;
  background: #fff;
  border: 1px solid #efe8ff;
  border-radius: 1.05rem;
  box-shadow: 0 10px 22px rgba(40, 10, 90, .07);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.partner-logo:hover {
  transform: translateY(-3px);
  border-color: #d8c9ff;
  box-shadow: 0 16px 28px rgba(76, 29, 149, .14);
}
.partner-word {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 800;
  letter-spacing: -.03em;
  line-height: 1;
  white-space: nowrap;
}
.partner-word-lg { font-size: 1.18rem; }
.partner-word-md { font-size: .98rem; }
.partner-word-sm { font-size: .8rem; }
.partner-real {
  width: 7.2rem; height: 2.6rem;
  object-fit: contain;
  display: block;
}

.wizard-wrap {
  position: relative; z-index: 2;
  width: min(100% - 1.4rem, 40rem);
  margin: 1.6rem auto 3rem;
}
.wizard-card {
  background: #fff; border-radius: 1.6rem;
  box-shadow: 0 24px 60px rgba(40,10,90,.12);
  padding: 2.2rem 1.4rem 1.4rem;
  position: relative;
  animation: wizardIn .45s ease;
}
@keyframes wizardIn {
  from { opacity: 0; transform: translateY(14px) scale(.98); }
  to { opacity: 1; transform: none; }
}
.wizard-bar {
  position: absolute; left: 1.1rem; right: 1.1rem; top: 0;
  height: 6px; border-radius: 0 0 8px 8px;
  background: linear-gradient(90deg, #5b21b6, #f5c518);
}
.wizard-exit {
  display: inline-flex; align-items: center; gap: .4rem;
  margin: .55rem 0 .15rem;
  background: #5b21b6; color: #fff;
  border-radius: 999px; padding: .48rem 1rem;
  font-weight: 800; font-size: .9rem;
  box-shadow: 0 8px 16px rgba(109, 40, 217, .22);
}
.wizard-exit:hover, .wizard-exit:focus-visible { background: #4a1d73; }
.wizard-mascot {
  position: absolute; left: 50%; top: -1.7rem; transform: translateX(-50%);
  width: 4.1rem; height: 4.1rem;
}
.wizard-card h1 {
  text-align: center; font-size: 1.55rem; margin: .9rem 0 .35rem; letter-spacing: -.03em;
}
.wizard-card .lead { text-align: center; color: #6b5a88; max-width: 28rem; margin: 0 auto .9rem; }
.live-earn {
  display: flex; align-items: center; justify-content: center; gap: .45rem;
  border: 1.5px dashed #9ee7d6; background: #edfffb; color: #0f766e;
  border-radius: 999px; padding: .55rem .9rem; font-size: .88rem; font-weight: 700;
  margin: .8rem auto 1.2rem; max-width: 26rem;
}
.wizard-dots {
  position: relative; display: flex; justify-content: space-between;
  width: min(100%, 16rem); margin: 1.4rem auto 1.1rem;
}
.wizard-dots::before {
  content: ""; position: absolute; left: 8%; right: 8%; top: 50%;
  border-top: 2px dotted #e4d8ff; z-index: 0;
}
.wizard-dots span {
  position: relative; z-index: 1;
  width: 2.1rem; height: 2.1rem; border-radius: 50%;
  display: grid; place-items: center;
  background: #f3eefc; color: #9b87c4; font-weight: 800;
}
.wizard-dots span.on {
  background: #2d1258; color: #fff;
  box-shadow: 0 0 0 6px rgba(45,18,88,.08);
}
.unlock-banner {
  display: flex; align-items: center; justify-content: center; gap: .45rem;
  background: #fff8e4; border: 1.5px dashed #f3d27a; color: #92400e;
  border-radius: 999px; padding: .6rem .9rem; font-weight: 700; font-size: .9rem;
  margin: 0 auto 1.3rem; max-width: 28rem;
}
.step-label { color: #6b5a88; font-size: .78rem; font-weight: 800; letter-spacing: .04em; margin-bottom: .7rem; }
.wizard-step { display: none; animation: fadeStep .28s ease; }
.wizard-step.on { display: block; }
@keyframes fadeStep { from { opacity: 0; transform: translateX(10px); } to { opacity: 1; transform: none; } }
.wizard-grid { display: grid; gap: .75rem; }
@media (min-width: 640px) {
  .wizard-grid.two { grid-template-columns: 1fr 1fr; }
  .wizard-grid.three { grid-template-columns: 1fr 1fr 1fr; }
}
.wizard-card label { color: #4c3d66; }
.wizard-card input, .wizard-card select {
  border: 1.5px solid #e4d8ff; background: #fff; border-radius: 999px;
}
.wizard-card input:focus, .wizard-card select:focus {
  outline: 2px solid #c4b5fd; border-color: #4a1d73;
}
.lock-field {
  display: flex; align-items: center; gap: .55rem;
  border: 1.5px dashed #d8ccf5; background: #f7f3ff;
  border-radius: 999px; padding: .88rem 1.1rem;
  color: #6b5a88; font-weight: 700; pointer-events: none; user-select: none;
}
.lock-ico { opacity: .7; font-size: .95rem; }
.wizard-actions { display: flex; justify-content: flex-end; gap: .5rem; margin-top: 1.2rem; padding-top: .8rem; border-top: 1px dashed #efe8ff; }
.btn-gold {
  width: auto; min-width: 8.5rem; background: linear-gradient(180deg, #ffd84a, #f5c518);
  color: #1a1030;
  box-shadow: 0 10px 22px rgba(245,197,24,.32);
  position: relative; overflow: hidden;
}
.btn-gold::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(105deg, transparent 35%, rgba(255,255,255,.5) 50%, transparent 65%);
  transform: translateX(-130%);
  animation: btn-shine 5s ease-in-out infinite;
}
.btn-gold:hover { filter: brightness(1.05); }
.btn-soft {
  width: auto; background: #efe8ff; color: #361555;
}
.done-pop {
  position: fixed; inset: 0; z-index: 90;
  background: rgba(40, 16, 80, .42);
  backdrop-filter: blur(7px);
  display: grid; place-items: center;
  padding: 1.2rem;
}
.done-card {
  width: min(100%, 26.5rem);
  background: #fff;
  border-radius: 1.7rem;
  padding: 2.5rem 1.8rem 1.9rem;
  text-align: center;
  box-shadow: 0 28px 70px rgba(20, 6, 50, .28);
  animation: pop .28s ease;
}
.done-check {
  width: 5.4rem; height: 5.4rem;
  margin: 0 auto 1.15rem;
  display: grid; place-items: center;
}
.done-card h2 {
  font-size: 1.55rem; color: #1a1030; margin: 0 0 .55rem; font-weight: 800;
}
.done-card p {
  color: #6b5a88; line-height: 1.55; margin: 0 auto;
  max-width: 22rem;
}
.btn-done {
  display: inline-block;
  margin-top: 1.35rem;
  background: #3d1766;
  color: #fff;
  border-radius: 999px;
  padding: .88rem 1.9rem;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 10px 22px rgba(61, 23, 102, .28);
}
.btn-done:hover { filter: brightness(1.08); color: #fff; }
.pay-sent-lead {
  display: inline-block;
  background: #f5c518; color: #1a1030;
  border-radius: 999px; padding: .16rem .7rem;
  font-size: .78rem; font-weight: 800; letter-spacing: .04em;
  margin: 0 0 .4rem;
}
.pay-sent-pop .done-card p { font-weight: 700; color: #3b2a55; }
.pay-sent-pop .btn { width: 100%; margin-top: 1.25rem; }
.sv-toasts { position: fixed; left: 1.2rem; bottom: 1.2rem; z-index: 60; }
.sv-toast {
  display: flex; align-items: center; gap: .85rem;
  background: #fff; color: #1e1233; border-radius: 999px;
  padding: 1rem 1.2rem 1rem .95rem;
  box-shadow: 0 16px 36px rgba(40,10,90,.2);
  min-width: 22rem; max-width: 28rem;
  transform: translateX(-120%); opacity: 0;
  transition: transform .35s ease, opacity .35s ease;
}
.sv-toast.show { transform: translateX(0); opacity: 1; }
.sv-toast.hide { transform: translateX(-120%); opacity: 0; }
.sv-toast .flag { width: 2rem; height: 2rem; border-radius: 50%; object-fit: cover; }
.sv-toast strong { font-weight: 800; font-size: 1.02rem; }
.sv-toast small { display: block; color: #6b5a88; font-size: .88rem; margin-top: .15rem; }
.sv-toast .amt { color: #16a34a; }
.sv-toast button {
  margin-left: auto; border: 0; background: #efe8ff; border-radius: 50%;
  width: 1.5rem; height: 1.5rem; cursor: pointer;
}
.chat-page { width: min(100% - 1.2rem, 28rem) !important; margin-top: .6rem !important; }
.chat-shell {
  background: #fff; border-radius: 1.4rem; overflow: hidden;
  box-shadow: 0 16px 40px rgba(40,10,90,.1);
  display: flex; flex-direction: column; min-height: 34rem; max-height: calc(100vh - 7rem);
}
.chat-head {
  display: flex; align-items: center; gap: .7rem;
  padding: .85rem 1rem; background: linear-gradient(90deg, #5b21b6, #6d28d9); color: #fff;
}
.chat-head span { display: block; font-size: .78rem; opacity: .8; font-weight: 700; }
.chat-x {
  width: 2rem; height: 2rem; border-radius: 50%;
  display: grid; place-items: center;
  background: rgba(255,255,255,.12); color: #fff; font-size: 1.3rem; font-weight: 800;
}
.chat-log { flex: 1; overflow: auto; padding: 1rem .85rem; background: #f6f1ff; }
.chat-bubble {
  max-width: 86%; margin-bottom: .65rem; padding: .7rem .85rem;
  border-radius: 1rem; background: #fff; color: #1a1030;
  box-shadow: 0 6px 14px rgba(40,10,90,.06);
}
.chat-bubble p { margin: 0 0 .25rem; font-weight: 700; line-height: 1.45; }
.chat-bubble small { color: #8a7aa3; font-size: .72rem; font-weight: 700; }
.chat-bubble.sys { background: #efe8ff; }
.chat-bubble.me { margin-left: auto; background: #5b21b6; color: #fff; }
.chat-bubble.me small { color: #ddd6fe; }
.chat-bubble.them { background: #fff; }
.chat-pic img { display: block; max-width: 12rem; border-radius: .7rem; margin-bottom: .35rem; }
.lang-btns { display: flex; gap: .45rem; margin-top: .55rem; }
.lang-btns button {
  flex: 1; border: 0; border-radius: 999px; padding: .5rem .4rem;
  background: #fff; color: #361555; font: inherit; font-weight: 800; cursor: pointer;
}
.chat-compose { background: #fff; border-top: 1px solid #efe8ff; }
.chat-attach {
  display: flex; align-items: center; gap: .7rem;
  margin: .65rem .7rem 0; padding: .55rem .65rem;
  background: #f6f1ff; border: 1px solid #e6def6; border-radius: .9rem;
}
.chat-attach[hidden] { display: none; }
.chat-attach img {
  width: 3.4rem; height: 3.4rem; object-fit: cover; border-radius: .6rem; background: #fff;
}
.chat-attach strong, .chat-attach span { display: block; }
.chat-attach strong { font-size: .86rem; color: #1a1030; }
.chat-attach span { font-size: .75rem; color: #6b5a88; font-weight: 700; }
.chat-attach-x {
  margin-left: auto; width: 1.8rem; height: 1.8rem; border: 0; border-radius: 50%;
  background: #efe8ff; color: #361555; font-size: 1.1rem; font-weight: 800; cursor: pointer;
}
.chat-bar {
  display: flex; align-items: center; gap: .4rem;
  padding: .65rem .7rem .75rem; background: #fff;
}
.chat-plus {
  width: 2.3rem; height: 2.3rem; border: 0; border-radius: 50%;
  background: #f5b400; color: #1a1030; font-size: 1.35rem; font-weight: 800; cursor: pointer;
}
.chat-bar input {
  flex: 1; border: 1px solid #e6def6; border-radius: 999px;
  padding: .62rem .9rem; font: inherit; background: #faf8ff;
}
.chat-send {
  width: 2.3rem; height: 2.3rem; border: 0; border-radius: 50%;
  background: #5b21b6; color: #fff; cursor: pointer; font-size: 1rem;
}
.chat-send:disabled, .chat-bar input:disabled { opacity: .45; }
.chat-mic {
  width: 2.3rem; height: 2.3rem; border: 0; border-radius: 50%;
  background: linear-gradient(180deg, #7c3aed, #5b21b6);
  color: #fff; display: grid; place-items: center; cursor: pointer;
  flex: 0 0 auto;
}
.chat-mic:disabled { opacity: .45; cursor: not-allowed; }
.chat-mic.is-rec {
  background: linear-gradient(180deg, #ef4444, #b91c1c);
  animation: chatMicPulse 1s ease infinite;
}
@keyframes chatMicPulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(239, 68, 68, .35); }
  50% { box-shadow: 0 0 0 8px rgba(239, 68, 68, 0); }
}
.chat-voice-box {
  display: flex; align-items: center; gap: .55rem; flex-wrap: wrap;
  margin: .65rem .7rem 0; padding: .55rem .7rem;
  background: #faf7ff; border: 1.5px dashed #c4b5fd; border-radius: 1rem;
}
.chat-voice-box[hidden] { display: none; }
.chat-voice-box.is-rec { border-color: #f87171; background: #fff5f5; }
.chat-voice-box.is-ready { border-color: #86efac; background: #f0fdf4; }
.chat-voice-dot {
  width: .7rem; height: .7rem; border-radius: 50%;
  background: #9ca3af; flex: 0 0 auto;
}
.chat-voice-box.is-rec .chat-voice-dot {
  background: #ef4444;
  animation: chatMicPulse 1s ease infinite;
}
.chat-voice-box.is-ready .chat-voice-dot { background: #16a34a; }
.chat-voice-box strong { flex: 1; font-size: .86rem; color: #361555; }
.chat-voice-box audio { width: min(100%, 14rem); height: 2.1rem; }
.chat-voice {
  display: block;
  width: min(100%, 15rem);
  max-width: 100%;
  height: 2.2rem;
  margin: 0 0 .35rem;
  border-radius: 999px;
}
.app-page { position: relative; z-index: 2; width: min(100% - 1.6rem, 42rem); margin: 1.2rem auto 3rem; }
.app-page h1 { color: #1a1030; }
.app-page .lead { color: #4c3d66; }
.sv-do-head {
  display: flex;
  align-items: center;
  gap: .85rem;
  margin: 0 0 .85rem;
}
.sv-do-head .sv-brand {
  flex: 0 0 3.15rem;
  width: 3.15rem;
  height: 3.15rem;
  border-radius: .95rem;
  font-size: 1.02rem;
}
.sv-do-head h1 { margin: 0; font-size: 1.35rem; }
.sv-do-head .lead { margin: .2rem 0 0; }
.app-page .sheet { box-shadow: 0 16px 40px rgba(40,10,90,.08); }
.pg-how {
  background: #efe8ff; color: #1a1030; border-radius: 1.3rem; padding: 1.05rem 1.15rem; margin-bottom: 1rem;
  border: 1.5px solid #d8c9ff;
}
.pg-how h2 { margin: 0 0 .55rem; font-size: 1.02rem; color: #361555; }
.pg-how ol { margin: 0; padding-left: 1.15rem; color: #4c3d66; font-weight: 700; line-height: 1.7; }
.dep-step .btn { margin-top: .65rem; }
.dep-amt {
  background:
    radial-gradient(120% 80% at 100% -10%, rgba(245, 197, 24, .16), transparent 46%),
    radial-gradient(90% 80% at -10% 110%, rgba(124, 58, 237, .12), transparent 52%),
    #fff !important;
}
.dep-back {
  display: inline-flex;
  align-items: center;
  gap: .32rem;
  border: 1.5px solid #e4d8ff;
  background: linear-gradient(180deg, #fff, #f6f0ff);
  color: #5b21b6;
  font: inherit;
  font-weight: 800;
  border-radius: 999px;
  padding: .42rem .95rem;
  margin-bottom: .85rem;
  cursor: pointer;
  box-shadow: 0 8px 16px rgba(91, 33, 182, .08);
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, color .18s ease, border-color .18s ease;
}
.dep-back:hover, .dep-back:focus-visible {
  transform: translateX(-3px);
  background: linear-gradient(180deg, #ffe27a, #f5c518);
  color: #3b0764;
  border-color: #f5c518;
  box-shadow: 0 10px 18px rgba(245, 180, 0, .28);
}
.dep-method-card {
  position: relative;
  display: flex;
  align-items: center;
  gap: .8rem;
  overflow: hidden;
  background: linear-gradient(105deg, #fff 0%, #faf5ff 58%, #f3e8ff 100%);
  border: 1.5px solid #e4d8ff;
  border-radius: 1.2rem;
  padding: .9rem 1.05rem .9rem 1.15rem;
  margin-bottom: .95rem;
  box-shadow: 0 12px 26px rgba(91, 33, 182, .08);
}
.dep-method-card::before {
  content: "";
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 4px;
  background: linear-gradient(180deg, #f5c518, #7c3aed);
}
.dep-method-card .pg-logo {
  background: #fff;
  box-shadow: 0 8px 16px rgba(91, 33, 182, .1);
}
.dep-method-card strong, .dep-method-card em { display: block; }
.dep-method-card strong { color: #1a1030; font-size: 1.05rem; }
.dep-method-card em { color: #6b5a88; font-size: .8rem; font-style: normal; font-weight: 700; }
.dep-bonus { margin: .15rem 0 .55rem; color: #15803d; font-weight: 800; font-size: .86rem; }
.dep-bonus-line { margin: .15rem 0 .55rem; color: #15803d; font-weight: 800; font-size: .92rem; }
.dep-chips { display: grid; grid-template-columns: repeat(3, 1fr); gap: .55rem; margin: .8rem 0 .35rem; }
.money-box,
body.app input.money-box {
  width: 100%;
  border-radius: 1.05rem;
  border: 1.5px solid #e4d8ff;
  background: #fff;
  color: #1a1030;
  padding: 1rem 1.2rem;
  font: inherit;
  font-weight: 800;
  box-shadow: 0 8px 20px rgba(91, 33, 182, .06);
  transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}
.money-box::placeholder { color: #8b7aa8; font-weight: 700; }
.money-box:focus {
  outline: none;
  border-color: #7c3aed;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(124, 58, 237, .16), 0 10px 22px rgba(91, 33, 182, .1);
}
.dep-chip {
  border: 0;
  background: linear-gradient(180deg, #f0e7ff 0%, #dcc9ff 100%);
  color: #3b0764;
  border-radius: 1.05rem;
  padding: .72rem .4rem .68rem;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
  line-height: 1.15;
  box-shadow: 0 8px 16px rgba(91, 33, 182, .14), inset 0 1px 0 rgba(255,255,255,.75);
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, color .18s ease, filter .18s ease;
}
.dep-chip:nth-child(even) {
  background: linear-gradient(180deg, #e9fff7 0%, #b7f0d9 100%);
  color: #065f46;
  box-shadow: 0 8px 16px rgba(16, 185, 129, .16), inset 0 1px 0 rgba(255,255,255,.7);
}
.dep-chip:hover {
  transform: translateY(-3px) scale(1.02);
  filter: brightness(1.05);
  box-shadow: 0 14px 24px rgba(91, 33, 182, .22);
}
.dep-chip:nth-child(even):hover {
  box-shadow: 0 14px 24px rgba(16, 185, 129, .28);
}
.dep-chip small { display: block; color: inherit; font-size: .72rem; margin-top: .15rem; opacity: .8; }
.dep-chip small.dep-plus {
  margin-top: .12rem;
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .01em;
  color: #b45309;
  opacity: 1;
}
.dep-chip:nth-child(even) small.dep-plus { color: #0f766e; }
.dep-chip.on,
.dep-chip.on:nth-child(even) {
  background: linear-gradient(180deg, #8b5cf6, #5b21b6);
  color: #fff;
  filter: none;
  box-shadow: 0 14px 26px rgba(91, 33, 182, .4), inset 0 1px 0 rgba(255,255,255,.28);
  animation: chip-pop .28s ease;
}
.dep-chip.on small { color: #fde68a; opacity: 1; }
.dep-chip.on small.dep-plus { color: #fde68a; }
@keyframes chip-pop {
  0% { transform: scale(.96); }
  55% { transform: scale(1.05); }
  100% { transform: scale(1); }
}
.dep-amt .btn-gold {
  box-shadow: 0 12px 24px rgba(245, 180, 0, .32);
}
.dep-on-pay > h1, .dep-on-pay > .lead, .dep-on-pay > .dash-card:not(.dep-pay) { display: none; }
.dep-pay { padding: 1.2rem 1rem 0 !important; overflow: hidden; }
.dep-pay-body { text-align: center; padding: .2rem .4rem 1rem; }
.dep-brand-logo {
  width: 4.6rem !important; height: 4.6rem !important; max-width: 4.6rem;
  margin: .15rem auto .55rem;
  border-radius: 50%; overflow: hidden; background: #fff;
  border: 1.5px solid #efe8ff;
  display: grid; place-items: center; padding: .4rem; box-sizing: border-box;
}
.dep-brand-logo img {
  width: 3.5rem !important; height: 3.5rem !important; max-width: 3.5rem !important;
  object-fit: contain;
}
.dep-pay-body h2 { margin: 0 0 .45rem; font-size: 1.35rem; color: #1a1030; }
.dep-amt-line { margin: 0 0 .55rem; color: #4c3d66; font-weight: 700; }
.dep-amt-line strong { color: #1a1030; }
.dep-num-box {
  margin: 0 auto .7rem;
  max-width: 22rem;
  padding: .7rem .85rem .8rem;
  border-radius: 1.15rem;
  background:
    linear-gradient(180deg, #fffdf6 0%, #faf5ff 100%);
  border: 1.5px solid #ead6a8;
  box-shadow: 0 12px 24px rgba(91, 33, 182, .1), inset 0 1px 0 #fff;
}
.dep-num-label {
  display: block;
  margin-bottom: .4rem;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #7c3aed;
}
.dep-num-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: .55rem;
  margin: 0;
  padding: .72rem .8rem;
  border-radius: .9rem;
  background: #fff;
  border: 1.5px dashed #d8c4ff;
  font-size: 1.12rem;
  font-weight: 800;
  font-family: 'Plus Jakarta Sans', sans-serif;
  color: #1a1030;
  min-width: 0;
}
.dep-num-line strong,
.dep-num-val {
  flex: 1;
  min-width: 0;
  width: 100%;
  border: 0;
  background: transparent;
  text-align: left;
  letter-spacing: .02em;
  word-break: break-all;
  font: inherit;
  font-weight: 800;
  color: #1a1030;
  outline: none;
  user-select: text;
  -webkit-user-select: text;
  cursor: text;
}
.dep-num-val.is-empty {
  color: #8a7aa3;
  font-size: .92rem;
  letter-spacing: 0;
}
.dep-num-line button {
  flex: 0 0 auto;
  border: 0;
  background: linear-gradient(180deg, #ffe27a, #f5c518);
  color: #3b0764;
  border-radius: 999px;
  padding: .42rem .85rem;
  font: inherit;
  font-size: .78rem;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 6px 12px rgba(245, 180, 0, .28);
}
.dep-hint { margin: 0 0 .85rem; color: #4c3d66; font-size: .86rem; font-weight: 700; }
.dep-pay-body input:not(.dep-num-val) {
  width: 100%; border: 1.5px solid #e4d8ff; background: #f4f0fb;
  border-radius: 999px; padding: .85rem 1rem; font: inherit; text-align: center;
  color: #1a1030; font-weight: 800;
}
.dep-pay-body .dep-num-val {
  width: 100%;
  border: 0;
  background: transparent;
  border-radius: 0;
  padding: 0;
  text-align: left;
  box-shadow: none;
}
.dep-pay-body input::placeholder { color: #1a1030; font-weight: 800; }
.dep-howto {
  margin: 1rem -1rem 0; padding: 1.1rem 1.2rem 1.3rem; text-align: left;
  background: #fff0f6; color: #1a1030;
  border-top: 1.5px solid #f5c6d8;
}
.dep-howto h3 { margin: 0 0 .55rem; font-size: 1.05rem; color: #be185d; text-align: center; }
.dep-howto ul { margin: 0; padding-left: 1.15rem; color: #4c3d66; font-weight: 700; line-height: 1.7; }
.dep-howto strong { color: #1a1030; }
.dep-pay-actions { display: grid; grid-template-columns: 1fr 1fr; margin: 0 -1rem; }
.dep-pay-actions button {
  border: 0; padding: 1rem; font: inherit; font-weight: 800; cursor: pointer;
}
.dep-pay-actions button[data-to] { background: #efe8ff; color: #4c3d66; }
.dep-pay-actions button[type="submit"] { background: #e2136e; color: #fff; }
.dep-pay[data-theme="nagad"] .dep-howto { background: #fff4ec; border-top-color: #ffd4b5; }
.dep-pay[data-theme="nagad"] .dep-howto h3 { color: #c05612; }
.dep-pay[data-theme="nagad"] .dep-pay-actions button[type="submit"] { background: #f37021; color: #fff; }
.dep-pay[data-theme="rocket"] .dep-howto { background: #f6f1ff; border-top-color: #e4d8ff; }
.dep-pay[data-theme="rocket"] .dep-howto h3 { color: #361555; }
.dep-pay[data-theme="rocket"] .dep-pay-actions button[type="submit"] { background: #361555; color: #fff; }
.dep-pay[data-theme="binance"] .dep-howto { background: #fff8e6; border-top-color: #f5e0a0; color: #1a1030; }
.dep-pay[data-theme="binance"] .dep-howto h3 { color: #8a6914; }
.dep-pay[data-theme="binance"] .dep-howto strong { color: #1a1030; }
.dep-pay[data-theme="binance"] .dep-pay-actions button[type="submit"] { background: #f3ba2f; color: #1a1030; }
.dep-wait {
  position: fixed; inset: 0; z-index: 90;
  display: grid; place-items: center; background: #e2136e;
}
.dep-wait[hidden] { display: none; }
.dep-wait[data-theme="nagad"] { background: #f37021; }
.dep-wait[data-theme="rocket"] { background: #361555; }
.dep-wait[data-theme="binance"] { background: #f3ba2f; }
.dep-wait-dots { display: flex; gap: .75rem; align-items: center; }
.dep-wait-dots span {
  width: .72rem; height: .72rem; border-radius: 50%; background: #ffe6f3;
  animation: depDot .9s ease-in-out infinite;
}
.dep-wait[data-theme="nagad"] .dep-wait-dots span { background: #fff4e8; }
.dep-wait[data-theme="rocket"] .dep-wait-dots span { background: #efe8ff; }
.dep-wait[data-theme="binance"] .dep-wait-dots span { background: #fff8dc; }
.dep-wait-dots span:nth-child(2) { animation-delay: .15s; }
.dep-wait-dots span:nth-child(3) { animation-delay: .3s; }
@keyframes depDot {
  0%, 80%, 100% { transform: scale(.4); opacity: .35; }
  40% { transform: scale(1); opacity: 1; }
}
@media (max-width: 520px) { .dep-chips { grid-template-columns: repeat(2, 1fr); } }
.pg-title { margin: 0 0 .7rem; font-size: 1.05rem; color: #1a1030; }
.pg-empty {
  margin: 0;
  padding: .95rem 1rem;
  border-radius: 1rem;
  background: #f6f1ff;
  border: 1.5px dashed #d8c4ff;
  color: #4c3d66;
  font-weight: 800;
  text-align: center;
}
.pg-list { display: grid; gap: .75rem; padding: .15rem; overflow: visible; }
.pg-item {
  position: relative; display: flex; align-items: center; gap: .85rem;
  padding: .85rem 1rem; border-radius: 1.2rem; cursor: pointer;
  background: #fff; border: 2px solid #ddd6fe; color: #1a1030;
  box-shadow: 0 8px 20px rgba(40,10,90,.05);
  transition: transform .18s ease, border-color .18s, background .18s, box-shadow .18s;
  touch-action: manipulation;
}
.pg-item:hover,
.pg-item:active,
.pg-item:focus-within {
  transform: scale(1.045);
  z-index: 3;
}
.pg-item input { position: absolute; opacity: 0; pointer-events: none; }
.pg-logo {
  width: 3.7rem; height: 3.7rem; flex: 0 0 3.7rem;
  border-radius: 50%; overflow: hidden; background: #fff;
  border: 1.5px solid #efe8ff;
  display: grid; place-items: center; padding: .32rem; box-sizing: border-box;
}
.pg-logo img, .pg-logo svg {
  width: 100%; height: 100%; display: block;
  object-fit: contain; object-position: center; transform: none;
}
.dep-confirm-logo {
  width: 9rem !important; height: 3.8rem !important; margin: 0 auto .55rem;
  border-radius: 1rem; padding: .35rem;
}
.dep-confirm-logo img {
  object-fit: contain !important; object-position: center !important; transform: none !important;
}
.pg-meta strong, .pg-meta em { display: block; }
.pg-item .pg-meta strong,
.pg-item:hover .pg-meta strong,
.pg-item:has(input:checked) .pg-meta strong {
  color: #1a1030 !important; font-size: 1.05rem; font-weight: 800;
}
.pg-item .pg-meta em,
.pg-item:hover .pg-meta em,
.pg-item:has(input:checked) .pg-meta em {
  color: #4c3d66 !important; font-size: .8rem; font-style: normal; font-weight: 700;
}
.pg-check {
  margin-left: auto; width: 1.45rem; height: 1.45rem; border-radius: 50%;
  border: 2px solid #d8d0ea; background: #fff; position: relative; flex: 0 0 1.45rem;
}
.pg-item:hover .pg-check,
.pg-item:active .pg-check,
.pg-item:focus-within .pg-check,
.pg-item:has(input:checked) .pg-check {
  border-color: transparent;
}
.pg-item:hover .pg-check::after,
.pg-item:active .pg-check::after,
.pg-item:focus-within .pg-check::after,
.pg-item:has(input:checked) .pg-check::after {
  content: ''; position: absolute; inset: .28rem;
  background: #fff;
  clip-path: polygon(14% 44%, 0 58%, 40% 96%, 100% 22%, 82% 8%, 38% 68%);
}
.pg-item.pg-bkash:hover,
.pg-item.pg-bkash:active,
.pg-item.pg-bkash:focus-within,
.pg-item.pg-bkash:has(input:checked),
.pg-item.pg-bkash.is-on {
  border-color: #e2136e !important;
  background: #ffcce3 !important;
  box-shadow: inset 0 0 0 999px rgba(226,19,110,.10), 0 14px 32px rgba(226,19,110,.2);
}
.pg-item.pg-bkash:hover .pg-check,
.pg-item.pg-bkash:active .pg-check,
.pg-item.pg-bkash:focus-within .pg-check,
.pg-item.pg-bkash:has(input:checked) .pg-check,
.pg-item.pg-bkash.is-on .pg-check { background: #e2136e; }
.pg-item.pg-nagad:hover,
.pg-item.pg-nagad:active,
.pg-item.pg-nagad:focus-within,
.pg-item.pg-nagad:has(input:checked),
.pg-item.pg-nagad.is-on {
  border-color: #f37021 !important;
  background: #ffdcc4 !important;
  box-shadow: inset 0 0 0 999px rgba(243,112,33,.10), 0 14px 32px rgba(243,112,33,.2);
}
.pg-item.pg-nagad:hover .pg-check,
.pg-item.pg-nagad:active .pg-check,
.pg-item.pg-nagad:focus-within .pg-check,
.pg-item.pg-nagad:has(input:checked) .pg-check,
.pg-item.pg-nagad.is-on .pg-check { background: #f37021; }
.pg-item.pg-rocket:hover,
.pg-item.pg-rocket:active,
.pg-item.pg-rocket:focus-within,
.pg-item.pg-rocket:has(input:checked),
.pg-item.pg-rocket.is-on {
  border-color: #4a1d73 !important;
  background: #e4d2ff !important;
  box-shadow: inset 0 0 0 999px rgba(74,29,115,.10), 0 14px 32px rgba(74,29,115,.2);
}
.pg-item.pg-rocket:hover .pg-check,
.pg-item.pg-rocket:active .pg-check,
.pg-item.pg-rocket:focus-within .pg-check,
.pg-item.pg-rocket:has(input:checked) .pg-check,
.pg-item.pg-rocket.is-on .pg-check { background: #4a1d73; }
.pg-item.pg-binance:hover,
.pg-item.pg-binance:active,
.pg-item.pg-binance:focus-within,
.pg-item.pg-binance:has(input:checked),
.pg-item.pg-binance.is-on {
  border-color: #f3ba2f !important;
  background: #ffe08a !important;
  box-shadow: inset 0 0 0 999px rgba(243,186,47,.12), 0 14px 32px rgba(243,186,47,.22);
}
.pg-item.pg-binance:hover .pg-check,
.pg-item.pg-binance:active .pg-check,
.pg-item.pg-binance:focus-within .pg-check,
.pg-item.pg-binance:has(input:checked) .pg-check,
.pg-item.pg-binance.is-on .pg-check { background: #f3ba2f; }
.pg-wallet {
  display: flex; align-items: center; gap: .55rem; flex-wrap: wrap;
  margin: .85rem 0 0; padding: .75rem .85rem;
  background: #faf8ff; border: 1px solid #efe8ff; border-radius: 1rem;
}
.pg-wallet span { font-weight: 800; color: #6b5a88; }
.pg-wallet strong { color: #1a1030; font-family: 'Plus Jakarta Sans', sans-serif; }
.ref-copy {
  display: flex; align-items: center; gap: .45rem; flex-wrap: wrap;
  background: #fff; border-radius: 1.05rem; padding: .72rem .85rem;
}
.ref-copy > span { font-weight: 800; color: #1a1030; }
.ref-copy input {
  flex: 1; min-width: 10rem; border: 1px solid #e6def6; border-radius: .7rem;
  padding: .5rem .7rem; font: inherit; font-size: .82rem; background: #faf8ff; color: #4c3d66;
}
.ref-copy .btn { flex-shrink: 0; }
.ref-box h2 { margin: 0 0 .7rem; font-size: 1.05rem; color: #1a1030; }
.ref-empty { margin: 0; font-weight: 700; }
.ref-list { list-style: none; margin: 0; padding: 0; display: grid; gap: .55rem; }
.ref-list li {
  display: flex; justify-content: space-between; align-items: center; gap: .7rem;
  background: #faf8ff; border: 1px solid #efe8ff; border-radius: .9rem; padding: .7rem .85rem;
}
.ref-list strong { display: block; color: #1a1030; }
.ref-list span { display: block; color: #6b5a88; font-size: .82rem; font-weight: 700; }
.ref-list small { color: #8a7aa3; font-size: .75rem; font-weight: 700; white-space: nowrap; }

/* Member pages: dark text on light sheets; header/sidebar match public purple */
body.app {
  color: #1a1030 !important;
}
body.app .dash-main {
  background: #f3e8ff !important;
  color: #1a1030 !important;
}
body.app .dash-page-inner h1,
body.app .dash-main .app-page h1,
body.app .app-page h1,
body.app h1 {
  color: #1a1030 !important;
}
body.app .lead,
body.app .dash-page-inner .lead,
body.app .dash-main .lead,
body.app .app-page .lead,
body.app p.lead {
  color: #1a1030 !important;
  font-weight: 700;
}
body.app .muted,
body.app .dash-card,
body.app .sheet,
body.app label,
body.app .pg-title,
body.app .pg-how,
body.app .pg-how ol,
body.app .pg-meta strong {
  color: #1a1030;
}
body.app .pg-meta em,
body.app .dep-hint,
body.app .dep-amt-line,
body.app .dep-howto ul {
  color: #4c3d66;
}
body.app .dep-bonus,
body.app .dep-bonus-line {
  color: #15803d !important;
}
body.app .dep-pay-body h2,
body.app .dep-num-line,
body.app .dep-howto,
body.app .dep-howto strong {
  color: #1a1030;
}
body.app .dep-howto h3 { color: #be185d; }
body.app .dep-pay[data-theme="nagad"] .dep-howto h3 { color: #c05612; }
body.app .dep-pay[data-theme="rocket"] .dep-howto h3 { color: #361555; }
body.app .dep-pay[data-theme="binance"] .dep-howto h3 { color: #8a6914; }
body.app .dash-card,
body.app .sheet {
  background: #fff;
  color: #1a1030;
}

.prof-page .lead { margin-bottom: 1rem; }
.prof-hero {
  display: flex; align-items: center; gap: 1rem;
}
.prof-avatar {
  width: 4.4rem; height: 4.4rem; border-radius: 50%;
  display: grid; place-items: center;
  background: linear-gradient(160deg, #4a1d73, #361555);
  color: #fff; font-weight: 900; font-size: 1.45rem;
  box-shadow: 0 10px 22px rgba(91,33,214,.28);
  flex: 0 0 auto;
}
.prof-name { font-size: 1.25rem; font-weight: 800; color: #1a1030; }
.prof-phone { color: #4c3d66; font-weight: 700; margin-top: .15rem; }
.prof-tags { display: flex; flex-wrap: wrap; gap: .4rem; margin-top: .55rem; }
.prof-tag {
  display: inline-flex; align-items: center;
  border-radius: 999px; padding: .22rem .65rem;
  font-size: .78rem; font-weight: 800;
  background: #efe8ff; color: #361555;
}
.prof-tag.ok { background: #dcfce7; color: #15803d; }
.prof-tag.warn { background: #fef3c7; color: #b45309; }
.prof-stats {
  display: grid; grid-template-columns: 1fr 1fr; gap: .6rem;
  margin-top: 1.05rem;
}
@media (min-width: 720px) {
  .prof-stats { grid-template-columns: repeat(4, 1fr); }
}
.prof-stat {
  background: #f6f1ff; border-radius: 1rem; padding: .75rem .85rem;
}
.prof-stat span { display: block; color: #5b4b73; font-size: .78rem; font-weight: 700; }
.prof-stat strong { display: block; margin-top: .2rem; color: #1a1030; font-size: 1.02rem; }
.prof-banner {
  display: flex; justify-content: space-between; align-items: center; gap: .8rem;
  background: #fff7e6; border: 1px solid #f5d78a; color: #7a4a00;
  border-radius: 1.2rem; padding: .9rem 1rem; margin-bottom: 1rem; font-weight: 700;
}
.prof-banner .btn { width: auto; flex: 0 0 auto; }
.prof-grid { display: grid; gap: 1rem; }
@media (min-width: 860px) {
  .prof-grid { grid-template-columns: 1.25fr .85fr; align-items: start; }
}
.prof-side { display: grid; gap: 1rem; }
.prof-sec h2 { font-size: 1.05rem; margin-bottom: .85rem; color: #1a1030; }
.prof-sec input, .prof-sec select {
  border: 1.5px solid #e4d8ff; background: #fff; color: #1a1030;
}
.prof-sec input:focus, .prof-sec select:focus {
  outline: 2px solid #c4b5fd; border-color: #4a1d73;
}
.prof-readonly { background: #f6f1ff !important; color: #4c3d66; }
.prof-hint { margin-top: .35rem; font-size: .78rem; font-weight: 700; color: #5b4b73; }
.prof-actions { display: flex; flex-wrap: wrap; gap: .5rem; }
.prof-actions .btn { width: auto; }
.prof-sec .btn-gold { width: auto; }
body.app .prof-sec label { color: #4c3d66; }

.tx-stats {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: .55rem;
  margin: 0 0 1rem;
}
.tx-stat {
  background: #fff; border: 1px solid #e4d8ff; border-radius: 1rem;
  padding: .7rem .8rem;
}
.tx-stat span { display: block; color: #5b4b73; font-size: .78rem; font-weight: 700; }
.tx-stat strong { display: block; margin-top: .15rem; color: #1a1030; font-size: 1.15rem; }
.tx-tabs {
  display: flex; flex-wrap: wrap; gap: .4rem; margin-bottom: .9rem;
}
.tx-tabs button {
  border: 1.5px solid #e4d8ff; background: #f6f1ff; color: #4c3d66;
  border-radius: 999px; padding: .4rem .85rem; font: inherit; font-weight: 800; cursor: pointer;
}
.tx-tabs button.on { background: #5b21b6; border-color: #5b21b6; color: #fff; }
.tx-list { list-style: none; display: grid; gap: .55rem; }
.tx-row {
  display: flex; justify-content: space-between; align-items: center; gap: .8rem;
  background: #f6f1ff; border-radius: 1.05rem; padding: .8rem .9rem;
}
.tx-main { min-width: 0; }
.tx-main strong { display: block; color: #1a1030; font-size: 1rem; }
.tx-main small { display: block; margin-top: .2rem; color: #5b4b73; font-size: .75rem; font-weight: 700; }
.tx-detail { display: block; color: #5b4b73; font-size: .8rem; font-weight: 700; margin-top: .12rem; word-break: break-all; }
.tx-kind {
  display: inline-block; border-radius: 999px; padding: .12rem .5rem;
  font-size: .72rem; font-weight: 800; margin-bottom: .28rem;
}
.tx-kind.deposit { background: #dcfce7; color: #15803d; }
.tx-kind.withdraw { background: #efe8ff; color: #361555; }
.tx-kind.verify { background: #fef3c7; color: #b45309; }
.tx-side { text-align: right; flex: 0 0 auto; }
.tx-amt { display: block; font-size: 1.02rem; }
.tx-amt.in { color: #15803d; }
.tx-amt.out { color: #be123c; }
.tx-st {
  display: inline-block; margin-top: .25rem; font-style: normal;
  border-radius: 999px; padding: .1rem .5rem; font-size: .72rem; font-weight: 800;
  background: #efe8ff; color: #361555;
}
.tx-st.pending { background: #fef3c7; color: #b45309; }
.tx-st.paid { background: #dcfce7; color: #15803d; }
.tx-st.rejected { background: #fee2e2; color: #be123c; }
.tx-empty { text-align: center; padding: .6rem 0; }
body.app .remain strong.tx-st.pending { color: #b45309; }
body.app .remain strong.tx-st.paid { color: #15803d; }
body.app .remain strong.tx-st.rejected { color: #be123c; }
.ms-list { display: grid; gap: 1rem; }
.pkg-card,
.pkg-card.lock,
.pkg-card.done,
.pkg-card.on,
.pkg-card.next {
  opacity: 1;
  background: #fff;
  color: #1a1030;
  border: 1.5px solid transparent;
  border-radius: 1.35rem;
  padding: 1.15rem 1.15rem 1.05rem;
  box-shadow: 0 14px 32px rgba(76, 29, 149, .08);
  overflow: visible;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.pkg-card:hover,
.pkg-card:focus-within,
.pkg-card:active {
  z-index: 6;
  border-color: #361555;
  box-shadow: 0 16px 36px rgba(109, 40, 217, .2);
}
.pkg-top { display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
.pkg-name { display: flex; align-items: center; flex-wrap: wrap; gap: .45rem .55rem; min-width: 0; }
.pkg-top h2 { margin: 0; font-size: 1.18rem; color: #1a1030; line-height: 1.2; }
.pkg-tier {
  display: inline-flex;
  align-items: center;
  gap: .38rem;
  margin: 0;
  padding: .32rem .85rem .34rem .62rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font-size: .92rem;
  font-weight: 700;
  letter-spacing: .01em;
  line-height: 1.35;
  white-space: nowrap;
  box-shadow: 0 6px 14px rgba(40, 10, 90, .08);
}
.pkg-gem {
  width: .72rem;
  height: .72rem;
  border-radius: 50%;
  flex: 0 0 auto;
  background: currentColor;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.55), 0 0 0 2px rgba(255,255,255,.28);
}
.pkg-tier-bronze { background: linear-gradient(180deg, #f8e0c8, #e4a36a); color: #6b3a14; border-color: #d4924e; }
.pkg-tier-silver { background: linear-gradient(180deg, #f7f8fb, #c9cdd6); color: #3f4553; border-color: #b8bec9; }
.pkg-tier-gold { background: linear-gradient(180deg, #fff3c4, #f5b400); color: #6b4a00; border-color: #e0a800; }
.pkg-tier-platinum { background: linear-gradient(180deg, #f4f7fb, #b9c7d9); color: #334155; border-color: #94a3b8; }
.pkg-tier-diamond { background: linear-gradient(180deg, #e8f6ff, #7dd3fc); color: #0c4a6e; border-color: #38bdf8; }
.pkg-tier-crown { background: linear-gradient(180deg, #fff1c2, #f59e0b); color: #78350f; border-color: #d97706; }
.pkg-tier-vip { background: linear-gradient(180deg, #3b1694, #361555); color: #f5b400; border-color: #4a1d73; }
.pkg-tier-sera { background: linear-gradient(180deg, #ffe4e8, #fb7185); color: #9f1239; border-color: #f43f5e; }
.pkg-tier-premium { background: linear-gradient(180deg, #ede9fe, #4a1d73); color: #3b1694; border-color: #4a1d73; }
.pkg-tier-elite { background: linear-gradient(180deg, #dbeafe, #3b82f6); color: #1e3a8a; border-color: #2563eb; }
.pkg-tier-master { background: linear-gradient(180deg, #d1fae5, #10b981); color: #064e3b; border-color: #059669; }
.pkg-tier-champion { background: linear-gradient(180deg, #ffedd5, #f97316); color: #7c2d12; border-color: #ea580c; }
.pkg-tier-legend { background: linear-gradient(180deg, #1e1233, #361555); color: #fde68a; border-color: #a78bfa; }
.pkg-tier-royal { background: linear-gradient(180deg, #4c1d95, #4a1d73); color: #fef3c7; border-color: #c4b5fd; }
.pkg-tier-supreme { background: linear-gradient(180deg, #111827, #361555); color: #f5b400; border-color: #f5b400; }
.pkg-tier-imperial { background: linear-gradient(180deg, #4c1d95, #a78bfa); color: #fef3c7; border-color: #c4b5fd; }
.pkg-tier-grand { background: linear-gradient(180deg, #7c2d12, #f59e0b); color: #fff7ed; border-color: #fbbf24; }
.pkg-tier-ultimate { background: linear-gradient(180deg, #0f172a, #4a1d73); color: #f5b400; border-color: #a78bfa; }
.pkg-tier-titan { background: linear-gradient(180deg, #1e293b, #64748b); color: #f8fafc; border-color: #94a3b8; }
.pkg-tier-monarch { background: linear-gradient(180deg, #3b1694, #f5b400); color: #1a1030; border-color: #f5b400; }
.pkg-tier-emperor { background: linear-gradient(180deg, #111827, #b45309); color: #fde68a; border-color: #f59e0b; }
.pkg-tier-infinity { background: linear-gradient(180deg, #0c4a6e, #22d3ee); color: #ecfeff; border-color: #67e8f9; }
.pkg-tier-celestial { background: linear-gradient(180deg, #2e1065, #c4b5fd); color: #f5f3ff; border-color: #ddd6fe; }
.pkg-tier-divine { background: linear-gradient(180deg, #7c2d12, #fde68a); color: #451a03; border-color: #fbbf24; }
.pkg-tier-king { background: linear-gradient(180deg, #1a1030, #f5b400); color: #1a1030; border-color: #f5b400; }
.pkg-tier-alpha { background: linear-gradient(180deg, #3b1694, #111827); color: #f5b400; border-color: #4a1d73; }
.pkg-tier-max { background: linear-gradient(180deg, #111827, #f5b400); color: #1a1030; border-color: #f5b400; }
.pkg-price { text-align: right; }
.pkg-price span { display: block; color: #6b5a88; font-size: .75rem; font-weight: 700; }
.pkg-price strong { color: #361555; font-size: 1.45rem; font-family: 'Plus Jakarta Sans', sans-serif; }
.pkg-stats {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: .4rem;
  margin: 1rem 0 .95rem;
}
.pkg-stats div {
  background: #5b21b6;
  border-radius: 1.15rem;
  padding: .72rem .35rem .68rem;
  text-align: center;
  box-shadow: 0 8px 16px rgba(43, 10, 77, .18);
}
.pkg-stats em {
  display: block; color: #c4b5fd; font-style: normal;
  font-size: .72rem; font-weight: 700; word-spacing: .12em;
}
.pkg-stats b {
  display: block; margin-top: .28rem;
  font-size: .98rem; color: #fff; font-weight: 800;
}
.pkg-points { margin: 0 0 1rem; padding: 0; list-style: none; display: grid; gap: .5rem; }
.pkg-points li {
  position: relative; padding-left: 1.85rem; color: #3b2a55; font-weight: 700; font-size: .9rem;
  display: flex; align-items: center; min-height: 1.35rem;
}
.pkg-points li::before {
  content: '✓';
  position: absolute; left: 0; top: 50%;
  transform: translateY(-50%);
  width: 1.2rem; height: 1.2rem;
  border-radius: 50%;
  display: grid; place-items: center;
  background: #5b21b6; color: #fff;
  font-size: .72rem; font-weight: 900; line-height: 1;
  box-shadow: 0 4px 10px rgba(109, 40, 217, .25);
}
.pkg-foot { display: flex; align-items: center; justify-content: space-between; gap: .7rem; }
.pkg-foot span { color: #4c3d66; font-weight: 700; font-size: .88rem; }
.pkg-foot span b { color: #361555; }
.pkg-foot em { font-style: normal; font-weight: 800; color: #361555; }
.pkg-card.done .pkg-foot em { color: #15803d; }
.pkg-card.lock .pkg-foot em { color: #6b5a88; }
.pkg-active {
  display: inline-flex; align-items: center; justify-content: center;
  min-width: 8.5rem; padding: .7rem 1.3rem;
  border-radius: 999px;
  background: #dcfce7; color: #15803d !important;
  font-style: normal; font-weight: 800; font-size: .95rem;
}
.pkg-limit-end {
  display: inline-flex; align-items: center; justify-content: center;
  min-width: 8.5rem; padding: .7rem 1.3rem;
  border-radius: 999px;
  background: #fee2e2; color: #b91c1c !important;
  font-style: normal; font-weight: 800; font-size: .95rem;
}
.pkg-limit-btn {
  border: 0;
  cursor: pointer;
}
.pkg-locked {
  display: inline-flex; align-items: center; justify-content: center;
  min-width: 8.5rem; padding: .7rem 1.3rem;
  border-radius: 999px;
  background: #efe8ff; color: #6b5a88 !important;
  font-style: normal; font-weight: 800; font-size: .95rem;
}
.pkg-card.lock { opacity: .78; }
.pkg-card.done { border-color: #fecaca; }
.ms-next-hint {
  margin: 0 0 1rem;
  padding: .75rem 1rem;
  border-radius: 1rem;
  background: #f3e8ff;
  border: 1.5px solid #ddd6fe;
  color: #5b21b6;
  font-weight: 800;
  text-align: center;
}
.pkg-buy-form { position: relative; z-index: 4; }
.pkg-buy-form::after {
  content: attr(data-tip);
  position: absolute; left: 50%; bottom: calc(100% + .55rem);
  transform: translateX(-50%) translateY(8px);
  opacity: 0; pointer-events: none;
  background: #1a1030; color: #fff;
  font-size: .88rem; font-weight: 800;
  padding: .45rem 1rem; border-radius: 999px;
  white-space: nowrap;
  box-shadow: 0 10px 24px rgba(20, 6, 50, .28);
  transition: opacity .2s ease, transform .2s ease;
}
.pkg-buy-form:hover::after,
.pkg-buy-form:focus-within::after,
.pkg-buy-form:active::after {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}
.pkg-buy {
  border: 0; border-radius: 999px; min-width: 8.5rem; padding: .7rem 1.3rem;
  background: linear-gradient(180deg, #7c3aed, #5b21b6); color: #fff;
  font: inherit; font-weight: 800; cursor: pointer;
  box-shadow: 0 8px 18px rgba(109, 40, 217, .28);
}
.pkg-card.on,
.pkg-card.next { border-color: transparent; }
.pkg-card:hover,
.pkg-card:focus-within,
.pkg-card:active,
.pkg-card.on:hover,
.pkg-card.next:hover,
.pkg-card.lock:hover,
.pkg-card.done:hover {
  z-index: 6;
  border-color: #361555;
  box-shadow: 0 16px 36px rgba(109, 40, 217, .2);
}
#msBalPop .spin-pop-card .btn { margin-top: .55rem; }
#msBalPop .btn-gold { width: 100%; }
#msBalPop .spin-pop-card h2 {
  font-family: 'Hind Siliguri', sans-serif;
  font-weight: 800;
  letter-spacing: 0;
  word-spacing: .18em;
  line-height: 1.45;
}

@media (max-width: 979px) {
  .site-head .bar {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-areas: "brand actions" "live live";
    align-items: center;
    gap: .4rem .5rem;
    padding: .65rem 0 .55rem;
  }
  .site-head .brand { grid-area: brand; min-width: 0; }
  .site-head .head-actions { grid-area: actions; }
  .site-head .live-online {
    grid-area: live;
    display: inline-flex;
    justify-self: center;
    width: max-content;
    max-width: 100%;
    background: rgba(16, 6, 36, .38);
    border: 1px solid rgba(74, 222, 128, .35);
    border-radius: 999px;
    padding: .32rem .8rem;
    font-size: .82rem;
    gap: .35rem;
  }
  .site-head .live-online strong { font-size: .95rem; }
  .section { margin: 2rem 0; }
  .how-panel { padding: 1.35rem .7rem 1.15rem; border-radius: 1.3rem; }
  .how-panel h2 { font-size: 1.22rem; }
  .how-cta .btn { min-width: 9.5rem; }
  .activity {
    display: grid; gap: 0;
    margin: .85rem 0 1rem;
    padding: .35rem 0;
    background: rgba(16, 6, 36, .32);
    border: 1px solid rgba(74, 222, 128, .28);
    border-radius: 1rem;
    overflow: hidden;
  }
  .activity .marquee-right { display: none; }
  .act-card { font-size: .78rem; padding: .42rem .8rem; }
  html { scroll-padding-top: 6rem; }
  .live-toasts { display: none; }
  .tier { padding: 1.55rem 1rem 1.15rem; }
  .tier .amt { font-size: 1.22rem; }
  .home-cards .card { padding: .8rem .9rem .75rem; }
}
@media (max-width: 860px) {
  html { -webkit-text-size-adjust: 100%; text-size-adjust: 100%; }
  body { overflow-x: hidden; }
  input, select, textarea { font-size: 16px; }
  .page { width: min(100% - 2rem, 42rem); padding: .85rem 0 2.2rem; }
  .page-wide { width: min(100% - 2rem, 1180px); }
  .wrap { width: min(100% - 1.1rem, 26.5rem); }
  .site-head .bar { padding: .55rem 0 .5rem; }
  .brand { font-size: 1.02rem; gap: .35rem; }
  .brand-mark { width: 2.15rem; height: 2.15rem; }
  .head-actions { gap: .3rem; }
  .head-actions .btn-sm { padding: .42rem .7rem; font-size: .78rem; min-width: 0; }
  .icon-btn { width: 2.25rem; height: 2.25rem; font-size: .95rem; }
  .hero-copy h1 { font-size: 1.7rem; max-width: none; letter-spacing: -.02em; }
  .hero-copy .lead, .lead { font-size: 1rem; }
  .hero-actions .btn, .hero-actions .pop-hit .btn { min-width: 0; width: 100%; }
  .hero-actions { display: grid; }
  .auth-page { max-width: 100%; }
  .auth-card { padding: 1.1rem .9rem 1.05rem; }
  .app-head {
    gap: .35rem;
    padding: .5rem .6rem;
  }
  .app-head-left { flex: 0 0 auto; }
  .app-head-actions {
    flex: 1 1 auto;
    min-width: 0;
    justify-content: flex-end;
    gap: .28rem;
  }
  .app-back { width: 2.25rem; height: 2.25rem; }
  .app-back-ico { width: 1.05rem; height: 1.05rem; }
  .bal-toggle {
    min-width: 0;
    padding: .38rem .62rem;
    font-size: .78rem;
  }
  .app-lang { display: none; }
  .app-bell { width: 2.25rem; height: 2.25rem; min-width: 2.25rem; }
  .app-bell svg { width: 1.1rem; height: 1.1rem; }
  .dash-page-inner, .dash-main .app-page {
    padding: .85rem .75rem 2.4rem;
  }
  body.dash-home .dash-page-inner,
  body.dash-home .dash-main .app-page {
    padding-bottom: 7.2rem;
  }
  .app-page { width: min(100% - 1.1rem, 42rem); margin: .8rem auto 6.5rem; }
  .dash-page .app-page { width: 100%; margin: 0; }
  .app-page h1, .dash-main .app-page h1 { font-size: 1.35rem; }
  .spin-page .wheel-wrap { width: min(88vw, 20rem); }
  .spin-page .spin-card { padding: 1rem .75rem 1.1rem; }
  .spin-pop-card { width: min(21rem, calc(100vw - 1.4rem)); padding: 1.3rem 1rem 1.15rem; }
  .dash-fabs { right: .7rem; bottom: 1rem; gap: .5rem; }
  .dash-fab { width: 2.85rem; height: 2.85rem; }
  .fab-name { display: none; }
  .sv-toasts, .live-toasts {
    left: .65rem; right: 4.2rem; bottom: .75rem;
  }
  .sv-toast, .live-toast {
    min-width: 0; max-width: 100%; width: 100%;
    padding: .7rem .75rem;
    font-size: .88rem;
  }
  .notice-panel { right: auto; left: auto; width: min(19rem, calc(100vw - 1.4rem)); }
  .notice-pop { right: .65rem; left: .65rem; width: auto; }
  .lb-card, .dash-card, .sheet { overflow: hidden; }
  table { width: 100%; }
  .dep-step, .form { max-width: 100%; }
  .site-head .menu-btn { display: none; }
  .mnav, .mnav.open { display: none !important; }
  .live-board { margin: .85rem 0 1.6rem; }
  .home-live-card { padding: .85rem .9rem; border-radius: 1.05rem; }
  .home-live-left p { font-size: .82rem; }
  .home-stats { grid-template-columns: 1fr 1fr; gap: .35rem; padding: 1rem .55rem; border-radius: 1.2rem; }
  .home-stat { padding: .55rem .3rem; }
  .home-stat-ico { flex-basis: 2.1rem; width: 2.1rem; height: 2.1rem; background-size: 1.05rem; }
  .home-stat-txt strong { font-size: 1.12rem; color: #fff; }
  .home-stat-txt span { font-size: .72rem; color: rgba(255,255,255,.72); }
  .foot-pay-grid { gap: .55rem; padding: .8rem; border-radius: 1.1rem; }
  .foot-pay-tile { min-height: 3.8rem; border-radius: .85rem; }
  .foot-trust { padding: .8rem .85rem; }
  .hero-panel { margin-top: .4rem; }
  .survey-sheet { padding: .85rem .7rem .7rem; border-radius: 1.2rem; }
  .survey {
    gap: .48rem;
    padding: .68rem .68rem;
    border-radius: 1rem;
  }
  .survey .pay { font-size: .95rem; }
  .survey-sheet .pay { font-size: 1.02rem; }
  .survey strong,
  .sv-no,
  .survey-sheet .survey strong,
  .survey-sheet .sv-no {
    font-size: .8rem;
    padding: .14rem .46rem;
    border-radius: .48rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .survey .stars,
  .survey-sheet .stars { font-size: .92rem; letter-spacing: 1.2px; }
  .survey-sheet .meta { font-size: .8rem; }
  .survey-track { height: 20.6rem; }
}
@media (max-width: 400px) {
  .page-wide { width: min(100% - 1.1rem, 1180px); }
  .survey { padding: .62rem .58rem; gap: .4rem; }
  .survey .pay,
  .survey-sheet .pay { font-size: .92rem; }
}

/* Account verification flow */
.vf-steps {
  display: flex; align-items: center; justify-content: center;
  gap: .55rem; margin: 0 0 1rem;
}
.vf-steps i {
  width: 2.2rem; height: 2px; background: #d8c9f2; border-radius: 99px;
}
.vf-dot {
  width: 2rem; height: 2rem; border-radius: 50%;
  display: grid; place-items: center;
  background: #efe8ff; color: #6b5a88;
  font-weight: 800; font-size: .95rem;
}
.vf-dot.on { background: linear-gradient(180deg,#7c3aed,#5b21b6); color: #fff; }
.vf-dot.done { background: #16a34a; color: #fff; }
.vf-how ol { margin: .4rem 0 0; padding-left: 1.15rem; line-height: 1.55; }
.vf-note {
  margin: 1rem 0;
  padding: .9rem 1rem;
  border-radius: 1rem;
  background: #f3e8ff;
  border: 1px solid #ddd6fe;
}
.vf-note strong { display: block; color: #4c1d95; margin-bottom: .25rem; }
.vf-why { margin-top: 1.1rem; }
.vf-why ul { list-style: none; margin: .5rem 0 0; padding: 0; display: grid; gap: .55rem; }
.vf-why li {
  background: #faf7ff; border-radius: .9rem; padding: .7rem .85rem;
  color: #4c3d66; font-size: .92rem;
}
.vf-why b { color: #361555; }
.vf-fee-box {
  margin: .9rem 0;
  padding: 1rem 1.05rem;
  border-radius: 1.1rem;
  background: linear-gradient(105deg, #7c3aed, #5b21b6 55%, #f5c518);
  color: #fff;
  text-align: center;
}
.vf-fee-box span { display: block; font-weight: 700; opacity: .95; }
.vf-fee-box strong { display: block; font-size: 1.55rem; margin-top: .2rem; }
.vf-ok-line { color: #15803d; font-weight: 700; margin: .35rem 0 .8rem; }
.vf-mobile-box {
  margin: .85rem 0 1rem;
  padding: .85rem .95rem;
  border: 1.5px dashed #c4b5fd;
  border-radius: 1rem;
  background: #faf7ff;
}
.vf-mobile-box label {
  display: block;
  margin: 0 0 .35rem;
  color: #4c1d95;
  font-weight: 800;
}
.vf-mobile-hint {
  margin: 0 0 .55rem;
  color: #6b5a88;
  font-size: .88rem;
  font-weight: 700;
}
.vf-mobile-hint b {
  color: #5b21b6;
  letter-spacing: .04em;
}
.vf-page .vf-mobile-input,
.vf-mobile-box .money-box {
  margin: 0;
  border: 1.5px dashed #c4b5fd;
  background: #fff;
  color: #361555;
  font-weight: 800;
  letter-spacing: .04em;
}
.vf-page .vf-mobile-input::placeholder,
.vf-mobile-box .money-box::placeholder {
  color: #8b7aa8;
  font-weight: 800;
  letter-spacing: .04em;
}
.vf-page .vf-mobile-input:focus,
.vf-mobile-box .money-box:focus {
  border-color: #7c3aed;
  border-style: dashed;
  box-shadow: 0 0 0 3px rgba(124, 58, 237, .16);
}
.vf-sum {
  background: linear-gradient(105deg, #7c3aed, #6d28d9 60%, #a855f7);
  color: #fff; border-radius: 1.15rem; padding: 1rem 1.05rem; margin-bottom: 1rem;
}
.vf-sum div { display: flex; justify-content: space-between; gap: .6rem; margin: .28rem 0; font-weight: 700; }
.vf-sum-fee { border-top: 1px solid rgba(255,255,255,.28); padding-top: .45rem; margin-top: .45rem; }
.vf-wallet {
  margin: .85rem 0 1rem;
  padding: .85rem .95rem;
  border: 1.5px dashed #c4b5fd;
  border-radius: 1rem;
  background: #faf7ff;
}
.vf-wallet-label { margin: 0 0 .35rem; font-weight: 800; color: #4c1d95; }
.vf-wallet-line {
  display: flex; align-items: center; gap: .55rem; flex-wrap: wrap; margin: 0 0 .35rem;
}
.vf-wallet-line strong { font-size: 1.2rem; color: #5b21b6; letter-spacing: .02em; }
.vf-wallet-line button {
  border: 0; border-radius: 999px; padding: .35rem .85rem;
  background: #5b21b6; color: #fff; font: inherit; font-weight: 800; cursor: pointer;
}
.vf-gate-card { text-align: center; }
.vf-gate-ico {
  width: 3.4rem; height: 3.4rem; margin: 0 auto .8rem;
  border-radius: 50%; display: grid; place-items: center;
  background: linear-gradient(180deg,#7c3aed,#5b21b6); color: #fff;
  font-size: 1.4rem; font-weight: 900;
}
.vf-gate-card .btn { width: 100%; margin-top: .55rem; }
.vf-gate-card .btn-soft { background: #efe8ff; color: #361555; }
.vf-page .btn { margin-top: .55rem; }
.vf-page select.money-box { appearance: auto; }
.vf-select-wrap {
  margin: .55rem 0 .85rem;
  padding: .85rem .9rem .95rem;
  border-radius: 1.15rem;
  background: linear-gradient(145deg, #f5f0ff 0%, #efe6ff 45%, #fff8e7 100%);
  border: 1.5px solid #c4b5fd;
  box-shadow: 0 6px 18px rgba(91, 33, 182, .08);
}
.vf-select-wrap label {
  display: block;
  margin: 0 0 .45rem;
  color: #5b21b6;
  font-weight: 800;
  font-size: .95rem;
  letter-spacing: .01em;
}
.vf-page select.vf-select,
.vf-page select#vfPkg {
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  margin: 0;
  padding: .95rem 2.6rem .95rem 1rem;
  border-radius: 1rem;
  border: 2px solid #7c3aed;
  background-color: #fff;
  background-image:
    linear-gradient(135deg, rgba(124, 58, 237, .06), rgba(245, 197, 24, .12)),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M6 9l6 6 6-6' stroke='%235b21b6' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat, no-repeat;
  background-position: 0 0, right 1rem center;
  background-size: auto, 1.1rem;
  color: #361555;
  font-weight: 800;
  box-shadow: inset 0 0 0 1px rgba(245, 197, 24, .35);
  cursor: pointer;
}
.vf-page select.vf-select:focus,
.vf-page select#vfPkg:focus {
  outline: none;
  border-color: #5b21b6;
  box-shadow:
    0 0 0 3px rgba(124, 58, 237, .22),
    inset 0 0 0 1px rgba(245, 197, 24, .55);
}
.vf-page select.vf-select option {
  color: #361555;
  font-weight: 700;
  background: #fff;
}
.vf-trx-box {
  margin: .85rem 0 1rem;
  padding: .85rem .95rem;
  border: 1.5px dashed #c4b5fd;
  border-radius: 1rem;
  background: #faf7ff;
}
.vf-trx-box label {
  display: block;
  margin: 0 0 .45rem;
  color: #4c1d95;
  font-weight: 800;
}
.vf-trx-input,
.vf-page input#vfTrx {
  width: 100%;
  margin: 0;
  padding: .95rem 1.05rem;
  border-radius: 1rem;
  border: 1.5px dashed #c4b5fd;
  background: #fff;
  color: #361555;
  font: inherit;
  font-weight: 800;
  box-shadow: none;
}
.vf-trx-input::placeholder,
.vf-page input#vfTrx::placeholder {
  color: #8b7aa8;
  font-weight: 700;
}
.vf-trx-input:focus,
.vf-page input#vfTrx:focus {
  outline: none;
  border-color: #7c3aed;
  border-style: dashed;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(124, 58, 237, .16);
}
