.heap-dashboard{width:100%;padding:1.5rem}.heap-dashboard .loading{text-align:center;color:var(--theme-text);padding:2rem;font-size:1.1rem}.heap-dashboard .error-state{background:var(--theme-error-50);border:2px solid var(--theme-error-500);border-radius:8px;padding:2rem}.heap-dashboard .error-state h3{color:var(--theme-error-700);margin:0 0 1rem}.heap-dashboard .error-state p{color:var(--theme-error-600);margin:0 0 1rem}.heap-dashboard .error-state .setup-instructions{background:var(--theme-bg);border-radius:4px;margin:1.5rem 0;padding:1rem}.heap-dashboard .error-state .setup-instructions h4{margin:0 0 .5rem}.heap-dashboard .error-state .setup-instructions p{color:var(--theme-text);margin:.5rem 0}.heap-dashboard .error-state .setup-instructions .capture-button{background:var(--theme-success-500);color:#fff;cursor:pointer;border:none;border-radius:4px;margin-top:1rem;padding:.5rem 1rem;font-weight:500}.heap-dashboard .error-state .setup-instructions .capture-button:hover:not(:disabled){background:var(--theme-success-600)}.heap-dashboard .error-state .setup-instructions .capture-button:disabled{opacity:.6;cursor:not-allowed}.heap-dashboard .error-state .retry-button{background:var(--theme-error-500);color:#fff;cursor:pointer;border:none;border-radius:4px;padding:.5rem 1rem;font-weight:500}.heap-dashboard .error-state .retry-button:hover{background:var(--theme-error-600)}.heap-dashboard .dashboard-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.heap-dashboard .dashboard-header h2{margin:0;font-size:1.5rem;font-weight:600}.heap-dashboard .dashboard-header .header-actions{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.heap-dashboard .dashboard-header .time-range-selector{background:var(--theme-elevation-100);border-radius:6px;gap:.5rem;padding:.25rem;display:flex}.heap-dashboard .dashboard-header .time-range-button{cursor:pointer;color:var(--theme-text);background:0 0;border:none;border-radius:4px;padding:.5rem 1rem;font-weight:500;transition:all .2s}.heap-dashboard .dashboard-header .time-range-button:hover{background:var(--theme-elevation-200)}.heap-dashboard .dashboard-header .time-range-button.active{background:var(--theme-elevation-900);color:#fff;font-weight:600}.heap-dashboard .dashboard-header .capture-button{background:var(--theme-success-500);cursor:pointer;color:#fff;border:none;border-radius:4px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-weight:500;display:flex}.heap-dashboard .dashboard-header .capture-button:hover:not(:disabled){background:var(--theme-success-600)}.heap-dashboard .dashboard-header .capture-button:disabled{opacity:.6;cursor:not-allowed}.heap-dashboard .dashboard-header .capture-button .spinner{border:2px solid;border-top-color:#0000;border-radius:50%;width:14px;height:14px;animation:.6s linear infinite spin;display:inline-block}.heap-dashboard .dashboard-header .refresh-button{background:var(--theme-elevation-200);border:1px solid var(--theme-elevation-300);cursor:pointer;color:var(--theme-text);border-radius:4px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-weight:500;display:flex}.heap-dashboard .dashboard-header .refresh-button:hover:not(:disabled){background:var(--theme-elevation-300)}.heap-dashboard .dashboard-header .refresh-button:disabled{opacity:.6;cursor:not-allowed}.heap-dashboard .last-updated{color:var(--theme-text-secondary);margin-bottom:1rem;font-size:.875rem}.heap-dashboard .health-cards{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem;margin-bottom:2rem;display:grid}.heap-dashboard .no-data-notice{background:var(--theme-elevation-100);border:2px dashed var(--theme-elevation-300);text-align:center;border-radius:8px;margin-bottom:2rem;padding:3rem 2rem}.heap-dashboard .no-data-notice h3{color:var(--theme-text);margin:0 0 1rem;font-size:1.5rem}.heap-dashboard .no-data-notice p{color:var(--theme-text-secondary);margin:0 0 1rem;font-size:1rem}.heap-dashboard .no-data-notice p.schedule-info{margin-bottom:1.5rem}.heap-dashboard .no-data-notice p.schedule-info code{background:var(--theme-elevation-200);color:var(--theme-text);border-radius:4px;padding:.5rem 1rem;font-family:monospace;font-size:.875rem;display:inline-block}.heap-dashboard .no-data-notice .capture-button-large{background:var(--theme-success-500);color:#fff;cursor:pointer;border:none;border-radius:6px;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;transition:all .2s}.heap-dashboard .no-data-notice .capture-button-large:hover:not(:disabled){background:var(--theme-success-600);transform:translateY(-1px);box-shadow:0 4px 8px #0000001a}.heap-dashboard .no-data-notice .capture-button-large:active:not(:disabled){transform:translateY(0)}.heap-dashboard .no-data-notice .capture-button-large:disabled{opacity:.6;cursor:not-allowed}.heap-dashboard .health-card{background:var(--theme-elevation-100);border:1px solid var(--theme-elevation-200);border-radius:8px;padding:1.25rem}.heap-dashboard .health-card .card-header{justify-content:space-between;align-items:center;margin-bottom:.75rem;display:flex}.heap-dashboard .health-card .card-title{color:var(--theme-text-secondary);text-transform:uppercase;letter-spacing:.025em;font-size:.875rem;font-weight:600}.heap-dashboard .health-card .trend-indicator{cursor:help;border-radius:4px;padding:.25rem .5rem;font-size:.875rem;font-weight:600;transition:opacity .2s}.heap-dashboard .health-card .trend-indicator:hover{opacity:.8}.heap-dashboard .health-card .trend-indicator.good{color:#10b981;background:#10b98133}.heap-dashboard .health-card .trend-indicator.bad{color:#ef4444;background:#ef444433}.heap-dashboard .health-card .trend-indicator.neutral{background:var(--theme-elevation-200);color:var(--theme-text-secondary)}.heap-dashboard .health-card .card-value{color:var(--theme-text);font-size:2rem;font-weight:700}.heap-dashboard .health-card .card-secondary{color:var(--theme-text-secondary);margin-top:.25rem;font-size:.875rem}.heap-dashboard .health-card .card-secondary.card-warning{color:var(--theme-warning-600);font-weight:600}.heap-dashboard .charts-grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,500px),1fr));gap:1.5rem;margin-bottom:2rem;display:grid}.heap-dashboard .chart-container{background:var(--theme-elevation-100);border:1px solid var(--theme-elevation-200);border-radius:8px;padding:1.5rem}.heap-dashboard .chart-container h3{margin:0 0 1rem;font-size:1rem;font-weight:600}.heap-dashboard .notification{border-left:4px solid;border-radius:4px;margin-bottom:1rem;padding:1rem;animation:.3s slide-in}.heap-dashboard .notification.success{background:var(--theme-success-50);border-color:var(--theme-success-500);color:var(--theme-success-900)}.heap-dashboard .notification.error{background:var(--theme-error-50);border-color:var(--theme-error-500);color:var(--theme-error-900)}.heap-dashboard .notification .notification-content{justify-content:space-between;align-items:center;gap:1rem;display:flex}.heap-dashboard .notification .notification-content .notification-close{cursor:pointer;color:currentColor;opacity:.6;background:0 0;border:none;width:24px;height:24px;padding:0;font-size:24px;line-height:1}.heap-dashboard .notification .notification-content .notification-close:hover{opacity:1}@keyframes slide-in{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes spin{to{transform:rotate(360deg)}}.heap-dashboard .info-notice{background:var(--theme-elevation-100);border:1px solid var(--theme-elevation-200);border-radius:8px;margin-top:2rem;padding:1.5rem}.heap-dashboard .info-notice h3{color:var(--theme-text);margin:0 0 1rem;font-size:1.125rem;font-weight:600}.heap-dashboard .info-notice ul{margin:0;padding-left:1.5rem;list-style-type:disc}.heap-dashboard .info-notice ul li{color:var(--theme-text);margin:.75rem 0;line-height:1.6}.heap-dashboard .info-notice ul li strong{color:var(--theme-text);font-weight:600}@media (max-width:768px){.heap-dashboard{padding:1rem}.heap-dashboard .dashboard-header{flex-direction:column;align-items:flex-start}.heap-dashboard .dashboard-header .header-actions{flex-direction:column;width:100%}.heap-dashboard .dashboard-header .header-actions .time-range-selector{justify-content:space-between;width:100%}.heap-dashboard .dashboard-header .header-actions .capture-button,.heap-dashboard .dashboard-header .header-actions .refresh-button{justify-content:center;width:100%}.heap-dashboard .charts-grid{grid-template-columns:1fr;gap:1rem}.heap-dashboard .chart-container{padding:1rem}.heap-dashboard .health-cards{grid-template-columns:repeat(auto-fit,minmax(min(100%,200px),1fr))}}@media (max-width:480px){.heap-dashboard{padding:.75rem}.heap-dashboard .health-cards{grid-template-columns:1fr}}
.AdminIcon svg{width:auto;max-width:100%;max-height:20px;margin:auto}
.AdminLogo svg{margin:auto}
@layer payload{.dashboard-footer{border-top:1px solid var(--theme-elevation-200);opacity:.7;margin-top:3rem;padding:1.5rem;transition:opacity .2s}.dashboard-footer:hover{opacity:1}.dashboard-footer .dashboard-footer-content{flex-wrap:wrap;justify-content:center;align-items:center;gap:1.5rem;max-width:1200px;margin:0 auto;display:flex}.dashboard-footer .footer-item{align-items:center;gap:.5rem;font-size:.813rem;display:flex}.dashboard-footer .footer-label{color:var(--theme-text-secondary);font-weight:500}.dashboard-footer .footer-value{color:var(--theme-text);font-family:monospace}.dashboard-footer .footer-code{text-overflow:ellipsis;white-space:nowrap;max-width:200px;overflow:hidden}.dashboard-footer .footer-badge{text-transform:uppercase;border-radius:3px;padding:.125rem .5rem;font-size:.75rem;font-weight:600;display:inline-block}.dashboard-footer .footer-badge.badge-staging{background:var(--theme-success-100);color:var(--theme-success-700)}.dashboard-footer .footer-badge.badge-dev,.dashboard-footer .footer-badge.badge-test,.dashboard-footer .footer-badge.badge-development,.dashboard-footer .footer-badge.badge-local,.dashboard-footer .footer-badge.badge-unknown,.dashboard-footer .footer-badge.badge-n\/a{background:var(--theme-elevation-200);color:var(--theme-text-secondary)}.dashboard-footer .footer-badge.badge-prod,.dashboard-footer .footer-badge.badge-production{background:var(--theme-error-100);color:var(--theme-error-700)}.dashboard-footer .footer-badge.badge-beta{background:var(--theme-warning-100);color:var(--theme-warning-700)}@media (max-width:768px){.dashboard-footer .dashboard-footer-content{flex-direction:column;align-items:flex-start;gap:.75rem}.dashboard-footer .footer-code{max-width:150px}}}
.styles-module-scss-module__gOMJPa__Component{background:var(--theme-elevation-50);border-radius:var(--theme-border-radius);scrollbar-width:none;height:calc(100% - 3em);position:fixed;top:1.5em;left:1.5em;overflow-y:auto}.styles-module-scss-module__gOMJPa__Component::-webkit-scrollbar{display:none}.styles-module-scss-module__gOMJPa__Component ul{width:var(--workspace-selector-width);flex-direction:column;align-items:center;gap:1em;margin:0;padding:.75em 0 .25em;list-style-type:none;display:flex}.styles-module-scss-module__gOMJPa__Component ul li{cursor:pointer}
.styles-module-scss-module__QDsXnW__BeforeNavLinks{flex-direction:column;gap:1em;margin:0 0 4.75em;display:flex}.styles-module-scss-module__QDsXnW__BeforeNavLinks>.styles-module-scss-module__QDsXnW__dashboardLink{text-align:start;padding:0!important;display:block!important}.styles-module-scss-module__QDsXnW__BeforeNavLinks>.styles-module-scss-module__QDsXnW__dashboardLink svg{width:8.5em;height:auto}.styles-module-scss-module__QDsXnW__BeforeNavLinks .styles-module-scss-module__QDsXnW__envNotice{background:var(--color-function-orange);color:var(--color-base-0);justify-content:center;padding:.25em .5em;font-size:1em;font-weight:500;line-height:1;position:absolute;bottom:2em;right:1.25em}
.styles-module-scss-module__zWooUa__Component{width:100%}.styles-module-scss-module__zWooUa__Component .styles-module-scss-module__zWooUa__invitationBanner{background:var(--theme-error-500);border-radius:var(--theme-border-radius);align-self:center;width:100%;padding:0 1em}.styles-module-scss-module__zWooUa__Component .styles-module-scss-module__zWooUa__invitationBanner:hover{background:var(--theme-error-550);text-decoration:none}
@layer payload-default;.styles-module-scss-module__hpFECG__CustomDashboard{padding:0 var(--gutter-h) var(--gutter-h);flex-direction:column;gap:2em;min-height:calc(100vh - 2em);display:flex}.styles-module-scss-module__hpFECG__CustomDashboard>*{margin:0}.styles-module-scss-module__hpFECG__CustomDashboard h1{line-height:1.2}.styles-module-scss-module__hpFECG__CustomDashboard h1 .styles-module-scss-module__hpFECG__headline{background:linear-gradient(135deg, var(--color-raspberry) 10%, var(--color-blueberry) 90%);color:#0000;-webkit-background-clip:text;background-clip:text;width:fit-content}.styles-module-scss-module__hpFECG__CustomDashboard h1 .styles-module-scss-module__hpFECG__subheadline{color:var(--theme-elevation-300);display:block}.styles-module-scss-module__hpFECG__CustomDashboard>section{flex-direction:column;gap:2em;display:flex}.styles-module-scss-module__hpFECG__CustomDashboard>section>header{align-items:center;gap:.5em;display:flex}.styles-module-scss-module__hpFECG__CustomDashboard>section>header h2{margin-inline-end:.5ch;display:inline-block}.styles-module-scss-module__hpFECG__CustomDashboard .styles-module-scss-module__hpFECG__grid{grid-template-columns:repeat(4,1fr);gap:2em;display:grid}@media (max-width:1024px){.styles-module-scss-module__hpFECG__CustomDashboard .styles-module-scss-module__hpFECG__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.styles-module-scss-module__hpFECG__CustomDashboard .styles-module-scss-module__hpFECG__grid{grid-template-columns:repeat(1,1fr)}}.styles-module-scss-module__hpFECG__CustomDashboard .styles-module-scss-module__hpFECG__gridVideos{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:2em;display:grid}.styles-module-scss-module__hpFECG__CustomDashboard .styles-module-scss-module__hpFECG__footer{text-align:end;margin-top:auto}.styles-module-scss-module__hpFECG__CustomDashboard .styles-module-scss-module__hpFECG__footer a{color:var(--color-raspberry);font-weight:700;text-decoration:none}.styles-module-scss-module__hpFECG__CustomDashboard .styles-module-scss-module__hpFECG__footer span{color:var(--color-raspberry);font-weight:700}.styles-module-scss-module__hpFECG__wizardContainer{grid-template-columns:repeat(3,1fr);gap:2em;display:grid}.styles-module-scss-module__hpFECG__wizardBox{border-radius:calc(var(--theme-border-radius) - 1px);background:var(--theme-elevation-0);width:100%;color:var(--theme-elevation-550);padding:2px;display:flex}.styles-module-scss-module__hpFECG__wizardBox .styles-module-scss-module__hpFECG__wizardBoxContent{background:var(--theme-elevation-0);border-radius:calc(var(--theme-border-radius) - 2px);flex-direction:column;gap:1.25em;width:100%;padding:1.75em;display:flex}.styles-module-scss-module__hpFECG__wizardBox .styles-module-scss-module__hpFECG__wizardBoxContent>*{margin:0}.styles-module-scss-module__hpFECG__wizardBox .styles-module-scss-module__hpFECG__wizardBoxContent>div{flex-direction:column;gap:.75em;height:100%;display:flex}.styles-module-scss-module__hpFECG__wizardBox h3{align-items:center;gap:.25em;font-size:1.25em;font-weight:600;display:flex}.styles-module-scss-module__hpFECG__wizardBox h3 svg{width:1em}.styles-module-scss-module__hpFECG__wizardBox p{margin:0;font-size:.875em;font-weight:400;line-height:1.5}.styles-module-scss-module__hpFECG__wizardBox .styles-module-scss-module__hpFECG__wizardButtonContainer{margin-top:auto;display:flex}.styles-module-scss-module__hpFECG__wizardBox .styles-module-scss-module__hpFECG__wizardButton{color:var(--theme-elevation-500);border:1px solid var(--theme-elevation-500);margin:0 0 0 auto;font-size:.875em}.styles-module-scss-module__hpFECG__wizardBox.styles-module-scss-module__hpFECG__wizardBoxDone{color:var(--theme-elevation-800)}.styles-module-scss-module__hpFECG__wizardBox.styles-module-scss-module__hpFECG__wizardBoxDone h3 svg{color:var(--color-function-green)}@container maincontent (max-width:1024px){.styles-module-scss-module__hpFECG__wizardContainer{grid-template-columns:repeat(2,1fr);gap:1em}.styles-module-scss-module__hpFECG__wizardBox .styles-module-scss-module__hpFECG__wizardBoxContent{gap:1em;padding:1em}}@container maincontent (max-width:768px){.styles-module-scss-module__hpFECG__wizardContainer{grid-template-columns:repeat(1,1fr)}}.styles-module-scss-module__hpFECG__noActiveWorkspaceBanner{border:1px solid var(--theme-error-250)}.styles-module-scss-module__hpFECG__noActiveWorkspaceBanner h4{margin-bottom:.5em;font-size:1.5em;font-weight:700}.styles-module-scss-module__hpFECG__noActiveWorkspaceBanner p{margin:0}.styles-module-scss-module__hpFECG__noActiveWorkspaceBox h4{color:var(--theme-elevation-700);margin-bottom:.5em;font-size:1.5em;font-weight:700}.styles-module-scss-module__hpFECG__noActiveWorkspaceBox p{color:var(--theme-elevation-600);margin:0;line-height:1.5}
.styles-module-scss-module__IVFKda__WidgetBase{background:var(--theme-elevation-0);border-radius:var(--theme-border-radius);flex-direction:column;align-items:flex-start;padding:1.25em;display:flex}
.styles-module-scss-module__i--IIW__content{flex-direction:column;flex:1 0 0;justify-content:space-between;gap:.75em;width:100%;display:flex}.styles-module-scss-module__i--IIW__label{flex-direction:column;gap:.25em;font-weight:500;line-height:1;display:flex}.styles-module-scss-module__i--IIW__labelText{color:var(--theme-text);letter-spacing:-.01em;margin:0;font-size:1em}.styles-module-scss-module__i--IIW__sublabelText{color:var(--theme-elevation-300);letter-spacing:-.01em;margin:0;font-size:.75em}.styles-module-scss-module__i--IIW__valueSection{flex-direction:column;gap:.25em;width:100%;display:flex}.styles-module-scss-module__i--IIW__valueRow{align-items:baseline;gap:.25em;display:flex}.styles-module-scss-module__i--IIW__value{color:var(--theme-text);letter-spacing:-.01em;font-size:2.625em;font-weight:700;line-height:1}.styles-module-scss-module__i--IIW__minutes{font-size:.65em;font-weight:650}.styles-module-scss-module__i--IIW__limitText{color:var(--theme-elevation-300);letter-spacing:-.01em;font-size:.875em;font-weight:600;line-height:1}.styles-module-scss-module__i--IIW__limitValue{color:var(--theme-text)}.styles-module-scss-module__i--IIW__progressTrack{background-color:var(--theme-elevation-100);border-radius:999px;width:100%;height:4px;overflow:hidden}.styles-module-scss-module__i--IIW__progressFill{border-radius:999px;max-width:100%;height:100%}
.styles-module-scss-module__O5YzgG__content{flex-direction:column;flex-shrink:0;gap:.5em;width:100%;display:flex}.styles-module-scss-module__O5YzgG__header{justify-content:space-between;align-items:flex-start;width:100%;line-height:1;display:flex}.styles-module-scss-module__O5YzgG__label{flex-direction:column;flex:1 0 0;gap:.25em;min-width:0;min-height:0;font-weight:500;display:flex}.styles-module-scss-module__O5YzgG__labelText{color:var(--theme-text);letter-spacing:-.01em;margin:0;font-size:1em}.styles-module-scss-module__O5YzgG__sublabelText{color:var(--theme-elevation-300);letter-spacing:-.01em;margin:0;font-size:.75em}.styles-module-scss-module__O5YzgG__valueBlock{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:.125em;display:flex}.styles-module-scss-module__O5YzgG__value{color:var(--theme-text);letter-spacing:-.01em;margin:0;font-size:1.25em;font-weight:700}.styles-module-scss-module__O5YzgG__valueLabel{color:var(--theme-elevation-300);letter-spacing:-.01em;margin:0;font-size:.625em;font-weight:500}.styles-module-scss-module__O5YzgG__chart{flex-direction:column;align-items:flex-start;width:100%;height:4em;display:flex}.styles-module-scss-module__O5YzgG__chart>svg{width:100%;height:100%}
@keyframes styles-module-scss-module__wH6HeW__progressBarPulse{0%,to{opacity:1;filter:brightness()contrast()saturate()}50%{opacity:1;filter:brightness(.75)contrast(1.3)saturate(1.2)}}.styles-module-scss-module__wH6HeW__Component{flex-direction:column;gap:2em;margin:0;display:flex}.styles-module-scss-module__wH6HeW__Component .styles-module-scss-module__wH6HeW__infoContent{align-items:flex-start;gap:2em;display:flex}.styles-module-scss-module__wH6HeW__Component .styles-module-scss-module__wH6HeW__infoContent .styles-module-scss-module__wH6HeW__text{flex-direction:column;flex:1;gap:.5em;display:flex}.styles-module-scss-module__wH6HeW__Component .styles-module-scss-module__wH6HeW__infoContent .styles-module-scss-module__wH6HeW__text h2,.styles-module-scss-module__wH6HeW__Component .styles-module-scss-module__wH6HeW__infoContent .styles-module-scss-module__wH6HeW__text p{margin:0}.styles-module-scss-module__wH6HeW__Component .styles-module-scss-module__wH6HeW__infoContent .styles-module-scss-module__wH6HeW__text h2{color:var(--theme-elevation-700);font-size:1.25em;font-weight:700;line-height:1.2}.styles-module-scss-module__wH6HeW__Component .styles-module-scss-module__wH6HeW__infoContent .styles-module-scss-module__wH6HeW__text p{color:var(--theme-elevation-550);max-width:70ch;line-height:1.5}.styles-module-scss-module__wH6HeW__Component .styles-module-scss-module__wH6HeW__infoContent .styles-module-scss-module__wH6HeW__buttons{flex-direction:column;align-items:flex-start;gap:.5em;display:flex}.styles-module-scss-module__wH6HeW__Component .styles-module-scss-module__wH6HeW__infoContent .styles-module-scss-module__wH6HeW__buttons .styles-module-scss-module__wH6HeW__ctaButton{white-space:nowrap;color:var(--color-raspberry);border:1px solid var(--color-raspberry);align-self:stretch;margin:0;padding:1em 1.25em;font-size:.875em;line-height:1}.styles-module-scss-module__wH6HeW__Component .styles-module-scss-module__wH6HeW__infoContent .styles-module-scss-module__wH6HeW__buttons .styles-module-scss-module__wH6HeW__ctaButton *{line-height:1}.styles-module-scss-module__wH6HeW__Component .styles-module-scss-module__wH6HeW__infoContent .styles-module-scss-module__wH6HeW__buttons .styles-module-scss-module__wH6HeW__contactButton{color:var(--theme-elevation-300);border:1px solid var(--theme-elevation-300);padding:.75em 1.25em}.styles-module-scss-module__wH6HeW__Component .styles-module-scss-module__wH6HeW__trialProgress{--stripe-size:.5em;--stripe-color:var(--color-function-green);--stripe-highlight-color:color-mix(in srgb, var(--stripe-color) 80%, var(--color-base-0) 10%);--label-background-color:var(--color-function-green);--progress-bar-animation:none;--progress-bar-animation-duration:.75s;align-items:stretch;gap:.5em;display:flex}.styles-module-scss-module__wH6HeW__Component .styles-module-scss-module__wH6HeW__trialProgress.styles-module-scss-module__wH6HeW__easy{--stripe-color:var(--color-function-green);--stripe-highlight-color:color-mix(in srgb, var(--stripe-color) 80%, var(--color-base-0) 10%);--label-background-color:var(--color-function-green)}.styles-module-scss-module__wH6HeW__Component .styles-module-scss-module__wH6HeW__trialProgress.styles-module-scss-module__wH6HeW__caution{--stripe-color:var(--color-function-orange);--stripe-highlight-color:color-mix(in srgb, var(--stripe-color) 80%, var(--color-base-1000) 10%);--label-background-color:var(--color-function-orange)}.styles-module-scss-module__wH6HeW__Component .styles-module-scss-module__wH6HeW__trialProgress.styles-module-scss-module__wH6HeW__critical{--stripe-color:var(--color-function-red);--stripe-highlight-color:color-mix(in srgb, var(--stripe-color) 80%, var(--color-base-1000) 10%);--label-background-color:var(--color-function-red);--progress-bar-animation:progressBarPulse}.styles-module-scss-module__wH6HeW__Component .styles-module-scss-module__wH6HeW__trialProgress .styles-module-scss-module__wH6HeW__trialProgressLabel{background-color:var(--label-background-color);color:var(--color-base-0);white-space:nowrap;border-radius:999px;flex:0;padding:.35rem 1rem;font-size:.75em;font-weight:500;line-height:1}.styles-module-scss-module__wH6HeW__Component .styles-module-scss-module__wH6HeW__trialProgress .styles-module-scss-module__wH6HeW__trialProgressLabel>span{color:var(--color-base-0);font-size:.875rem;font-weight:700}.styles-module-scss-module__wH6HeW__Component .styles-module-scss-module__wH6HeW__trialProgress .styles-module-scss-module__wH6HeW__trialProgressBar{background-color:var(--theme-elevation-150);border-radius:999px;flex:1;overflow:hidden}.styles-module-scss-module__wH6HeW__Component .styles-module-scss-module__wH6HeW__trialProgress .styles-module-scss-module__wH6HeW__trialProgressBar .styles-module-scss-module__wH6HeW__trialProgressBarFill{background-color:var(--stripe-color);background-image:repeating-linear-gradient(-45deg, var(--stripe-color), var(--stripe-color) var(--stripe-size), var(--stripe-highlight-color) var(--stripe-size), var(--stripe-highlight-color) calc(var(--stripe-size) * 2));height:100%;animation:var(--progress-bar-animation) var(--progress-bar-animation-duration) ease-in-out infinite;border-radius:999px}@container maincontent (max-width:768px){.styles-module-scss-module__wH6HeW__Component{gap:1em}.styles-module-scss-module__wH6HeW__Component .styles-module-scss-module__wH6HeW__infoContent{flex-direction:column;gap:1em}.styles-module-scss-module__wH6HeW__Component .styles-module-scss-module__wH6HeW__infoContent .styles-module-scss-module__wH6HeW__buttons{flex-direction:row;margin-left:auto}.styles-module-scss-module__wH6HeW__Component .styles-module-scss-module__wH6HeW__infoContent .styles-module-scss-module__wH6HeW__buttons .styles-module-scss-module__wH6HeW__contactButton{padding:1em 1.25em}}@container maincontent (max-width:500px){.styles-module-scss-module__wH6HeW__Component{padding:1em}.styles-module-scss-module__wH6HeW__Component .styles-module-scss-module__wH6HeW__infoContent .styles-module-scss-module__wH6HeW__buttons{width:100%;margin-left:0}.styles-module-scss-module__wH6HeW__Component .styles-module-scss-module__wH6HeW__infoContent .styles-module-scss-module__wH6HeW__buttons .styles-module-scss-module__wH6HeW__ctaButton{flex:1}}
.styles-module-scss-module__78OHrq__AcceptInvite>div{max-width:580px!important}.styles-module-scss-module__78OHrq__AcceptInvite h1{line-height:1.2}.styles-module-scss-module__78OHrq__AcceptInvite .template-minimal__wrap{flex-direction:column;gap:1em;display:flex}.styles-module-scss-module__78OHrq__AcceptInvite .template-minimal__wrap>*{margin-bottom:0!important}.styles-module-scss-module__78OHrq__AcceptInvite .styles-module-scss-module__78OHrq__subheadline{color:var(--theme-elevation-300);display:block}.styles-module-scss-module__78OHrq__AcceptInvite .styles-module-scss-module__78OHrq__loginButton{flex-grow:0;width:fit-content;margin:0}.styles-module-scss-module__78OHrq__AcceptInvite .styles-module-scss-module__78OHrq__workspaceTeaser{background:var(--theme-elevation-0);border-radius:var(--theme-border-radius);gap:1em;margin-bottom:2em;padding:1em 1.25em;display:flex}.styles-module-scss-module__78OHrq__AcceptInvite .styles-module-scss-module__78OHrq__workspaceTeaser *{margin:0}.styles-module-scss-module__78OHrq__AcceptInvite .styles-module-scss-module__78OHrq__formWrap{background:var(--theme-elevation-0);border-radius:var(--theme-border-radius);padding:2em}.styles-module-scss-module__78OHrq__AcceptInvite .styles-module-scss-module__78OHrq__formWrap form>.field-type{margin-bottom:1em}.styles-module-scss-module__78OHrq__AcceptInvite .styles-module-scss-module__78OHrq__formWrap .btn{margin:1.25em 0 0}.styles-module-scss-module__78OHrq__AcceptInvite .styles-module-scss-module__78OHrq__formRow{grid-template-columns:1fr 1fr;gap:2em;margin-bottom:1em;display:grid}.styles-module-scss-module__78OHrq__AcceptInvite .styles-module-scss-module__78OHrq__emailPreview{background:var(--theme-elevation-50);border:1px solid var(--theme-elevation-100);border-radius:var(--theme-border-radius);margin-bottom:1em;padding:1em 1.15em}.styles-module-scss-module__78OHrq__AcceptInvite .styles-module-scss-module__78OHrq__emailPreview>label{margin-bottom:.15em;font-size:13px;line-height:1.2;display:block}.styles-module-scss-module__78OHrq__AcceptInvite .styles-module-scss-module__78OHrq__emailPreview>div{font-weight:600;line-height:1.2}.styles-module-scss-module__78OHrq__AcceptInvite .styles-module-scss-module__78OHrq__errorBanner{outline:1px solid var(--theme-error-400)}.styles-module-scss-module__78OHrq__AcceptInvite .styles-module-scss-module__78OHrq__successBanner{outline:1px solid var(--theme-success-600)}.styles-module-scss-module__78OHrq__AcceptInvite .styles-module-scss-module__78OHrq__ssoConnectButtonRow{margin-top:1em}.styles-module-scss-module__78OHrq__AcceptInvite .styles-module-scss-module__78OHrq__ssoConnectButtonRow:first-child{margin-top:0}
@layer payload-default{.icon--edit{shape-rendering:auto;width:1.53846rem;height:1.53846rem}.icon--edit .stroke{fill:none;stroke:currentColor}}
@layer payload-default{.icon--link{width:1.53846rem;height:1.53846rem}.icon--link .stroke{stroke:currentColor;stroke-width:1px}}
@layer payload-default{.icon--plus .stroke{stroke:currentColor;stroke-width:1px}}
@layer payload-default{.icon--swap{width:1.53846rem;height:1.53846rem}.icon--swap .stroke{fill:none;stroke:currentColor;stroke-width:1px}}
@layer payload-default{a.btn{display:inline-block}.btn--withPopup{margin-block:4px}.btn--withPopup .btn{margin:0}.btn{--btn-font-weight:normal}.btn *{pointer-events:none}.btn--style-primary{--color:var(--theme-elevation-0);--bg-color:var(--theme-elevation-800);--hover-bg:var(--theme-elevation-600);--hover-color:var(--color)}.btn--style-primary.btn--disabled{--bg-color:var(--theme-elevation-200);--color:var(--theme-elevation-800);--hover-bg:var(--bg-color);--hover-color:var(--color)}.btn--style-secondary{--color:var(--theme-text);--bg-color:transparent;--btn-border:1px solid var(--theme-elevation-800);--hover-color:var(--theme-elevation-600);--hover-btn-border:1px solid var(--theme-elevation-400)}.btn--style-secondary.btn--disabled{--color:var(--theme-elevation-200);--btn-border:1px solid var(--theme-elevation-200);--hover-btn-border:1px solid var(--theme-elevation-200);--hover-color:var(--color)}.btn--style-dashed{--color:var(--theme-elevation-500);--bg-color:transparent;--hover-color:var(--theme-text);--btn-border:1px dashed var(--theme-elevation-200);--hover-btn-border:1px dashed var(--theme-elevation-400)}.btn--style-dashed.btn--disabled{--color:var(--theme-elevation-250);--hover-color:var(--color);--hover-bg:transparent;--btn-border:1px dashed var(--theme-elevation-200);--hover-btn-border:var(--btn-border)}.btn--style-pill{--bg-color:var(--theme-elevation-150);--color:var(--theme-elevation-800);--hover-color:var(--theme-elevation-800);--hover-bg:var(--theme-elevation-100)}.btn--style-pill.btn--disabled{--color:var(--theme-elevation-600);--hover-bg:var(--bg-color);--hover-color:var(--color)}.btn--style-icon-label,.btn--style-icon-label.btn--icon-position-left,.btn--style-icon-label.btn--icon-position-right{--color:var(--theme-text);--bg-color:transparent;--hover-color:var(--theme-elevation-600);padding:0;font-weight:600}.btn--style-icon-label.btn--disabled,.btn--style-icon-label.btn--icon-position-left.btn--disabled,.btn--style-icon-label.btn--icon-position-right.btn--disabled{--color:var(--theme-elevation-200);--hover-color:var(--color)}.btn--style-icon-label .btn__content,.btn--style-icon-label.btn--icon-position-left .btn__content,.btn--style-icon-label.btn--icon-position-right .btn__content{--btn-icon-content-gap:calc(var(--base) * .4)}.btn--style-subtle{--color:var(--theme-text);--bg-color:var(--theme-elevation-100);--hover-bg:var(--theme-elevation-150);--btn-border:1px solid var(--theme-elevation-200);--hover-btn-border:1px solid var(--theme-elevation-250)}.btn--style-subtle.btn--disabled{--color:var(--theme-elevation-450);--hover-btn-border:var(--btn-border);--hover-bg:var(--bg-color);--hover-color:var(--color)}.btn--style-tab{--bg-color:transparent;--hover-bg:var(--theme-elevation-50);--color:var(--theme-text);--btn-font-weight:500}.btn--style-tab.btn--disabled{--btn-font-weight:600;--bg-color:var(--theme-elevation-100);--hover-bg:var(--bg-color);--hover-color:var(--color)}.popup--active .btn{background-color:var(--hover-bg)}.btn--withPopup .popup-button{color:var(--color,inherit);background-color:var(--bg-color);border:var(--btn-border,1px solid transparent);border-radius:4px;align-items:center}html:not([dir=RTL]) .btn--withPopup .popup-button{border-left:1px solid var(--theme-bg);border-top-left-radius:0;border-bottom-left-radius:0}html[dir=RTL] .btn--withPopup .popup-button{border-right:1px solid var(--theme-bg);border-top-right-radius:0;border-bottom-right-radius:0}.btn--withPopup .popup-button:hover,.btn--withPopup .popup-button:focus-visible,.btn--withPopup .popup-button:focus,.btn--withPopup .popup-button:active{background-color:var(--hover-bg);color:var(--hover-color);border:var(--hover-btn-border,1px solid transparent)}.btn--withPopup .popup-button:hover .btn__icon .stroke,.btn--withPopup .popup-button:focus-visible .btn__icon .stroke,.btn--withPopup .popup-button:focus .btn__icon .stroke,.btn--withPopup .popup-button:active .btn__icon .stroke{stroke:var(--hover-color,currentColor)}.btn--withPopup .popup-button:hover .btn__icon .fill,.btn--withPopup .popup-button:focus-visible .btn__icon .fill,.btn--withPopup .popup-button:focus .btn__icon .fill,.btn--withPopup .popup-button:active .btn__icon .fill{fill:var(--hover-color,currentColor)}.btn:hover,.btn:focus-visible,.btn:focus,.btn:active,.btn--withPopup .btn:hover,.btn--withPopup .btn:focus-visible,.btn--withPopup .btn:focus,.btn--withPopup .btn:active{color:var(--hover-color);background-color:var(--hover-bg);border:var(--hover-btn-border,var(--btn-border,1px solid transparent))}.btn--disabled,.btn--disabled .btn{cursor:not-allowed}.btn{--btn-padding-block-start:0;--btn-padding-inline-end:0;--btn-padding-block-end:0;--btn-padding-inline-start:0;--btn-icon-size:calc(var(--base) * 1.2);--btn-icon-border-color:currentColor;--btn-icon-padding:0px;--btn-icon-content-gap:calc(var(--base) * .4);--margin-block:calc(var(--base) * 1.2);--btn-line-height:calc(var(--base) * 1.1);--btn-base-transition:.1s cubic-bezier(0, .2, .2, 1);border-radius:var(--style-radius-s);font-size:var(--base-body-size);font-family:var(--font-body);font-weight:var(--btn-font-weight,normal);margin-block:var(--margin-block);line-height:var(--btn-line-height);border:var(--btn-border,1px solid transparent);cursor:pointer;transition:border,color,background,var(--btn-base-transition);padding:var(--btn-padding-block-start) var(--btn-padding-inline-end) var(--btn-padding-block-end) var(--btn-padding-inline-start);color:var(--color,inherit);background-color:var(--bg-color,transparent);text-decoration:none}.btn__icon{width:100%;height:100%}.btn__icon .stroke{stroke:var(--color,currentColor);fill:none}.btn__icon .fill{fill:var(--color,currentColor)}.btn__content{justify-content:center;align-items:center;display:flex}.btn__icon{width:var(--btn-icon-size);height:var(--btn-icon-size);border:1px solid var(--btn-icon-border-color);padding:var(--btn-icon-padding);color:inherit;border-radius:100%;justify-content:center;align-items:center;display:flex}.btn__icon svg{width:100%;height:100%}.btn__icon.btn--size-small{padding:calc(var(--base)*.2)}.btn--withPopup{display:flex}.btn--has-tooltip{position:relative}.btn--icon .btn__content{gap:var(--btn-icon-content-gap)}.btn--icon-style-without-border,.btn--icon-style-none{--btn-icon-border-color:transparent}.btn--icon-position-left .btn__content{flex-direction:row-reverse}.btn--size-small{--btn-icon-size:calc(var(--base) * .9);--btn-icon-content-gap:calc(var(--base) * .2);--btn-padding-block-start:0;--btn-padding-inline-end:calc(var(--base) * .4);--btn-padding-inline-start:calc(var(--base) * .4);--btn-padding-block-end:0}.btn--size-small:not(.btn--icon-only).btn--icon-position-left{--btn-padding-inline-start:calc(var(--base) * .3)}.btn--size-small:not(.btn--icon-only).btn--icon-position-right{--btn-padding-inline-end:calc(var(--base) * .3)}.btn--size-xsmall{--btn-icon-size:calc(var(--base) * .8);--btn-icon-content-gap:calc(var(--base) * .2);--btn-padding-block-start:0;--btn-padding-inline-end:calc(var(--base) * .3);--btn-padding-inline-start:calc(var(--base) * .3);--btn-padding-block-end:0}.btn--size-xsmall:not(.btn--icon-only).btn--icon-position-left{--btn-padding-inline-start:calc(var(--base) * .2)}.btn--size-xsmall:not(.btn--icon-only).btn--icon-position-right{--btn-padding-inline-end:calc(var(--base) * .2)}.btn--size-medium{--btn-icon-size:calc(var(--base) * 1.1);--btn-icon-content-gap:calc(var(--base) * .2);--btn-padding-block-start:calc(var(--base) * .2);--btn-padding-inline-end:calc(var(--base) * .6);--btn-padding-block-end:calc(var(--base) * .2);--btn-padding-inline-start:calc(var(--base) * .6)}.btn--size-medium:not(.btn--icon-only).btn--icon-position-left{--btn-padding-inline-start:calc(var(--base) * .4)}.btn--size-medium:not(.btn--icon-only).btn--icon-position-right{--btn-padding-inline-end:calc(var(--base) * .4)}.btn--size-large{--btn-icon-size:calc(var(--base) * 1.2);--btn-icon-content-gap:calc(var(--base) * .4);--btn-padding-block-start:calc(var(--base) * .4);--btn-padding-inline-end:calc(var(--base) * .8);--btn-padding-inline-start:calc(var(--base) * .8);--btn-padding-block-end:calc(var(--base) * .4)}.btn--size-large:not(.btn--icon-only).btn--icon-position-left{--btn-padding-inline-start:calc(var(--base) * .6)}.btn--size-large:not(.btn--icon-only).btn--icon-position-right{--btn-padding-inline-end:calc(var(--base) * .6)}html:not([dir=RTL]) .btn--withPopup .btn{border-top-right-radius:0;border-bottom-right-radius:0}html[dir=RTL] .btn--withPopup .btn{border-top-left-radius:0;border-bottom-left-radius:0}.btn:focus-visible{outline:var(--accessibility-outline);outline-offset:var(--accessibility-outline-offset)}.btn.btn--disabled{cursor:not-allowed}.btn--style-none{padding:0}.btn--no-margin{--margin-block:0}}
@layer payload-default{.tooltip{--caret-size:6px;opacity:0;background-color:var(--theme-elevation-800);z-index:3;color:var(--theme-elevation-0);white-space:nowrap;visibility:hidden;border-radius:2px;padding:4px 8px;font-weight:400;line-height:15px;position:absolute;left:50%}.tooltip:after{content:" ";border-left:var(--caret-size) solid #0000;border-right:var(--caret-size) solid #0000;width:0;height:0;display:block;position:absolute;transform:translate(-50%,100%)}.tooltip--show{visibility:visible;opacity:1;cursor:default;transition:opacity .2s ease-in-out}.tooltip--caret-center:after{left:50%}.tooltip--caret-left:after{left:calc(var(--base)*.5)}.tooltip--caret-right:after{right:calc(var(--base)*.5)}.tooltip--position-top{top:calc(var(--base)*-1.25);transform:translate3d(-50%, calc(var(--caret-size) * -1), 0)}.tooltip--position-top:after{border-top:var(--caret-size) solid var(--theme-elevation-800);bottom:1px}.tooltip--position-bottom{bottom:calc(var(--base)*-1.25);transform:translate3d(-50%, var(--caret-size), 0)}.tooltip--position-bottom:after{bottom:calc(100% + var(--caret-size) - 1px);border-bottom:var(--caret-size) solid var(--theme-elevation-800)}.tooltip .tooltip-content{text-overflow:ellipsis;width:100%;overflow:hidden}@media (max-width:1024px){.tooltip{display:none}}html[data-theme=light] .tooltip:not(.field-error){background-color:var(--theme-elevation-100);color:var(--theme-elevation-1000)}html[data-theme=light] .tooltip--position-top:not(.field-error):after{border-top-color:var(--theme-elevation-100)}html[data-theme=light] .tooltip--position-bottom:not(.field-error):after{border-bottom-color:var(--theme-elevation-100)}}
@layer payload-default{.card__title{font-family:var(--font-body);margin:0;font-size:13px;font-weight:500;line-height:16px}.card{background:var(--theme-elevation-50);border-radius:var(--style-radius-m);border:1px solid var(--theme-border-color);justify-content:space-between;align-self:start;gap:16px;width:100%;min-height:80px;padding:16px;transition-property:border,box-shadow,background;transition-duration:.1s;transition-timing-function:cubic-bezier(0,.2,.2,1);display:flex;position:relative}.card__title{letter-spacing:0;width:100%;margin:2px 0;font-weight:600;line-height:16px}.card__actions{z-index:2;display:inline-flex;position:relative}.card__actions .btn{flex-shrink:0;margin:0}.card__actions .btn__icon{border:1px solid var(--theme-border-color);transition-property:border,box-shadow,color,background;transition-duration:.1s;transition-timing-function:cubic-bezier(0,.2,.2,1)}.card__actions .btn__icon:hover{border:1px solid var(--theme-elevation-500);background-color:var(--theme-elevation-0);color:currentColor;box-shadow:0 2px 2px -1px #0000001a}.card--has-onclick{cursor:pointer}.card--has-onclick:hover{background:var(--theme-elevation-50);border:1px solid var(--theme-elevation-250);box-shadow:0 4px 8px -2px #0000000d}.card__click{z-index:1;width:100%;height:100%;margin:0;position:absolute;top:0;left:0}}
@layer payload-default{.icon--lock .stroke{stroke:currentColor;stroke-width:1px}}
@layer payload-default{.locked{pointer-events:all;justify-content:center;align-items:center;display:inline-flex;position:relative}.locked__tooltip{transform:translate3d(0%, calc(var(--caret-size) * -1), 0);left:0}}
@layer payload-default{.collections{--gap:var(--base);--cols:5;width:100%;display:flex}.collections__wrap{gap:var(--base);flex-direction:column;width:100%;display:flex}.collections__group{gap:var(--gap);flex-direction:column;display:flex}.collections__label{margin:0}.collections__card-list{grid-template-columns:repeat(var(--cols), 1fr);gap:12px;margin:0;padding:0;list-style:none;display:grid}.collections__card-list .card{height:100%}.collections__locked.locked{align-items:unset;justify-content:unset}@media (max-width:1440px){.collections{--cols:4}}@media (max-width:1024px){.collections{--gap:var(--base);--cols:2}}@media (max-width:768px){.collections{--cols:2}.collections__wrap{gap:var(--base)}.collections__card-list{gap:8px}}@media (max-width:400px){.collections{--cols:1}}}