.legal{min-height:100vh;background:var(--cream);display:flex;flex-direction:column}.legal__nav{background:var(--white);border-bottom:1px solid var(--mist)}.legal__navin{display:flex;justify-content:space-between;align-items:center;height:72px}.legal__home{font-size:14px;font-weight:600;color:var(--forest)}.legal__body{flex:1 1;padding:56px 20px 80px;max-width:760px}.legal__body h1{font-size:clamp(32px,4vw,44px)}.legal__updated{font-size:13px;color:var(--grey);margin:8px 0 32px}.legal__body h2{font-size:20px;margin:28px 0 10px}.legal__body p{font-size:15px;line-height:1.7;color:var(--ink);margin-bottom:12px}.legal__table{border:1px solid var(--mist);border-radius:14px;overflow:hidden;margin:18px 0;background:var(--white)}.legal__tr{display:grid;grid-template-columns:1fr 2fr 1fr .8fr;grid-gap:12px;gap:12px;padding:12px 16px;font-size:13px;border-bottom:1px solid var(--cream)}.legal__tr:last-child{border-bottom:0}.legal__tr--head{background:var(--mist);font-weight:700;font-size:11px;text-transform:uppercase;letter-spacing:.05em;color:var(--forest)}.legal__tr code{font-size:12px;background:var(--cream);padding:2px 6px;border-radius:6px}.legal__foot{background:var(--ink);color:var(--grey);font-size:12px;padding:24px 0}@media (max-width:640px){.legal__tr{grid-template-columns:1fr 1.5fr}.legal__tr span:nth-child(n+3),.legal__tr--head span:nth-child(n+3){display:none}}.cookiebar{position:fixed;left:20px;right:20px;bottom:20px;z-index:90;margin:0 auto;max-width:720px;background:var(--ink);color:var(--mist);border-radius:18px;padding:18px 22px;display:flex;gap:18px;align-items:center;box-shadow:0 24px 60px rgba(0,0,0,.35);animation:cookiebar-in .45s cubic-bezier(.2,.7,.2,1)}@keyframes cookiebar-in{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.cookiebar__text{flex:1 1;font-size:13px;line-height:1.55}.cookiebar__text b{color:var(--white)}.cookiebar__text a{color:var(--leaf);font-weight:600;text-decoration:underline}.cookiebar__actions{display:flex;gap:8px;flex:none}.cookiebar__actions .btn--ghost{color:var(--mist);box-shadow:inset 0 0 0 1.5px rgba(255,255,255,.35)}@media (max-width:640px){.cookiebar{flex-direction:column;align-items:stretch;text-align:left}.cookiebar__actions{justify-content:flex-end}}