.legal-section{position:relative;padding:var(--space-3xl) 0 var(--space-2xl)}.legal-inner{width:min(100% - var(--space-md) * 2,var(--content-max,1200px));margin-inline:auto;padding:0 var(--space-md)}.legal-header{text-align:center;margin-bottom:var(--space-2xl)}.legal-title{font-size:var(--fs-section);font-weight:400;line-height:var(--lh-heading);letter-spacing:var(--ls-display);color:var(--text-primary);margin-bottom:var(--space-xs)}.legal-subtitle{font-size:clamp(.9rem,1.2vw,1.05rem);color:var(--text-secondary);line-height:1.6;max-width:50ch;margin:0 auto}.legal-updated{margin-top:var(--space-sm);font-size:.7rem;color:var(--text-muted);opacity:.5}.legal-body{display:grid;grid-template-columns:220px 1fr;gap:clamp(2rem,5vw,5rem);align-items:start}.legal-toc{position:sticky;top:calc(var(--nav-height,70px) + var(--space-md));padding:var(--space-sm) 0}.legal-toc-title{font-size:.65rem;font-weight:500;letter-spacing:.15em;text-transform:uppercase;color:var(--text-muted);margin-bottom:var(--space-sm)}.legal-toc-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:4px}.legal-toc-link{display:flex;align-items:center;gap:.6rem;padding:.55rem .7rem;border-radius:var(--radius-sm);color:var(--text-secondary);text-decoration:none;font-size:.78rem;font-weight:400;transition:color .2s var(--ease-smooth),background .2s var(--ease-smooth)}.legal-toc-link:hover{color:var(--text-primary);background:#ffffff0a}body.light-mode .legal-toc-link:hover{background:#00000008}.legal-toc-link .legal-toc-num{font-size:.6rem;font-weight:500;color:var(--accent);opacity:.6;min-width:1.2em}.legal-toc-link i{width:13px;height:13px;opacity:.4;flex-shrink:0}.legal-content{display:flex;flex-direction:column}.legal-block{padding:clamp(2.5rem,4vw,3.5rem) 0;border-bottom:1px solid var(--border-subtle)}.legal-block:first-child{padding-top:0}.legal-block:last-child{border-bottom:none}.legal-block-head{display:flex;align-items:center;gap:.75rem;margin-bottom:var(--space-md)}.legal-block-num{font-size:.6rem;font-weight:500;color:var(--accent);width:28px;height:28px;border-radius:50%;border:1px solid rgba(var(--accent-rgb),.25);display:flex;align-items:center;justify-content:center;flex-shrink:0}.legal-block h2{font-size:clamp(1.1rem,1.5vw,1.3rem);font-weight:500;color:var(--text-primary);line-height:1.3}.legal-block address,.legal-block p{color:var(--text-secondary);font-size:clamp(.85rem,1vw,.95rem);line-height:1.75;margin:0;font-style:normal;padding-left:calc(28px + .75rem)}.legal-block p+p{margin-top:1rem}.legal-block strong{color:var(--text-primary);font-weight:500}.legal-block em{color:var(--text-muted);font-style:italic}.legal-block a{color:var(--accent);text-decoration:none}.legal-block a:hover{color:var(--accent-hover)}.legal-highlight{background:var(--bg-surface);border:1px solid rgba(255,255,255,.06);border-radius:var(--radius-lg);padding:clamp(1.5rem,2.5vw,2rem);margin-left:calc(28px + .75rem);margin-top:var(--space-sm);margin-bottom:var(--space-sm)}body.light-mode .legal-highlight{background:#00000005;border-color:#0000000f}.legal-highlight p{padding-left:0;line-height:1.75}.legal-highlight p+p{margin-top:.75rem}.legal-highlight-row{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-sm);margin-bottom:var(--space-sm)}.legal-highlight-row .legal-highlight{margin-left:0}.legal-back{display:flex;justify-content:center;margin-top:var(--space-xl)}.legal-back a{display:inline-flex;align-items:center;gap:.4rem;color:var(--text-muted);text-decoration:none;font-size:.85rem;transition:color .3s var(--ease-smooth),gap .3s var(--ease-smooth)}.legal-back a:hover{color:var(--text-primary);gap:.6rem}.legal-back svg{width:14px;height:14px}.error-section{position:relative;min-height:80vh;min-height:80svh;display:flex;align-items:center;justify-content:center;overflow:hidden;padding:var(--space-3xl) 0}.error-inner{width:min(100% - var(--space-md) * 2,var(--content-max,1200px));margin-inline:auto;padding:0 var(--space-md);text-align:center;position:relative;z-index:1}.error-ghost{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;pointer-events:none;user-select:none}.error-ghost-char{font-family:Plus Jakarta Sans,sans-serif;font-size:clamp(16rem,24vw,35rem);font-weight:200;line-height:.85;color:transparent;-webkit-text-stroke:1.5px var(--border-subtle)}.error-ghost-char:nth-child(2){-webkit-text-stroke-color:rgba(var(--accent-rgb),.12)}.error-title{font-size:var(--fs-section);font-weight:400;line-height:var(--lh-heading);letter-spacing:var(--ls-display);color:var(--text-primary);margin-bottom:var(--space-xs)}.error-desc{font-size:var(--fs-body);font-weight:400;line-height:var(--lh-body);color:var(--text-secondary);max-width:38ch;margin:0 auto var(--space-xl)}.error-ctas{display:flex;gap:.75rem;justify-content:center;flex-wrap:wrap}.error-cta{display:inline-flex;align-items:center;gap:.5rem;font-family:Plus Jakarta Sans,sans-serif;font-size:.85rem;font-weight:500;padding:.75rem 1.5rem;border-radius:var(--radius-pill);text-decoration:none;transition:transform .3s var(--ease-elastic),border-color .3s var(--ease-smooth),color .3s var(--ease-smooth),background .3s var(--ease-smooth)}.error-cta:hover{transform:scale(1.04)}.error-cta--primary{color:var(--bg-void);background:var(--accent);border:1px solid var(--accent)}.error-cta--primary:hover{background:var(--accent-hover);border-color:var(--accent-hover)}.error-cta--ghost{color:var(--text-primary);background:0 0;border:1px solid var(--border-subtle)}.error-cta--ghost:hover{border-color:var(--accent);color:var(--accent)}.error-cta svg{width:16px;height:16px;flex-shrink:0}@media(max-width:1024px){.legal-section{padding:var(--space-2xl) 0 var(--space-xl)}.legal-body{grid-template-columns:1fr;gap:0}.legal-toc{position:static;border-bottom:1px solid var(--border-subtle);padding-bottom:var(--space-md);margin-bottom:var(--space-md)}.legal-toc-list{flex-direction:row;flex-wrap:wrap;gap:.25rem}.legal-toc-link{font-size:.72rem;padding:.35rem .5rem}.error-ghost-char{-webkit-text-stroke-width:1px}}@media(max-width:640px){.legal-section{padding:var(--space-xl) 0 var(--space-lg)}.legal-block address,.legal-block p{padding-left:0}.legal-highlight{margin-left:0}.legal-highlight-row{grid-template-columns:1fr}.legal-toc-link .legal-toc-num{display:none}.error-section{min-height:65svh;padding:var(--space-2xl) 0}.error-ghost-char{-webkit-text-stroke-width:.5px}.error-ctas{flex-direction:column;align-items:center}.error-cta{width:100%;max-width:260px;justify-content:center}}@media(min-width:1920px){.legal-title{font-size:clamp(3rem,3vw,5rem)}.legal-body{grid-template-columns:260px 1fr}.error-title{font-size:clamp(3.5rem,3.5vw,6rem)}.error-desc{font-size:clamp(1.05rem,.85vw,1.3rem)}}@media(prefers-reduced-motion:reduce){.legal-back a,.legal-toc-link,.error-cta{transition:none}}@media(hover:none){.legal-toc-link:hover{background:0 0;color:var(--text-secondary)}.legal-back a:hover{color:var(--text-muted);gap:.4rem}.error-cta:hover{transform:none}}
