main h2[id] { scroll-margin-top: 160px; }
.hosting-toc { margin: 1.5rem 0 2.5rem; padding: 1.25rem; border: 1px solid var(--border); border-radius: 12px; background: rgba(18,18,22,.92); }
.hosting-toc-title { margin: 0 0 1rem; font-size: 1.15rem; font-weight: 700; }
.hosting-toc ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .8rem; margin: 0; padding: 0; list-style: none; }
.hosting-toc li { min-width: 0; margin: 0; }
.hosting-toc .hosting-topic { display: flex; align-items: center; justify-content: space-between; gap: 1rem; width: 100%; height: 100%; min-height: 92px; padding: 1rem; text-align: left; text-decoration: none; white-space: normal; transition: border-color .15s ease, background-color .15s ease; }
.hosting-topic > span:first-child { min-width: 0; }
.hosting-topic strong { display: block; font-size: 1rem; line-height: 1.35; }
.hosting-topic small { display: block; margin-top: .35rem; color: #c6c6cc; font-size: .88rem; line-height: 1.45; font-weight: 400; }
.hosting-topic.btn-cyan small { color: #173b3b; }
.hosting-topic-arrow { flex: none; font-size: 1.35rem; }
.hosting-toc .hosting-topic:hover { border-color: var(--primary); }
.hosting-toc .hosting-topic:focus-visible { outline: 3px solid var(--primary); outline-offset: 4px; }
.hosting-comparison td:first-child { white-space: normal; min-width: 10rem; }
.hosting-comparison td:first-child p { font-weight: 400; }
.hosting-comparison td:nth-child(2) { width: 46%; }
.hosting-check { padding: 1.25rem; border: 1px solid var(--border); border-radius: 12px; background: var(--panel); }
.hosting-check-row { padding: 1rem 0; border-bottom: 1px solid var(--border); }
.hosting-check-row label { display: block; font-weight: 700; font-size: 1.06rem; }
.hosting-check-row p { margin: .6rem 0; }
.hosting-check-row select { display: block; width: 100%; max-width: 26rem; min-height: 48px; padding: .7rem; border: 1px solid var(--border); border-radius: 8px; color: var(--text); background: #18181d; font: inherit; }
.hosting-check-row select:focus-visible { outline: 2px solid var(--primary); outline-offset: 3px; }
.hosting-check-actions:not([hidden]) { display: flex; flex-wrap: wrap; gap: .7rem; }
.hosting-check .answer-box { margin-top: 1.5rem; }
.hosting-check .answer-box p { margin: 0; }
.hosting-check .answer-box ul { margin-bottom: 0; }
@media (max-width: 640px) {
  .hosting-toc ul { grid-template-columns: 1fr; }
  .hosting-check { padding: 1rem; }
  .hosting-check-actions .btn { width: 100%; justify-content: center; }
}
@media print {
  .hosting-check-actions { display: none !important; }
  .hosting-check-row { break-inside: avoid; }
}
