:root {
  --listing-text: #222222;
  --listing-muted: #999999;
  --listing-link: #222222;
  --listing-accent: #ff5a5f;
  --listing-accent-soft: #fff0f1;
  --listing-border: #eeeeee;
  --listing-bg: #ffffff;
  --listing-card: #ffffff;
  --listing-listing: #16a34a;
  --listing-delisting: #dc2626;
  --telegram: #229ed9;
  --listing-red: #ff5a5f;
  --listing-red-hover: #f04f54;
  --listing-list-hover-bg: #f5f5f5;
  --listing-list-active-bg: #ececec;
  --listing-list-hover-border: #e8e8e8;
  --listing-list-active-border: #dddddd;
}

body {
  font-family: "Pretendard Variable", Pretendard, "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
  color: var(--listing-text);
  background: var(--listing-bg);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

/* Site-wide link tap feedback (light blue press highlight) */
body a:not(.btn) {
  -webkit-tap-highlight-color: rgba(31, 111, 216, 0.2);
  transition: background-color 0.12s ease, color 0.12s ease, opacity 0.12s ease;
}

body a:not(.btn):not(.stretched-link):not(.timeline-item-link):not(.analysis-report-card):not(.notice-item__link):active {
  background-color: #f7f7f7;
  opacity: 1;
}

body a:not(.btn):not(.feed-card__attachment):not(.stretched-link):not(.mobile-nav-link):not(.home-feed-tabs__item):not(.timeline-item-link):not(.analysis-report-card):not(.listing-header__nav-link):not(.notice-item__link):active {
  color: var(--listing-text);
}

.listing-container {
  max-width: 680px;
  padding-left: 1rem;
  padding-right: 1rem;
}

.listing-header {
  z-index: 1030;
}

.btn-mobile-menu {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  width: 2.25rem;
  height: 2rem;
  padding: 0;
  border: none;
  border-radius: 0.35rem;
  background: transparent;
}

.btn-mobile-menu:hover {
  background: #f5f5f5;
}

.mobile-menu-bar {
  display: block;
  width: 1.05rem;
  height: 1.75px;
  margin: 0 auto;
  background: #222222;
  border-radius: 1px;
}

.mobile-nav-offcanvas {
  --bs-offcanvas-width: min(88vw, 21.5rem);
  width: min(88vw, 21.5rem);
  max-width: min(88vw, 21.5rem);
  border: none;
  box-shadow: 8px 0 28px rgba(15, 23, 42, 0.08);
}

.mobile-nav-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 1rem 1rem 0.65rem;
  border-bottom: 1px solid var(--listing-border);
}

.mobile-nav-header__brand {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  min-width: 0;
}

.mobile-nav-header__title {
  font-size: 1rem;
  font-weight: 800;
  color: #000000;
  letter-spacing: -0.02em;
}

.mobile-nav-close {
  margin: 0;
  opacity: 0.45;
}

.mobile-nav-body {
  background: #ffffff;
}

.mobile-nav-profile {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 1rem 0.85rem;
}

.mobile-nav-profile__avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: #f3f3f3;
  color: #666666;
  font-size: 0.95rem;
  font-weight: 700;
  flex-shrink: 0;
}

.mobile-nav-profile__meta {
  min-width: 0;
}

.mobile-nav-guest-actions {
  display: grid;
  gap: 0.5rem;
  padding: 0.85rem 1rem 1rem;
  border-bottom: 1px solid var(--listing-border);
}

.mobile-nav-auth-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
  padding: 0 1rem 1rem;
  border-bottom: 1px solid var(--listing-border);
}

.mobile-nav-auth-form {
  margin: 0;
}

.mobile-nav-auth-form .mobile-nav-auth-btn {
  width: 100%;
  cursor: pointer;
}

.mobile-nav-auth-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  min-height: 2.35rem;
  padding: 0.5rem 0.75rem;
  border: 1px solid #dddddd;
  border-radius: 0.45rem;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #222222;
  text-decoration: none;
  background: #ffffff;
  transition: background-color 0.12s ease, border-color 0.12s ease;
}

.mobile-nav-auth-btn:hover {
  background: var(--listing-list-hover-bg);
  border-color: var(--listing-list-hover-border);
  color: #000000;
}

.mobile-nav-auth-btn:active {
  background: var(--listing-list-active-bg);
  border-color: var(--listing-list-active-border);
}

.mobile-nav-icon {
  width: 1.05rem;
  height: 1.05rem;
  flex-shrink: 0;
}

.mobile-nav-links {
  display: flex;
  flex-direction: column;
  padding-bottom: 1rem;
}

.mobile-nav-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.9rem 1rem;
  font-size: 0.9375rem;
  font-weight: 500;
  color: #333333;
  text-decoration: none;
  border-bottom: none;
  transition: background-color 0.12s ease, color 0.12s ease;
}

.mobile-nav-link:hover {
  background: #f7f7f7;
  color: #000000;
}

.mobile-nav-link:active {
  background: #ececec;
  color: #000000;
}

.mobile-nav-link.active {
  font-weight: 700;
  color: #000000;
  background: #fafafa;
}

.mobile-nav-link__hint {
  font-size: 0.75rem;
  font-weight: 500;
  color: #999999;
}

.mobile-nav-link--external::after {
  content: "↗";
  font-size: 0.75rem;
  color: #bbbbbb;
  flex-shrink: 0;
}

.mobile-nav-group-title {
  margin: 0;
  padding: 1.1rem 1rem 0.35rem;
  font-size: 0.75rem;
  font-weight: 600;
  color: #999999;
  background: transparent;
  border: none;
}

.mobile-nav-group-title--spaced {
  margin-top: 0.15rem;
  padding-top: 1.35rem;
}

.mobile-nav-points {
  background: #ffffff;
}

.mobile-nav-footer {
  background: #ffffff;
}

.mobile-nav-username {
  font-size: 0.95rem;
  font-weight: 700;
  color: #000000;
  letter-spacing: -0.01em;
}

.mobile-nav-points-meta {
  margin-top: 0.1rem;
  font-size: 0.8125rem;
  color: #999999;
}

.mypage-profile {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.mypage-profile-actions {
  flex-shrink: 0;
}

.mypage-profile-avatar {
  flex-shrink: 0;
  width: 4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 1.5rem;
  font-weight: 700;
  color: #1e3a5f;
  background: #f3f3f3;
}

.mypage-profile-info {
  min-width: 0;
}

.mypage-profile-value {
  font-size: 0.95rem;
  word-break: break-all;
}

.notice-search-filter-tabs .btn {
  flex-shrink: 0;
  -webkit-tap-highlight-color: transparent;
}

.notice-search-filter-tabs .btn-secondary,
.notice-search-filter-tabs .btn-secondary:hover,
.notice-search-filter-tabs .btn-secondary:focus,
.notice-search-filter-tabs .btn-secondary:active,
.notice-search-filter-tabs .btn-secondary:focus-visible,
.notice-search-filter-tabs a.btn-secondary:visited {
  color: #fff;
  opacity: 1;
}

.notice-search-filter-tabs .btn-outline-secondary {
  --bs-btn-hover-color: #fff;
  --bs-btn-active-color: #fff;
  --bs-btn-hover-bg: var(--bs-secondary);
  --bs-btn-active-bg: var(--bs-secondary);
  --bs-btn-hover-border-color: var(--bs-secondary);
  --bs-btn-active-border-color: var(--bs-secondary);
}

.notice-search-filter-tabs .btn-outline-secondary:hover,
.notice-search-filter-tabs .btn-outline-secondary:active,
.notice-search-filter-tabs .btn-outline-secondary:focus,
.notice-search-filter-tabs .btn-outline-secondary:focus-visible,
.notice-search-filter-tabs a.btn-outline-secondary:visited:hover,
.notice-search-filter-tabs a.btn-outline-secondary:visited:active {
  color: #fff;
  background-color: var(--bs-secondary);
  border-color: var(--bs-secondary);
  opacity: 1;
}

.listing-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--listing-text);
  border-radius: 0;
  padding: 0;
  margin: 0;
}

.listing-brand__mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.65rem;
  height: 1.65rem;
  border-radius: 0.45rem;
  background: var(--listing-red);
  color: #fff;
  font-size: 0.95rem;
  font-weight: 800;
  line-height: 1;
}

.listing-brand__text {
  color: var(--listing-text);
  letter-spacing: -0.02em;
}

.points-status-badge {
  display: inline-flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0.35rem 0.5rem;
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
  font-size: 0.72rem;
  color: #1e3a5f;
  background: var(--listing-accent-soft);
  border: 1px solid #c5d9f5;
  white-space: nowrap;
}

.chart-wrap-host--locked .chart-wrap-inner {
  filter: blur(10px);
  pointer-events: none;
  user-select: none;
}

