.xyz-brand-bar{--xyz-out-side-padding:20px;--xyz-brand-bar-logo-size:26px;--xyz-brand-bar-logo-icon-size:26px;--xyz-brand-bar-highlight-font-size:12px;--xyz-brand-bar-slogan-font-size:14px;--xyz-brand-bar-highlight-horizontal-padding:4.5px;width:100%;color:var(--xyz-color-on-container-on-container-primary,#000);font-family:PingFang SC,-apple-system,BlinkMacSystemFont,Helvetica Neue,sans-serif;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;-ms-user-select:none;user-select:none}.xyz-brand-bar,.xyz-brand-bar-main{display:flex;align-items:center;box-sizing:border-box}.xyz-brand-bar-main{flex:1 1;min-width:0;padding:17px 0 17px var(--xyz-out-side-padding);color:inherit}.xyz-brand-bar-has-user .xyz-brand-bar-main{min-width:0;padding-right:0}.xyz-brand-bar-has-user .xyz-brand-bar-title{flex:0 1 auto}.xyz-brand-bar.xyz-brand-bar-has-user{display:grid;grid-template-columns:minmax(0,-webkit-max-content) minmax(76px,1fr);grid-template-columns:minmax(0,max-content) minmax(76px,1fr)}.xyz-brand-bar-button-slot{display:inline-flex;flex:none;align-items:center;margin:0 var(--xyz-out-side-padding) 0 12px}.xyz-brand-bar-button-slot>*{display:inline-flex;color:inherit;text-decoration:none}.xyz-brand-bar-logo{width:var(--xyz-brand-bar-logo-size);height:var(--xyz-brand-bar-logo-size);flex:none;display:inline-flex;align-items:center;justify-content:center;position:relative}.xyz-brand-bar-logo svg{width:var(--xyz-brand-bar-logo-icon-size);height:var(--xyz-brand-bar-logo-icon-size);display:block}.xyz-brand-bar-logo .xyz-brand-bar-progress-ring{transform-origin:50%;transform:rotate(52deg)}.xyz-brand-bar-spinning .xyz-brand-bar-progress-ring{animation:xyz-brand-bar-spin .5s linear infinite}@keyframes xyz-brand-bar-spin{0%{stroke-dasharray:32;stroke-dashoffset:0}to{stroke-dasharray:32;stroke-dashoffset:64}}.xyz-brand-bar-title{position:relative;flex:1 1;display:flex;align-items:center;font-weight:700;font-size:var(--xyz-brand-bar-slogan-font-size);line-height:20px;min-width:0}.xyz-brand-bar-title-content{position:absolute;inset:0;display:flex;align-items:center;min-width:0}.xyz-brand-bar-highlight-sizer{height:0;flex:none;display:inline-flex;flex-direction:column;margin:0 4px;overflow:hidden;visibility:hidden}.xyz-brand-bar-highlight-clipper{flex:none;height:21px;margin:0 4px;box-sizing:border-box;overflow:hidden;transition:width .6s cubic-bezier(.49,.11,0,1)}.xyz-brand-bar-highlight-wrapper{height:21px;box-sizing:border-box;display:flex;flex-direction:column;align-items:flex-start;gap:3px;animation:xyz-brand-bar-popup 1.6s cubic-bezier(.49,.11,0,1) 1s forwards;will-change:transform}.xyz-brand-bar-highlight,.xyz-brand-bar-highlight-sizer-word{height:21px;box-sizing:border-box;display:inline-block;color:var(--xyz-color-on-container-on-container-xyz-primary,#25b4e1);font-weight:600;font-size:var(--xyz-brand-bar-highlight-font-size);line-height:17px;white-space:nowrap;padding:2px var(--xyz-brand-bar-highlight-horizontal-padding);background-color:var(--xyz-color-on-container-on-container-xyz-4th,rgba(37,180,225,.2));border-radius:3px}.xyz-brand-bar-highlight{flex:none}@keyframes xyz-brand-bar-popup{0%{transform:translateY(0)}37.5%{transform:translateY(-24px)}to{transform:translateY(-24px)}}.xyz-brand-bar-slogan{flex:1 1;min-width:0;overflow:hidden;color:inherit;white-space:nowrap;text-overflow:ellipsis}.xyz-brand-bar-slogan-sizer{flex:none;color:inherit;white-space:nowrap;visibility:hidden}.xyz-brand-bar-cta{flex:none;display:inline-flex;justify-content:center;min-width:69px;height:26px;padding:4px 9.5px;border-radius:2px;border:1px solid var(--xyz-color-on-container-on-container-xyz-primary,#25b4e1);background:linear-gradient(180deg,var(--xyz-color-on-container-on-container-xyz-primary,#25b4e1) 0,var(--xyz-color-on-container-on-container-xyz-linear-overlay,#98c8cd) 100%);color:var(--xyz-color-on-container-on-container-white,#fff);font-size:12px;font-weight:500;white-space:nowrap;pointer-events:none}.xyz-brand-bar-cta,.xyz-brand-bar-user{align-items:center;box-sizing:border-box;line-height:normal}.xyz-brand-bar-user{width:100%;min-width:76px;align-self:stretch;display:flex;justify-content:flex-end;padding:0 var(--xyz-out-side-padding) 0 6px;border:0;background:transparent;color:var(--xyz-color-on-container-on-container-secondary,rgba(60,60,67,.6));font:inherit;font-size:14px;font-weight:500;cursor:pointer}.xyz-brand-bar-user-content{min-width:0;max-width:100%;display:flex;align-items:center;gap:3px}.xyz-brand-bar-user-avatar{width:23px;height:23px;flex:none;display:block;border-radius:50%;object-fit:cover}.xyz-brand-bar-user-nickname{min-width:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.xyz-brand-bar-user-menu{position:fixed;z-index:10;transform:translate(-100%,10px);animation:xyz-brand-bar-user-menu-enter .16s ease-out;display:flex;min-width:110px;padding:5px 0;flex-direction:column;align-items:flex-start;border-radius:5px;background:var(--xyz-color-container-card,#fff);box-shadow:0 4px 40px rgba(0,0,0,.15);box-sizing:border-box}.xyz-brand-bar-user-menu-closing{pointer-events:none;animation:xyz-brand-bar-user-menu-exit .12s ease-in forwards}@keyframes xyz-brand-bar-user-menu-enter{0%{opacity:0}to{opacity:1}}@keyframes xyz-brand-bar-user-menu-exit{0%{opacity:1}to{opacity:0}}@media (prefers-reduced-motion:reduce){.xyz-brand-bar-user-menu,.xyz-brand-bar-user-menu-closing{animation-duration:1ms}}.xyz-brand-bar-logout{display:flex;width:110px;height:36px;padding:8px;justify-content:center;align-items:center;gap:10px;flex-shrink:0;border:0;background:transparent;color:var(--xyz-color-on-container-on-container-red,#e78787);font:inherit;cursor:pointer;box-sizing:border-box}
/*# sourceMappingURL=a09893a724e45ef8.css.map*/