@font-face {
  font-family: "Arawak Videotex";
  src: url("vt323-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

.user-team-cockpit-page {
  --night-darkness: .6;
  --night-halo-output: .64;
  --el-output: 100%;
  --cockpit-grey: rgb(114, 125, 139);
  --cockpit-grey-line: rgba(56, 71, 84, .86);
  --cockpit-night: rgb(255, 170, 32);
  --cockpit-night-glow: rgba(255, 126, 0, .66);
  --lcd-screen-deep: rgb(5, 13, 17);
  --lcd-screen-mid: rgb(13, 27, 33);
  --lcd-screen-light: rgb(24, 43, 51);
  --lcd-phosphor: rgba(151, 222, 229, .44);
  background: rgb(114, 125, 139);
}

.user-team-cockpit-page .app-header {
  --unified-button-font: "Arawak Videotex", "Courier New", ui-monospace, monospace;
  --unified-button-size: 17px;
  --header-key-height: 50px;
  --header-key-radius: 8px;
  --header-key-border: 2px solid #050505;
  --header-key-travel: 4px;
  min-height: 128px;
  justify-content: flex-start;
  gap: 12px;
  padding-block: 4px;
  background: rgb(130, 156, 182);
  box-shadow: 0 3px 10px rgba(26, 34, 43, .24);
}

.user-team-cockpit-page .app-header .back-button {
  order: 1;
  flex: 0 0 auto;
}

.user-team-cockpit-page .app-header .app-nav {
  order: 2;
  flex: 0 1 auto;
}

.user-team-cockpit-page .app-header .global-ecam-strip--header {
  order: 3;
  flex: 0 1 clamp(340px, 25.4vw, 508px);
  width: clamp(340px, 25.4vw, 508px);
  min-width: 340px;
  height: 120px;
  margin: 0;
}

.has-global-service-mcdu .global-mcdu-toggle {
  min-width: 96px;
  text-transform: uppercase;
}

.user-team-cockpit-page .app-header-master-alerts {
  order: 4;
  display: flex;
  flex: 0 0 auto;
  gap: 10px;
  margin: 0;
}

.user-team-cockpit-page .app-header-master-alerts :is(.master-caution-button, .master-warning-button) {
  width: 96px;
  min-width: 96px;
  padding-inline: 8px;
}

.user-team-cockpit-page .app-header .user-team-cockpit-lighting {
  order: 5;
  flex: 0 0 auto;
}

.user-team-cockpit-page .app-header .header-msg-control {
  order: 6;
  flex: 0 0 auto;
}

.user-team-cockpit-page .app-header .header-inmail-control {
  order: 7;
}

.user-team-cockpit-page .app-header .brand-mini {
  order: 8;
  flex: 0 0 auto;
  margin-left: auto;
}

.user-team-cockpit-page .app-header :is(
  .back-button,
  .app-nav a,
  .app-nav button,
  .master-caution-button,
  .master-warning-button,
  .night-toggle,
  .global-ecam-window-controls button
) {
  box-sizing: border-box !important;
  height: var(--header-key-height) !important;
  min-height: var(--header-key-height) !important;
  max-height: var(--header-key-height) !important;
  border: var(--header-key-border) !important;
  border-radius: var(--header-key-radius) !important;
  padding-block: 0 !important;
  font-family: var(--unified-button-font) !important;
  font-size: var(--unified-button-size) !important;
  font-weight: 900 !important;
  line-height: 1.05 !important;
  letter-spacing: .035em !important;
  -webkit-font-smoothing: none;
}

.user-team-cockpit-page .app-header .global-ecam-window-controls button {
  width: var(--header-key-height) !important;
  min-width: var(--header-key-height) !important;
  padding-inline: 0 !important;
}

.user-team-cockpit-page.cockpit-buttons-page .app-header .app-nav a.logout-manual-button.cockpit-visual-button {
  height: var(--header-key-height) !important;
  min-height: var(--header-key-height) !important;
  max-height: var(--header-key-height) !important;
}

.user-team-cockpit-page .app-header :is(
  .back-button,
  .app-nav a,
  .app-nav button,
  .master-caution-button,
  .master-warning-button,
  .night-toggle,
  .global-ecam-window-controls button
):is(:active, .is-physically-pressed),
.user-team-cockpit-page .app-header .night-toggle.is-night-active {
  transform: translateY(var(--header-key-travel)) !important;
}

.user-team-cockpit-page .app-header .mini-logo-stage {
  width: 90px;
}

.user-team-cockpit-page .app-header .global-ecam-window {
  height: 120px;
  min-height: 120px;
  max-height: 120px;
  padding: 8px 10px;
  overflow: hidden;
}

.user-team-cockpit-page .app-header .global-ecam-window .mfd-ecam-body {
  min-height: 48px;
}

.user-team-cockpit-page .app-header .global-ecam-window h3 {
  font-size: 11px;
}

.user-team-cockpit-page .app-header .global-ecam-window-controls {
  font-size: 8px;
}

.user-team-cockpit-page .app-header .global-ecam-window :is(.mfd-ecam-title, .mfd-ecam-armed, .mfd-ecam-countdown) {
  font-size: 10px;
}

.user-team-cockpit-page .app-header .global-ecam-context {
  gap: 3px;
}

.user-team-cockpit-page .app-header .global-ecam-context h1 {
  font-size: 12px;
}

.user-team-cockpit-page .app-header .global-ecam-context span {
  font-size: 9px;
}

.user-team-cockpit-page .app-header .global-ecam-strip.is-ecam-detached {
  min-height: 120px;
}

.user-team-cockpit-page .global-ecam-window {
  position: relative;
  border-color: color-mix(in srgb, rgba(130, 156, 182, .68) var(--el-output, 100%), transparent);
  background:
    radial-gradient(ellipse at 50% 8%, rgba(118, 190, 202, .13), transparent 62%),
    linear-gradient(180deg, var(--lcd-screen-light) 0%, var(--lcd-screen-mid) 38%, var(--lcd-screen-deep) 100%);
  box-shadow:
    inset 0 0 34px color-mix(in srgb, var(--lcd-phosphor) var(--el-output, 100%), transparent),
    inset 0 0 0 1px color-mix(in srgb, rgba(196, 231, 235, .18) var(--el-output, 100%), transparent),
    inset 5px 6px 10px rgba(0, 0, 0, .42),
    0 12px 22px rgba(24, 31, 40, .28);
}

.user-team-cockpit-page .global-ecam-window::before,
.user-team-cockpit-page .user-team-status-grid > div::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 2px;
  border-radius: 4px;
  background: linear-gradient(118deg, rgba(255, 255, 255, .075), transparent 24% 74%, rgba(115, 194, 207, .035));
  pointer-events: none;
}

.user-team-cockpit-page .global-ecam-window::after,
.user-team-cockpit-page .user-team-status-grid > div::after {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 2px;
  border-radius: 4px;
  background:
    repeating-linear-gradient(0deg, rgba(174, 229, 234, .032) 0 1px, transparent 1px 3px),
    repeating-linear-gradient(90deg, rgba(174, 229, 234, .015) 0 1px, transparent 1px 4px);
  filter: brightness(var(--el-output, 100%));
  pointer-events: none;
}

.user-team-cockpit-page .global-ecam-window > *,
.user-team-cockpit-page .user-team-status-grid > div > * {
  position: relative;
  z-index: 1;
}

/* ECAM legends, status lines and bezel illumination follow the shared EL bus. */
.user-team-cockpit-page .global-ecam-window .global-ecam-titlebar,
.user-team-cockpit-page .global-ecam-window .mfd-ecam-body {
  filter: brightness(var(--el-output, 100%));
}

.user-team-cockpit-page.auth-page .app-shell {
  padding-top: 34px;
}

.user-team-cockpit-page .user-team-panel {
  width: min(100%, 1060px);
  margin-inline: auto;
  padding: 28px;
  border-color: rgba(235, 242, 248, .58);
  color: #101820;
  background: rgb(130, 156, 182);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .18), 0 18px 42px rgba(0, 0, 0, .28);
}

