/* SDN employee portal — Oracle Fusion-inspired responsive shell */
:root {
  color-scheme: light;
  --portal-header: #ffffff;
  --portal-header-text: #20272c;
  --portal-navy: #263746;
  --portal-navy-hover: #354b5c;
  --portal-surface-alt: #f8f9fa;
  --portal-blue: var(--sdn-cyan, #087ea4);
  --portal-blue-soft: var(--sdn-cyan-soft, #e8f4f8);
  --portal-border: var(--sdn-line, #dfddd8);
  --portal-border-soft: var(--sdn-line-soft, #eceae6);
  --portal-text: var(--sdn-text, #312d2a);
  --portal-muted: var(--sdn-muted, #6f6a65);
  --portal-canvas: var(--sdn-canvas, #f7f6f3);
  --portal-paper: var(--sdn-paper, #ffffff);
  --portal-shadow: var(--sdn-shadow-xs, 0 1px 2px rgb(23 26 29 / 4%));
  --portal-shadow-menu: 0 12px 32px rgb(23 26 29 / 18%);
}

html {
  min-width: 320px;
  overflow-x: clip;
  background: var(--portal-canvas);
  scroll-behavior: smooth;
}

body.portal-body {
  min-width: 320px;
  min-height: 100vh;
  margin: 0;
  overflow-x: clip;
  background: var(--portal-canvas);
  color: var(--portal-text);
  font-family: var(--sdn-font-en, "Inter", "Segoe UI", Arial, sans-serif);
  font-size: 14px;
  line-height: 1.45;
}

html[dir="rtl"] body.portal-body {
  font-family: var(--sdn-font-ar, "Cairo", Tahoma, sans-serif);
}

.portal-body *,
.portal-body *::before,
.portal-body *::after {
  box-sizing: border-box;
}

.portal-body [hidden] {
  display: none !important;
}

.portal-body button,
.portal-body input {
  font: inherit;
}

.portal-body button,
.portal-body summary {
  cursor: pointer;
}

.portal-body a {
  color: inherit;
}

.portal-body svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
}

.portal-body button:focus-visible,
.portal-body a:focus-visible,
.portal-body input:focus-visible,
.portal-body summary:focus-visible,
.portal-body [tabindex]:focus-visible {
  outline: 3px solid rgb(8 126 164 / 32%);
  outline-offset: 2px;
}

.portal-visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.portal-skip-link {
  position: fixed;
  z-index: 5000;
  inset-block-start: 8px;
  inset-inline-start: 8px;
  padding: 10px 14px;
  border-radius: 4px;
  background: var(--portal-navy);
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  transform: translateY(-160%);
  transition: transform 120ms ease;
}

.portal-skip-link:focus {
  transform: translateY(0);
}

.portal-app {
  width: 100%;
  min-height: 100vh;
  overflow-x: clip;
}

.portal-chrome {
  position: sticky;
  z-index: 100;
  top: 0;
  width: 100%;
}

.portal-global-header {
  display: grid;
  grid-template-columns: minmax(210px, 280px) minmax(260px, 560px) auto;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 72px;
  padding: 7px clamp(14px, 2.2vw, 30px);
  border-bottom: 1px solid #d7dde1;
  background: var(--portal-header);
  color: var(--portal-header-text);
}

.portal-brand {
  display: inline-flex;
  min-width: 0;
  align-items: center;
  text-decoration: none;
}

.portal-wordmark {
  display: block;
  width: min(100%, 240px);
  height: 58px;
  object-fit: contain;
  object-position: left center;
}

html[dir="rtl"] .portal-wordmark {
  object-position: right center;
}

.portal-mark {
  display: none;
  width: 48px;
  height: 42px;
  object-fit: contain;
}

.portal-global-search {
  position: relative;
  width: 100%;
  max-width: 560px;
  justify-self: center;
}

.portal-global-search input {
  width: 100%;
  min-height: 40px;
  padding: 8px 42px;
  border: 1px solid #aeb8bf;
  border-radius: 4px;
  outline: 0;
  background: #fff;
  color: #20272c;
}

.portal-global-search input:disabled {
  border-color: #d7dde1;
  background: #f3f5f6;
  color: #6c7880;
  cursor: not-allowed;
}

.portal-global-search input:focus {
  border-color: var(--portal-blue);
  box-shadow: 0 0 0 3px rgb(8 126 164 / 16%);
}

.portal-search-icon,
.portal-search-clear {
  position: absolute;
  z-index: 2;
  top: 20px;
  transform: translateY(-50%);
}

.portal-search-icon {
  inset-inline-start: 12px;
  display: grid;
  place-items: center;
  color: #596771;
  pointer-events: none;
}

.portal-search-clear {
  inset-inline-end: 5px;
  display: grid;
  width: 34px;
  height: 34px;
  padding: 0;
  place-items: center;
  border: 0;
  border-radius: 4px;
  background: transparent;
  color: #596771;
}

.portal-search-clear:hover {
  background: #eef2f4;
  color: #20272c;
}

.portal-search-popover {
  position: absolute;
  z-index: 140;
  inset-block-start: calc(100% + 7px);
  inset-inline: 0;
  max-height: min(430px, calc(100vh - 145px));
  overflow-y: auto;
  border: 1px solid var(--portal-border);
  border-radius: 5px;
  background: #fff;
  box-shadow: var(--portal-shadow-menu);
}

.portal-search-result {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  min-height: 62px;
  padding: 9px 12px;
  border-bottom: 1px solid var(--portal-border-soft);
  color: var(--portal-text);
  text-decoration: none;
}

.portal-search-result:last-child {
  border-bottom: 0;
}

.portal-search-result:hover,
.portal-search-result.is-active {
  background: var(--portal-blue-soft);
}

.portal-search-result-icon {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  background: var(--portal-blue-soft);
  color: var(--portal-blue);
}

.portal-search-result-copy {
  min-width: 0;
}

.portal-search-result-copy strong,
.portal-search-result-copy span,
.portal-search-result-copy small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.portal-search-result-copy strong {
  color: var(--portal-text);
  font-size: 13px;
}

.portal-search-result-copy span {
  margin-top: 2px;
  color: var(--portal-muted);
  font-size: 12px;
}

.portal-search-result-copy small {
  margin-top: 3px;
  color: var(--portal-blue);
  font-size: 11px;
  font-weight: 700;
}

.portal-search-message {
  padding: 18px;
  color: var(--portal-muted);
  text-align: center;
}

.portal-header-actions {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: flex-end;
  gap: 7px;
}

.portal-language,
.portal-icon-button,
.portal-icon-link {
  display: inline-grid;
  min-width: 40px;
  min-height: 40px;
  place-items: center;
  border: 0;
  border-radius: 4px;
  background: transparent;
  color: #33424d;
  text-decoration: none;
}

.portal-language {
  display: inline-flex;
  padding-inline: 10px;
  font-size: 12px;
  font-weight: 700;
}

.portal-language:hover,
.portal-icon-button:hover,
.portal-icon-link:hover {
  background: #e9eef1;
}

.portal-notifications {
  position: relative;
}

.portal-notification-count {
  position: absolute;
  inset-block-start: 1px;
  inset-inline-end: 0;
  min-width: 18px;
  min-height: 18px;
  padding: 2px 4px;
  border: 2px solid #fff;
  border-radius: 999px;
  background: var(--sdn-coral, #c74634);
  color: #fff;
  font-size: 9px;
  font-weight: 700;
  line-height: 10px;
  text-align: center;
}

.portal-user-menu {
  position: relative;
  min-width: 0;
}

.portal-user-menu summary {
  display: flex;
  min-width: 0;
  min-height: 44px;
  align-items: center;
  gap: 9px;
  padding-inline-start: 8px;
  border-inline-start: 1px solid #d7dde1;
  list-style: none;
}

.portal-user-menu summary::-webkit-details-marker {
  display: none;
}

.portal-avatar {
  display: grid;
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  overflow: hidden;
  place-items: center;
  border-radius: 50%;
  background: #dff2f8;
  color: #0b6688;
  font-size: 11px;
  font-weight: 700;
}

.portal-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.portal-user-copy {
  min-width: 0;
  max-width: 150px;
}

.portal-user-copy strong,
.portal-user-copy span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.portal-user-copy strong {
  color: #20272c;
  font-size: 12px;
  font-weight: 700;
}

.portal-user-copy span {
  margin-top: 2px;
  color: #65727b;
  font-size: 11px;
  text-transform: capitalize;
}

.portal-user-chevron {
  width: 15px !important;
  height: 15px !important;
  color: #65727b;
  transition: transform 120ms ease;
}

.portal-user-menu[open] .portal-user-chevron {
  transform: rotate(180deg);
}

.portal-user-popover {
  position: absolute;
  z-index: 150;
  inset-block-start: calc(100% + 7px);
  inset-inline-end: 0;
  width: min(270px, calc(100vw - 24px));
  padding: 8px;
  border: 1px solid var(--portal-border);
  border-radius: 5px;
  background: #fff;
  box-shadow: var(--portal-shadow-menu);
}

.portal-user-card {
  padding: 8px 9px 12px;
  border-bottom: 1px solid var(--portal-border-soft);
}

.portal-user-card strong,
.portal-user-card span {
  display: block;
}

.portal-user-card strong {
  font-size: 13px;
}

.portal-user-card span {
  margin-top: 3px;
  color: var(--portal-muted);
  font-size: 11px;
  text-transform: capitalize;
}

.portal-user-popover form {
  margin: 8px 0 0;
}

.portal-user-popover form button {
  width: 100%;
  min-height: 40px;
  border: 1px solid var(--portal-border);
  border-radius: 4px;
  background: #fff;
  color: var(--portal-text);
  font-weight: 700;
}

.portal-user-popover form button:hover {
  background: #f3f2ef;
}

.portal-product-bar {
  display: flex;
  min-height: 44px;
  align-items: stretch;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scrollbar-width: thin;
  background: var(--portal-navy);
  color: #f5f8fa;
}

.portal-product-link {
  display: inline-flex;
  min-width: max-content;
  min-height: 44px;
  align-items: center;
  gap: 7px;
  padding: 0 15px;
  border: 0;
  border-inline-end: 1px solid rgb(255 255 255 / 10%);
  background: transparent;
  color: #dfe9ef;
  font-weight: 500;
  text-align: start;
  text-decoration: none;
  white-space: nowrap;
}

.portal-product-link:hover {
  background: var(--portal-navy-hover);
  color: #fff;
}

.portal-product-link[aria-current="page"] {
  background: #fff;
  color: var(--portal-navy);
  box-shadow: inset 0 -3px 0 var(--sdn-cyan-bright, #0b91bd);
}

.portal-navigator-button {
  font-weight: 700;
}

.portal-product-spacer {
  flex: 1;
}

.portal-workspace-label {
  display: flex;
  min-width: max-content;
  align-items: center;
  padding: 0 16px;
  color: #c2d0d8;
  font-size: 11px;
}

.portal-navigator-layer {
  position: fixed;
  z-index: 1000;
  inset: 0;
}

.portal-navigator-scrim {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: rgb(23 26 29 / 46%);
}

.portal-navigator {
  position: absolute;
  inset-block: 0;
  inset-inline-start: 0;
  width: min(430px, calc(100vw - 28px));
  overflow-y: auto;
  border-inline-end: 1px solid var(--portal-border);
  background: var(--portal-paper);
  box-shadow: var(--portal-shadow-menu);
}

.portal-navigator-header {
  position: sticky;
  z-index: 1;
  top: 0;
  display: flex;
  min-height: 64px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 10px 16px;
  border-bottom: 1px solid var(--portal-border);
  background: var(--portal-paper);
}

.portal-navigator-header strong {
  font-size: 17px;
}

.portal-navigator-links {
  display: grid;
  gap: 4px;
  padding: 12px;
}

.portal-navigator-links a {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  align-items: center;
  gap: 11px;
  min-height: 64px;
  padding: 10px 12px;
  border-radius: 5px;
  color: var(--portal-text);
  text-decoration: none;
}

.portal-navigator-links a:hover,
.portal-navigator-links a[aria-current="page"] {
  background: var(--portal-blue-soft);
}

.portal-navigator-links > a > svg {
  width: 22px;
  height: 22px;
  color: var(--portal-blue);
}

.portal-navigator-links strong,
.portal-navigator-links small {
  display: block;
}

.portal-navigator-links strong {
  font-size: 13px;
}

.portal-navigator-links small {
  margin-top: 3px;
  color: var(--portal-muted);
  font-size: 11px;
}

.portal-main {
  width: min(calc(100% - 48px), var(--sdn-content-max, 1440px));
  min-height: calc(100vh - 178px);
  margin-inline: auto;
  padding: 18px 0 32px;
  outline: 0;
}

.portal-live-notice {
  margin-bottom: 12px;
  padding: 10px 12px;
  border: 1px solid var(--portal-blue);
  border-radius: 4px;
  background: var(--portal-blue-soft);
  color: var(--portal-text);
}

.portal-view {
  width: 100%;
}

.portal-breadcrumb {
  display: flex;
  align-items: center;
  gap: 5px;
  min-height: 24px;
  margin-bottom: 9px;
  color: var(--portal-muted);
  font-size: 11px;
}

.portal-breadcrumb a {
  text-decoration: none;
}

.portal-breadcrumb a:hover {
  color: var(--portal-blue);
  text-decoration: underline;
}

.portal-breadcrumb svg,
.portal-row-arrow,
.portal-link-button svg,
.portal-icon-link svg,
.portal-app-footer svg {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}

html[dir="rtl"] .portal-breadcrumb svg,
html[dir="rtl"] .portal-row-arrow,
html[dir="rtl"] .portal-link-button svg,
html[dir="rtl"] .portal-icon-link svg,
html[dir="rtl"] .portal-app-footer svg {
  transform: scaleX(-1);
}

.portal-title-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 16px;
}

.portal-title-row h1 {
  margin: 0;
  color: var(--portal-text);
  font-size: clamp(24px, 2.4vw, 32px);
  font-weight: 500;
  line-height: 1.2;
}

.portal-title-row p {
  max-width: 780px;
  margin: 4px 0 0;
  color: var(--portal-muted);
  font-size: 13px;
}

.portal-button,
.portal-link-button {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border-radius: 4px;
  font-weight: 700;
  text-decoration: none;
}

.portal-button {
  padding: 7px 13px;
  border: 1px solid transparent;
}

.portal-button-primary {
  border-color: var(--portal-blue);
  background: var(--portal-blue);
  color: #fff;
}

.portal-button-primary:hover {
  border-color: #066a8a;
  background: #066a8a;
}

.portal-button-secondary {
  border-color: var(--portal-border);
  background: #fff;
  color: var(--portal-text);
}

.portal-button-secondary:hover {
  border-color: var(--portal-blue);
  color: var(--portal-blue);
}

.portal-link-button {
  min-width: 44px;
  padding: 6px 8px;
  color: var(--portal-blue);
  font-size: 12px;
}

.portal-link-button:hover {
  background: var(--portal-blue-soft);
}

.portal-infolets {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 11px;
  margin-bottom: 15px;
}

.portal-infolet {
  --tone: var(--portal-blue);
  --tone-soft: var(--portal-blue-soft);
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  min-height: 82px;
  padding: 12px 14px;
  border: 1px solid var(--portal-border);
  border-top: 3px solid var(--tone);
  background: var(--portal-paper);
  box-shadow: var(--portal-shadow);
}

.portal-infolet-icon {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 50%;
  background: var(--tone-soft);
  color: var(--tone);
}

.portal-infolet > span:nth-child(2) {
  min-width: 0;
}

.portal-infolet-label,
.portal-infolet small {
  display: block;
}

.portal-infolet-label {
  font-size: 13px;
  font-weight: 700;
}

.portal-infolet small {
  margin-top: 3px;
  color: var(--portal-muted);
  font-size: 11px;
}

.portal-infolet > strong {
  font-size: 25px;
  font-weight: 500;
}

.tone-info {
  --tone: var(--portal-blue);
  --tone-soft: var(--portal-blue-soft);
}

.tone-success {
  --tone: var(--sdn-green, #2c6e49);
  --tone-soft: var(--sdn-green-soft, #e6f2ea);
}

.tone-warning {
  --tone: var(--sdn-amber, #a66800);
  --tone-soft: var(--sdn-amber-soft, #fff2d7);
}

.tone-danger {
  --tone: var(--sdn-coral, #c74634);
  --tone-soft: var(--sdn-coral-soft, #fbe9e5);
}

.tone-purple {
  --tone: var(--sdn-purple, #69529b);
  --tone-soft: var(--sdn-purple-soft, #efeaf8);
}

.tone-neutral {
  --tone: #6f6a65;
  --tone-soft: #efeeeb;
}

.portal-workspace-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.65fr) minmax(280px, .72fr);
  gap: 15px;
}

.portal-primary-column,
.portal-secondary-column {
  display: grid;
  min-width: 0;
  align-content: start;
  gap: 15px;
}

.portal-panel {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--portal-border);
  background: var(--portal-paper);
  box-shadow: var(--portal-shadow);
}

.portal-panel-header {
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 9px 13px;
  border-bottom: 1px solid var(--portal-border);
  background: var(--portal-surface-alt);
}

.portal-panel-header h2,
.portal-panel-header p {
  margin: 0;
}

.portal-panel-header h2 {
  color: var(--portal-text);
  font-size: 15px;
  font-weight: 700;
}

.portal-panel-header p,
.portal-panel-header > span {
  margin-top: 2px;
  color: var(--portal-muted);
  font-size: 11px;
}

.portal-work-list {
  display: grid;
}

.portal-work-item {
  --tone: var(--portal-blue);
  display: grid;
  grid-template-columns: 4px minmax(200px, 1fr) minmax(125px, auto) auto auto;
  align-items: center;
  gap: 12px;
  min-height: 70px;
  border-bottom: 1px solid var(--portal-border-soft);
}

.portal-work-item:last-child {
  border-bottom: 0;
}

.portal-work-priority {
  width: 4px;
  height: 100%;
  background: var(--tone);
}

.portal-work-copy {
  min-width: 0;
  padding-block: 10px;
}

.portal-work-copy strong,
.portal-work-copy span,
.portal-work-copy small {
  display: block;
}

.portal-work-copy strong {
  color: var(--portal-blue);
  font-size: 13px;
}

.portal-work-copy span {
  margin-top: 2px;
  color: var(--portal-text);
  font-size: 12px;
}

.portal-work-copy small {
  margin-top: 3px;
  color: var(--portal-muted);
  font-size: 11px;
}

.portal-work-due {
  display: grid;
  gap: 2px;
  color: var(--portal-text);
  font-size: 12px;
}

.portal-work-due > span {
  color: var(--portal-muted);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

html[dir="rtl"] .portal-work-due > span {
  text-transform: none;
}

.portal-work-item > .portal-button {
  min-width: 70px;
  margin-inline-end: 12px;
}

.portal-status {
  --tone: #6f6a65;
  --tone-soft: #efeeeb;
  display: inline-flex;
  min-height: 27px;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 4px 10px;
  border-radius: 999px;
  background: var(--tone-soft);
  color: var(--tone);
  font-size: 11px;
  font-weight: 700;
  white-space: nowrap;
}

.portal-empty-state {
  padding: 42px 20px;
  color: var(--portal-muted);
  text-align: center;
}

.portal-empty-state.compact {
  padding: 24px 16px;
}

.portal-empty-state > svg {
  width: 38px;
  height: 38px;
  margin-bottom: 10px;
  color: var(--portal-blue);
}

.portal-empty-state h2,
.portal-empty-state h3,
.portal-empty-state p {
  margin: 0;
}

.portal-empty-state h2,
.portal-empty-state h3 {
  color: var(--portal-text);
  font-size: 15px;
}

.portal-empty-state p {
  max-width: 620px;
  margin: 5px auto 0;
  font-size: 12px;
}

.portal-quick-apps,
.portal-action-list {
  display: grid;
}

.portal-quick-apps a,
.portal-action-list a {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  min-height: 60px;
  padding: 9px 13px;
  border-bottom: 1px solid var(--portal-border-soft);
  color: var(--portal-text);
  text-decoration: none;
}

.portal-quick-apps a:last-child,
.portal-action-list a:last-child {
  border-bottom: 0;
}

.portal-quick-apps a:hover,
.portal-action-list a:hover {
  background: var(--portal-blue-soft);
}

.portal-quick-app-icon,
.portal-action-icon {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  background: var(--portal-blue-soft);
  color: var(--portal-blue);
}

.portal-quick-apps strong,
.portal-quick-apps small {
  display: block;
}

.portal-quick-apps strong,
.portal-action-list a > span:nth-child(2) {
  overflow: hidden;
  font-size: 12px;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.portal-quick-apps small {
  margin-top: 2px;
  color: var(--portal-muted);
  font-size: 10px;
}

.portal-health-list {
  display: grid;
  gap: 0;
}

.portal-coverage-list {
  display: grid;
}

.portal-coverage-list > div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  padding: 8px 13px;
  border-bottom: 1px solid var(--portal-border-soft);
}

.portal-coverage-list > div:last-child {
  border-bottom: 0;
}

.portal-coverage-list span {
  color: var(--portal-text);
  font-size: 12px;
}

.portal-coverage-list strong {
  display: grid;
  min-width: 30px;
  min-height: 30px;
  place-items: center;
  border-radius: 50%;
  background: var(--portal-blue-soft);
  color: var(--portal-blue);
  font-size: 12px;
}

.portal-health-list > div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  padding: 8px 13px;
  border-bottom: 1px solid var(--portal-border-soft);
}

.portal-health-list > div:last-child {
  border-bottom: 0;
}

.portal-health-list > div > span {
  font-size: 12px;
}

.portal-health-list strong {
  --tone: #6f6a65;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--tone);
  font-size: 11px;
  text-transform: capitalize;
}

.portal-health-list strong i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--tone);
}

.portal-app-filters {
  display: flex;
  max-width: 100%;
  gap: 7px;
  margin-bottom: 14px;
  overflow-x: auto;
  padding-bottom: 2px;
}

.portal-app-filters button {
  min-width: max-content;
  min-height: 38px;
  padding: 7px 14px;
  border: 1px solid var(--portal-border);
  border-radius: 999px;
  background: #fff;
  color: var(--portal-muted);
  font-size: 12px;
  font-weight: 700;
}

.portal-app-filters button:hover,
.portal-app-filters button[aria-pressed="true"] {
  border-color: var(--portal-blue);
  background: var(--portal-blue);
  color: #fff;
}

.portal-app-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.portal-app-card {
  --tone: var(--portal-blue);
  --tone-soft: var(--portal-blue-soft);
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  grid-template-rows: minmax(112px, auto) auto;
  gap: 12px;
  min-width: 0;
  overflow: hidden;
  padding: 15px 15px 0;
  border: 1px solid var(--portal-border);
  border-top: 3px solid var(--tone);
  border-radius: 3px;
  background: var(--portal-paper);
  color: var(--portal-text);
  text-decoration: none;
  box-shadow: var(--portal-shadow);
  transition: border-color 140ms ease, box-shadow 140ms ease, transform 140ms ease;
}

.portal-app-card:hover {
  border-color: var(--tone);
  box-shadow: var(--sdn-shadow-sm, 0 4px 12px rgb(23 26 29 / 7%));
  transform: translateY(-1px);
}

.portal-app-icon {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 50%;
  background: var(--tone-soft);
  color: var(--tone);
}

.portal-app-icon svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.portal-app-copy {
  min-width: 0;
}

.portal-app-copy small,
.portal-app-copy strong,
.portal-app-copy > span {
  display: block;
}

.portal-app-copy small {
  color: var(--tone);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}

html[dir="rtl"] .portal-app-copy small {
  letter-spacing: 0;
  text-transform: none;
}

.portal-app-copy strong {
  margin-top: 4px;
  color: var(--portal-text);
  font-size: 15px;
  line-height: 1.25;
}

.portal-app-copy > span {
  display: -webkit-box;
  margin-top: 6px;
  overflow: hidden;
  color: var(--portal-muted);
  font-size: 11px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.portal-app-footer {
  display: flex;
  grid-column: 1 / -1;
  min-width: 0;
  min-height: 42px;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border-top: 1px solid var(--portal-border-soft);
  color: var(--portal-muted);
}

.portal-app-footer > small {
  min-width: 0;
  overflow: hidden;
  font-size: 9px;
  font-weight: 700;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.portal-app-footer > span {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  color: var(--tone);
  font-size: 11px;
  font-weight: 700;
}

.portal-health-summary {
  min-width: 96px;
  text-transform: capitalize;
}

.portal-health-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.portal-health-card {
  --tone: #6f6a65;
  --tone-soft: #efeeeb;
  min-width: 0;
  padding: 15px;
  border: 1px solid var(--portal-border);
  border-top: 3px solid var(--tone);
  background: var(--portal-paper);
  box-shadow: var(--portal-shadow);
}

.portal-health-card-heading {
  display: grid;
  grid-template-columns: 10px minmax(0, 1fr) auto;
  align-items: center;
  gap: 8px;
}

.portal-health-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--tone);
}

.portal-health-card-heading > strong {
  font-size: 13px;
}

.portal-health-card p {
  margin: 10px 0 0;
  color: var(--portal-muted);
  font-size: 12px;
}

.portal-health-card > small {
  display: block;
  margin-top: 12px;
  color: var(--portal-muted);
  font-size: 10px;
}

.portal-footer {
  display: flex;
  width: min(calc(100% - 48px), var(--sdn-content-max, 1440px));
  min-height: 60px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-inline: auto;
  padding: 14px 0 20px;
  border-top: 1px solid var(--portal-border);
  color: var(--portal-muted);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .03em;
  text-transform: uppercase;
}

html[dir="rtl"] .portal-footer {
  letter-spacing: 0;
  text-transform: none;
}

.portal-header-spacer {
  min-width: 0;
}

.portal-secure-label {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  padding-inline: 12px;
  border-inline-start: 1px solid #d7dde1;
  color: #53616a;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .02em;
  text-transform: uppercase;
}

html[dir="rtl"] .portal-secure-label {
  letter-spacing: 0;
  text-transform: none;
}

.portal-login-product-bar {
  padding-inline: clamp(14px, 2.2vw, 30px);
}

.portal-login-product-name {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  border-bottom: 3px solid var(--portal-blue);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}

.portal-login-page {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(360px, 430px);
  min-height: min(660px, calc(100vh - 210px));
  align-items: center;
  gap: clamp(36px, 7vw, 110px);
  padding: clamp(32px, 6vw, 88px) clamp(10px, 4vw, 56px);
}

.portal-login-intro {
  max-width: 720px;
}

.portal-login-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--portal-blue);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.portal-login-eyebrow::before {
  width: 32px;
  height: 2px;
  background: linear-gradient(90deg, var(--portal-blue), #46b5d7);
  content: "";
}

html[dir="rtl"] .portal-login-eyebrow {
  letter-spacing: 0;
  text-transform: none;
}

.portal-login-intro h1 {
  max-width: 680px;
  margin: 18px 0 0;
  color: var(--portal-text);
  font-size: clamp(38px, 4.5vw, 66px);
  font-weight: 400;
  letter-spacing: -.045em;
  line-height: 1.04;
}

.portal-login-intro h1 span,
.portal-login-intro h1 strong {
  display: block;
}

.portal-login-intro h1 strong {
  color: var(--portal-blue);
  font-weight: 800;
}

.portal-login-intro > p {
  max-width: 650px;
  margin: 24px 0 0;
  color: var(--portal-muted);
  font-size: 16px;
  line-height: 1.75;
}

.portal-login-benefits {
  display: grid;
  max-width: 670px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 34px;
}

.portal-login-benefits article {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  align-items: start;
  gap: 10px;
  min-height: 108px;
  padding: 14px;
  border: 1px solid var(--portal-border);
  border-radius: 5px;
  background: rgb(255 255 255 / 76%);
  box-shadow: var(--portal-shadow);
}

.portal-login-benefits article > span {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 50%;
  background: var(--portal-blue-soft);
  color: var(--portal-blue);
}

.portal-login-benefits svg {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.portal-login-benefits strong,
.portal-login-benefits small {
  display: block;
}

.portal-login-benefits strong {
  margin-top: 2px;
  font-size: 12px;
}

.portal-login-benefits small {
  margin-top: 5px;
  color: var(--portal-muted);
  font-size: 10px;
  line-height: 1.45;
}

.portal-login-card {
  padding: clamp(24px, 3.2vw, 36px);
  border: 1px solid var(--portal-border);
  border-radius: 7px;
  background: var(--portal-paper);
  box-shadow: 0 18px 50px rgb(28 42 51 / 13%);
}

.portal-login-card-brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.portal-login-card-brand img {
  width: 54px;
  height: 46px;
  object-fit: contain;
}

.portal-login-card-brand span,
.portal-login-card-brand strong,
.portal-login-card-brand small {
  display: block;
}

.portal-login-card-brand strong {
  color: var(--portal-blue);
  font-size: 17px;
  letter-spacing: .06em;
}

.portal-login-card-brand small {
  margin-top: 1px;
  color: var(--portal-muted);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

html[dir="rtl"] .portal-login-card-brand small {
  letter-spacing: 0;
  text-transform: none;
}

.portal-login-card-heading {
  margin-top: 24px;
}

.portal-login-card-heading h2 {
  margin: 0;
  color: var(--portal-text);
  font-size: 27px;
  line-height: 1.2;
}

.portal-login-card-heading p {
  margin: 8px 0 0;
  color: var(--portal-muted);
  font-size: 12px;
  line-height: 1.6;
}

.portal-form-message {
  margin-top: 18px;
  padding: 10px 12px;
  border: 1px solid;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 700;
}

.portal-form-message.success {
  border-color: #8ac8a8;
  background: #edf8f2;
  color: #236b45;
}

.portal-form-message.danger {
  border-color: #e0aaa2;
  background: #fff1ef;
  color: #a13124;
}

.portal-login-form {
  display: grid;
  gap: 17px;
  margin-top: 24px;
}

.portal-login-form label > span {
  display: block;
  margin-bottom: 6px;
  color: #45413e;
  font-size: 12px;
  font-weight: 700;
}

.portal-login-form input {
  width: 100%;
  min-height: 44px;
  padding: 9px 12px;
  border: 1px solid #aeb8bf;
  border-radius: 4px;
  outline: 0;
  background: #fff;
  color: var(--portal-text);
}

.portal-login-form input:focus {
  border-color: var(--portal-blue);
  box-shadow: 0 0 0 3px rgb(8 126 164 / 16%);
}

.portal-field-error {
  display: block;
  margin-top: 5px;
  color: #b6382a;
  font-size: 10px;
  font-weight: 700;
}

.portal-login-submit {
  width: 100%;
  min-height: 46px;
  margin-top: 2px;
}

.portal-login-submit svg {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.portal-login-help {
  margin: 18px 0 0;
  padding-top: 16px;
  border-top: 1px solid var(--portal-border-soft);
  color: var(--portal-muted);
  font-size: 10px;
  line-height: 1.55;
}

body.portal-navigator-open {
  overflow: hidden;
}

@media (max-width: 1180px) {
  .portal-global-header {
    grid-template-columns: minmax(190px, 225px) minmax(230px, 1fr) auto;
    gap: 12px;
  }

  .portal-wordmark {
    width: 210px;
  }

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

  .portal-app-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 920px) {
  .portal-global-header {
    grid-template-columns: minmax(170px, 205px) minmax(180px, 1fr) auto;
  }

  .portal-language {
    min-width: 40px;
    padding-inline: 7px;
  }

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

  .portal-secondary-column {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .portal-work-item {
    grid-template-columns: 4px minmax(180px, 1fr) minmax(115px, auto) auto auto;
    gap: 9px;
  }

  .portal-health-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .portal-login-page {
    grid-template-columns: 1fr;
    max-width: 720px;
    gap: 34px;
    margin-inline: auto;
    padding-block: 44px;
  }

  .portal-login-intro {
    max-width: none;
  }
}

@media (max-width: 700px) {
  .portal-global-header {
    grid-template-columns: auto minmax(0, 1fr) auto;
    grid-template-rows: 54px auto;
    gap: 4px 10px;
    min-height: 108px;
    padding: 5px 10px 9px;
  }

  .portal-brand {
    grid-column: 1;
    grid-row: 1;
  }

  .portal-wordmark {
    display: none;
  }

  .portal-mark {
    display: block;
  }

  .portal-global-search {
    grid-column: 1 / -1;
    grid-row: 2;
    max-width: none;
  }

  .portal-header-actions {
    grid-column: 3;
    grid-row: 1;
  }

  .portal-guest .portal-global-header {
    grid-template-rows: 54px;
    min-height: 64px;
    padding-bottom: 5px;
  }

  .portal-guest .portal-header-spacer {
    grid-column: 2;
    grid-row: 1;
  }

  .portal-product-bar {
    min-height: 48px;
  }

  .portal-product-link {
    min-height: 48px;
    padding-inline: 12px;
  }

  .portal-product-spacer,
  .portal-workspace-label {
    display: none;
  }

  .portal-main {
    width: min(calc(100% - 24px), var(--sdn-content-max, 1440px));
    min-height: calc(100vh - 230px);
    padding: 14px 0 24px;
  }

  .portal-title-row {
    align-items: flex-start;
  }

  .portal-title-row h1 {
    font-size: 23px;
  }

  .portal-infolets {
    grid-template-columns: 1fr;
  }

  .portal-secondary-column,
  .portal-health-grid {
    grid-template-columns: 1fr;
  }

  .portal-app-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .portal-work-item {
    grid-template-columns: 4px minmax(0, 1fr) auto;
    gap: 8px;
    padding-inline-end: 10px;
  }

  .portal-work-copy {
    grid-column: 2 / -1;
  }

  .portal-work-due {
    grid-column: 2;
  }

  .portal-work-item > .portal-status {
    grid-column: 2;
    justify-self: start;
  }

  .portal-work-item > .portal-button {
    grid-column: 3;
    grid-row: 2 / 4;
    margin-inline-end: 0;
  }

  .portal-footer {
    width: min(calc(100% - 24px), var(--sdn-content-max, 1440px));
  }

  .portal-login-page {
    min-height: auto;
    padding: 28px 0 36px;
  }

  .portal-login-intro h1 {
    font-size: clamp(34px, 11vw, 48px);
  }
}

@media (max-width: 520px) {
  .portal-secure-label {
    display: none;
  }

  .portal-login-benefits {
    grid-template-columns: 1fr;
  }

  .portal-login-benefits article {
    min-height: 0;
  }

  .portal-login-card {
    padding: 22px 18px;
  }

  .portal-language {
    font-size: 11px;
  }

  .portal-user-menu summary {
    padding-inline-start: 4px;
    border-inline-start: 0;
  }

  .portal-user-chevron {
    display: none;
  }

  .portal-title-row {
    display: grid;
  }

  .portal-title-row .portal-button {
    width: 100%;
  }

  .portal-panel-header {
    align-items: flex-start;
  }

  .portal-link-button span {
    display: none;
  }

  .portal-app-grid {
    grid-template-columns: 1fr;
  }

  .portal-app-card {
    grid-template-rows: minmax(96px, auto) auto;
  }

  .portal-work-item {
    grid-template-columns: 4px minmax(0, 1fr);
    padding-block: 6px;
  }

  .portal-work-copy,
  .portal-work-due,
  .portal-work-item > .portal-status,
  .portal-work-item > .portal-button {
    grid-column: 2;
  }

  .portal-work-item > .portal-button {
    grid-row: auto;
    width: 100%;
    margin: 0 0 8px;
  }

  .portal-search-popover {
    position: fixed;
    inset-block-start: 105px;
    inset-inline: 8px;
    max-height: calc(100dvh - 165px);
  }

  .portal-footer {
    display: grid;
    justify-content: start;
    gap: 4px;
  }
}

@media (max-width: 390px) {
  .portal-global-header {
    gap: 2px 5px;
  }

  .portal-language {
    min-width: 38px;
    min-height: 38px;
    padding-inline: 5px;
  }

  .portal-avatar {
    width: 34px;
    height: 34px;
    flex-basis: 34px;
  }

  .portal-product-link {
    padding-inline: 10px;
    font-size: 12px;
  }

  .portal-infolet {
    grid-template-columns: 34px minmax(0, 1fr) auto;
    padding-inline: 11px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .portal-body *,
  .portal-body *::before,
  .portal-body *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}

@media (forced-colors: active) {
  .portal-work-priority,
  .portal-health-dot,
  .portal-health-list strong i {
    border: 1px solid currentColor;
  }

  .portal-product-link[aria-current="page"],
  .portal-app-filters button[aria-pressed="true"] {
    outline: 2px solid currentColor;
    outline-offset: -3px;
  }
}

@media print {
  .portal-chrome,
  .portal-footer,
  .portal-navigator-layer {
    display: none !important;
  }

  .portal-main {
    width: 100%;
    padding: 0;
  }
}
