/* Shared legal link and standalone reading page; no app state is required. */
.login-legal { margin-top: 4px; padding-top: 8px; border-top: 1px solid #d8ded9; text-align: center; }
.login-legal a { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 4px 8px; color: #0c4849; font-size: 13px; line-height: 1.5; text-underline-offset: 3px; }
.login-legal a:focus-visible, .privacy-page a:focus-visible { outline: 2px solid #116466; outline-offset: 4px; }
.privacy-page { margin: 0; background: #f6f7f4; color: #172121; font-family: "Segoe UI", Arial, sans-serif; font-size: 17px; line-height: 1.7; }
.privacy-page * { box-sizing: border-box; }
.privacy-page a { color: #0c4849; text-underline-offset: 4px; overflow-wrap: anywhere; }
.privacy-page a:hover { color: #116466; }
.policy-header, .policy-footer { max-width: 1040px; margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 20px 24px; }
.policy-header { border-bottom: 1px solid #d8ded9; }
.policy-header a { min-height: 44px; display: inline-flex; align-items: center; font-size: 14px; }
.policy-header a:first-child { font-size: 21px; font-weight: 700; text-decoration: none; }
.policy-content { max-width: 76ch; margin: 0 auto; padding: 48px 24px 56px; }
.policy-content h1 { margin: 0 0 12px; font-size: clamp(28px, 5vw, 42px); line-height: 1.18; overflow-wrap: anywhere; }
.policy-content h2 { margin: 36px 0 10px; font-size: 23px; line-height: 1.3; }
.policy-content p { margin: 0 0 16px; }
.policy-content ul { padding-left: 24px; }
.policy-content li { margin-bottom: 10px; }
.policy-date { color: #52615b; font-size: 14px; }
.policy-notice { margin: 24px 0 32px; padding: 16px; border: 1px solid #d5c29c; background: #fff7e8; font-size: 15px; }
.policy-footer { border-top: 1px solid #d8ded9; padding-bottom: max(24px, env(safe-area-inset-bottom)); font-size: 14px; }
@media (max-width: 480px) { .policy-header, .policy-footer { flex-wrap: wrap; padding-inline: 18px; } .policy-content { padding: 28px 18px 40px; } }