.user-team-cockpit-page .user-team-panel::before {
  display: none;
}

.user-team-cockpit-header {
  margin-bottom: 18px;
  font-family: Arial, Helvetica, sans-serif;
}

.user-team-cockpit-heading {
  position: relative;
  min-height: 94px;
  padding: 4px 0 0;
}

.user-team-cockpit-copy {
  display: flex;
  min-height: 90px;
  flex-direction: column;
}

.user-team-cockpit-copy .cockpit-eyebrow,
.user-team-cockpit-copy h1,
.user-team-cockpit-copy .cockpit-description {
  margin: 0;
}

.user-team-cockpit-copy .cockpit-eyebrow {
  color: #263643;
  font: 900 10px/1.2 "SFMono-Regular", Menlo, Consolas, monospace;
  letter-spacing: .12em;
}

.user-team-cockpit-copy h1 {
  margin-top: 7px;
  color: #fff;
  font-size: clamp(1.35rem, 2.4vw, 1.65rem);
  line-height: 1;
  letter-spacing: .02em;
}

.user-team-cockpit-copy .cockpit-description {
  margin-top: auto;
  transform: translateY(4px);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
}

.user-team-cockpit-lighting {
  position: relative;
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 18px 10px 8px;
}

.user-team-cockpit-lighting::after {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  border: 2px solid #fff;
  border-radius: 10px;
  clip-path: polygon(0 0, calc(50% - 58px) 0, calc(50% - 58px) 3px, calc(50% + 58px) 3px, calc(50% + 58px) 0, 100% 0, 100% 100%, 0 100%);
  pointer-events: none;
}

.user-team-cockpit-lighting .cockpit-lights-title {
  position: absolute;
  z-index: 3;
  top: -1px;
  left: 50%;
  width: max-content;
  color: #fff;
  font: 900 10px/1 "SFMono-Regular", Menlo, Consolas, monospace;
  letter-spacing: .08em;
  transform: translateX(-50%);
}

