:root{--primary:#4a90e2;--primary-dark:#5c2e94;--primary-light:#89cff0;--secondary:#ffd93d;--secondary-dark:#201c47;--secondary-light:#fff4bd;--primary-rgb:74,144,226;--secondary-rgb:255,217,61;--accent-1:#e8f4ff;--accent-2:#b6e3ff;--accent-3:#ffe8a3;--accent-4:#f5f9ff;--text:#2c3e50;--text-light:#7a8c9e;--text-primary:#212121;--text-secondary:#757575;--text-white:#fff;--background:#fff;--background-alt:#f8fbff;--background-light:#f0f2f5;--background-dark:#e9ecef;--border:#e8f0f8;--card-border-radius:16px;--button-border-radius:12px;--box-shadow:0 10px 30px rgba(0,0,0,.08);--hover-transition:all 0.3s ease;--navbar-height:90px;--navbar-categories-height:50px;--font-primary:"Geist Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;--font-heading:"Geist Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif}@media(prefers-color-scheme:dark){:root{--background:#0a0a0a;--foreground:#ededed}}.legal-page{min-height:100vh;background:var(--background);padding-top:var(--navbar-height)}.legal-hero{position:relative;padding:4rem 0;overflow:hidden;background:linear-gradient(135deg,var(--background-alt) 0,var(--background) 100%)}.legal-hero .hero-background{position:absolute;inset:0;overflow:hidden;pointer-events:none}.legal-hero .hero-background .gradient-orb{position:absolute;border-radius:50%;filter:blur(80px);opacity:.3}.legal-hero .hero-background .gradient-orb.orb-1{width:300px;height:300px;background:linear-gradient(135deg,var(--primary) 0,var(--primary-light) 100%);top:-80px;right:-80px;animation:float 9s ease-in-out infinite}.legal-hero .hero-background .gradient-orb.orb-2{width:250px;height:250px;background:linear-gradient(135deg,var(--secondary) 0,var(--secondary-light) 100%);bottom:-60px;left:-60px;animation:float 11s ease-in-out infinite reverse}.legal-hero .hero-content{position:relative;z-index:10;text-align:center;max-width:650px;margin:0 auto}.legal-hero .hero-content .hero-badge{display:inline-block;padding:.5rem 1.25rem;background:linear-gradient(135deg,rgba(var(--primary-rgb),.1) 0,rgba(var(--secondary-rgb),.1) 100%);border:1px solid rgba(var(--primary-rgb),.2);border-radius:50px;font-size:.875rem;font-weight:600;color:var(--primary);margin-bottom:1.5rem}.legal-hero .hero-content .hero-title{font-size:clamp(2rem,4vw,2.75rem);font-weight:800;line-height:1.15;margin-bottom:1rem;background:linear-gradient(135deg,var(--text) 0,var(--primary) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.legal-hero .hero-content .hero-subtitle{font-size:1.1rem;color:var(--text-light);line-height:1.7;margin-bottom:1rem}.legal-hero .hero-content .last-updated{font-size:.9rem;color:var(--text-light);opacity:.8}.legal-content{padding:3rem 0 5rem}.legal-content .content-wrapper{display:grid;grid-template-columns:280px 1fr;gap:3rem;align-items:start}@media(max-width:992px){.legal-content .content-wrapper{grid-template-columns:1fr}}.toc{position:sticky;top:calc(var(--navbar-height) + 2rem);background:var(--background);border:1px solid var(--border);border-radius:var(--card-border-radius);padding:1.5rem;box-shadow:var(--box-shadow)}@media(max-width:992px){.toc{position:static}}.toc .toc-title{font-size:1rem;font-weight:700;color:var(--text);margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid var(--border)}.toc .toc-nav{display:flex;flex-direction:column;gap:.5rem}.toc .toc-link{display:flex;align-items:center;gap:.75rem;padding:.625rem .75rem;border-radius:8px;font-size:.9rem;color:var(--text-light);text-decoration:none;transition:var(--hover-transition)}.toc .toc-link:hover{background:var(--background-alt);color:var(--primary)}.toc .toc-link .toc-icon{font-size:1rem}.main-content .intro-text{background:var(--background-alt);border-radius:var(--card-border-radius);padding:1.5rem 2rem;margin-bottom:2rem}.main-content .intro-text p{font-size:1.05rem;line-height:1.8;color:var(--text-light);margin:0}.main-content .content-section{background:var(--background);border:1px solid var(--border);border-radius:var(--card-border-radius);padding:2rem;margin-bottom:1.5rem;transition:var(--hover-transition)}.main-content .content-section:hover{box-shadow:var(--box-shadow)}.main-content .content-section:last-child{margin-bottom:0}.main-content .content-section .section-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.25rem;padding-bottom:1rem;border-bottom:1px solid var(--border)}.main-content .content-section .section-header .section-icon{font-size:1.5rem}.main-content .content-section .section-header .section-title{font-size:1.25rem;font-weight:700;color:var(--text);margin:0}.main-content .content-section .section-content p{font-size:1rem;line-height:1.8;color:var(--text-light);margin:0;white-space:pre-line}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}