/* =====================================================
   TIPSTER PRO v3 — Premium Sports Editorial UI
   Dark luxury theme — Bebas Neue + Manrope
   tipster.afficashpay.com / Amel-Nokoe
   ===================================================== */

@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Manrope:wght@300;400;500;600;700;800&family=JetBrains+Mono:wght@400;500&display=swap');

/* ── Design Tokens ─────────────────────────────────── */
:root {
  --ink:      #09090b;
  --ink2:     #111117;
  --ink3:     #18181f;
  --ink4:     #1f1f28;
  --ink5:     #27272f;
  --gold:     #f5a623;
  --gold2:    #fbbf24;
  --gold3:    #fcd34d;
  --golddim:  rgba(245,166,35,.12);
  --goldline: rgba(245,166,35,.25);
  --electric: #00d4ff;
  --elecdim:  rgba(0,212,255,.08);
  --green:    #10b981;
  --green2:   #34d399;
  --red:      #f43f5e;
  --red2:     #fb7185;
  --white:    #fafafa;
  --white2:   #e4e4e7;
  --white3:   #a1a1aa;
  --white4:   #71717a;
  --white5:   #3f3f46;
  --border:   rgba(255,255,255,.06);
  --border2:  rgba(255,255,255,.1);
  --glow-g:   0 0 30px rgba(245,166,35,.18);
  --glow-b:   0 0 30px rgba(0,212,255,.12);
  --r:        10px;
  --r2:       16px;
  --r3:       24px;
}

/* ── Reset ─────────────────────────────────────────── */
.tp *, .tp *::before, .tp *::after { box-sizing: border-box; margin: 0; padding: 0; }
.tp { font-family: 'Manrope', sans-serif; background: var(--ink); color: var(--white2); font-size: 15px; line-height: 1.65; min-height: 100vh; overflow-x: hidden; }
.tp a { color: inherit; text-decoration: none; }
.tp img { max-width: 100%; display: block; }

/* ── Noise grain ──────────────────────────────────── */
.tp-grain {
  position: fixed; inset: 0; z-index: 0; pointer-events: none; opacity: .6;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");
}

/* ── Topbar accent line ───────────────────────────── */
.tp-topline {
  height: 2px; width: 100%;
  background: linear-gradient(90deg, transparent 0%, var(--gold) 30%, var(--electric) 70%, transparent 100%);
}

/* ── NAV ───────────────────────────────────────────── */
.tp-nav {
  position: sticky; top: 0; z-index: 200;
  display: flex; align-items: center; gap: 0;
  height: 64px;
  background: rgba(9,9,11,.92);
  backdrop-filter: blur(24px) saturate(1.4);
  border-bottom: 1px solid var(--border);
  padding: 0 40px;
}
.tp-nav-logo {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 26px; letter-spacing: 2px;
  color: var(--white);
  display: flex; align-items: center; gap: 10px;
  flex-shrink: 0; margin-right: 36px;
}
.tp-nav-logo .logo-icon {
  width: 34px; height: 34px;
  background: var(--gold); border-radius: 6px;
  display: flex; align-items: center; justify-content: center;
  font-size: 17px; flex-shrink: 0;
}
.tp-nav-logo .gold { color: var(--gold); }
.tp-nav-links { display: flex; align-items: center; gap: 2px; flex: 1; }
.tp-nav-links a {
  font-size: 13px; font-weight: 600; letter-spacing: .3px;
  color: var(--white4); padding: 7px 14px; border-radius: 7px;
  transition: color .15s, background .15s;
}
.tp-nav-links a:hover { color: var(--white); background: rgba(255,255,255,.05); }
.tp-nav-links a.active { color: var(--gold); }
.tp-nav-right { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }

/* NAV VIP badge */
.tp-vip-tag {
  font-family: 'Bebas Neue', sans-serif; letter-spacing: 1px; font-size: 13px;
  background: var(--golddim); border: 1px solid var(--goldline);
  color: var(--gold); padding: 4px 12px; border-radius: 100px;
}