.user-team-cockpit-lighting .lighting-potentiometers {
  position: static;
  display: flex;
  gap: 8px;
}

.user-team-cockpit-lighting .rotary-control {
  position: relative;
  width: 82px;
  height: 94px;
  color: #fff;
  font-family: "SFMono-Regular", Menlo, Consolas, monospace;
  user-select: none;
}

.user-team-cockpit-lighting .rotary-control::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 17px;
  left: 50%;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  color: #fff;
  background: conic-gradient(from -135deg, currentColor 0deg 270deg, transparent 270deg 360deg);
  -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 2px), #000 calc(100% - 2px));
  mask: radial-gradient(farthest-side, transparent calc(100% - 2px), #000 calc(100% - 2px));
  transform: translateX(-50%);
  pointer-events: none;
}

.user-team-cockpit-lighting .rotary-label {
  display: block;
  color: #fff;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .06em;
  text-align: center;
}

.user-team-cockpit-lighting .rotary-scale {
  position: absolute;
  z-index: 2;
  inset: 0;
  display: block;
  color: #fff;
  font-size: 7px;
  font-weight: 800;
  pointer-events: none;
}

.user-team-cockpit-lighting .rotary-scale span {
  position: absolute;
  top: 77px;
}

.user-team-cockpit-lighting .rotary-scale span:first-child {
  left: 8px;
}

.user-team-cockpit-lighting .rotary-scale span:last-child {
  right: 8px;
}

.user-team-cockpit-lighting .rotary-knob {
  --knob-angle: 0deg;
  --knob-counter-angle: 0deg;
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 27px;
  width: 48px;
  height: 48px;
  border: 2px solid #25282b;
  border-radius: 50%;
  background:
    radial-gradient(circle at 36% 30%, #b9b7ac 0 8%, #817f76 35%, #55544f 68%, #2b2c2d 100%);
  box-shadow:
    inset 2px 2px 3px rgba(255, 255, 255, .34),
    inset -4px -5px 7px rgba(0, 0, 0, .46),
    0 3px 0 #20252a,
    0 5px 8px rgba(0, 0, 0, .38),
    0 0 0 5px rgba(51, 60, 69, .38);
  transform: translateX(-50%) rotate(var(--knob-angle));
  cursor: grab;
  touch-action: none;
}

.user-team-cockpit-lighting .rotary-knob.is-adjusting {
  cursor: grabbing;
}

.user-team-cockpit-lighting .rotary-knob::before {
  content: attr(data-display-value);
  position: absolute;
  left: 50%;
  top: 63%;
  color: #fff;
  font: 900 8px/1 "SFMono-Regular", Menlo, Consolas, monospace;
  text-shadow: 0 1px 2px #111;
  opacity: 0;
  transform: translate(-50%, -50%) rotate(var(--knob-counter-angle));
  transition: opacity 100ms ease;
  pointer-events: none;
}

.user-team-cockpit-lighting .rotary-knob:hover::before,
.user-team-cockpit-lighting .rotary-knob.is-adjusting::before,
.user-team-cockpit-lighting .rotary-knob:focus-visible::before {
  opacity: 1;
}

.user-team-cockpit-lighting .rotary-knob::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 3px;
  width: 4px;
  height: 17px;
  border-radius: 2px;
  background: #f5f5ed;
  box-shadow: 0 1px 2px #111;
  transform: translateX(-50%);
}

.user-team-cockpit-lighting .rotary-knob:focus-visible {
  outline: 2px solid #37ff68;
  outline-offset: 7px;
}

.user-team-cockpit-lighting .night-dim-control {
  width: 90px;
  min-height: 78px;
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 5px;
}

.user-team-cockpit-lighting .night-dim-label {
  color: #fff;
  font: 900 10px/1 "SFMono-Regular", Menlo, Consolas, monospace;
  letter-spacing: .08em;
  text-align: center;
}

.user-team-cockpit-lighting .night-toggle {
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  justify-self: center;
  padding: 0;
  border-color: var(--cockpit-grey-line);
  background: linear-gradient(180deg, rgba(130, 156, 182, .72), rgba(55, 66, 78, .92));
  box-shadow:
    inset 0 1px 0 rgba(242, 247, 251, .42),
    0 4px 0 rgba(37, 51, 64, .78),
    0 6px 8px rgba(18, 27, 36, .28);
}

.user-team-cockpit-lighting .night-toggle-state {
  color: #050505;
  font: 900 11px/1 "SFMono-Regular", Menlo, Consolas, monospace;
  letter-spacing: .08em;
}

.user-team-cockpit-lighting .night-toggle.is-night-active {
  box-shadow:
    inset 0 3px 8px rgba(0, 0, 0, .52),
    inset 0 -1px 0 rgba(235, 242, 248, .08),
    0 1px 0 rgba(37, 51, 64, .78);
  transform: translateY(3px);
  filter: brightness(.88);
}

