/* =====================================================
   BIVA TALENT — ASSOCIATE WORKSPACE
   FULL REPLACEMENT
===================================================== */


/* =====================================================
   PAGE SHELL
===================================================== */

.associate-workspace-shell {
  min-height: 100vh;

  padding: 24px;

  background:
    linear-gradient(
      180deg,
      #f5f7fb,
      #eef3f8
    );
}

.associate-workspace-container {
  width: min(1440px, 100%);

  margin: 0 auto;
}


/* =====================================================
   TOP BAR
===================================================== */

.associate-workspace-topbar {
  min-height: 68px;

  padding: 11px 14px;

  display: flex;
  align-items: center;
  justify-content: space-between;

  gap: 20px;

  border:
    1px solid #dce5ef;

  border-radius: 17px;

  background:
    rgba(255, 255, 255, 0.96);

  box-shadow:
    0 8px 28px
    rgba(15, 23, 42, 0.065);

  backdrop-filter:
    blur(14px);
}

.associate-workspace-brand {
  min-width: 0;

  display: flex;
  align-items: center;

  gap: 11px;
}

.associate-workspace-brand-logo {
  width: 43px;
  height: 43px;

  flex:
    0 0 43px;

  object-fit: contain;

  border:
    1px solid #e2e8f0;

  border-radius: 13px;

  background:
    #ffffff;
}

.associate-workspace-brand > div {
  min-width: 0;

  display: grid;

  gap: 3px;
}

.associate-workspace-brand strong {
  overflow: hidden;

  color:
    #0f172a;

  font-size: 14px;
  font-weight: 900;
  line-height: 1.2;

  text-overflow: ellipsis;
  white-space: nowrap;
}

.associate-workspace-brand span {
  color:
    #64748b;

  font-size: 10px;
  font-weight: 650;
}


/* =====================================================
   TOP BAR ACTIONS
===================================================== */

.associate-workspace-topbar-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;

  gap: 9px;
}

.associate-workspace-notification-btn,
.associate-workspace-refresh-btn,
.associate-workspace-platform-btn {
  min-height: 42px;

  padding:
    0 13px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  gap: 8px;

  border-radius: 11px;

  font: inherit;

  font-size: 11px;
  font-weight: 820;

  white-space: nowrap;

  cursor: pointer;

  transition:
    color 0.18s ease,
    border-color 0.18s ease,
    background-color 0.18s ease,
    transform 0.18s ease,
    box-shadow 0.18s ease;
}

.associate-workspace-notification-btn {
  position: relative;

  border:
    1px solid #dbe4ee;

  color:
    #334155;

  background:
    #ffffff;
}

.associate-workspace-notification-btn:hover {
  border-color:
    #bfdbfe;

  color:
    #1d4ed8;

  background:
    #eff6ff;
}

.associate-workspace-refresh-btn {
  border:
    1px solid #dbe4ee;

  color:
    #334155;

  background:
    #f8fafc;
}

.associate-workspace-refresh-btn:hover {
  border-color:
    #cbd5e1;

  color:
    #0f172a;

  background:
    #ffffff;
}

.associate-workspace-platform-btn {
  border:
    1px solid #0f172a;

  color:
    #ffffff;

  background:
    #0f172a;

  box-shadow:
    0 6px 15px
    rgba(15, 23, 42, 0.14);
}

.associate-workspace-platform-btn:hover {
  background:
    #1e293b;

  transform:
    translateY(-1px);
}

.associate-workspace-notification-btn:disabled,
.associate-workspace-refresh-btn:disabled,
.associate-workspace-platform-btn:disabled {
  opacity: 0.56;

  cursor: wait;

  transform: none;
}

.associate-workspace-topbar-actions svg {
  width: 16px;
  height: 16px;

  fill: none;

  stroke:
    currentColor;

  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}


/* =====================================================
   ASSOCIATE NOTIFICATION BADGE
===================================================== */

