.ct-hero { padding: 68px 0 20px; text-align: center; }
.ct-hero h1 { font-size: clamp(30px, 4.5vw, 44px); font-weight: 700; letter-spacing: -.5px; line-height: 1.12; margin: 0 0 14px; color: var(--text); }
.ct-hero p { color: var(--text-secondary); font-size: 16px; max-width: 62ch; margin: 0 auto; }

.ct-main { padding: 20px 24px 80px; }

.ct-empty { text-align: center; padding: 40px 24px; color: var(--text-muted); font-size: 14px; }

.ct-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; }

.ct-card { background: var(--bg-card); border: 1px solid var(--border); border-radius: var(--r-lg); padding: 28px; }
.ct-card h2 { font-size: 18px; margin: 0 0 18px; color: var(--text); }

.ct-dl { margin: 0; }
.ct-row { display: flex; flex-wrap: wrap; gap: 4px 12px; padding: 12px 0; border-top: 1px solid var(--border); }
.ct-row:first-child { border-top: none; padding-top: 0; }
.ct-row dt { flex: 0 0 auto; min-width: 160px; font-size: 13.5px; color: var(--text-muted); }
.ct-row dd { margin: 0; flex: 1 1 200px; font-size: 14.5px; font-weight: 600; color: var(--text); word-break: break-word; }
.ct-row dd a { color: var(--primary); text-decoration: none; }
.ct-row dd a:hover { text-decoration: underline; }
