.legal-page{position:relative;z-index:1;min-height:100svh;background-color:var(--background);color:var(--foreground);padding:6rem 1.5rem 1.5rem}.legal-content{max-width:680px;margin:0 auto;padding-bottom:6rem}.legal-content h1{font-size:clamp(2rem,1.25rem + 2.25vw,4rem);margin-bottom:.5rem;-webkit-user-select:text;user-select:text}.legal-subtitle{color:var(--foreground-200);margin-bottom:3rem}.legal-content section{margin-bottom:2.5rem}.legal-content h2{font-size:clamp(1.1rem,.7rem + .75vw,1.6rem);margin-bottom:.75rem}.legal-content h2,.legal-content h3{font-weight:600;-webkit-user-select:text;user-select:text}.legal-content h3{font-size:clamp(1rem,.6rem + .5vw,1.3rem);margin-top:1.5rem;margin-bottom:.5rem}.legal-content li,.legal-content p{font-size:clamp(.9rem,.5rem + .5vw,1.1rem);line-height:1.7;color:var(--foreground);-webkit-user-select:text;user-select:text}.legal-content ul{list-style:none;padding-left:0;margin:.75rem 0}.legal-content ul li{padding-left:1.25rem;position:relative;margin-bottom:.35rem}.legal-content ul li:before{content:"–";position:absolute;left:0;color:var(--foreground-200)}.legal-content a{color:var(--foreground);text-decoration:underline;text-underline-offset:3px;text-decoration-color:var(--foreground-200);transition:text-decoration-color .2s ease;font-size:inherit}.legal-content a:hover{text-decoration-color:var(--foreground)}