@import "https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;700;800&family=Space+Grotesk:wght@400;500;700&family=Sora:wght@400;500;700;800&family=Outfit:wght@400;500;700;800&family=Plus+Jakarta+Sans:wght@400;500;700;800&family=JetBrains+Mono:wght@400;700&display=swap";
:root{--accent:#d0bcff;--font-family:"Manrope", system-ui, -apple-system, "Segoe UI", sans-serif;--nav-width:220px;--shape-xs:4px;--shape-sm:8px;--shape-md:12px;--shape-lg:16px;--shape-xl:28px;--shape-full:999px;--elevation-1:0 1px 2px #0006;--elevation-2:0 2px 6px #00000073;--elevation-3:0 4px 10px #00000080}:root,:root[data-theme=dark]{--md-primary:#b799ff;--md-on-primary:#210561;--md-primary-container:#2f0495;--md-on-primary-container:#ddd1fa;--md-secondary:#c4b8e0;--md-on-secondary:#291a4d;--md-secondary-container:#3e2871;--md-on-secondary-container:#e3e0eb;--md-tertiary:#aed6ea;--md-on-tertiary:#103f56;--md-tertiary-container:#1a5d7f;--md-on-tertiary-container:#dce9ef;--md-error:#ffb4ab;--md-on-error:#690005;--md-error-container:#93000a;--md-on-error-container:#ffdad6;--md-surface:#0f0d11;--md-surface-dim:#0f0d11;--md-surface-bright:#3a3546;--md-surface-container-lowest:#0a090c;--md-surface-container-low:#18161d;--md-surface-container:#1d1a23;--md-surface-container-high:#292531;--md-surface-container-highest:#353040;--md-on-surface:#e4e2e9;--md-on-surface-variant:#cac6d2;--md-outline:#968fa3;--md-outline-variant:#494257;--surface:var(--md-surface);--surface-2:var(--md-surface-container);--border:var(--md-outline-variant);--text:var(--md-on-surface);--text-muted:var(--md-on-surface-variant);--red:var(--md-error);--green:#81c995}:root[data-theme=light]{--md-primary:#3d00cc;--md-on-primary:#fff;--md-primary-container:#dccdfe;--md-on-primary-container:#11052e;--md-secondary:#563d8f;--md-on-secondary:#fff;--md-secondary-container:#e1d9f2;--md-on-secondary-container:#17141f;--md-tertiary:#2b7aa1;--md-on-tertiary:#fff;--md-tertiary-container:#d5ebf6;--md-on-tertiary-container:#101d23;--md-error:#b3261e;--md-on-error:#fff;--md-error-container:#f9dedc;--md-on-error-container:#410e0b;--md-surface:#faf9fb;--md-surface-dim:#dddae2;--md-surface-bright:#faf9fb;--md-surface-container-lowest:#fff;--md-surface-container-low:#f4f4f6;--md-surface-container:#efeef2;--md-surface-container-high:#eae8ed;--md-surface-container-highest:#e4e2e9;--md-on-surface:#18161d;--md-on-surface-variant:#494356;--md-outline:#7b738c;--md-outline-variant:#cac5d3;--green:#1e8e3e}:root[data-theme=oled]{--md-surface:#000;--md-surface-dim:#000;--md-surface-bright:#312c3a;--md-surface-container-lowest:#000;--md-surface-container-low:#0f0d11;--md-surface-container:#16141a;--md-surface-container-high:#1d1a23;--md-surface-container-highest:#27232f}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent;margin:0;padding:0}html,body{background:var(--md-surface);color:var(--md-on-surface);font-family:var(--font-family);min-height:100vh}a{color:inherit}input,select,button,textarea{font-family:var(--font-family)}::-webkit-scrollbar{width:0;height:0}:focus-visible{outline:2px solid var(--md-primary);outline-offset:2px;border-radius:4px}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.skeleton{background:var(--md-surface-container-high);position:relative;overflow:hidden}.skeleton:after{content:"";background:linear-gradient(90deg, transparent, color-mix(in srgb, var(--md-on-surface) 8%, transparent), transparent);animation:1.4s ease-in-out infinite skeleton-sheen;position:absolute;inset:0;transform:translate(-100%)}@keyframes skeleton-sheen{to{transform:translate(100%)}}@media (prefers-reduced-motion:reduce){.skeleton:after{animation:none}}@keyframes skyline-spin{to{transform:rotate(360deg)}}.spin{animation:.6s cubic-bezier(.4,0,.2,1) skyline-spin}@keyframes skyline-pulse{0%,to{opacity:.5}50%{opacity:1}}@keyframes hero-cloud-drift{0%{transform:translate(-14px)}50%{transform:translate(14px)}to{transform:translate(-14px)}}.hero-cloud{will-change:transform;animation-name:hero-cloud-drift;animation-timing-function:ease-in-out;animation-iteration-count:infinite}@keyframes hero-rain-fall{0%{opacity:0;transform:translate(6px,-20px)}12%{opacity:1}to{opacity:1;transform:translate(-14px,250px)}}.hero-rain{animation-name:hero-rain-fall;animation-timing-function:linear;animation-iteration-count:infinite}@keyframes hero-snow-fall{0%{opacity:0;transform:translateY(-12px)}12%{opacity:.9}50%{transform:translate(10px,120px)}to{opacity:.9;transform:translate(-6px,250px)}}.hero-snow{animation-name:hero-snow-fall;animation-timing-function:linear;animation-iteration-count:infinite}@keyframes hero-star-twinkle{0%,to{opacity:.25}50%{opacity:1}}.hero-star{animation:3.5s ease-in-out infinite hero-star-twinkle}@keyframes hero-fog-drift{0%{transform:translate(-30px)}50%{transform:translate(30px)}to{transform:translate(-30px)}}.hero-fog{animation-name:hero-fog-drift;animation-timing-function:ease-in-out;animation-iteration-count:infinite}@keyframes hero-lightning{0%,92%,to{opacity:0}93%,96%{opacity:.55}94%{opacity:0}}.hero-flash,.hero-bolt{animation:7s step-end infinite hero-lightning}@keyframes hero-sun-pulse{0%,to{opacity:.85}50%{opacity:1}}.sun-body{transform-origin:50%;animation:4s ease-in-out infinite hero-sun-pulse}@media (prefers-reduced-motion:reduce){.hero-cloud,.hero-rain,.hero-snow,.hero-star,.hero-fog,.hero-flash,.hero-bolt,.sun-body{animation:none!important}}@media (max-width:768px){.sky-page-title{display:none!important}}.legal{padding:0 20px;display:block}.legal-inner{max-width:44rem;margin:0 auto;padding:3rem 0 6rem}.legal h1{letter-spacing:-.01em;color:var(--md-on-surface);margin:.5rem 0 1.25rem;font-family:Manrope,system-ui,sans-serif;font-size:clamp(1.75rem,4vw,2.25rem);font-weight:800;line-height:1.2}.legal h2{color:var(--md-on-surface);margin:2.75rem 0 .5rem;font-family:Manrope,system-ui,sans-serif;font-size:1.3125rem;font-weight:700;line-height:1.3}.legal p,.legal li{color:var(--md-on-surface);font-size:1rem;line-height:1.7}.legal p{margin:0 0 1rem}.legal ul{margin:0 0 1rem;padding-left:1.35rem}.legal li{margin:0 0 .5rem}.legal strong{color:var(--md-on-surface);font-weight:700}.legal a{color:var(--md-primary);text-underline-offset:2px;text-decoration:underline}.legal a:hover{opacity:.85;text-decoration:underline}.legal :focus-visible{outline:2px solid var(--md-primary);outline-offset:2px;border-radius:4px}.legal-back{font-size:.875rem}.legal-meta{border-bottom:1px solid var(--md-outline-variant);margin:0 0 2rem;padding:0 0 1.5rem}.legal-meta div{gap:.5rem;margin:0 0 .25rem;display:flex}.legal-meta dt{min-width:6.5rem;color:var(--md-on-surface-variant);font-weight:700}.legal-meta dd{color:var(--md-on-surface);margin:0}.legal-callout{background:var(--md-surface-container);border-left:3px solid var(--md-primary);border-radius:var(--shape-sm);margin:0 0 1rem;padding:.75rem 1rem}.legal-callout p{margin:0}.legal-table-wrap{margin:0 0 1rem;overflow-x:auto}.legal-table{border-collapse:collapse;width:100%;min-width:34rem}.legal-table th,.legal-table td{border:1px solid var(--md-outline-variant);text-align:left;vertical-align:top;color:var(--md-on-surface);padding:.625rem .75rem;font-size:.9375rem;line-height:1.5}.legal-table thead th{background:var(--md-surface-container);font-weight:700}.legal-table th[scope=row]{white-space:nowrap;font-weight:700}
