.compare-view-tabs { display: flex; gap: 28px; border-bottom: 1px solid #dbe7f3; margin-bottom: 24px; }
.compare-view-tabs a { display: inline-block; padding: 12px 4px; color: #778797; text-decoration: none; border-bottom: 3px solid transparent; }
.compare-view-tabs a.active { color: #2268b2; border-bottom-color: #2879d0; font-weight: 600; }
.compare-view-tabs a:focus-visible, .ranking-filters a:focus-visible { outline: 2px solid #2879d0; outline-offset: 3px; }
#comparePricePanel[hidden], #compareRankingPanel[hidden], #pricingViewLink[hidden], #pricingScope[hidden] { display: none; }
.comparison-scope { color: #698197; background: #edf5fc; padding: 12px 16px; border-radius: 8px; line-height: 1.7; margin-bottom: 18px; font-size: 13px; }
.ranking-filters { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 18px; }
.ranking-filters a { text-decoration: none; padding: 8px 14px; border: 1px solid #dce6ef; border-radius: 8px; background: #fff; color: #62788b; font-size: 13px; }
.ranking-filters a.active { background: #e8f2fc; border-color: #b7d5ef; color: #2268b2; }
.ranking-meta { display: flex; justify-content: space-between; gap: 16px; align-items: start; padding: 20px 24px; margin-bottom: 18px; border: 1px solid #dce9f4; border-radius: 12px; background: linear-gradient(120deg,#edf5fc,#f8fbfd); }
.ranking-meta h2 { margin: 0 0 8px; font-size: 22px; font-weight: 500; color: #345578; }
.ranking-meta p { font-size: 13px; color: #728798; line-height: 1.9; margin: 0; }
.ranking-meta a { font-size: 13px; white-space: nowrap; }
#rankingStatus { color: #987026; font-size: 13px; line-height: 1.8; margin-bottom: 12px; }
.ranking-table { width: 100%; border-collapse: collapse; font-size: 14px; background: #fff; }
.ranking-table th { background: #f2f8fc; color: #56728b; font-weight: 500; text-align: left; white-space: nowrap; }
.ranking-table th, .ranking-table td { padding: 13px 16px; border-bottom: 1px solid #e9eef3; }
.ranking-table td { color: #62788b; font-variant-numeric: tabular-nums; }
.ranking-table .rank-model { color: #345578; font-weight: 500; min-width: 220px; overflow-wrap: anywhere; }
.ranking-table small { display: block; color: #92a0ac; font-size: 11px; font-weight: 400; margin-top: 4px; }
.rank-up { color: #16803c; font-weight: 600; white-space: nowrap; }.rank-down { color: #c03636; font-weight: 600; white-space: nowrap; }.rank-new { color: #2879d0; }
.ranking-more { display: block; margin: 18px auto; padding: 10px 24px; color: #2879d0; background: #fff; border: 1px solid #c7ddf0; border-radius: 8px; cursor: pointer; }
.ranking-note { color: #8192a0; font-size: 12px; line-height: 1.9; margin: 18px 0 28px; }
.ranking-empty { text-align: center; border: 1px dashed #cbdce9; background: #f5f9fd; border-radius: 12px; padding: 44px 24px; color: #7890a3; line-height: 1.9; }
.ranking-empty h2 { color: #446782; font-size: 20px; font-weight: 500; }
@media(max-width:600px) {
  .compare-view-tabs { gap: 24px; }
  .ranking-meta { flex-direction: column; padding: 16px; }
  .ranking-table th, .ranking-table td { padding: 12px; }
  .ranking-filters a { padding: 7px 10px; }
}
