/* 自托管字体子集：复用 quiz2.css 同一份 woff2，不引外链，避免黑体夹杂 */
@font-face {
  font-family: "Noto Serif SC";
  src: url("../assets/fonts/NotoSerifSC-Black-subset.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Noto Serif SC";
  src: url("../assets/fonts/NotoSerifSC-Regular-subset.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --bg-color: #F2E9DC;
  --text-primary: #3D3A36;
  --text-secondary: #8B857D;
  --color-clay: #E5B5A6;
  --color-moss: #7E9673;
  --color-sand: #C2A05F;
  --color-dark: #3A3632;
  --color-badge: #FBF6EE;
  --color-coral: #D88574;
  --radius-card: 28px;
  --shadow-card: 0 10px 30px rgba(61, 58, 54, 0.08);
  --theme-color: #D88574;
  --theme-soft: #FBF6EE;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

html, body {
  width: 100%;
  min-height: 100vh;
  font-family: 'Noto Sans SC', -apple-system, BlinkMacSystemFont, "PingFang SC", "Hiragino Sans GB",
    "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: #F5F0E8;
  color: var(--text-primary);
  -webkit-font-smoothing: antialiased;
}

.social-page {
  max-width: 420px;
  margin: 0 auto;
  padding: 32px 24px 48px;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  position: relative;
}

.social-brand {
  text-align: center;
  margin-bottom: 32px;
}

.social-back-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 13px;
  color: #999;
  text-decoration: none;
  margin-bottom: 16px;
}

.social-brand h1 {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 2px;
  color: #2c2c2c;
}

.social-brand .brand-sub {
  font-size: 13px;
  color: #999;
  margin-top: 4px;
  letter-spacing: 1px;
}

/* 浅奶油卡（取向证档）：默认内容卡，浅底深字 */
.card {
  background: #FBF6EE;
  border-radius: 20px;
  padding: 24px 20px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
  margin-bottom: 16px;
  color: #2A2620;
}

.card-title {
  font-family: 'Noto Serif SC', serif;
  font-weight: 900;
}

/* 主题色块卡：每页至多1-2个，文字白色+阴影 */
.card-clay {
  background: var(--color-clay);
  color: #FFFFFF;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
}
.card-moss {
  background: var(--color-moss);
  color: #FFFFFF;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
}
.card-sand {
  background: var(--color-sand);
  color: #FFFFFF;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
}
.card-dark {
  background: var(--color-dark);
  color: #FFFFFF;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
}

.team-no {
  text-align: center;
  margin-bottom: 8px;
}

.team-no-label {
  font-size: 13px;
  color: var(--text-secondary);
  margin-bottom: 4px;
}

.team-no-text {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 8px;
  color: var(--text-primary);
  font-family: "SF Mono", "Menlo", monospace;
}

.qr-wrap {
  width: 180px;
  height: 180px;
  margin: 20px auto;
  background: #FFFFFF;
  border: 1px solid rgba(231, 222, 207, 0.6);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
}

.qr-wrap canvas,
.qr-wrap img {
  width: 100%;
  height: 100%;
}

.invite-link {
  background: rgba(58, 54, 50, 0.06);
  border-radius: 12px;
  padding: 12px 14px;
  font-size: 13px;
  color: var(--text-primary);
  word-break: break-all;
  margin: 12px 0;
  user-select: all;
}

.copy-btn {
  width: 100%;
  padding: 12px;
  background: rgba(58, 54, 50, 0.06);
  border: none;
  border-radius: 9999px;
  font-size: 14px;
  color: var(--text-primary);
  cursor: pointer;
  transition: all 0.15s ease-out;
}

.copy-btn:active {
  transform: scale(0.94);
}

.copy-btn.copied {
  background: var(--color-moss);
  color: #FFFFFF;
}

.social-brand {
  text-align: center;
  margin-bottom: 32px;
}

.social-back-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 13px;
  color: var(--text-secondary);
  text-decoration: none;
  margin-bottom: 16px;
}

.social-brand h1 {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 2px;
  color: var(--text-primary);
}

.social-brand .brand-sub {
  font-size: 13px;
  color: var(--text-secondary);
  margin-top: 4px;
  letter-spacing: 1px;
}

.section-title {
  font-size: 14px;
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.section-title .count {
  font-size: 13px;
  color: var(--text-secondary);
  font-weight: 400;
}

.member-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.member-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 12px;
  background: rgba(58, 54, 50, 0.06);
  border-radius: 12px;
}

.member-item.empty {
  border: 1px dashed rgba(58, 54, 50, 0.2);
  background: transparent;
  color: var(--text-secondary);
  justify-content: center;
  padding: 14px;
  font-size: 13px;
}

.member-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--color-clay), var(--color-coral));
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 600;
  flex-shrink: 0;
}

