.legal-page{background-color:var(--bg-primary);min-height:100vh;color:var(--text-primary);padding-top:3rem}.legal-container{max-width:820px;margin:0 auto}.legal-header{border-bottom:1px solid var(--border-color);margin-bottom:3rem;padding-bottom:2rem}.legal-header h1{color:var(--text-primary);margin:.5rem 0 1rem;font-size:clamp(2rem,5vw,3rem);font-weight:900;line-height:1.1}.legal-header p{color:var(--text-secondary);max-width:600px;font-size:1.05rem}.last-update{letter-spacing:.08em;text-transform:uppercase;color:var(--brand-orange);background:#f973161a;border-radius:999px;align-items:center;gap:.4rem;padding:.3rem .8rem;font-size:.75rem;font-weight:700;display:inline-flex}.legal-content{flex-direction:column;gap:2.5rem;display:flex}.legal-content section{border-bottom:1px solid var(--border-color);padding-bottom:2rem}.legal-content section:last-of-type{border-bottom:none}.legal-content h2{color:var(--text-primary);align-items:center;gap:.6rem;margin-bottom:1rem;font-size:1.3rem;font-weight:800;display:flex}.legal-content h3{color:var(--text-primary);margin-bottom:.5rem;font-size:1rem;font-weight:700}.legal-content p{color:var(--text-secondary);margin-bottom:1rem;font-size:.95rem;line-height:1.8}.legal-content p:last-child{margin-bottom:0}.legal-content ul{flex-direction:column;gap:.5rem;padding-left:1.5rem;list-style:outside;display:flex}.legal-content ul li{color:var(--text-secondary);font-size:.95rem;line-height:1.7}.legal-content strong{color:var(--text-primary);font-weight:700}.faq-grid{flex-direction:column;gap:1rem;margin-top:1rem;display:flex}.faq-item{background-color:var(--bg-secondary);border:1px solid var(--border-color);border-radius:14px;padding:1.25rem 1.5rem;transition:box-shadow .2s,transform .2s}.faq-item:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0000000f}.faq-item h3{color:var(--text-primary);margin-bottom:.6rem;font-size:.95rem;font-weight:700}.faq-item p{color:var(--text-secondary);margin-bottom:0;font-size:.875rem;line-height:1.7}[data-theme=dark] .legal-page{background-color:var(--bg-primary)}[data-theme=dark] .faq-item{background-color:var(--bg-secondary);border-color:var(--border-color)}[data-theme=dark] .faq-item:hover{box-shadow:0 6px 20px #0000004d}
