:root{--shell-nav-h: 3.25rem}*,*:before,*:after{box-sizing:border-box}html{height:100%}body{margin:0;min-height:100%;height:100%;background:#050505;color:#e4e4e7;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}#root{min-height:100%;height:100%;display:flex;flex-direction:column}a{color:inherit;text-decoration:none}a:hover{text-decoration:underline}.app-shell{display:flex;flex-direction:column;flex:1;min-height:100dvh}.shell-nav{position:sticky;top:0;z-index:101;flex-shrink:0;background:#000c;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid rgba(255,255,255,.06);min-height:var(--shell-nav-h)}.shell-nav-inner{display:flex;align-items:center;justify-content:space-between;gap:12px;max-width:1200px;margin:0 auto;padding:12px clamp(16px,4vw,48px)}.shell-nav-logo{display:inline-flex;align-items:flex-start;gap:1px;text-decoration:none;color:#fff;font-weight:500;font-size:1.15rem;letter-spacing:-.04em;line-height:1}.shell-nav-logo:hover{color:#e4e4e7;text-decoration:none}.shell-nav-hm{display:inline-block}.shell-nav-hm-star{font-size:.55rem;line-height:1;opacity:.85;margin-top:1px}.shell-nav-desktop-links{display:none;align-items:center;justify-content:center;flex:1;gap:36px}.shell-nav-dlink{position:relative;padding:4px 0;font-size:14px;color:#fff9;text-decoration:none;letter-spacing:-.005em;transition:color .15s ease}.shell-nav-dlink:hover{color:#fff;text-decoration:none}.shell-nav-dlink--current{color:#fff}.shell-nav-dlink--current:after{content:"";position:absolute;left:0;right:0;bottom:-4px;height:1px;background:#10b981}.shell-nav-right{display:flex;align-items:center;gap:10px}.shell-nav-cta{display:inline-flex;align-items:center;gap:7px;padding:9px 14px;border-radius:999px;background:#10b981;color:#000;font-weight:500;font-size:12px;min-height:40px;text-decoration:none;transition:transform .15s ease,background .15s ease}.shell-nav-cta:hover{background:#34d399;color:#000;text-decoration:none}.shell-nav-cta:active{transform:scale(.97)}.shell-nav-cta-ico{width:11px;height:11px;flex-shrink:0}.shell-nav-hamburger{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;padding:0;border-radius:10px;border:1px solid rgba(255,255,255,.08);background:#ffffff0a;cursor:pointer;transition:background .15s ease}.shell-nav-hamburger:hover{background:#ffffff14}.shell-nav-hamburger span{display:block;width:16px;height:1.5px;background:#fff;position:relative;transition:transform .25s ease,opacity .2s ease}.shell-nav-hamburger span:before,.shell-nav-hamburger span:after{content:"";position:absolute;left:0;width:16px;height:1.5px;background:#fff;transition:transform .25s ease}.shell-nav-hamburger span:before{top:-5px}.shell-nav-hamburger span:after{top:5px}.shell-nav-hamburger--open span{background:transparent}.shell-nav-hamburger--open span:before{transform:translateY(5px) rotate(45deg)}.shell-nav-hamburger--open span:after{transform:translateY(-5px) rotate(-45deg)}.shell-nav-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:99;background:#00000073;opacity:0;pointer-events:none;transition:opacity .2s ease}.shell-nav-overlay--open{opacity:1;pointer-events:auto}.shell-nav-drawer{position:fixed;top:0;right:0;bottom:0;z-index:100;width:min(300px,88vw);max-width:100%;background:#080808fa;border-left:1px solid rgba(255,255,255,.08);padding:calc(var(--shell-nav-h) + 12px) 20px 24px;transform:translate(100%);transition:transform .25s ease;display:flex;flex-direction:column;gap:20px}.shell-nav-drawer--open{transform:translate(0)}.shell-nav-drawer-links{display:flex;flex-direction:column;gap:4px}.shell-nav-drawer-links .shell-nav-dlink{padding:14px 0;border-bottom:1px solid rgba(255,255,255,.07);font-size:1.1rem}.shell-nav-drawer-links .shell-nav-dlink--current:after{bottom:6px}.shell-nav-cta--drawer{justify-content:center;margin-top:auto}@media(min-width:1024px){.shell-nav-desktop-links{display:flex}.shell-nav-hamburger,.shell-nav-overlay,.shell-nav-drawer{display:none}}.site-main{flex:1;min-height:0;display:flex;flex-direction:column}.embedded-html{width:100%;flex:1;min-height:0;height:100%;border:0;display:block;background:#050505}.marketing-footer{flex-shrink:0;border-top:1px solid rgba(255,255,255,.06);background:#050505;padding:28px 20px 32px}.marketing-footer-inner{max-width:72rem;margin:0 auto;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1.25rem 2rem}.marketing-footer-col-brand{flex:1 1 220px;min-width:0}.marketing-footer-lock{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-bottom:6px}.marketing-footer-mark{display:flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:5px;border:1px solid rgba(16,185,129,.35);background:#10b9811a;color:#34d399;font-size:11px;font-weight:600;line-height:1}.marketing-footer-tag{font-size:11px;letter-spacing:.2em;text-transform:lowercase;color:#fff6}.marketing-footer-tagline{margin:0;font-family:Georgia,Times New Roman,serif;font-style:italic;font-size:13px;color:#ffffff73}.marketing-footer-copy{margin:12px 0 0;font-size:11px;color:#ffffff4d;letter-spacing:.04em}.marketing-footer-col-links{flex:0 1 auto}.marketing-footer-links{display:flex;flex-wrap:wrap;gap:14px 20px;align-items:center;justify-content:flex-start;padding-top:14px;border-top:1px solid rgba(255,255,255,.05);font-size:12px}@media(min-width:640px){.marketing-footer-col-links{align-self:flex-end;min-width:min(100%,320px)}.marketing-footer-links{justify-content:flex-end}}.mf-link{color:#ffffff73;text-decoration:none;transition:color .2s ease}.mf-link:hover,.mf-link--active{color:#ffffffd9}.legal-page{flex:1;min-height:0;overflow-y:auto;width:100%;max-width:48rem;margin:0 auto;padding:1.5rem 1rem 2.5rem}.legal-eyebrow{margin:0 0 .5rem;font-size:.65rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:#34d399}.legal-title{margin:0 0 .75rem;font-size:clamp(1.5rem,4vw,2rem);font-weight:700;letter-spacing:-.02em;color:#fafafa;line-height:1.2}.legal-meta{margin:0 0 1.5rem;font-size:.875rem;color:#a1a1aa}.legal-h2{margin:2rem 0 .75rem;font-size:1rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:#e4e4e7}.legal-h3{margin:1.25rem 0 .5rem;font-size:.95rem;font-weight:600;color:#fafafa}.legal-p{margin:0 0 1rem;font-size:.9375rem;line-height:1.65;color:#d4d4d8}.legal-p--last{margin-bottom:0}.legal-ul{margin:0 0 1rem;padding-left:1.25rem;font-size:.9375rem;line-height:1.65;color:#d4d4d8}.legal-ul li{margin-bottom:.35rem}.legal-strong{color:#e4e4e7;font-weight:600}.legal-link{color:#34d399;text-decoration:underline;text-underline-offset:3px}.legal-link:hover{color:#6ee7b7}