.member-avatar.pending {
  background: rgba(58, 54, 50, 0.1);
  color: rgba(58, 54, 50, 0.4);
}

.member-info {
  flex: 1;
  min-width: 0;
}

.member-name {
  font-size: 14px;
  font-weight: 500;
  color: var(--text-primary);
}

.member-persona {
  font-size: 12px;
  color: var(--text-secondary);
  margin-top: 2px;
}

.member-badge {
  font-size: 11px;
  padding: 2px 8px;
  border-radius: 10px;
  background: var(--color-clay);
  color: #FFFFFF;
}

.countdown {
  text-align: center;
  margin: 8px 0;
}

.countdown-label {
  font-size: 12px;
  color: var(--text-secondary);
}

.countdown-time {
  font-size: 18px;
  font-weight: 600;
  color: var(--text-primary);
  margin-top: 2px;
  font-variant-numeric: tabular-nums;
}

.primary-btn {
  width: 100%;
  padding: 16px;
  background: var(--color-badge);
  color: var(--color-coral);
  border: none;
  border-radius: 9999px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.15s ease-out;
  margin-top: 8px;
  box-shadow: 0 4px 14px rgba(61, 58, 54, 0.12);
}

.primary-btn:active {
  transform: scale(0.94);
}

.primary-btn:disabled {
  background: #e5e5e5;
  color: #999;
  cursor: not-allowed;
  transform: none;
}

.secondary-btn {
  width: 100%;
  padding: 14px;
  background: rgba(58, 54, 50, 0.06);
  color: var(--text-primary);
  border: 1px solid rgba(58, 54, 50, 0.12);
  border-radius: 9999px;
  font-size: 14px;
  cursor: pointer;
  transition: transform 0.15s ease-out;
}

.secondary-btn:active {
  transform: scale(0.94);
}

.invite-card {
  background: var(--color-moss);
  border-radius: var(--radius-card);
  padding: 28px 24px;
  margin-bottom: 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
  color: #FFFFFF;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
}

.invite-card::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -30%;
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, rgba(255,255,255,0.15) 0%, transparent 70%);
  border-radius: 50%;
}

.invite-title {
  font-size: 18px;
  font-weight: 600;
  color: rgba(255,255,255,0.95);
  margin-bottom: 8px;
  position: relative;
}

.invite-desc {
  font-size: 14px;
  color: rgba(255,255,255,0.88);
  line-height: 1.6;
  position: relative;
}

.invite-team-no {
  font-size: 28px;
  font-weight: 700;
  color: #FFFFFF;
  letter-spacing: 6px;
  margin: 16px 0 4px;
  font-family: "SF Mono", "Menlo", monospace;
  position: relative;
}

.invite-from {
  font-size: 12px;
  color: rgba(255,255,255,0.7);
  position: relative;
}

.status-tip {
  text-align: center;
  font-size: 12px;
  color: var(--text-secondary);
  margin-top: 8px;
  line-height: 1.5;
}

.waiting-status {
  text-align: center;
  padding: 12px 0;
}

.waiting-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #10b981;
  margin-right: 6px;
  animation: pulse 2s infinite;
  vertical-align: middle;
}

@keyframes pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.4; }
}

.waiting-text {
  font-size: 13px;
  color: var(--text-primary);
  vertical-align: middle;
}

.input-row {
  display: flex;
  gap: 10px;
  margin-bottom: 12px;
}

.social-input {
  flex: 1;
  padding: 12px 14px;
  border: 1px solid rgba(58, 54, 50, 0.12);
  border-radius: 10px;
  font-size: 14px;
  background: #FFFFFF;
  color: var(--text-primary);
  outline: none;
  transition: border-color 0.2s;
}

