button.portal-accreditation-nav-active {
  background: #10b981 !important;
  color: #fff !important;
  box-shadow: 0 8px 20px rgba(16, 185, 129, 0.25) !important;
}

body.portal-accreditation-open
  #root
  main
  > :not(#employeeAccreditationV128):not(
    .portal-accreditation-react-fallback-v190
  ) {
  display: none !important;
}

body.portal-accreditation-open
  #root
  main:has(
    #employeeAccreditationV128 > .employee-accreditation-v128
  )
  > .portal-accreditation-react-fallback-v190 {
  display: none !important;
}

#employeeAccreditationV128 {
  color: #0f172a;
  display: none;
  width: 100%;
}

body.portal-accreditation-open #employeeAccreditationV128 {
  display: none;
}

body.portal-accreditation-open
  #employeeAccreditationV128:has(> .employee-accreditation-v128) {
  display: block;
}

.portal-accreditation-react-fallback-v190 {
  box-sizing: border-box;
  display: grid;
  width: 100%;
  max-width: 1180px;
  gap: 16px;
  margin: 0 auto;
  padding-bottom: 90px;
  color: #0f172a;
}

.portal-accreditation-fallback-hero-v190 {
  position: relative;
  overflow: hidden;
  padding: 30px;
  border-radius: 28px;
  color: #fff;
  background: linear-gradient(135deg, #047857, #0d9488);
  box-shadow: 0 18px 45px rgba(4, 120, 87, 0.16);
}

.portal-accreditation-fallback-hero-v190::after {
  position: absolute;
  top: -80px;
  right: -40px;
  width: 220px;
  height: 220px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  content: "";
}

.portal-accreditation-fallback-hero-v190 > * {
  position: relative;
  z-index: 1;
}

.portal-accreditation-fallback-hero-v190 small {
  display: block;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.portal-accreditation-fallback-hero-v190 h1 {
  margin: 7px 0 0;
  font-size: clamp(24px, 3vw, 32px);
  line-height: 1.2;
}

.portal-accreditation-fallback-hero-v190 p {
  max-width: 720px;
  margin: 10px 0 0;
  color: #d1fae5;
  font-size: 13px;
  line-height: 1.65;
}

.portal-accreditation-fallback-status-v190 {
  display: flex;
  align-items: flex-start;
  gap: 13px;
  padding: 18px;
  border: 1px solid #bae6fd;
  border-radius: 18px;
  background: #f0f9ff;
}

.portal-accreditation-fallback-status-icon-v190 {
  display: grid;
  width: 34px;
  min-width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 11px;
  color: #fff;
  background: #0284c7;
  font-size: 17px;
  font-weight: 900;
}

.portal-accreditation-fallback-status-v190 h2,
.portal-accreditation-fallback-status-v190 p {
  margin: 0;
}

.portal-accreditation-fallback-status-v190 h2 {
  color: #0c4a6e;
  font-size: 15px;
}

.portal-accreditation-fallback-status-v190 p {
  margin-top: 5px;
  color: #0369a1;
  font-size: 12px;
  line-height: 1.6;
}

.portal-accreditation-fallback-grid-v190 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 13px;
}

.portal-accreditation-fallback-card-v190 {
  padding: 18px;
  border: 1px solid #e2e8f0;
  border-radius: 19px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
}

.portal-accreditation-fallback-card-v190 span {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 12px;
  color: #047857;
  background: #ecfdf5;
  font-size: 17px;
  font-weight: 900;
}

.portal-accreditation-fallback-card-v190 h3 {
  margin: 13px 0 0;
  color: #1e293b;
  font-size: 15px;
}

.portal-accreditation-fallback-card-v190 p {
  margin: 7px 0 0;
  color: #64748b;
  font-size: 12px;
  line-height: 1.65;
}

.portal-accreditation-fallback-flow-v190 {
  padding: 20px;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  background: #fff;
}

.portal-accreditation-fallback-flow-v190 h2 {
  margin: 0;
  color: #1e293b;
  font-size: 17px;
}

.portal-accreditation-fallback-flow-v190 > p {
  margin: 5px 0 0;
  color: #64748b;
  font-size: 11px;
  line-height: 1.55;
}

.portal-accreditation-fallback-flow-v190 ol {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.portal-accreditation-fallback-flow-v190 li {
  padding: 14px;
  border-radius: 15px;
  background: #f8fafc;
}

.portal-accreditation-fallback-flow-v190 li b,
.portal-accreditation-fallback-flow-v190 li span {
  display: block;
}

.portal-accreditation-fallback-flow-v190 li b {
  color: #334155;
  font-size: 12px;
}

.portal-accreditation-fallback-flow-v190 li span {
  margin-top: 5px;
  color: #64748b;
  font-size: 11px;
  line-height: 1.55;
}

.employee-accreditation-v128 {
  margin: 0 auto;
  max-width: 1180px;
  padding-bottom: 90px;
}

.employee-accreditation-v128-hero {
  background: linear-gradient(135deg, #047857, #0d9488);
  border-radius: 28px;
  color: #fff;
  overflow: hidden;
  padding: 28px;
  position: relative;
}

.employee-accreditation-v128-hero::after {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  content: "";
  height: 190px;
  position: absolute;
  right: -50px;
  top: -65px;
  width: 190px;
}

.employee-accreditation-v128-hero small,
.employee-accreditation-v128-hero h1,
.employee-accreditation-v128-hero p {
  display: block;
  margin: 0;
  position: relative;
  z-index: 1;
}

.employee-accreditation-v128-hero small {
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.employee-accreditation-v128-hero h1 {
  font-size: 28px;
  margin-top: 7px;
}

.employee-accreditation-v128-hero p {
  color: #d1fae5;
  font-size: 13px;
  margin-top: 8px;
}

.employee-accreditation-v128-stats {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 16px 0;
}

.employee-accreditation-v128-stats article {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 17px;
  padding: 16px;
}

.employee-accreditation-v128-stats small,
.employee-accreditation-v128-stats b {
  display: block;
}

.employee-accreditation-v128-stats small {
  color: #64748b;
  font-size: 11px;
  font-weight: 800;
}

.employee-accreditation-v128-stats b {
  font-size: 25px;
  margin-top: 5px;
}

.employee-accreditation-v128-stats .problem b {
  color: #dc2626;
}

.employee-accreditation-v128-list {
  display: grid;
  gap: 13px;
}

.employee-accreditation-v128-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 19px;
  padding: 18px;
}

.employee-accreditation-v128-card.is-overdue {
  border-color: #fecaca;
}

.employee-accreditation-v128-card > header {
  align-items: flex-start;
  display: flex;
  gap: 14px;
  justify-content: space-between;
}

.employee-accreditation-v128-card h3,
.employee-accreditation-v128-card p {
  margin: 0;
}

.employee-accreditation-v128-card h3 {
  font-size: 16px;
  margin-top: 8px;
}

.employee-accreditation-v128-card p {
  color: #64748b;
  font-size: 12px;
  line-height: 1.65;
  margin-top: 7px;
}

.employee-accreditation-v128-meta,
.employee-accreditation-v128-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.employee-accreditation-v128-actions {
  justify-content: flex-end;
}

.employee-accreditation-v128-actions button,
.employee-accreditation-v128-button {
  border: 0;
  border-radius: 12px;
  cursor: pointer;
  font-size: 12px;
  font-weight: 900;
  padding: 10px 13px;
}

.employee-accreditation-v128-button,
.employee-accreditation-v128-actions .primary {
  background: #059669;
  color: #fff;
}

.employee-accreditation-v128-actions .secondary {
  background: #eff6ff;
  color: #1d4ed8;
}

.employee-accreditation-v128-actions .danger {
  background: #fee2e2;
  color: #b91c1c;
}

.employee-accreditation-v128-pill {
  background: #f1f5f9;
  border-radius: 999px;
  color: #475569;
  display: inline-flex;
  font-size: 10px;
  font-weight: 900;
  padding: 6px 9px;
}

.employee-accreditation-v128-pill.approved,
.employee-accreditation-v128-pill.open {
  background: #dcfce7;
  color: #166534;
}

.employee-accreditation-v128-pill.submitted {
  background: #dbeafe;
  color: #1d4ed8;
}

.employee-accreditation-v128-pill.revision,
.employee-accreditation-v128-pill.late {
  background: #fee2e2;
  color: #b91c1c;
}

.employee-accreditation-v128-submission {
  align-items: center;
  background: #f8fafc;
  border-radius: 14px;
  display: flex;
  gap: 12px;
  justify-content: space-between;
  margin-top: 14px;
  padding: 13px;
}

.employee-accreditation-v128-submission b,
.employee-accreditation-v128-submission small {
  display: block;
}

.employee-accreditation-v128-submission small {
  color: #64748b;
  font-size: 11px;
  margin-top: 4px;
}

.employee-accreditation-v128-empty,
.employee-accreditation-v128-loading {
  background: #fff;
  border: 1px dashed #cbd5e1;
  border-radius: 18px;
  color: #64748b;
  padding: 34px;
  text-align: center;
}

.employee-accreditation-v128-modal {
  align-items: center;
  background: rgba(15, 23, 42, 0.55);
  display: flex;
  inset: 0;
  justify-content: center;
  padding: 18px;
  position: fixed;
  z-index: 500;
}

.employee-accreditation-v128-dialog {
  background: #fff;
  border-radius: 22px;
  box-shadow: 0 25px 70px rgba(15, 23, 42, 0.28);
  max-width: 540px;
  padding: 22px;
  width: 100%;
}

.employee-accreditation-v128-dialog h2 {
  font-size: 20px;
  margin: 0 0 6px;
}

.employee-accreditation-v128-dialog > p {
  color: #64748b;
  font-size: 12px;
  line-height: 1.6;
  margin: 0 0 16px;
}

.employee-accreditation-v128-form {
  display: grid;
  gap: 13px;
}

.employee-accreditation-v128-form label {
  color: #334155;
  display: grid;
  font-size: 12px;
  font-weight: 800;
  gap: 6px;
}

.employee-accreditation-v128-form input,
.employee-accreditation-v128-form textarea {
  border: 1px solid #cbd5e1;
  border-radius: 12px;
  font: inherit;
  padding: 11px 12px;
}

.employee-accreditation-v128-form footer {
  display: flex;
  gap: 9px;
  justify-content: flex-end;
}

.employee-accreditation-v128-toast {
  background: #0f172a;
  border-radius: 13px;
  bottom: 24px;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  left: 50%;
  max-width: calc(100% - 32px);
  padding: 12px 16px;
  position: fixed;
  transform: translateX(-50%);
  z-index: 600;
}

@media (max-width: 700px) {
  .portal-accreditation-react-fallback-v190 {
    gap: 12px;
    padding-bottom: 110px;
  }

  .portal-accreditation-fallback-hero-v190 {
    padding: 22px;
    border-radius: 21px;
  }

  .portal-accreditation-fallback-grid-v190,
  .portal-accreditation-fallback-flow-v190 ol {
    grid-template-columns: minmax(0, 1fr);
  }

  .employee-accreditation-v128 {
    padding-bottom: 110px;
  }

  .employee-accreditation-v128-hero {
    border-radius: 21px;
    padding: 22px;
  }

  .employee-accreditation-v128-stats {
    grid-template-columns: 1fr 1fr;
  }

  .employee-accreditation-v128-card > header,
  .employee-accreditation-v128-submission {
    align-items: stretch;
    display: block;
  }

  .employee-accreditation-v128-actions {
    justify-content: flex-start;
    margin-top: 12px;
  }

  .employee-accreditation-v128-submission .employee-accreditation-v128-actions {
    margin-top: 10px;
  }
}