.chart-lock-overlay {
  position: absolute;
  inset: 0;
  z-index: 6;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  text-align: center;
  background: rgba(255, 255, 255, 0.72);
}

.chart-lock-overlay__title {
  font-size: 0.85rem;
  color: var(--listing-text);
  line-height: 1.5;
}

.analysis-lock-overlay__title {
  font-size: 0.9rem;
  color: var(--listing-text);
  line-height: 1.6;
}

.analysis-article-lock {
  border-style: dashed;
}

.attendance-day {
  width: 1.75rem;
  height: 1.75rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.35rem;
  font-size: 0.72rem;
  color: var(--listing-muted);
  background: #f3f4f6;
  border: 1px solid var(--listing-border);
}

.attendance-day--checked {
  background: #dcfce7;
  color: var(--listing-listing);
  border-color: #86efac;
}

.attendance-day--today {
  box-shadow: 0 0 0 2px var(--listing-link);
}

.premium-lock-box {
  background: #f8fafc;
}

.premium-points-bar {
  background: var(--listing-card);
}

.listing-card {
  background: var(--listing-card);
  border: 1px solid var(--listing-border);
  border-radius: 0.5rem;
}

.home-feed-tabs {
  margin-top: 0.25rem;
  margin-bottom: 0.5rem;
}

.home-feed-tabs__inner {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.2rem;
  padding: 0.2rem;
  border-bottom: none;
  border-radius: 0.65rem;
  background: #f3f3f3;
}

.home-feed-tabs__item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 2.15rem;
  min-width: 0;
  padding: 0.45rem 0.25rem;
  margin-bottom: 0;
  border: 1px solid transparent;
  border-radius: 0.5rem;
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1.2;
  white-space: nowrap;
  text-decoration: none;
  color: #666666;
  background: transparent;
  transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease;
}

.home-feed-tabs__item:hover {
  color: var(--listing-text);
  background: var(--listing-list-hover-bg);
}

.home-feed-tabs__item.is-active {
  color: var(--listing-red);
  background: #ffffff;
  border-color: #e8e8e8;
  font-weight: 700;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}

.home-feed-tabs__item.is-active:hover,
.home-feed-tabs__item.is-active:focus,
.home-feed-tabs__item.is-active:active {
  color: var(--listing-red);
  background: #ffffff;
}

.home-feed-tabs__item:active {
  color: var(--listing-text);
}

.analysis-section-tabs {
  margin: 0 0 0.5rem;
}

.analysis-section-tabs__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}

.analysis-section-lock {
  text-align: center;
  padding: 1.5rem 1rem;
}

.feed-list-toolbar {
  position: relative;
  margin-bottom: 0.75rem;
}

.feed-list-toolbar .home-feed-tabs {
  margin-bottom: 0;
}

.feed-list-toolbar .home-feed-tabs__inner {
  padding-right: 2.55rem;
}

.feed-list-toolbar__compose {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  min-height: 2.55rem;
  padding-right: 0.35rem;
}

.feed-compose-trigger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.625rem;
  height: 1.625rem;
  padding: 0;
  border: 1.75px solid #1e293b;
  border-radius: 0.4rem;
  color: #1e293b;
  background: transparent;
  line-height: 1;
  text-decoration: none;
  transition: opacity 0.15s ease, transform 0.12s ease;
}

.feed-compose-trigger:hover {
  color: #1e293b;
  opacity: 0.72;
}

.feed-compose-trigger:active {
  transform: scale(0.93);
}

.feed-compose-trigger__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.feed-compose-trigger__icon svg {
  display: block;
  width: 0.9rem;
  height: 0.9rem;
}

.feed-compose-trigger__label {
  line-height: 1.2;
  white-space: nowrap;
}

@media (min-width: 768px) {
  .home-feed-tabs__inner {
    display: flex;
    gap: 0.15rem;
    width: fit-content;
    max-width: 100%;
  }

  .home-feed-tabs__item {
    flex: 0 0 auto;
    min-width: 4.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .feed-list-toolbar {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem;
    border-bottom: 1px solid var(--listing-border);
  }

  .feed-list-toolbar .home-feed-tabs {
    flex: 1 1 auto;
    min-width: 0;
  }

  .feed-list-toolbar .home-feed-tabs__inner {
    padding-right: 0;
    border-bottom: none;
  }

  .feed-list-toolbar__compose {
    position: static;
    height: auto;
    padding-right: 0;
    padding-bottom: 0.55rem;
    flex-shrink: 0;
  }

  .feed-compose-trigger {
    width: auto;
    height: auto;
    padding: 0.35rem 0.7rem 0.35rem 0.5rem;
    gap: 0.35rem;
    font-size: 0.875rem;
    font-weight: 600;
  }

  .feed-compose-trigger:hover {
    opacity: 1;
    background: rgba(15, 23, 42, 0.04);
  }
}

.analysis-cases-table {
  table-layout: fixed;
  width: 100%;
}

.analysis-cases-table__coin {
  width: 22%;
  max-width: 4.75rem;
  padding-right: 0.15rem !important;
}

.analysis-cases-table__coin a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.8125rem;
  font-weight: 600;
}

.analysis-cases-table__date {
  width: 29%;
  white-space: nowrap;
  font-size: 0.75rem;
  padding-left: 0.15rem !important;
  padding-right: 0.15rem !important;
}

.analysis-cases-table th.analysis-cases-table__date,
.analysis-cases-table th.analysis-cases-table__coin,
.analysis-cases-table th.analysis-cases-table__period {
  white-space: nowrap;
  font-size: 0.75rem;
  font-weight: 600;
}

.analysis-cases-table__period {
  width: 20%;
  white-space: nowrap;
  font-size: 0.8125rem;
  padding-left: 0.15rem !important;
}

.analysis-report-card {
  display: block;
  color: inherit;
  border: 1px solid var(--listing-border);
  overflow: hidden;
  -webkit-tap-highlight-color: transparent;
  transition:
    background-color 0.12s ease,
    box-shadow 0.15s ease,
    border-color 0.15s ease;
}

.analysis-report-card:hover {
  background-color: var(--listing-list-hover-bg);
  border-color: var(--listing-list-hover-border);
  box-shadow: none;
  color: inherit;
}

.analysis-report-card:active {
  background-color: var(--listing-list-active-bg);
  border-color: var(--listing-list-active-border);
  box-shadow: none;
  opacity: 1;
}

.analysis-report-card .card-body {
  padding: 1rem 1rem 0.9rem;
}

.analysis-report-card__badge {
  display: inline-block;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: #1d4ed8;
  background: #eff6ff;
  border: 1px solid #dbeafe;
  border-radius: 999px;
  padding: 0.18rem 0.6rem;
  margin-bottom: 0.55rem;
}

.analysis-report-card__title {
  color: var(--listing-text);
  font-weight: 700;
  line-height: 1.35;
  margin-bottom: 0.45rem !important;
}

.analysis-report-card:hover .analysis-report-card__title,
.analysis-report-card:active .analysis-report-card__title {
  color: var(--listing-text);
}

.analysis-report-card__desc {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.45;
  margin-bottom: 0.55rem !important;
}

.analysis-report-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-bottom: 0.7rem;
}

.analysis-report-card__tag {
  font-size: 0.6875rem;
  font-weight: 600;
  color: #64748b;
}

.analysis-report-card__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0;
  padding-top: 0.55rem;
  border-top: 1px solid #f1f5f9;
}

.analysis-report-card__cta {
  color: var(--listing-link);
  font-size: 0.75rem;
  font-weight: 700;
  white-space: nowrap;
}

.beam-exchange-row.is-expandable {
  cursor: pointer;
}

.beam-exchange-row.is-expandable:hover {
  background-color: #f8fafc;
}

.beam-exchange-row.is-expandable:active {
  background-color: var(--listing-accent-soft);
}

.beam-exchange-row__toggle {
  display: inline-block;
  width: 0.85rem;
  margin-right: 0.1rem;
  color: #94a3b8;
  transition: transform 0.15s ease;
}

.beam-exchange-row.is-open .beam-exchange-row__toggle {
  transform: rotate(90deg);
}

.beam-exchange-detail td {
  background-color: #f8fafc;
  padding-top: 0.35rem !important;
  padding-bottom: 0.55rem !important;
  border-top: none !important;
}

.beam-exchange-coin-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.3rem 0.15rem 0.3rem 1rem;
  font-size: 0.8125rem;
}

.beam-exchange-coin-item + .beam-exchange-coin-item {
  border-top: 1px solid #e2e8f0;
}

.beam-exchange-coin-item__pct {
  font-weight: 700;
  color: #16a34a;
  white-space: nowrap;
}

