*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body,html{background-color:var(--bgColor-default);color:var(--fgColor-default);font-family:var(
    --fontStack-system,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif
  );-webkit-font-smoothing:antialiased}#__next,body,html{min-height:100vh}.jc-hero-surface{background:radial-gradient(60% 80% at 85% 10%,color-mix(in srgb,var(--bgColor-success-muted) 70%,transparent),transparent 70%),radial-gradient(50% 70% at 5% 90%,color-mix(in srgb,var(--bgColor-accent-muted) 70%,transparent),transparent 70%),var(--bgColor-default)}.jc-muted-surface{background-color:var(--bgColor-muted)}.jc-card{background-color:var(--bgColor-default);border:var(--borderWidth-thin) solid var(--borderColor-default);border-radius:var(--borderRadius-large);box-shadow:var(--shadow-resting-small);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.jc-auth-hero{display:none}@media (min-width:768px){.jc-auth-hero{display:flex}}.jc-card-hover:hover{transform:translateY(-4px);box-shadow:var(--shadow-floating-medium);border-color:var(--borderColor-accent-emphasis)}.jc-full-bleed{width:100%}@keyframes jc-rise{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.jc-reveal{opacity:0}.jc-reveal.jc-in-view{animation:jc-rise .6s cubic-bezier(.16,1,.3,1) forwards}@keyframes jc-marquee{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.jc-marquee-track{display:flex;width:max-content;animation:jc-marquee 28s linear infinite}.jc-marquee-track:hover{animation-play-state:paused}@media (max-width:860px){.jc-hero-grid{grid-template-columns:1fr!important}.jc-hero-art{order:-1;max-width:460px;margin-inline:auto}}.jc-mobile-nav{display:none}@media (max-width:900px){.jc-desktop-nav{display:none!important}.jc-mobile-nav{display:block}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.jc-reveal{opacity:1}.jc-marquee-track,.jc-reveal{animation:none}}