.user-team-cockpit-lighting .night-toggle.is-night-active .night-toggle-state {
  color: #37ff68;
}

.header-msg-control {
  box-sizing: border-box;
  width: 68px;
  height: 78px;
  min-height: 78px;
  display: grid;
  grid-template-rows: auto 1fr;
  align-content: start;
  align-self: flex-start;
  gap: 5px;
  margin-top: 18px;
  padding: 0;
}

.header-msg-label {
  color: #fff;
  font: 400 14px/10px "Arawak Videotex", "Courier New", ui-monospace, monospace;
  letter-spacing: .05em;
  text-align: center;
  -webkit-font-smoothing: none;
}

.header-msg-indicator {
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  justify-self: center;
  padding: 0;
  border: 2px solid var(--cockpit-grey-line);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(130, 156, 182, .72), rgba(55, 66, 78, .92));
  box-shadow:
    inset 0 1px 0 rgba(242, 247, 251, .42),
    0 4px 0 rgba(37, 51, 64, .78),
    0 6px 8px rgba(18, 27, 36, .28);
  text-decoration: none;
}

.header-msg-indicator .night-toggle-state {
  color: #111820;
  -webkit-text-fill-color: #111820;
  font: 400 18px/1 "Arawak Videotex", "Courier New", ui-monospace, monospace;
  letter-spacing: .06em;
  text-shadow: none;
  -webkit-font-smoothing: none;
}

.header-msg-indicator.has-unread .night-toggle-state {
  animation: header-msg-text-blink .9s steps(2, end) infinite;
}

@keyframes header-msg-text-blink {
  0%, 49% {
    color: #111820;
    -webkit-text-fill-color: #111820;
    text-shadow: none;
  }
  50%, 100% {
    color: #f4fdff;
    -webkit-text-fill-color: #f4fdff;
    text-shadow: 0 0 3px rgba(223, 249, 255, .72);
  }
}

.user-team-status-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 12px;
}

.user-team-status-grid > div {
  position: relative;
  box-sizing: border-box;
  height: 90px;
  min-height: 90px;
  max-height: 90px;
  display: grid;
  align-content: center;
  gap: 8px;
  overflow: hidden;
  padding: 12px 14px;
  border: 2px solid rgba(42, 57, 71, .92);
  border-radius: 7px;
  color: #fff;
  background:
    radial-gradient(ellipse at 50% 12%, rgba(118, 190, 202, .12), transparent 66%),
    linear-gradient(180deg, var(--lcd-screen-light), var(--lcd-screen-mid) 42%, var(--lcd-screen-deep));
  box-shadow:
    inset 0 0 24px color-mix(in srgb, var(--lcd-phosphor) var(--el-output, 100%), transparent),
    inset 5px 6px 12px rgba(0, 0, 0, .48),
    inset -2px -2px 5px rgba(154, 211, 220, .14),
    0 1px 0 rgba(235, 242, 248, .55),
    0 3px 5px rgba(18, 27, 36, .38);
  font-family: "SFMono-Regular", Menlo, Consolas, monospace;
  text-align: center;
}

.user-team-status-grid span {
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .1em;
}

.user-team-status-grid strong {
  overflow: hidden;
  color: #fff;
  font-size: clamp(12px, 1.5vw, 16px);
  line-height: 1.2;
  text-overflow: ellipsis;
  text-shadow: 0 0 1px rgba(255, 255, 255, .9), 0 0 6px rgba(151, 222, 229, .42);
  white-space: nowrap;
}

.user-team-workspace {
  display: grid;
  grid-template-columns: minmax(260px, .72fr) minmax(0, 1.6fr);
  gap: 18px;
  align-items: stretch;
}

.user-team-profile-workspace {
  display: grid;
  grid-template-columns: minmax(260px, .72fr) minmax(0, 1.6fr);
  gap: 18px;
  align-items: start;
}

.user-team-profile-control {
  min-width: 0;
}

.user-team-profile-control .user-team-section-title {
  margin-top: 2px;
}

.user-team-profile-control .form-grid {
  margin: 0;
}

.user-team-directory-console {
  min-width: 0;
}

.user-team-directory-console .user-team-section-title {
  margin-top: 2px;
}

.user-team-directory-console .search-bar {
  align-items: stretch;
  margin: 0 0 16px;
}

.user-team-directory-console .search-bar input {
  min-width: 0;
  flex: 1 1 auto;
}

.user-team-directory-console .search-bar .secondary-button {
  min-width: 128px;
}

.user-team-directory-console .person-card {
  border-left-color: #37ff68;
}

.user-team-directory-console .avatar {
  flex: 0 0 68px;
  border-radius: 5px;
}

.user-team-directory-empty {
  min-height: 120px;
  display: grid;
  place-items: center;
  color: #fff;
  font: 900 13px/1.4 "SFMono-Regular", Menlo, Consolas, monospace;
  letter-spacing: .08em;
  text-align: center;
}

