body{display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:var(--bg-semi)}.legal-main{display:flex;justify-content:center;align-items:start;padding:1.5rem 1rem;height:100%;width:100%;border-bottom:1px solid var(--border-muted);background-color:var(--bg);background-image:linear-gradient(to right,var(--bg-semilight) 1px,transparent 1px),linear-gradient(to bottom,var(--bg-semilight) 1px,transparent 1px,transparent 1px);background-size:var(--large-grid-cell) var(--large-grid-cell),var(--large-grid-cell) var(--large-grid-cell);background-position:0 0,0 0;background-repeat:repeat,repeat}.legal-wrap{display:flex;flex-direction:column;margin:0 auto;gap:1.5rem;width:100%;max-width:1200px;height:auto}.legal-card{display:flex;flex-direction:column;justify-content:start;align-items:start;padding:1.5rem 1.75rem;border-radius:15px;border:2px solid var(--border-muted);background:var(--bg);box-shadow:var(--shadow)}.legal-header{display:flex;flex-direction:column;justify-content:center;align-items:start;margin-bottom:0.75rem;gap:0.5rem}.legal-title{letter-spacing:0.2px;font-size:1.5rem;font-family:"Roboto",sans-serif;font-weight:700;color:var(--text-semimuted)}.legal-meta{line-height:1.35;font-size:0.9rem;font-family:"Nunito",sans-serif;font-weight:400;color:var(--text-verymuted)}.legal-body{display:flex;flex-direction:column;justify-content:start;align-items:stretch;margin-top:0.25rem;width:100%;max-width:1000px;line-height:1.85;font-size:0.95rem;font-family:"Nunito",sans-serif;font-weight:400;color:var(--text-muted)}.legal-body h2{margin-top:1.75rem;padding-top:1.25rem;width:100%;border-top:1px solid var(--border-verymuted);font-size:1.05rem;font-family:"Nunito",sans-serif;font-weight:700;color:var(--text-semimuted)}.legal-body h2:first-of-type{margin-top:1.25rem;padding-top:0;border-top:none}.legal-body p{margin-top:0.6rem}.legal-body ul{margin:0.5rem 0 0.5rem 1.25rem}.legal-body li{margin-top:0.6rem}.legal-summary{margin-top:0.9rem;padding:0.9rem 1rem;border-radius:12px;border:1px solid var(--border-muted);background:var(--bg-semilight);box-shadow:var(--shadow-s)}.legal-summary-title{font-size:0.95rem;font-family:"Nunito",sans-serif;font-weight:700;color:var(--text-semimuted)}.legal-summary ul{margin:0.5rem 0 0.25rem 1.25rem}.legal-summary li{margin-top:0.5rem}.legal-link{text-decoration:underline;text-underline-offset:3px;font-size:0.9rem;font-family:"Nunito",sans-serif;font-weight:400;color:var(--text-semimuted)}@media (max-width:720px){.legal-main{padding:18px 12px 56px}.legal-card{padding:18px 14px}.legal-body{font-size:0.93rem;line-height:1.8}}.footer-container{display:flex;justify-content:center;align-items:center;width:100%;max-width:1200px;height:auto}.footer-wrap{display:flex;justify-content:space-between;align-items:center;padding:1rem;gap:1rem;width:100%;height:auto}@media (max-width:800px){.footer-wrap{flex-direction:column-reverse}}.footer-text{display:flex;justify-content:start;align-items:center;gap:0.5rem}.footer-logo{width:20px;height:20px;border-radius:50%;border:1px solid var(--border-muted)}.footer-copyright{font-size:0.9rem;font-family:"Nunito",sans-serif;font-weight:400;color:var(--text-verymuted)}.footer-content{display:flex;justify-content:center;align-items:center;gap:1rem}.footer-link-separator{width:1px;height:15px;background-color:var(--border-muted)}.footer-link{text-decoration:none;font-size:0.9rem;font-family:"Nunito",sans-serif;font-weight:400;color:var(--text-muted);transition:all 200ms ease}.footer-link:hover{color:var(--text)}