/* 星座運勢頁（科技感儀表板）：白天淺色藍圖 / 夜間深色星空，由 Application\Horoscope 引入 */
.hs {
  --hs-bg: #FAFBFC; --hs-grid: rgba(0,50,110,0.06); --hs-grid-size: 24px; --hs-glow: transparent;
  --hs-panel: #ffffff; --hs-line: #00326e; --hs-line-soft: #E4E7EC; --hs-dash: #C9D0DA;
  --hs-text: #1a1a2e; --hs-text-2: #555770; --hs-text-3: #8E8EA0;
  --hs-signal: #00326e; --hs-label: #0055b3; --hs-head-label: #0055b3; --hs-accent: #FFC107; --hs-accent-bg: #FFF8E1;
  --hs-num: #00326e; --hs-cell-empty: transparent; --hs-cell-border: #C9D0DA;
  --hs-good: #2E7D32; --hs-good-bg: rgba(67,160,71,0.08); --hs-good-line: rgba(67,160,71,0.45);
  --hs-bad: #C62828; --hs-bad-bg: rgba(229,57,53,0.07); --hs-bad-line: rgba(229,57,53,0.45);
  --hs-chip: #F5F6F8; --hs-radius: 6px; --hs-on-signal: #ffffff; --hs-tab-active-bg: rgba(0,50,110,0.06);
  --hs-mono: "IBM Plex Mono", "SF Mono", Menlo, Consolas, "Roboto Mono", monospace;
  background: var(--hs-bg);
  background-image: linear-gradient(var(--hs-grid) 1px, transparent 1px), linear-gradient(90deg, var(--hs-grid) 1px, transparent 1px);
  background-size: var(--hs-grid-size) var(--hs-grid-size);
  color: var(--hs-text); padding-bottom: 48px; position: relative;
}
[data-theme="night"] .hs {
  --hs-bg: #0a1628; --hs-grid: rgba(255,255,255,0.035); --hs-grid-size: 40px; --hs-glow: rgba(0,85,179,0.45);
  --hs-panel: rgba(255,255,255,0.03); --hs-line: rgba(255,255,255,0.1); --hs-line-soft: rgba(255,255,255,0.08); --hs-dash: rgba(255,255,255,0.12);
  --hs-text: #E8ECF4; --hs-text-2: #9AA3B5; --hs-text-3: #5F6B82;
  --hs-signal: #FFC107; --hs-label: #5F6B82; --hs-head-label: #FFC107; --hs-accent: #FFC107; --hs-accent-bg: rgba(255,193,7,0.08);
  --hs-num: #ffffff; --hs-cell-empty: rgba(255,255,255,0.08); --hs-cell-border: transparent;
  --hs-good: #7BD684; --hs-good-bg: rgba(67,160,71,0.07); --hs-good-line: rgba(67,160,71,0.45);
  --hs-bad: #FF7A76; --hs-bad-bg: rgba(229,57,53,0.07); --hs-bad-line: rgba(229,57,53,0.45);
  --hs-chip: rgba(255,255,255,0.04); --hs-radius: 12px; --hs-on-signal: #0a1628; --hs-tab-active-bg: rgba(255,193,7,0.1);
}
.hs::before { content: ''; position: absolute; inset: 0; background: radial-gradient(900px 420px at 50% -80px, var(--hs-glow), transparent 70%); pointer-events: none; }
.hs > .container { position: relative; }
.hs .mono { font-family: var(--hs-mono); }
.hs a { color: inherit; }
.hs .hs-panel { background: var(--hs-panel); border: 1px solid var(--hs-line); border-radius: var(--hs-radius); padding: 22px 24px; position: relative; }
.hs .hs-cap { font-family: var(--hs-mono); font-size: 11px; letter-spacing: 3px; color: var(--hs-label); }
[data-theme="night"] .hs .hs-cap.hs-cap-frame { position: static; transform: none; padding: 0; background: transparent; }
.hs .hs-cap-frame { position: absolute; top: -1px; left: 16px; transform: translateY(-50%); padding: 0 6px; background: var(--hs-bg); font-size: 10px; }
.hs h2.hs-h2 { margin: 0; font-size: 18px; font-weight: 800; color: var(--hs-text); display: flex; align-items: center; gap: 10px; }
.hs h2.hs-h2 .hs-cap { color: var(--hs-head-label); }
.hs .hs-more { font-family: var(--hs-mono); font-size: 12px; font-weight: 600; letter-spacing: 1px; color: var(--hs-head-label); text-decoration: none; }
.hs .hs-more:hover { text-decoration: underline; }