.user-team-cockpit-page .documents-panel.user-team-library-console {
  width: min(100%, 1060px);
  margin-inline: auto;
  transform: none;
}

.user-team-library-console > .user-team-section-title {
  margin: 2px 0 12px;
}

.user-team-library-console .folder-breadcrumb {
  margin: 0 0 14px;
}

.user-team-library-console .search-bar {
  align-items: stretch;
  margin: 0 0 16px;
}

.user-team-library-console .search-bar > input:not([type="hidden"]) {
  min-width: 190px;
  flex: 1 1 auto;
}

.user-team-library-console .table-wrap {
  margin-bottom: 0;
}

.user-team-library-console .folder-row td {
  background: rgba(130, 156, 182, .08);
}

.user-team-library-console .folder-link::before {
  background: rgb(130, 156, 182);
  box-shadow: -2px -5px 0 -2px rgba(235, 242, 248, .72);
}

.user-team-manual-page .manual-toolbar {
  justify-content: flex-end;
  margin-bottom: 18px;
}

.user-team-privacy-page .user-team-section-title {
  margin: 2px 0 12px;
}

.user-team-privacy-content {
  padding: 18px;
  border: 1px solid rgba(130, 156, 182, .42);
  border-radius: 7px;
  color: #e7f0f6;
  background: linear-gradient(180deg, rgba(21, 30, 43, .98), rgba(8, 14, 22, .98));
  box-shadow: inset 0 0 28px rgba(92, 176, 255, .1);
}

.user-team-privacy-content p {
  color: #e7f0f6;
  line-height: 1.55;
}

.user-team-privacy-content .user-team-privacy-version {
  color: #37ff68;
  font: 900 11px/1.3 "SFMono-Regular", Menlo, Consolas, monospace;
  letter-spacing: .08em;
}

.user-team-privacy-content a {
  color: #fff;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

.user-team-access-workspace {
  display: grid;
  place-items: center;
}

.user-team-access-console {
  width: min(100%, 560px);
  min-height: 300px;
  padding: 22px;
}

.user-team-access-console .form-stack {
  margin: 0;
}

.user-team-access-console .notice {
  margin: 0 0 16px;
}

.user-team-access-console .quiet-link {
  justify-self: center;
  color: #fff;
  font: 800 11px/1.3 "SFMono-Regular", Menlo, Consolas, monospace;
  letter-spacing: .06em;
  text-underline-offset: 3px;
}

.user-team-access-actions {
  display: grid;
  gap: 12px;
}

.user-team-access-denied {
  color: #ff3030;
  font: 900 11px/1 "SFMono-Regular", Menlo, Consolas, monospace;
  letter-spacing: .1em;
}

.user-team-register-console {
  min-width: 0;
}

.user-team-register-console > .user-team-section-title {
  margin-top: 2px;
}

.user-team-register-console .form-grid {
  margin: 0;
}

.user-team-register-console .privacy-check a {
  color: #fff;
  text-underline-offset: 3px;
}

.user-team-register-console .privacy-check {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  align-items: start;
  gap: 10px;
}

.user-team-register-console .privacy-check input[type="checkbox"] {
  width: 16px;
  height: 16px;
  margin: 2px 0 0;
}

.user-team-register-console .privacy-check > span {
  min-width: 0;
  line-height: 1.4;
}

.user-team-register-console .birth-date-hint,
.user-team-register-console .birth-date-error {
  display: block;
  margin-top: 6px;
  font: 800 11px/1.35 "SFMono-Regular", Menlo, Consolas, monospace;
  letter-spacing: .04em;
}

.user-team-register-console .birth-date-hint {
  color: var(--white-soft);
}

.user-team-register-console .birth-date-error {
  color: #ffb0b0;
}

.user-team-register-console .birth-date-error[hidden] {
  display: none;
}

.user-team-register-console #birth-date[aria-invalid="true"] {
  border-color: #ff5454;
  box-shadow: 0 0 0 1px rgba(255, 84, 84, .35);
}

.user-team-identity {
  min-height: 286px;
}

.user-team-screen-header,
.user-team-section-title {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.user-team-screen-header {
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(130, 156, 182, .35);
}

.user-team-screen-header h2,
.user-team-section-title h2 {
  margin: 0;
  color: #fff !important;
  font-size: 15px;
}

.user-team-system-state {
  color: #37ff68;
  font: 800 11px/1 "SFMono-Regular", Menlo, Consolas, monospace;
  letter-spacing: .1em;
}

.user-team-identity-body {
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr);
  gap: 15px;
  align-items: start;
}

.user-team-identity-photo {
  width: 78px;
  height: 94px;
  border: 2px solid rgba(130, 156, 182, .72);
  border-radius: 5px;
  object-fit: cover;
  background: #111a25;
  box-shadow: inset 0 0 18px rgba(92, 176, 255, .14), 0 8px 16px rgba(0, 0, 0, .3);
}

.user-team-identity-initials {
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 24px;
  font-weight: 900;
}

.user-team-identity .mfd-readouts {
  gap: 10px;
}

