.landing-hero{display:flex;flex-direction:column;align-items:center;flex:1;width:100%;max-width:1200px}.landing-hero-spacer{flex:1}.landing-hero-title{display:flex;align-items:center;justify-content:space-between;width:100%}.landing-hero-title-text{width:320px}.landing-hero-title-text--right{text-align:right}.landing-hero-frame{width:48px;height:48px;border-radius:2px;overflow:hidden;flex-shrink:0}.landing-hero-footer{display:flex;align-items:flex-end;justify-content:space-between;width:100%;flex:1}.landing-hero-description{width:320px;color:var(--color-text-tertiary)}.landing-hero-cta{position:relative;gap:4px;width:320px}.landing-hero-cta,.landing-hero-cta-form{display:flex;flex-direction:column;align-items:flex-end}.landing-hero-cta-form{justify-content:space-between;width:100%;height:72px}.landing-hero-cta-labels{position:relative;white-space:nowrap;color:var(--color-text-tertiary)}.landing-hero-cta-label-default,.landing-hero-cta-label-reply{display:flex;width:100%;justify-content:flex-end;transition:transform .15s ease-out,opacity .15s ease-out}.landing-hero-cta-label-reply{position:absolute;inset:0;transform:translateY(8px);opacity:0}.landing-hero-cta-labels--submitted .landing-hero-cta-label-default{transform:translateY(-8px);opacity:0}.landing-hero-cta-labels--submitted .landing-hero-cta-label-reply{transform:translateY(0);opacity:1}.landing-hero-email-form{display:flex;align-items:center;justify-content:space-between;width:100%}.landing-hero-email-input{background:transparent;border:none;outline:none;color:var(--color-text-primary);font-family:var(--font-stk-miso);font-size:15px;line-height:24px;flex:1;min-width:0;height:48px;border-bottom:1px solid var(--color-linen)}.landing-hero-email-input::placeholder{color:var(--color-text-tertiary)}.landing-hero-submit{flex-shrink:0;color:var(--color-text-primary);transition:opacity .15s ease-out}.landing-hero-submit:disabled{opacity:.25}.landing-hero-message{display:none}.hero-dashboard{--progress:0;height:calc(200vh + 72px);position:relative;margin-top:-72px}.hero-dashboard-sticky{position:sticky;top:72px;height:calc(100vh - 72px);overflow:hidden}.hero-dashboard-hero{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;z-index:3}@keyframes page-exit{to{opacity:0;transform:translateY(var(--entrance-distance,12px))}}.hero-dashboard-hero--exiting{pointer-events:none}.hero-dashboard-hero--exiting .page-entrance{opacity:1;transform:none;animation:page-exit .15s ease-in-out forwards;animation-delay:calc((.5s - var(--entrance-delay, 0s)) / 2)}.hero-dashboard-hero-inner{display:flex;flex-direction:column;align-items:center;width:100%;max-width:1280px;flex:1;padding:80px 40px}.hero-dashboard-shader-anchor{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:3}.hero-dashboard-shader-clip{overflow:hidden;width:calc(48px + 1152px * var(--progress, 0));height:calc(48px + 592px * var(--progress, 0));border-radius:calc(1.5px + .5px * var(--progress, 0));will-change:width,height}.hero-dashboard-dash,.hero-dashboard-shader{width:1200px;height:640px;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}.hero-dashboard-dash{z-index:4;pointer-events:none;max-width:calc(100% - 80px);overflow:hidden;display:flex;justify-content:center;padding-top:40px}.hero-dashboard-dash .dashboard-placeholder{width:1120px;height:748px;border:1px solid var(--color-linen);border-radius:2px 2px 0 0;overflow:hidden;opacity:0;transform:translateY(24px);transition:opacity .2s ease-out,transform .2s ease-out}.hero-dashboard-dash--visible{pointer-events:auto}.hero-dashboard-dash--visible .dashboard-placeholder{opacity:1;transform:none}@media (prefers-reduced-motion:reduce){.hero-dashboard{height:auto}.hero-dashboard-sticky{position:relative;height:auto;overflow:visible;display:flex;flex-direction:column;align-items:center}.hero-dashboard-hero{position:relative;min-height:calc(100vh - 72px)}.hero-dashboard-hero--exiting .page-entrance{animation:none}.hero-dashboard-shader-anchor{position:relative;left:auto;top:auto;transform:none;margin:0 auto}.hero-dashboard-shader-clip{width:1200px;max-width:100%;height:640px;border-radius:2px}.hero-dashboard-dash,.hero-dashboard-shader{position:relative;left:auto;top:auto;transform:none}.hero-dashboard-dash{margin:-640px auto 0}.hero-dashboard-dash .dashboard-placeholder{opacity:1}.hero-dashboard-hero,.hero-dashboard-shader-clip{will-change:auto}}@media (max-width:768px){.hero-dashboard{height:auto}.hero-dashboard-sticky{position:relative;top:auto;height:auto;overflow:visible}.hero-dashboard-hero{position:relative}.hero-dashboard-hero-inner{padding:24px}.hero-dashboard-hero--exiting .page-entrance{animation:none}.hero-dashboard .landing-hero{min-height:calc(100svh - 72px);height:auto;gap:80px;justify-content:center}.hero-dashboard .landing-hero-frame,.hero-dashboard .landing-hero-spacer{display:none}.hero-dashboard .landing-hero-title{flex-direction:column;align-items:start}.hero-dashboard .landing-hero-title-text{width:auto}.hero-dashboard .landing-hero-footer{flex-direction:column;align-items:flex-start;flex:none;gap:80px}.hero-dashboard .landing-hero-description{width:100%}.hero-dashboard .landing-hero-cta{width:100%;align-items:flex-start}.hero-dashboard .landing-hero-cta-form{flex-direction:column;align-items:flex-start}.hero-dashboard .landing-hero-cta-label-default,.hero-dashboard .landing-hero-cta-label-reply{justify-content:flex-start}.hero-dashboard .landing-hero-cta-label-reply{inset:auto;top:0;left:0}.hero-dashboard-dash,.hero-dashboard-shader-anchor{display:none}.hero-dashboard-hero,.hero-dashboard-shader-clip{will-change:auto}}.product-dashboard{display:flex;width:1440px;height:960px;background:var(--color-slate);transform-origin:top left;transform:scale(.77778)}.product-dashboard-main{display:flex;flex-direction:column;flex:1;min-width:0}.sidebar{flex-direction:column;width:240px;height:100%;background:var(--color-slate);flex-shrink:0}.sidebar,.sidebar-header{display:flex;overflow:hidden}.sidebar-header{align-items:center;justify-content:space-between;padding:20px 16px 32px}.account-switcher{display:flex;align-items:center;gap:6px;padding:4px 8px;border-radius:2px}.account-switcher-name{color:var(--color-midnight-100)}.account-switcher-icon{width:12px;height:12px;flex-shrink:0}.account-switcher-icon svg{display:block;width:100%;height:100%}.sidebar-body{display:flex;flex-direction:column;flex:1;min-height:0}.sidebar-tab-group{display:flex;flex-direction:column;padding:0 16px}.sidebar-menu{display:flex;align-items:center;height:34px;padding:0 8px;border-radius:2px;width:208px;cursor:default}.sidebar-menu:hover{background:rgba(241,242,236,.5)}.sidebar-menu:hover .sidebar-menu-icon,.sidebar-menu:hover .sidebar-menu-label{color:var(--color-midnight-100)}.sidebar-menu--active,.sidebar-menu--active:hover{background:var(--color-linen)}.sidebar-menu-title-wrapper{display:flex;align-items:center;gap:12px}.sidebar-menu-icon{width:16px;height:16px;overflow:hidden;flex-shrink:0;color:var(--color-graphite)}.sidebar-menu--active .sidebar-menu-icon{color:var(--color-midnight-100)}.sidebar-menu-label{color:var(--color-graphite);white-space:nowrap}.sidebar-menu--active .sidebar-menu-label{color:var(--color-midnight-100)}.sidebar-footer{display:flex;align-items:center;height:64px;padding:24px;overflow:hidden}.sidebar-footer-icon{width:16px;height:16px;color:var(--color-midnight-100)}.navigation{justify-content:space-between;padding:16px 20px 16px 0;background:var(--color-slate);overflow:hidden}.navigation,.search{display:flex;align-items:center}.search{gap:12px;padding:6px 8px;background:var(--color-ice-100);border-radius:2px;width:360px}.search-entry-wrapper{display:flex;align-items:center;gap:10px;flex:1;min-width:0}.search-icon{width:16px;height:16px;flex-shrink:0}.search-icon,.search-input{overflow:hidden;color:var(--color-graphite)}.search-input{flex:1;min-width:0;text-overflow:ellipsis;white-space:nowrap;background:transparent;border:none;outline:none;padding:0;font:inherit}.shortcut-button{display:flex;align-items:center;justify-content:center;width:24px;height:24px;background:var(--color-slate);border-radius:2px;flex-shrink:0;color:var(--color-graphite)}.navigation-bar-menu{display:flex;align-items:center;gap:16px}.helper-button{display:flex;align-items:center;justify-content:center;padding:4px;color:var(--color-midnight-100)}.helper-button-icon{display:flex;width:16px;height:16px;overflow:hidden}.profile-picture{width:24px;height:24px;border-radius:2px;overflow:hidden;flex-shrink:0}.profile-picture img{width:100%;height:100%;object-fit:cover}.dashboard-body{display:flex;flex-direction:column;background:var(--color-ice-100);border-radius:2px 0 0 0;overflow:hidden;flex:1;min-width:0}.dashboard-body-section{width:100%;display:block;opacity:0;transform:translateY(16px)}@keyframes dashboard-section-enter{to{opacity:1;transform:none}}.hero-dashboard-dash--visible .dashboard-body-section{animation:dashboard-section-enter .4s ease-out forwards}.hero-dashboard-dash--visible .dashboard-body-section:first-child{animation-delay:.2s}.hero-dashboard-dash--visible .dashboard-body-section:nth-child(2){animation-delay:.35s}.hero-dashboard-dash--visible .dashboard-body-section:nth-child(3){animation-delay:.5s}.products-layout{width:100%}.products-grid,.products-layout{display:flex;flex-direction:column;gap:120px}.products-row{display:flex;justify-content:space-between}@media (max-width:768px){.products-grid,.products-layout{gap:80px}.products-row{flex-direction:column;gap:80px}}