/* ── BUTTONS ───────────────────────────────────────── */
.tp-btn {
  display: inline-flex; align-items: center; gap: 7px;
  font-family: 'Manrope', sans-serif; font-weight: 700; font-size: 13px;
  padding: 9px 20px; border-radius: var(--r); border: none; cursor: pointer;
  transition: all .18s; letter-spacing: .2px;
}
.tp-btn-outline {
  background: transparent; color: var(--white3);
  border: 1px solid var(--white5);
}
.tp-btn-outline:hover { border-color: var(--white3); color: var(--white); }
.tp-btn-gold {
  background: var(--gold); color: var(--ink); font-weight: 800;
  box-shadow: 0 0 0 0 rgba(245,166,35,.4);
}
.tp-btn-gold:hover { background: var(--gold2); transform: translateY(-1px); box-shadow: 0 4px 20px rgba(245,166,35,.35); }
.tp-btn-ghost { background: rgba(255,255,255,.05); color: var(--white3); border: 1px solid var(--border2); }
.tp-btn-ghost:hover { background: rgba(255,255,255,.09); color: var(--white); }
.tp-btn-sm { padding: 6px 14px; font-size: 12px; border-radius: 7px; }
.tp-btn-lg { padding: 14px 34px; font-size: 15px; border-radius: 12px; }
.tp-btn:disabled { opacity: .5; cursor: not-allowed; transform: none !important; }

