@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+SC:wght@600;700;900&display=swap');

:root {
  color-scheme: light;
  --red: #b91c24;
  --red-dark: #8a0d12;
  --gold: #d4a54a;
  --gold-deep: #a67820;
  --ink: #1e1614;
  --muted: #7a635b;
  --line: #e8d5c8;
  --paper: #faf4ea;
  --card: #fdf9f3;
  --soft: #f5ead8;
  --green: #1f9a62;
  --radius: 16px;
  font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }

body {
  margin: 0;
  min-height: 100dvh;
  overflow-x: hidden;
  color: var(--ink);
  background:
    radial-gradient(circle at 12% 0%, rgba(212, 165, 74, .18), transparent 210px),
    linear-gradient(180deg, #1e1614 0%, #0f0c0b 68%, #130f0d 100%);
}

a { color: inherit; text-decoration: none; }
button { font: inherit; }

.phone {
  position: relative;
  width: 100vw;
  max-width: 430px;
  min-height: 100dvh;
  margin: 0 auto;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(140, 20, 28, .88), rgba(120, 12, 20, .92) 34%, #f5efe5 34%),
    url("../images/worldcup-hero.png") center top / cover no-repeat;
  padding: env(safe-area-inset-top) 16px calc(92px + env(safe-area-inset-bottom));
}

@media (max-width: 430px) {
  .phone { margin: 0; }
}

.phone::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 12%, rgba(212, 165, 74, .18), transparent 138px),
    linear-gradient(180deg, rgba(40, 18, 14, .16), rgba(250, 244, 234, .94) 43%);
}

.screen {
  position: relative;
  z-index: 1;
  min-height: calc(100dvh - env(safe-area-inset-top) - 92px);
}

.topbar {
  height: 48px;
  display: grid;
  grid-template-columns: 36px 1fr 36px;
  align-items: center;
  color: #fff;
}

.icon-button {
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  background: rgba(255, 255, 255, .13);
  font-size: 23px;
  line-height: 1;
  cursor: pointer;
}

.title {
  margin: 0;
  text-align: center;
  font-size: 16px;
  font-weight: 900;
  font-family: "Noto Serif SC", "Songti SC", serif;
  letter-spacing: .04em;
}

.hero-gap { height: 18px; }

.tabs {
  display: flex;
  gap: 24px;
  align-items: center;
  color: #ffd9be;
  font-size: 13px;
  font-weight: 800;
}

.tabs .active {
  position: relative;
  color: #fff;
}

.tabs .active::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -9px;
  width: 22px;
  height: 3px;
  border-radius: 999px;
  transform: translateX(-50%);
  background: var(--gold);
}

