:root {
  --clube-gold: #e4b47c;
  --clube-gold-soft: #f2c890;
  --clube-panel: #202020;
  --clube-panel-2: #272727;
}

.clube-home-ui .clube-home-topbar {
  min-height: 62px;
  padding: 0 14px !important;
  border-bottom: 1px solid rgba(228, 180, 124, .18);
  background: linear-gradient(180deg, #181719, #211f20);
  box-sizing: border-box;
}

.clube-home-ui .clube-region-label,
.clube-home-ui .clube-region-action {
  color: #efc18d;
  font-size: 14px;
  white-space: nowrap;
}

.clube-home-ui .clube-nav-brand,
.clube-home-ui .clube-intro-brand {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 7px;
  color: #f1c58f;
  font-weight: 700;
  letter-spacing: .01em;
}

.clube-home-ui .clube-nav-brand {
  font-size: 16px;
}

.clube-home-ui .clube-intro-brand {
  line-height: 1.15;
}

.clube-inline-mark {
  display: inline-block;
  flex: 0 0 auto;
  width: 25px;
  height: 25px;
  object-fit: contain;
  filter: drop-shadow(0 2px 5px rgba(0, 0, 0, .36));
}

.clube-intro-brand .clube-inline-mark {
  width: 38px;
  height: 38px;
}

.clube-home-icon {
  width: 24px !important;
  height: 24px !important;
  object-fit: contain !important;
}

.clube-service-avatar {
  overflow: hidden;
  padding: 7px;
  border: 1px solid rgba(228, 180, 124, .5);
  background: radial-gradient(circle at 35% 28%, #34302e, #171717 72%) !important;
  box-sizing: border-box;
  box-shadow: 0 6px 18px rgba(0, 0, 0, .28);
}

.clube-service-mark {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.mine-language-icon {
  display: inline-grid !important;
  place-items: center;
  width: 30px !important;
  height: 30px !important;
  border: 1px solid rgba(228, 180, 124, .38);
  border-radius: 50% !important;
  background: linear-gradient(145deg, #342d29, #211f1f) !important;
  color: var(--clube-gold-soft) !important;
  font-size: 12px !important;
}

.mine-language-icon[data-clube-icon] {
  font-size: 0 !important;
}

.mine-language-icon svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.55;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.mine-language-value {
  margin-left: auto !important;
  color: #c7a87f !important;
  font-size: 11px !important;
  white-space: nowrap;
}

.fs-identity-logo[data-clube-identity] {
  width: 66px;
  height: 66px;
  border-radius: 50%;
  border: 1px solid rgba(228, 180, 124, .46);
  background: radial-gradient(circle at 34% 28%, #40352d, #1e1d1d 70%);
  box-shadow: 0 10px 25px rgba(0, 0, 0, .26), inset 0 0 0 4px rgba(228, 180, 124, .045);
}

.fs-identity-logo[data-clube-identity] svg {
  width: 45px;
  height: 45px;
  overflow: visible;
  fill: none;
  stroke: var(--clube-gold-soft);
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.fs-identity-logo .clube-id-shield {
  fill: rgba(228, 180, 124, .08);
}

.fs-identity-logo .clube-id-check {
  stroke-width: 3.2;
}

.fs-identity-logo .clube-id-seal {
  stroke: rgba(228, 180, 124, .17);
  stroke-width: 1;
}

@media (max-width: 360px) {
  .clube-home-ui .clube-home-topbar { padding: 0 10px !important; }
  .clube-home-ui .clube-region-label,
  .clube-home-ui .clube-region-action { font-size: 12px; }
  .clube-home-ui .clube-nav-brand { font-size: 14px; gap: 5px; }
  .clube-inline-mark { width: 22px; height: 22px; }
  .mine-language-value { font-size: 10px !important; }
}


/* Home intro brand: logo only */
.clube-home-ui .media-brand {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.clube-home-ui .noticeContent .clube-intro-brand {
  font-size: 0 !important;
  gap: 0 !important;
}
.clube-home-ui .media-brand > span {
  display: none !important;
}
.clube-home-ui .media-brand .clube-inline-mark {
  width: 48px !important;
  height: 48px !important;
}