/* ── HERO ──────────────────────────────────────────── */
.tp-hero {
  position: relative; z-index: 2;
  padding: 96px 40px 72px; text-align: center; max-width: 860px; margin: 0 auto;
}
.tp-hero-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 11px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase;
  color: var(--gold); background: var(--golddim); border: 1px solid var(--goldline);
  padding: 5px 14px; border-radius: 100px; margin-bottom: 24px;
  animation: fadeIn .6s ease both;
}
.tp-live-pulse {
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--green); box-shadow: 0 0 8px var(--green);
  animation: pulse 1.4s infinite;
}
.tp-hero h1 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(72px, 11vw, 130px);
  line-height: .92; letter-spacing: 3px;
  color: var(--white);
  animation: slideUp .7s .1s ease both;
}
.tp-hero h1 .outline {
  -webkit-text-stroke: 2px var(--gold);
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.tp-hero-sub {
  font-size: 17px; color: var(--white4); max-width: 500px; margin: 20px auto 40px;
  line-height: 1.7; font-weight: 400;
  animation: slideUp .7s .2s ease both;
}
.tp-hero-actions {
  display: flex; gap: 12px; justify-content: center; flex-wrap: wrap;
  animation: slideUp .7s .3s ease both;
}

/* ── STATS STRIP ──────────────────────────────────── */
.tp-stats-strip {
  position: relative; z-index: 2;
  display: grid; grid-template-columns: repeat(3, 1fr);
  max-width: 740px; margin: 0 auto 80px;
  border: 1px solid var(--border);
  border-radius: var(--r2); overflow: hidden;
  background: rgba(15,15,20,.7); backdrop-filter: blur(12px);
  animation: fadeIn .7s .4s ease both;
}
.tp-stat-box { padding: 28px 20px; text-align: center; position: relative; }
.tp-stat-box:not(:last-child)::after {
  content: ''; position: absolute; right: 0; top: 20%; height: 60%; width: 1px;
  background: var(--border);
}
.tp-stat-num {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 48px; line-height: 1; letter-spacing: 2px;
  color: var(--white);
}
.tp-stat-num.gold  { color: var(--gold); }
.tp-stat-num.elec  { color: var(--electric); }
.tp-stat-num.grn   { color: var(--green); }
.tp-stat-lbl { font-size: 10px; font-weight: 700; color: var(--white5); text-transform: uppercase; letter-spacing: 1.5px; margin-top: 6px; }
.tp-stat-sub { font-size: 11px; color: var(--white4); margin-top: 2px; }

/* ── SECTION ───────────────────────────────────────── */
.tp-section { position: relative; z-index: 2; max-width: 1160px; margin: 0 auto; padding: 0 40px 80px; }
.tp-section-header { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 20px; gap: 20px; flex-wrap: wrap; }
.tp-section-left {}
.tp-section-label { font-size: 10px; font-weight: 800; letter-spacing: 2px; text-transform: uppercase; color: var(--gold); margin-bottom: 6px; }
.tp-section-title { font-family: 'Bebas Neue', sans-serif; font-size: 36px; letter-spacing: 1.5px; color: var(--white); line-height: 1; }
.tp-section-link { font-size: 12px; font-weight: 700; color: var(--gold); letter-spacing: .5px; display: flex; align-items: center; gap: 5px; transition: gap .15s; }
.tp-section-link:hover { gap: 9px; }

/* ── TIPS TABLE ────────────────────────────────────── */
.tp-table {
  width: 100%;
  border-collapse: collapse;
  background: var(--ink2);
  border: 1px solid var(--border);
  border-radius: var(--r2); overflow: hidden;
}
.tp-table-head th {
  padding: 12px 18px;
  font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: 1.5px;
  color: var(--white5); text-align: left;
  background: rgba(255,255,255,.025);
  border-bottom: 1px solid var(--border);
}
.tp-table tbody tr {
  border-bottom: 1px solid rgba(255,255,255,.04);
  transition: background .12s;
  animation: rowSlide .45s ease both;
}
.tp-table tbody tr:hover { background: rgba(255,255,255,.025); }
.tp-table tbody tr:last-child { border-bottom: none; }
.tp-table td { padding: 15px 18px; vertical-align: middle; }

/* Row result indicators */
.tp-table tr.won  { border-left: 2px solid var(--green); }
.tp-table tr.lost { border-left: 2px solid var(--red); }
.tp-table tr.pending { border-left: 2px solid transparent; }

/* Match cell */
.match-name { font-size: 14px; font-weight: 700; color: var(--white); display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.match-league { font-size: 11px; color: var(--white4); margin-top: 3px; font-family: 'JetBrains Mono', monospace; }
.vip-meta { display: flex; gap: 6px; margin-top: 5px; flex-wrap: wrap; }

/* Banker badge */
.badge-banker {
  font-family: 'Bebas Neue', sans-serif; font-size: 10px; letter-spacing: 1px;
  background: var(--gold); color: var(--ink); padding: 2px 8px; border-radius: 4px;
}

/* Tip badge */
.badge-tip {
  font-size: 12px; font-weight: 700;
  background: rgba(0,212,255,.08); border: 1px solid rgba(0,212,255,.2);
  color: var(--electric); padding: 4px 12px; border-radius: 6px;
  font-family: 'JetBrains Mono', monospace;
}

/* Odds */
.tip-odds {
  font-family: 'Bebas Neue', sans-serif; font-size: 28px; letter-spacing: 1px;
  color: var(--gold); line-height: 1;
}

/* Kickoff */
.tip-ko { font-family: 'JetBrains Mono', monospace; }
.tip-ko .date { font-size: 13px; color: var(--white2); font-weight: 500; }
.tip-ko .time { font-size: 11px; color: var(--white4); }
.tip-ko .score { font-size: 11px; color: var(--green); margin-top: 2px; }

/* Stake */
.stake { font-size: 11px; font-weight: 800; font-family: 'JetBrains Mono', monospace; letter-spacing: .5px; }
.stake.low    { color: var(--gold); }
.stake.medium { color: #fb923c; }
.stake.high   { color: var(--red); }

/* Confidence */
.conf-ring {
  width: 44px; height: 44px; border-radius: 50%;
  background: conic-gradient(var(--electric) var(--pct), var(--ink5) 0);
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
  font-size: 10px; font-weight: 800; color: var(--electric); font-family: 'JetBrains Mono', monospace;
  position: relative;
}
.conf-ring::after {
  content: ''; position: absolute; inset: 4px; border-radius: 50%;
  background: var(--ink2);
}
.conf-ring span { position: relative; z-index: 1; }

/* Results */
.res-won  { font-family: 'Bebas Neue', sans-serif; font-size: 16px; letter-spacing: 1px; color: var(--green); }
.res-lost { font-family: 'Bebas Neue', sans-serif; font-size: 16px; letter-spacing: 1px; color: var(--red); }
.res-pend { font-family: 'JetBrains Mono', monospace; font-size: 11px; color: var(--white4); }
.res-void { font-family: 'JetBrains Mono', monospace; font-size: 11px; color: var(--white5); }

/* ── LOCKED ROW ────────────────────────────────────── */
tr.locked-row { position: relative; }
.lock-overlay {
  position: absolute; inset: 0; z-index: 5;
  background: rgba(9,9,11,.75); backdrop-filter: blur(10px);
  display: flex; align-items: center; justify-content: center; gap: 16px;
  border-radius: 0;
}
.lock-text { font-size: 13px; font-weight: 700; color: var(--white3); display: flex; align-items: center; gap: 7px; }
.lock-cta {
  background: var(--gold); color: var(--ink);
  border: none; padding: 8px 20px; border-radius: 8px;
  font-family: 'Manrope', sans-serif; font-size: 13px; font-weight: 800;
  cursor: pointer; transition: all .15s;
}
.lock-cta:hover { background: var(--gold2); transform: scale(1.04); }

/* ── EMPTY ─────────────────────────────────────────── */
.tp-empty { padding: 72px 24px; text-align: center; }
.tp-empty .icon { font-size: 56px; margin-bottom: 16px; }
.tp-empty p { color: var(--white4); font-size: 15px; }

/* ── UPSELL BANNER ─────────────────────────────────── */
.tp-upsell {
  position: relative; z-index: 2;
  max-width: 1160px; margin: 0 auto 80px; padding: 0 40px;
}
.tp-upsell-inner {
  display: flex; align-items: center; justify-content: space-between; gap: 40px;
  padding: 48px 52px; border-radius: var(--r3);
  background: linear-gradient(135deg, rgba(245,166,35,.07) 0%, var(--ink2) 60%);
  border: 1px solid var(--goldline);
  position: relative; overflow: hidden; flex-wrap: wrap;
}
.tp-upsell-inner::before {
  content: ''; position: absolute;
  width: 400px; height: 400px; top: -180px; right: 160px;
  background: radial-gradient(circle, rgba(245,166,35,.07) 0%, transparent 70%);
  pointer-events: none;
}
.tp-upsell-text h2 { font-family: 'Bebas Neue', sans-serif; font-size: 42px; letter-spacing: 2px; line-height: 1; margin-bottom: 12px; }
.tp-upsell-text h2 .gold { color: var(--gold); }
.tp-upsell-text p { color: var(--white4); font-size: 15px; max-width: 400px; line-height: 1.65; }
.tp-plan-chips { display: flex; gap: 14px; flex-wrap: wrap; }
.tp-chip {
  background: var(--ink3); border: 1px solid var(--border2);
  border-radius: var(--r2); padding: 18px 22px; text-align: center; min-width: 110px;
  cursor: pointer; transition: all .18s; text-decoration: none;
}
.tp-chip:hover { border-color: var(--gold); transform: translateY(-3px); }
.tp-chip.hot { border-color: var(--goldline); background: var(--golddim); }
.tp-chip-name { font-size: 9px; font-weight: 800; color: var(--white5); text-transform: uppercase; letter-spacing: 1.5px; margin-bottom: 6px; }
.tp-chip-price { font-family: 'Bebas Neue', sans-serif; font-size: 26px; letter-spacing: 1px; color: var(--white); margin-bottom: 4px; }
.tp-chip-dur { font-size: 10px; color: var(--gold); font-weight: 700; letter-spacing: .5px; }

/* ── PRICING PAGE ──────────────────────────────────── */
.tp-pricing-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 20px; }
.tp-plan-card {
  background: var(--ink2); border: 1px solid var(--border);
  border-radius: var(--r2); padding: 36px 28px;
  position: relative; transition: all .2s;
}
.tp-plan-card:hover { transform: translateY(-4px); border-color: var(--border2); }
.tp-plan-card.featured {
  border-color: var(--goldline);
  background: linear-gradient(160deg, rgba(245,166,35,.06), var(--ink2));
  box-shadow: 0 0 40px rgba(245,166,35,.1);
}
.tp-plan-hot {
  position: absolute; top: -12px; left: 50%; transform: translateX(-50%);
  font-family: 'Bebas Neue', sans-serif; font-size: 12px; letter-spacing: 2px;
  background: var(--gold); color: var(--ink); padding: 4px 20px; border-radius: 100px;
  white-space: nowrap;
}
.tp-plan-icon { font-size: 32px; margin-bottom: 16px; }
.tp-plan-name { font-size: 10px; font-weight: 800; color: var(--white4); text-transform: uppercase; letter-spacing: 2px; margin-bottom: 12px; }
.tp-plan-price .amount { font-family: 'Bebas Neue', sans-serif; font-size: 52px; letter-spacing: 1px; color: var(--white); line-height: 1; }
.tp-plan-price .per { font-size: 13px; color: var(--white4); }
.tp-plan-features { list-style: none; margin: 20px 0 28px; }
.tp-plan-features li { font-size: 14px; color: var(--white3); padding: 8px 0; border-bottom: 1px solid var(--border); display: flex; align-items: center; gap: 9px; }
.tp-plan-features li:last-child { border: none; }
.tp-plan-features .check { color: var(--green); font-size: 12px; }

/* ── CARDS ─────────────────────────────────────────── */
.tp-card { background: var(--ink2); border: 1px solid var(--border); border-radius: var(--r2); padding: 28px; }
.tp-card-title { font-family: 'Bebas Neue', sans-serif; font-size: 22px; letter-spacing: 1.5px; margin-bottom: 18px; color: var(--white); display: flex; align-items: center; gap: 10px; }

/* ── FORMS ─────────────────────────────────────────── */
.tp-field { margin-bottom: 18px; }
.tp-label { display: block; font-size: 11px; font-weight: 800; color: var(--white4); margin-bottom: 7px; text-transform: uppercase; letter-spacing: .8px; }
.tp-input, .tp-select, .tp-textarea {
  width: 100%; background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: var(--r); padding: 12px 14px;
  color: var(--white); font-size: 14px; font-family: 'Manrope', sans-serif;
  transition: border-color .18s, box-shadow .18s; appearance: none;
}
.tp-input:focus, .tp-select:focus, .tp-textarea:focus {
  outline: none; border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(245,166,35,.12);
}
.tp-input::placeholder { color: var(--white5); }
.tp-select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath fill='%2371717a' d='M0 0l6 8 6-8z'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 14px center; padding-right: 36px; cursor: pointer;
}
.tp-select option { background: var(--ink2); }
.tp-grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.tp-grid-3 { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 16px; }

/* Toggle */
.tp-toggle { display: flex; align-items: center; gap: 10px; cursor: pointer; user-select: none; }
.tp-toggle input { display: none; }
.tp-toggle-track { width: 42px; height: 22px; background: rgba(255,255,255,.1); border-radius: 100px; position: relative; transition: background .2s; flex-shrink: 0; }
.tp-toggle-track::after { content: ''; position: absolute; width: 16px; height: 16px; background: #fff; border-radius: 50%; top: 3px; left: 3px; transition: transform .2s; box-shadow: 0 1px 3px rgba(0,0,0,.4); }
.tp-toggle input:checked + .tp-toggle-track { background: var(--gold); }
.tp-toggle input:checked + .tp-toggle-track::after { transform: translateX(20px); }

/* ── FEEDBACK ──────────────────────────────────────── */
.tp-alert { display: flex; align-items: flex-start; gap: 10px; padding: 13px 16px; border-radius: var(--r); font-size: 14px; font-weight: 500; margin-top: 14px; }
.tp-alert.success { background: rgba(16,185,129,.08); color: var(--green); border: 1px solid rgba(16,185,129,.2); }
.tp-alert.error   { background: rgba(244,63,94,.08);  color: var(--red);   border: 1px solid rgba(244,63,94,.2); }
.tp-alert.info    { background: rgba(245,166,35,.08); color: var(--gold);  border: 1px solid rgba(245,166,35,.2); }
.tp-alert.warn    { background: rgba(251,191,36,.06); color: var(--gold3); border: 1px solid rgba(251,191,36,.15); }

/* ── SPINNER ───────────────────────────────────────── */
.tp-spin { display: inline-block; width: 14px; height: 14px; border: 2px solid rgba(255,255,255,.18); border-top-color: currentColor; border-radius: 50%; animation: spin .6s linear infinite; }

/* ── AUTH PAGE ─────────────────────────────────────── */
.tp-auth-wrap { min-height: calc(100vh - 66px); display: flex; align-items: center; justify-content: center; padding: 40px 20px; position: relative; z-index: 2; }
.tp-auth-box { width: 100%; max-width: 460px; }
.tp-auth-brand { text-align: center; margin-bottom: 40px; }
.tp-auth-brand .brand-mark { width: 64px; height: 64px; background: var(--gold); border-radius: 14px; display: flex; align-items: center; justify-content: center; font-size: 30px; margin: 0 auto 16px; box-shadow: 0 0 40px rgba(245,166,35,.3); }
.tp-auth-brand h2 { font-family: 'Bebas Neue', sans-serif; font-size: 34px; letter-spacing: 3px; color: var(--white); }
.tp-auth-brand p { color: var(--white4); font-size: 14px; margin-top: 6px; }
.tp-auth-tabs { display: flex; background: rgba(255,255,255,.04); border: 1px solid var(--border); border-radius: var(--r2); padding: 4px; margin-bottom: 24px; }
.tp-auth-tab { flex: 1; padding: 10px 16px; text-align: center; font-size: 13px; font-weight: 700; border-radius: 10px; cursor: pointer; color: var(--white4); transition: all .18s; letter-spacing: .3px; }
.tp-auth-tab.active { background: var(--gold); color: var(--ink); }
.tp-auth-panel { animation: fadeIn .25s ease; }
.tp-auth-footer { text-align: center; margin-top: 20px; font-size: 13px; color: var(--white4); }
.tp-auth-footer a { color: var(--gold); font-weight: 700; }
.tp-pass-row { position: relative; }
.tp-pass-toggle { position: absolute; right: 12px; top: 50%; transform: translateY(-50%); background: none; border: none; cursor: pointer; font-size: 15px; padding: 4px; }
.tp-pass-strength { height: 3px; border-radius: 100px; background: var(--ink5); margin-top: 6px; overflow: hidden; }
.tp-pass-fill { height: 100%; border-radius: 100px; transition: width .3s, background .3s; }
.tp-trust-row { display: flex; justify-content: center; gap: 20px; margin-top: 24px; flex-wrap: wrap; }
.tp-trust-item { font-size: 12px; color: var(--white5); display: flex; align-items: center; gap: 5px; }

/* ── ACCOUNT PAGE ──────────────────────────────────── */
.tp-acct-header {
  display: flex; gap: 28px; align-items: flex-start; flex-wrap: wrap;
  padding: 36px; margin-bottom: 28px;
  background: var(--ink2); border: 1px solid var(--border); border-radius: var(--r2);
  position: relative; overflow: hidden;
}
.tp-acct-header::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px;
  background: linear-gradient(90deg, var(--gold), var(--electric));
}
.tp-avatar-wrap { position: relative; flex-shrink: 0; }
.tp-avatar {
  width: 76px; height: 76px; border-radius: 50%;
  background: linear-gradient(135deg, var(--gold), #fb923c);
  display: flex; align-items: center; justify-content: center;
  font-family: 'Bebas Neue', sans-serif; font-size: 32px; letter-spacing: 1px; color: var(--ink);
  border: 3px solid var(--ink2); box-shadow: 0 0 0 1px var(--goldline);
}
.tp-avatar-vip {
  position: absolute; bottom: -4px; right: -4px;
  font-size: 11px; background: var(--gold); color: var(--ink); font-weight: 800;
  padding: 2px 7px; border-radius: 100px; border: 2px solid var(--ink2);
}
.tp-acct-info { flex: 1; }
.tp-acct-name { font-family: 'Bebas Neue', sans-serif; font-size: 30px; letter-spacing: 1px; color: var(--white); margin-bottom: 4px; }
.tp-acct-email { font-size: 13px; color: var(--white4); margin-bottom: 12px; font-family: 'JetBrains Mono', monospace; }
.tp-acct-badges { display: flex; gap: 8px; flex-wrap: wrap; }
.tp-badge {
  font-size: 11px; font-weight: 700; padding: 4px 12px; border-radius: 100px;
  display: inline-flex; align-items: center; gap: 5px; letter-spacing: .3px;
}
.tp-badge-vip  { background: var(--golddim); border: 1px solid var(--goldline); color: var(--gold); }
.tp-badge-free { background: rgba(255,255,255,.04); border: 1px solid var(--border); color: var(--white4); }
.tp-wallet-widget {
  margin-left: auto; min-width: 200px; text-align: center;
  background: linear-gradient(135deg, #111117, #1a1a24);
  border: 1px solid var(--goldline); border-radius: var(--r2); padding: 24px;
}
.tp-wallet-lbl { font-size: 9px; font-weight: 800; color: var(--white4); text-transform: uppercase; letter-spacing: 2px; margin-bottom: 8px; }
.tp-wallet-bal { font-family: 'Bebas Neue', sans-serif; font-size: 36px; letter-spacing: 2px; color: var(--gold); line-height: 1; }
.tp-wallet-sub { font-size: 11px; color: var(--white4); margin-top: 4px; }
.tp-wallet-cta { display: block; margin-top: 14px; background: var(--gold); color: var(--ink); font-weight: 800; font-size: 12px; padding: 7px 20px; border-radius: 8px; letter-spacing: .5px; transition: background .15s; }
.tp-wallet-cta:hover { background: var(--gold2); }

/* Account stats strip */
.tp-acct-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-bottom: 24px; }
.tp-acct-stat { background: var(--ink2); border: 1px solid var(--border); border-radius: var(--r2); padding: 20px; text-align: center; }
.tp-acct-stat-num { font-family: 'Bebas Neue', sans-serif; font-size: 28px; letter-spacing: 1px; color: var(--gold); }
.tp-acct-stat-lbl { font-size: 10px; color: var(--white5); text-transform: uppercase; letter-spacing: 1px; margin-top: 4px; font-weight: 700; }

/* VIP expiry bar */
.tp-expiry-strip {
  display: flex; align-items: center; gap: 18px; flex-wrap: wrap;
  background: var(--ink2); border: 1px solid var(--border); border-radius: var(--r);
  padding: 16px 22px; margin-bottom: 20px;
}
.tp-exp-info { flex: 1; min-width: 140px; }
.tp-exp-label { font-size: 10px; font-weight: 800; color: var(--white4); text-transform: uppercase; letter-spacing: 1px; }
.tp-exp-val   { font-size: 16px; font-weight: 700; color: var(--white); margin-top: 2px; }
.tp-exp-track { flex: 2; height: 5px; background: rgba(255,255,255,.07); border-radius: 100px; min-width: 100px; }
.tp-exp-fill  { height: 100%; border-radius: 100px; background: linear-gradient(90deg, var(--gold), var(--gold3)); transition: width .6s; }

/* Quick actions */
.tp-quick-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-bottom: 24px; }
.tp-quick-btn {
  display: flex; flex-direction: column; align-items: center; gap: 8px;
  background: var(--ink2); border: 1px solid var(--border);
  border-radius: var(--r2); padding: 22px 14px;
  transition: all .18s; cursor: pointer;
}
.tp-quick-btn:hover { border-color: var(--goldline); transform: translateY(-2px); }
.tp-quick-btn .q-icon { font-size: 28px; }
.tp-quick-btn .q-label { font-size: 12px; font-weight: 700; color: var(--white3); letter-spacing: .3px; }

/* TX list */
.tp-tx-item { display: flex; align-items: center; gap: 14px; padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.04); }
.tp-tx-item:last-child { border: none; }
.tp-tx-ico { width: 42px; height: 42px; border-radius: 10px; background: var(--ink3); border: 1px solid var(--border); display: flex; align-items: center; justify-content: center; font-size: 20px; flex-shrink: 0; }
.tp-tx-body { flex: 1; }
.tp-tx-name { font-size: 14px; font-weight: 700; color: var(--white); }
.tp-tx-date { font-size: 11px; color: var(--white4); font-family: 'JetBrains Mono', monospace; margin-top: 2px; }
.tp-tx-right { text-align: right; }
.tp-tx-amt { font-family: 'Bebas Neue', sans-serif; font-size: 20px; letter-spacing: .5px; line-height: 1; }
.tp-tx-amt.cr { color: var(--green); }
.tp-tx-amt.dr { color: var(--red); }
.tp-tx-status { font-size: 10px; color: var(--white4); margin-top: 2px; font-family: 'JetBrains Mono', monospace; }

