.legal-body { background: var(--bg); }
.legal-nav { position: sticky; z-index: 10; top: 0; display: flex; align-items: center; justify-content: space-between; gap: 16px; border-bottom: 1px solid var(--line); padding: 14px max(20px, calc((100vw - 780px)/2)); background: rgba(246,244,238,.9); backdrop-filter: blur(18px); }
.legal-brand { display: flex; align-items: center; gap: 10px; font-weight: 820; letter-spacing: .15em; }
.legal-back { display: inline-flex; min-height: 39px; align-items: center; border: 1px solid var(--line); border-radius: 13px; padding: 0 13px; background: white; color: var(--primary); font-size: 11px; font-weight: 720; }
.legal-main { width: min(calc(100% - 36px), 780px); margin: 0 auto; padding: 54px 0 90px; }
.legal-main__head { margin-bottom: 38px; border-radius: 27px; padding: 30px; background: var(--primary); color: white; }
.legal-main__head h1 { color: white; }
.legal-main__head p { margin: 0; color: rgba(255,255,255,.65); }
.legal-note { margin-bottom: 27px; border: 1px solid rgba(199,154,85,.28); border-radius: 16px; padding: 15px 17px; background: var(--gold-soft); color: #684d24; font-size: 12px; }
.legal-section { margin-top: 31px; }
.legal-section h2 { font-size: 21px; }
.legal-section h3 { margin-top: 22px; }
.legal-section p, .legal-section li { color: #4e5451; font-size: 14px; line-height: 1.75; }
.legal-section li { margin-bottom: 8px; }
.legal-meta { margin-top: 50px; border-top: 1px solid var(--line); padding-top: 20px; color: var(--muted); font-size: 11px; }
.delete-main { max-width: 780px; }
.delete-account-card { margin: 24px 0; border: 1px solid var(--line); border-radius: 24px; background: var(--card); padding: clamp(22px, 5vw, 38px); box-shadow: var(--shadow); }
.delete-account-card h2 { margin: 10px 0; font-size: clamp(24px, 5vw, 34px); }
.delete-account-card p { color: var(--muted); line-height: 1.7; }
.delete-account-card .oauth-stack { margin-top: 22px; }
.delete-provider-mark { display: grid; width: 24px; height: 24px; place-items: center; font-weight: 900; }
.delete-signout { margin-top: 10px; }
.delete-success { text-align: center; }
.delete-success > span { display: grid; width: 58px; height: 58px; margin: 0 auto 16px; border-radius: 50%; place-items: center; background: var(--primary-3); color: var(--primary); font-size: 28px; font-weight: 900; }
.feedback-field input { width: 100%; border: 1px solid var(--line); border-radius: 15px; padding: 13px 14px; font: inherit; }
