@charset "UTF-8";.feature-list{display:flex;flex-direction:column;gap:.75rem;width:100%}.feature-list-item{display:flex;align-items:flex-start;gap:1rem;font-size:15px;color:var(--theme-text-color);position:relative;padding-left:24px;line-height:1.5;text-align:left}.feature-list-item:before{content:"✓";position:absolute;left:0;top:.1em;font-size:14px;color:var(--theme-accent-color);font-weight:700}.feature-list--dots .feature-list-item:before{content:"•";color:var(--theme-primary-color);font-size:20px;top:-.1em}.feature-list--large{gap:1rem}.feature-list--large .feature-list-item{font-size:16px;padding-left:28px}.feature-list--large .feature-list-item:before{font-size:16px}.feature-list--large.feature-list--dots .feature-list-item:before{font-size:24px}.feature-list--compact{gap:.5rem}.feature-list--compact .feature-list-item{font-size:14px;padding-left:20px}.feature-list--compact .feature-list-item:before{font-size:12px}.feature-list--compact.feature-list--dots .feature-list-item:before{font-size:16px}.legal-page{min-height:100vh;background:var(--theme-bg-color);padding-top:5rem}.legal-container{max-width:1200px;margin:0 auto;padding:0 1.25rem;padding:3rem 0}@media (min-width: 768px){.legal-container{padding:0 2rem}}@media (min-width: 1200px){.legal-container{padding:0 2.5rem}}@media (min-width: 768px){.legal-container{padding:4rem 0}}@media (min-width: 1024px){.legal-container{padding:5rem 0}}.legal-content{display:grid;grid-template-columns:300px 1fr;gap:3rem;align-items:start}.legal-navigation{position:sticky;top:140px;height:fit-content;min-width:320px;max-height:calc(100vh - 180px);overflow-y:auto;z-index:10}.legal-nav-title{font-size:1.125rem;font-weight:600;margin-bottom:1.5rem;color:var(--theme-text-color)}.legal-nav{display:flex;flex-direction:column;gap:.5rem}.legal-nav-item{display:block;padding:.75rem 1rem;text-decoration:none;color:var(--theme-text-color);border-radius:8px;transition:all .2s ease;font-weight:500}.legal-nav-item:hover,.legal-nav-item.active{background:var(--theme-secondary-bg-color);color:var(--theme-primary-color)}.legal-main{max-width:none;margin-left:2rem}.documents-list{display:flex;flex-direction:column}.legal-document{margin-bottom:4rem;padding-bottom:2rem;border-bottom:2px solid var(--theme-border-color);scroll-margin-top:160px}.legal-document:last-child{border-bottom:none;margin-bottom:0}.document-title{font-size:1.75rem;font-weight:600;margin-bottom:.5rem;color:var(--theme-text-color)}.document-date{color:var(--theme-hint-color);font-size:.9rem;margin-bottom:1.5rem}.document-content h1,.document-content h2,.document-content h3,.document-content h4,.document-content h5,.document-content h6{color:var(--theme-text-color);margin-top:2rem;margin-bottom:1rem;line-height:1.3}.document-content h1{font-size:2rem}.document-content h2{font-size:1.7rem}.document-content h3{font-size:1.4rem}.document-content p{margin-bottom:1.5rem;line-height:1.7;color:var(--theme-text-color)}.document-content ul,.document-content ol{margin-bottom:1.5rem;padding-left:1.5rem}.document-content ul li,.document-content ol li{margin-bottom:.5rem;line-height:1.6;color:var(--theme-text-color)}.document-content a{color:var(--theme-primary-color);text-decoration:none}.document-content a:hover{text-decoration:underline}.document-content strong{font-weight:600;color:var(--theme-text-color)}.document-content em{font-style:italic}.document-content br{line-height:1.8}.no-documents{text-align:center;padding:4rem 2rem}.no-documents h1{color:var(--theme-text-color);margin-bottom:1rem}.no-documents p{color:var(--theme-hint-color)}.legal-footer{margin-top:4rem;padding-top:2rem;border-top:1px solid var(--theme-border-color)}.legal-actions{display:flex;justify-content:center;gap:1rem;margin-bottom:2rem}.legal-contact{text-align:center;font-size:.875rem;color:var(--theme-hint-color)}.legal-contact p{margin-bottom:.5rem}.legal-contact p:last-child{margin-bottom:0}.legal-contact a{color:var(--theme-primary-color);text-decoration:none}.legal-contact a:hover{text-decoration:underline}@media (max-width: 768px){.legal-content{grid-template-columns:1fr;gap:2rem}.legal-navigation{position:static;margin-bottom:2rem;border-bottom:1px solid var(--theme-border-color);padding-bottom:2rem;min-width:auto;max-height:none;overflow-y:visible}.legal-nav{flex-direction:row;overflow-x:auto;gap:1rem}.legal-nav::-webkit-scrollbar{height:4px}.legal-nav::-webkit-scrollbar-track{background:var(--theme-border-color);border-radius:2px}.legal-nav::-webkit-scrollbar-thumb{background:var(--theme-primary-color);border-radius:2px}.legal-nav-item{white-space:nowrap;min-width:auto}.legal-main{margin-left:0}.document-title{font-size:1.5rem}.document-content h1{font-size:1.75rem}.document-content h2{font-size:1.5rem}.document-content h3{font-size:1.25rem}.legal-actions{flex-direction:column;align-items:center}}
