:root {
  color-scheme: dark;
  font-family:
    Inter,
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;

  background: #ffffff;
  color: #f4f7fb;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-height: 100vh;
  background: radial-gradient(circle at top right, rgba(255, 255, 255, 0.56), transparent 34rem), #f9f9f9;
  color: #1c1c1c;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

.container {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.site-header {
  background-color: #ffffff;
  border-bottom: 1px solid #0000003b;
  position: fixed;
  z-index: 10000;
  width: 100vw;
}

.header-content,
.section-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}




.site-header h1 {
  margin-bottom: 0;
  font-size: 1.3rem;
  display: none;
}

.hero > .eyebrow {
  color: #202020;
}

.eyebrow,
.agent-name {
  margin-bottom: 0px;
  /* color: #8fa9c7; */
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.brand-link > .eyebrow {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.eyebrow > svg {
  height: 78px;
  width: 78px;
}

.agent-name {
  display: none;
}

.brand-link > .eyebrow {
  text-transform: uppercase;
  display: flex;
  justify-content: space-between;
}

.eyebrow > span {
  /* border: #d0e2f7 1px solid; */
  padding: 1px 6px;
  margin-top: 1px;
  transform: scale(0.8);
  color: #00000087;
}

.release-badge,
.status {
  padding: 7px 18px;
  border-radius: 8px;
  font-size: 0.78rem;
  font-weight: 750;
  color: #353535;
}

.hero {
  padding: 45px 0 0px;
}

.hero h2 {
  max-width: 780px;
  margin-bottom: 16px;
  /* font-size: clamp(2.2rem, 6vw, 4.7rem); */
  line-height: 0.98;
}

.hero-copy {
  max-width: 650px;
  color: #aeb9c6;
  font-size: 1.1rem;
}

.store-grid {
  display: grid;
  grid-template-columns:
    repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
  padding: 22px 0 64px;
}

.store-card,
.mission {
  border: 1px solid #27303c;
  border-radius: 16px;
  background: rgba(18, 24, 32, 0.78);
}

.store-card {
  min-height: 190px;
  padding: 22px;
}

.store-card h3 {
  font-size: 1.25rem;
}

.placeholder {
  color: #8996a5;
  line-height: 1.5;
}

.status-building {
  background: rgb(225, 225, 225);
}

.mission {
  margin-bottom: 64px;
  padding: 32px;
  display: none;
}

.mission blockquote {
  margin: 0 0 16px;
  font-size: clamp(1.7rem, 4vw, 3rem);
  font-weight: 700;
}

.mission p:last-child {
  margin-bottom: 0;
  color: #aeb9c6;
}

@media (max-width: 620px) {
  .container {
    width: min(100% - 28px, 1180px);
  }

  /* .header-content,
  .section-heading {
    align-items: flex-start;
  } */

  .hero {
    padding-top: 30px;
  }
}

.brand-link {
  color: inherit;
  text-decoration: none;
}

.header-actions,
.site-nav {
  display: flex;
  align-items: center;
}

.header-actions {
  gap: 28px;
}

.site-nav {
  gap: 20px;
}

.site-nav a,
.secondary-link {
  color: #262626;
  font-size: 0.88rem;
  font-weight: 650;
  text-decoration: none;
}

.site-nav a:hover,
.secondary-link:hover {
  color: #aeaeae;
}

.page-intro {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  padding: 64px 0 40px;
}

.page-intro h2 {
  margin-bottom: 14px;
  font-size: clamp(2.4rem, 6vw, 4.5rem);
  line-height: 1;
}

.as-of {
  color: #7f8b99;
  font-size: 0.78rem;
  line-height: 1.6;
  text-align: right;
}

.as-of strong {
  display: block;
  color: #c7d0da;
}

.summary-block {
  /* margin-bottom: 30px; */
}





main.container {
  margin-top: 100px;
}













.summary-block > .metric-label {
}

.summary-block > .metric-value {
  margin-bottom: 4px;
}

.metric-value > span {
  font-size: 0.50em;
  color: #646262;
  position: relative;
  top: -12px;
  left: -2px;
  font-weight: 500;
  font-style: italic;
}

.summary-grid {
  display: flex;
  margin-bottom: 64px;
  flex-wrap: wrap;
  gap: 12px 0px;
  justify-content: space-around;
}

.summary-card {
  width: 46%;
  display: flex;
  flex-direction: column;
  justify-content: inherit;
}

.metric-label {
  margin: 8px 0 9px 0;
  color: #202020;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.metric-value {
  margin-bottom: 0;
  font-size: 1.8rem;
  font-weight: 750;
}

.section-note {
  margin-bottom: 0;
  color: #8794a3;
  font-size: 0.84rem;
}




.status-critical {
  color: #ffb9b9;
  border-color: rgba(255, 105, 105, 0.45);
  background: rgba(255, 105, 105, 0.1);
}

.status-warning {
  color: #ffe0a3;
  border-color: rgba(255, 191, 82, 0.4);
  background: rgba(255, 191, 82, 0.1);
}

.status-healthy {
  color: #b5edc4;
  border-color: rgba(86, 194, 116, 0.4);
  background: rgba(86, 194, 116, 0.1);
}

.status-unknown {
  color: #c4ccd5;
}












.table-shell {
  overflow-x: auto;
  margin-top: 22px;
  border: 1px solid #27303c;
  border-radius: 14px;
}

.task-table {
  width: 100%;
  min-width: 850px;
  border-collapse: collapse;
  background: rgba(18, 24, 32, 0.78);
}

.task-table th,
.task-table td {
  padding: 16px 18px;
  border-bottom: 1px solid #27303c;
  text-align: left;
}

.task-table th {
  color: #8290a0;
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.task-table td {
  color: #c2cbd5;
  font-size: 0.88rem;
}

.task-table td:first-child strong,
.task-table td:first-child span {
  display: block;
}

.task-table td:first-child strong {
  color: #f4f7fb;
}

.task-table td:first-child span {
  margin-top: 5px;
  color: #7f8b99;
  font-size: 0.78rem;
}

.task-table tr:last-child td {
  border-bottom: 0;
}



@media (max-width: 820px) {

  .header-content,
  .header-actions,
  .page-intro {
    align-items: flex-start;
  }

  .header-actions {
    flex-direction: column-reverse;
    gap: 12px;
  }

  .page-intro {
    flex-direction: column;
  }

  .as-of {
    text-align: left;
  }

  .summary-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 560px) {
  .site-nav {
    gap: 12px;
  }

  .summary-grid {
    grid-template-columns: 1fr;
  }
}

.audience-card {
  min-height: 250px;
}

.audience-metrics {
  display: grid;
  gap: 16px;
  margin-top: 26px;
}

.audience-metrics>div {
  padding-top: 14px;
  border-top: 1px solid #27303c;
}

.audience-value {
  margin-bottom: 5px;
  font-size: 1.65rem;
  font-weight: 750;
  line-height: 1;
}

.data-status {
  margin-bottom: 0;
  color: #718092;
  font-size: 0.7rem;
}
.primary-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 16px;
  border: 1px solid #5f8fc5;
  border-radius: 10px;
  color: #f4f7fb;
  background: rgba(75, 130, 191, 0.2);
  font: inherit;
  font-size: 0.86rem;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}

.primary-action:hover {
  background: rgba(75, 130, 191, 0.3);
}

.message-list {
  margin-bottom: 28px;
}

.message-success {
  padding: 14px 16px;
  border: 1px solid rgba(86, 194, 116, 0.4);
  border-radius: 10px;
  color: #b5edc4;
  background: rgba(86, 194, 116, 0.1);
}








.snapshot-form {
  padding-bottom: 70px;
}

.form-meta-grid {
  display: grid;
  grid-template-columns: minmax(220px, 0.7fr) 1.3fr;
  gap: 18px;
  margin-bottom: 52px;
}

.snapshot-field-grid {
  display: grid;
  grid-template-columns:
    repeat(auto-fit, minmax(250px, 1fr));
  gap: 14px;
  margin-top: 22px;
}

.form-field {
  display: grid;
  gap: 8px;
}

.form-field label {
  color: #aab5c1;
  font-size: 0.76rem;
  font-weight: 700;
}

.form-field input,
.form-field textarea,
.form-field select {
  width: 100%;
  padding: 12px 13px;
  border: 1px solid #344253;
  border-radius: 9px;
  color: #f4f7fb;
  background: #111820;
  font: inherit;
}

.form-field input:focus,
.form-field textarea:focus,
.form-field select:focus {
  border-color: #5f8fc5;
  outline: none;
}

.snapshot-field {
  padding: 16px;
  border: 1px solid #27303c;
  border-radius: 12px;
  background: rgba(18, 24, 32, 0.78);
}

.form-errors,
.field-error {
  color: #ffb9b9;
}

.form-errors {
  margin-bottom: 20px;
  padding: 14px;
  border: 1px solid rgba(255, 105, 105, 0.45);
  border-radius: 10px;
  background: rgba(255, 105, 105, 0.1);
}

.field-error {
  margin-bottom: 0;
  font-size: 0.73rem;
}

.form-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
  margin-top: 30px;
}

@media (max-width: 680px) {
  .form-meta-grid {
    grid-template-columns: 1fr;
  }
}
































.publication-form-grid {
  display: grid;
  grid-template-columns:
    repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.publication-form-wide {
  grid-column: 1 / -1;
}

.field-help {
  margin: 0;
  color: #718092;
  font-size: 0.7rem;
  line-height: 1.45;
}



.empty-state {
  padding: 42px;
  border: 1px solid #27303c;
  border-radius: 14px;
  color: #8f9dad;
  background: rgba(18, 24, 32, 0.78);
  text-align: center;
}

.empty-state h3 {
  margin-bottom: 10px;
  color: #f4f7fb;
}

@media (max-width: 760px) {
  .publication-form-grid {
    grid-template-columns: 1fr;
  }

  .publication-form-wide {
    grid-column: auto;
  }

  .brand-link > .eyebrow {
    justify-content: center;
    height: 12px;
  }

  .brand-link > .eyebrow > svg {
    height: 42px;
    width: 50px;
  }
}


.publication-meta-value {
  margin: 12px 0 0;
  color: #f4f7fb;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.45;
}

.publication-meta-value a {
  color: #a9cff7;
  text-decoration: none;
}







.publication-metric-form-grid {
  display: grid;
  grid-template-columns:
    repeat(3, minmax(0, 1fr));
  gap: 18px;
}

@media (max-width: 1100px) {
  .publication-metric-form-grid {
    grid-template-columns:
      repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .publication-metric-form-grid {
    grid-template-columns: 1fr;
  }
}


.secondary-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid #344254;
  border-radius: 10px;
  color: #dce6f1;
  background: rgba(19, 27, 36, 0.78);
  font-weight: 700;
  text-decoration: none;
}

.content-filter-form {
  margin-bottom: 54px;
  padding: 22px;
  border: 1px solid #293542;
  border-radius: 14px;
  background: rgba(17, 24, 33, 0.82);
}


.content-filter-actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 18px;
  margin-top: 20px;
}






@media (max-width: 620px) {
  .content-filter-actions {
    align-items: stretch;
    flex-direction: column;
  }
}



html,
body {
  max-width: 100%;
  overflow-x: hidden;
}





























































































@media (max-width: 820px) {
  .site-header {
    /* padding: 16px 0 4px; */
    padding: 10px 0
  }

  .header-content {
    /* flex-direction: column; */
    /* align-items: stretch; */
    gap: 16px;
  }

  

  .header-actions {
    width: fit-content;
    min-width: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }

  .release-badge {
    align-self: flex-start;
  }

  .site-nav {
    width: 100%;
    max-width: 100%;
    gap: 18px;
    padding: 4px 0 0;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scrollbar-width: thin;
  }

  .site-nav a {
    flex: 0 0 auto;
    white-space: nowrap;
  }
}



















































































/* BDC Social authentication */

.portal-login-page {
  min-height: 100vh;
  background:
    radial-gradient(
      circle at 50% 0%,
      rgb(240 243 246 / 78%),
      transparent 48%
    ),
    #f7f8f9;
}

.portal-login-shell {
  display: grid;
  min-height: 100vh;
  place-items: center;
  padding: 32px 18px;
}

.portal-login-card {
  width: min(100%, 430px);
  padding: 34px;
  border: 1px solid rgb(17 24 32 / 12%);
  border-radius: 18px;
  background: rgb(255 255 255 / 96%);
  box-shadow:
    0 22px 70px rgb(17 24 32 / 9%);
}

.portal-login-brand {
  display: flex;
  align-items: center;
  gap: 0px;
  padding-bottom: 24px;
  /* border-bottom: 1px solid rgb(17 24 32 / 10%); */
  justify-content: center;
  flex-direction: column;
}

.portal-login-brand svg {
  display: block;
  flex: 0 0 auto;
  border-radius: 50%;
  max-height: 75px;
  max-width: 75px;
}

.portal-login-brand-name {
  margin: 0;
  color: #101820;
  font-size: 1rem;
  font-weight: 820;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.portal-login-version {
  margin: 3px 0 0;
  color: #7a8692;
  font-size: 0.68rem;
  font-weight: 720;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.portal-login-heading {
  padding: 28px 0 22px;
}

.portal-login-heading h1 {
  margin: 4px 0 9px;
  color: #101820;
  font-size: clamp(1.8rem, 7vw, 2.35rem);
  letter-spacing: -0.04em;
  line-height: 1;
}

.portal-login-heading > p:last-child {
  margin: 0;
  color: #687583;
  font-size: 0.86rem;
  line-height: 1.55;
}

.portal-login-message {
  margin-bottom: 18px;
  padding: 12px 14px;
  border: 1px solid rgb(17 24 32 / 12%);
  border-radius: 10px;
  background: #f4f6f8;
  color: #34404c;
  font-size: 0.8rem;
  line-height: 1.45;
}

.portal-login-message p {
  margin: 0;
}

.portal-login-error {
  border-color: rgb(180 35 24 / 20%);
  background: #fff3f2;
  color: #912018;
}

.portal-login-form {
  display: grid;
  gap: 18px;
}

.portal-login-field {
  display: grid;
  gap: 7px;
}

.portal-login-field label {
  color: #202a34;
  font-size: 0.75rem;
  font-weight: 760;
  letter-spacing: 0.045em;
  font-variant: all-petite-caps;
}

.portal-login-input {
  width: 100%;
  min-height: 48px;
  padding: 11px 13px;
  border: 1px solid rgb(17 24 32 / 20%);
  border-radius: 9px;
  background: #ffffff;
  color: #101820;
  font: inherit;
  outline: none;
  transition:
    border-color 120ms ease,
    box-shadow 120ms ease;
}

.portal-login-input:focus {
  border-color: #101820;
  box-shadow:
    0 0 0 3px rgb(16 24 32 / 9%);
}

.portal-field-error {
  margin: 0;
  color: #b42318;
  font-size: 0.72rem;
}

.portal-login-submit {
  min-height: 49px;
  margin-top: 3px;
  border: 0;
  border-radius: 9px;
  background: #101820;
  color: #ffffff;
  cursor: pointer;
  font: inherit;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.portal-login-submit:hover {
  background: #26333f;
}

.portal-login-submit:focus-visible {
  outline: 3px solid rgb(16 24 32 / 24%);
  outline-offset: 3px;
}

.portal-login-footer {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-top: 28px;
  padding-top: 18px;
  border-top:
    1px solid rgb(17 24 32 / 10%);
}

.portal-login-footer p {
  margin: 0;
  color: #8a949e;
  font-size: 0.64rem;
  line-height: 1.4;
}

.portal-login-footer p:last-child {
  text-align: right;
}

@media (max-width: 520px) {
  .portal-login-shell {
    align-items: start;
    padding:
      max(38px, env(safe-area-inset-top))
      15px
      24px;
  }

  .portal-login-card {
    padding: 26px 22px;
    border-radius: 15px;
  }

  .portal-login-footer {
    flex-direction: column;
    gap: 5px;
    justify-content: center;
    align-content: center;
    text-align: center;
  }

  .portal-login-footer p:last-child {
    text-align: center;
  }
}

/* BDC Social portal navigation */

.header-actions {
  display: flex;
  align-items: center;
  min-width: 0;
  margin-left: auto;
}

.portal-navigation {
  display: flex;
  align-items: center;
  gap: 18px;
  min-width: 0;
}

.site-header .site-nav {
  display: flex;
  align-items: center;
  gap: 4px;
  min-width: 0;
  overflow: visible;
}

.site-header .site-nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 7px 9px;
  border-radius: 7px;
  color: #66727e;
  font-size: 0.72rem;
  font-weight: 720;
  letter-spacing: 0.015em;
  text-decoration: none;
  white-space: nowrap;
  transition: 150ms;
}

.site-header .site-nav a:hover {
  background: rgb(16 24 32 / 5%);
  color: #101820;
}

.site-header .site-nav a[aria-current="page"] {
  /* background: rgb(16 24 32 / 7%); */
  color: #101820;
  font-weight: 820;
}

.site-header .site-nav a[aria-current="page"]::after {
  position: absolute;
  right: 9px;
  bottom: 3px;
  left: 9px;
  height: 2px;
  border-radius: 999px;
  background: #101820;
  content: "";
}

.portal-nav-divider {
  width: 1px;
  height: 22px;
  margin: 0 4px;
  background: rgb(16 24 32 / 12%);
}

.portal-user-panel {
  display: flex;
  align-items: center;
  gap: 11px;
  padding-left: 16px;
  border-left: 1px solid rgb(16 24 32 / 12%);
}

.portal-user-identity {
  display: flex;
  align-items: center;
  gap: 9px;
  min-width: 0;
}

.portal-user-code {
  display: grid;
  width: 32px;
  height: 32px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid rgb(16 24 32 / 11%);
  border-radius: 50%;
  background: #f3f5f6;
  color: #101820;
  font-size: 0.6rem;
  font-weight: 850;
  letter-spacing: 0.05em;
}

.portal-user-copy {
  display: grid;
  min-width: 0;
  line-height: 1.15;
}

.portal-user-copy strong {
  max-width: 145px;
  overflow: hidden;
  color: #1c252e;
  font-size: 0.7rem;
  font-weight: 790;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.portal-user-copy small {
  max-width: 145px;
  margin-top: 3px;
  overflow: hidden;
  color: #83909b;
  font-size: 0.6rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.portal-signout-form {
  margin: 0;
}

.portal-signout-button {
  min-height: 34px;
  padding: 7px 10px;
  border: 1px solid rgb(16 24 32 / 14%);
  border-radius: 7px;
  background: transparent;
  color: #4f5c68;
  cursor: pointer;
  font: inherit;
  font-size: 0.66rem;
  font-weight: 760;
  white-space: nowrap;
  font-variant: all-petite-caps;
}

.portal-signout-button:hover {
  border-color: rgb(16 24 32 / 24%);
  background: rgb(16 24 32 / 5%);
  color: #101820;
}

.portal-signout-button:focus-visible,
.portal-nav-toggle:focus-visible {
  outline: 3px solid rgb(16 24 32 / 18%);
  outline-offset: 3px;
}

.portal-nav-toggle {
  display: none;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  /* border-radius: 9px; */
  background: #ffffff;
  color: #101820;
  cursor: pointer;
  place-items: center;
}

.portal-nav-toggle svg {
  display: block;
  width: 30px;
  height: 30px;
  pointer-events: none;
}

.portal-nav-icon-close {
  display: none;
}

.portal-nav-toggle[aria-expanded="true"]
  .portal-nav-icon-menu {
  display: none;
}

.portal-nav-toggle[aria-expanded="true"]
  .portal-nav-icon-close {
  display: block;
}

.portal-nav-toggle:hover {
  border-color: rgb(16 24 32 / 25%);
  background: #f5f6f7;
}

@media (max-width: 1220px) and (min-width: 821px) {
  .portal-user-copy {
    display: none;
  }

  .portal-user-panel {
    padding-left: 11px;
  }

  .site-header .site-nav a {
    padding-right: 7px;
    padding-left: 7px;
    font-size: 0.68rem;
  }
}

@media (max-width: 1050px) {
  .site-header {
    position: relative;
    z-index: 100;
  }

  main.container {
    margin-top: 0px;
  }

  .site-header .header-content {
    position: relative;
    flex-wrap: nowrap;
    align-items: center;
  }

  .header-actions {
    position: static;
    margin-left: auto;
  }

  .portal-nav-toggle {
    display: grid;
  }

  .portal-navigation {
    position: absolute;
    top: calc(100% + 1px);
    right: 0;
    left: 0;
    z-index: 110;
    width: 100%;
    max-height: calc(100vh - 72px);
    max-height: calc(100dvh - 72px);
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 0;
    overflow-y: auto;
    border: 1px solid rgb(16 24 32 / 10%);
    border-top: 0;
    border-radius: 0 0 14px 14px;
    background: rgb(255 255 255 / 98%);
    box-shadow:
      0 18px 38px rgb(16 24 32 / 12%);
  }

  .portal-navigation-js .portal-navigation {
    display: none;
  }

  .portal-navigation-js
    .portal-navigation.is-open {
    display: flex;
  }

  .site-header .site-nav {
    display: grid;
    width: 100%;
    grid-template-columns:
      repeat(1, minmax(0, 1fr));
    gap: 0px;
    overflow: visible;
  }

  .site-header .site-nav a {
    width: 100%;
    min-height: 48px;
    justify-content: flex-start;
    padding: 11px 13px;
    border-bottom: 1px solid rgb(16 24 32 / 9%);
    border-radius: 0px;
    background: #f7f8f9;
    font-size: 0.72rem;
    white-space: normal;
  }

  .site-header .site-nav a:hover {
    border-color: rgb(16 24 32 / 16%);
    background: #f1f3f4;
  }

  .site-header .site-nav a[aria-current="page"] {
    border-color: rgb(16 24 32 / 18%);
    background: #101820;
    color: #ffffff;
  }

  .site-header
    .site-nav
    a[aria-current="page"]::after {
    display: none;
  }

  .portal-nav-divider {
    display: none;
  }

  .portal-user-panel {
    justify-content: space-between;
    width: 100%;
    /* padding: 13px 0 0; */
    padding: 10px;
    border-top: 1px solid rgb(16 24 32 / 10%);
    border-left: 0;
  }

  .portal-user-copy {
    display: grid;
  }

  .portal-user-copy strong,
  .portal-user-copy small {
    max-width: min(55vw, 260px);
  }

  .portal-signout-button {
    min-height: 40px;
    padding: 8px 13px;
  }
}

@media (max-width: 480px) {
  .portal-navigation {
    padding: 0px;
    margin-top: 8px;
    gap: 0;
    width: 101vw;
    left: -15px;
  }

  .portal-signout-button {
    font-size: 12px;
  }

  .site-header .site-nav {
    gap: 0px;
    padding: 0;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .portal-user-panel {
    padding: 10px
  }

  .site-header .site-nav a {
    min-height: 46px;
    padding: 25px 15px;
    font-size: 0.68rem;
    border-radius: 0;
    border: 1px solid #00000029;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    font-size: 16px;
  }

  .portal-user-code {
    width: 30px;
    height: 30px;
  }
}

@media (max-width: 340px) {
  .site-header .site-nav {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 820px) {
  body.portal-menu-open {
    position: fixed;
    width: 100%;
    overflow: hidden;
  }

  body.portal-menu-open::before {
    position: fixed;
    inset: 0;
    z-index: 90;
    background: rgb(16 24 32 / 42%);
    content: "";
  }

  .site-header {
    position: relative;
    z-index: 100;
  }

  .portal-navigation {
    z-index: 110;
  }
}

.portal-user-copy .portal-user-role {
  margin-top: 2px;
  color: #a0a9b1;
  font-size: 0.56rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
