.ecm-user-header{
  --euh-bg:var(--forma-panel,#141414);
  --euh-bg2:var(--forma-panel-2,#191919);
  --euh-text:#fff;
  --euh-muted:rgba(255,255,255,.68);
  --euh-border:rgba(255,255,255,.14);
  --euh-accent:var(--forma-accent,#1E7B8D);
  position:relative!important;
  z-index:99999!important;
  display:inline-flex!important;
  width:auto!important;
  max-width:100%!important;
  min-width:0!important;
  height:34px!important;
  min-height:34px!important;
  padding:0!important;
  margin:0!important;
  align-items:center!important;
  justify-content:flex-start!important;
  flex:0 0 auto!important;
  gap:4px!important;
  color:var(--euh-text)!important;
  background:transparent!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  font-family:inherit!important;
  font-size:12px!important;
  line-height:1!important;
  vertical-align:middle!important;
}
html[data-forma-theme="light"] .ecm-user-header{
  --euh-bg:#fff;
  --euh-bg2:#f5f5f2;
  --euh-text:#151515;
  --euh-muted:#737373;
  --euh-border:#d8d8d2;
}
.ecm-user-header,.ecm-user-header *{box-sizing:border-box!important}
.ecm-user-header button,.ecm-user-header a{font:inherit!important}
.ecm-user-header svg{display:block!important;width:18px!important;height:18px!important;fill:none!important;stroke:currentColor!important;stroke-width:1.7!important;stroke-linecap:round!important;stroke-linejoin:round!important}
.ecm-user-header__notification-wrap,.ecm-user-header__account-wrap{position:relative!important;display:inline-flex!important;align-items:center!important;width:auto!important;height:34px!important;margin:0!important;padding:0!important;background:transparent!important}
.ecm-user-header__icon-button,.ecm-user-header__account-toggle{
  appearance:none!important;
  -webkit-appearance:none!important;
  border:0!important;
  outline:0!important;
  background:transparent!important;
  background-image:none!important;
  color:inherit!important;
  cursor:pointer!important;
  box-shadow:none!important;
  text-transform:none!important;
}
.ecm-user-header__icon-button{
  position:relative!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:30px!important;
  min-width:30px!important;
  max-width:30px!important;
  height:30px!important;
  min-height:30px!important;
  padding:0!important;
  margin:0!important;
  border-radius:50%!important;
  line-height:1!important;
  transition:background .16s ease,color .16s ease!important;
}
.ecm-user-header__icon-button:hover,.ecm-user-header__icon-button[aria-expanded="true"]{background:rgba(255,255,255,.10)!important;color:#fff!important}
html[data-forma-theme="light"] .ecm-user-header__icon-button:hover,html[data-forma-theme="light"] .ecm-user-header__icon-button[aria-expanded="true"]{background:rgba(0,0,0,.06)!important;color:var(--euh-accent)!important}
.ecm-user-header__badge{position:absolute!important;top:-2px!important;right:-3px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;min-width:14px!important;height:14px!important;padding:0 3px!important;margin:0!important;border:2px solid #218497!important;border-radius:999px!important;background:#fff!important;color:#166b79!important;font-size:8px!important;font-weight:800!important;line-height:10px!important;box-shadow:none!important}
html[data-forma-theme="light"] .ecm-user-header__badge{border-color:#fff!important;background:var(--euh-accent)!important;color:#fff!important}
.ecm-user-header__account-toggle{
  display:inline-flex!important;
  width:auto!important;
  max-width:190px!important;
  min-width:0!important;
  height:32px!important;
  min-height:32px!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:6px!important;
  padding:1px 3px!important;
  margin:0!important;
  border-radius:18px!important;
  line-height:1!important;
  transition:background .16s ease!important;
}
.ecm-user-header__account-toggle:hover,.ecm-user-header__account-toggle[aria-expanded="true"]{background:rgba(255,255,255,.10)!important}
html[data-forma-theme="light"] .ecm-user-header__account-toggle:hover,html[data-forma-theme="light"] .ecm-user-header__account-toggle[aria-expanded="true"]{background:rgba(0,0,0,.06)!important}
.ecm-user-header__avatar{display:flex!important;width:28px!important;height:28px!important;min-width:28px!important;flex:0 0 28px!important;border-radius:50%!important;overflow:hidden!important;background:rgba(255,255,255,.12)!important}
.ecm-user-header__avatar img{display:block!important;width:28px!important;height:28px!important;max-width:none!important;object-fit:cover!important;margin:0!important;padding:0!important;border:0!important;border-radius:50%!important}
.ecm-user-header__name{display:block!important;max-width:118px!important;min-width:0!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;color:inherit!important;font-size:11px!important;font-weight:600!important;line-height:1!important}
.ecm-user-header__chevron{display:flex!important;align-items:center!important;justify-content:center!important;width:12px!important;height:12px!important;color:var(--euh-muted)!important;transition:transform .16s ease!important}
.ecm-user-header__chevron svg{width:12px!important;height:12px!important}.ecm-user-header__account-toggle[aria-expanded="true"] .ecm-user-header__chevron{transform:rotate(180deg)!important}
.ecm-user-header__panel{
  position:absolute!important;
  top:calc(100% + 9px)!important;
  left:0!important;
  right:auto!important;
  width:min(340px,calc(100vw - 24px))!important;
  height:auto!important;
  min-height:0!important;
  margin:0!important;
  padding:0!important;
  border:1px solid var(--euh-border)!important;
  border-radius:10px!important;
  background:var(--euh-bg)!important;
  background-image:none!important;
  color:var(--euh-text)!important;
  box-shadow:0 14px 42px rgba(0,0,0,.30)!important;
  overflow:hidden!important;
  text-align:right!important;
}
.ecm-user-header__notifications{width:min(425px,calc(100vw - 24px))!important}
.ecm-user-header__account-panel{width:min(258px,calc(100vw - 24px))!important}.ecm-user-header__panel[hidden]{display:none!important}
.ecm-user-header__panel-head{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:18px!important;padding:16px 18px!important;border-bottom:1px solid var(--euh-border)!important}.ecm-user-header__panel-head strong{font-size:15px!important}.ecm-user-header__panel-head span{color:var(--euh-muted)!important;font-size:11px!important}
.ecm-user-header__notification-list{max-height:450px!important;overflow:auto!important}.ecm-user-header__notification{display:grid!important;grid-template-columns:8px minmax(0,1fr)!important;gap:11px!important;padding:15px 18px!important;border-bottom:1px solid var(--euh-border)!important;color:inherit!important;text-decoration:none!important;background:transparent!important}.ecm-user-header__notification:last-child{border-bottom:0!important}.ecm-user-header__notification-dot{width:8px!important;height:8px!important;margin-top:8px!important;border-radius:50%!important;background:transparent!important}.ecm-user-header__notification.is-unread .ecm-user-header__notification-dot{background:var(--euh-accent)!important}.ecm-user-header__notification-copy{display:flex!important;min-width:0!important;flex-direction:column!important;gap:5px!important}.ecm-user-header__notification-copy strong{font-size:13.75px!important;line-height:1.6!important}.ecm-user-header__notification-copy>span{display:-webkit-box!important;overflow:hidden!important;color:var(--euh-muted)!important;font-size:12.5px!important;line-height:1.7!important;-webkit-line-clamp:2;-webkit-box-orient:vertical}.ecm-user-header__notification-copy time{color:var(--euh-muted)!important;font-size:10.5px!important}.ecm-user-header__empty{padding:30px 18px!important;text-align:center!important;color:var(--euh-muted)!important;font-size:13px!important}
.ecm-user-header__identity{display:flex!important;align-items:center!important;gap:9px!important;padding:12px 13px!important;border-bottom:1px solid var(--euh-border)!important}.ecm-user-header__identity-avatar{display:flex!important;width:38px!important;height:38px!important;flex:0 0 38px!important;overflow:hidden!important;border-radius:50%!important}.ecm-user-header__identity-avatar img{width:38px!important;height:38px!important;object-fit:cover!important;margin:0!important;border-radius:50%!important}.ecm-user-header__identity>span:last-child{display:flex!important;min-width:0!important;flex-direction:column!important;gap:3px!important}.ecm-user-header__identity strong{overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;font-size:11px!important}.ecm-user-header__identity small{overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;color:var(--euh-muted)!important;font-size:8.5px!important}.ecm-user-header__menu{display:flex!important;flex-direction:column!important;padding:6px!important}.ecm-user-header__menu-item{display:flex!important;align-items:center!important;gap:9px!important;min-height:35px!important;padding:6px 8px!important;border-radius:6px!important;background:transparent!important;color:inherit!important;text-decoration:none!important;font-size:10.5px!important;font-weight:600!important}.ecm-user-header__menu-item:hover{background:var(--euh-bg2)!important}.ecm-user-header__menu-item.is-accent{color:var(--euh-accent)!important}.ecm-user-header__menu-icon{display:flex!important;width:18px!important;align-items:center!important;justify-content:center!important;color:var(--euh-muted)!important}.ecm-user-header__menu-item.is-accent .ecm-user-header__menu-icon{color:var(--euh-accent)!important}.ecm-user-header__menu-icon svg{width:15px!important;height:15px!important}.ecm-user-header__divider{display:block!important;height:1px!important;margin:5px 4px!important;background:var(--euh-border)!important}.ecm-user-header__logout{color:#c95f5f!important}
.ecm-user-header--guest{height:30px!important;gap:6px!important;font-size:10.5px!important;font-weight:700!important}.ecm-user-header__guest-link{color:inherit!important;text-decoration:none!important}.ecm-user-header__guest-link:hover{color:#fff!important;opacity:.75}.ecm-user-header__guest-sep{color:var(--euh-muted)!important}
@media(max-width:640px){.ecm-user-header{height:32px!important;min-height:32px!important}.ecm-user-header__name,.ecm-user-header__chevron{display:none!important}.ecm-user-header__account-toggle{width:30px!important;max-width:30px!important;padding:1px!important}.ecm-user-header__panel{position:fixed!important;top:64px!important;right:12px!important;left:12px!important;width:auto!important;max-height:calc(100vh - 80px)!important}.ecm-user-header__account-panel{width:auto!important}.ecm-user-header__notification-list{max-height:calc(100vh - 190px)!important}}