.user-team-identity .mfd-readouts div {
  grid-template-columns: 82px minmax(0, 1fr);
}

.user-team-identity .mfd-readouts dt,
.user-team-identity .mfd-readouts dd {
  font-size: 11px;
  overflow-wrap: anywhere;
}

.user-team-service-panel {
  min-width: 0;
}

.user-team-section-title {
  margin: 2px 0 12px;
}

.user-team-section-title > div > span,
.user-team-service-count {
  display: block;
  margin-bottom: 5px;
  color: #fff;
  font: 900 10px/1.2 "SFMono-Regular", Menlo, Consolas, monospace;
  letter-spacing: .12em;
}

.user-team-section-title h2 {
  color: #fff !important;
}

.user-team-service-count {
  color: #185c2b;
}

.user-team-service-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.user-team-service-button {
  min-width: 0;
  min-height: 82px;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  grid-template-rows: 1fr auto;
  gap: 3px 10px;
  align-items: center;
  padding: 10px 12px;
  border-color: var(--cockpit-grey-line);
  color: #fff;
  background: linear-gradient(180deg, rgba(151, 174, 194, .96), rgba(75, 94, 111, .96));
  box-shadow:
    inset 0 1px 0 rgba(242, 247, 251, .38),
    0 4px 0 rgba(37, 51, 64, .78),
    0 6px 8px rgba(18, 27, 36, .28);
  text-align: left;
}

.user-team-service-button:last-child:nth-child(odd) {
  grid-column: 1 / -1;
}

.user-team-service-button strong {
  grid-row: 1 / 3;
  color: #37ff68;
  -webkit-text-fill-color: color-mix(in srgb, #37ff68 var(--el-output, 100%), transparent);
  text-shadow:
    0 0 3px color-mix(in srgb, rgba(55, 255, 104, .72) var(--el-output, 100%), transparent),
    0 0 7px color-mix(in srgb, rgba(55, 255, 104, .28) var(--el-output, 100%), transparent);
  font: 900 16px/1 "SFMono-Regular", Menlo, Consolas, monospace;
}

.user-team-service-button span {
  align-self: end;
  color: #fff;
  font: 900 10px/1.25 "SFMono-Regular", Menlo, Consolas, monospace;
  letter-spacing: .04em;
}

.user-team-service-button small {
  align-self: start;
  color: #37ff68;
  font: 800 8px/1.2 "SFMono-Regular", Menlo, Consolas, monospace;
  letter-spacing: .08em;
}

.user-team-service-button.is-notification {
  border-color: #fa9c35;
  box-shadow: 0 6px 0 rgba(0, 0, 0, .62), 0 0 18px rgba(250, 156, 53, .26);
}

.user-team-service-button.is-notification small {
  color: #fa9c35;
}

.user-team-service-button:hover,
.user-team-service-button:focus-visible {
  border-color: #37ff68;
  filter: brightness(1.08);
  outline: 2px solid rgba(55, 255, 104, .48);
  outline-offset: 3px;
}

.user-team-cockpit-page.is-night-mode::before {
  content: "";
  position: fixed;
  z-index: 4;
  inset: 102px 0 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 6% 0, rgba(255, 222, 150, 1) 0 3px, rgba(255, 174, 82, .92) 4px, rgba(255, 174, 82, .28) 9px, transparent 15px),
    radial-gradient(ellipse 19% 62% at 6% 2%, rgba(255, 174, 82, .72), rgba(255, 140, 46, .3) 34%, rgba(255, 120, 28, .1) 58%, transparent 76%),
    radial-gradient(circle at 94% 0, rgba(255, 222, 150, 1) 0 3px, rgba(255, 174, 82, .92) 4px, rgba(255, 174, 82, .28) 9px, transparent 15px),
    radial-gradient(ellipse 19% 62% at 94% 2%, rgba(255, 174, 82, .72), rgba(255, 140, 46, .3) 34%, rgba(255, 120, 28, .1) 58%, transparent 76%);
  mix-blend-mode: screen;
  opacity: var(--night-halo-output);
}

.user-team-cockpit-page.is-night-mode::after {
  content: "";
  position: fixed;
  z-index: 9999;
  inset: 0;
  pointer-events: none;
  background: rgb(6, 4, 2);
  opacity: var(--night-darkness);
}

.user-team-cockpit-page.is-night-mode .app-header {
  z-index: var(--layer-app-header, 20000);
  background: var(--night-header-surface, rgb(56, 65, 74));
  box-shadow: 0 3px 10px rgba(0, 0, 0, .58);
}

.user-team-cockpit-page.is-night-mode .app-header .brand-mini {
  filter: brightness(.42);
}

.user-team-cockpit-page.is-night-mode .rotary-control::before {
  z-index: 10000;
  color: var(--cockpit-night);
  filter: drop-shadow(0 0 2px rgba(255, 126, 0, .42)) brightness(var(--el-output));
}

