* { margin: 0; padding: 0; box-sizing: border-box; }
body {
    font-family: 'Manrope', -apple-system, BlinkMacSystemFont, sans-serif;
    -webkit-font-smoothing: antialiased;
    background: #050505; color: #bdbdbd;
    min-height: 100vh; display: flex; flex-direction: column;
}
.legal {
    max-width: 760px; margin: 0 auto; padding: 64px 32px 80px;
    flex: 1;
}
.legal h1 {
    font-size: 38px; font-weight: 700; color: #f5f5f5;
    letter-spacing: -0.8px; margin-bottom: 8px;
}
.legal .updated {
    font-size: 13px; color: #888; margin-bottom: 40px;
}
.legal h2 {
    font-size: 18px; font-weight: 600; color: #ddd;
    margin-top: 40px; margin-bottom: 12px;
}
.legal p {
    font-size: 15px; line-height: 1.75; color: #999; margin-bottom: 16px;
}
.legal ul { margin: 8px 0 16px 24px; }
.legal li { font-size: 15px; line-height: 1.75; color: #999; margin-bottom: 6px; }
.legal a { color: #00d4aa; text-decoration: none; }
.legal a:hover { text-decoration: underline; }
.legal .placeholder {
    margin-top: 40px; padding: 20px;
    background: #0a0a0a; border: 1px dashed #2a2a2a; border-radius: 8px;
    font-size: 13px; color: #777; line-height: 1.6;
}
