.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)}