.worker-nav-link--primary {
  font-weight: 800;
}

.worker-schedule-nav {
  display: grid;
  gap: 3px;
  margin: -4px 0 8px;
  padding-left: 14px;
  border-left: 2px solid #e6e9f4;
}

.worker-schedule-nav a {
  padding: 7px 10px;
  border-radius: 8px;
  color: #667085;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
}

.worker-schedule-nav a:hover,
.worker-schedule-nav a.is-active {
  color: #5263ff;
  background: #f0f2ff;
}

.worker-schedule-tabs {
  display: flex;
  gap: 6px;
  margin: -6px 0 20px;
  padding: 4px;
  width: fit-content;
  max-width: 100%;
  border: 1px solid #e5e9f1;
  border-radius: 12px;
  background: #fff;
}

.worker-schedule-tabs a {
  padding: 8px 13px;
  border-radius: 9px;
  color: #667085;
  text-decoration: none;
  font-size: 13px;
  font-weight: 800;
}

.worker-schedule-tabs a.is-active {
  color: #fff;
  background: #5263ff;
}

.worker-schedule-group {
  margin: 10px 2px 0;
  color: #475467;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.worker-mobile-nav--contract {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media (max-width: 780px) {
  .worker-schedule-tabs {
    margin-top: -4px;
    overflow-x: auto;
  }

  .worker-schedule-tabs a {
    flex: 1 0 auto;
    text-align: center;
  }

  .worker-schedule-group {
    margin-top: 8px;
  }
}


/* Preview acceptance: unified worker shell, icon navigation, and compact mobile auth */
.worker-topbar__actions {
  font-size: 13px;
}

.worker-profile-card {
  width: min(720px, 100%);
  box-sizing: border-box;
  margin: 0 auto;
  padding: 24px;
  border: 1px solid var(--worker-line);
  border-radius: 18px;
  background: var(--worker-surface);
  box-shadow: 0 10px 30px rgba(23, 32, 51, .06);
}

.worker-profile-card h1 {
  margin: 0;
  font-size: 32px;
  letter-spacing: -.03em;
}

.worker-profile-intro {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 22px 0;
}

.worker-profile-avatar {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  overflow: hidden;
  border-radius: 50%;
  background: var(--worker-brand-soft);
  color: var(--worker-brand);
  font-size: 24px;
  font-weight: 900;
  line-height: 1;
}

.worker-profile-intro > div > strong,
.worker-profile-intro > div > span {
  display: block;
}

.worker-profile-intro > div > strong {
  font-size: 18px;
}

.worker-profile-intro > div > span {
  margin-top: 2px;
  color: var(--worker-muted);
}

.worker-profile-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.worker-profile-field {
  padding: 13px 14px;
  border: 1px solid var(--worker-line);
  border-radius: 13px;
  background: var(--worker-soft);
}

.worker-profile-field span,
.worker-profile-field strong {
  display: block;
}

.worker-profile-field span {
  margin-bottom: 4px;
  color: var(--worker-muted);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .05em;
}

.worker-profile-field strong {
  overflow-wrap: anywhere;
}

.worker-mobile-nav__icon {
  width: 40px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 12px;
}

.worker-mobile-nav__icon svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.worker-mobile-nav a.is-active .worker-mobile-nav__icon {
  background: var(--worker-brand-soft);
}

.worker-mobile-nav__label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 720px) {
  .worker-page-head {
    align-items: center;
  }

  .worker-profile-card {
    padding: 18px 16px;
  }

  .worker-profile-fields {
    grid-template-columns: 1fr;
  }

  .worker-mobile-nav a {
    position: relative;
  }

  body.worker-auth-page {
    min-height: 100dvh;
    background: #f4f6fa;
  }

  body.worker-auth-page .public-skip-link,
  body.worker-auth-page .public-header,
  body.worker-auth-page .public-footer {
    display: none;
  }

  body.worker-auth-page .public-main {
    min-height: 100dvh;
    display: grid;
    place-items: center;
  }

  body.worker-auth-page .public-auth-shell {
    width: 100%;
    min-height: auto;
    padding: 20px 0;
  }

  body.worker-auth-page .public-auth-grid {
    width: min(430px, calc(100% - 24px));
    display: block;
    margin: 0 auto;
  }

  body.worker-auth-page .public-auth-side {
    display: none;
  }

  body.worker-auth-page .public-auth-card {
    padding: 24px 20px;
    border: 1px solid #e5e9f1;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 12px 34px rgba(23, 32, 51, .08);
  }

  body.worker-login-page .public-kicker,
  body.worker-login-page .public-auth-card-heading > p,
  body.worker-login-page .public-auth-register {
    display: none;
  }

  body.worker-login-page .public-auth-card-heading {
    margin-bottom: 22px;
  }

  body.worker-login-page .public-auth-card-heading h2 {
    margin: 0;
    font-size: 30px;
  }
}
