/* /topics hub + detail — teal family, playful but on-brand */
.topics-hero {
  --accent: #0f766e;
  background:
    radial-gradient(900px 420px at 10% -10%, color-mix(in srgb, var(--accent) 18%, transparent), transparent 60%),
    radial-gradient(700px 360px at 90% 0%, #14b8a615, transparent 55%),
    linear-gradient(180deg, #f8fffe 0%, #fff 100%);
  border-bottom: 1px solid #e5e7eb;
  padding: 1.6rem 0 2rem;
  overflow: hidden;
}
.topics-hero-detail { padding: 1.1rem 0 1rem; }
.topics-detail-wrap { padding: 1rem 0 1.4rem; }
.topics-bc { font-size: .78rem; color: #6b7280; margin-bottom: .85rem; display: flex; gap: .4rem; flex-wrap: wrap; }
.topics-bc a { color: #6b7280; text-decoration: none; }
.topics-bc .active { color: var(--accent); font-weight: 600; }
.topics-kicker {
  display: inline-block; font-size: .7rem; letter-spacing: .12em; font-weight: 700;
  color: var(--accent); background: color-mix(in srgb, var(--accent) 12%, #fff);
  padding: .25rem .55rem; border-radius: 999px; margin-bottom: .55rem;
}
.topics-h1 { font-size: clamp(1.45rem, 2.6vw, 2rem); font-weight: 800; color: #0f172a; margin: 0 0 .55rem; line-height: 1.25; }
.topics-lead { color: #4b5563; font-size: .95rem; max-width: 40rem; margin: 0; line-height: 1.55; }
.topics-hero-grid { display: grid; grid-template-columns: 1.4fr .8fr; gap: 1.5rem; align-items: center; }
@media (max-width: 900px) { .topics-hero-grid { grid-template-columns: 1fr; } .topics-orbit { display: none; } }

.topics-orbit {
  position: relative; height: 180px; width: 180px; margin: 0 auto;
}
.orb, .orb-core {
  position: absolute; border-radius: 999px; display: grid; place-items: center;
  font-size: .72rem; font-weight: 700; color: #0f766e; background: #fff;
  border: 1px solid #ccfbf1; box-shadow: 0 8px 24px #0f766e14;
  animation: topics-float 4.5s ease-in-out infinite;
}
.orb-a { width: 52px; height: 52px; left: 8px; top: 20px; }
.orb-b { width: 48px; height: 48px; right: 6px; top: 12px; animation-delay: .4s; color: #0369a1; }
.orb-c { width: 50px; height: 50px; left: 18px; bottom: 10px; animation-delay: .8s; color: #7c3aed; }
.orb-d { width: 54px; height: 54px; right: 14px; bottom: 18px; animation-delay: 1.1s; color: #b45309; }
.orb-core {
  width: 64px; height: 64px; left: 50%; top: 50%; transform: translate(-50%, -50%);
  background: #0f766e; color: #fff; border: none; font-size: 1.35rem; animation: none;
}
@keyframes topics-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

.topics-path { padding: 1.75rem 0 1rem; background: #fff; }
.topics-path-head h2 { font-size: 1.15rem; font-weight: 800; margin: 0 0 .25rem; }
.topics-path-head p { color: #6b7280; font-size: .88rem; margin: 0 0 1rem; }
.topics-path-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: .75rem; }
.topics-path-card {
  --accent: #0f766e;
  display: grid; grid-template-columns: auto 1fr auto; gap: .65rem; align-items: center;
  text-decoration: none; color: inherit; background: #fff;
  border: 1px solid #e5e7eb; border-left: 4px solid var(--accent);
  border-radius: 12px; padding: .85rem .95rem;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
  animation: topics-rise .5s ease both;
}
.topics-path-card:hover { transform: translateY(-2px); box-shadow: 0 10px 28px #0f172a12; border-color: color-mix(in srgb, var(--accent) 35%, #e5e7eb); }
.path-num { font-size: .72rem; font-weight: 800; color: var(--accent); opacity: .75; }
.path-label { font-size: .88rem; font-weight: 650; color: #111827; line-height: 1.35; }
.path-go { font-size: .75rem; font-weight: 700; color: var(--accent); white-space: nowrap; }
@keyframes topics-rise {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: none; }
}

.sticky-filter {
  position: sticky; top: 0; z-index: 30; background: rgba(255,255,255,.92);
  backdrop-filter: blur(10px); border-bottom: 1px solid #e5e7eb; padding: .75rem 0;
}
.topics-filter { display: flex; gap: .45rem; overflow-x: auto; padding-bottom: .35rem; scrollbar-width: thin; }
.chip {
  --chip: #0f766e;
  flex: 0 0 auto; border: 1px solid #e5e7eb; background: #fff; color: #374151;
  border-radius: 999px; padding: .35rem .7rem; font-size: .78rem; font-weight: 600;
  display: inline-flex; align-items: center; gap: .3rem; cursor: pointer;
}
.chip.is-on, .chip:hover { background: color-mix(in srgb, var(--chip) 12%, #fff); border-color: color-mix(in srgb, var(--chip) 40%, #e5e7eb); color: var(--chip); }
.topics-search {
  margin-top: .55rem; display: flex; align-items: center; gap: .5rem;
  border: 1px solid #e5e7eb; border-radius: 12px; padding: .45rem .75rem; background: #fff;
}
.topics-search i { color: #9ca3af; }
.topics-search input { border: 0; outline: 0; width: 100%; font-size: .9rem; background: transparent; }
.topics-hit-count { font-size: .72rem; color: #6b7280; white-space: nowrap; }

.topics-cluster { margin-bottom: 1.4rem; break-inside: avoid; -webkit-column-break-inside: avoid; }
.cluster-head { display: flex; align-items: center; gap: .5rem; margin-bottom: .75rem; }
.cluster-head h2 { font-size: 1.05rem; font-weight: 800; margin: 0; }
.cluster-ic {
  width: 1.9rem; height: 1.9rem; border-radius: 9px;
  display: inline-grid; place-items: center; font-size: 1rem;
  color: var(--cl); background: color-mix(in srgb, var(--cl) 13%, #fff);
  border: 1px solid color-mix(in srgb, var(--cl) 28%, #fff);
}
.topics-card-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: .85rem; }
/* 허브 보드: 클러스터를 2단 masonry로 채워 세로 길이 축소 */
@media (min-width: 900px) {
  .topics-board > .container { column-count: 2; column-gap: 1.75rem; }
  .topics-board .topics-card-grid { grid-template-columns: 1fr; }
}
.topics-empty { column-span: all; }
.topics-card {
  position: relative; display: flex; flex-direction: column; gap: .55rem;
  text-decoration: none; color: inherit; background: #fff;
  border: 1px solid #e5e7eb; border-radius: 14px; padding: 1rem 1rem .9rem;
  transition: transform .18s ease, box-shadow .18s ease;
  min-height: 0;
}
.topics-card:hover { transform: translateY(-3px); box-shadow: 0 14px 32px #0f172a12; }
.topics-card.is-hidden { display: none !important; }
.topics-cluster.is-hidden { display: none !important; }
.card-badge {
  align-self: flex-start; font-size: .68rem; font-weight: 800; color: #0f766e;
  background: #ccfbf1; border-radius: 999px; padding: .15rem .5rem;
}
.card-badge.alt { color: #be185d; background: #fce7f3; }
.topics-card h3 { font-size: .98rem; font-weight: 800; margin: 0; color: #0f172a; line-height: 1.35; }
.topics-card p { font-size: .82rem; color: #6b7280; margin: 0; line-height: 1.45;
  display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.card-tags { display: flex; flex-wrap: wrap; gap: .3rem; margin-top: auto; }
.card-tags span {
  font-size: .68rem; color: #0f766e; background: #f0fdfa; border: 1px solid #99f6e4;
  border-radius: 6px; padding: .12rem .4rem;
}
.card-cta { font-size: .78rem; font-weight: 700; color: #0f766e; }
.topics-empty { text-align: center; color: #6b7280; padding: 2rem 0; }

.topics-intro-long { margin: .75rem 0 0; max-width: 42rem; color: #475569; font-size: .9rem; line-height: 1.65; }
.topics-howto { padding: 1.25rem 0; background: #f8fafc; border-bottom: 1px solid #e5e7eb; }
.topics-howto h2 { font-size: 1.05rem; font-weight: 800; margin: 0 0 .85rem; }
.howto-steps { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: .65rem; }
.howto-steps li { display: flex; gap: .55rem; background: #fff; border: 1px solid #e5e7eb; border-radius: 12px; padding: .7rem .8rem; }
.howto-steps span { flex: 0 0 auto; width: 28px; height: 28px; border-radius: 50%; background: #0f766e; color: #fff; display: grid; place-items: center; font-size: .75rem; font-weight: 800; }
.howto-steps p { margin: 0; font-size: .82rem; color: #334155; line-height: 1.45; }
.topics-stay { padding: 1.5rem 0 .25rem; }
.stay-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: .75rem; }
.stay-card { text-decoration: none; color: inherit; background: #fff; border: 1px solid #e5e7eb; border-radius: 14px; padding: 1rem; display: flex; flex-direction: column; gap: .4rem; transition: transform .18s ease, box-shadow .18s ease; }
.stay-card:hover { transform: translateY(-2px); box-shadow: 0 12px 28px #0f172a10; }
.stay-card strong { font-size: .95rem; color: #0f172a; }
.stay-card p { margin: 0; font-size: .82rem; color: #64748b; line-height: 1.45; flex: 1; }
.stay-card span { font-size: .78rem; font-weight: 750; color: #0f766e; }

.read-pill { font-size: .72rem; color: #475569; background: #f1f5f9; border-radius: 999px; padding: .2rem .55rem; }
.read-track { margin-top: 1rem; height: 4px; background: #e2e8f0; border-radius: 999px; overflow: hidden; }
.read-track i { display: block; height: 100%; width: 0; background: linear-gradient(90deg, var(--accent, #0f766e), #14b8a6); transition: width .1s linear; }

.topics-toc { background: #f8fafc; border: 1px solid #e5e7eb; border-radius: 12px; padding: .7rem .9rem; margin-bottom: .7rem; }
.topics-toc strong { display: block; font-size: .82rem; margin-bottom: .35rem; color: #0f172a; }
.topics-toc ol { margin: 0; padding-left: 1.1rem; columns: 2; gap: 1.5rem; }
@media (max-width: 640px) { .topics-toc ol { columns: 1; } }
.topics-toc a { color: #0f766e; text-decoration: none; font-size: .82rem; }
.section-intro { font-size: .86rem; color: #64748b; margin: -.1rem 0 .55rem; }

.topics-timeline { list-style: none; margin: 0; padding: 0; border-left: 2px solid #ccfbf1; }
.topics-timeline li { display: grid; grid-template-columns: 88px 1fr; gap: .75rem; padding: 0 0 .65rem .95rem; position: relative; }
.topics-timeline li::before { content: ''; position: absolute; left: -6px; top: .35rem; width: 10px; height: 10px; border-radius: 50%; background: #0f766e; }
.tl-when { font-size: .72rem; font-weight: 800; color: #0f766e; }
.topics-timeline strong { display: block; font-size: .9rem; margin-bottom: .2rem; }
.topics-timeline p { margin: 0; font-size: .84rem; color: #475569; line-height: 1.5; }

.tips-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: .65rem; }
.tip-card { background: #ecfdf5; border: 1px solid #99f6e4; border-radius: 12px; padding: .75rem .85rem; }
.tip-card h3 { font-size: .88rem; margin: 0 0 .3rem; color: #115e59; }
.tip-card p { margin: 0; font-size: .8rem; color: #334155; line-height: 1.45; }

.table-scroll { overflow-x: auto; border: 1px solid #e5e7eb; border-radius: 12px; }
.topics-table { width: 100%; border-collapse: collapse; font-size: .82rem; min-width: 520px; }
.topics-table th { background: #0f766e; color: #fff; text-align: left; padding: .55rem .65rem; font-weight: 700; }
.topics-table td { padding: .55rem .65rem; border-top: 1px solid #e5e7eb; color: #334155; vertical-align: top; }
.topics-table tr:nth-child(even) td { background: #f8fafc; }

.mistake-list { display: grid; gap: .55rem; }
.mistake-row { display: grid; grid-template-columns: 1fr 1fr; gap: .5rem; }
@media (max-width: 700px) { .mistake-row { grid-template-columns: 1fr; } }
.m-bad, .m-good { border-radius: 10px; padding: .65rem .75rem; font-size: .84rem; line-height: 1.45; }
.m-bad { background: #fff1f2; border: 1px solid #fecdd3; color: #9f1239; }
.m-good { background: #ecfdf5; border: 1px solid #a7f3d0; color: #065f46; }
.m-bad span, .m-good span { display: inline-block; font-size: .68rem; font-weight: 800; margin-right: .35rem; opacity: .85; }

.resource-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap: .55rem; }
.resource-card { text-decoration: none; border: 1px solid #e5e7eb; border-radius: 12px; padding: .75rem; background: #fff; display: flex; flex-direction: column; gap: .25rem; transition: border-color .15s ease, transform .15s ease; }
.resource-card:hover { border-color: #99f6e4; transform: translateY(-1px); }
.resource-card strong { font-size: .86rem; color: #0f172a; }
.resource-card span { font-size: .75rem; color: #0f766e; }
.topics-cta-strip { background: #0f172a; color: #e2e8f0; padding: 1.1rem 0; }
.cta-strip-inner { display: flex; flex-wrap: wrap; gap: .85rem; justify-content: space-between; align-items: center; }
.cta-strip-inner strong { display: block; color: #fff; font-size: .95rem; }
.cta-strip-inner span { font-size: .8rem; color: #94a3b8; }
.cta-strip-links { display: flex; flex-wrap: wrap; gap: .4rem; }
.cta-strip-links a {
  text-decoration: none; color: #e2e8f0; border: 1px solid #334155; border-radius: 999px;
  padding: .35rem .7rem; font-size: .78rem; font-weight: 650;
}
.cta-strip-links a.is-primary { background: #14b8a6; border-color: #14b8a6; color: #042f2e; }

.detail-meta { display: flex; gap: .45rem; align-items: center; margin-bottom: .55rem; flex-wrap: wrap; }
.detail-cluster {
  font-size: .75rem; font-weight: 700; color: var(--accent);
  background: color-mix(in srgb, var(--accent) 12%, #fff);
  border-radius: 999px; padding: .2rem .55rem; display: inline-flex; gap: .3rem; align-items: center;
}
.detail-layout { display: grid; grid-template-columns: 1.55fr .82fr; gap: 1.4rem; align-items: start; max-width: 1240px; }
.topics-hero-detail .container { max-width: 1240px; }
@media (max-width: 960px) { .detail-layout { grid-template-columns: 1fr; } .sticky-aside { position: static !important; } }

.play-card {
  background: #fff; border: 1px solid #e5e7eb; border-radius: 14px; padding: .85rem .95rem;
  margin-bottom: .7rem; box-shadow: 0 8px 24px #0f172a08;
}
.play-head { display: flex; justify-content: space-between; gap: .75rem; align-items: center; flex-wrap: wrap; }
.play-head h2, .play-card > h2, .detail-section h2 { font-size: 1.05rem; font-weight: 800; margin: 0 0 .4rem; }
.play-hint { font-size: .8rem; color: #6b7280; margin: 0 0 .55rem; }
.play-progress { display: flex; align-items: center; gap: .45rem; min-width: 140px; }
.play-bar { flex: 1; height: 8px; background: #ecfdf5; border-radius: 999px; overflow: hidden; }
.play-bar i { display: block; height: 100%; width: 0; background: linear-gradient(90deg, #0f766e, #14b8a6); border-radius: inherit; transition: width .25s ease; }
.play-progress span { font-size: .72rem; font-weight: 800; color: #0f766e; width: 2.4rem; text-align: right; }
.check-list { list-style: none; padding: 0; margin: 0; display: grid; gap: .45rem; }
.check-list label {
  display: flex; gap: .55rem; align-items: flex-start; cursor: pointer;
  border: 1px solid #e5e7eb; border-radius: 10px; padding: .55rem .65rem; background: #fafafa;
}
.check-list label:has(input:checked) { background: #ecfdf5; border-color: #99f6e4; }
.check-list span { font-size: .88rem; color: #111827; line-height: 1.4; }
.play-done { margin: .75rem 0 0; font-size: .88rem; font-weight: 650; color: #0f766e; }

.area-row { display: flex; align-items: center; gap: .85rem; margin-bottom: .75rem; }
.area-row input[type=range] { flex: 1; accent-color: #0f766e; }
.area-cta {
  display: inline-flex; text-decoration: none; font-weight: 750; font-size: .88rem;
  color: #042f2e; background: #14b8a6; border-radius: 999px; padding: .45rem .85rem;
}

.detail-main section { padding-top: 0; padding-bottom: 0; }
/* 섹션 제목 아이콘 배지 — 토픽 색상, 긴 본문에 리듬·위계·재미 부여 */
.detail-section > h2, .play-head h2, .area-play > h2 { display: flex; align-items: center; gap: .5rem; }
.sec-ic {
  flex: 0 0 auto; width: 1.65rem; height: 1.65rem; border-radius: 8px;
  display: inline-grid; place-items: center; font-size: .95rem;
  color: var(--accent, #0f766e);
  background: color-mix(in srgb, var(--accent, #0f766e) 13%, #fff);
  border: 1px solid color-mix(in srgb, var(--accent, #0f766e) 25%, #fff);
}
.tip-card h3 i { color: #0d9488; margin-right: .1rem; }
.m-bad span i { color: #e11d48; }
.m-good span i { color: #059669; }
.m-bad span, .m-good span { display: inline-flex; align-items: center; gap: .25rem; }
.detail-section { margin-bottom: 1.6rem; padding: 0; }
#sec-body .detail-section { margin-bottom: 1.5rem; }
#sec-body .detail-section:first-child { margin-top: .2rem; }
#sec-body .detail-section h2 { margin-top: 0; }
.detail-body p { color: #374151; font-size: .92rem; line-height: 1.55; margin: 0 0 .5rem; }
.detail-body ul { margin: 0 0 .5rem; padding-left: 1.1rem; color: #374151; font-size: .92rem; line-height: 1.5; }
.detail-body p:last-child, .detail-body ul:last-child { margin-bottom: 0; }
.detail-disclaimer { font-size: .75rem; color: #9ca3af; border-top: 1px dashed #e5e7eb; padding-top: .7rem; margin-top: .3rem; }

.topics-faq .faq-item {
  border: 1px solid #e5e7eb; border-radius: 10px; padding: .55rem .75rem; margin-bottom: .35rem; background: #fff;
}
.topics-faq summary { cursor: pointer; font-weight: 700; font-size: .9rem; color: #111827; }
.topics-faq p { margin: .45rem 0 0; font-size: .86rem; color: #4b5563; line-height: 1.55; }

.aside-card {
  background: #0f172a; color: #e2e8f0; border-radius: 14px; padding: 1rem 1.05rem;
}
.sticky-aside { position: sticky; top: 72px; display: flex; flex-direction: column; gap: .9rem; }
.aside-card h3 { font-size: .9rem; color: #fff; margin: 0 0 .55rem; }
.aside-ctas { display: grid; gap: .4rem; }
.aside-cta {
  text-decoration: none; text-align: center; border-radius: 10px; padding: .55rem .7rem;
  font-size: .85rem; font-weight: 750;
}
.aside-cta.tone-primary { background: #14b8a6; color: #042f2e; }
.aside-cta.tone-secondary { background: #1e293b; color: #e2e8f0; border: 1px solid #334155; }
.aside-cta.tone-ghost { background: transparent; color: #99f6e4; border: 1px dashed #334155; }
.aside-related { list-style: none; padding: 0; margin: 0; }
.aside-related a { color: #99f6e4; text-decoration: none; font-size: .82rem; line-height: 1.5; }
.aside-related li { margin-bottom: .35rem; }
.aside-back { display: inline-block; margin-top: .9rem; color: #94a3b8; font-size: .78rem; text-decoration: none; }

/* ── Live 상권 신호 밴드 ─────────────────────────── */
.topics-signal { padding: 1.6rem 0; background: linear-gradient(180deg,#f8fffe,#fff); border-bottom: 1px solid #e5e7eb; }
.signal-head { display: flex; justify-content: space-between; align-items: flex-start; gap: 1rem; flex-wrap: wrap; margin-bottom: 1.1rem; }
.signal-head h2 { font-size: clamp(1.15rem,2vw,1.5rem); font-weight: 800; color: #0f172a; margin: .35rem 0 .3rem; }
.signal-head p { color: #4b5563; font-size: .88rem; margin: 0; max-width: 42rem; line-height: 1.5; }
.signal-live { display: inline-flex; align-items: center; gap: .35rem; font-size: .72rem; font-weight: 700; color: #0f766e;
  background: #ecfdf5; border: 1px solid #99f6e4; padding: .2rem .55rem; border-radius: 999px; }
.signal-live .dot { width: 7px; height: 7px; border-radius: 999px; background: #14b8a6; animation: sigpulse 1.6s infinite; }
@keyframes sigpulse { 0%,100%{opacity:1;transform:scale(1)} 50%{opacity:.4;transform:scale(1.4)} }
.signal-share { display: flex; gap: .5rem; flex-wrap: wrap; }
.share-btn { display: inline-flex; align-items: center; gap: .35rem; font-size: .82rem; font-weight: 600; color: #334155;
  background: #fff; border: 1px solid #e2e8f0; border-radius: 999px; padding: .45rem .8rem; cursor: pointer; text-decoration: none; transition: .15s; }
.share-btn:hover { border-color: #14b8a6; color: #0f766e; }

.signal-kpis { display: grid; grid-template-columns: repeat(4,1fr); gap: .8rem; }
@media (max-width: 820px){ .signal-kpis { grid-template-columns: repeat(2,1fr); } }
.kpi-card { background: #fff; border: 1px solid #e5e7eb; border-radius: 14px; padding: 1rem; display: flex; flex-direction: column; gap: .3rem; }
.kpi-card.kpi-close { background: linear-gradient(180deg,#fff7f6,#fff); border-color: #fecdca; }
.kpi-card.kpi-open  { background: linear-gradient(180deg,#f0fdf9,#fff); border-color: #99f6e4; }
.kpi-label { font-size: .74rem; color: #6b7280; font-weight: 600; }
.kpi-num { font-size: 1.55rem; font-weight: 800; color: #0f172a; line-height: 1.1; }
.kpi-num em { font-size: .8rem; font-weight: 600; color: #6b7280; font-style: normal; margin-left: .15rem; }
.kpi-sub { font-size: .76rem; color: #6b7280; }
.kpi-delta { font-size: .78rem; font-weight: 700; display: inline-flex; align-items: center; gap: .2rem; }
.kpi-delta.up { color: #dc2626; } .kpi-delta.down { color: #0f766e; }
.kpi-mood-text { font-size: 1rem; font-weight: 800; color: #0f766e; line-height: 1.25; }
.kpi-more { font-size: .78rem; font-weight: 600; color: #0f766e; text-decoration: none; margin-top: auto; }
.kpi-more:hover { text-decoration: underline; }

.signal-areas { margin-top: 1rem; background: #fff; border: 1px solid #e5e7eb; border-radius: 14px; padding: 1rem 1.1rem; }
.signal-areas h3 { font-size: .9rem; font-weight: 700; color: #0f172a; margin: 0 0 .7rem; display: flex; align-items: center; gap: .35rem; }
.signal-areas h3 i { color: #0f766e; }
.area-rank { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(5,1fr); gap: .5rem; }
@media (max-width: 820px){ .area-rank { grid-template-columns: repeat(2,1fr); } }
.area-rank li { display: flex; align-items: center; gap: .45rem; background: #f8fafc; border-radius: 10px; padding: .5rem .6rem; }
.area-rank .rk { width: 20px; height: 20px; flex: 0 0 20px; border-radius: 999px; background: #0f766e; color: #fff; font-size: .72rem; font-weight: 700; display: grid; place-items: center; }
.area-rank .nm { font-size: .82rem; font-weight: 600; color: #334155; flex: 1; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.area-rank .cnt { font-size: .78rem; font-weight: 700; color: #dc2626; }
.signal-note { font-size: .76rem; color: #6b7280; margin: .9rem 0 0; line-height: 1.5; }
.signal-note a { color: #0f766e; font-weight: 600; }

/* ── 최신 소식 ─────────────────────────── */
.topics-news { padding: 1.6rem 0; }
.news-grid { display: grid; grid-template-columns: repeat(auto-fill,minmax(240px,1fr)); gap: .9rem; }
.news-card { display: flex; flex-direction: column; gap: .45rem; background: #fff; border: 1px solid #e5e7eb; border-radius: 14px; padding: 1rem; text-decoration: none; transition: .15s; }
.news-card:hover { border-color: #14b8a6; transform: translateY(-2px); box-shadow: 0 8px 20px -12px rgba(15,118,110,.35); }
.news-meta { display: flex; gap: .4rem; flex-wrap: wrap; }
.news-cat { font-size: .68rem; font-weight: 700; color: #0f766e; background: #ecfdf5; border-radius: 999px; padding: .15rem .5rem; }
.news-src { font-size: .68rem; color: #94a3b8; }
.news-card h3 { font-size: .92rem; font-weight: 700; color: #0f172a; margin: 0; line-height: 1.4; }
.news-card p { font-size: .8rem; color: #6b7280; margin: 0; line-height: 1.5; }
.news-go { font-size: .78rem; font-weight: 600; color: #0f766e; margin-top: auto; }

/* ── 상세 사이드바 모듈(실데이터·관련·상담) ─────────────── */
.aside-cta.tone-solid { background: #14b8a6; color: #042f2e; }
.aside-stat .aside-stat-head { display: flex; align-items: center; gap: .5rem; margin-bottom: .2rem; }
.aside-stat .aside-stat-head h3 { margin: 0; }
.aside-stat .signal-live { background: rgba(20,184,166,.14); border-color: rgba(153,246,228,.35); color: #5eead4; }
.aside-stat-q { font-size: .74rem; color: #94a3b8; margin: 0 0 .6rem; }
.aside-stat-grid { display: grid; grid-template-columns: 1fr 1fr; gap: .5rem; }
.aside-stat-grid > div { background: #1e293b; border-radius: 10px; padding: .55rem .6rem; display: flex; flex-direction: column; gap: .15rem; }
.aside-stat-grid span { font-size: .7rem; color: #94a3b8; }
.aside-stat-grid strong { font-size: 1.1rem; font-weight: 800; color: #fff; line-height: 1.1; }
.aside-stat-grid em { font-size: .68rem; font-weight: 600; color: #94a3b8; font-style: normal; margin-left: .1rem; }
.aside-stat-mood { font-size: .78rem; color: #5eead4; margin: .6rem 0 0; display: flex; align-items: center; gap: .3rem; }
.aside-stat-more { display: inline-block; margin-top: .55rem; font-size: .78rem; font-weight: 700; color: #99f6e4; text-decoration: none; }
.aside-topics { list-style: none; padding: 0; margin: 0; }
.aside-topics li { border-top: 1px solid #1e293b; }
.aside-topics li:first-child { border-top: 0; }
.aside-topics a { display: block; padding: .5rem 0; color: #cbd5e1; text-decoration: none; font-size: .84rem; line-height: 1.45; }
.aside-topics a:hover { color: #5eead4; }
.aside-consult p { font-size: .8rem; color: #cbd5e1; line-height: 1.5; margin: 0 0 .7rem; }
.aside-consult .aside-cta { margin-bottom: .3rem; }