/* 星座切換列 */
.hs .hs-signs { display: flex; gap: 6px; padding: 18px 0 8px; overflow-x: auto; scrollbar-width: none; -webkit-overflow-scrolling: touch; }
.hs .hs-signs::-webkit-scrollbar { display: none; }
.hs .hs-signs a { flex: 0 0 auto; display: flex; flex-direction: column; align-items: center; gap: 2px; min-width: 84px; padding: 8px 6px; border-radius: 8px; background: var(--hs-chip); border: 1px solid var(--hs-line-soft); color: var(--hs-text); font-size: 13px; font-weight: 700; text-decoration: none; transition: all 0.2s; }
.hs .hs-signs a .en { font-family: var(--hs-mono); font-size: 11px; font-weight: 600; letter-spacing: 1px; color: var(--hs-text-3); }
.hs .hs-signs a:hover { border-color: var(--hs-sign); }
.hs .hs-signs a.cur { border-color: var(--hs-sign); background: color-mix(in srgb, var(--hs-sign) 14%, transparent); }
.hs .hs-signs a.cur .en { color: var(--hs-sign); }
@media (min-width: 1024px) { .hs .hs-signs { display: grid; grid-template-columns: repeat(13, minmax(0, 1fr)); overflow: visible; } .hs .hs-signs a { min-width: 0; } }

/* 頁首 */
.hs .hs-head { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 20px 0; }
.hs .hs-head-left { display: flex; align-items: center; gap: 22px; }
.hs .hs-glyph { position: relative; width: 96px; height: 96px; flex-shrink: 0; }
.hs .hs-glyph svg { position: absolute; inset: 0; }
.hs .hs-glyph .sym { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; font-size: 42px; line-height: 1; color: var(--hs-sign); font-family: "Apple Color Emoji", "Segoe UI Symbol", "Noto Sans Symbols", sans-serif; }
[data-theme="night"] .hs .hs-glyph .sym { filter: drop-shadow(0 0 8px color-mix(in srgb, var(--hs-sign) 60%, transparent)); }
.hs .hs-kicker { font-family: var(--hs-mono); font-size: 12px; font-weight: 600; letter-spacing: 3px; color: var(--hs-sign); }
.hs h1.hs-title { margin: 0; font-size: 34px; font-weight: 900; line-height: 1.2; color: var(--hs-text); }
.hs .hs-meta { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; font-size: 13px; color: var(--hs-text-2); }
.hs .hs-meta .sep { width: 1px; height: 12px; background: var(--hs-dash); }
.hs .hs-meta .mono { font-weight: 600; color: var(--hs-text); letter-spacing: 1px; }
.hs .hs-head-right { display: flex; flex-direction: column; align-items: flex-end; gap: 12px; max-width: 520px; }
.hs .hs-switch { display: flex; background: var(--hs-panel); border: 1px solid var(--hs-line); border-radius: 8px; padding: 3px; }
.hs .hs-switch a { font-family: var(--hs-mono); padding: 7px 18px; border-radius: 6px; color: var(--hs-text-2); font-size: 12px; font-weight: 600; letter-spacing: 1px; text-decoration: none; }
.hs .hs-switch a.active { background: var(--hs-signal); color: var(--hs-on-signal); font-weight: 700; }
.hs .hs-lead { margin: 0; font-size: 15px; line-height: 1.75; color: var(--hs-text); text-align: right; }
@media (max-width: 767px) {
  .hs .hs-head { flex-direction: column; align-items: stretch; gap: 12px; padding: 14px 0 16px; }
  .hs .hs-head-left { gap: 14px; }
  .hs .hs-glyph { width: 64px; height: 64px; }
  .hs .hs-glyph .sym { font-size: 28px; }
  .hs h1.hs-title { font-size: 24px; }
  .hs .hs-head-right { align-items: flex-start; max-width: none; }
  .hs .hs-lead { text-align: left; }
}

