.legal-page{background:var(--color-bg);flex-direction:column;width:100%;min-height:100vh;display:flex}.legal-page>*{flex-shrink:0}.legal-nav{background:var(--color-bg);border-bottom:1px solid var(--color-border);width:100%}.legal-nav__inner{width:100%;max-width:48rem;padding:1rem var(--page-gutter);justify-content:space-between;align-items:flex-start;gap:1.5rem;margin-inline:auto;display:flex}.legal-nav__brand{letter-spacing:.04em;text-transform:uppercase;color:var(--color-text-muted);flex-shrink:0;font-size:.875rem;font-weight:500}.legal-nav__brand:hover{color:var(--color-text)}.legal-nav__menu{flex:1;justify-content:flex-end;display:flex}.legal-nav__links{flex-wrap:wrap;justify-content:flex-end;gap:.75rem 1.25rem;display:flex}.legal-nav__link{letter-spacing:.06em;text-transform:uppercase;color:var(--color-text-muted);font-size:.75rem;font-weight:500}.legal-nav__link:hover{color:var(--color-text)}.legal-header{width:100%;max-width:48rem;padding:clamp(2.5rem, 6vh, 4rem) var(--page-gutter) 2rem;border-bottom:1px solid var(--color-border);margin-inline:auto}.legal-header__title{letter-spacing:-.02em;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:500;line-height:1.15}.legal-header__operator{color:var(--color-text-muted);margin-top:.75rem;font-size:.9375rem}.legal-header__updated{font-family:var(--font-geist-mono), monospace;letter-spacing:.04em;color:var(--color-text-muted);margin-top:.5rem;font-size:.75rem}.legal-body{width:100%;max-width:48rem;padding:2rem var(--page-gutter) clamp(3rem, 8vh, 5rem);margin-inline:auto}.legal-section{border-top:1px solid var(--color-border);padding-top:2rem}.legal-section--first{border-top:none;padding-top:0}.legal-section__title{letter-spacing:-.01em;margin-bottom:1rem;font-size:1.125rem;font-weight:500;line-height:1.35}.legal-subsection{margin-top:1.25rem}.legal-subsection__title{margin-bottom:.5rem;font-size:1rem;font-weight:500;line-height:1.35}.legal-prose{color:var(--color-text-muted);white-space:pre-line;margin-top:.75rem;font-size:.9375rem;line-height:1.6}.legal-prose:first-of-type,.legal-labeled-block+.legal-prose{margin-top:0}.legal-labeled-block{margin-top:1rem}.legal-labeled-block:first-child{margin-top:0}.legal-labeled-block__label{color:var(--color-text);margin-bottom:.25rem;font-size:.875rem;font-weight:500}.legal-list{flex-direction:column;gap:.375rem;margin-top:.75rem;padding-left:1.25rem;display:flex}.legal-list li{color:var(--color-text-muted);font-size:.9375rem;line-height:1.55;list-style:outside}.legal-list li::marker{color:var(--color-text-muted)}.legal-page .site-footer{margin-top:auto}
