.page-container{min-height:calc(100vh - 200px);padding:2rem;max-width:900px;margin:0 auto}.page-content h1{font-size:2.5rem;margin-bottom:.5rem}.subtitle{color:var(--text-secondary);font-size:1.125rem;margin-bottom:3rem}.legal-content{background:var(--bg-secondary);border:1px solid var(--bg-tertiary);border-radius:12px;padding:2rem}.legal-content section{margin-bottom:2rem}.legal-content section:last-child{margin-bottom:0}.legal-content h2{font-size:1.5rem;margin-bottom:1rem;color:var(--text-primary)}.legal-content p{color:var(--text-secondary);line-height:1.8;margin-bottom:1rem}.legal-content ul{list-style:none;padding-left:1.5rem;margin-bottom:1rem}.legal-content li{color:var(--text-secondary);padding:.25rem 0;position:relative}.legal-content li:before{content:"•";position:absolute;left:-1.5rem;color:var(--accent)}