.legal-container.svelte-1lsggi3{min-height:100vh;padding:clamp(1.5rem,5vw,3rem) 1.25rem 3rem;background:var(--primary-bg);color:var(--text-primary);display:flex;justify-content:center}.content-wrapper.svelte-1lsggi3{width:min(880px,100%);background:var(--card-bg);border:1px solid var(--border-color, rgba(255, 255, 255, .08));border-radius:20px;box-shadow:0 24px 60px #00000059;padding:clamp(1.75rem,4vw,2.5rem) clamp(2rem,4vw,3.5rem);line-height:1.65;position:relative;display:flex;flex-direction:column;gap:clamp(1.5rem,4vw,2.25rem)}.content-wrapper.svelte-1lsggi3:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#0e704fa6,#0e704f00)}.top-actions.svelte-1lsggi3{position:absolute;top:1.5rem;left:1.5rem;display:flex;align-items:center;gap:.6rem}.close-page.svelte-1lsggi3{width:38px;height:38px;border-radius:999px;background:var(--glass-bg);border:1px solid var(--accent-green);display:grid;place-items:center;color:var(--text-secondary);cursor:pointer;transition:background .2s ease,border-color .2s ease,color .2s ease}.close-page.svelte-1lsggi3:hover,.close-page.svelte-1lsggi3:focus-visible{background:var(--glass-bg-hover);border-color:var(--accent-green);color:var(--text-primary);outline:none}.close-page.svelte-1lsggi3 svg:where(.svelte-1lsggi3){width:22px;height:22px}.home-link.svelte-1lsggi3{display:inline-flex;align-items:center;padding:.35rem .7rem;border-radius:999px;border:1px solid var(--accent-green);background:var(--glass-bg);color:var(--text-primary);font-weight:600;font-size:.88rem;text-decoration:none;transition:background .2s ease,border-color .2s ease}.home-link.svelte-1lsggi3:hover,.home-link.svelte-1lsggi3:focus-visible{background:var(--glass-bg-hover);border-color:var(--accent-green);outline:none}h1.svelte-1lsggi3{font-size:clamp(2rem,4vw,2.75rem);margin:1rem 0 0;color:var(--text-primary);font-weight:700}.last-updated.svelte-1lsggi3{font-style:italic;color:var(--text-secondary);margin:0;padding-bottom:1.25rem;border-bottom:1px solid rgba(255,255,255,.08)}.global-legal-body{display:flex;flex-direction:column;gap:clamp(1.75rem,3vw,2.75rem);color:var(--text-secondary);padding-left:1rem}.global-legal-body section{display:grid;gap:.85rem;max-width:72ch;margin:0}.global-legal-body section:not(:last-child){padding-bottom:1.75rem;border-bottom:1px solid rgba(255,255,255,.06)}.global-legal-body h2{position:relative;font-size:clamp(1.35rem,3vw,1.85rem);margin:0;color:var(--text-primary);font-weight:600;letter-spacing:.01em;padding-bottom:.4rem}.global-legal-body h2:after{content:"";position:absolute;left:0;bottom:0;width:clamp(48px,12vw,90px);height:3px;background:linear-gradient(90deg,var(--accent-green),transparent);border-radius:999px;opacity:.8}.global-legal-body h3{font-size:clamp(1.1rem,2.5vw,1.35rem);margin:1rem 0 .5rem;color:var(--accent-green);font-weight:600;letter-spacing:.01em}.global-legal-body p{margin:0}.global-legal-body p,.global-legal-body li{color:var(--text-secondary);line-height:1.7}.global-legal-body ul{margin:0 0 1.45rem;padding:0;display:flex;flex-direction:column;gap:.85rem;list-style:none}.global-legal-body ul li{display:grid;grid-template-columns:clamp(3.2rem,6vw,4rem) 1fr;align-items:flex-start;gap:clamp(.85rem,2vw,1.1rem);padding-left:0}.global-legal-body ul li:before{content:"";display:block;width:.6rem;height:.6rem;border-radius:999px;background:var(--accent-green);box-shadow:0 0 0 3px #0e704f2e;align-self:center;justify-self:center}.global-legal-body ol{margin:0 0 1.45rem;padding-left:clamp(2.8rem,5.5vw,3.6rem);display:flex;flex-direction:column;gap:.85rem;list-style-position:outside}.global-legal-body ol li{padding-left:.35rem}.global-legal-body ol li::marker{color:var(--accent-green);font-weight:600}.global-legal-body blockquote{margin:0;padding:1rem 1.25rem;border-left:3px solid var(--accent-green);background:#ffffff0a;border-radius:12px;color:var(--text-secondary);font-style:italic}.global-legal-body code,.global-legal-body pre{font-family:IBM Plex Mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:.95rem;background:#ffffff0f;padding:.15rem .4rem;border-radius:6px;color:var(--text-primary)}.global-legal-body pre{overflow-x:auto;padding:1rem 1.25rem}.global-legal-body a{color:var(--accent-green);text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:4px;font-weight:500}.global-legal-body a:hover,.global-legal-body a:focus-visible{color:var(--accent-green);text-decoration-style:wavy;outline:none}.global-legal-body strong{color:var(--text-primary);font-weight:600}.global-legal-body .legal-contact{background:var(--glass-bg);padding:1.1rem 1.25rem;border-radius:14px;border:1px solid rgba(255,255,255,.08);font-family:IBM Plex Mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:.95rem;word-break:break-word;box-shadow:inset 0 1px #ffffff0a;margin:.5rem 0 0}.global-legal-body .legal-contact a{text-decoration:none}.global-legal-body .legal-contact a:hover,.global-legal-body .legal-contact a:focus-visible{text-decoration:underline}.global-legal-body .section-divider{height:1px;background:#ffffff14;margin:2.5rem 0}@media(min-width:992px){.global-legal-body section{margin-left:auto;margin-right:auto}}@media(max-width:600px){.legal-container.svelte-1lsggi3{padding:1.5rem 1rem 2.5rem}.content-wrapper.svelte-1lsggi3{padding:1.75rem 1.75rem 2.25rem;border-radius:16px}.close-page.svelte-1lsggi3{top:1rem;left:1rem}.global-legal-body section:not(:last-child){padding-bottom:1.5rem}}