#associateNotificationBadge {
  display: none;

  min-width: 20px;
  height: 20px;

  padding:
    0 5px;

  align-items: center;
  justify-content: center;

  border:
    2px solid #ffffff;

  border-radius: 999px;

  color:
    #ffffff;

  background:
    #dc2626;

  font-size: 8px;
  font-weight: 900;
  line-height: 1;
}

#associateNotificationBadge.is-visible {
  display:
    inline-flex;
}


/* =====================================================
   HERO
===================================================== */

.associate-workspace-hero {
  position: relative;

  min-height: 250px;

  margin-top: 18px;
  padding: 30px 32px;

  display: grid;

  grid-template-columns:
    minmax(0, 1fr)
    minmax(270px, 0.34fr);

  align-items: center;

  gap: 32px;

  border:
    1px solid
    rgba(255, 255, 255, 0.1);

  border-radius: 22px;

  color:
    #ffffff;

  background:
    radial-gradient(
      circle at 94% 4%,
      rgba(37, 99, 235, 0.34),
      transparent 36%
    ),
    radial-gradient(
      circle at 4% 100%,
      rgba(251, 191, 36, 0.08),
      transparent 32%
    ),
    linear-gradient(
      145deg,
      #071324,
      #10233f 58%,
      #173675
    );

  box-shadow:
    0 22px 58px
    rgba(7, 19, 36, 0.18);

  overflow: hidden;
}

.associate-workspace-hero::before {
  content: "";

  position: absolute;

  inset:
    0 0 auto 0;

  height: 4px;

  background:
    linear-gradient(
      90deg,
      #2563eb,
      #fbbf24,
      transparent 84%
    );
}

.associate-workspace-hero::after {
  content: "";

  position: absolute;

  width: 240px;
  height: 240px;

  right: -105px;
  bottom: -175px;

  border:
    1px solid
    rgba(255, 255, 255, 0.05);

  border-radius: 50%;

  box-shadow:
    0 0 0 44px
    rgba(255, 255, 255, 0.018),

    0 0 0 88px
    rgba(255, 255, 255, 0.009);

  pointer-events: none;
}

.associate-workspace-hero > * {
  position: relative;

  z-index: 1;
}


/* =====================================================
   HERO COPY
===================================================== */

.associate-workspace-hero-copy {
  min-width: 0;
}