.auth-page {
  width: 100%;
  max-width: 27.5rem;
  margin-inline: auto;
  padding-top: 0.5rem;
  padding-bottom: 1.5rem;
}

.auth-card {
  padding: 1.75rem 1.5rem 1.5rem;
  border-radius: 0.75rem;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
}

.auth-card-title {
  margin: 0 0 1.25rem;
  font-size: 1.45rem;
  font-weight: 700;
  text-align: center;
}

.auth-card-desc {
  margin: -0.5rem 0 1.25rem;
}

.auth-google-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  width: 100%;
  padding: 0.62rem 1rem;
  font-size: 0.92rem;
  font-weight: 500;
  color: var(--listing-text);
  background: #fff;
  border: 1px solid var(--listing-border);
  border-radius: 0.45rem;
  cursor: not-allowed;
  opacity: 0.72;
}

.auth-google-icon {
  width: 1.1rem;
  height: 1.1rem;
  flex-shrink: 0;
}

.auth-google-note {
  margin-top: 0.45rem;
}

.auth-form-label {
  margin-bottom: 0.35rem;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--listing-text);
}

.auth-required {
  color: #dc2626;
}

.auth-form-control {
  padding: 0.62rem 0.75rem;
  background: #eef4ff;
  border: 1px solid #d8e2f0;
  border-radius: 0.45rem;
}

.auth-form-control:focus {
  background: #fff;
  border-color: #9ec5fe;
  box-shadow: 0 0 0 0.2rem rgba(31, 111, 216, 0.12);
}

.auth-forgot-link {
  color: var(--listing-link);
  text-decoration: none;
}

.auth-forgot-link:hover {
  text-decoration: underline;
}

.auth-submit-btn {
  padding-top: 0.62rem;
  padding-bottom: 0.62rem;
  font-size: 0.95rem;
  font-weight: 600;
  border-radius: 0.45rem;
}

.auth-card-footer {
  margin-top: 1.15rem;
  color: var(--listing-muted);
}

.auth-card-footer a {
  color: var(--listing-link);
  font-weight: 600;
  text-decoration: none;
}

.auth-card-footer a:hover {
  text-decoration: underline;
}

.auth-home-link {
  display: block;
  margin-top: 1rem;
  font-size: 0.84rem;
  color: var(--listing-muted);
  text-align: center;
  text-decoration: none;
}

.auth-home-link:hover {
  color: var(--listing-text);
  text-decoration: underline;
}

.auth-password-hints {
  margin-top: 0.45rem;
  font-size: 0.76rem;
  line-height: 1.45;
  color: var(--listing-muted);
}

.auth-password-hints ul {
  margin: 0;
  padding-left: 1rem;
}

.auth-password-hints li + li {
  margin-top: 0.15rem;
}

.auth-card-divider {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin: 1rem 0;
  font-size: 0.78rem;
  color: var(--listing-muted);
}

.auth-card-divider::before,
.auth-card-divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background: var(--listing-border);
}

.social-login-actions {
  display: flex;
  justify-content: center;
}

.social-login-actions .w-100,
.social-login-actions button {
  width: 100%;
  max-width: 400px;
}