/* 今日星象 */
.hs .hs-sky { display: flex; align-items: stretch; flex-wrap: wrap; background: var(--hs-panel); border: 1px solid var(--hs-line); border-radius: var(--hs-radius); margin-bottom: 16px; overflow: hidden; }
[data-theme="night"] .hs .hs-sky { background: rgba(0,29,66,0.55); }
.hs .hs-sky .sky-tag { display: flex; align-items: center; justify-content: center; padding: 0 18px; font-family: var(--hs-mono); font-size: 11px; font-weight: 700; letter-spacing: 3px; line-height: 1.5; text-align: center; background: var(--hs-signal); color: var(--hs-on-signal); }
[data-theme="night"] .hs .hs-sky .sky-tag { background: transparent; color: var(--hs-accent); border-right: 1px solid var(--hs-line); }
.hs .hs-sky .sky-item { display: flex; align-items: center; gap: 12px; padding: 12px 20px; border-left: 1px solid var(--hs-line-soft); }
.hs .hs-sky .sky-item svg { flex-shrink: 0; }
.hs .hs-sky .sky-item .k { font-family: var(--hs-mono); font-size: 10px; letter-spacing: 2px; color: var(--hs-text-3); }
.hs .hs-sky .sky-item .v { font-size: 15px; font-weight: 800; color: var(--hs-text); }
.hs .hs-sky .sky-item .v small { font-family: var(--hs-mono); font-size: 12px; font-weight: 500; color: var(--hs-text-2); margin-left: 4px; }
.hs .hs-sky .sky-item .v.good { color: var(--hs-good); }
.hs .hs-sky .sky-item .v.bad { color: var(--hs-bad); }
.hs .hs-sky .sky-note { flex: 1 1 100%; padding: 10px 20px; border-top: 1px dashed var(--hs-dash); font-size: 13px; color: var(--hs-text-2); }
.hs .hs-sky .sky-src { margin-left: auto; display: flex; align-items: center; padding: 0 18px; font-family: var(--hs-mono); font-size: 10px; letter-spacing: 1px; color: var(--hs-text-3); }
@media (max-width: 767px) {
  .hs .hs-sky { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hs .hs-sky .sky-tag { grid-column: 1 / -1; padding: 8px; border-right: none; border-bottom: 1px solid var(--hs-line-soft); }
  .hs .hs-sky .sky-item { padding: 10px 12px; gap: 8px; border-top: 1px solid var(--hs-line-soft); }
  .hs .hs-sky .sky-item:nth-child(odd) { border-left: none; }
  .hs .hs-sky .sky-note { grid-column: 1 / -1; }
  .hs .hs-sky .sky-src { display: none; }
}

/* 總覽三欄 */
.hs .hs-grid3 { display: grid; grid-template-columns: 380px 1fr 1fr; gap: 16px; margin-bottom: 16px; }
@media (max-width: 1023px) { .hs .hs-grid3 { grid-template-columns: 1fr 1fr; } .hs .hs-grid3 > :first-child { grid-column: 1 / -1; } }
@media (max-width: 767px) { .hs .hs-grid3 { grid-template-columns: 1fr; } }
.hs .hs-overall { display: flex; flex-direction: column; gap: 10px; }
[data-theme="night"] .hs .hs-overall::before, [data-theme="night"] .hs .hs-overall::after { content: ''; position: absolute; width: 14px; height: 14px; border-color: var(--hs-accent); border-style: solid; }
[data-theme="night"] .hs .hs-overall::before { top: 0; left: 0; border-width: 2px 0 0 2px; border-top-left-radius: 12px; }
[data-theme="night"] .hs .hs-overall::after { bottom: 0; right: 0; border-width: 0 2px 2px 0; border-bottom-right-radius: 12px; }
.hs .hs-gauge-row { display: flex; align-items: center; gap: 20px; }
.hs .hs-gauge { position: relative; width: 150px; height: 150px; flex-shrink: 0; }
.hs .hs-gauge svg { position: absolute; inset: 0; }
.hs .hs-gauge .track { stroke: var(--hs-line-soft); }
[data-theme="night"] .hs .hs-gauge .track { stroke: rgba(255,255,255,0.08); }
.hs .hs-gauge .fill { stroke: var(--hs-signal); }
[data-theme="night"] .hs .hs-gauge .fill { filter: drop-shadow(0 0 6px rgba(255,193,7,0.55)); }
.hs .hs-gauge .ticks { stroke: var(--hs-signal); opacity: 0.35; }
.hs .hs-gauge .center { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.hs .hs-gauge .num { font-family: var(--hs-mono); font-size: 56px; font-weight: 700; line-height: 1; color: var(--hs-num); letter-spacing: -2px; }
.hs .hs-gauge .den { font-family: var(--hs-mono); font-size: 11px; letter-spacing: 2px; color: var(--hs-text-3); margin-top: 4px; }
.hs .hs-gauge-info { display: flex; flex-direction: column; gap: 8px; }
.hs .hs-delta { font-family: var(--hs-mono); display: inline-flex; align-items: center; gap: 6px; padding: 4px 10px; border-radius: 6px; font-size: 11px; font-weight: 600; letter-spacing: 1px; align-self: flex-start; border: 1px solid var(--hs-line-soft); color: var(--hs-text-2); }
.hs .hs-delta.up { color: var(--hs-good); border-color: var(--hs-good-line); background: var(--hs-good-bg); }
.hs .hs-delta.down { color: var(--hs-bad); border-color: var(--hs-bad-line); background: var(--hs-bad-bg); }
.hs .hs-mood { font-size: 20px; font-weight: 800; color: var(--hs-text); }
.hs .hs-rank { font-size: 13px; color: var(--hs-text-2); }
.hs .hs-rank b { font-family: var(--hs-mono); color: var(--hs-signal); }
.hs .hs-summary { margin: 4px 0 0; font-size: 14px; line-height: 1.8; color: var(--hs-text-2); }

.hs .hs-index { display: flex; flex-direction: column; gap: 14px; }
.hs .hs-index-head { display: flex; justify-content: space-between; align-items: center; }
.hs .hs-index-rows { display: flex; flex-direction: column; gap: 13px; }
.hs .hs-row { display: grid; grid-template-columns: 44px 1fr 40px; align-items: center; gap: 12px; }
.hs .hs-row .lb { font-size: 13px; font-weight: 600; color: var(--hs-text); }
.hs .hs-cells { display: grid; grid-template-columns: repeat(10, minmax(0, 1fr)); gap: 3px; }
.hs .hs-cells span { height: 10px; border-radius: 2px; background: var(--hs-cell-empty); border: 1px solid var(--hs-cell-border); }
.hs .hs-cells span.on { background: var(--hs-signal); border-color: var(--hs-signal); }
.hs .hs-row .val { font-family: var(--hs-mono); font-size: 15px; font-weight: 700; color: var(--hs-num); text-align: right; }
.hs .hs-index-foot { display: flex; gap: 20px; margin-top: auto; padding-top: 12px; border-top: 1px dashed var(--hs-dash); }
.hs .hs-index-foot div { display: flex; flex-direction: column; }
.hs .hs-index-foot .k { font-family: var(--hs-mono); font-size: 10px; letter-spacing: 2px; color: var(--hs-text-3); }
.hs .hs-index-foot .v { font-size: 13px; font-weight: 700; color: var(--hs-text); }

.hs .hs-lucky { display: flex; flex-direction: column; gap: 10px; }
.hs .hs-lucky-rows { display: flex; flex-direction: column; }
.hs .hs-lucky-row { display: flex; justify-content: space-between; align-items: center; padding: 8px 0; border-bottom: 1px dashed var(--hs-dash); }
.hs .hs-lucky-row:last-child { border-bottom: none; }
.hs .hs-lucky-row .k { font-size: 13px; color: var(--hs-text-2); }
.hs .hs-lucky-row .v { font-size: 15px; font-weight: 800; color: var(--hs-text); display: flex; align-items: center; gap: 8px; }
.hs .hs-lucky-row .v.mono { font-family: var(--hs-mono); font-weight: 700; color: var(--hs-num); }
.hs .hs-lucky-row .v small { font-family: var(--hs-mono); font-size: 11px; font-weight: 500; color: var(--hs-text-3); }
.hs .hs-swatch { width: 12px; height: 12px; border-radius: 2px; display: inline-block; background: var(--hs-sign); }
.hs .hs-tip { margin-top: auto; padding: 10px 12px; border: 1px solid var(--hs-accent); border-radius: 4px; background: var(--hs-accent-bg); font-size: 13px; color: var(--hs-text); }
[data-theme="night"] .hs .hs-tip { border-color: rgba(255,193,7,0.25); border-radius: 8px; }

/* 詳細運勢 */
.hs .hs-detail { margin-bottom: 16px; }
.hs .hs-detail-head { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px; margin-bottom: 18px; }
.hs .hs-tabs { display: flex; gap: 2px; border-bottom: 1px solid var(--hs-line-soft); }
.hs .hs-tab { padding: 8px 18px; color: var(--hs-text-2); font-size: 14px; font-weight: 600; background: none; border: none; border-bottom: 2px solid transparent; margin-bottom: -1px; cursor: pointer; font-family: inherit; }
.hs .hs-tab .n { font-family: var(--hs-mono); }
.hs .hs-tab.is-active { color: var(--hs-text); font-weight: 700; border-bottom-color: var(--hs-accent); }
.hs .hs-tab.is-active .n { color: var(--hs-head-label); }
.hs .hs-tabpanel { display: grid; grid-template-columns: 180px 1fr; gap: 24px; }
.hs.js .hs-tabpanel:not(.is-active) { display: none; }
.hs .hs-subs { display: flex; flex-direction: column; gap: 4px; }
.hs .hs-sub { text-align: left; padding: 10px 14px; border-radius: 8px; color: var(--hs-text-2); font-size: 14px; font-weight: 600; background: none; border: none; border-left: 2px solid transparent; cursor: pointer; font-family: inherit; }
.hs .hs-sub.is-active { background: var(--hs-tab-active-bg); border-left-color: var(--hs-accent); color: var(--hs-text); font-weight: 700; }
.hs .hs-subpanels { display: flex; flex-direction: column; gap: 18px; }
.hs .hs-subpanel h3 { margin: 0 0 8px; font-size: 17px; font-weight: 800; color: var(--hs-text); }
.hs .hs-subpanel p { margin: 0; font-size: 15px; line-height: 1.9; color: var(--hs-text-2); }
.hs.js .hs-subpanel:not(.is-active) { display: none; }
@media (max-width: 767px) {
  .hs .hs-tabs { width: 100%; }
  .hs .hs-tab { flex: 1; padding: 8px 4px; font-size: 13px; text-align: center; }
  .hs .hs-tabpanel { grid-template-columns: 1fr; gap: 12px; }
  .hs .hs-subs { flex-direction: row; flex-wrap: wrap; gap: 6px; }
  .hs .hs-sub { padding: 6px 12px; border-radius: 16px; border-left: none; font-size: 12px; background: var(--hs-chip); }
  .hs .hs-sub.is-active { background: var(--hs-tab-active-bg); }
}

/* 宜忌 + 署名 */
.hs .hs-grid21 { display: grid; grid-template-columns: 2fr 1fr; gap: 16px; margin-bottom: 16px; }
.hs .hs-grid11 { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 16px; }
@media (max-width: 767px) { .hs .hs-grid21, .hs .hs-grid11 { grid-template-columns: 1fr; } }
.hs .hs-dd { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin-top: 14px; }
.hs .hs-dd > div { border-radius: 8px; padding: 14px 16px; display: flex; flex-direction: column; gap: 6px; border: 1px solid; }
.hs .hs-dd .do { border-color: var(--hs-good-line); background: var(--hs-good-bg); }
.hs .hs-dd .dont { border-color: var(--hs-bad-line); background: var(--hs-bad-bg); }
.hs .hs-dd .t { display: flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 800; }
.hs .hs-dd .do .t { color: var(--hs-good); } .hs .hs-dd .dont .t { color: var(--hs-bad); }
.hs .hs-dd li { font-size: 14px; line-height: 1.8; color: var(--hs-text); list-style: none; }
.hs .hs-dd ul { margin: 0; padding: 0; }
@media (max-width: 480px) { .hs .hs-dd { grid-template-columns: 1fr; } }
.hs .hs-byline { display: flex; flex-direction: column; gap: 10px; }
.hs .hs-byline-head { display: flex; align-items: center; gap: 12px; }
.hs .hs-avatar { font-family: var(--hs-mono); width: 40px; height: 40px; border-radius: 8px; background: var(--hs-signal); color: var(--hs-on-signal); display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 700; flex-shrink: 0; }
.hs .hs-byline-name { font-size: 14px; font-weight: 800; color: var(--hs-text); }
.hs .hs-byline-time { font-family: var(--hs-mono); font-size: 11px; letter-spacing: 1px; color: var(--hs-text-3); }
.hs .hs-byline p { margin: 0; font-size: 13px; line-height: 1.7; color: var(--hs-text-2); }

/* 新聞 + FAQ */
.hs .hs-news a { display: flex; gap: 14px; align-items: center; padding: 12px 0; border-bottom: 1px solid var(--hs-line-soft); color: var(--hs-text); text-decoration: none; }
.hs .hs-news a:last-child { border-bottom: none; }
.hs .hs-news img { width: 96px; height: 64px; object-fit: cover; border-radius: 6px; background: var(--hs-chip); flex-shrink: 0; }
.hs .hs-news .ti { font-size: 14px; font-weight: 700; line-height: 1.5; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.hs .hs-news .mt { font-family: var(--hs-mono); font-size: 11px; color: var(--hs-text-3); margin-top: 4px; }
.hs .hs-faq-item { padding: 10px 0; border-bottom: 1px solid var(--hs-line-soft); }
.hs .hs-faq-item:last-child { border-bottom: none; }
.hs .hs-faq-q { margin: 0 0 4px; font-size: 15px; font-weight: 800; color: var(--hs-text); }
.hs .hs-faq-a { margin: 0; font-size: 14px; line-height: 1.7; color: var(--hs-text-2); }

/* 其他星座 */
.hs .hs-others { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 8px; margin-top: 12px; }
@media (max-width: 767px) { .hs .hs-others { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
.hs .hs-others a { display: flex; align-items: center; justify-content: space-between; padding: 10px 14px; border-radius: 8px; background: var(--hs-chip); border: 1px solid var(--hs-line-soft); color: var(--hs-text); font-size: 14px; font-weight: 600; text-decoration: none; }
.hs .hs-others a .n { font-family: var(--hs-mono); font-weight: 700; color: var(--hs-num); }
.hs .hs-others a.all { justify-content: center; border: 1px dashed var(--hs-head-label); color: var(--hs-head-label); font-family: var(--hs-mono); font-size: 12px; letter-spacing: 1px; background: transparent; }

/* ===== 總覽頁 /horoscope ===== */
.hs .hs-best { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 16px; }
@media (max-width: 767px) { .hs .hs-best { grid-template-columns: 1fr; } }
.hs .hs-best-card { display: flex; align-items: center; gap: 18px; }
.hs .hs-best-card .glyph { position: relative; width: 72px; height: 72px; flex-shrink: 0; }
.hs .hs-best-card .glyph svg { position: absolute; inset: 0; }
.hs .hs-best-card .glyph .sym { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; font-size: 32px; line-height: 1; color: var(--hs-sign); font-family: "Apple Color Emoji", "Segoe UI Symbol", "Noto Sans Symbols", sans-serif; }
.hs .hs-best-card .name { font-size: 20px; font-weight: 900; color: var(--hs-text); }
.hs .hs-best-card .score { font-family: var(--hs-mono); font-size: 34px; font-weight: 700; color: var(--hs-num); line-height: 1; letter-spacing: -1px; }
.hs .hs-best-card .score small { font-size: 12px; letter-spacing: 2px; color: var(--hs-text-3); margin-left: 4px; }
.hs .hs-best-card p { margin: 6px 0 0; font-size: 13px; line-height: 1.7; color: var(--hs-text-2); }
.hs .hs-best-card a.go { font-family: var(--hs-mono); font-size: 12px; letter-spacing: 1px; color: var(--hs-head-label); text-decoration: none; margin-top: 6px; display: inline-block; }
.hs .hs-table-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; margin-top: 12px; }
.hs table.hs-rank { width: 100%; border-collapse: collapse; min-width: 640px; }
.hs table.hs-rank th { font-family: var(--hs-mono); font-size: 10px; letter-spacing: 2px; color: var(--hs-text-3); text-align: center; padding: 8px 10px; border-bottom: 1px solid var(--hs-line-soft); font-weight: 600; }
.hs table.hs-rank td { padding: 10px; text-align: center; border-bottom: 1px dashed var(--hs-dash); font-size: 14px; color: var(--hs-text); white-space: nowrap; }
.hs table.hs-rank tbody tr:last-child td { border-bottom: none; }
.hs table.hs-rank td.rk { font-family: var(--hs-mono); font-weight: 700; color: var(--hs-text-3); }
.hs table.hs-rank tr:nth-child(-n+3) td.rk { color: var(--hs-head-label); }
.hs table.hs-rank td.sg { text-align: left; font-weight: 700; }
.hs table.hs-rank td.sg a { text-decoration: none; color: var(--hs-text); display: inline-flex; align-items: center; gap: 8px; }
.hs table.hs-rank td.sg a .sym { color: var(--hs-sign); font-size: 18px; line-height: 1; font-family: "Apple Color Emoji", "Segoe UI Symbol", "Noto Sans Symbols", sans-serif; }
.hs table.hs-rank td.ov { font-family: var(--hs-mono); font-size: 16px; font-weight: 700; color: var(--hs-num); }
.hs table.hs-rank td.n { font-family: var(--hs-mono); color: var(--hs-text-2); }
.hs table.hs-rank td.cl { display: flex; align-items: center; justify-content: center; gap: 8px; }
.hs table.hs-rank td .cells { display: inline-grid; grid-template-columns: repeat(10, 6px); gap: 2px; vertical-align: middle; margin-right: 8px; }
.hs table.hs-rank td .cells span { height: 8px; border-radius: 1px; background: var(--hs-cell-empty); border: 1px solid var(--hs-cell-border); }
.hs table.hs-rank td .cells span.on { background: var(--hs-signal); border-color: var(--hs-signal); }
.hs .hs-note { font-size: 12px; color: var(--hs-text-3); margin-top: 10px; }
.hs .hs-signgrid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; margin-top: 12px; }
@media (min-width: 768px) { .hs .hs-signgrid { grid-template-columns: repeat(6, minmax(0, 1fr)); } }
.hs .hs-signgrid a { display: flex; flex-direction: column; align-items: center; gap: 4px; padding: 14px 8px; border-radius: 8px; background: var(--hs-chip); border: 1px solid var(--hs-line-soft); color: var(--hs-text); text-decoration: none; transition: all 0.2s; }
.hs .hs-signgrid a:hover { border-color: var(--hs-sign); transform: translateY(-2px); }
.hs .hs-signgrid a .sym { font-size: 26px; line-height: 1; color: var(--hs-sign); font-family: "Apple Color Emoji", "Segoe UI Symbol", "Noto Sans Symbols", sans-serif; }
.hs .hs-signgrid a .nm { font-size: 13px; font-weight: 700; }
.hs .hs-signgrid a .dt { font-family: var(--hs-mono); font-size: 10px; letter-spacing: 1px; color: var(--hs-text-3); }
.hs .hs-signgrid a .sc { font-family: var(--hs-mono); font-size: 16px; font-weight: 700; color: var(--hs-num); }