.user-team-cockpit-page.is-night-mode .cockpit-el-legend,
.user-team-cockpit-page.is-night-mode .user-team-cockpit-copy h1,
.user-team-cockpit-page.is-night-mode .user-team-cockpit-copy .cockpit-description,
.user-team-cockpit-page.is-night-mode .app-nav a,
.user-team-cockpit-page.is-night-mode .back-button {
  color: var(--cockpit-night) !important;
  filter: brightness(var(--el-output));
  text-shadow: 0 0 3px var(--cockpit-night-glow), 0 0 7px rgba(255, 126, 0, .28);
}

.user-team-cockpit-page.is-night-mode .user-team-status-grid span,
.user-team-cockpit-page.is-night-mode .user-team-status-grid strong,
.user-team-cockpit-page.is-night-mode .user-team-identity,
.user-team-cockpit-page.is-night-mode .user-team-identity * {
  color: #fff !important;
}

.user-team-cockpit-page.is-night-mode .user-team-section-title > div > span,
.user-team-cockpit-page.is-night-mode .user-team-section-title h2 {
  color: var(--cockpit-night) !important;
  filter: brightness(var(--el-output));
  text-shadow: 0 0 3px var(--cockpit-night-glow), 0 0 7px rgba(255, 126, 0, .28);
}

.user-team-cockpit-page.is-night-mode .user-team-service-count,
.user-team-cockpit-page.is-night-mode .user-team-service-button strong,
.user-team-cockpit-page.is-night-mode .user-team-service-button small,
.user-team-cockpit-page.is-night-mode .user-team-system-state {
  color: #37ff68 !important;
}

.user-team-cockpit-page.is-night-mode .user-team-service-button span,
.user-team-cockpit-page.is-night-mode .user-team-service-button small,
.user-team-cockpit-page.is-night-mode .feedback-button > span {
  filter: brightness(var(--el-output));
}

.user-team-cockpit-page .feedback-button > span {
  display: inline-block;
}

.user-team-cockpit-page .feedback-button,
.user-team-cockpit-page.is-night-mode .feedback-button {
  position: fixed;
  right: 18px;
  left: auto;
}

.user-team-cockpit-page.is-night-mode .user-team-access-console label > span,
.user-team-cockpit-page.is-night-mode .user-team-access-console .quiet-link,
.user-team-cockpit-page.is-night-mode .user-team-access-console .notice:not(.notice-error) {
  color: var(--cockpit-night) !important;
  filter: brightness(var(--el-output));
  text-shadow: 0 0 3px var(--cockpit-night-glow), 0 0 7px rgba(255, 126, 0, .28);
}

.user-team-cockpit-page.is-night-mode .user-team-register-console label > span,
.user-team-cockpit-page.is-night-mode .user-team-register-console .birth-date-hint,
.user-team-cockpit-page.is-night-mode .user-team-register-console .form-help,
.user-team-cockpit-page.is-night-mode .user-team-register-console .privacy-check a {
  color: var(--cockpit-night) !important;
  filter: brightness(var(--el-output));
  text-shadow: 0 0 3px var(--cockpit-night-glow), 0 0 7px rgba(255, 126, 0, .28);
}

.user-team-cockpit-page.is-night-mode .cockpit-el-legend:not(.rotary-scale),
.user-team-cockpit-page.is-night-mode .user-team-cockpit-copy h1,
.user-team-cockpit-page.is-night-mode .user-team-cockpit-copy .cockpit-description,
.user-team-cockpit-page.is-night-mode .user-team-section-title > div > span,
.user-team-cockpit-page.is-night-mode .user-team-section-title h2,
.user-team-cockpit-page.is-night-mode .user-team-access-console label > span:first-child,
.user-team-cockpit-page.is-night-mode .user-team-access-console .quiet-link,
.user-team-cockpit-page.is-night-mode .user-team-access-console .notice:not(.notice-error),
.user-team-cockpit-page.is-night-mode .user-team-register-console label:not(.privacy-check) > span:first-child,
.user-team-cockpit-page.is-night-mode .user-team-register-console .birth-date-hint,
.user-team-cockpit-page.is-night-mode .user-team-register-console .birth-date-error,
.user-team-cockpit-page.is-night-mode .user-team-register-console .privacy-check > span,
.user-team-cockpit-page.is-night-mode .user-team-register-console .form-help,
.user-team-cockpit-page.is-night-mode .user-team-register-console .privacy-check a {
  position: relative;
  z-index: 10000;
}

.user-team-cockpit-page.is-night-mode .user-team-cockpit-lighting .rotary-scale {
  position: absolute;
  z-index: 10000;
}

.user-team-cockpit-page.is-night-mode .user-team-cockpit-lighting::after {
  z-index: 10000;
  border-color: var(--cockpit-night);
  filter: drop-shadow(0 0 2px rgba(255, 126, 0, .42)) brightness(var(--el-output));
}

.user-team-cockpit-page.is-night-mode .user-team-cockpit-lighting .cockpit-lights-title {
  position: absolute;
  z-index: 10001;
}