/* ── TOPUP PAGE ────────────────────────────────────── */
.tp-topup-hero {
  background: linear-gradient(135deg, #111117, #181820);
  border: 1px solid var(--goldline); border-radius: var(--r3);
  padding: 40px; text-align: center; margin-bottom: 32px;
  position: relative; overflow: hidden;
}
.tp-topup-hero::before {
  content: ''; position: absolute; top: -60px; right: -60px;
  width: 240px; height: 240px;
  background: radial-gradient(circle, rgba(245,166,35,.12) 0%, transparent 70%);
  pointer-events: none;
}
.tp-topup-lbl { font-size: 10px; font-weight: 800; color: var(--white4); text-transform: uppercase; letter-spacing: 2px; margin-bottom: 10px; }
.tp-topup-bal { font-family: 'Bebas Neue', sans-serif; font-size: 64px; letter-spacing: 3px; color: var(--gold); line-height: 1; }
.tp-topup-sub { font-size: 13px; color: var(--white4); margin-top: 6px; }

/* PM tabs */
.tp-pm-tabs { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 22px; }
.tp-pm-tab {
  display: flex; flex-direction: column; align-items: center; gap: 5px;
  background: var(--ink2); border: 1px solid var(--border);
  border-radius: var(--r2); padding: 14px 20px; cursor: pointer;
  min-width: 110px; font-family: 'Manrope', sans-serif;
  color: var(--white4); transition: all .18s;
}
.tp-pm-tab:hover, .tp-pm-tab.active { border-color: var(--goldline); color: var(--white); background: var(--golddim); }
.tp-pm-tab .pmt-icon { font-size: 22px; }
.tp-pm-tab .pmt-label { font-size: 11px; font-weight: 700; letter-spacing: .3px; }
.tp-pm-body { display: none; animation: fadeIn .25s ease; }
.tp-pm-body.show { display: block; }

/* Address box */
.tp-addr-box {
  background: rgba(245,166,35,.04); border: 1px dashed var(--goldline);
  border-radius: var(--r); padding: 18px; margin-bottom: 18px;
}
.tp-addr-label { font-size: 10px; font-weight: 800; color: var(--gold); text-transform: uppercase; letter-spacing: 1.5px; margin-bottom: 10px; }
.tp-addr-row { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.tp-addr-code { font-family: 'JetBrains Mono', monospace; font-size: 12px; background: rgba(0,0,0,.3); padding: 9px 13px; border-radius: 7px; word-break: break-all; flex: 1; color: var(--white2); border: 1px solid var(--border); }
.tp-copy { background: rgba(245,166,35,.1); color: var(--gold); border: 1px solid var(--goldline); padding: 7px 14px; border-radius: 7px; font-size: 11px; font-weight: 700; cursor: pointer; white-space: nowrap; font-family: 'Manrope', sans-serif; transition: all .15s; letter-spacing: .3px; }
.tp-copy:hover { background: rgba(245,166,35,.2); }
.tp-warn { font-size: 12px; color: var(--gold3); margin-top: 10px; font-family: 'JetBrains Mono', monospace; }

/* How-it-works */
.tp-how { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 32px; }
.tp-how-step { background: var(--ink2); border: 1px solid var(--border); border-radius: var(--r2); padding: 22px; text-align: center; }
.tp-how-num {
  width: 36px; height: 36px; border-radius: 50%;
  background: var(--golddim); border: 1px solid var(--goldline);
  display: flex; align-items: center; justify-content: center;
  font-family: 'Bebas Neue', sans-serif; font-size: 18px; letter-spacing: 1px; color: var(--gold);
  margin: 0 auto 12px;
}
.tp-how-title { font-size: 13px; font-weight: 700; color: var(--white); margin-bottom: 4px; }
.tp-how-text  { font-size: 12px; color: var(--white4); line-height: 1.5; }

/* ── FOOTER ────────────────────────────────────────── */
.tp-footer {
  position: relative; z-index: 2;
  border-top: 1px solid var(--border);
  padding: 24px 40px;
  display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px;
  background: rgba(9,9,11,.8);
}
.tp-footer-brand { font-family: 'Bebas Neue', sans-serif; font-size: 18px; letter-spacing: 2px; color: var(--white3); display: flex; align-items: center; gap: 8px; }
.tp-footer-brand .dot { width: 6px; height: 6px; background: var(--gold); border-radius: 50%; }
.tp-footer-copy { font-size: 12px; color: var(--white5); }
.tp-footer-copy a { color: var(--gold); }
.tp-footer-links { display: flex; gap: 20px; }
.tp-footer-links a { font-size: 12px; color: var(--white5); transition: color .15s; }
.tp-footer-links a:hover { color: var(--white3); }

/* ── ANIMATIONS ────────────────────────────────────── */
@keyframes fadeIn  { from{opacity:0} to{opacity:1} }
@keyframes slideUp { from{opacity:0;transform:translateY(24px)} to{opacity:1;transform:translateY(0)} }
@keyframes rowSlide { from{opacity:0;transform:translateX(-10px)} to{opacity:1;transform:translateX(0)} }
@keyframes spin    { to{transform:rotate(360deg)} }
@keyframes pulse   { 0%,100%{opacity:1;transform:scale(1)} 50%{opacity:.5;transform:scale(1.5)} }

/* ── RESPONSIVE ────────────────────────────────────── */
@media(max-width:960px) {
  .tp-nav { padding: 0 20px; }
  .tp-nav-links { display: none; }
  .tp-hero { padding: 72px 20px 56px; }
  .tp-section { padding: 0 20px 60px; }
  .tp-upsell { padding: 0 20px; }
  .tp-upsell-inner { padding: 28px 22px; flex-direction: column; }
  .tp-wallet-widget { margin-left: 0; width: 100%; }
  .tp-quick-grid { grid-template-columns: 1fr 1fr; }
  .tp-how { grid-template-columns: 1fr 1fr; }
  .tp-footer { padding: 20px; flex-direction: column; text-align: center; }
}
@media(max-width:640px) {
  .tp-hero h1 { font-size: 64px; }
  .tp-stats-strip { grid-template-columns: 1fr; }
  .tp-stat-box:not(:last-child)::after { display: none; }
  .tp-stat-box { border-bottom: 1px solid var(--border); }
  .tp-pricing-grid { grid-template-columns: 1fr; }
  .tp-grid-2, .tp-grid-3 { grid-template-columns: 1fr; }
  .tp-acct-stats { grid-template-columns: 1fr 1fr; }
  .tp-how { grid-template-columns: 1fr; }
  .tp-table { font-size: 13px; }
  .tp-table th, .tp-table td { padding: 11px 10px; }
}
