:root{--brand-white:#ffffff;--brand-night:#191b27;--brand-blue:#0093ff;--brand-gray-light:#dce4f2;--brand-gray-dark:#2d354a;--brand-green:#00d160;--brand-green-soft:#5fce6d;--brand-mid:#898989;--brand-blue-80:color-mix(in srgb,var(--brand-blue) 80%,white);--brand-blue-60:color-mix(in srgb,var(--brand-blue) 60%,white);--brand-blue-40:color-mix(in srgb,var(--brand-blue) 40%,white);--brand-blue-20:color-mix(in srgb,var(--brand-blue) 20%,white);--brand-green-80:color-mix(in srgb,var(--brand-green) 80%,white);--brand-green-60:color-mix(in srgb,var(--brand-green) 60%,white);--brand-green-40:color-mix(in srgb,var(--brand-green) 40%,white);--brand-green-20:color-mix(in srgb,var(--brand-green) 20%,white);--brand-night-80:color-mix(in srgb,var(--brand-night) 80%,white);--brand-night-60:color-mix(in srgb,var(--brand-night) 60%,white);--brand-gray-dark-80:color-mix(in srgb,var(--brand-gray-dark) 80%,white);--brand-gray-dark-60:color-mix(in srgb,var(--brand-gray-dark) 60%,white);--brand-gray-dark-40:color-mix(in srgb,var(--brand-gray-dark) 40%,white);--brand-gray-dark-20:color-mix(in srgb,var(--brand-gray-dark) 20%,white);--brand-gradient:linear-gradient(90deg,var(--brand-blue),var(--brand-green));--brand-gradient-vertical:linear-gradient(180deg,var(--brand-blue),var(--brand-green));--brand-mix-white:31%;--brand-mix-night:20%;--brand-mix-blue:15%;--brand-mix-green:15%;--brand-mix-gray-light:10%;--brand-mix-gray-dark:9%;--bg:var(--brand-gray-light);--surface:var(--brand-white);--ink:var(--brand-night);--muted:color-mix(in srgb,var(--brand-gray-dark) 72%,var(--brand-gray-light));--line:color-mix(in srgb,var(--brand-gray-dark) 18%,var(--brand-gray-light));--accent:var(--brand-blue);--accent-alt:var(--brand-green);--mono:"SFMono-Regular",ui-monospace,Menlo,Consolas,monospace;--font-display:var(--brand-font,"Montserrat"),"Helvetica Neue",sans-serif;--font-body:var(--brand-font,"Montserrat"),"Helvetica Neue",sans-serif;--type-headline-weight:300;--type-subhead-weight:600;--type-body-weight:300;--type-body-strong-weight:600;--shell-bg:var(--brand-night);--shell-panel:var(--brand-gray-dark);--shell-text:var(--brand-white);--shell-muted:color-mix(in srgb,var(--brand-gray-light) 72%,transparent);--shell-accent:var(--brand-blue);--shell-accent-alt:var(--brand-green);--shell-danger:#ff4d4d;--shell-success:var(--brand-green);--shell-tile:color-mix(in srgb,var(--brand-night) 78%,var(--brand-blue));--shell-idle:color-mix(in srgb,var(--brand-night) 55%,var(--brand-gray-dark));--shell-radius:1rem;--shell-radius-tile:0.9rem;--shell-radius-pill:999px;--shell-width:28rem;--shell-width-lg:32rem;--shell-pad:0.35rem;--shell-panel-pad:1.35rem 1.15rem 1.25rem;--shell-gap:0.85rem;--shell-logo:10.5rem;--shell-cta-max:18rem;--shell-ease:cubic-bezier(0.22,1,0.36,1);--shell-duration:420ms;--shell-shadow:0 20px 50px color-mix(in srgb,#000 35%,transparent);--shell-font:var(--brand-font,"Montserrat"),"Helvetica Neue",sans-serif;color-scheme:light}*{box-sizing:border-box}html{text-size-adjust:100%}body,html{margin:0;min-height:100%;min-height:100dvh}body{font-family:var(--font-body);font-weight:var(--type-body-weight);color:var(--shell-text);background:var(--shell-bg);overflow-x:clip}a{color:inherit}a,button{-webkit-tap-highlight-color:transparent;touch-action:manipulation}canvas,img{max-width:100%}