body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    background: #f8f9fa;
    color: #1f2937;
    line-height: 1.7;
}

.legal-wrap { max-width: 800px; margin: 0 auto; padding: 3rem 1.25rem 5rem; }
.legal-wrap h1 { font-weight: 700; letter-spacing: -0.02em; margin-bottom: .25rem; }
.legal-wrap h2 { font-weight: 600; font-size: 1.25rem; margin-top: 2.5rem; margin-bottom: .75rem; }
.legal-wrap h3 { font-weight: 600; font-size: 1.05rem; margin-top: 1.5rem; }
.legal-wrap table { width: 100%; font-size: .925rem; }
.legal-wrap .table-responsive { overflow-x: auto; }
.updated { color: #6b7280; font-size: .9rem; }

.draft-banner {
    background: #fff4e5;
    border: 1px solid #f0b429;
    border-radius: 10px;
    padding: 1rem 1.25rem;
    margin-bottom: 2rem;
}

.backlink {
    display: inline-block;
    margin-bottom: 2rem;
    color: #4f46e5;
    text-decoration: none;
    font-weight: 600;
}

.backlink:hover { text-decoration: underline; }

@media (prefers-color-scheme: dark) {
    body { background: #0b0f19; color: #e5e7eb; }
    .draft-banner { background: #2a1f08; border-color: #b07d10; }
    .backlink { color: #a5b4fc; }
}
