.app-detail-body {
  margin: 0;
  background: rgb(248 250 252);
  color: rgb(68 64 60);
  font-family: Arial, Helvetica, sans-serif;
}

.no-scrollbar::-webkit-scrollbar {
  display: none;
}

.no-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.broker-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border-radius: 999px;
  padding: 4px 10px;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.broker-chip-positive {
  background: rgba(22, 163, 74, 0.1);
  color: rgb(21 128 61);
}

.broker-chip-light {
  background: rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.96);
}

.app-shell {
  max-width: 540px;
  margin: 0 auto;
}

.header-gap {
  height: 138px;
}

.site-topbar {
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 40;
  width: 100%;
  max-width: 540px;
  height: 60px;
  transform: translateX(-50%);
  border-bottom: 1px solid rgb(231 229 228);
  background: rgba(253, 251, 247, 0.96);
  backdrop-filter: blur(8px);
}

.site-topbar-inner,
.site-subbar-inner,
.site-footer-inner {
  padding-left: 12px;
  padding-right: 12px;
}

.site-topbar-inner {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.site-brand-title {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  color: rgb(41 37 36);
}

.site-brand-copy {
  margin: 4px 0 0;
  font-size: 11px;
  line-height: 1.3;
  color: rgb(120 113 108);
}

.site-brand-chip-row {
  display: flex;
  gap: 8px;
  margin-top: 4px;
  overflow: hidden;
}

.site-brand-chip-row .site-brand-copy {
  margin: 0;
  white-space: nowrap;
}

.site-brand-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border-radius: 999px;
  padding: 4px 10px;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.site-brand-chip-positive {
  background: rgba(22, 163, 74, 0.1);
  color: rgb(21 128 61);
}

.site-topbar-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

.topbar-btn,
.subbar-btn,
.hero-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s ease;
}

.topbar-btn {
  min-height: 36px;
  padding: 0 12px;
  border: 0;
  background: #451A03;
  color: #fff;
  font-size: 12px;
}

.topbar-btn-secondary {
  background: rgb(243 244 246);
  color: rgb(55 65 81);
}

.subbar-btn {
  min-height: 40px;
  padding: 0 14px;
  font-size: 12px;
}

.subbar-btn-light {
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: #fff;
}

.subbar-btn-solid {
  background: #fff;
  color: #78350F;
}

.site-subbar {
  position: fixed;
  top: 59px;
  left: 50%;
  z-index: 39;
  width: 100%;
  max-width: 540px;
  transform: translateX(-50%);
  background: #451A03;
  box-shadow: 0 4px 18px rgba(15, 23, 42, 0.16);
}

.site-subbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.site-subbar-home {
  min-width: 0;
  flex: 1;
  color: #fff;
  text-decoration: none;
}

.site-subbar-home strong {
  display: block;
  font-size: 16px;
  line-height: 1.1;
  font-weight: 700;
}

.site-subbar-chip-row {
  display: flex;
  gap: 8px;
  margin-top: 4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.site-subbar-chip-row::-webkit-scrollbar {
  display: none;
}

.site-subbar-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border-radius: 999px;
  padding: 4px 10px;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  background: rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.96);
}

.site-subbar-actions {
  display: flex;
  gap: 8px;
}

.detail-main {
  background: transparent;
  min-height: calc(100vh - 124px);
  padding: 16px;
  padding-bottom: 96px;
}

.hero-image-wrap {
  margin-bottom: 20px;
  overflow: hidden;
  border: 1px solid rgb(231 229 228);
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 250, 252, 0.98) 100%);
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06);
}

.hero-image {
  width: 100%;
  height: 240px;
  object-fit: contain;
  background: linear-gradient(180deg, rgba(30, 64, 175, 0.06) 0%, rgba(59, 130, 246, 0.03) 100%);
  padding: 24px;
}

.detail-title {
  margin: 0 0 12px;
  text-align: center;
  font-size: 34px;
  line-height: 1.1;
  font-weight: 800;
  color: rgb(0 49 83);
}

