.channel-editor-header{align-items:flex-start;display:flex;justify-content:space-between;padding:var(--largeGapSize) var(--largeGapSize) 0 var(--largeGapSize);width:100%}.channel-editor-header__left{display:flex;flex:1;flex-direction:column;gap:var(--mediumGapSize);min-width:0}.channel-editor-header__meta{flex:1;min-width:0}.channel-editor-header__right{align-items:flex-end;display:flex;flex-direction:column;gap:var(--mediumGapSize)}.channel-editor-header__right .close-button-wrapper{display:flex!important}.channel-editor-header__icon{align-items:center;background:var(--cBackgroundEl2);border-radius:var(--mediumRadius);display:flex;height:4rem;justify-content:center;overflow:hidden;padding:var(--mediumGapSize);width:4rem}@media(max-width:799.98px){.channel-editor-header__icon{height:3rem;width:3rem}}.channel-editor-header__icon img,.channel-editor-header__icon svg{height:100%;-o-object-fit:contain;object-fit:contain;width:100%}.channel-editor-header__badge{align-items:center;border-radius:var(--fullRadius);display:inline-flex;font-size:var(--text-xs-font-size);font-weight:var(--fwMedium);gap:var(--smallGapSize);padding:var(--smallGapSize) var(--mediumGapSize);white-space:nowrap}.channel-editor-header__badge--connected{background:var(--cBackground);border:1px solid var(--cSecondaryO3);color:var(--cAccentSuccess)}.channel-editor-header__badge--not-connected{background:var(--cBackground);border:1px solid var(--cPrimaryBorder);color:var(--cTertiaryText)}.channel-editor__error{align-items:flex-start;background:var(--cErrorO1);border:1px solid var(--cErrorO5);border-radius:var(--smallRadius);color:var(--cError);display:flex;font-size:var(--text-sm-font-size);gap:var(--mediumGapSize);margin-bottom:var(--mediumGapSize);padding:var(--mediumGapSize) var(--largeGapSize)}.channel-editor__error .app-icon{flex-shrink:0;margin-top:2px}.channel-editor__label{align-items:center;display:flex;font-weight:var(--fwMedium);gap:var(--smallGapSize);justify-content:space-between}.channel-editor__label .btn:active,.channel-editor__label .btn:focus,.channel-editor__label .btn:focus:active{box-shadow:none;outline:none}.channel-editor__docs-link{align-items:center;border:1px solid var(--cPrimaryBorder);border-radius:var(--smallRadius);color:var(--cSecondaryText);display:inline-flex;font-size:var(--text-sm-font-size);gap:var(--smallGapSize);margin-bottom:var(--mediumGapSize);padding:var(--smallGapSize) var(--mediumGapSize);-webkit-text-decoration:none;text-decoration:none}.channel-editor__docs-link:hover{border-color:var(--cSecondaryBorder);color:var(--cPrimaryText);-webkit-text-decoration:none;text-decoration:none}.channel-editor__actions{display:flex;flex-direction:column;gap:var(--mediumGapSize);width:100%}.channel-editor__actions .btn{border-radius:var(--fullRadius);height:var(--navbarButtonHeight)}.channels-alert{align-items:flex-start;background:var(--cTertiaryO1);border:1px solid var(--cTertiaryO3);border-radius:var(--largeRadius);display:flex;gap:var(--mediumGapSize);justify-content:space-between;margin-bottom:var(--largeGapSize);padding:var(--largeGapSize)}.integrations-grid{grid-gap:var(--largeGapSize);display:grid;gap:var(--largeGapSize);grid-template-columns:repeat(auto-fill,minmax(360px,1fr))}@media(max-width:991.98px){.integrations-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr))}}.integration-card{background:radial-gradient(circle at top left,var(--cPrimaryO1) 0,transparent 45%);border:1px solid var(--cPrimaryBorder);border-radius:var(--largeRadius);cursor:pointer;display:flex;flex-direction:column;padding:var(--largeGapSize);transition:box-shadow var(--transitionShort),border-color var(--transitionShort)}.integration-card:hover:not(.integration-card--disabled):not(.integration-card--locked){border-color:var(--cSecondaryBorder);box-shadow:var(--boxShadowContainer)}.integration-card:hover:not(.integration-card--disabled):not(.integration-card--locked) .integration-card__action{color:var(--cPrimaryText)}.integration-card--connected{background:radial-gradient(circle at top left,var(--cSecondaryO1) 0,transparent 45%);border-color:var(--cSecondaryO3)}.integration-card--disabled{cursor:default;opacity:.6}.integration-card--locked .integration-card__action{color:var(--cTertiaryText)}.integration-card__icon{align-items:center;background:var(--cBackground);border:1px solid var(--cPrimaryBorder);border-radius:var(--mediumRadius);display:flex;flex-shrink:0;height:3.5rem;justify-content:center;overflow:hidden;padding:var(--mediumGapSize);width:3.5rem}@media(max-width:799.98px){.integration-card__icon{height:3rem;width:3rem}}.integration-card__icon img,.integration-card__icon svg{height:100%;-o-object-fit:contain;object-fit:contain;width:100%}.integration-card__badge{align-items:center;border:1px solid var(--cPrimaryBorder);border-radius:var(--fullRadius);display:inline-flex;font-size:var(--text-xs-font-size);font-weight:var(--fwMedium);gap:var(--smallGapSize);padding:var(--smallGapSize) var(--mediumGapSize);white-space:nowrap}.integration-card__badge--connected{border-color:var(--cSecondaryO3);color:var(--cAccentSuccess)}.integration-card__badge--not-connected{color:var(--cTertiaryText)}.integration-card__body{display:flex;flex:1;flex-direction:column;margin-top:var(--largeGapSize)}.integration-card__description{color:var(--cSecondaryText);flex:1;font-size:var(--text-sm-font-size);line-height:1.5}.integration-card__divider{margin:var(--largeGapSize) 0}.integration-card__action{color:var(--cSecondaryText);font-size:var(--text-sm-font-size);font-weight:var(--fwMedium);transition:color var(--transitionShort)}.overlay-surface{background-color:var(--cBackgroundEl1);border:1px solid var(--cBackgroundEl3);border-radius:var(--mediumRadius);box-shadow:var(--boxShadowMedium)}.maestra-header{grid-column-gap:var(--smallGapSize);align-items:center;background-color:var(--cBackground);-moz-column-gap:var(--smallGapSize);column-gap:var(--smallGapSize);display:grid;grid-template-columns:1fr auto 1fr;margin-left:0;margin-left:var(--safe-area-inset-left,0);margin-right:0;margin-right:var(--safe-area-inset-right,0);padding-bottom:var(--largeGapSize);position:sticky;top:0;z-index:100}.maestra-header:before{background-color:var(--cBackground);bottom:100%;content:"";height:var(--largeGapSize);left:0;position:absolute;right:0}@media(max-width:799.98px){.maestra-header{margin-bottom:var(--largeGapSize);min-height:calc(var(--mobileHeaderHeight) + var(--mediumGapSize));padding-bottom:var(--mediumGapSize);padding-top:var(--mediumGapSize)}.maestra-header:before{display:none}}.maestra-header__icon-btn{grid-column:1;height:var(--navbarButtonHeightSmall);justify-content:center;justify-self:start;min-width:var(--navbarButtonHeightSmall);padding:0}.maestra-header__icon-btn .app-icon{height:1.125rem;width:1.125rem}.maestra-header__mobile-toggle{display:none}@media(max-width:799.98px){.maestra-header__mobile-toggle{display:inline-flex}}.maestra-header__brand{align-items:center;display:flex;gap:var(--mediumGapSize);grid-column:2}.maestra-header__brand:before{content:"";height:var(--navbarButtonHeightSmall);width:0}.maestra-header__logo-name{align-items:center;display:none;gap:var(--mediumGapSize)}@media(max-width:799.98px){.maestra-header__logo-name{display:flex}}.maestra-header__divider{color:var(--cTertiaryText);display:none;font-weight:var(--fwLight)}@media(max-width:799.98px){.maestra-header__divider{display:inline}}.maestra-header .maestra-logo-responsive{display:block}.maestra-header__name{color:var(--cPrimaryText);font-size:var(--text-xl-font-size);font-weight:var(--fwBold)}.maestra-header__title{color:var(--cSecondaryText);margin-bottom:0}.maestra-header__actions{align-items:center;display:flex;gap:var(--mediumGapSize);grid-column:3;justify-self:end}.maestra-header--toggle-only{display:contents}.maestra-header--toggle-only:before{display:none}.maestra-header--toggle-only .maestra-header__mobile-toggle{left:max(1rem,0px);left:max(1rem,var(--safe-area-inset-left,0px));position:fixed;top:max(1rem,0px);top:max(1rem,var(--safe-area-inset-top,0px));z-index:30}@media(max-width:799.98px){.maestra-header__name,.maestra-header__title{font-size:var(--text-lg-font-size);margin-bottom:0}}.pricing-title-real-time{color:var(--cPrimary)}.overlay-surface[data-v-a215ef80]{background-color:var(--cBackgroundEl1);border:1px solid var(--cBackgroundEl3);border-radius:var(--mediumRadius);box-shadow:var(--boxShadowMedium)}.integrations-page__switch[data-v-a215ef80]{display:flex;justify-content:center;margin:0 auto var(--largeGapSize);max-width:var(--formContentMaxWidth);width:100%}