.legal-wrapper{min-height:100vh;display:flex;flex-direction:column;background:rgb(var(--bg));color:rgb(var(--fg));font-family:var(--font-sans);line-height:1.6}.legal-header{position:sticky;top:0;z-index:100;background:rgb(var(--surface)/.85);backdrop-filter:blur(12px);border-bottom:1px solid rgb(var(--border))}.legal-header-content{max-width:1400px;margin:0 auto;padding:1rem 1.5rem;display:flex;justify-content:space-between;align-items:center}.legal-logo{display:flex;align-items:center;gap:.75rem;text-decoration:none;transition:opacity .2s}.legal-logo:hover{opacity:.8}.legal-header-actions{display:flex;gap:1rem;align-items:center}.legal-menu-toggle{display:none;background:none;border:none;cursor:pointer;color:rgb(var(--muted-fg));padding:.5rem;transition:color .2s}.legal-menu-toggle:hover{color:rgb(var(--primary))}.legal-btn{padding:.625rem 1.25rem;border-radius:var(--radius-md);font-weight:500;text-decoration:none;transition:all .2s;border:none;cursor:pointer;font-size:.9375rem;display:inline-flex;align-items:center;gap:.5rem}.legal-btn-primary{background:rgb(var(--primary));color:rgb(var(--on-primary))}.legal-btn-primary:hover{background:rgb(var(--primary)/.9);transform:translateY(-1px);box-shadow:0 4px 12px rgb(var(--primary)/.3)}.legal-btn-outline{background:transparent;color:rgb(var(--primary));border:1px solid rgb(var(--primary)/.5)}.legal-btn-outline:hover{background:rgb(var(--primary)/.1)}.legal-container{display:flex;max-width:1400px;margin:0 auto;width:100%;flex:1}.legal-sidebar{width:280px;padding:2.5rem 1.5rem;border-right:1px solid rgb(var(--border));background:rgb(var(--surface-2)/.5);position:sticky;top:73px;height:calc(100vh - 73px);overflow-y:auto}.legal-sidebar.mobile-open{display:block}.legal-sidebar-title{font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:rgb(var(--muted-fg));margin-bottom:1rem}.legal-nav{display:flex;flex-direction:column;gap:.375rem}.legal-nav-link{padding:.75rem 1rem;border-radius:var(--radius-sm);text-decoration:none;color:rgb(var(--muted-fg));font-weight:500;display:flex;align-items:center;gap:.75rem;transition:all .2s;font-size:.9375rem}.legal-nav-link:hover{background:rgb(var(--surface));color:rgb(var(--primary))}.legal-nav-link.active{background:rgb(var(--primary)/.1);color:rgb(var(--primary));font-weight:600}.legal-nav-icon{width:20px;height:20px;display:flex;align-items:center;justify-content:center}.legal-content{flex:1;padding:4rem 3rem;max-width:900px;margin:0 auto}.legal-page-header{margin-bottom:3rem;padding-bottom:1.5rem;border-bottom:2px solid rgb(var(--border))}.legal-page-title{font-size:3rem;font-weight:800;color:rgb(var(--fg));margin-bottom:.5rem;line-height:1.1;letter-spacing:-.02em}.legal-page-subtitle{font-size:1.25rem;color:rgb(var(--muted-fg));margin-bottom:.75rem;font-weight:400}.legal-page-meta{font-size:.875rem;color:rgb(var(--muted-fg)/.7)}.legal-section{margin-bottom:3rem}.legal-section-title{font-size:1.875rem;font-weight:700;color:rgb(var(--fg));margin-bottom:1.25rem;margin-top:2.5rem;letter-spacing:-.01em}.legal-section-subtitle{font-size:1.25rem;font-weight:600;color:rgb(var(--fg));margin-bottom:1rem;margin-top:2rem}.legal-text{font-size:1.0625rem;margin-bottom:1.25rem;line-height:1.8}.legal-list,.legal-text{color:rgb(var(--muted-fg))}.legal-list{margin:1.25rem 0;padding-left:1.5rem}.legal-list li{margin-bottom:.75rem;line-height:1.7}.legal-highlight{background:rgb(var(--primary)/.05);padding:2rem;border-left:4px solid rgb(var(--primary));border-radius:var(--radius-md);margin:2rem 0}.legal-highlight-title{font-size:1.25rem;font-weight:700;color:rgb(var(--primary));margin-bottom:.75rem}.legal-team-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin:2rem 0}.legal-team-card{background:rgb(var(--surface-2));border:1px solid rgb(var(--border));border-radius:var(--radius-lg);padding:2rem;text-align:center;transition:all .3s}.legal-team-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px rgba(0,0,0,.05);border-color:rgb(var(--primary)/.5)}.legal-team-avatar{width:100px;height:100px;border-radius:50%;background:linear-gradient(135deg,rgb(var(--primary)),rgb(var(--accent)));display:flex;align-items:center;justify-content:center;margin:0 auto 1.25rem;font-size:2.5rem;font-weight:700;color:rgb(var(--on-primary))}.legal-team-name{font-size:1.25rem;font-weight:700;color:rgb(var(--fg));margin-bottom:.375rem}.legal-team-role{font-size:1rem;color:rgb(var(--primary));font-weight:600;margin-bottom:.75rem}.legal-team-company{font-size:.9375rem;color:rgb(var(--muted-fg))}.legal-footer{background:rgb(var(--surface-2));border-top:1px solid rgb(var(--border));color:rgb(var(--muted-fg));padding:3rem 1.5rem 2rem;margin-top:auto}.legal-footer-content{max-width:1400px;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin:0 auto 2rem}.legal-footer-section h3{font-size:1rem;font-weight:700;color:rgb(var(--fg));margin-bottom:1.25rem}.legal-footer-links{display:flex;flex-direction:column;gap:.75rem}.legal-footer-link{color:rgb(var(--muted-fg));text-decoration:none;font-size:.9375rem;transition:color .2s}.legal-footer-link:hover{color:rgb(var(--primary))}.legal-footer-bottom{max-width:1400px;margin:0 auto;padding-top:2rem;border-top:1px solid rgb(var(--border));text-align:center;font-size:.875rem;color:rgb(var(--muted-fg)/.7)}.legal-contact-info{background:rgb(var(--surface));border:1px solid rgb(var(--border));border-radius:var(--radius-lg);padding:2rem;margin:2.5rem 0}.legal-contact-item{display:flex;align-items:center;gap:1rem;margin-bottom:1rem;color:rgb(var(--muted-fg));font-weight:500}.legal-contact-item:last-child{margin-bottom:0}.legal-contact-icon{color:rgb(var(--primary));display:flex;align-items:center;justify-content:center;background:rgb(var(--primary)/.1);padding:.5rem;border-radius:var(--radius-sm)}.legal-link{color:rgb(var(--primary));text-decoration:none;font-weight:600}.legal-link:hover{text-decoration:underline}@media (max-width:768px){.legal-menu-toggle{display:block}.legal-btn span{display:none}.legal-sidebar{position:fixed;left:-100%;top:73px;width:280px;height:calc(100vh - 73px);z-index:90;transition:left .3s ease;box-shadow:2px 0 8px rgba(0,0,0,.1);background:rgb(var(--bg))}.legal-sidebar.mobile-open{left:0}.legal-content{padding:2.5rem 1.5rem}.legal-page-title{font-size:2.25rem}.legal-section-title{font-size:1.5rem}.legal-header-content{padding:1rem 1.25rem}.legal-footer-content,.legal-team-grid{grid-template-columns:1fr}.legal-footer-content{gap:1.5rem}}@media (max-width:480px){.legal-page-title{font-size:1.875rem}.legal-btn{padding:.5rem 1rem;font-size:.875rem}.legal-content{padding:2rem 1rem}}@media print{.legal-footer,.legal-header,.legal-menu-toggle,.legal-sidebar{display:none}.legal-content{max-width:100%;padding:0}.legal-wrapper{background:#fff}}