/* ============ 世界杯巅峰竞猜 · H5 样式 ============ */
* { box-sizing: border-box; -webkit-tap-highlight-color: transparent; }
html, body { margin: 0; padding: 0; }
body {
  font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif;
  background: #061826;
  color: #fff;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
}
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; }
img { max-width: 100%; display: block; }
ul, ol { padding: 0; margin: 0; list-style: none; }

.app {
  max-width: 750px;
  margin: 0 auto;
  min-height: 100vh;
  background: linear-gradient(180deg, #0a2237 0%, #061826 60%, #04111e 100%);
  position: relative;
  overflow-x: hidden;
}

/* ============ 顶部导航 ============ */
.nav {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 16px 12px;
  background: rgba(6, 24, 38, 0.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255,255,255,0.04);
}
.nav .title { font-size: 17px; font-weight: 600; }
.nav .back { width: 28px; height: 28px; display: flex; align-items: center; justify-content: center; }
.nav .back::before { content: ''; width: 10px; height: 10px; border-left: 2px solid #fff; border-bottom: 2px solid #fff; transform: rotate(45deg); margin-left: 4px; }
.nav .right { min-width: 28px; font-size: 13px; color: #9fb8c8; }

/* ============ 富文本内容（后台 wangEditor 输出） ============ */
.rich-text {
  color: #d6e7f3; font-size: 14px; line-height: 1.9;
  word-break: break-word;
}
.rich-text * { max-width: 100%; }
.rich-text p { margin: 0 0 10px; }
.rich-text strong, .rich-text b { color: #ffd84a; }
.rich-text h1, .rich-text h2, .rich-text h3, .rich-text h4 { color: #ffd84a; margin: 12px 0 8px; }
.rich-text h1 { font-size: 20px; }
.rich-text h2 { font-size: 18px; }
.rich-text h3 { font-size: 16px; }
.rich-text ol, .rich-text ul { padding-left: 20px; margin: 0 0 10px; }
.rich-text ol { list-style: decimal; }
.rich-text ul { list-style: disc; }
.rich-text li { margin-bottom: 4px; color: #d6e7f3; }
.rich-text a { color: #ffd84a; text-decoration: underline; }
.rich-text blockquote {
  border-left: 3px solid #ffd84a;
  padding-left: 12px; margin: 10px 0;
  color: #c8e0f0;
}
.rich-text img { max-width: 100%; height: auto; border-radius: 8px; }
.rich-text hr { border: none; border-top: 1px solid rgba(255,255,255,0.1); margin: 16px 0; }
.rich-text code, .rich-text pre {
  background: rgba(255,255,255,0.06);
  padding: 2px 6px; border-radius: 4px; font-size: 13px;
}

/* ============ 通用按钮 ============ */
.btn {
  display: block; width: 100%; padding: 14px 16px;
  background: linear-gradient(180deg, #ffd84a, #f4b400);
  color: #1a1a1a; text-align: center; font-weight: 700; font-size: 16px;
  border: none; border-radius: 26px;
  box-shadow: 0 6px 20px rgba(244, 180, 0, 0.35);
}
.btn:disabled { opacity: .5; box-shadow: none; }
.btn-green {
  background: linear-gradient(180deg, #2ad17b, #16a45b);
  color: #fff;
  box-shadow: 0 6px 20px rgba(22, 164, 91, 0.35);
}
.btn-outline {
  background: transparent; color: #fff;
  border: 1px solid rgba(255,255,255,0.25);
  box-shadow: none;
}
.btn-row { display: flex; gap: 12px; }
.btn-row .btn { flex: 1; }

/* ============ 三轮卡片 ============ */
.rounds-list { display: flex; flex-direction: column; gap: 12px; margin-bottom: 16px; }
.round-card {
  position: relative;
  background: linear-gradient(160deg, rgba(11,50,78,0.85), rgba(8,35,56,0.85));
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 14px;
  padding: 16px;
  overflow: hidden;
}
.round-card.phase-sign { border-color: rgba(42,209,123,0.5); box-shadow: 0 0 0 1px rgba(42,209,123,0.3) inset; }
.round-card.phase-announce, .round-card.phase-redeem { border-color: rgba(255,216,74,0.5); }
.round-card.phase-end { opacity: 0.7; }
.round-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 6px; }
.round-no { font-size: 13px; color: #9fb8c8; font-weight: 600; }
.phase-tag { display: inline-block; padding: 2px 10px; border-radius: 10px; font-size: 11px; font-weight: 600; }
.phase-tag.phase-sign { background: rgba(42,209,123,0.2); color: #2ad17b; }
.phase-tag.phase-announce, .phase-tag.phase-redeem { background: rgba(255,216,74,0.2); color: #ffd84a; }
.phase-tag.phase-wait, .phase-tag.phase-waitAnnounce { background: rgba(255,255,255,0.1); color: #9fb8c8; }
.phase-tag.phase-end { background: rgba(255,255,255,0.06); color: #6e8a9c; }
.round-name { font-size: 17px; font-weight: 700; color: #fff; margin-bottom: 4px; }
.round-desc { font-size: 12px; color: #a3c5dc; margin-bottom: 10px; }
.round-meta {
  font-size: 12px; color: #9fb8c8;
  display: flex; gap: 14px; flex-wrap: wrap;
  margin-bottom: 12px;
}
.round-action .btn { padding: 11px; font-size: 14px; border-radius: 22px; }

.stat-card-home { padding: 18px 12px; }
.stat-card-home .stats-row { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; }
.stat-card-home .stats-row > div { text-align: center; }
.stat-card-home .big { font-size: 22px; font-weight: 800; color: #ffd84a; }
.stat-card-home .t { font-size: 12px; color: #a3c5dc; margin-top: 2px; }

/* ============ Banner 模式（后台上传 banner 图后启用） ============ */
.hero-banner {
  width: 100%;
  background: #061826;
  overflow: hidden;
}
.hero-banner .banner-img {
  width: 100%; height: auto; display: block;
}
.hero-card-standalone {
  margin: 14px 16px;
  padding: 22px 18px;
  background: linear-gradient(180deg, rgba(11, 50, 78, 0.85), rgba(8, 35, 56, 0.85));
  border: 1px solid rgba(255, 216, 74, 0.2);
  border-radius: 16px;
  box-shadow: 0 8px 30px rgba(0,0,0,0.35);
  text-align: center;
}
.hero-card-standalone .title { font-size: 18px; font-weight: 700; color: #ffd84a; margin-bottom: 6px; }
.hero-card-standalone .sub { font-size: 13px; color: #a3c5dc; margin-bottom: 16px; }

/* ============ 01 首页 ============ */
.hero {
  position: relative;
  padding: 28px 20px 40px;
  background-image: radial-gradient(circle at 50% 0%, rgba(255,216,74,0.15), transparent 70%),
                    linear-gradient(180deg, #0a2237 0%, #08334d 50%, #061826 100%);
  text-align: center;
  overflow: hidden;
}
.hero::before, .hero::after {
  content: '';
  position: absolute;
  width: 220px; height: 220px;
  background: radial-gradient(circle, rgba(31, 191, 110, 0.18), transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}
.hero::before { top: -60px; left: -80px; }
.hero::after { bottom: -80px; right: -100px; background: radial-gradient(circle, rgba(255, 200, 60, 0.12), transparent 70%); }
.hero h1 {
  font-size: 42px; margin: 30px 0 10px;
  background: linear-gradient(180deg, #fff 0%, #ffd84a 100%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
  font-weight: 900; letter-spacing: 2px;
  text-shadow: 0 4px 16px rgba(0,0,0,0.4);
}
.hero .slogan {
  font-size: 15px; color: #a3c5dc; margin-bottom: 24px;
}
.hero .trophy { font-size: 60px; line-height: 1; margin-bottom: 4px; }
.hero-card {
  margin: 0 4px 16px;
  padding: 22px 18px;
  background: linear-gradient(180deg, rgba(11, 50, 78, 0.85), rgba(8, 35, 56, 0.85));
  border: 1px solid rgba(255, 216, 74, 0.2);
  border-radius: 16px;
  box-shadow: 0 8px 30px rgba(0,0,0,0.35);
}
.hero-card .title { font-size: 18px; font-weight: 700; color: #ffd84a; margin-bottom: 6px; }
.hero-card .sub { font-size: 13px; color: #a3c5dc; margin-bottom: 16px; }
.hero-stats {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 8px; margin-bottom: 18px;
}
.hero-stats .item {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 12px; padding: 12px 6px;
  text-align: center;
}
.hero-stats .item .ic { font-size: 24px; }
.hero-stats .item .t { font-size: 12px; color: #c8e0f0; margin-top: 2px; }
.join-count {
  margin-top: 12px; color: #9fb8c8; font-size: 13px;
}

.section {
  padding: 18px 16px;
}
.section .card {
  background: linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.02));
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 14px;
  padding: 18px 16px;
  margin-bottom: 14px;
}
.section h2 {
  font-size: 16px; color: #ffd84a; margin: 0 0 14px;
  display: flex; align-items: center; gap: 8px;
}
.section h2::before { content: ''; width: 4px; height: 16px; background: #ffd84a; border-radius: 2px; }
.kv { display: flex; justify-content: space-between; padding: 6px 0; font-size: 13px; }
.kv .k { color: #9fb8c8; }
.kv .v { color: #fff; }

/* ============ 02 规则 ============ */
.rules-list { color: #d6e7f3; line-height: 1.9; font-size: 14px; }
.rules-list .rule-item {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 14px;
  padding: 14px 14px 14px 18px;
  margin-bottom: 12px;
  position: relative;
}
.rules-list .rule-item .h {
  color: #ffd84a; font-weight: 700;
  margin-bottom: 6px;
  font-size: 15px;
}
.rules-list ol { padding-left: 18px; list-style: decimal; }
.rules-list ol li { margin-bottom: 4px; }

/* ============ 03/04 选队 ============ */
.pick-bar {
  display: flex; align-items: center; justify-content: space-between;
  padding: 10px 16px;
  background: #082031;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.pick-bar .ok { color: #2ad17b; font-weight: 700; }
.pick-bar .need { color: #ffb060; font-weight: 700; }
.pick-bar .text { color: #a3c5dc; font-size: 12px; }

.search {
  padding: 10px 16px;
}
.search input {
  width: 100%; box-sizing: border-box;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.08);
  color: #fff; padding: 11px 14px;
  border-radius: 10px; font-size: 14px;
  outline: none;
}
.search input::placeholder { color: #6e8a9c; }

.tabs {
  display: flex; gap: 8px; overflow-x: auto;
  padding: 6px 16px 12px;
  -webkit-overflow-scrolling: touch;
}
.tabs::-webkit-scrollbar { display: none; }
.tabs .tab {
  flex-shrink: 0; padding: 7px 14px;
  background: rgba(255,255,255,0.06);
  border-radius: 16px;
  color: #c8e0f0; font-size: 13px;
  border: 1px solid transparent;
}
.tabs .tab.active {
  background: rgba(255,216,74,0.18);
  border-color: #ffd84a;
  color: #ffd84a; font-weight: 600;
}

.view-toggle {
  display: flex; padding: 0 16px 10px;
  gap: 6px;
}
.view-toggle button {
  flex: 1; padding: 8px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.06);
  color: #9fb8c8; border-radius: 8px;
  font-size: 12px;
}
.view-toggle button.active {
  background: rgba(255,216,74,0.15);
  color: #ffd84a;
  border-color: #ffd84a;
}

.team-list { padding: 0 16px 100px; }
.team-row {
  display: flex; align-items: center; gap: 12px;
  padding: 12px 14px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 10px; margin-bottom: 8px;
}
.team-row .flag { font-size: 22px; width: 32px; text-align: center; display: flex; align-items: center; justify-content: center; }
.team-row .flag img, .team-card .flag img { width: 32px; height: 32px; object-fit: cover; border-radius: 4px; }
.team-card .flag img { width: 40px; height: 40px; }
.team-row .flag span { font-size: 22px; line-height: 1; }
.team-card .flag span { font-size: 32px; line-height: 1; }
.team-row .info { flex: 1; }
.team-row .info .cn { font-size: 15px; color: #fff; }
.team-row .info .en { font-size: 11px; color: #6e8a9c; }
.team-row .checkbox {
  width: 22px; height: 22px;
  border: 1.5px solid rgba(255,255,255,0.3);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
}
.team-row.selected {
  background: rgba(42, 209, 123, 0.12);
  border-color: #2ad17b;
}
.team-row.selected .checkbox {
  background: #2ad17b; border-color: #2ad17b;
}
.team-row.selected .checkbox::before {
  content: ''; width: 7px; height: 11px;
  border-right: 2px solid #fff; border-bottom: 2px solid #fff;
  transform: rotate(45deg) translateY(-1px);
}

.team-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px;
  padding: 0 16px 100px;
}
.team-card {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 12px;
  padding: 14px 6px;
  text-align: center;
  position: relative;
}
.team-card .flag { font-size: 32px; line-height: 1; margin-bottom: 8px; }
.team-card .cn { font-size: 13px; color: #fff; }
.team-card .en { font-size: 10px; color: #6e8a9c; margin-top: 2px; }
.team-card.selected {
  background: rgba(42, 209, 123, 0.12);
  border-color: #2ad17b;
}
.team-card .check {
  position: absolute; top: 6px; right: 6px;
  width: 18px; height: 18px;
  background: #2ad17b; border-radius: 50%;
  display: none;
  align-items: center; justify-content: center;
  font-size: 11px; color: #fff;
}
.team-card.selected .check { display: flex; }

.fixed-footer {
  position: fixed; left: 0; right: 0; bottom: 0;
  background: linear-gradient(180deg, rgba(6,24,38,0), rgba(6,24,38,0.95) 30%);
  padding: 16px;
  z-index: 30;
  max-width: 750px; margin: 0 auto;
}
.fixed-footer .btn-row { gap: 10px; }
.fixed-footer .btn { padding: 13px; font-size: 15px; }

.legend {
  display: flex; gap: 16px; padding: 8px 16px 6px;
  font-size: 12px; color: #9fb8c8;
}
.legend .dot { display: inline-block; width: 8px; height: 8px; border-radius: 50%; margin-right: 4px; vertical-align: middle; }
.legend .green { background: #2ad17b; }
.legend .gray { background: #4a6072; }

/* ============ 05 确认 ============ */
.confirm-grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  padding: 16px;
}
.confirm-item {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 10px;
  padding: 10px 4px;
  text-align: center;
  position: relative;
}
.confirm-item .flag { font-size: 24px; line-height: 1; margin-bottom: 4px; }
.confirm-item .name { font-size: 12px; color: #fff; }
.confirm-item .x {
  position: absolute; top: 2px; right: 4px;
  width: 16px; height: 16px;
  background: rgba(0,0,0,0.4);
  border-radius: 50%;
  font-size: 11px; line-height: 16px;
  color: #fff;
}
.confirm-note {
  text-align: center; color: #9fb8c8; font-size: 12px;
  padding: 8px 16px 16px;
}
.confirm-note a { color: #ffd84a; }

/* ============ 06 成功 ============ */
.success-page {
  padding: 60px 24px 24px;
  text-align: center;
}
.success-icon {
  width: 88px; height: 88px; margin: 0 auto 24px;
  background: #2ad17b; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 50px; color: #fff;
  box-shadow: 0 8px 30px rgba(42, 209, 123, 0.5);
}
.success-page h1 { font-size: 24px; margin: 0 0 8px; }
.success-page .sub { color: #a3c5dc; font-size: 14px; }
.success-page .info {
  margin: 28px 0;
  padding: 16px; text-align: left;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 12px;
}

/* ============ 07 我的竞猜 ============ */
.profile-card {
  display: flex; align-items: center; gap: 14px;
  padding: 20px 16px;
  background: linear-gradient(135deg, rgba(42, 209, 123, 0.12), rgba(255,216,74,0.08));
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.avatar {
  width: 56px; height: 56px; border-radius: 50%;
  background: #2ad17b; display: flex;
  align-items: center; justify-content: center;
  font-size: 28px;
}
.profile-card .meta { flex: 1; }
.profile-card .meta .name { font-size: 16px; font-weight: 600; }
.profile-card .meta .id { font-size: 12px; color: #9fb8c8; margin-top: 4px; }
.profile-card .action { color: #ffd84a; font-size: 13px; }

/* ============ 08 排行榜 ============ */
.lb-tabs {
  display: flex; padding: 12px 16px;
  background: #082031;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.lb-tabs .lt {
  flex: 1; text-align: center; padding: 10px;
  color: #9fb8c8; font-size: 14px;
  border-radius: 8px;
}
.lb-tabs .lt.active {
  background: linear-gradient(180deg, #2ad17b, #16a45b);
  color: #fff; font-weight: 600;
}
.lb-banner {
  padding: 30px 24px;
  text-align: center;
  background: radial-gradient(ellipse at 50% 0%, rgba(255,216,74,0.2), transparent 70%);
}
.lb-banner .trophy { font-size: 60px; margin-bottom: 8px; }
.lb-banner h2 { font-size: 22px; margin: 8px 0; color: #ffd84a; }
.lb-banner .sub { color: #a3c5dc; font-size: 13px; }
.lb-table {
  padding: 16px;
}
.lb-row {
  display: flex; align-items: center; gap: 12px;
  padding: 12px 14px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 10px;
  margin-bottom: 8px;
}
.lb-row .rank {
  width: 28px; height: 28px; line-height: 28px;
  text-align: center; border-radius: 50%;
  background: #1a3a4f; font-weight: 700; font-size: 14px;
}
.lb-row.top1 .rank { background: linear-gradient(180deg, #ffd84a, #f4b400); color: #5a3500; }
.lb-row.top2 .rank { background: linear-gradient(180deg, #d6dee5, #98a4af); color: #333; }
.lb-row.top3 .rank { background: linear-gradient(180deg, #d68e5a, #a45e30); color: #fff; }
.lb-row .avatar-sm {
  width: 32px; height: 32px; border-radius: 50%;
  background: #4a6072;
  display: flex; align-items: center; justify-content: center;
  font-size: 16px;
}
.lb-row .name { flex: 1; font-size: 14px; }
.lb-row .hits { color: #ffd84a; font-weight: 700; font-size: 14px; margin-right: 12px; }
.lb-row .time { color: #6e8a9c; font-size: 11px; }
.lb-row .you { background: rgba(42, 209, 123, 0.18); border-color: rgba(42,209,123,0.5); }
.lb-mine {
  margin: 16px; padding: 14px;
  background: linear-gradient(135deg, rgba(255,216,74,0.15), rgba(42,209,123,0.1));
  border: 1px solid rgba(255,216,74,0.3);
  border-radius: 12px;
  text-align: center;
}
.lb-mine .big { font-size: 28px; color: #ffd84a; font-weight: 800; }

/* ============ 09 奖品 ============ */
.prize-list { padding: 16px; }
.prize-card {
  display: flex; align-items: center; gap: 14px;
  background: linear-gradient(135deg, rgba(255,216,74,0.1), rgba(255,255,255,0.03));
  border: 1px solid rgba(255,216,74,0.15);
  border-radius: 14px; padding: 16px;
  margin-bottom: 12px;
}
.prize-card .icon {
  width: 64px; height: 64px; border-radius: 14px;
  background: linear-gradient(135deg, #ffd84a, #f4b400);
  display: flex; align-items: center; justify-content: center;
  font-size: 32px; flex-shrink: 0;
  overflow: hidden;
}
.prize-card .icon img { width: 100%; height: 100%; object-fit: cover; border-radius: 14px; }
.prize-card.tier-2 .icon { background: linear-gradient(135deg, #d6dee5, #98a4af); }
.prize-card.tier-3 .icon { background: linear-gradient(135deg, #d68e5a, #a45e30); }
.prize-card.tier-4 .icon { background: linear-gradient(135deg, #5ad6c4, #2ba095); }
.prize-card .meta { flex: 1; }
.prize-card .meta .name { font-weight: 700; font-size: 16px; }
.prize-card .meta .desc { color: #a3c5dc; font-size: 12px; margin-top: 4px; }
.prize-card .meta .quota { color: #ffd84a; font-size: 12px; margin-top: 4px; }

/* ============ 奖品行内卡片 ============ */
.prize-row {
  display: flex; gap: 14px; align-items: center;
  padding: 10px 0;
  border-bottom: 1px dashed rgba(255,255,255,0.05);
}
.prize-row:last-child { border-bottom: none; }
.prize-row-icon {
  width: 56px; height: 56px; border-radius: 12px;
  background: rgba(255,216,74,0.12);
  display: flex; align-items: center; justify-content: center;
  font-size: 28px; flex-shrink: 0; overflow: hidden;
}
.prize-row-icon img { width: 100%; height: 100%; object-fit: cover; }
.prize-row-meta { flex: 1; }
.prize-row-name { font-weight: 700; font-size: 15px; color: #ffd84a; }
.prize-row-cond { font-size: 12px; color: #2ad17b; margin-top: 2px; }
.prize-row-desc { font-size: 12px; color: #a3c5dc; margin-top: 2px; }

/* ============ 10 结果公示 ============ */
.result-banner {
  padding: 36px 20px 30px;
  text-align: center;
  background: radial-gradient(ellipse at 50% 0%, rgba(255,216,74,0.18), transparent 70%);
}
.result-banner h1 { font-size: 24px; margin: 12px 0 6px; color: #ffd84a; }
.result-banner .sub { color: #a3c5dc; font-size: 13px; }

.tier-tabs {
  display: flex; gap: 8px; padding: 0 16px 12px;
  overflow-x: auto;
}
.tier-tabs .tt {
  flex: 1; min-width: 70px;
  padding: 10px; background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 10px; text-align: center;
  font-size: 13px; color: #9fb8c8;
}
.tier-tabs .tt.active {
  background: rgba(255,216,74,0.15);
  border-color: #ffd84a; color: #ffd84a;
  font-weight: 600;
}
.tier-tabs .tt .num { font-size: 11px; color: #6e8a9c; margin-top: 2px; }
.tier-tabs .tt.active .num { color: #ffd84a; }

/* ============ 11 兑奖说明 ============ */
.steps { padding: 16px; }
.step-item {
  display: flex; gap: 12px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 12px;
  padding: 14px;
  margin-bottom: 10px;
}
.step-item .n {
  flex-shrink: 0;
  width: 28px; height: 28px; border-radius: 50%;
  background: linear-gradient(180deg, #2ad17b, #16a45b);
  display: flex; align-items: center; justify-content: center;
  font-weight: 700; font-size: 14px;
}
.step-item .body .t { font-weight: 600; margin-bottom: 4px; }
.step-item .body .d { color: #a3c5dc; font-size: 12px; line-height: 1.6; }

.notes {
  margin: 0 16px 16px;
  padding: 14px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 12px;
}
.notes .h { color: #ffb060; font-weight: 700; margin-bottom: 8px; }
.notes ol { padding-left: 18px; list-style: decimal; color: #c8e0f0; line-height: 1.8; font-size: 13px; }

/* ============ 12 个人中心 ============ */
.center-card {
  margin: 16px; padding: 18px 16px;
  background: linear-gradient(135deg, rgba(42, 209, 123, 0.15), rgba(255,216,74,0.08));
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 14px;
  display: flex; align-items: center; gap: 14px;
}
.center-card .action { color: #2ad17b; font-size: 13px; }

.menu-block {
  margin: 0 16px 14px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 14px;
  padding: 16px;
}
.menu-block .h { color: #a3c5dc; font-size: 13px; margin-bottom: 12px; }
.menu-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.menu-grid .mi {
  padding: 14px 4px; text-align: center;
  background: rgba(255,255,255,0.04);
  border-radius: 10px;
}
.menu-grid .mi .ic { font-size: 24px; margin-bottom: 4px; }
.menu-grid .mi .t { font-size: 12px; color: #c8e0f0; }

/* ============ 登录页 ============ */
.login-page {
  padding: 30px 24px;
}
.login-page h1 { font-size: 22px; margin: 30px 0 6px; }
.login-page .sub { color: #a3c5dc; font-size: 13px; margin-bottom: 30px; }
.field { margin-bottom: 16px; }
.field label { display: block; color: #c8e0f0; font-size: 13px; margin-bottom: 8px; }
.field input {
  width: 100%; box-sizing: border-box;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.08);
  color: #fff; padding: 14px;
  border-radius: 10px; font-size: 15px;
  outline: none;
}
.field input:focus { border-color: #ffd84a; }
.login-page .agree {
  display: flex; align-items: center; gap: 6px;
  font-size: 12px; color: #9fb8c8;
  margin: 14px 0 22px;
}

/* ============ 状态徽章 / 空状态 ============ */
.phase-badge {
  display: inline-block; padding: 4px 12px;
  background: rgba(255,216,74,0.2);
  color: #ffd84a; font-size: 12px;
  border-radius: 12px;
  margin-left: 8px; vertical-align: middle;
}
.phase-badge.green { background: rgba(42, 209, 123, 0.2); color: #2ad17b; }
.empty {
  padding: 60px 16px; text-align: center; color: #6e8a9c;
}
.empty .ic { font-size: 60px; opacity: 0.4; margin-bottom: 12px; }

/* ============ 提示 / 提示框 ============ */
.toast {
  position: fixed; left: 50%; bottom: 100px;
  transform: translateX(-50%);
  background: rgba(0,0,0,0.85);
  color: #fff; padding: 10px 18px;
  border-radius: 8px; font-size: 14px;
  z-index: 999; opacity: 0;
  transition: opacity .25s;
  pointer-events: none;
  white-space: nowrap;
}
.toast.show { opacity: 1; }

.mascot {
  position: absolute; pointer-events: none;
  opacity: 0.95;
}

/* ============ 小工具 ============ */
.h-bar { height: 1px; background: rgba(255,255,255,0.06); margin: 12px 0; }
.text-muted { color: #6e8a9c; }
.text-gold { color: #ffd84a; }
.text-green { color: #2ad17b; }
.text-center { text-align: center; }
.mt-12 { margin-top: 12px; }
.mb-12 { margin-bottom: 12px; }
.flex { display: flex; }
.flex-1 { flex: 1; }
.gap-8 { gap: 8px; }
