@import url('./styles.css');
@import url('./layout.css');
.document h1 { font-family: Georgia, serif; font-weight: 400; line-height: 1.08; }
.document-nav { display: flex; flex-wrap: wrap; gap: 8px 20px; margin-block: 24px; }
.document a { color: var(--accent-dark); text-underline-offset: 3px; }
.document-nav a { display: inline-flex; align-items: center; min-height: 44px; font-size: 14px; color: var(--accent-dark); }
.document mark { background: #fff0d6; color: #5e410e; padding: 2px 4px; border-radius: 4px; }
.document ol, .document ul { padding-left: 24px; }
.document li + li { margin-top: 10px; }
.legal-table { width: 100%; border-collapse: collapse; margin-block: 24px; font-variant-numeric: tabular-nums; }
.legal-table caption { text-align: left; color: var(--muted); font-size: 14px; padding-bottom: 12px; }
.legal-table th, .legal-table td { border-bottom: 1px solid var(--line); padding: 14px 10px; text-align: left; }
.legal-table th { font-size: 14px; font-weight: 600; }
.legal-definitions dt { margin-top: 22px; font-weight: 600; }
.legal-definitions dd { margin: 6px 0 0; color: #514b46; }
@media print { .site-header, .site-footer, .document-nav { display: none; } body { background: white; color: black; } body::before, body::after { display: none; } .document { width: 100%; max-width: none; padding: 0; } .document h1 { font-size: 32px; } .document h2 { break-after: avoid; } .legal-table tr { break-inside: avoid; } }
.account { padding: 44px 0 64px; max-width: 720px; }
.account h1 { font-family: Georgia, serif; font-size: clamp(36px, 6vw, 56px); line-height: 1.05; letter-spacing: -.04em; font-weight: 400; }
.account-card { margin-top: 24px; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow); border-radius: 24px; padding: 28px; }
.account-card h2 { font-size: 28px; letter-spacing: -.04em; margin: 13px 0 8px; }
.account-card p { color: var(--muted); margin-bottom: 22px; }
.access-badge { display: inline-block; border-radius: 999px; padding: 4px 10px; background: #e5f3ed; color: var(--success); font-size: 13px; font-weight: 600; }
.access-badge.muted { background: var(--soft); color: var(--muted); }
.account-help { margin-top: 32px; }
.account-help h2 { font-size: 24px; letter-spacing: -.04em; }
.account-help p { color: var(--muted); }
@media (max-width: 640px) {
  .account { padding: 28px 0 40px; }
  .account-card { padding: 20px; }
  .account-card h2 { font-size: 24px; }
  .account-help { margin-top: 24px; }
  .site-header { padding-bottom: 12px; }
}