.hero-cta {
  background: linear-gradient(135deg, #e8f4fc 0%, #f8fafc 100%);
  border: 1px solid var(--listing-border);
}

.feature-badge {
  display: inline-block;
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: var(--listing-link);
  border: 1px solid #c5d9f5;
  width: fit-content;
}

.listing-beam-showcase {
  border-color: #c5d9f5;
  background: linear-gradient(160deg, #f8fbff 0%, #ffffff 55%);
  overflow: hidden;
}

.listing-beam-showcase__intro-panel {
  position: relative;
  height: 100%;
  padding: 1.1rem 1.15rem;
  border-radius: 0.5rem;
  background: linear-gradient(145deg, #eef5ff 0%, #f7fbff 52%, #ffffff 100%);
  border: 1px solid #cfe0f7;
  overflow: hidden;
}

.listing-beam-showcase__intro-panel::before {
  content: "";
  position: absolute;
  top: -35%;
  right: -25%;
  width: 75%;
  height: 85%;
  background: radial-gradient(circle, rgba(37, 99, 235, 0.1) 0%, transparent 68%);
  pointer-events: none;
}

.listing-beam-showcase__intro-panel > * {
  position: relative;
  z-index: 1;
}

.listing-beam-showcase__points {
  margin: 0;
  line-height: 1.55;
}

.listing-beam-showcase__points li {
  position: relative;
  padding-left: 0.95rem;
}

.listing-beam-showcase__points li + li {
  margin-top: 0.35rem;
}

.listing-beam-showcase__points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 0.35rem;
  height: 0.35rem;
  border-radius: 50%;
  background: var(--listing-link);
  opacity: 0.55;
}

.showcase-chart-tagline {
  margin: 0;
  color: #1e3a5f;
  font-weight: 600;
  line-height: 1.45;
}

.listing-beam-showcase__detail-btn-text--desktop {
  display: none;
}

@media (min-width: 992px) {
  .listing-beam-showcase__detail-btn {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    line-height: 1.35;
    padding: 0.55rem 1rem;
  }

  .listing-beam-showcase__detail-btn-text--mobile {
    display: none;
  }

  .listing-beam-showcase__detail-btn-text--desktop {
    display: block;
  }

  .listing-beam-showcase__intro {
    display: flex;
  }

  .listing-beam-showcase__intro-panel {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100%;
    padding: 1.35rem 1.4rem;
  }
}

.btn-telegram {
  background: var(--telegram);
  border-color: var(--telegram);
  color: #fff;
  font-weight: 600;
}

.btn-telegram:hover {
  background: #1a8fc4;
  border-color: #1a8fc4;
  color: #fff;
}

.btn-telegram-compact {
  align-items: center;
  gap: 0.3rem;
  padding: 0.35rem 0.55rem;
  font-size: 0.78rem;
  line-height: 1.2;
  white-space: nowrap;
}

.btn-telegram-icon {
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
}

.btn-premium {
  background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
  border-color: #d97706;
  color: #fff;
  font-weight: 600;
}

.btn-premium:hover {
  background: linear-gradient(135deg, #e6900a 0%, #c56a05 100%);
  border-color: #c56a05;
  color: #fff;
}

.btn-premium-compact {
  align-items: center;
  gap: 0.3rem;
  padding: 0.35rem 0.55rem;
  font-size: 0.78rem;
  line-height: 1.2;
  white-space: nowrap;
}

.btn-premium-icon {
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
}

.badge-listing {
  background: #dcfce7;
  color: var(--listing-listing);
}

.badge-delisting {
  background: #fee2e2;
  color: var(--listing-delisting);
}

.feed-card__header {
  min-height: 2.25rem;
}

.feed-card__avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  font-size: 0.9rem;
  font-weight: 700;
  color: #1e3a5f;
  background: var(--listing-accent-soft);
  border: 1px solid #c5d9f5;
  flex-shrink: 0;
}

.feed-card__media {
  margin: 0 -0.25rem 0.35rem;
}

.feed-card__attachment {
  display: grid;
  grid-template-columns: 7.5rem 1fr;
  gap: 0.75rem;
  padding: 0.75rem;
  border: 1px solid #eceef1;
  border-radius: 0.35rem;
  background: #fafafa;
  color: inherit;
  transition: background-color 0.15s ease;
}

.feed-card__attachment:hover {
  background: #f5f5f5;
  color: inherit;
}

.feed-card__attachment:active {
  color: inherit;
}

.feed-card__attachment--symbol-only {
  align-items: center;
}

.feed-card__event-thumb {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  width: 100%;
  min-height: 3.5rem;
  padding: 0.35rem 0.25rem;
  border-radius: 0.45rem;
  background: linear-gradient(180deg, #f3f0ff 0%, #faf8ff 100%);
  border: 1px solid #e4dcf8;
  text-align: center;
}

.feed-card__event-thumb-icon {
  display: block;
  width: 1.75rem;
  height: 1.75rem;
  object-fit: contain;
}

.feed-card__event-thumb-label {
  font-size: 0.62rem;
  font-weight: 700;
  line-height: 1.2;
  color: #6b5bd6;
}

.feed-card__attachment--event .feed-card__attachment-body {
  min-width: 0;
}

.feed-card__attachment--event .feed-card__attachment-title {
  word-break: keep-all;
  overflow-wrap: anywhere;
}

.feed-card__chart {
  position: relative;
  width: 100%;
  height: 3.5rem;
  border-radius: 0.45rem;
  overflow: hidden;
  background: linear-gradient(180deg, #eef4fc 0%, #f8fafc 100%);
  border: 1px solid #dbe7f7;
}

.feed-card__chart-skeleton {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.65) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  background-size: 200% 100%;
  animation: feed-chart-shimmer 1.2s ease-in-out infinite;
}

@keyframes feed-chart-shimmer {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}

.feed-card__chart-svg {
  width: 100%;
  height: 100%;
}

.feed-card__chart-line {
  fill: none;
  stroke: var(--listing-link);
  stroke-width: 2;
  vector-effect: non-scaling-stroke;
}

.feed-card__chart--up .feed-card__chart-line {
  stroke: var(--listing-listing);
}

.feed-card__chart--down .feed-card__chart-line {
  stroke: var(--listing-delisting);
}

.feed-card__chart--empty {
  background: #f1f5f9;
  border-color: #e2e8f0;
}

.feed-card__chart-empty {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.1rem;
  padding: 0.25rem;
  text-align: center;
}

.feed-card__chart-empty-symbol {
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #64748b;
}

.feed-card__chart-empty-label {
  font-size: 0.68rem;
  font-weight: 600;
  color: #475569;
  line-height: 1.2;
}

.feed-card__chart-empty-hint {
  font-size: 0.56rem;
  color: #94a3b8;
  line-height: 1.2;
}

.feed-card__chart-symbol {
  position: absolute;
  left: 0.35rem;
  bottom: 0.2rem;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #475569;
  background: rgba(255, 255, 255, 0.82);
  padding: 0.05rem 0.3rem;
  border-radius: 0.25rem;
}

.feed-card__attachment-meta strong {
  color: var(--listing-text);
}

.feed-card__attachment-title {
  color: var(--listing-text);
  font-weight: 500;
  line-height: 1.45;
}

.feed-card__actions {
  margin: 0;
  padding: 0.1rem 0 0.2rem;
  border: 0;
  background: transparent;
}

.feed-card__caption {
  line-height: 1.45;
  white-space: pre-wrap;
  word-break: break-word;
  margin: 0;
  padding: 0;
  color: var(--listing-text, #0f172a);
  margin-top: 24px;
  margin-bottom: 24px;
}

.feed-card__time {
  font-size: 0.6875rem;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  margin: 0.2rem 0 0.15rem;
  padding: 0;
}

.feed-card__content {
  line-height: 1.55;
  white-space: pre-wrap;
  word-break: break-word;
}

.feed-card__action-group {
  display: flex;
  align-items: center;
  gap: 0.85rem;
}

.feed-card__action-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  min-height: 1.5rem;
  padding: 0;
  margin: 0;
  border: 0;
  background: transparent;
  color: var(--listing-text, #0f172a);
  font: inherit;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
}

.feed-card__action-btn--link,
.feed-card__action-btn--guest {
  color: var(--listing-text, #0f172a);
}

.feed-card__action-btn:hover {
  opacity: 0.72;
}

.feed-card__action-count {
  display: inline-block;
  min-width: 0.55rem;
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1.5rem;
  font-variant-numeric: tabular-nums;
  transform: translateY(0.5px);
}

.feed-card__action-icon {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  flex: 0 0 1.5rem;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.375rem 1.375rem;
}

.feed-card__action-icon--heart {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%230f172a' stroke-width='1.75'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M12 20.5l-1.2-1.09C6.9 15.4 4 12.73 4 9.5 4 6.91 6.01 5 8.5 5c1.45 0 2.84.68 3.75 1.76L12 8.01l.75-1.25C13.66 5.68 15.05 5 16.5 5 18.99 5 21 6.91 21 9.5c0 3.23-2.9 5.9-6.8 9.91L12 20.5z'/%3E%3C/svg%3E");
}

.feed-card__action-btn.is-liked .feed-card__action-icon--heart {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23e11d48'%3E%3Cpath d='M12 20.5l-1.2-1.09C6.9 15.4 4 12.73 4 9.5 4 6.91 6.01 5 8.5 5c1.45 0 2.84.68 3.75 1.76L12 8.01l.75-1.25C13.66 5.68 15.05 5 16.5 5 18.99 5 21 6.91 21 9.5c0 3.23-2.9 5.9-6.8 9.91L12 20.5z'/%3E%3C/svg%3E");
}

.feed-card__action-btn.is-liked {
  color: #e11d48;
}

.feed-card__action-icon--comment {
  background-size: 1.3125rem 1.3125rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%230f172a' stroke-width='1.75'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M2.25 12.76c0 1.6 1.123 2.994 2.707 3.227 1.087.16 2.185.283 3.293.369V21l4.184-4.183a1.14 1.14 0 0 1 .778-.332 48.294 48.294 0 0 0 5.83-.498c1.585-.233 2.708-1.626 2.708-3.228V6.741c0-1.602-1.123-2.995-2.707-3.228A48.394 48.394 0 0 0 12 3c-2.392 0-4.744.175-7.043.513C3.373 3.746 2.25 5.14 2.25 6.741v6.018Z'/%3E%3C/svg%3E");
}

.feed-card__action-icon--share {
  background-size: 1.25rem 1.25rem;
  transform: translateY(-0.5px);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%230f172a' stroke-width='1.75'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M6 12 3.269 3.125A59.769 59.769 0 0 1 21.485 12 59.768 59.768 0 0 1 3.27 20.875L5.999 12Zm0 0h7.5'/%3E%3C/svg%3E");
}

.feed-card__reply {
  margin: 0.5rem 0 0;
  padding: 0.75rem 0 0;
  border-top: 1px solid #efefef;
  background: transparent;
  border-radius: 0;
}

#feed-comments {
  scroll-margin-top: 4.5rem;
}

.feed-card__comments + .feed-card__comment-form,
.feed-card__comments + .feed-card__login-hint {
  margin-top: 0.65rem;
  padding-top: 0;
  border-top: 0;
}

.feed-card__comment {
  line-height: 1.45;
}

.feed-card__comment + .feed-card__comment {
  margin-top: 0.35rem;
  padding-top: 0;
  border-top: 0;
}

.feed-card__comment-count {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.feed-card__comment-count-link {
  display: inline-block;
  color: var(--listing-muted, #64748b);
  font-weight: 400;
  text-decoration: none;
}

.feed-card__comment-count-link:hover {
  color: var(--listing-muted, #64748b);
  text-decoration: none;
}

.feed-comment-toast {
  position: fixed;
  top: 4.25rem;
  left: 50%;
  z-index: 1080;
  max-width: min(92vw, 24rem);
  padding: 0.65rem 1rem;
  border-radius: 0.5rem;
  transform: translateX(-50%);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.feed-comment-toast--hide {
  opacity: 0;
  transform: translateX(-50%) translateY(-0.35rem);
}

.feed-card__comment-input {
  border-radius: 999px;
  padding-left: 0.85rem;
  padding-right: 0.85rem;
}

.feed-card__comment-form .btn {
  border-radius: 999px;
  min-width: 3.25rem;
}

.discussion-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.discussion-item {
  padding: 0.85rem 0;
}

.discussion-item + .discussion-item {
  border-top: 1px solid var(--listing-border);
}

.discussion-item__header {
  margin-bottom: 0.65rem;
}

.discussion-item__delete {
  flex-shrink: 0;
  align-self: flex-start;
  margin: 0;
}

.discussion-item__delete .btn {
  white-space: nowrap;
  line-height: 1.25;
  min-height: 2.25rem;
  display: inline-flex;
  align-items: center;
}

.discussion-item__reply.feed-card__reply {
  margin: 0.85rem 0 0;
  border-radius: 0.5rem;
}

.discussion-compose {
  padding-bottom: 0.85rem;
  margin-bottom: 0.85rem;
  border-bottom: 1px solid var(--listing-border);
}

.discussion-compose textarea,
.discussion-compose .form-control {
  border-radius: 0.5rem;
}

.discussion-compose__actions {
  margin-top: 0.5rem;
}

.discussion-compose__image-preview {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.65rem;
}

.discussion-compose__image-thumb {
  position: relative;
  width: 72px;
  height: 72px;
  flex: 0 0 auto;
}

.discussion-compose__image-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.5rem;
  border: 1px solid var(--listing-border);
  display: block;
}

.discussion-compose__image-remove {
  position: absolute;
  top: -0.35rem;
  right: -0.35rem;
  width: 1.25rem;
  height: 1.25rem;
  padding: 0;
  border: none;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.82);
  color: #fff;
  font-size: 0.85rem;
  line-height: 1;
  cursor: pointer;
}

.feed-post-images {
  display: grid;
  gap: 0.35rem;
  margin-top: 0.65rem;
}

.feed-post-images__item {
  display: block;
  overflow: hidden;
  border-radius: 0.5rem;
  border: 1px solid var(--listing-border);
  background: #f8fafc;
}

.feed-post-images__item img {
  width: 100%;
  display: block;
  object-fit: cover;
}

.feed-post-images--count-1 {
  grid-template-columns: 1fr;
}

.feed-post-images--count-1 .feed-post-images__item img {
  max-height: 420px;
  aspect-ratio: auto;
  object-fit: contain;
  background: #f8fafc;
}

.feed-post-images--count-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.feed-post-images--count-3,
.feed-post-images--count-4,
.feed-post-images--count-5 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.feed-post-images--count-2 .feed-post-images__item img,
.feed-post-images--count-3 .feed-post-images__item img,
.feed-post-images--count-4 .feed-post-images__item img,
.feed-post-images--count-5 .feed-post-images__item img {
  aspect-ratio: 1;
}

.feed-scroll-sentinel {
  width: 100%;
  height: 1px;
}

.feed-scroll-status {
  margin: 0.75rem 0 0;
}

.header-mypage-btn {
  padding-right: 0.65rem;
}

.header-notify-badge {
  position: absolute;
  top: -0.35rem;
  right: -0.35rem;
  min-width: 1.1rem;
  height: 1.1rem;
  padding: 0 0.3rem;
  border-radius: 999px;
  background: #dc2626;
  color: #fff;
  font-size: 0.62rem;
  font-weight: 700;
  line-height: 1.1rem;
  text-align: center;
}

.mobile-nav-auth-btn--badge {
  overflow: visible;
}

.mobile-nav-auth-btn--badge .header-notify-badge {
  top: 0.45rem;
  right: 0.65rem;
}

.feed-comment-badge {
  display: inline-flex;
  align-items: center;
  padding: 0.1rem 0.45rem;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 600;
  color: #475569;
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
}

.feed-comment-badge--new {
  color: #fff;
  background: #dc2626;
  border-color: #dc2626;
}

.feed-section-unread {
  color: #dc2626;
  font-weight: 600;
}

@media (max-width: 575.98px) {
  .feed-card__attachment {
    grid-template-columns: 5.75rem 1fr;
    gap: 0.55rem;
    padding: 0.65rem;
  }

  .feed-card__chart {
    height: 3rem;
  }

  .feed-card__event-thumb {
    min-height: 3rem;
  }

  .discussion-item__delete .btn {
    font-size: 0.8125rem;
    padding-left: 0.35rem;
    padding-right: 0.35rem;
  }

  .discussion-item__reply.feed-card__reply {
    padding: 0.75rem 0.85rem;
  }

  .feed-post-images--count-4,
  .feed-post-images--count-5 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.notice-card__feed-count {
  display: inline-flex;
  align-items: center;
  gap: 0.2rem;
  color: #64748b;
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1;
}

.notice-card__feed-icon {
  display: block;
  flex-shrink: 0;
  opacity: 0.85;
}

.notice-card__submeta {
  margin-bottom: 0;
}

.notice-card {
  position: relative;
  transition: border-color 0.12s ease, background-color 0.12s ease,
    box-shadow 0.12s ease;
}

.notice-card .stretched-link {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.notice-card .stretched-link:active {
  background-color: transparent;
  opacity: 1;
}

.notice-card .stretched-link::after {
  border-radius: inherit;
  transition: background-color 0.12s ease;
}

.notice-card .stretched-link:active::after {
  background-color: var(--listing-list-active-bg);
}

.notice-card:has(.stretched-link:active) {
  border-color: var(--listing-list-active-border);
  background-color: var(--listing-list-active-bg);
  box-shadow: none;
}

.notice-card:hover {
  border-color: var(--listing-list-hover-border);
  background-color: var(--listing-list-hover-bg);
}

.listing-filter select,
.listing-filter input {
  width: 100%;
}

.chart-wrap-host {
  position: relative;
  height: 260px;
  min-height: 280px;
  overflow: hidden;
}

.chart-interval-toolbar {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  flex-shrink: 0;
}

.chart-interval-btn {
  min-width: 2.25rem;
  padding-left: 0.55rem;
  padding-right: 0.55rem;
  border: 1px solid #dbeafe;
  background: #fff;
  color: #2563eb;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.2;
}

.chart-interval-btn:hover {
  background: #eff6ff;
  color: #1d4ed8;
}

.chart-interval-btn.is-active {
  background: #2563eb;
  border-color: #2563eb;
  color: #fff;
}

.chart-wrap-host--empty {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f3f4f6;
  border: 1px solid var(--bs-border-color-translucent, rgba(0, 0, 0, 0.08));
  border-radius: 0.35rem;
}

.chart-empty-state {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.chart-empty-state__panel {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  max-width: 17rem;
  padding: 1.35rem 1.1rem;
  border: 1.5px dashed rgba(15, 23, 42, 0.22);
  border-radius: 0.5rem;
  background: rgba(255, 255, 255, 0.55);
}

.chart-empty-state--overlay {
  position: absolute;
  inset: 0;
  z-index: 3;
  background: #f3f4f6;
}

.chart-empty-state__icon {
  margin-bottom: 0.65rem;
  line-height: 0;
}

.chart-empty-state__title {
  font-size: 0.9375rem;
  font-weight: 600;
  color: var(--listing-text, #0f172a);
}

.chart-empty-state__desc {
  font-size: 0.8125rem;
  line-height: 1.5;
  color: var(--listing-muted, #64748b);
}

.chart-backfill-status {
  font-size: 0.8125rem;
  line-height: 1.45;
}

.chart-empty-state__panel .js-chart-backfill-btn {
  min-width: 11rem;
}

.chart-wrap-inner {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.chart-wrap-host.chart-focus-flash {
  box-shadow: 0 0 0 2px var(--listing-link);
  border-radius: 0.35rem;
  transition: box-shadow 0.2s ease;
}

.chart-wrap-host.chart-loading .chart-wrap-inner {
  visibility: hidden;
  opacity: 0;
  filter: none;
}

.chart-wrap-host.chart-loading .chart-marker-labels,
.chart-wrap-host.chart-loading .chart-marker-leaders {
  visibility: hidden;
}

.chart-wrap-host.chart-loading:not(.chart-wrap-host--empty)::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 4;
  pointer-events: none;
  background: linear-gradient(
    105deg,
    transparent 0%,
    rgba(14, 165, 168, 0.06) 42%,
    rgba(37, 99, 235, 0.1) 50%,
    rgba(14, 165, 168, 0.06) 58%,
    transparent 100%
  );
  background-size: 220% 100%;
  animation: chart-shimmer 1.6s ease-in-out infinite;
}

@keyframes chart-shimmer {
  0% {
    background-position: 120% 0;
  }
  100% {
    background-position: -120% 0;
  }
}

.chart-load-overlay {
  position: absolute;
  z-index: 5;
  pointer-events: none;
}

.chart-load-overlay--initial {
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(248, 250, 252, 0.55);
  backdrop-filter: blur(2px);
}

.chart-load-overlay--older {
  left: 0.5rem;
  top: 0.5rem;
}

.chart-load-overlay--newer {
  right: 0.5rem;
  top: 0.5rem;
  left: auto;
}

.chart-load-overlay__panel {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.45rem 0.75rem;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 600;
  color: #1e3a5f;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid #cbd5e1;
  box-shadow: 0 2px 10px rgba(15, 23, 42, 0.1);
}

.chart-load-overlay--initial .chart-load-overlay__panel {
  padding: 0.65rem 1rem;
  font-size: 0.8125rem;
}

.chart-load-spinner {
  width: 1rem;
  height: 1rem;
  border: 2px solid #cbd5e1;
  border-top-color: #0ea5a8;
  border-radius: 50%;
  animation: chart-spin 0.75s linear infinite;
  flex-shrink: 0;
}

.chart-load-overlay--initial .chart-load-spinner {
  width: 1.25rem;
  height: 1.25rem;
}

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

.chart-marker-leaders {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
}

.chart-marker-labels {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  overflow: hidden;
}

.chart-marker-label {
  position: absolute;
  max-width: min(220px, 46vw);
  padding: 3px 8px;
  border-radius: 6px;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.35;
  white-space: nowrap;
  text-align: center;
  box-shadow: 0 1px 4px rgba(15, 23, 42, 0.14);
}

.chart-marker-label--announced {
  color: #1e40af;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid #93c5fd;
}

.chart-marker-label--listed {
  color: #166534;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid #86efac;
}

.chart-marker-label--combined {
  color: #0f172a;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid #64748b;
  box-shadow: 0 2px 6px rgba(15, 23, 42, 0.16);
}

.chart-marker-label--callout {
  text-align: left;
  max-width: min(240px, 52vw);
}

.chart-marker-labels .chart-marker-label {
  pointer-events: auto;
  cursor: pointer;
  transition:
    box-shadow 0.15s ease,
    border-color 0.15s ease,
    background-color 0.15s ease;
}

.chart-marker-label--active {
  z-index: 4;
  box-shadow: 0 2px 10px rgba(15, 23, 42, 0.22);
}

.chart-marker-label--announced.chart-marker-label--active {
  border-color: #2563eb;
  background: #eff6ff;
}

.chart-marker-label--listed.chart-marker-label--active {
  border-color: #16a34a;
  background: #f0fdf4;
}

.chart-marker-label--combined.chart-marker-label--active {
  border-color: #475569;
}

.chart-marker-leader-line {
  transition:
    stroke-opacity 0.15s ease,
    stroke-width 0.15s ease;
}

.chart-marker-leader-line--active {
  stroke-opacity: 1;
  stroke-width: 2;
}

.chart-candle-highlight {
  position: absolute;
  z-index: 1;
  display: none;
  pointer-events: none;
  border-radius: 4px;
  background: rgba(14, 165, 168, 0.12);
  border: 1px solid rgba(14, 165, 168, 0.45);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
}

.chart-wrap-host.chart-marker-active .chart-candle-highlight {
  display: block;
}

.marker-legend-line {
  display: inline-block;
  width: 18px;
  height: 0;
  border-top: 2px solid;
  vertical-align: middle;
  margin-right: 4px;
  opacity: 0.75;
}

.marker-legend-line.announced {
  border-color: #2563eb;
}

.marker-legend-line.listed {
  border-color: #16a34a;
}

.timeline-item {
  margin-bottom: 0.5rem;
}

.timeline-item-link {
  display: block;
  padding: 0.75rem 0.75rem 0.75rem 1rem;
  border-left: 3px solid var(--listing-link);
  border-radius: 0.25rem;
  text-decoration: none;
  color: inherit;
  -webkit-tap-highlight-color: transparent;
  outline: none;
  box-shadow: none;
  transition: background-color 0.12s ease;
}

.timeline-item-link:hover,
.timeline-item-link:focus-visible,
.timeline-item-link:active {
  background: #f3f3f3;
  color: inherit;
  opacity: 1;
}

.timeline-item-active > .timeline-item-link,
.timeline-item-chart-focus > .timeline-item-link {
  background: #f3f3f3;
  border-left-color: var(--listing-link);
}

.timeline-item-title {
  color: var(--listing-link);
}

.listing-footer a {
  color: var(--listing-link);
  text-decoration: none;
}

.listing-footer a:hover {
  text-decoration: underline;
}

.legal-doc {
  font-size: 0.9375rem;
  line-height: 1.7;
}

.legal-doc__section {
  margin-bottom: 1.75rem;
}

.legal-doc__section h2 {
  margin-bottom: 0.65rem;
  font-weight: 700;
}

.legal-doc__subtitle {
  font-size: 0.875rem;
  font-weight: 600;
  margin: 0.85rem 0 0.45rem;
}

.legal-doc ol,
.legal-doc ul {
  padding-left: 1.25rem;
  margin-bottom: 0.75rem;
}

.legal-doc ol li + li,
.legal-doc ul li + li {
  margin-top: 0.35rem;
}

.legal-doc__table th,
.legal-doc__table td {
  vertical-align: top;
}

#coinOverviewContent ul {
  padding-left: 1rem;
}

#coinOverviewContent li + li {
  margin-top: 0.25rem;
}

@media (min-width: 768px) {
  .listing-container {
    max-width: 720px;
  }

  .chart-wrap-host {
    height: 320px;
  }
}

/* ── Listing UI theme ── */

.listing-header {
  border-bottom-color: var(--listing-border) !important;
}

.listing-header__row {
  min-height: 3rem;
}

.listing-header__nav {
  align-items: center;
  gap: 0.15rem;
  margin-left: 0.35rem;
}

.listing-header__nav-link {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding: 0.35rem 0.85rem;
  font-size: 0.9375rem;
  font-weight: 600;
  color: #666666;
  text-decoration: none;
  border-radius: 0.35rem;
  transition: color 0.12s ease, background-color 0.12s ease;
}

.listing-header__nav-link:hover {
  color: #000000;
  background: #f7f7f7;
}

.listing-header__nav-link.is-active {
  color: #000000;
  font-weight: 700;
}

.listing-header__search {
  position: relative;
  max-width: 18rem;
  margin-left: 0.5rem;
}

@media (max-width: 991.98px) {
  .listing-header__row {
    flex-wrap: nowrap;
    gap: 0.3rem;
  }

  .listing-header__search {
    flex: 1 1 0;
    min-width: 0;
    max-width: none;
    margin-left: 0;
  }

  .listing-search-input--header {
    height: 2rem;
    padding: 0 1.85rem 0 0.6rem;
    font-size: 0.75rem;
  }

  .listing-search-input--header::placeholder {
    font-size: 0.72rem;
  }

  .listing-header__search .listing-search-submit {
    right: 0.4rem;
    width: 1.25rem;
    height: 1.25rem;
  }

  .listing-header__search .listing-search-submit svg {
    width: 0.875rem;
    height: 0.875rem;
  }

  .listing-header__mobile-quick {
    flex-shrink: 0;
    gap: 0.25rem;
  }

  .listing-header__quick-btn {
    min-height: 1.8rem;
    padding: 0.2rem 0.45rem;
    font-size: 0.65rem;
  }

  .listing-header__quick-btn-icon {
    width: 0.8rem;
    height: 0.8rem;
  }

  .listing-header__actions {
    margin-left: 0;
    flex-shrink: 0;
  }
}

@media (max-width: 359.98px) {
  .listing-header__quick-btn--telegram span {
    display: none;
  }
}

@media (min-width: 768px) {
  .listing-header__search {
    max-width: 14rem;
    margin-left: auto;
    margin-right: 0.35rem;
  }
}

.listing-search-input {
  width: 100%;
  height: 2.25rem;
  padding: 0 2.35rem 0 0.95rem;
  border: 1px solid #dddddd;
  border-radius: 999px;
  background: #ffffff;
  color: var(--listing-text);
  font-size: 0.875rem;
  outline: none;
  transition: border-color 0.12s ease, box-shadow 0.12s ease;
}

.listing-search-input::placeholder {
  color: #b0b0b0;
}

.listing-search-input:focus {
  border-color: #cccccc;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.04);
}

.listing-search-input--field {
  height: 2rem;
  border-radius: 0.65rem;
  padding-right: 0.95rem;
}

.listing-search-submit {
  position: absolute;
  top: 50%;
  right: 0.55rem;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  padding: 0;
  border: none;
  background: transparent;
  color: #999999;
}

.listing-search-submit svg {
  width: 1rem;
  height: 1rem;
}

.listing-header__utility {
  display: inline-flex;
  align-items: center;
  padding: 0.35rem 0.55rem;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #666666;
  text-decoration: none;
  white-space: nowrap;
}

.listing-header__utility:hover {
  color: #000000;
}

.listing-header__mobile-quick {
  min-width: 0;
}

.listing-header__quick-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.2rem;
  min-height: 1.95rem;
  padding: 0.28rem 0.28rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.1;
  text-decoration: none;
  white-space: nowrap;
}

.listing-header__quick-btn--premium {
  background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
  border-color: #d97706;
  color: #ffffff !important;
}

.listing-header__quick-btn--premium:hover,
.listing-header__quick-btn--premium:focus,
.listing-header__quick-btn--premium:focus-visible,
.listing-header__quick-btn--premium:active,
.listing-header__quick-btn--premium:visited {
  background: linear-gradient(135deg, #e6900a 0%, #c56a05 100%);
  color: #ffffff !important;
}

.listing-header__quick-btn--telegram {
  background: var(--telegram);
  border-color: var(--telegram);
  color: #ffffff !important;
}

.listing-header__quick-btn--telegram:hover,
.listing-header__quick-btn--telegram:focus,
.listing-header__quick-btn--telegram:focus-visible,
.listing-header__quick-btn--telegram:active,
.listing-header__quick-btn--telegram:visited {
  background: #1a8fc4;
  border-color: #1a8fc4;
  color: #ffffff !important;
}

.listing-header__quick-btn-icon {
  width: 0.9rem;
  height: 0.9rem;
  flex-shrink: 0;
}

.btn-listing-login {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2rem;
  padding: 0.35rem 0.95rem;
  border: none;
  border-radius: 0.45rem;
  background: var(--listing-red);
  color: #ffffff !important;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
  transition: background-color 0.12s ease;
}

.btn-listing-login:hover,
.btn-listing-login:focus,
.btn-listing-login:focus-visible,
.btn-listing-login:active,
.btn.btn-listing-login:active,
.btn-listing-login:active:focus {
  background: var(--listing-red-hover) !important;
  color: #ffffff !important;
  border-color: transparent !important;
  box-shadow: none !important;
  opacity: 1 !important;
}

.btn-listing-login--compact {
  min-height: 1.85rem;
  padding: 0.25rem 0.7rem;
  font-size: 0.8125rem;
  border-radius: 0.4rem;
}

.btn-listing-login--ghost {
  background: #ffffff;
  color: #222222 !important;
  border: 1px solid #dddddd;
}

.btn-listing-login--ghost:hover,
.btn-listing-login--ghost:focus,
.btn-listing-login--ghost:focus-visible,
.btn-listing-login--ghost:active,
.btn.btn-listing-login--ghost:active,
.btn-listing-login--ghost:active:focus {
  background: var(--listing-list-hover-bg) !important;
  color: #000000 !important;
  border-color: var(--listing-list-hover-border) !important;
  box-shadow: none !important;
  opacity: 1 !important;
}

.btn-primary {
  --bs-btn-bg: var(--listing-red);
  --bs-btn-border-color: var(--listing-red);
  --bs-btn-hover-bg: var(--listing-red-hover);
  --bs-btn-hover-border-color: var(--listing-red-hover);
  --bs-btn-active-bg: #e84a4f;
  --bs-btn-active-border-color: #e84a4f;
  --bs-btn-disabled-bg: var(--listing-red-hover);
  --bs-btn-disabled-border-color: var(--listing-red-hover);
  --bs-btn-disabled-color: #ffffff;
  --bs-btn-focus-shadow-rgb: 255, 90, 95;
}

/* 광고시청 중(disabled)에도 출석체크 호버와 같은 레드 유지 */
.btn-primary.js-reward-ad-button:hover,
.btn-primary.js-reward-ad-button:focus,
.btn-primary.js-reward-ad-button:focus-visible,
.btn-primary.js-reward-ad-button:active,
.btn-primary.js-reward-ad-button:disabled,
.btn-primary.js-reward-ad-button.disabled {
  background-color: var(--listing-red-hover) !important;
  border-color: var(--listing-red-hover) !important;
  color: #ffffff !important;
  opacity: 1 !important;
  box-shadow: none !important;
}

.btn-outline-primary {
  --bs-btn-color: var(--listing-red);
  --bs-btn-border-color: #dddddd;
  --bs-btn-hover-bg: #fff0f1;
  --bs-btn-hover-border-color: var(--listing-red);
  --bs-btn-hover-color: var(--listing-red);
  --bs-btn-active-bg: #ffe4e6;
  --bs-btn-active-border-color: var(--listing-red);
  --bs-btn-active-color: var(--listing-red);
}

.btn-mobile-menu {
  border-color: #dddddd;
  border-radius: 0.4rem;
  background: #ffffff;
}

@media (max-width: 767.98px) {
  .listing-header > .container {
  }

  .listing-header__actions .btn-mobile-menu {
    margin-right: 0;
    border: none;
    border-radius: 8px;
    border : 1px solid #dddddd;
  }
}

.listing-section-header {
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin: 0.35rem 0 0.85rem;
  padding-bottom: 0.65rem;
  border-bottom: 1px solid var(--listing-border);
}

.listing-section-header--compact {
  margin-top: 0;
}

.listing-section-header__title {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #000000;
}

.listing-list {
  border-top: 1px solid var(--listing-border);
}

.listing-list-item {
  position: relative;
  padding: 0;
  border-bottom: 1px solid var(--listing-border);
  background: #ffffff;
}

.listing-feed-list .listing-list-item.feed-item,
.discussion-list .listing-list-item.discussion-item {
  padding: 1rem 0 1.5rem;
}

.listing-feed-list .feed-item + .feed-item {
  margin-top: 0.15rem;
}

.feed-item .feed-card__reply {
  margin-bottom: 0;
}

.notice-item__link {
  display: block;
  padding: 0.95rem 0;
  color: inherit;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  transition: background-color 0.12s ease;
}

.notice-item__link:hover {
  background: var(--listing-list-hover-bg);
  color: inherit;
}

.notice-item__link:active {
  background: var(--listing-list-active-bg);
  color: inherit;
  opacity: 1;
}

.notice-item__link .listing-list-item__meta,
.notice-item__link .listing-list-item__title,
.notice-item__link .listing-list-item__submeta {
  pointer-events: none;
}

.listing-list-item__meta {
  margin-bottom: 0.35rem;
  font-size: 0.8125rem;
  line-height: 1;
  align-items: center;
}

.listing-list-item__channel {
  display: inline-flex;
  align-items: center;
  font-weight: 600;
  color: #666666;
  line-height: 1;
}

.listing-exchange-label {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  min-width: 0;
  line-height: 1;
}

.listing-exchange-label--chip {
  gap: 0.3rem;
}

.listing-exchange-icon {
  display: block;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  border-radius: 0.3rem;
  object-fit: contain;
}

.listing-exchange-icon--chip {
  width: 18px;
  height: 18px;
  border-radius: 0.35rem;
}

.listing-exchange-label__name {
  display: block;
  min-width: 0;
  line-height: 1;
}

.listing-list-item__time {
  display: inline-flex;
  align-items: center;
  color: #999999;
  line-height: 1;
}

.listing-list-item__title {
  margin: 0 0 0.35rem;
  font-size: 0.98rem;
  font-weight: 700;
  line-height: 1.45;
  color: #000000;
  letter-spacing: -0.01em;
}

.listing-list-item__submeta {
  margin-bottom: 0;
}

.listing-badge {
  display: inline-flex;
  align-items: center;
  font-size: 0.6875rem;
  font-weight: 700;
  line-height: 1;
  padding: 0.2rem 0.4rem;
  border-radius: 0.25rem;
}

.listing-card,
.feed-card.card,
.notice-card {
  border: none;
  border-radius: 0;
  box-shadow: none !important;
  background: #ffffff;
}

.listing-card {
  border: 1px solid var(--listing-border);
  border-radius: 0.65rem;
}

.listing-filter-panel {
  padding: 1rem;
  border: 1px solid var(--listing-border);
  border-radius: 0.65rem;
  background: #ffffff;
}

.listing-filter-panel:has(.listing-filter-panel__details:not([open])) {
  padding: 0.4rem 0.75rem;
}

@media (min-width: 768px) {
  .listing-filter-panel {
    padding: 1.5rem;
  }

  .listing-filter-panel:has(.listing-filter-panel__details:not([open])) {
    padding: 0.45rem 1rem;
  }
}

.listing-filter-panel__summary {
  cursor: pointer;
  list-style: none;
  user-select: none;
}

.listing-filter-panel__details:not([open]) .listing-filter-panel__summary {
  line-height: 1.25;
}

.listing-filter-panel__summary::-webkit-details-marker {
  display: none;
}

.listing-filter-panel__summary::before {
  content: "▸ ";
  color: #bbbbbb;
}

.listing-filter-panel__details[open] .listing-filter-panel__summary::before {
  content: "▾ ";
}

.listing-detail-ad {
  overflow: hidden;
  min-height: 0;
}

.listing-detail-ad ins.adsbygoogle {
  display: block;
  min-height: 0;
}

.notice-raw__body {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.45;
  word-break: break-word;
}

.listing-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  min-height: 1.85rem;
  padding: 0.2rem 0.7rem;
  border: 1px solid #dddddd;
  border-radius: 999px;
  background: #ffffff;
  color: #555555;
  font-size: 0.8125rem;
  font-weight: 600;
  text-decoration: none;
  transition: border-color 0.12s ease, color 0.12s ease, background-color 0.12s ease;
}

.listing-chip:hover {
  border-color: #cccccc;
  color: #000000;
}

.listing-chip.is-active {
  border-color: #000000;
  color: #000000;
  background: #f7f7f7;
}

.listing-chip--muted.is-active {
  border-color: #666666;
}

.listing-search-field {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}

.listing-search-field .listing-search-input--field {
  flex: 1 1 auto;
}

.feed-card__avatar {
  width: 1.75rem;
  height: 1.75rem;
  font-size: 0.75rem;
  color: #666666;
  background: #f3f3f3;
  border: none;
}

.feed-card__avatar--emoji {
  width: 2.35rem;
  height: 2.35rem;
  font-size: 1.2rem;
  line-height: 1;
  border: none;
  color: inherit;
  user-select: none;
}

.feed-card__avatar--sm {
  width: 1.65rem;
  height: 1.65rem;
  font-size: 0.95rem;
}

.feed-card__avatar--xs {
  width: 1.75rem;
  height: 1.75rem;
  font-size: 1rem;
  flex-shrink: 0;
}

.feed-card__avatar--mint {
  background: #dff5ec;
}

.feed-card__avatar--sky {
  background: #e3edff;
}

.feed-card__avatar--lemon {
  background: #fff4d6;
}

.feed-card__avatar--peach {
  background: #ffe9df;
}

.feed-card__avatar--lilac {
  background: #efe8ff;
}

.feed-card__avatar--rose {
  background: #ffe8ef;
}

.feed-card__avatar--aqua {
  background: #dff7fb;
}

.feed-card__avatar--sand {
  background: #f6f0e5;
}

.feed-card__attachment {
  border: 1px solid #f0f0f0;
  border-radius: 0.5rem;
  background: #fafafa;
}

.feed-card__actions {
  margin-top: 0.45rem;
}

.feed-card__action-btn {
  color: #999999;
}

.feed-card__action-btn.is-liked {
  color: var(--listing-red);
}

.feed-card__comment-input {
  border-radius: 999px;
  border-color: #dddddd;
  background: #fafafa;
}

.feed-card__reply {
  margin-top: 0.65rem;
  padding-top: 0.65rem;
  padding-bottom: 0.25rem;
  border-top: 1px solid #f3f3f3;
}

.feed-compose-trigger {
  border-color: #222222;
  color: #222222;
}

@media (min-width: 768px) {
  .feed-compose-trigger {
    border-color: #dddddd;
    color: #222222;
    font-weight: 600;
  }

  .feed-compose-trigger:hover {
    background: #f7f7f7;
    opacity: 1;
  }
}

.notice-item .stretched-link:active::after,
.notice-item:has(.stretched-link:active) {
  background: transparent;
  border-color: transparent;
  box-shadow: none;
}

.notice-item:has(.stretched-link:active) {
  background: var(--listing-list-active-bg);
}

.notice-card:hover,
.notice-item:hover {
  background: #ffffff;
}

.listing-footer {
  background: #ffffff;
  color: #999999;
  border-top-color: var(--listing-border) !important;
}

.listing-footer a {
  color: #777777;
  text-decoration: none;
}

.listing-footer a:hover {
  color: #000000;
}

.analysis-report-card {
  border-radius: 0.65rem;
  border-color: var(--listing-border);
  box-shadow: none;
}

.discussion-item {
  padding: 0;
  border-bottom: 1px solid var(--listing-border);
}

.discussion-item + .discussion-item {
  margin-top: 0;
}

.alert {
  border-radius: 0.65rem;
  margin-top: 4px;
}

/* ── Listing feed ── */

main.listing-container:has(.listing-feed-page) {
  border-radius: 0.75rem;
}

.listing-feed-page .listing-feed-list {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  border-top: none;
}

.listing-feed-page .listing-list-item.feed-item {
  padding: 1rem 1rem 1.15rem;
  border: none;
  background: #ffffff;
  border-bottom: 1px solid #f0f0f0;
}

.listing-feed-page .feed-item + .feed-item {
  margin-top: 0;
}

.listing-feed-list {
  border-top: 1px solid var(--listing-border);
}

.listing-feed-post__channel {
  margin: 0 0 0.5rem;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #888888;
}

.listing-feed-post__channel--free {
  color: #5b6ee1;
}

.listing-feed-post__channel--coin {
  color: #1f9d8a;
}

.listing-feed-post__channel--notice {
  color: #e07a45;
}

.listing-feed-post__channel--event {
  color: #6b5bd6;
}

.listing-feed-post__header {
  margin-bottom: 0.65rem;
}

.listing-feed-post__author {
  font-size: 0.875rem;
  font-weight: 700;
  color: #222222;
  line-height: 1.3;
}

.listing-feed-post__time {
  margin-top: 0.1rem;
  font-size: 0.75rem;
  color: #999999;
  line-height: 1.3;
}

.listing-feed-post__media {
  margin-bottom: 0.75rem;
}

.listing-feed-post__body {
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.7;
  color: #222222;
  word-break: break-word;
  min-height: 4.25rem;
  padding: 0.625rem 0 1.375rem;
  margin: 0;
}

.event-period-highlight {
  display: flex;
  align-items: baseline;
  gap: 0.45rem;
  flex-wrap: nowrap;
  font-size: 0.8125rem;
  line-height: 1.35;
}

.event-period-highlight__label {
  flex-shrink: 0;
  color: #888888;
  font-weight: 500;
}

.event-period-highlight__value {
  min-width: 0;
  font-weight: 600;
  color: #222222;
  white-space: nowrap;
}

.event-related-section + .event-related-section {
  margin-top: 1.35rem;
  padding-top: 0.15rem;
}

.event-related-section__header {
  margin: 0 0 0.7rem;
  padding: 0.6rem 0.8rem;
  background: var(--listing-accent-soft);
  border-left: 3px solid var(--listing-red);
  border-radius: 0 8px 8px 0;
}

.event-related-section__title {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: var(--listing-text);
}

.event-related-section__list {
  border-top: 0;
}

.listing-feed-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-top: 0.85rem;
  padding-top: 0.15rem;
}

.listing-feed-actions__left {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
}

.listing-feed-actions__share {
  margin-left: auto;
}

.feed-card__action-btn {
  gap: 0.3rem;
  min-height: 1.75rem;
  padding: 0.15rem 0.2rem;
  font-size: 0.8125rem;
  color: #999999;
}

.feed-card__action-icon {
  width: 1.15rem;
  height: 1.15rem;
  opacity: 0.85;
}

.feed-card__action-count {
  font-size: 0.8125rem;
  font-weight: 500;
  color: #999999;
}

.listing-feed-comments {
  margin-top: 1rem;
  padding-top: 0;
  border-top: none;
}

.listing-feed-comments__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.75rem;
}

.listing-feed-comments__title {
  margin: 0;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #000000;
}

.listing-feed-comments__more {
  display: inline-block;
  margin-bottom: 0.65rem;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #666666;
  text-decoration: none;
}

.listing-feed-comments__more:hover {
  color: #000000;
}

.feed-card__comments {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.feed-card__comments .listing-feed-comment + .listing-feed-comment {
  border-top: 1px solid #f0f0f0;
  margin-top: 0.25rem;
  padding-top: 1rem;
}

.listing-feed-comment {
  padding: 0.35rem 0 0.85rem;
}

.listing-feed-comment__head {
  min-width: 0;
}

.listing-feed-comment__author {
  margin-bottom: 0.25rem;
  font-size: 0.8125rem;
  font-weight: 700;
  color: #333333;
}

.listing-feed-comment__body {
  font-size: 0.875rem;
  line-height: 1.55;
  color: #222222;
  word-break: break-word;
}

.listing-feed-comment__meta {
  margin-top: 0.45rem;
}

.listing-feed-comment__time {
  font-size: 0.75rem;
  color: #aaaaaa;
}

.listing-feed-compose {
  margin-top: 0.75rem;
}

.feed-card__comments + .listing-feed-compose {
  margin-top: 0.35rem;
}

.listing-feed-compose__field {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  min-height: 2.75rem;
  padding: 0.55rem 0.75rem;
  border: 1px solid #dddddd;
  border-radius: 0.55rem;
  background: #ffffff;
  transition: border-color 0.12s ease, box-shadow 0.12s ease;
}

.listing-feed-compose__field:focus-within {
  border-color: #cccccc;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.04);
}

.listing-feed-compose__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #bbbbbb;
}

.listing-feed-compose__icon svg {
  width: 1rem;
  height: 1rem;
}

.listing-feed-compose__input {
  flex: 1 1 auto;
  min-width: 0;
  padding: 0;
  border: none;
  background: transparent;
  font-size: 0.875rem;
  color: #222222;
  outline: none;
}

.listing-feed-compose__input::placeholder {
  color: #bbbbbb;
}

.listing-feed-compose__submit {
  flex-shrink: 0;
  padding: 0;
  border: none;
  background: transparent;
  font-size: 0.8125rem;
  font-weight: 700;
  color: #666666;
  line-height: 1.2;
}

.listing-feed-compose__submit:hover {
  color: #000000;
}

.listing-feed-compose__guest {
  margin-top: 0.75rem;
  padding: 0.85rem 0.75rem;
  border: 1px solid #eeeeee;
  border-radius: 0.55rem;
  background: #fafafa;
  text-align: center;
}

.feed-item .feed-card__attachment {
  border-color: #eeeeee;
  border-radius: 0.55rem;
  background: #fafafa;
}

.feed-post-images {
  margin-top: 0.75rem;
}

.wiki-coin-card__link {
  gap: 0.35rem;
}

.wiki-coin-card__link-icon {
  width: 0.95rem;
  height: 0.95rem;
  flex-shrink: 0;
  display: block;
  object-fit: contain;
}

.wiki-coin-card__loading {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  min-height: 2.5rem;
}

.notice-panel-cta {
  flex-shrink: 0;
  text-align: center;
  white-space: nowrap;
}

@media (max-width: 767.98px) {
  .notice-panel-cta {
    width: 8.25rem;
    padding-left: 0.35rem;
    padding-right: 0.35rem;
  }
}