.user-team-cockpit-page.is-night-mode .header-msg-control .header-msg-label {
  color: var(--cockpit-night);
  filter: brightness(var(--el-output));
  text-shadow: 0 0 3px var(--cockpit-night-glow), 0 0 7px rgba(255, 126, 0, .28);
}

.user-team-cockpit-page.is-night-mode .header-msg-indicator {
  position: relative;
  z-index: 10000;
  filter: brightness(var(--el-output));
}

.user-team-cockpit-page.is-night-mode .primary-button,
.user-team-cockpit-page.is-night-mode .secondary-button,
.user-team-cockpit-page.is-night-mode .default-cockpit-button,
.user-team-cockpit-page.is-night-mode .safety-cockpit-button,
.user-team-cockpit-page.is-night-mode .file-button,
.user-team-cockpit-page.is-night-mode .document-title-button,
.user-team-cockpit-page.is-night-mode .feedback-button {
  position: relative;
  z-index: 10000;
  color: var(--cockpit-night) !important;
  text-shadow: 0 0 3px var(--cockpit-night-glow), 0 0 7px rgba(255, 126, 0, .28);
}

.user-team-cockpit-page.is-night-mode .primary-button,
.user-team-cockpit-page.is-night-mode .secondary-button,
.user-team-cockpit-page.is-night-mode .default-cockpit-button,
.user-team-cockpit-page.is-night-mode .file-button,
.user-team-cockpit-page.is-night-mode .feedback-button {
  background: linear-gradient(180deg, #292e33, #15191d);
}

.user-team-cockpit-page.is-night-mode .safety-cockpit-button {
  background: repeating-linear-gradient(135deg, #8a7300 0 14px, #050505 14px 28px);
}

.user-team-cockpit-page.is-night-mode .primary-button.is-active,
.user-team-cockpit-page.is-night-mode .secondary-button.is-active,
.user-team-cockpit-page.is-night-mode .default-cockpit-button.is-active,
.user-team-cockpit-page.is-night-mode .default-cockpit-button.is-selected {
  color: #37ff68 !important;
  text-shadow: 0 0 5px rgba(55, 255, 104, .45);
}

@media (max-width: 1700px) {
  .user-team-cockpit-page .app-header {
    flex-wrap: wrap;
  }

  .user-team-cockpit-page .app-header .global-ecam-strip--header {
    margin-left: auto;
  }
}

@media (max-width: 820px) {
  .user-team-cockpit-heading {
    padding: 14px 16px 18px;
  }

  .user-team-cockpit-copy {
    min-height: auto;
  }

  .user-team-cockpit-copy .cockpit-description {
    margin-top: 12px;
  }

  .user-team-cockpit-page .app-header .user-team-cockpit-lighting {
    position: relative;
    width: max-content;
    max-width: 100%;
    margin-top: 0;
    margin-inline: auto;
    justify-content: center;
  }

  .user-team-status-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .user-team-workspace {
    grid-template-columns: 1fr;
  }

  .user-team-profile-workspace {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px) {
  .user-team-cockpit-page .user-team-panel {
    padding: 10px;
  }

  .user-team-cockpit-lighting {
    flex-wrap: wrap;
  }

  .user-team-status-grid {
    grid-template-columns: 1fr;
  }

  .user-team-service-grid {
    grid-template-columns: 1fr;
  }

  .user-team-directory-console .search-bar .secondary-button {
    width: 100%;
  }

  .user-team-identity-body {
    grid-template-columns: 1fr;
  }
}

@media print {
  .user-team-cockpit-page .global-ecam-strip,
  .user-team-cockpit-header,
  .user-team-cockpit-lighting {
    display: none !important;
  }

  .user-team-cockpit-page::before,
  .user-team-cockpit-page::after {
    display: none !important;
  }

  .user-team-cockpit-page .app-shell {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .user-team-cockpit-page .user-team-panel {
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .user-team-cockpit-page .manual-document {
    padding: 0;
    border: 0;
    box-shadow: none;
  }

  .user-team-privacy-content {
    padding: 0;
    border: 0;
    color: #000;
    background: #fff;
    box-shadow: none;
  }

  .user-team-privacy-content p,
  .user-team-privacy-content a,
  .user-team-privacy-content .user-team-privacy-version {
    color: #000;
  }

  .user-team-page .user-team-privacy-content h2 {
    border-left-color: #10223a;
    color: #10223a;
    background: transparent;
  }
}

@media (prefers-reduced-motion: reduce) {
  .header-msg-indicator.has-unread .night-toggle-state {
    animation: none;
    color: #f4fdff;
    -webkit-text-fill-color: #f4fdff;
    text-shadow: 0 0 3px rgba(223, 249, 255, .72);
  }
}

.user-team-cockpit-page .feedback-button,
.user-team-cockpit-page.is-night-mode .feedback-button,
.has-global-service-mcdu .feedback-button,
.has-global-service-mcdu.is-night-mode .feedback-button {
  position: fixed;
  right: 18px;
  bottom: 18px;
  left: auto;
}
