:root { color-scheme: light; font-family: Inter, Arial, "Noto Sans SC", sans-serif; color: #171717; background: #f3f4f5; }
* { box-sizing: border-box; }
body { margin: 0; }
a { color: inherit; }
.legal-header { border-bottom: 1px solid #dedede; background: #fff; }
.legal-header-inner, .legal-main, .legal-footer { width: min(100% - 40px, 980px); margin: 0 auto; }
.legal-header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.legal-brand { color: #111; font-size: 24px; font-weight: 950; font-style: italic; letter-spacing: .03em; text-decoration: none; }
.legal-brand span { color: #e51c23; }
.legal-back { font-size: 14px; font-weight: 800; text-decoration: none; }
.legal-main { margin-top: 44px; margin-bottom: 44px; padding: clamp(28px, 5vw, 64px); border: 1px solid #dedede; background: #fff; }
.legal-kicker { color: #e51c23; font-size: 12px; font-weight: 900; letter-spacing: .18em; }
h1 { margin: 12px 0 10px; font-size: clamp(36px, 6vw, 62px); line-height: 1; }
.legal-updated { margin: 0 0 34px; color: #64676b; font-size: 13px; }
h2 { margin: 34px 0 10px; padding-top: 22px; border-top: 1px solid #e6e6e6; font-size: 22px; }
p, li { color: #3e4246; font-size: 15px; line-height: 1.8; }
ul { padding-left: 22px; }
.legal-note { margin-top: 34px; padding: 18px 20px; border-left: 3px solid #e51c23; background: #f7f7f7; }
.legal-footer { padding: 0 0 44px; color: #6b6f73; font-size: 13px; }
@media (max-width: 620px) { .legal-header-inner { min-height: 70px; } .legal-main { width: min(100% - 24px, 980px); margin-top: 20px; padding: 24px 20px; } }