.social-input:focus {
  border-color: var(--color-coral);
}

.loading {
  text-align: center;
  padding: 40px 0;
  color: var(--text-secondary);
  font-size: 14px;
}

.error-tip {
  text-align: center;
  color: #ef4444;
  font-size: 13px;
  padding: 12px;
  background: #fef2f2;
  border-radius: 10px;
  margin-bottom: 12px;
}

.result-placeholder {
  text-align: center;
  padding: 60px 20px;
}

.result-icon {
  font-size: 48px;
  margin-bottom: 16px;
}

.result-title {
  font-size: 18px;
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 8px;
}

.result-desc {
  font-size: 14px;
  color: var(--text-secondary);
  line-height: 1.6;
}

.matched-banner {
  background: linear-gradient(135deg, #10b981, #059669);
  border-radius: 12px;
  padding: 20px;
  text-align: center;
  color: #fff;
  margin-bottom: 16px;
}

.matched-banner .matched-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 4px;
}

.matched-banner .matched-sub {
  font-size: 13px;
  opacity: 0.9;
}

/* 隐私声明小字 */
.privacy-hint {
  font-size: 12px;
  color: var(--text-secondary);
  text-align: center;
  margin-top: 10px;
  line-height: 1.5;
  padding: 0 8px;
}

/* 过期页 */
.expired-card {
  background: var(--color-dark);
  border-radius: var(--radius-card);
  padding: 32px 20px 24px;
  text-align: center;
  color: #FFFFFF;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
}

.expired-icon {
  font-size: 56px;
  margin-bottom: 16px;
  line-height: 1;
}

.expired-title {
  font-size: 20px;
  font-weight: 600;
  color: rgba(255,255,255,0.95);
  margin-bottom: 8px;
}

.expired-desc {
  font-size: 14px;
  color: rgba(255,255,255,0.88);
  line-height: 1.6;
  margin-bottom: 16px;
}

.expired-team-no {
  font-size: 12px;
  color: rgba(255,255,255,0.5);
  margin-bottom: 20px;
}

.expired-card .primary-btn {
  margin-bottom: 10px;
}

/* ===== 组队结果页 ===== */
.combo-card {
  background: var(--color-sand);
  border-radius: var(--radius-card);
  padding: 24px;
  text-align: center;
  margin-bottom: 16px;
  color: #FFFFFF;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
}

.duo-avatars {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 16px;
  margin-bottom: 20px;
}

