/* ============================================================
   APP.CSS — USDT Pro Frontend Dark Theme
   ============================================================ */
*, *::before, *::after { margin:0; padding:0; box-sizing:border-box; }

:root {
  --green:#00d09c; --green-dark:#059669;
  --green-dim:rgba(0,208,156,.12); --green-glow:rgba(0,208,156,.35);
  --dark:#0a0e1a; --card:#111827; --card2:#1a2236;
  --text:#e2e8f0; --muted:#6b7280;
  --gold:#f59e0b; --gold-dim:rgba(245,158,11,.12);
  --blue:#3b82f6; --purple:#8b5cf6; --red:#ef4444;
  --border:rgba(255,255,255,.05); --border-green:rgba(0,208,156,.15);
  --radius:12px; --radius-sm:8px; --radius-lg:16px;
}

html { -webkit-tap-highlight-color:transparent; }
body { background:var(--dark); color:var(--text); font-family:'Segoe UI',system-ui,sans-serif;
       max-width:480px; margin:0 auto; min-height:100vh; overflow-x:hidden; font-size:14px; line-height:1.5; }
a { color:inherit; text-decoration:none; }
button { font-family:inherit; }

/* ── TOP NAV ── */
.top-nav {
  position:sticky; top:0; z-index:100;
  display:flex; align-items:center; justify-content:space-between;
  padding:14px 18px;
  background:rgba(10,14,26,.97); backdrop-filter:blur(14px);
  border-bottom:1px solid var(--border);
}
.nav-menu-btn { width:38px; height:38px; border-radius:10px; background:var(--card2); border:none; cursor:pointer; display:flex; flex-direction:column; align-items:center; justify-content:center; gap:5px; }
.nav-menu-btn span { display:block; height:2px; background:var(--green); border-radius:2px; }
.nav-menu-btn span:nth-child(1) { width:18px; }
.nav-menu-btn span:nth-child(2) { width:13px; }
.nav-menu-btn span:nth-child(3) { width:18px; }
.logo { font-size:18px; font-weight:800; letter-spacing:1px; }
.logo span { color:var(--green); }
.nav-profile { width:38px; height:38px; border-radius:50%; background:linear-gradient(135deg,var(--green),var(--blue)); display:flex; align-items:center; justify-content:center; font-size:15px; font-weight:700; color:#fff; border:2px solid var(--green-glow); text-decoration:none; }

/* ── BALANCE BAR ── */
.balance-bar { background:linear-gradient(135deg,#0d2137,#0a1628); padding:14px 18px; display:flex; align-items:center; justify-content:space-between; border-bottom:1px solid var(--border-green); }
.balance-label,.profit-label { font-size:11px; color:var(--muted); text-transform:uppercase; letter-spacing:1px; margin-bottom:4px; }
.balance-amount { font-size:26px; font-weight:800; color:#fff; }
.balance-amount span { color:var(--green); font-size:14px; margin-left:4px; }
.balance-right { text-align:right; }
.profit-val { font-size:16px; font-weight:700; color:var(--green); }

/* ── CAROUSEL ── */
.carousel-wrap { position:relative; overflow:hidden; height:185px; }
.carousel-track { display:flex; transition:transform .5s cubic-bezier(.4,0,.2,1); height:100%; }
.carousel-slide { min-width:100%; height:100%; display:flex; align-items:center; justify-content:center; flex-direction:column; padding:24px; position:relative; overflow:hidden; }
.slide-1 { background:linear-gradient(135deg,#0f4c2a,#064e3b,#065f46); }
.slide-2 { background:linear-gradient(135deg,#1e1b4b,#312e81,#4c1d95); }
.slide-3 { background:linear-gradient(135deg,#1c1917,#292524,#1a0f00); }
.slide-circle { position:absolute; border-radius:50%; opacity:.12; pointer-events:none; }
.slide-title { font-size:20px; font-weight:800; text-align:center; margin-bottom:8px; position:relative; z-index:2; color:#fff; }
.slide-sub { font-size:13px; color:rgba(255,255,255,.78); text-align:center; position:relative; z-index:2; margin-bottom:14px; line-height:1.6; }
.slide-badge { position:relative; z-index:2; padding:6px 18px; border-radius:20px; font-size:12px; font-weight:700; cursor:pointer; background:rgba(0,208,156,.2); border:1px solid var(--green); color:var(--green); }
.slide-badge.gold   { background:rgba(245,158,11,.2); border-color:var(--gold); color:var(--gold); }
.slide-badge.purple { background:rgba(139,92,246,.2); border-color:var(--purple); color:var(--purple); }
.carousel-dots { display:flex; justify-content:center; gap:6px; padding:10px 0 4px; }
.dot { width:6px; height:6px; border-radius:50%; background:var(--muted); cursor:pointer; transition:all .3s; }
.dot.active { width:20px; border-radius:3px; background:var(--green); }

/* ── QUICK ACTIONS ── */
.quick-actions { padding:20px 18px 10px; }
.qa-title { font-size:12px; color:var(--muted); text-transform:uppercase; letter-spacing:1px; margin-bottom:14px; }
.qa-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:10px; }
.qa-btn { display:flex; flex-direction:column; align-items:center; gap:8px; cursor:pointer; text-decoration:none; }
.qa-icon { width:56px; height:56px; border-radius:16px; display:flex; align-items:center; justify-content:center; font-size:22px; transition:transform .18s; }
.qa-icon:hover { transform:translateY(-3px); }
.qa-icon.dep  { background:linear-gradient(135deg,#064e3b,#047857); box-shadow:0 4px 16px rgba(0,208,156,.28); }
.qa-icon.with { background:linear-gradient(135deg,#1e1b4b,#4338ca); box-shadow:0 4px 16px rgba(99,102,241,.28); }
.qa-icon.inv  { background:linear-gradient(135deg,#78350f,#d97706); box-shadow:0 4px 16px rgba(245,158,11,.28); }
.qa-icon.ref  { background:linear-gradient(135deg,#4c0519,#be123c); box-shadow:0 4px 16px rgba(244,63,94,.28); }
.qa-label { font-size:11px; color:var(--muted); font-weight:500; }

/* ── SECTION ── */
.divider { height:1px; background:var(--border); margin:12px 18px; }
.section { padding:10px 18px 20px; }
.section-header { display:flex; align-items:center; justify-content:space-between; margin-bottom:14px; }
.section-title { font-size:15px; font-weight:700; }
.see-all { font-size:12px; color:var(--green); font-weight:600; }
.sec-label { display:block; font-size:12px; color:var(--muted); text-transform:uppercase; letter-spacing:1px; padding:0 18px; margin:18px 0 10px; font-weight:600; }

/* ── INVEST CARDS ── */
.invest-card { background:var(--card); border-radius:14px; padding:14px 16px; margin-bottom:10px; border:1px solid var(--border); display:flex; align-items:center; gap:12px; cursor:pointer; transition:transform .2s,border-color .2s; text-decoration:none; color:inherit; }
.invest-card:hover { transform:translateX(4px); border-color:rgba(0,208,156,.22); }
.invest-rank { width:30px; height:30px; border-radius:9px; background:var(--card2); display:flex; align-items:center; justify-content:center; font-size:12px; font-weight:700; color:var(--muted); flex-shrink:0; }
.invest-rank.top1 { background:linear-gradient(135deg,#78350f,#d97706); color:#fff; }
.invest-rank.top2 { background:linear-gradient(135deg,#374151,#6b7280); color:#fff; }
.invest-rank.top3 { background:linear-gradient(135deg,#431407,#c2410c); color:#fff; }
.invest-info { flex:1; }
.invest-plan { font-size:13px; font-weight:600; margin-bottom:3px; }
.invest-date { font-size:11px; color:var(--muted); }
.invest-right { text-align:right; }
.invest-amount { font-size:14px; font-weight:700; }
.invest-profit { font-size:12px; font-weight:600; color:var(--green); }
.invest-status { display:inline-block; font-size:10px; padding:2px 9px; border-radius:20px; margin-top:3px; font-weight:600; }
.status-active  { background:var(--green-dim); color:var(--green); }
.status-pending { background:var(--gold-dim); color:var(--gold); }
.status-completed { background:rgba(59,130,246,.12); color:var(--blue); }

/* ── BOTTOM NAV ── */
.bottom-spacer { height:85px; }
.bottom-nav {
  position:fixed; bottom:0; left:50%; transform:translateX(-50%);
  width:100%; max-width:480px;
  background:rgba(17,24,39,.97); backdrop-filter:blur(18px);
  border-top:1px solid rgba(255,255,255,.08);
  display:flex; align-items:center; padding:8px 0 14px; z-index:100;
}
.bn-item { flex:1; display:flex; flex-direction:column; align-items:center; gap:4px; padding:4px 0; text-decoration:none; }
.bn-icon { font-size:20px; transition:transform .22s cubic-bezier(.34,1.56,.64,1); line-height:1; }
.bn-label { font-size:10px; color:var(--muted); font-weight:500; transition:color .2s; }
.bn-item.active .bn-label { color:var(--green); }
.bn-item.active .bn-icon  { transform:scale(1.2) translateY(-2px); }
.bn-dot { width:4px; height:4px; border-radius:50%; background:var(--green); margin:0 auto; opacity:0; transition:opacity .25s; }
.bn-item.active .bn-dot { opacity:1; }
.bn-center-btn { width:54px; height:54px; border-radius:16px; background:linear-gradient(135deg,var(--green),var(--green-dark)); display:flex; align-items:center; justify-content:center; font-size:24px; box-shadow:0 4px 22px var(--green-glow); margin-top:-20px; border:3px solid var(--dark); transition:transform .22s,box-shadow .2s; }
.bn-center-label { font-size:10px; font-weight:700; color:var(--green); margin-top:2px; }

/* ── SIDE MENU ── */
.overlay { position:fixed; inset:0; background:rgba(0,0,0,.65); z-index:200; opacity:0; pointer-events:none; transition:opacity .3s; }
.overlay.open { opacity:1; pointer-events:all; }
.side-menu { position:fixed; top:0; left:-295px; width:282px; height:100%; background:var(--card); z-index:201; transition:left .35s cubic-bezier(.4,0,.2,1); display:flex; flex-direction:column; padding-bottom:30px; box-shadow:4px 0 30px rgba(0,0,0,.5); overflow-y:auto; }
.side-menu.open { left:0; }
.menu-header { padding:52px 24px 24px; background:linear-gradient(135deg,#064e3b,#0a1628); flex-shrink:0; }
.menu-avatar { width:58px; height:58px; border-radius:50%; background:linear-gradient(135deg,var(--green),var(--blue)); display:flex; align-items:center; justify-content:center; font-size:22px; font-weight:800; color:#fff; margin-bottom:13px; border:2px solid rgba(0,208,156,.4); }
.menu-name { font-size:16px; font-weight:700; margin-bottom:3px; }
.menu-uid  { font-size:12px; color:rgba(255,255,255,.45); }
.menu-items { flex:1; padding:12px 0; }
.menu-item { display:flex; align-items:center; gap:14px; padding:13px 24px; font-size:14px; font-weight:500; color:var(--text); transition:background .18s; text-decoration:none; width:100%; background:none; border:none; cursor:pointer; font-family:inherit; }
.menu-item:hover { background:rgba(255,255,255,.05); }
.menu-item-icon { font-size:18px; width:22px; text-align:center; flex-shrink:0; }
.menu-divider { height:1px; background:rgba(255,255,255,.07); margin:6px 0; }
.menu-item.danger { color:#f87171; }

/* ── TOAST ── */
.toast { position:fixed; bottom:100px; left:50%; transform:translateX(-50%) translateY(8px); background:var(--card2); border:1px solid rgba(0,208,156,.32); color:#fff; padding:11px 22px; border-radius:12px; font-size:13px; font-weight:500; white-space:nowrap; z-index:500; box-shadow:0 8px 30px rgba(0,0,0,.45); opacity:0; pointer-events:none; transition:opacity .28s,transform .28s; display:flex; align-items:center; gap:7px; }
.toast.show { opacity:1; transform:translateX(-50%) translateY(0); }

/* ── PAGE HEADER ── */
.page-header-bar { display:flex; align-items:center; gap:14px; padding:16px 18px; border-bottom:1px solid var(--border); position:sticky; top:62px; z-index:50; background:rgba(10,14,26,.97); backdrop-filter:blur(14px); }
.back-btn { width:36px; height:36px; border-radius:10px; background:var(--card2); display:flex; align-items:center; justify-content:center; font-size:16px; color:var(--text); text-decoration:none; flex-shrink:0; }
.page-header-title { font-size:17px; font-weight:700; flex:1; }
.page-action-link  { font-size:13px; color:var(--green); font-weight:600; text-decoration:none; }

/* ── SUMMARY CARD ── */
.summary-card { margin:18px; border-radius:18px; padding:22px; position:relative; overflow:hidden; }
.summary-card.green-grad  { background:linear-gradient(135deg,#064e3b,#065f46); border:1px solid rgba(0,208,156,.2); }
.summary-card.blue-grad   { background:linear-gradient(135deg,#1e3a5f,#1e1b4b); border:1px solid rgba(59,130,246,.2); }
.summary-card.gold-grad   { background:linear-gradient(135deg,#451a03,#78350f); border:1px solid rgba(245,158,11,.2); }
.summary-card.purple-grad { background:linear-gradient(135deg,#2e1065,#4c1d95); border:1px solid rgba(139,92,246,.2); }
.summary-card .sc-deco  { position:absolute; border-radius:50%; opacity:.1; pointer-events:none; }
.summary-card .sc-label { font-size:12px; color:rgba(255,255,255,.6); text-transform:uppercase; letter-spacing:1px; margin-bottom:6px; }
.summary-card .sc-value { font-size:30px; font-weight:800; color:#fff; margin-bottom:4px; }
.summary-card .sc-sub   { font-size:13px; color:rgba(255,255,255,.65); }

/* ── FORMS ── */
.form-group  { padding:0 18px; margin-bottom:14px; }
.form-label  { display:block; font-size:12px; color:var(--muted); font-weight:600; letter-spacing:.4px; margin-bottom:7px; text-transform:uppercase; }
.form-control { width:100%; background:var(--card2); border:1px solid var(--border); border-radius:var(--radius-sm); padding:12px 14px; font-size:14px; color:var(--text); font-family:inherit; outline:none; transition:border-color .2s,box-shadow .2s; }
.form-control:focus { border-color:rgba(0,208,156,.45); box-shadow:0 0 0 3px rgba(0,208,156,.1); }
.form-control::placeholder { color:var(--muted); }
select.form-control { appearance:none; background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E"); background-repeat:no-repeat; background-position:right 14px center; }
textarea.form-control { resize:vertical; min-height:90px; line-height:1.6; }
.input-wrap { position:relative; }
.input-wrap .form-control { padding-left:42px; }
.input-icon { position:absolute; left:14px; top:50%; transform:translateY(-50%); font-size:16px; pointer-events:none; }
.input-suffix { position:absolute; right:14px; top:50%; transform:translateY(-50%); font-size:13px; font-weight:700; color:var(--green); }
.form-hint { font-size:11px; color:var(--muted); margin-top:5px; padding-left:4px; }
.form-error { font-size:12px; color:#f87171; margin-top:5px; padding-left:4px; }

/* ── BUTTONS ── */
.btn-primary { display:block; width:calc(100% - 36px); margin:16px 18px; padding:14px; background:linear-gradient(135deg,var(--green),var(--green-dark)); color:#fff; border:none; border-radius:14px; font-size:15px; font-weight:700; cursor:pointer; font-family:inherit; box-shadow:0 4px 20px var(--green-glow); transition:transform .18s,box-shadow .18s; }
.btn-primary:hover  { transform:translateY(-2px); box-shadow:0 8px 28px var(--green-glow); }
.btn-primary:active { transform:scale(.97); }
.btn-secondary { display:block; width:calc(100% - 36px); margin:8px 18px; padding:13px; background:var(--card2); color:var(--text); border:1px solid var(--border); border-radius:14px; font-size:14px; font-weight:600; cursor:pointer; font-family:inherit; transition:background .18s; }
.btn-secondary:hover { background:#243050; }
.btn-danger { background:linear-gradient(135deg,#7f1d1d,var(--red)); }

/* ── BADGES ── */
.badge { display:inline-block; padding:3px 10px; border-radius:20px; font-size:11px; font-weight:700; }
.badge-green  { background:var(--green-dim); color:var(--green); }
.badge-gold   { background:var(--gold-dim); color:var(--gold); }
.badge-blue   { background:rgba(59,130,246,.12); color:var(--blue); }
.badge-red    { background:rgba(239,68,68,.12); color:#f87171; }
.badge-muted  { background:rgba(107,114,128,.12); color:var(--muted); }

/* ── INFO ROWS ── */
.info-card { margin:0 18px 12px; background:var(--card); border-radius:14px; border:1px solid var(--border); overflow:hidden; }
.info-row { display:flex; align-items:center; justify-content:space-between; padding:14px 16px; border-bottom:1px solid var(--border); gap:10px; text-decoration:none; color:inherit; }
.info-row:last-child { border-bottom:none; }
.info-row-left { display:flex; align-items:center; gap:11px; }
.info-row-icon { width:36px; height:36px; border-radius:10px; background:var(--card2); display:flex; align-items:center; justify-content:center; font-size:16px; flex-shrink:0; }
.info-row-title { font-size:13px; font-weight:600; margin-bottom:2px; }
.info-row-sub   { font-size:11px; color:var(--muted); }
.info-row-right { text-align:right; flex-shrink:0; font-size:14px; font-weight:700; }

/* ── STAT BOXES ── */
.stats-row { display:flex; gap:10px; padding:0 18px; margin-bottom:18px; }
.stat-box { flex:1; background:var(--card); border:1px solid var(--border); border-radius:14px; padding:14px 12px; text-align:center; }
.stat-val { font-size:17px; font-weight:800; margin-bottom:4px; }
.stat-val.green { color:var(--green); } .stat-val.gold { color:var(--gold); }
.stat-lbl { font-size:11px; color:var(--muted); }

/* ── PLAN CARDS ── */
.plan-card { margin:0 18px 12px; background:var(--card); border:1px solid var(--border); border-radius:16px; padding:18px; cursor:pointer; transition:border-color .2s,transform .2s; }
.plan-card:hover { border-color:rgba(0,208,156,.3); transform:translateY(-2px); }
.plan-card.featured { border-color:rgba(0,208,156,.35); background:linear-gradient(135deg,#0a1f14,#111827); }
.plan-head { display:flex; align-items:center; justify-content:space-between; margin-bottom:12px; }
.plan-name { font-size:15px; font-weight:700; }
.plan-roi  { font-size:20px; font-weight:800; color:var(--green); }
.plan-roi span { font-size:12px; color:var(--muted); font-weight:500; }
.plan-tags { display:flex; gap:8px; flex-wrap:wrap; margin-bottom:14px; }
.plan-tag  { font-size:11px; padding:3px 10px; border-radius:20px; background:var(--card2); color:var(--muted); }
.plan-bar-wrap { height:4px; background:var(--card2); border-radius:2px; overflow:hidden; margin-bottom:8px; }
.plan-bar { height:100%; border-radius:2px; background:linear-gradient(90deg,var(--green),var(--blue)); }
.plan-bar-lbl { display:flex; justify-content:space-between; font-size:10px; color:var(--muted); }

/* ── TOGGLE ── */
.toggle-row { display:flex; align-items:center; justify-content:space-between; padding:14px 16px; border-bottom:1px solid var(--border); }
.toggle-row:last-child { border-bottom:none; }
.toggle-info .toggle-title { font-size:13px; font-weight:600; margin-bottom:2px; }
.toggle-info .toggle-sub   { font-size:11px; color:var(--muted); }
.toggle { position:relative; width:44px; height:24px; flex-shrink:0; }
.toggle input { display:none; }
.toggle-slider { position:absolute; inset:0; background:var(--card2); border-radius:12px; cursor:pointer; transition:background .25s; border:1px solid var(--border); }
.toggle-slider::after { content:''; position:absolute; width:18px; height:18px; background:var(--muted); border-radius:50%; top:2px; left:2px; transition:transform .25s,background .25s; }
.toggle input:checked + .toggle-slider { background:rgba(0,208,156,.25); border-color:var(--green); }
.toggle input:checked + .toggle-slider::after { transform:translateX(20px); background:var(--green); }

/* ── AMOUNT PILLS ── */
.amount-pills { display:flex; gap:8px; padding:0 18px; margin-bottom:14px; flex-wrap:wrap; }
.pill { padding:7px 16px; border-radius:20px; background:var(--card2); border:1px solid var(--border); font-size:13px; font-weight:600; color:var(--muted); cursor:pointer; transition:all .18s; }
.pill:hover,.pill.active { background:var(--green-dim); border-color:var(--green); color:var(--green); }

/* ── NETWORK GRID ── */
.network-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:10px; padding:0 18px; margin-bottom:4px; }
.net-card { background:var(--card); border:1px solid var(--border); border-radius:14px; padding:14px 10px; text-align:center; cursor:pointer; transition:all .2s; }
.net-card.active { border-color:var(--green); background:var(--green-dim); }
.net-card .net-icon { font-size:22px; margin-bottom:6px; }
.net-card .net-name { font-size:13px; font-weight:700; margin-bottom:3px; }
.net-card .net-fee  { font-size:11px; color:var(--muted); }

/* ── ALERTS ── */
.alert { margin:12px 18px; padding:12px 16px; border-radius:var(--radius-sm); font-size:13px; font-weight:500; animation:slideIn .3s ease; }
.alert-success { background:var(--green-dim); border:1px solid rgba(0,208,156,.25); color:var(--green); }
.alert-danger  { background:rgba(239,68,68,.1); border:1px solid rgba(239,68,68,.25); color:#f87171; }
@keyframes slideIn { from{transform:translateY(-8px);opacity:0} to{transform:translateY(0);opacity:1} }

/* ── REF CODE ── */
.ref-code-box { margin:0 18px 14px; background:var(--card); border:1px dashed rgba(0,208,156,.35); border-radius:14px; padding:18px; display:flex; align-items:center; justify-content:space-between; gap:10px; }
.ref-code-val { font-size:20px; font-weight:800; color:var(--green); letter-spacing:2px; }
.ref-code-sub { font-size:11px; color:var(--muted); margin-top:3px; }
.copy-btn { padding:8px 16px; background:var(--green-dim); border:1px solid var(--green); color:var(--green); border-radius:10px; font-size:12px; font-weight:700; cursor:pointer; font-family:inherit; }

/* ── PROFILE ── */
.profile-avatar-wrap { display:flex; flex-direction:column; align-items:center; padding:28px 18px 20px; background:linear-gradient(180deg,#0a1628 0%,transparent 100%); }
.profile-avatar { width:84px; height:84px; border-radius:50%; background:linear-gradient(135deg,var(--green),var(--blue)); display:flex; align-items:center; justify-content:center; font-size:34px; font-weight:800; color:#fff; border:3px solid rgba(0,208,156,.35); box-shadow:0 4px 24px rgba(0,208,156,.25); margin-bottom:12px; overflow:hidden; }
.profile-avatar img { width:100%; height:100%; object-fit:cover; }
.profile-name   { font-size:20px; font-weight:800; margin-bottom:4px; }
.profile-uid    { font-size:13px; color:var(--muted); margin-bottom:8px; }
.profile-badge  { padding:4px 14px; background:var(--green-dim); border:1px solid var(--green); color:var(--green); border-radius:20px; font-size:12px; font-weight:700; }

/* ── SUPPORT ── */
.support-hero { background:linear-gradient(135deg,#064e3b,#065f46); margin:18px; border-radius:18px; padding:24px; text-align:center; border:1px solid rgba(0,208,156,.2); }
.support-hero .sh-icon  { font-size:40px; margin-bottom:10px; }
.support-hero .sh-title { font-size:17px; font-weight:700; margin-bottom:6px; }
.support-hero .sh-sub   { font-size:13px; color:rgba(255,255,255,.7); }

/* ── TX LIST ── */
.tx-row-icon { width:36px; height:36px; border-radius:10px; display:flex; align-items:center; justify-content:center; font-size:16px; flex-shrink:0; }
.tx-dep  { background:rgba(0,208,156,.15); }
.tx-wth  { background:rgba(99,102,241,.15); }
.tx-inv  { background:rgba(245,158,11,.15); }
.tx-prf  { background:rgba(139,92,246,.15); }
.tx-ref  { background:rgba(244,63,94,.15); }
.amt-pos { color:var(--green); font-weight:700; }
.amt-neg { color:#f87171; font-weight:700; }

/* ── NOTIF ── */
.notif-item { display:flex; gap:13px; padding:14px 18px; border-bottom:1px solid var(--border); cursor:pointer; }
.notif-item.unread { background:rgba(0,208,156,.04); }
.notif-dot { width:8px; height:8px; border-radius:50%; background:transparent; margin-top:5px; flex-shrink:0; }
.notif-item.unread .notif-dot { background:var(--green); }
.notif-icon { width:40px; height:40px; border-radius:12px; background:var(--card2); display:flex; align-items:center; justify-content:center; font-size:18px; flex-shrink:0; }
.notif-title { font-size:13px; font-weight:600; margin-bottom:3px; }
.notif-text  { font-size:12px; color:var(--muted); line-height:1.5; }
.notif-time  { font-size:11px; color:var(--muted); margin-top:4px; }

/* ── AUTH PAGES ── */
.auth-body { max-width:480px; margin:0 auto; min-height:100vh; display:flex; flex-direction:column; background:radial-gradient(ellipse at top,#0d2137 0%,var(--dark) 65%); }
.auth-wrap { flex:1; padding:0 0 40px; display:flex; flex-direction:column; align-items:center; }
.auth-logo { display:flex; flex-direction:column; align-items:center; padding:48px 18px 28px; }
.auth-logo-icon { width:64px; height:64px; border-radius:20px; background:linear-gradient(135deg,var(--green),var(--green-dark)); display:flex; align-items:center; justify-content:center; font-size:30px; font-weight:900; color:#fff; box-shadow:0 8px 30px rgba(0,208,156,.4); margin-bottom:14px; }
.auth-logo-text { font-size:24px; font-weight:900; }
.auth-logo-text span { color:var(--green); }
.auth-logo-sub  { font-size:13px; color:var(--muted); margin-top:4px; }
.auth-card { width:calc(100% - 36px); background:var(--card); border-radius:20px; padding:24px 22px; border:1px solid var(--border); box-shadow:0 12px 40px rgba(0,0,0,.35); }
.auth-card-title { font-size:20px; font-weight:800; margin-bottom:4px; }
.auth-card-sub   { font-size:13px; color:var(--muted); margin-bottom:22px; }
.auth-btn { width:100%; margin:4px 0 0; }
.auth-divider { display:flex; align-items:center; gap:12px; margin:18px 0; color:var(--muted); font-size:12px; }
.auth-divider::before,.auth-divider::after { content:''; flex:1; height:1px; background:var(--border); }
.auth-switch { text-align:center; font-size:13px; color:var(--muted); margin-top:8px; }
.auth-switch a { color:var(--green); font-weight:600; }
.auth-note { margin-top:20px; font-size:12px; color:var(--muted); text-align:center; }
.auth-forgot { text-align:right; margin:-6px 0 14px; font-size:13px; color:var(--green); font-weight:600; cursor:pointer; }

/* ── REGISTER STEPS ── */
.reg-steps { display:flex; align-items:center; justify-content:center; margin-bottom:20px; width:100%; padding:0 40px; }
.reg-step  { display:flex; flex-direction:column; align-items:center; gap:6px; }
.step-num  { width:34px; height:34px; border-radius:50%; background:var(--card2); border:2px solid var(--border); display:flex; align-items:center; justify-content:center; font-size:13px; font-weight:700; color:var(--muted); transition:all .3s; }
.step-lbl  { font-size:11px; color:var(--muted); font-weight:500; }
.reg-step.active .step-num { background:var(--green); border-color:var(--green); color:#fff; box-shadow:0 3px 12px rgba(0,208,156,.4); }
.reg-step.active .step-lbl { color:var(--green); font-weight:700; }
.reg-step.done   .step-num { background:var(--green-dim); border-color:var(--green); color:var(--green); }
.step-line { flex:1; height:2px; background:var(--border); margin:0 6px 18px; transition:background .4s; }
.step-line.done { background:var(--green); }
.hidden { display:none !important; }
.reg-nav { display:grid; grid-template-columns:1fr 2fr; gap:10px; margin-top:8px; }

/* ── PW STRENGTH ── */
.pw-bar-wrap { height:4px; background:var(--card2); border-radius:2px; margin-top:8px; overflow:hidden; }
.pw-bar-fill { height:100%; border-radius:2px; width:0; transition:width .3s,background .3s; }
.pw-strength-lbl { font-size:11px; color:var(--muted); margin-top:4px; }

/* ── TERMS ── */
.terms-check { display:flex; align-items:flex-start; gap:10px; font-size:13px; color:var(--muted); margin:14px 0; line-height:1.5; }
.terms-check input { width:18px; height:18px; accent-color:var(--green); flex-shrink:0; margin-top:1px; cursor:pointer; }
.terms-check a { color:var(--green); font-weight:600; }

/* ── GENDER PILLS ── */
.gender-pills { display:flex; gap:8px; margin-top:6px; }
.g-pill { flex:1; padding:10px 6px; text-align:center; border-radius:12px; background:var(--card2); border:1px solid var(--border); font-size:13px; font-weight:600; cursor:pointer; transition:all .2s; color:var(--muted); }
.g-pill.active { background:var(--green-dim); border-color:var(--green); color:var(--green); }
