.legal-page{position:relative;min-height:100dvh;display:flex;flex-direction:column;background-color:var(--app-bg-color);background-image:radial-gradient(ellipse at 50% 35%,#161412 0,#0a0a0a 55%,#050505 100%);color:var(--text-color)}.legal-page.page-with-bottom-nav{padding-bottom:0}.legal-page .bottom-nav--bar{position:static;flex-shrink:0}.legal-bg-shape{position:fixed;filter:blur(100px);border-radius:50%;pointer-events:none;z-index:0}.legal-shape-1{width:420px;height:420px;background:#3d3630;top:-80px;right:-80px;opacity:.28}.legal-shape-2{width:500px;height:500px;background:#2a2622;bottom:-120px;left:-100px;opacity:.26}.legal-page>:not(.legal-bg-shape){position:relative;z-index:1}.legal-nav{position:-webkit-sticky;position:sticky;top:0;z-index:100;padding:1rem 0;background-color:var(--app-bg-color);background-image:linear-gradient(rgba(10,10,10,.75),rgba(10,10,10,.75));backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--glass-border)}.legal-nav-inner{display:flex;align-items:center;justify-content:space-between;gap:1rem}.legal-nav-back{display:inline-flex;align-items:center;gap:.5rem;color:rgba(255,255,255,.6);text-decoration:none;font-size:.85rem;font-weight:500;line-height:1;padding:0;border:none;background:none;font-family:inherit;cursor:pointer;transition:color var(--transition-fast)}.legal-nav-back:hover{color:#fff}.legal-nav-brand{font-size:.8rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:rgba(255,255,255,.45)}.legal-main{flex:1 0 auto;padding:3rem 0 4rem;max-width:760px}.legal-header{margin-bottom:2.5rem}.legal-header h1{font-size:clamp(2rem,4vw,2.75rem);font-weight:800;letter-spacing:-.03em;margin-bottom:.75rem}.legal-updated{color:#a3a3a3;font-size:.9rem}.legal-body{display:flex;flex-direction:column;gap:2rem}.legal-markdown{gap:0}.legal-markdown h2{font-size:1.1rem;font-weight:700;margin:2rem 0 .75rem;color:#e5e5e5}.legal-markdown h2:first-child{margin-top:0}.legal-markdown h3{font-size:1rem;font-weight:600;margin:1.25rem 0 .5rem;color:#d4d4d4}.legal-markdown p{color:#a3a3a3;line-height:1.7;margin-bottom:.75rem}.legal-markdown p:last-child{margin-bottom:0}.legal-markdown ul{color:#a3a3a3;line-height:1.7;margin:0 0 .75rem 1.25rem;padding:0}.legal-markdown li{margin-bottom:.5rem}.legal-markdown li:last-child{margin-bottom:0}.legal-markdown .legal-table-wrap,.legal-markdown table{display:block;overflow-x:auto;margin-bottom:.75rem}.legal-markdown table{width:100%;border-collapse:collapse;font-size:.9rem}.legal-markdown td,.legal-markdown th{border:1px solid var(--glass-border);padding:.65rem .75rem;text-align:left;vertical-align:top;color:#a3a3a3}.legal-markdown th{color:#e5e5e5;font-weight:600;background:rgba(255,255,255,.03)}.legal-markdown a{color:#93c5fd;word-break:break-word}.legal-cookie-panel-btn{display:inline-flex;align-items:center;margin-top:.5rem;padding:.65rem 1rem;border:1px solid var(--glass-border);border-radius:.5rem;background:rgba(255,255,255,.05);color:#e5e5e5;font:inherit;font-size:.9rem;cursor:pointer;transition:background var(--transition-fast),color var(--transition-fast)}.legal-cookie-panel-btn:hover{background:rgba(255,255,255,.1);color:#fff}.legal-footer-links{display:flex;flex-wrap:wrap;gap:1.25rem;margin-top:3rem;padding-top:2rem;border-top:1px solid var(--glass-border)}.legal-footer-links a{color:rgba(255,255,255,.55);text-decoration:none;font-size:.9rem;transition:color var(--transition-fast)}.legal-footer-links a:hover{color:#fff}@media (max-width:1024px){.legal-page{background-color:var(--app-bg-color);background-image:radial-gradient(ellipse at 50% 55%,#161412 0,#0a0a0a 70%,#0a0a0a 100%)}.legal-header h1{font-size:clamp(1.65rem,6.5vw,2.25rem);line-height:1.15;overflow-wrap:anywhere}.legal-main{padding:2rem 0 3rem}.legal-bg-shape{animation:mobile-aurora 18s ease-in-out infinite;filter:blur(90px)}.legal-shape-1{width:280px;height:280px;top:32%;right:-22%;background:#111111;opacity:.38}.legal-shape-2{width:300px;height:300px;bottom:-18%;left:-28%;animation-delay:-4s;opacity:.32}}@media (max-width:1024px) and (prefers-reduced-motion:reduce){.legal-bg-shape{animation:none}}