.Sc9DBG_appbar{background-color:var(--md-sys-color-surface);color:var(--md-sys-color-on-surface);box-shadow:var(--md-sys-elevation-level2);z-index:100;flex-direction:column;width:100%;height:64px;display:flex;position:sticky;top:0}.Sc9DBG_content{align-items:center;gap:16px;height:100%;padding:0 16px;display:flex}.Sc9DBG_title{letter-spacing:0;color:var(--md-sys-color-on-surface);text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:22px;font-weight:400;line-height:28px;overflow:hidden}.Sc9DBG_customContent{flex:1;align-items:center;display:flex;overflow:hidden}.Sc9DBG_actions{align-items:center;gap:8px;margin-left:auto;display:flex}.Sc9DBG_actionButton{color:var(--md-sys-color-on-surface-variant);cursor:pointer;background-color:#0000;border:none;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;transition:all .2s cubic-bezier(.4,0,.2,1);display:inline-flex;position:relative;overflow:hidden}.Sc9DBG_actionButton:before{content:"";border-radius:inherit;opacity:0;background-color:currentColor;width:100%;height:100%;transition:opacity .2s cubic-bezier(.4,0,.2,1);position:absolute;top:0;left:0}.Sc9DBG_actionButton:hover:before{opacity:.08}.Sc9DBG_actionButton:active:before{opacity:.12}.Sc9DBG_actionButton:focus-visible{outline:2px solid var(--md-sys-color-primary);outline-offset:2px}.Sc9DBG_actionButton svg{width:24px;height:24px}.Sc9DBG_content:has(.Sc9DBG_title):not(:has(.Sc9DBG_backButton)) .Sc9DBG_title{padding-left:16px}.Sc9DBG_content:has(.Sc9DBG_customContent) .Sc9DBG_title{flex-shrink:0}