.legal{padding-top:calc(68px + clamp(3rem, 6vw, 5rem));padding-bottom:var(--section-y)}.legal__header{text-align:center;margin-bottom:clamp(2.5rem,5vw,4rem)}.legal__header .subtext{margin:.5rem auto 0}.legal__date{font-size:.8125rem;color:var(--text-muted);margin-top:.75rem}.legal__toc{background:var(--bg-card-solid);border:1px solid var(--border-default);border-radius:var(--r-lg);padding:clamp(1.25rem,2.5vw,2rem);margin-bottom:3rem;max-width:720px;margin-left:auto;margin-right:auto}.legal__toc-title{font-family:var(--font-display);font-size:.9375rem;font-weight:700;color:var(--text-white);margin-bottom:1rem}.legal__toc-list{list-style:none;display:flex;flex-direction:column;gap:.5rem}.legal__toc-list--grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:.5rem 1.5rem;gap:.5rem 1.5rem}.legal__toc-link{font-size:.875rem;color:var(--amber-400);transition:color .2s}.legal__toc-link:hover{color:var(--amber-300);text-decoration:underline}.legal__content{max-width:720px;margin:0 auto}.legal__section{margin-bottom:3rem}.legal__section-title{font-family:var(--font-display);font-size:clamp(1.25rem,2.5vw,1.5rem);font-weight:700;color:var(--text-white);margin-bottom:1rem;letter-spacing:-.02em}.legal__text{font-size:.9375rem;color:var(--text-secondary);line-height:1.8;margin-bottom:1rem}.legal__text:last-child{margin-bottom:0}.legal__text strong{color:var(--text-white);font-weight:600}.legal__text--small{font-size:.8125rem;color:var(--text-muted);font-style:italic}.legal__card{background:var(--bg-card-solid);border:1px solid var(--border-default);border-radius:var(--r-md);padding:clamp(1.25rem,2.5vw,1.75rem);margin-bottom:1rem}.legal__card:last-child{margin-bottom:0}.legal__card--warning{border-color:rgba(239,68,68,.25);background:rgba(239,68,68,.04)}.legal__card--amber{border-color:rgba(234,179,8,.2);background:rgba(234,179,8,.04)}.legal__card-title{font-family:var(--font-display);font-size:1rem;font-weight:700;color:var(--amber-400);margin-bottom:.75rem}.legal__card-text{font-size:.9375rem;color:var(--text-secondary);line-height:1.75;margin-bottom:.75rem}.legal__card-text:last-child{margin-bottom:0}.legal__card-text strong{color:var(--text-white);font-weight:600}.legal__list{list-style:none;display:flex;flex-direction:column;gap:.5rem;margin-top:.5rem}.legal__list-item{font-size:.9375rem;color:var(--text-secondary);line-height:1.6;padding-left:1.25rem;position:relative}.legal__list-item:before{content:"\2022";position:absolute;left:0;color:var(--text-muted)}.legal__list-item strong{color:var(--text-white);font-weight:600}.legal__code{background:var(--bg-deep);border-radius:var(--r-sm);padding:1rem 1.25rem;margin-top:.75rem}.legal__code p{font-family:monospace;font-size:.875rem;line-height:1.6}.legal__code-highlight{color:var(--amber-400)}.legal__code-muted{color:var(--text-muted);margin-top:.375rem}.legal__footer{margin-top:4rem;padding-top:2rem;text-align:center}.legal__footer-text{font-size:.8125rem;color:var(--text-muted);margin-bottom:.375rem}.legal__footer-links{margin-top:1rem;display:flex;justify-content:center;gap:1.5rem}.legal__footer-link{font-size:.8125rem;color:var(--amber-400);transition:color .2s}.legal__footer-link:hover{color:var(--amber-300);text-decoration:underline}@media (max-width:600px){.legal__toc-list--grid{grid-template-columns:1fr}}