.white-panel {
  margin-top: 18px;
  border-radius: 18px 18px 0 0;
  background: linear-gradient(180deg, var(--paper), #faf6ee);
  padding: 14px;
  box-shadow: 0 -10px 28px rgba(60, 28, 18, .14);
}

.card {
  border: 1px solid rgba(232, 213, 200, .85);
  border-radius: var(--radius);
  background: rgba(253, 249, 243, .97);
  box-shadow: 0 8px 20px rgba(90, 50, 25, .07);
}

.row-card {
  display: grid;
  grid-template-columns: 86px 1fr;
  gap: 12px;
  min-height: 116px;
  padding: 10px;
  margin-bottom: 12px;
}

.thumb {
  border-radius: 13px;
  overflow: hidden;
  display: grid;
  place-items: center;
  color: #fff7cc;
  font-size: 42px;
  font-weight: 900;
  background:
    radial-gradient(circle at 40% 26%, rgba(255, 234, 130, .68), transparent 38%),
    linear-gradient(135deg, #7b080a, #d5141b 46%, #7a090a);
}

.thumb.gold {
  background:
    radial-gradient(circle at 46% 24%, rgba(255, 247, 178, .8), transparent 35%),
    linear-gradient(135deg, #b7670b, #f1bd3f 48%, #9c4209);
}

.thumb.yellow {
  color: #8a4508;
  background: linear-gradient(135deg, #fff0a3, #f3b529);
}

.item-main {
  display: grid;
  gap: 8px;
  align-content: center;
}

.item-main h2,
.item-main h3,
.page-heading {
  margin: 0;
}

.item-main h2,
.item-main h3 {
  font-size: 15px;
  line-height: 1.25;
}

.muted {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
}

.fallback-ball,
.choice-dot,
.empty-mark,
.status-mark,
.inline-mark {
  display: inline-grid;
  place-items: center;
  flex-shrink: 0;
  font-style: normal;
}

.fallback-ball,
.choice-dot {
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 30%, rgba(255, 255, 255, .72), transparent 28%),
    linear-gradient(135deg, #6e1714, #b91c24 56%, #d4a54a);
}

.fallback-ball {
  width: 100%;
  height: 100%;
  min-width: 22px;
  min-height: 22px;
}

.choice-dot {
  width: 24px;
  height: 24px;
}

.empty-mark,
.status-mark {
  width: 48px;
  height: 48px;
  margin: 0 auto 10px;
  border-radius: 50%;
  color: var(--red);
  background: #fff0e8;
  font-size: 12px;
  font-weight: 900;
}

.inline-mark {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  color: #fff;
  background: var(--red);
  font-size: 10px;
  font-weight: 900;
  vertical-align: middle;
}

.points {
  color: var(--red);
  font-weight: 900;
}

.small-pill,
.exchange {
  border: 0;
  border-radius: 999px;
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  color: #fff;
  background: linear-gradient(180deg, #c8202a, #a00e16);
  font-size: 12px;
  font-weight: 900;
  white-space: nowrap;
}

.outline-pill {
  color: var(--red);
  background: #fdf6ef;
  border: 1px solid #edc7b3;
}

.status-used {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 24px;
  padding: 0 8px;
  border-radius: 999px;
  color: #d22c31;
  background: #ffe8e4;
  font-size: 11px;
  font-weight: 900;
}

.shop-tabs {
  display: flex;
  gap: 19px;
  margin: 0 -2px 12px;
  overflow-x: auto;
  color: #80645b;
  font-size: 12px;
  font-weight: 800;
}

.shop-tabs span {
  flex: 0 0 auto;
  padding: 7px 2px;
}

.shop-tabs .active {
  color: var(--red);
  border-bottom: 3px solid var(--red);
}

.shop-item {
  display: grid;
  grid-template-columns: 66px 1fr auto;
  gap: 10px;
  align-items: center;
  padding: 10px;
  margin-bottom: 10px;
}

.shop-thumb {
  width: 58px;
  height: 58px;
  border-radius: 13px;
  display: grid;
  place-items: center;
  font-size: 32px;
  background: linear-gradient(135deg, #fff0a3, #f4bf45);
}

.record-list {
  display: grid;
  gap: 12px;
}

.card.record {
  padding: 14px;
}

.record-head,
.split {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.record-head {
  color: #a08a81;
  font-size: 12px;
  margin-bottom: 9px;
}

.match-line {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 900;
  margin-bottom: 10px;
}

.tag-ok,
.tag-wrong {
  border-radius: 999px;
  padding: 4px 8px;
  font-size: 11px;
  font-weight: 900;
}

.tag-ok {
  color: #168653;
  background: #e5f8ee;
}

.tag-wrong {
  color: #d23838;
  background: #ffe8e8;
}

.staff-phone {
  background:
    linear-gradient(180deg, rgba(130, 14, 22, .85), rgba(110, 8, 16, .9) 28%, #f5efe5 28%),
    url("../images/worldcup-hero.png") center top / cover no-repeat;
}

.staff-head {
  color: #fff;
  padding: 12px 0 22px;
}

.staff-head h1 {
  margin: 0 0 7px;
  font-size: 21px;
}

.staff-head p {
  margin: 0;
  color: #ffe3c4;
  font-size: 13px;
  font-weight: 800;
}

.staff-phone .card {
  border: 1px solid rgba(160, 98, 62, .1);
}

.staff-phone .store-tab,
.staff-phone .time-tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  max-width: 100%;
  padding: 5px 11px;
  border: 1px solid rgba(199, 13, 19, .08);
  border-radius: 999px;
  color: #6f5a52;
  background: rgba(255, 255, 255, .82);
  box-shadow: 0 4px 12px rgba(71, 24, 13, .05);
  font-size: 11px;
  font-weight: 900;
  line-height: 1.2;
  cursor: pointer;
  white-space: nowrap;
}

.staff-phone .store-tab.active,
.staff-phone .time-tab.active {
  color: #fff;
  border-color: rgba(185, 20, 28, .25);
  background: linear-gradient(180deg, #c8202a, #a00e16);
  box-shadow: 0 6px 16px rgba(160, 12, 18, .18);
}

.staff-phone .staff-tabs,
.staff-phone .filter-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 10px 0 8px;
}

.staff-phone .store-strip {
  flex-wrap: nowrap;
  overflow-x: auto;
  padding-bottom: 2px;
  scrollbar-width: none;
}

.staff-phone .store-strip::-webkit-scrollbar {
  display: none;
}

.staff-phone .store-strip .store-tab {
  flex: 0 0 auto;
  max-width: 168px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.staff-phone .staff-panel {
  padding: 12px 14px;
  border-radius: 14px;
  background: rgba(255, 255, 255, .97);
  box-shadow: 0 10px 28px rgba(78, 34, 18, .08);
}

.staff-phone .staff-search-row,
.staff-phone .search-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
  margin-bottom: 8px;
}

.staff-phone .staff-date-row,
.staff-phone .date-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) auto;
  gap: 8px;
  margin-bottom: 10px;
  align-items: center;
}

.staff-phone .staff-search-row input,
.staff-phone .staff-date-row input,
.staff-phone .search-row input,
.staff-phone .date-row input {
  min-width: 0;
  width: 100%;
  height: 38px;
  border: 1px solid #eadfd6;
  border-radius: 11px;
  background: #fffdfb;
  color: #23130e;
}

.staff-phone .staff-search-row button,
.staff-phone .staff-date-row button,
.staff-phone .search-row button,
.staff-phone .date-row button {
  min-width: 54px;
  min-height: 38px;
  border-radius: 11px;
}

.staff-phone .staff-summary {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin: 10px 0;
}

.staff-phone .staff-summary.three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.staff-phone .staff-mini-card {
  min-width: 0;
  padding: 13px 8px;
  border-radius: 13px;
  text-align: center;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 8px 20px rgba(78, 34, 18, .06);
}

.staff-phone .staff-mini-card .n {
  display: block;
  color: var(--red);
  font-size: 22px;
  font-weight: 950;
  line-height: 1.1;
  font-variant-numeric: tabular-nums;
  overflow-wrap: anywhere;
}

.staff-phone .staff-mini-card .l {
  margin-top: 4px;
  color: #7a6a64;
  font-size: 10px;
  font-weight: 800;
}

.staff-phone .staff-list-item {
  min-width: 0;
  padding: 11px 0;
  border-bottom: 1px solid #f3e7dc;
  font-size: 13px;
}

.staff-phone .staff-list-item:last-child {
  border-bottom: 0;
}

.staff-phone .staff-list-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
  align-items: start;
}

.staff-phone .staff-list-title {
  min-width: 0;
  color: #23130e;
  font-weight: 950;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.staff-phone .staff-list-sub,
.staff-phone .staff-list-meta {
  min-width: 0;
  margin-top: 3px;
  color: #766862;
  font-size: 11px;
  line-height: 1.55;
  overflow-wrap: anywhere;
}

.staff-phone .staff-empty {
  min-height: 180px;
  display: grid;
  place-items: center;
  padding: 30px 16px;
  color: #8c7b74;
  text-align: center;
  font-size: 13px;
}

.staff-phone .staff-empty .box,
.staff-phone .staff-empty-box {
  display: grid;
  justify-items: center;
  gap: 8px;
  max-width: 250px;
}

.staff-phone .staff-empty .empty-mark {
  margin-bottom: 2px;
  background: #fdf6ef;
  color: #b89a88;
}

.staff-phone .staff-empty b {
  color: #4a3028;
  font-size: 15px;
  font-weight: 950;
}

.staff-phone .staff-empty span {
  color: #9a8b84;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.55;
}

.staff-phone .card.staff-empty {
  border: 0;
  background: transparent;
  box-shadow: none;
}

.staff-phone .staff-pager {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px;
  margin-top: 12px;
}

.stats-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 18px;
}

.stat-card {
  min-height: 94px;
  padding: 14px;
  display: grid;
  align-content: center;
  gap: 8px;
}

.stat-card strong {
  color: var(--red);
  font-size: 31px;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}

.wide-button {
  width: 100%;
  min-height: 54px;
  border: 0;
  border-radius: 13px;
  color: #fff;
  background: linear-gradient(180deg, #c8202a, #a00e16);
  box-shadow: 0 12px 22px rgba(160, 12, 18, .2);
  font-size: 16px;
  font-weight: 900;
  cursor: pointer;
  margin-bottom: 12px;
  letter-spacing: .04em;
}

.wide-button.soft {
  color: #6b332a;
  background: #f5e7dc;
  box-shadow: none;
}

.qr-box {
  margin-top: 16px;
  padding: 18px;
  text-align: center;
}

.qr {
  width: 230px;
  height: 230px;
  margin: 0 auto 18px;
  padding: 10px;
  background:
    conic-gradient(from 90deg, #111 0 25%, transparent 0 50%, #111 0 75%, transparent 0) 0 0 / 28px 28px,
    #fff;
  border: 10px solid #fff;
  box-shadow: inset 0 0 0 1px #222;
}

.qr-mark {
  width: 52px;
  height: 52px;
  margin: 79px auto;
  border-radius: 13px;
  display: grid;
  place-items: center;
  color: var(--gold);
  background: #20110f;
  font-size: 27px;
  box-shadow: 0 0 0 8px #fff;
}

.countdown {
  display: flex;
  justify-content: center;
  gap: 8px;
  align-items: baseline;
  margin: 8px 0 18px;
  font-variant-numeric: tabular-nums;
}

.countdown strong {
  font-size: 30px;
}

.table-card {
  margin-top: 16px;
  padding: 12px;
}

.table-row {
  display: grid;
  grid-template-columns: 64px 1fr 18px;
  gap: 10px;
  align-items: center;
  min-height: 42px;
  color: #51372f;
  font-size: 13px;
}

.table-row + .table-row {
  border-top: 1px solid #f0e1d8;
}

.draw-card {
  margin-top: 16px;
  padding: 18px;
}

.draw-total {
  text-align: center;
  padding: 12px 0 18px;
}

.draw-total strong {
  display: block;
  font-size: 42px;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}

.prize-row {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 10px;
  align-items: center;
  padding: 12px;
  margin-bottom: 10px;
  border-radius: 13px;
  background: #f5ead8;
  border: 1px solid #eddccb;
}

.result-title {
  margin: 22px 0 18px;
  color: #ffe7a9;
  text-align: center;
  font-size: 26px;
  line-height: 1.18;
  text-shadow: 0 2px 12px rgba(60, 0, 0, .42);
}

.winner-group {
  margin-bottom: 12px;
}

.winner-group h2 {
  margin: 0 0 8px;
  color: var(--red);
  font-size: 16px;
}

.winner-list {
  display: grid;
  gap: 7px;
  padding: 10px;
}

.winner {
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 34px;
  font-weight: 850;
}

.avatar {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #f4d1be;
  font-size: 13px;
}

.bottom-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 14px;
}

.nav {
  position: fixed;
  left: 50%;
  bottom: max(10px, env(safe-area-inset-bottom));
  z-index: 5;
  width: min(calc(100% - 32px), 398px);
  transform: translateX(-50%);
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  min-height: 62px;
  padding: 7px 5px;
  border-radius: 16px;
  background: rgba(255, 255, 255, .97);
  box-shadow: 0 8px 30px rgba(44, 17, 9, .18);
}

.nav.staff {
  grid-template-columns: repeat(3, 1fr);
}

.nav a {
  display: grid;
  gap: 3px;
  justify-items: center;
  align-content: center;
  color: #8f817c;
  font-size: 10px;
  font-weight: 800;
}

.nav a b {
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  font-size: 15px;
  line-height: 1;
}

.nav a.active { color: var(--red); }

/* ====== 底部导航图标 (本地 icon) ====== */
.nav-icon {
  display: block;
  width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.nav-icon.home   { background-image: url(../images/icon/home.png); }
.nav-icon.prize  { background-image: url(../images/icon/jingcai.png); }
.nav-icon.shop   { background-image: url(../images/icon/shop.png); }
.nav-icon.record { background-image: url(../images/icon/record.png); }
.nav-icon.user   { background-image: url(../images/icon/user.png); }

a.active .nav-icon.home   { background-image: url(../images/icon/home-active.png); }
a.active .nav-icon.prize  { background-image: url(../images/icon/jingcai-active.png); }
a.active .nav-icon.shop   { background-image: url(../images/icon/shop-active.png); }
a.active .nav-icon.record { background-image: url(../images/icon/record-active.png); }
a.active .nav-icon.user   { background-image: url(../images/icon/user-active.png); }

.profile-hero {
  color: #fff;
  padding: 14px 0 22px;
}

.profile-card {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 12px;
  align-items: center;
}

.profile-avatar {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #8c2609;
  background: linear-gradient(180deg, #f0d88e, #c99a3a);
  font-size: 28px;
  font-weight: 950;
  box-shadow: 0 14px 28px rgba(78, 4, 4, .24);
}

.profile-card h1 {
  margin: 0 0 5px;
  font-size: 21px;
}

.profile-card p {
  margin: 0;
  color: #ffe1be;
  font-size: 13px;
  font-weight: 800;
}

.profile-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-bottom: 14px;
}

.profile-stat {
  min-width: 0;
  min-height: 74px;
  padding: 12px 8px;
  text-align: center;
}

.profile-stat strong {
  display: block;
  color: var(--red);
  font-size: 24px;
  line-height: 1;
}

.profile-list {
  display: grid;
  gap: 10px;
}

.profile-row {
  min-height: 54px;
  padding: 0 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-size: 14px;
  font-weight: 850;
}

.profile-row span {
  max-width: 58%;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
  text-align: right;
}

.login-hero {
  color: #fff;
  padding: 18px 0 28px;
}

.login-hero h1 {
  margin: 0 0 8px;
  font-size: 28px;
  line-height: 1.15;
}

.login-hero p {
  margin: 0;
  max-width: 24em;
  color: #f5e0b0;
  font-size: 13px;
  line-height: 1.55;
  font-weight: 800;
}

.login-panel {
  margin-top: 4px;
  padding: 18px 14px;
}

.login-form {
  display: grid;
  gap: 14px;
}

.field {
  display: grid;
  gap: 8px;
}

.field label {
  color: #5d4138;
  font-size: 13px;
  font-weight: 900;
}

.input-wrap {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
  align-items: center;
}

.field input {
  width: 100%;
  min-height: 52px;
  border: 1.5px solid #ebd1c0;
  border-radius: 13px;
  padding: 0 14px;
  color: var(--ink);
  background: #fdf9f3;
  font-size: 16px;
  font-weight: 850;
  outline: none;
}

.field input::placeholder {
  color: #b49d94;
  font-weight: 700;
}

.field input:focus {
  border-color: rgba(199, 13, 19, .62);
  box-shadow: 0 0 0 4px rgba(199, 13, 19, .08);
}

.code-button {
  min-width: 112px;
  min-height: 52px;
  border: 0;
  border-radius: 13px;
  color: #fff;
  background: linear-gradient(180deg, #c8202a, #a00e16);
  font-size: 13px;
  font-weight: 900;
  cursor: pointer;
}

.code-button[disabled] {
  color: #8b6f65;
  background: #f0e2d8;
  cursor: default;
}

.login-note {
  margin: 2px 0 0;
  color: #957b72;
  text-align: center;
  font-size: 12px;
  line-height: 1.55;
  font-weight: 800;
}

.toast {
  position: fixed;
  left: 50%;
  bottom: 96px;
  z-index: 10;
  width: min(calc(100% - 42px), 360px);
  transform: translate(-50%, 18px);
  opacity: 0;
  pointer-events: none;
  border-radius: 999px;
  padding: 12px 16px;
  color: #fff;
  background: rgba(36, 14, 12, .9);
  text-align: center;
  font-size: 13px;
  font-weight: 800;
  transition: opacity .2s ease, transform .2s ease;
}

.toast.show {
  opacity: 1;
  transform: translate(-50%, 0);
}

@media (prefers-reduced-motion: no-preference) {
  .white-panel,
  .staff-head,
  .qr-box,
  .draw-card,
  .result-title {
    animation: rise .66s cubic-bezier(.16, 1, .3, 1) both;
  }
}

@keyframes rise {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 370px) {
  .staff-phone .staff-summary.three {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .staff-phone .staff-date-row,
  .staff-phone .date-row {
    grid-template-columns: 1fr;
  }
}

/* ====== 品牌 Logo ====== */
.brand-logo {
  display: block;
  width: 126px;
  height: auto;
  opacity: .96;
  filter: drop-shadow(0 3px 8px rgba(20, 6, 4, .3));
}
.brand-logo.light {
  opacity: .98;
}
.brand-logo.hero-size {
  width: 154px;
}
.brand-logo-bar {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #fff;
  font-family: "Noto Serif SC", "Songti SC", serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .06em;
  opacity: .94;
}
.brand-logo-bar img {
  width: 88px;
  height: auto;
  opacity: .96;
  filter: drop-shadow(0 2px 5px rgba(20, 6, 4, .28));
}

/* ====== 衬线标题 ====== */
.serif-heading {
  font-family: "Noto Serif SC", "Songti SC", serif;
  letter-spacing: .04em;
}