.detail-desc {
  margin: 0 auto 22px;
  max-width: 460px;
  text-align: center;
  font-size: 15px;
  line-height: 1.8;
  color: rgb(87 83 78);
}

.hero-btn {
  width: 100%;
  min-height: 52px;
  margin-bottom: 28px;
  border: 0;
  background: #451A03;
  color: #fff;
  font-size: 18px;
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.12);
}

.stats-card,
.related-card {
  border: 1px solid rgb(231 229 228);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
}

.stats-card {
  margin-bottom: 28px;
  padding: 16px;
}

.section-title {
  margin: 0 0 14px;
  padding-bottom: 10px;
  border-bottom: 2px solid rgba(0, 49, 83, 0.16);
  font-size: 18px;
  font-weight: 700;
  color: rgb(0 49 83);
}

.stats-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.stats-list li {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 11px 0;
  border-bottom: 1px solid rgb(231 229 228);
  font-size: 14px;
  line-height: 1.5;
}

.stats-list li:last-child {
  border-bottom: 0;
}

.stats-label {
  color: rgb(87 83 78);
  font-weight: 600;
}

.stats-value {
  text-align: right;
  color: rgb(0 49 83);
  font-weight: 700;
}

.related-section-title {
  margin: 0 0 18px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: rgb(0 49 83);
}

.related-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.related-card {
  overflow: hidden;
  text-decoration: none;
}

.related-image {
  width: 100%;
  height: 110px;
  object-fit: contain;
  background: linear-gradient(180deg, rgba(248, 250, 252, 1) 0%, rgba(241, 245, 249, 1) 100%);
  padding: 18px;
}

.related-content {
  padding: 10px;
}

.related-title {
  margin: 0;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 700;
  color: rgb(0 49 83);
}

.related-copy {
  margin: 6px 0 0;
  font-size: 12px;
  line-height: 1.5;
  color: rgb(120 113 108);
}

.site-footer {
  background: #FDFBF7;
  color: rgb(120 113 108);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 12px;
  padding: 16px 0;
}

.site-footer-top {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 8px;
}

.site-footer-title {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  color: rgb(28 25 23);
}

.site-footer-copy {
  margin: 0;
  text-align: center;
  line-height: 1.7;
}

.detail-floating-faq {
  position: fixed;
  right: 16px;
  bottom: 260px;
  z-index: 50;
}

.detail-floating-faq img {
  width: 80px;
  height: auto;
}

.detail-floating-app {
  position: fixed;
  right: 20px;
  bottom: 128px;
  z-index: 50;
  cursor: pointer;
  transition: transform 0.3s ease-in-out;
}

.detail-floating-app:hover {
  transform: scale(1.05);
}

.detail-floating-app img {
  width: 80px;
  height: auto;
}

.detail-bottom-gap {
  height: 64px;
}

.detail-bottom-nav {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 50;
  width: 100%;
  background: #451A03;
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
}

.detail-bottom-nav-inner {
  position: relative;
  max-width: 768px;
  margin: 0 auto;
}

.detail-bottom-nav-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.detail-bottom-nav-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 64px;
  text-align: center;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
}

.detail-bottom-nav-link i {
  margin-bottom: 4px;
  font-size: 24px;
}

.detail-bottom-nav-link.is-active {
  color: #d97706;
}

.detail-bottom-nav-indicator {
  position: absolute;
  left: 10%;
  bottom: 4px;
  width: 40px;
  height: 4px;
  border-radius: 999px;
  background: #d97706;
  transform: translateX(-50%);
}

@media (max-width: 420px) {
  .detail-title {
    font-size: 28px;
  }

  .hero-image {
    height: 200px;
    padding: 18px;
  }

  .site-subbar-inner {
    flex-wrap: wrap;
  }

  .site-subbar-actions {
    width: 100%;
  }

  .site-subbar-actions .subbar-btn {
    flex: 1;
  }

  .detail-floating-faq {
    bottom: 240px;
  }
}
