.legal-page{min-height:100vh;display:flex;flex-direction:column;align-items:center;background:var(--mds-color-background-primary,#0f0f0f);padding:calc(60px + 3rem) 1.5rem 3rem}.legal-container{width:100%;max-width:800px}.legal-card{padding:2.5rem}.legal-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1.5rem;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid var(--mds-liquid-border-subtle,hsla(0,0%,100%,.1))}.legal-heading{min-width:0;text-align:right}.legal-brand{display:inline-flex;align-items:center;gap:1rem;flex:0 0 auto;margin-top:.125rem;white-space:nowrap;text-decoration:none;transition:opacity .2s ease}.legal-brand:hover{opacity:.82}.legal-brand__icon{width:48px;height:48px;flex:0 0 48px;display:block;border-radius:12px;background:#fff}.legal-brand__name{font-size:2rem;font-weight:700;letter-spacing:-.03em}.legal-brand__name,.legal-title{font-family:var(--mds-typography-fontFamily-brand,Helvetica,Arial,sans-serif);line-height:1.2;color:var(--mds-color-text-primary,#fff)}.legal-title{margin:0 0 .5rem;font-size:1.5rem;font-weight:600}.legal-date{display:block;font-size:.875rem;color:var(--mds-color-text-secondary,hsla(0,0%,100%,.7))}.legal-content{display:flex;flex-direction:column;gap:1.75rem}.legal-section__title{font-size:1.125rem;font-weight:600;margin-bottom:.75rem;color:var(--mds-color-text-primary,#fff)}.legal-section__content{font-size:.9375rem;line-height:1.7;color:var(--mds-color-text-secondary,hsla(0,0%,100%,.7))}.legal-section__content p{margin:0}.legal-section__content ul{margin:.5rem 0 0;padding-left:1.5rem}.legal-section__content li{margin-bottom:.25rem}.legal-section__content strong{color:var(--mds-color-text-primary,#fff);font-weight:500}.legal-link,.legal-section__content a{color:#5ea3ff;text-decoration:underline;text-underline-offset:3px;-webkit-text-decoration-color:rgba(94,163,255,.35);text-decoration-color:rgba(94,163,255,.35);border-radius:3px;padding:1px 3px;margin:-1px -3px;transition:background .2s ease,color .2s ease,-webkit-text-decoration-color .2s ease;transition:background .2s ease,color .2s ease,text-decoration-color .2s ease;transition:background .2s ease,color .2s ease,text-decoration-color .2s ease,-webkit-text-decoration-color .2s ease}.legal-link:hover,.legal-section__content a:hover{background:rgba(94,163,255,.12);-webkit-text-decoration-color:rgba(94,163,255,.7);text-decoration-color:rgba(94,163,255,.7);color:#7ab8ff}html[data-theme=light] .legal-page{background:var(--mds-color-background-primary,#f8f9fa)}html[data-theme=light] .legal-brand__name,html[data-theme=light] .legal-section__title{color:var(--mds-color-text-primary,#1a1a1a)}html[data-theme=light] .legal-section__content{color:var(--mds-color-text-secondary,rgba(0,0,0,.7))}html[data-theme=light] .legal-section__content strong{color:var(--mds-color-text-primary,#1a1a1a)}html[data-theme=light] .legal-link,html[data-theme=light] .legal-section__content a{color:#05c;-webkit-text-decoration-color:rgba(0,85,204,.35);text-decoration-color:rgba(0,85,204,.35)}html[data-theme=light] .legal-link:hover,html[data-theme=light] .legal-section__content a:hover{background:rgba(0,85,204,.08);-webkit-text-decoration-color:rgba(0,85,204,.7);text-decoration-color:rgba(0,85,204,.7);color:#003d99}@media (max-width:640px){.legal-page{padding:5rem 1rem 2rem}.legal-card{padding:1.5rem}.legal-header{flex-direction:column;align-items:flex-start;gap:1.25rem;margin-bottom:1.75rem}.legal-heading{text-align:left}.legal-brand{gap:.875rem;margin-top:0}.legal-brand__icon{width:40px;height:40px;flex-basis:40px;border-radius:10px}.legal-section__title{font-size:1rem}.legal-section__content{font-size:.875rem}}