.duo-avatar {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

.avatar-figure {
  width: 80px;
  height: 100px;
  border-radius: 12px;
  overflow: hidden;
  background: rgba(255,255,255,0.15);
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.avatar-figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.avatar-flip {
  transform: scaleX(-1);
}

.avatar-nickname {
  font-size: 14px;
  font-weight: 500;
  color: rgba(255,255,255,0.95);
  max-width: 90px;
  text-align: center;
}

.avatar-persona {
  font-size: 11px;
  color: rgba(255,255,255,0.7);
  max-width: 90px;
  text-align: center;
}

.duo-divider {
  font-size: 20px;
  color: rgba(255,255,255,0.5);
  font-weight: 300;
  padding-bottom: 40px;
}

/* 组合名区: 三行结构 */
.combo-name-area {
  text-align: center;
  margin-bottom: 4px;
}

.combo-guide {
  font-size: 13px;
  color: rgba(255,255,255,0.7);
  margin-bottom: 8px;
  letter-spacing: 1px;
}

.combo-name {
  font-size: 26px;
  font-family: "Noto Serif SC", serif;
  font-weight: 900;
  color: #FFFFFF;
  margin-bottom: 10px;
  letter-spacing: 2px;
  line-height: 1.3;
}

.combo-type-label {
  font-size: 11px;
  color: rgba(255,255,255,0.7);
  letter-spacing: 1px;
}

.combo-type-label:empty {
  display: none;
}

.manual-card {
  background: var(--color-moss);
  border-radius: var(--radius-card);
  padding: 24px;
  margin-bottom: 16px;
  color: #FFFFFF;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
}

.manual-section {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid rgba(255,255,255,0.15);
}

.manual-section:first-of-type {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}

.manual-label {
  font-size: 13px;
  font-weight: 600;
  color: rgba(255,255,255,0.9);
  margin-bottom: 8px;
}

.manual-text {
  font-size: 14px;
  line-height: 1.7;
  color: rgba(255,255,255,0.88);
}

.cities-section {
  margin-bottom: 16px;
}

.cities-loading {
  background: #fff;
  border-radius: 16px;
  padding: 40px 20px;
  text-align: center;
  color: #999;
  font-size: 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.cities-spinner {
  width: 24px;
  height: 24px;
  border: 2px solid #f0e6d3;
  border-top-color: #b8860b;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

.cities-error {
  background: #fff;
  border-radius: 16px;
  padding: 32px 20px;
  text-align: center;
}

.cities-error .primary-btn {
  margin-top: 16px;
}

.cities-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.city-card {
  background: #fff;
  border-radius: 16px;
  padding: 20px;
  display: flex;
  gap: 16px;
}

.city-rank {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: linear-gradient(135deg, #d4a574, #b8860b);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.city-main {
  flex: 1;
  min-width: 0;
}

.city-title {
  font-size: 17px;
  font-weight: 600;
  color: #2c2c2c;
  margin-bottom: 4px;
}

.city-phrase {
  font-size: 13px;
  color: #8b7355;
  margin-bottom: 10px;
}

.city-meta {
  display: flex;
  gap: 8px;
  margin-bottom: 10px;
  flex-wrap: wrap;
}

.city-duration,
.city-season {
  font-size: 11px;
  color: #999;
  background: #f8f5f0;
  padding: 2px 8px;
  border-radius: 8px;
}

.city-why {
  font-size: 13px;
  line-height: 1.6;
  color: #555;
  margin-bottom: 10px;
}

.why-line {
  margin-bottom: 4px;
}

.why-common {
  color: #b8860b;
  font-weight: 500;
}

.city-hooks {
  font-size: 13px;
  line-height: 1.7;
  color: #444;
  margin-bottom: 8px;
}

.city-local {
  font-size: 12px;
  color: #999;
  font-style: italic;
}

.multi-entry {
  text-align: center;
  margin-bottom: 20px;
  opacity: 0.6;
}

.multi-title {
  font-size: 14px;
  color: var(--text-primary);
  margin-bottom: 4px;
}

.multi-desc {
  font-size: 12px;
  color: var(--text-secondary);
}

/* ============================================================
   复刻自 index.html 的贴纸风格城市卡。
   新主页上线后应抽离为共享模块 (city-card.css)，届时删除本段。
   前缀 .tc- 避免与社交页旧版 .city-card 冲突。
   ============================================================ */

.tc-page {
  padding-bottom: 48px;
}

.tc-header {
  text-align: center;
  margin-bottom: 24px;
  padding-top: 8px;
}

.tc-back-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 13px;
  color: #999;
  text-decoration: none;
  margin-bottom: 12px;
}

.tc-title {
  font-family: "Noto Serif SC", serif;
  font-weight: 900;
  font-size: 22px;
  color: #3D3A36;
  margin-bottom: 4px;
}

.tc-subtitle {
  font-size: 13px;
  color: #8A857D;
}

.tc-cards {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.tc-card {
  background: #FFFFFF;
  border: none;
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 8px 28px rgba(61,58,54,0.07);
  opacity: 0;
  transform: translateY(24px);
  animation: tcCardEnter 0.6s ease forwards;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  transition: all 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.tc-card:nth-child(1) { animation-delay: 0.1s; }
.tc-card:nth-child(2) { animation-delay: 0.25s; }
.tc-card:nth-child(3) { animation-delay: 0.4s; }

@keyframes tcCardEnter {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.tc-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 36px rgba(61,58,54,0.1);
}

.tc-card-top {
  height: 120px;
  display: flex;
  align-items: flex-end;
  padding: 16px 20px;
  position: relative;
  border-bottom: none;
  background-size: cover;
  background-position: center;
  background-blend-mode: multiply;
}

.tc-card-top::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent 40%, rgba(0,0,0,0.4));
  pointer-events: none;
}

.tc-card-top > * {
  position: relative;
  z-index: 1;
}

.tc-card-rank {
  position: absolute;
  top: 10px;
  right: -8px;
  background: var(--theme-color);
  color: white;
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  font-weight: 700;
  padding: 4px 12px;
  border: 1px solid rgba(231, 222, 207, 0.6);
  border-radius: 20px;
  transform: rotate(3deg);
  letter-spacing: 0.1em;
  z-index: 2;
}

.tc-card-location {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  color: rgba(255,255,255,0.8);
  margin-bottom: 4px;
  letter-spacing: 0.1em;
}

.tc-card-name {
  font-family: 'Noto Serif SC', serif;
  font-size: 24px;
  font-weight: 900;
  color: white;
  line-height: 1.2;
  text-shadow: 2px 2px 0 rgba(0,0,0,0.2);
  white-space: nowrap;
}

.tc-card-body {
  padding: 20px;
}

.tc-card-verdict {
  font-family: 'Noto Serif SC', serif;
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 6px;
  color: #3D3A36;
}

.tc-card-duration {
  display: inline-block;
  background: #E8C46B;
  color: #3D3A36;
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  font-weight: 700;
  padding: 2px 10px;
  border-radius: 20px;
  border: none;
  margin-bottom: 14px;
  letter-spacing: 0.05em;
}

.tc-card-hooks {
  margin-bottom: 12px;
}

.tc-hook {
  font-size: 14px;
  line-height: 1.7;
  color: #3D3A36;
  margin-bottom: 6px;
  padding-left: 16px;
  position: relative;
}

.tc-hook::before {
  content: '✦';
  position: absolute;
  left: 0;
  top: 0;
  color: var(--theme-color);
  font-size: 10px;
  line-height: 1.7;
}

.tc-card-why {
  font-size: 13px;
  color: #8A857D;
  line-height: 1.7;
  padding-top: 12px;
  border-top: 1px dashed rgba(231, 222, 207, 0.6);
  font-style: italic;
  margin-bottom: 12px;
}

.tc-card-why .tc-why-line {
  margin-bottom: 6px;
}

.tc-card-why .tc-why-line:last-child {
  margin-bottom: 0;
}

.tc-card-why strong {
  color: var(--theme-color);
  font-weight: 700;
  font-style: normal;
}

.tc-card-why .tc-why-common {
  color: var(--theme-color);
  font-weight: 700;
  font-style: normal;
}

.tc-card-season {
  margin-bottom: 10px;
  padding-top: 12px;
  border-top: 1px dashed rgba(231, 222, 207, 0.6);
}

.tc-card-season-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #B5B0A7;
  text-transform: uppercase;
  font-family: 'JetBrains Mono', monospace;
  margin-bottom: 4px;
}

.tc-card-season-val {
  display: inline-block;
  background: var(--theme-soft);
  color: #D97565;
  padding: 3px 10px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  border: none;
}

.tc-card-local {
  font-size: 13px;
  line-height: 1.7;
  color: #8A857D;
  font-style: italic;
}

/* 冷知识(副标题, 紧贴判词) — 与为什么适合你完全同字号同字体 */
.tc-card-contrast {
  margin-bottom: 10px;
  font-size: 13px;
  color: #8A857D;
  line-height: 1.7;
  font-style: italic;
  font-family: 'Noto Serif SC', serif;
}

.tc-card-contrast-val {
  font-size: inherit;
  color: inherit;
  line-height: inherit;
  font-style: inherit;
  font-weight: 400;
}

/* 只有这儿能干的一件事 — 与最佳季节标签同字号, 纯文本无底块无竖条 */
.tc-card-unique {
  margin-top: 12px;
}

.tc-card-unique-val {
  font-size: 11px;
  font-weight: 400;
  color: #8A857D;
  line-height: 1.6;
  background: none;
  border: none;
  padding: 0;
  font-family: 'Noto Serif SC', serif;
}

.tc-card-section-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #B5B0A7;
  text-transform: uppercase;
  font-family: 'JetBrains Mono', monospace;
  margin-bottom: 6px;
}

.tc-card-hooks-val {
  line-height: 1.7;
}

.tc-error {
  background: #fff;
  border-radius: 16px;
  padding: 36px 20px;
  text-align: center;
}

.tc-error .error-tip {
  margin-bottom: 16px;
}