.associate-workspace-hero
.talent-kicker {
  display: block;

  margin-bottom: 9px;

  color:
    #fbbf24;

  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.associate-workspace-hero h1 {
  max-width: 800px;

  margin: 0;

  overflow-wrap: anywhere;

  color:
    #ffffff;

  font-size:
    clamp(2.25rem, 4.2vw, 4.25rem);

  font-weight: 900;
  line-height: 0.99;
  letter-spacing: -0.055em;
}

.associate-workspace-hero-copy > p {
  max-width: 760px;

  margin:
    14px 0 0;

  color:
    rgba(255, 255, 255, 0.66);

  font-size: 13px;
  line-height: 1.65;
}


/* =====================================================
   HERO ACTIONS
===================================================== */

.associate-workspace-hero-actions {
  margin-top: 22px;

  display: flex;
  align-items: center;
  flex-wrap: wrap;

  gap: 9px;
}

.associate-workspace-primary-btn,
.associate-workspace-secondary-btn {
  min-height: 43px;

  padding:
    0 15px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  gap: 8px;

  border-radius: 11px;

  font: inherit;

  font-size: 11px;
  font-weight: 850;

  cursor: pointer;

  transition:
    color 0.18s ease,
    transform 0.18s ease,
    border-color 0.18s ease,
    background-color 0.18s ease,
    box-shadow 0.18s ease;
}

.associate-workspace-primary-btn {
  border:
    1px solid #2563eb;

  color:
    #ffffff;

  background:
    #2563eb;

  box-shadow:
    0 8px 20px
    rgba(37, 99, 235, 0.22);
}

.associate-workspace-primary-btn:hover {
  background:
    #1d4ed8;

  transform:
    translateY(-1px);
}

.associate-workspace-secondary-btn {
  border:
    1px solid
    rgba(255, 255, 255, 0.16);

  color:
    #ffffff;

  background:
    rgba(255, 255, 255, 0.08);
}

.associate-workspace-secondary-btn:hover {
  border-color:
    rgba(255, 255, 255, 0.27);

  background:
    rgba(255, 255, 255, 0.14);
}

.associate-workspace-primary-btn:disabled,
.associate-workspace-secondary-btn:disabled {
  opacity: 0.55;

  cursor: wait;

  transform: none;
}

.associate-workspace-primary-btn svg,
.associate-workspace-secondary-btn svg {
  width: 16px;
  height: 16px;

  fill: none;

  stroke:
    currentColor;

  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}


/* =====================================================
   ASSOCIATE PROFILE
===================================================== */

.associate-workspace-profile {
  min-width: 0;

  padding: 22px;

  display: grid;

  grid-template-columns:
    auto
    minmax(0, 1fr);

  align-items: center;

  gap: 13px;

  border:
    1px solid
    rgba(255, 255, 255, 0.13);

  border-radius: 18px;

  background:
    rgba(255, 255, 255, 0.075);

  backdrop-filter:
    blur(12px);
}

.associate-workspace-avatar {
  width: 58px;
  height: 58px;

  flex:
    0 0 58px;

  display: grid;
  place-items: center;

  border:
    1px solid
    rgba(255, 255, 255, 0.12);

  border-radius: 17px;

  color:
    #ffffff;

  background:
    rgba(37, 99, 235, 0.34);

  font-size: 16px;
  font-weight: 900;
}

.associate-workspace-profile-copy {
  min-width: 0;
}

.associate-workspace-profile-copy strong {
  display: block;

  overflow-wrap: anywhere;

  color:
    #ffffff;

  font-size: 14px;
  font-weight: 900;
}

.associate-workspace-profile-copy span {
  display: block;

  margin-top: 4px;

  overflow-wrap: anywhere;

  color:
    rgba(255, 255, 255, 0.58);

  font-size: 10px;
  line-height: 1.4;
}


/* =====================================================
   STATUS BADGE
===================================================== */

.associate-status-badge {
  grid-column:
    1 / -1;

  width: fit-content;
  min-height: 30px;

  padding:
    5px 10px;

  display: inline-flex;
  align-items: center;

  gap: 7px;

  border:
    1px solid
    rgba(255, 255, 255, 0.13);

  border-radius: 999px;

  color:
    #d9e7ff;

  background:
    rgba(37, 99, 235, 0.15);

  font-size: 10px;
  font-weight: 850;
}

.associate-status-badge > span {
  width: 7px;
  height: 7px;

  border-radius: 50%;

  background:
    #60a5fa;

  box-shadow:
    0 0 0 4px
    rgba(96, 165, 250, 0.12);
}

.associate-status-badge[data-status="active"],
.associate-status-badge[data-status="ongoing"],
.associate-status-badge[data-status="in_progress"] {
  color:
    #d1fae5;

  background:
    rgba(16, 185, 129, 0.14);
}

.associate-status-badge[data-status="active"]
> span,
.associate-status-badge[data-status="ongoing"]
> span,
.associate-status-badge[data-status="in_progress"]
> span {
  background:
    #34d399;

  box-shadow:
    0 0 0 4px
    rgba(52, 211, 153, 0.12);
}

.associate-status-badge[data-status="paused"],
.associate-status-badge[data-status="pending"] {
  color:
    #fef3c7;

  background:
    rgba(245, 158, 11, 0.14);
}

.associate-status-badge[data-status="paused"]
> span,
.associate-status-badge[data-status="pending"]
> span {
  background:
    #fbbf24;

  box-shadow:
    0 0 0 4px
    rgba(251, 191, 36, 0.12);
}

.associate-status-badge[data-status="completed"],
.associate-status-badge[data-status="ended"],
.associate-status-badge[data-status="cancelled"] {
  color:
    #fecaca;

  background:
    rgba(239, 68, 68, 0.13);
}

.associate-status-badge[data-status="completed"]
> span,
.associate-status-badge[data-status="ended"]
> span,
.associate-status-badge[data-status="cancelled"]
> span {
  background:
    #f87171;

  box-shadow:
    0 0 0 4px
    rgba(248, 113, 113, 0.12);
}


/* =====================================================
   SUMMARY GRID
===================================================== */

.associate-workspace-summary-grid {
  margin-top: 18px;

  display: grid;

  grid-template-columns:
    repeat(4, minmax(0, 1fr));

  gap: 13px;
}

.associate-summary-card {
  min-width: 0;
  min-height: 112px;

  padding: 17px;

  display: flex;
  align-items: center;

  gap: 13px;

  border:
    1px solid #dce5ef;

  border-radius: 17px;

  background:
    linear-gradient(
      180deg,
      #ffffff,
      #f8fafc
    );

  box-shadow:
    0 8px 24px
    rgba(15, 23, 42, 0.055);

  transition:
    border-color 0.18s ease,
    box-shadow 0.18s ease,
    transform 0.18s ease;
}

.associate-summary-card:hover {
  border-color:
    #bfdbfe;

  box-shadow:
    0 12px 30px
    rgba(15, 23, 42, 0.08);

  transform:
    translateY(-2px);
}

.associate-summary-icon {
  width: 46px;
  height: 46px;

  flex:
    0 0 46px;

  display: grid;
  place-items: center;

  border-radius: 14px;

  color:
    #1d4ed8;

  background:
    #eff6ff;
}

.associate-summary-card.is-client
.associate-summary-icon {
  color:
    #047857;

  background:
    #ecfdf5;
}

.associate-summary-card.is-date
.associate-summary-icon {
  color:
    #92400e;

  background:
    #fffbeb;
}

.associate-summary-card.is-manager
.associate-summary-icon {
  color:
    #6d28d9;

  background:
    #f5f3ff;
}

.associate-summary-icon svg {
  width: 21px;
  height: 21px;

  fill: none;

  stroke:
    currentColor;

  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.associate-summary-card > div:last-child {
  min-width: 0;

  display: grid;

  gap: 6px;
}

.associate-summary-card span {
  color:
    #64748b;

  font-size: 10px;
  font-weight: 760;
}

.associate-summary-card strong {
  overflow-wrap: anywhere;

  color:
    #0f172a;

  font-size: 13px;
  font-weight: 880;
  line-height: 1.35;
}


/* =====================================================
   MAIN GRID
===================================================== */

.associate-workspace-main-grid {
  margin-top: 18px;

  display: grid;

  grid-template-columns:
    minmax(0, 1.58fr)
    minmax(290px, 0.72fr);

  align-items: start;

  gap: 18px;
}

.associate-workspace-side-column {
  min-width: 0;

  display: grid;

  gap: 18px;
}


/* =====================================================
   SHARED PANEL
===================================================== */

.associate-workspace-panel {
  min-width: 0;

  padding: 22px;

  border:
    1px solid #dce5ef;

  border-radius: 19px;

  background:
    #ffffff;

  box-shadow:
    0 10px 30px
    rgba(15, 23, 42, 0.065);
}

.associate-panel-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;

  gap: 18px;
}

.associate-panel-heading > div {
  min-width: 0;
}

.associate-panel-eyebrow {
  display: block;

  margin-bottom: 6px;

  color:
    #2563eb;

  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.associate-panel-heading h2 {
  margin: 0;

  overflow-wrap: anywhere;

  color:
    #0f172a;

  font-size:
    clamp(1.25rem, 2vw, 1.8rem);

  font-weight: 900;
  line-height: 1.08;
  letter-spacing: -0.035em;
}


/* =====================================================
   ASSIGNMENT STATE
===================================================== */

.associate-assignment-state {
  width: fit-content;
  min-height: 29px;

  padding:
    5px 10px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  border:
    1px solid #bfdbfe;

  border-radius: 999px;

  color:
    #1d4ed8;

  background:
    #eff6ff;

  font-size: 9px;
  font-weight: 850;

  white-space: nowrap;
}

.associate-assignment-state[data-status="active"],
.associate-assignment-state[data-status="ongoing"],
.associate-assignment-state[data-status="in_progress"] {
  border-color:
    #bbf7d0;

  color:
    #047857;

  background:
    #ecfdf5;
}

.associate-assignment-state[data-status="paused"],
.associate-assignment-state[data-status="pending"] {
  border-color:
    #fde68a;

  color:
    #92400e;

  background:
    #fffbeb;
}

.associate-assignment-state[data-status="completed"],
.associate-assignment-state[data-status="ended"],
.associate-assignment-state[data-status="cancelled"] {
  border-color:
    #fecaca;

  color:
    #b91c1c;

  background:
    #fff1f2;
}


/* =====================================================
   ASSIGNED CLIENT
===================================================== */

.associate-assignment-client {
  margin-top: 18px;
  padding: 15px 16px;

  border:
    1px solid #dbeafe;

  border-radius: 14px;

  background:
    #eff6ff;
}

.associate-assignment-client span {
  display: block;

  color:
    #64748b;

  font-size: 9px;
  font-weight: 780;
}

.associate-assignment-client strong {
  display: block;

  margin-top: 5px;

  overflow-wrap: anywhere;

  color:
    #1e3a8a;

  font-size: 13px;
  font-weight: 880;
}


/* =====================================================
   ASSIGNMENT DESCRIPTION
===================================================== */

.associate-assignment-description {
  margin-top: 18px;
  padding: 17px;

  border:
    1px solid #e2e8f0;

  border-radius: 14px;

  background:
    #f8fafc;
}

.associate-assignment-description h3 {
  margin: 0;

  color:
    #0f172a;

  font-size: 12px;
  font-weight: 860;
}

.associate-assignment-description p {
  margin:
    8px 0 0;

  color:
    #526176;

  font-size: 12px;
  line-height: 1.7;

  white-space: pre-line;
}


/* =====================================================
   ASSIGNMENT DATES
===================================================== */

.associate-assignment-dates {
  margin-top: 14px;

  display: grid;

  grid-template-columns:
    repeat(2, minmax(0, 1fr));

  gap: 11px;
}

.associate-assignment-dates article {
  min-width: 0;
  min-height: 82px;

  padding: 14px;

  display: flex;
  flex-direction: column;
  justify-content: center;

  gap: 6px;

  border:
    1px solid #e2e8f0;

  border-radius: 13px;

  background:
    #ffffff;
}

.associate-assignment-dates span {
  color:
    #64748b;

  font-size: 9px;
  font-weight: 780;
}

.associate-assignment-dates strong {
  overflow-wrap: anywhere;

  color:
    #0f172a;

  font-size: 12px;
  font-weight: 850;
}


/* =====================================================
   COMPENSATION
===================================================== */

.associate-compensation-card {
  margin-top: 18px;
  padding: 18px;

  border:
    1px solid #dbeafe;

  border-radius: 16px;

  background:
    linear-gradient(
      145deg,
      #eff6ff,
      #ffffff
    );
}

.associate-compensation-card > header {
  margin-bottom: 13px;
}

.associate-compensation-card > header > span {
  display: block;

  margin-bottom: 5px;

  color:
    #2563eb;

  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.associate-compensation-card h3 {
  margin: 0;

  color:
    #0f172a;

  font-size: 15px;
  font-weight: 900;
  letter-spacing: -0.025em;
}

.associate-compensation-grid {
  display: grid;

  grid-template-columns:
    repeat(2, minmax(0, 1fr));

  gap: 10px;
}

.associate-compensation-grid article {
  min-width: 0;
  min-height: 83px;

  padding: 14px;

  display: flex;
  flex-direction: column;
  justify-content: center;

  gap: 6px;

  border:
    1px solid #dce5ef;

  border-radius: 13px;

  background:
    rgba(255, 255, 255, 0.88);
}

.associate-compensation-grid span {
  color:
    #64748b;

  font-size: 9px;
  font-weight: 780;
}

.associate-compensation-grid strong {
  overflow-wrap: anywhere;

  color:
    #0f172a;

  font-size: 12px;
  font-weight: 870;
  line-height: 1.4;
}

.associate-compensation-grid
article:nth-child(2) strong {
  color:
    #1d4ed8;

  font-size: 14px;
}

.associate-compensation-empty {
  min-height: 82px;

  padding: 15px;

  display: flex;
  align-items: center;

  border:
    1px dashed #bfdbfe;

  border-radius: 13px;

  color:
    #64748b;

  background:
    rgba(255, 255, 255, 0.65);

  font-size: 11px;
  line-height: 1.55;
}


/* =====================================================
   MANAGER CARD
===================================================== */

.associate-manager-card {
  margin-top: 16px;
  padding: 15px;

  display: flex;
  align-items: center;

  gap: 12px;

  border:
    1px solid #e2e8f0;

  border-radius: 14px;

  background:
    #f8fafc;
}

.associate-manager-avatar {
  width: 48px;
  height: 48px;

  flex:
    0 0 48px;

  display: grid;
  place-items: center;

  border:
    1px solid #dbeafe;

  border-radius: 14px;

  color:
    #1d4ed8;

  background:
    #eff6ff;

  font-size: 13px;
  font-weight: 900;
}

.associate-manager-card > div:last-child {
  min-width: 0;
}

.associate-manager-card strong {
  display: block;

  overflow-wrap: anywhere;

  color:
    #0f172a;

  font-size: 12px;
  font-weight: 870;
}

.associate-manager-card span {
  display: block;

  margin-top: 4px;

  color:
    #64748b;

  font-size: 9px;
}

.associate-manager-note {
  margin:
    13px 0 0;

  color:
    #64748b;

  font-size: 11px;
  line-height: 1.65;
}

.associate-full-btn {
  width: 100%;

  margin-top: 15px;
}


/* =====================================================
   AVAILABLE TOOLS
===================================================== */

.associate-coming-list {
  margin-top: 15px;

  display: grid;

  gap: 9px;
}

.associate-coming-list > div {
  min-width: 0;

  padding: 11px 12px;

  display: grid;

  grid-template-columns:
    27px
    minmax(0, 1fr);

  align-items: center;

  gap: 10px;

  border:
    1px solid #dcfce7;

  border-radius: 12px;

  background:
    #f0fdf4;
}

.associate-coming-list > div > span {
  width: 27px;
  height: 27px;

  display: grid;
  place-items: center;

  border-radius: 9px;

  color:
    #047857;

  background:
    #dcfce7;

  font-size: 11px;
  font-weight: 900;
}

.associate-coming-list p {
  min-width: 0;

  margin: 0;

  display: grid;

  gap: 3px;
}

.associate-coming-list strong {
  color:
    #0f172a;

  font-size: 10px;
  font-weight: 850;
}

.associate-coming-list small {
  color:
    #64748b;

  font-size: 8px;
}


/* =====================================================
   FOOTER
===================================================== */

.associate-workspace-footer {
  margin-top: 18px;
  padding: 17px 4px;

  display: flex;
  align-items: center;
  justify-content: space-between;

  gap: 18px;

  color:
    #64748b;
}

.associate-workspace-footer > div {
  display: grid;

  gap: 3px;
}

.associate-workspace-footer strong {
  color:
    #0f172a;

  font-size: 10px;
  font-weight: 850;
}

.associate-workspace-footer span {
  font-size: 9px;
  line-height: 1.5;
}


/* =====================================================
   LOADING STATE
===================================================== */

.associate-workspace-loading {
  min-height:
    calc(100vh - 48px);

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  text-align: center;
}

.associate-workspace-spinner {
  width: 38px;
  height: 38px;

  margin-bottom: 15px;

  border:
    3px solid
    rgba(37, 99, 235, 0.14);

  border-top-color:
    #2563eb;

  border-radius: 50%;

  animation:
    associate-workspace-spin
    760ms linear infinite;
}

@keyframes associate-workspace-spin {

  to {
    transform:
      rotate(360deg);
  }

}

.associate-workspace-loading strong {
  color:
    #0f172a;

  font-size: 14px;
  font-weight: 880;
}

.associate-workspace-loading p {
  margin:
    7px 0 0;

  color:
    #64748b;

  font-size: 11px;
}


/* =====================================================
   ERROR STATE
===================================================== */

.associate-workspace-error {
  min-height:
    calc(100vh - 48px);

  padding: 40px 24px;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  text-align: center;
}

.associate-workspace-error-icon {
  width: 62px;
  height: 62px;

  margin-bottom: 16px;

  display: grid;
  place-items: center;

  border-radius: 19px;

  color:
    #b91c1c;

  background:
    #fff1f2;

  font-size: 24px;
  font-weight: 900;
}

.associate-workspace-error h1 {
  margin: 0;

  color:
    #0f172a;

  font-size:
    clamp(1.6rem, 3vw, 2.5rem);

  font-weight: 900;
  letter-spacing: -0.04em;
}

.associate-workspace-error p {
  max-width: 560px;

  margin:
    10px auto 0;

  color:
    #64748b;

  font-size: 12px;
  line-height: 1.65;
}

.associate-workspace-error-actions {
  margin-top: 20px;

  display: flex;
  align-items: center;
  justify-content: center;

  gap: 10px;
}

.associate-workspace-error
.associate-workspace-secondary-btn {
  border-color:
    #cbd5e1;

  color:
    #334155;

  background:
    #ffffff;
}

.associate-workspace-error
.associate-workspace-secondary-btn:hover {
  background:
    #f8fafc;
}


/* =====================================================
   FOCUS STATES
===================================================== */

.associate-workspace-container
button:focus-visible {
  outline: 0;

  box-shadow:
    0 0 0 3px
    rgba(37, 99, 235, 0.2);
}


/* =====================================================
   LARGE TABLET
===================================================== */

@media (max-width: 1100px) {

  .associate-workspace-hero {
    grid-template-columns:
      minmax(0, 1fr)
      minmax(240px, 0.4fr);
  }

  .associate-workspace-summary-grid {
    grid-template-columns:
      repeat(2, minmax(0, 1fr));
  }

  .associate-workspace-main-grid {
    grid-template-columns:
      minmax(0, 1.35fr)
      minmax(260px, 0.75fr);
  }

}


/* =====================================================
   TABLET
===================================================== */

@media (max-width: 900px) {

  .associate-workspace-shell {
    padding: 16px;
  }

  .associate-workspace-topbar {
    align-items: stretch;
    flex-direction: column;
  }

  .associate-workspace-topbar-actions {
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .associate-workspace-hero {
    grid-template-columns: 1fr;

    min-height: auto;
  }

  .associate-workspace-profile {
    max-width: 460px;
  }

  .associate-workspace-main-grid {
    grid-template-columns: 1fr;
  }

  .associate-workspace-side-column {
    grid-template-columns:
      repeat(2, minmax(0, 1fr));
  }

}


/* =====================================================
   SMALL TABLET
===================================================== */

@media (max-width: 700px) {

  .associate-workspace-shell {
    padding: 11px;
  }

  .associate-workspace-topbar {
    min-height: auto;

    padding: 11px;

    border-radius: 14px;
  }

  .associate-workspace-topbar-actions {
    display: grid;

    grid-template-columns:
      repeat(2, minmax(0, 1fr));

    width: 100%;
  }

  .associate-workspace-notification-btn {
    grid-column:
      1 / -1;
  }

  .associate-workspace-notification-btn,
  .associate-workspace-refresh-btn,
  .associate-workspace-platform-btn {
    width: 100%;
  }

  .associate-workspace-hero {
    margin-top: 12px;
    padding: 24px 18px;

    border-radius: 18px;
  }

  .associate-workspace-hero h1 {
    font-size:
      clamp(2rem, 10vw, 3.1rem);
  }

  .associate-workspace-hero-copy > p {
    font-size: 12px;
  }

  .associate-workspace-hero-actions {
    display: grid;

    grid-template-columns:
      repeat(2, minmax(0, 1fr));
  }

  .associate-workspace-primary-btn,
  .associate-workspace-secondary-btn {
    width: 100%;
  }

  .associate-workspace-summary-grid {
    margin-top: 12px;

    gap: 9px;
  }

  .associate-summary-card {
    min-height: 100px;

    padding: 14px;
  }

  .associate-workspace-main-grid {
    margin-top: 12px;

    gap: 12px;
  }

  .associate-workspace-side-column {
    grid-template-columns: 1fr;

    gap: 12px;
  }

  .associate-workspace-panel {
    padding: 17px;

    border-radius: 16px;
  }

  .associate-compensation-grid {
    grid-template-columns: 1fr;
  }

  .associate-workspace-footer {
    align-items: flex-start;
    flex-direction: column;
  }

}


/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 520px) {

  .associate-workspace-topbar-actions {
    grid-template-columns: 1fr;
  }

  .associate-workspace-notification-btn {
    grid-column: auto;
  }

  .associate-workspace-brand-logo {
    width: 39px;
    height: 39px;

    flex-basis: 39px;
  }

  .associate-workspace-hero-actions,
  .associate-workspace-summary-grid {
    grid-template-columns: 1fr;
  }

  .associate-workspace-profile {
    padding: 17px;
  }

  .associate-workspace-avatar {
    width: 52px;
    height: 52px;

    flex-basis: 52px;
  }

  .associate-assignment-dates {
    grid-template-columns: 1fr;
  }

  .associate-panel-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .associate-assignment-state {
    align-self: flex-start;
  }

  .associate-workspace-error-actions {
    width: 100%;

    flex-direction: column;
  }

  .associate-workspace-error-actions
  .associate-workspace-primary-btn,
  .associate-workspace-error-actions
  .associate-workspace-secondary-btn {
    width: 100%;
  }

}


/* =====================================================
   REDUCED MOTION
===================================================== */

@media (prefers-reduced-motion: reduce) {

  .associate-workspace-notification-btn,
  .associate-workspace-refresh-btn,
  .associate-workspace-platform-btn,
  .associate-workspace-primary-btn,
  .associate-workspace-secondary-btn,
  .associate-summary-card {
    transition: none;
  }

  .associate-workspace-spinner {
    animation: none;
  }

}



/* =====================================================
   TOP NAV CUSTOMER DASHBOARD BUTTON
===================================================== */

.talent-landing__dashboard-btn {
  border-color:
    #d7dee9;

  color:
    #0f172a;

  background:
    #ffffff;

  box-shadow:
    0 5px 16px
    rgba(15, 23, 42, 0.08);
}

.talent-landing__dashboard-btn:hover {
  border-color:
    #bfdbfe;

  color:
    #1d4ed8;

  background:
    #eff6ff;

  transform:
    translateY(-1px);

  box-shadow:
    0 7px 18px
    rgba(37, 99, 235, 0.1);
}