.legal-header{background:var(--clr-surface);border-radius:0 0 60px 60px;padding:80px 60px 100px;overflow:hidden}.legal-header__inner{max-width:1100px;margin:0 auto}.legal-header__title{color:var(--clr-text);margin-bottom:25px;font-size:clamp(2.25rem,5vw,4.5rem);font-weight:700;line-height:1.15}.legal-header__meta{color:var(--clr-text);margin-top:10px;font-size:clamp(1rem,1.5vw,1.125rem)}.legal-header__meta-label{color:var(--clr-text-muted)}.legal-body{max-width:1200px;margin:0 auto;padding:0 24px 80px;overflow:visible}p,li{text-wrap:auto}.legal-inner{background:var(--clr-bg);border:1px solid var(--clr-border);z-index:1;border-radius:24px;grid-template-columns:1fr 220px;align-items:stretch;gap:48px;margin-top:-60px;padding:40px 20px 40px 40px;display:grid;position:relative;overflow:visible}.legal-sidebar__sticky{max-height:calc(100vh - var(--nav-h) - 48px);position:static;overflow-y:auto}.legal-sidebar__label{letter-spacing:.08em;text-transform:uppercase;color:var(--clr-text-muted);margin-bottom:12px;font-size:.72rem;font-weight:700}.legal-sidebar{align-self:stretch;position:relative}.legal-toc{border-left:2px solid var(--clr-border);list-style:none}.legal-toc__link{color:var(--clr-text-muted);border-left:4px solid #0000;margin-left:-2px;padding:7px 0 7px 16px;font-size:.875rem;line-height:1.5;text-decoration:none;transition:color .15s,border-color .15s;display:block}.legal-toc__link:hover{color:var(--clr-text)}.legal-toc__link.is-active{color:var(--clr-brand);border-left-color:var(--clr-brand);font-weight:600}.legal-toc-mobile{border:1px solid var(--clr-border);border-radius:20px;margin-bottom:24px;display:none;overflow:hidden}.legal-toc-mobile__btn{background:var(--toc-bg);width:100%;color:var(--clr-text);cursor:pointer;border:none;justify-content:space-between;align-items:center;padding:14px 16px;font-size:.9rem;font-weight:600;display:flex}.legal-toc-mobile__btn svg{flex-shrink:0;transition:transform .2s}.legal-toc-mobile__btn.is-open svg{transform:rotate(180deg)}.legal-toc-mobile__list{border-top:1px solid var(--clr-border);background:var(--clr-bg);list-style:none}.legal-toc-mobile__link{color:var(--clr-text-muted);border-bottom:1px solid var(--clr-border);padding:12px 16px;font-size:.875rem;text-decoration:none;transition:background .15s,color .15s;display:block}.legal-toc-mobile__link:last-child{border-bottom:none}.legal-toc-mobile__link:hover{background:var(--clr-surface);color:var(--clr-brand)}.legal-toc-mobile.is-sticky{top:var(--nav-h);z-index:100;background:var(--clr-bg);box-shadow:0 2px 8px var(--clr-shadow);border-top:none;border-left:none;border-right:none;border-radius:0;margin-bottom:0;position:fixed;left:0;right:0}.legal-toc-mobile.is-sticky .legal-toc-mobile__btn{background:var(--toc-bg)}.legal-toc-mobile.is-sticky~*{padding-top:60px}.legal-section{border-bottom:1px solid var(--clr-border);scroll-margin-top:calc(var(--nav-h) + 24px);padding:32px 0}.legal-section:last-child{border-bottom:none}.legal-section__title{color:var(--clr-text);margin-bottom:16px;font-size:clamp(1.75rem,3vw,2.375rem);font-weight:700}.legal-section__body{color:var(--clr-text-muted);font-size:clamp(1rem,1.2vw,1.125rem);line-height:1.8}.legal-section__body p{margin-bottom:12px}.legal-section__body p:last-child{margin-bottom:0}.legal-section__body ul,.legal-section__body ol{margin-bottom:12px;padding-left:1.4em}.legal-section__body li{margin-bottom:6px;list-style:outside}.legal-section__body ol li{list-style:decimal}.legal-section__body strong{color:var(--clr-text);font-weight:600}.legal-section__body a{color:var(--clr-brand);text-underline-offset:2px;text-decoration:underline}.legal-section__body a:hover{opacity:.8}.legal-section__body table{border-collapse:collapse;width:100%;margin:16px 0;font-size:.875rem}.legal-section__body th{background:var(--clr-surface);color:var(--clr-text);text-align:left;border:1px solid var(--clr-border);padding:10px 12px;font-weight:600}.legal-section__body td{border:1px solid var(--clr-border);vertical-align:top;padding:10px 12px}@media (width<=1024px){.legal-header{border-radius:0 50px 0 0;margin:0;padding:32px 25px 40px}.legal-inner{border:none;border-radius:16px;grid-template-columns:1fr;margin-top:0;padding:5px 10px}.legal-body{padding:20px 12px 30px}.legal-section{padding:0}.legal-sidebar{display:none}.legal-toc-mobile{display:block}.legal-section__title{margin-top:30px}.legal-section__body{padding-bottom:30px}}