/* =========================================================
   2026-07-23 — scanner alignment pass
   Brings the working demo screens up to the public SkillSet
   website and Reporting Rescue Scanner visual standard.
   ========================================================= */

body {
  background: #f5f7f5 !important;
}

.sidebar {
  position: sticky !important;
  top: 0 !important;
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 0 !important;
  min-height: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
  background: #063c25 !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(255, 255, 255, .14) !important;
  box-shadow: 0 14px 36px rgba(2, 32, 20, .16) !important;
}

.ecosystem-row {
  width: min(100%, 1180px);
  min-height: 72px;
  margin: 0 auto;
  padding: 10px 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand {
  min-width: 232px !important;
  padding: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 12px !important;
  color: #fff !important;
  text-decoration: none !important;
  border: 0 !important;
}

.brand-mark,
.brand-mark.skillset-mark {
  width: 48px !important;
  height: 48px !important;
  flex: 0 0 48px !important;
  display: grid !important;
  place-items: center !important;
  overflow: visible !important;
}

.brand-mark img {
  width: 48px !important;
  height: 48px !important;
  display: block !important;
  object-fit: contain !important;
}

#clientLogo[hidden],
#clientLogoFallback[hidden] {
  display: none !important;
}

.brand strong {
  font-size: 21px !important;
  font-weight: 850 !important;
  letter-spacing: -.045em !important;
}

.brand span {
  margin-top: 5px !important;
  font-size: 8px !important;
  letter-spacing: .27em !important;
}

.ecosystem-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 24px;
}

.ecosystem-links a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  color: rgba(255, 255, 255, .88);
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
}

.ecosystem-links a:hover,
.ecosystem-links a:focus-visible {
  color: var(--skillset-gold);
}

.ecosystem-links .ecosystem-review-link {
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, .62);
}

.ecosystem-links .ecosystem-review-link:hover,
.ecosystem-links .ecosystem-review-link:focus-visible {
  color: #062819;
  background: var(--skillset-gold);
  border-color: var(--skillset-gold);
}

.app-nav {
  width: 100% !important;
  min-height: 46px !important;
  margin: 0 !important;
  padding: 0 max(24px, calc((100vw - 1180px) / 2 + 26px)) !important;
  display: flex !important;
  align-items: stretch !important;
  justify-content: flex-start !important;
  gap: 0 !important;
  overflow-x: auto !important;
  background: rgba(2, 43, 26, .66) !important;
  border-top: 1px solid rgba(255, 255, 255, .10) !important;
  scrollbar-width: thin;
}

.app-nav .nav-item {
  min-height: 46px !important;
  padding: 0 18px !important;
  flex: 0 0 auto !important;
  color: rgba(255, 255, 255, .76) !important;
  background: transparent !important;
  border: 0 !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
}

.app-nav .nav-item:hover {
  transform: none !important;
}

.app-nav .nav-item:hover,
.app-nav .nav-item.active {
  color: #fff !important;
  background: rgba(255, 255, 255, .04) !important;
  box-shadow: inset 0 -4px 0 var(--skillset-gold) !important;
}

.app-nav .nav-item::after {
  display: none !important;
}

.main {
  min-height: calc(100vh - 119px) !important;
  background: #f5f7f5 !important;
}

.product-command-hero {
  min-height: clamp(620px, 74vh, 760px) !important;
  padding-top: clamp(68px, 8vh, 98px) !important;
  padding-bottom: clamp(76px, 9vh, 108px) !important;
}

.product-command-hero .hero-copy h2 {
  font-size: clamp(58px, 6.2vw, 96px) !important;
}

.view:not(#overview):not(#workbook) {
  width: min(100%, 1440px) !important;
  margin: 0 auto !important;
  padding-top: clamp(44px, 5vw, 72px) !important;
}

.toolbar,
.editorial-toolbar {
  align-items: end !important;
  margin-bottom: 30px !important;
  padding-bottom: 24px !important;
  border-bottom: 1px solid rgba(8, 45, 33, .16) !important;
}

.toolbar h2 {
  margin: 0 0 8px !important;
  color: var(--skillset-ink) !important;
  font-size: clamp(38px, 4.2vw, 62px) !important;
  font-weight: 500 !important;
  line-height: .98 !important;
  letter-spacing: -.065em !important;
}

.toolbar p {
  max-width: 760px !important;
  margin: 0 !important;
  color: var(--skillset-muted) !important;
  font-size: 16px !important;
  line-height: 1.6 !important;
}

.section-label {
  display: inline-flex !important;
  align-items: center !important;
  gap: 12px !important;
  margin-bottom: 14px !important;
  color: var(--skillset-green-3) !important;
  font-size: 11px !important;
  font-weight: 900 !important;
  letter-spacing: .2em !important;
  text-transform: uppercase !important;
}

.section-label::before {
  content: "" !important;
  width: 36px !important;
  height: 3px !important;
  background: var(--skillset-gold) !important;
}

.panel,
.kpi-card,
.table-panel,
.readiness-score-card {
  border: 1px solid rgba(8, 45, 33, .13) !important;
  border-top-width: 1px !important;
  box-shadow: 0 12px 34px rgba(8, 45, 33, .065) !important;
}

.quality-centre,
.reporting-gaps-panel,
.focus-areas-panel,
.financial-impact,
.import-impact-panel,
.workbook-mapping-panel {
  border-top: 4px solid var(--skillset-gold) !important;
}

.readiness-score-card {
  color: var(--skillset-ink) !important;
  background: #fff !important;
}

.readiness-score-card .eyebrow {
  color: var(--skillset-green-3) !important;
}

.readiness-score-card p,
#readinessSummary {
  color: #48665a !important;
  opacity: 1 !important;
}

#readinessLabel {
  color: #48665a !important;
}

.readiness-track {
  background: #e3ece6 !important;
}

.workbook-mapping-panel {
  margin-top: 24px !important;
  padding: clamp(24px, 3vw, 40px) !important;
}

.workbook-mapping-panel .panel-head {
  margin-bottom: 24px !important;
}

.workbook-mapping-panel h4 {
  margin: 0 0 14px !important;
  color: var(--skillset-ink) !important;
  font-size: 16px !important;
  font-weight: 800 !important;
}

.workbook-mapping-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, .75fr);
  gap: 28px;
  align-items: start;
}

.mapping-preview {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 8px !important;
  max-height: 410px !important;
  padding-right: 4px !important;
  overflow: auto !important;
}

.mapping-preview > div {
  min-height: 70px !important;
  padding: 12px 14px !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
  gap: 7px !important;
  background: #f8faf8 !important;
  border: 1px solid rgba(8, 45, 33, .12) !important;
}

.mapping-preview > div span {
  color: #60766b !important;
  font-size: 11px !important;
}

.mapping-preview > div strong {
  color: var(--skillset-ink) !important;
  font-size: 13px !important;
}

.field-checklist-details {
  background: #f8faf8;
  border: 1px solid rgba(8, 45, 33, .14);
}

.field-checklist-details summary {
  min-height: 54px;
  padding: 0 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--skillset-green);
  font-size: 13px;
  font-weight: 850;
  cursor: pointer;
}

.field-checklist-details summary::after {
  content: "+";
  color: var(--skillset-green-3);
  font-size: 24px;
  font-weight: 500;
}

.field-checklist-details[open] summary::after {
  content: "–";
}

.field-checklist-details .checklist {
  max-height: 430px;
  padding: 0 14px 14px;
  overflow: auto;
}

.field-checklist-details .checklist > * {
  box-shadow: none !important;
}

.form-layout {
  display: grid !important;
  grid-template-columns: minmax(500px, .88fr) minmax(560px, 1.12fr) !important;
  gap: 24px !important;
  align-items: start !important;
}

#trainingForm.form-panel {
  padding: 24px !important;
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 16px !important;
}

#trainingForm > label {
  min-width: 0 !important;
  display: grid !important;
  gap: 7px !important;
  color: #48665a !important;
  font-size: 11px !important;
  font-weight: 850 !important;
  letter-spacing: .04em !important;
  text-transform: uppercase !important;
}

#trainingForm select,
#trainingForm input,
#trainingForm textarea {
  min-height: 50px !important;
  color: var(--skillset-ink) !important;
  background: #fff !important;
  border: 1px solid rgba(8, 45, 33, .18) !important;
  font-size: 14px !important;
  font-weight: 650 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

#trainingForm > .inherited-fields,
#trainingForm > fieldset,
#trainingForm > .primary {
  grid-column: 1 / -1 !important;
}

#trainingForm .inherited-fields {
  margin: 0 !important;
  padding: 18px !important;
  background: #f3f7f4 !important;
  border: 1px solid rgba(8, 45, 33, .13) !important;
}

#trainingForm .profile-context-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 8px !important;
}

#trainingForm .profile-context-grid > * {
  min-height: 58px !important;
  padding: 10px 12px !important;
  background: #fff !important;
  border: 1px solid rgba(8, 45, 33, .10) !important;
  box-shadow: none !important;
}

#trainingForm fieldset {
  padding: 18px !important;
  background: #fbfcfb !important;
  border: 1px solid rgba(8, 45, 33, .14) !important;
}

#trainingForm fieldset legend {
  padding: 0 8px !important;
  color: var(--skillset-green) !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  letter-spacing: .08em !important;
  text-transform: uppercase !important;
}

.employee-interventions-panel {
  align-self: start !important;
}

.ecosystem-handoff {
  margin-top: clamp(40px, 6vw, 84px);
  padding: clamp(44px, 6vw, 84px) max(26px, calc((100vw - 1180px) / 2 + 26px));
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(340px, .65fr);
  gap: 34px 70px;
  align-items: end;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(2, 43, 26, .99), rgba(6, 60, 37, .96) 55%, rgba(18, 100, 52, .90)),
    repeating-linear-gradient(90deg, rgba(255,255,255,.04) 0 1px, transparent 1px 72px);
  border-top: 5px solid var(--skillset-gold);
}

.ecosystem-handoff .section-label {
  color: var(--skillset-gold) !important;
}

.ecosystem-handoff h2 {
  max-width: 820px;
  margin: 0 0 18px;
  color: #fff;
  font-size: clamp(38px, 4.8vw, 68px);
  font-weight: 500;
  line-height: .98;
  letter-spacing: -.065em;
}

.ecosystem-handoff p {
  max-width: 790px;
  margin: 0;
  color: rgba(255,255,255,.76);
  font-size: 16px;
  line-height: 1.65;
}

.ecosystem-handoff-actions {
  display: grid;
  gap: 12px;
}

.ecosystem-handoff-actions a {
  min-height: 58px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .04em;
  text-decoration: none;
  text-transform: uppercase;
}

.ecosystem-handoff-actions .handoff-primary {
  color: #062819;
  background: var(--skillset-gold);
  border: 1px solid var(--skillset-gold);
}

.ecosystem-handoff-actions .handoff-secondary {
  border: 1px solid rgba(255,255,255,.68);
}

.ecosystem-handoff-actions a:hover,
.ecosystem-handoff-actions a:focus-visible {
  transform: translateY(-2px);
}

.ecosystem-handoff > small {
  grid-column: 1 / -1;
  padding-top: 24px;
  color: rgba(255,255,255,.56);
  border-top: 1px solid rgba(255,255,255,.13);
  font-size: 11px;
  line-height: 1.55;
}

a:focus-visible,
button:focus-visible,
summary:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid var(--skillset-gold) !important;
  outline-offset: 3px !important;
}

@media (max-width: 1120px) {
  .ecosystem-row {
    width: 100%;
  }

  .ecosystem-links {
    gap: 16px;
  }

  .workbook-mapping-layout,
  .form-layout,
  .ecosystem-handoff {
    grid-template-columns: 1fr !important;
  }

  .mapping-preview {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 760px) {
  .ecosystem-row {
    min-height: 68px;
    padding: 10px 16px;
  }

  .brand {
    min-width: 0 !important;
  }

  .brand-mark,
  .brand-mark.skillset-mark,
  .brand-mark img {
    width: 42px !important;
    height: 42px !important;
    flex-basis: 42px !important;
  }

  .ecosystem-links a:first-child {
    display: none;
  }

  .ecosystem-links {
    gap: 10px;
  }

  .ecosystem-links a {
    font-size: 10px;
  }

  .ecosystem-links .ecosystem-review-link {
    padding: 0 10px;
  }

  .app-nav {
    padding: 0 10px !important;
    scrollbar-width: none !important;
  }

  .app-nav::-webkit-scrollbar {
    display: none !important;
  }

  .app-nav .nav-item {
    padding: 0 13px !important;
    font-size: 11px !important;
  }

  .product-command-hero {
    min-height: auto !important;
  }

  .mapping-preview,
  #trainingForm.form-panel,
  #trainingForm .profile-context-grid {
    grid-template-columns: 1fr !important;
  }

  #trainingForm > * {
    grid-column: 1 / -1 !important;
  }

  .ecosystem-handoff {
    padding: 44px 20px;
  }
}

@media (max-width: 600px) {
  .brand {
    min-width: 0 !important;
  }

  .brand span {
    display: none !important;
  }

  .ecosystem-links .ecosystem-review-link {
    display: none !important;
  }

  .ecosystem-links a {
    font-size: 11px !important;
    white-space: nowrap !important;
  }
}

/* Keep the legacy workflow labels readable on the SkillSet green surface. */
.workflow-strip span {
  color: #ffffff !important;
}

.workflow-strip span:not(:last-child)::after {
  color: var(--skillset-gold) !important;
}

/* Final sales-demo polish: tighter hierarchy, faster mobile scanning. */
.mobile-list-hint {
  display: none;
}

.employee-interventions-panel {
  min-height: 0 !important;
}

.employee-interventions-panel .table-wrap {
  max-height: 430px;
  overscroll-behavior: contain;
}

#reports .report-filter-panel {
  margin: 0 0 12px;
  padding: 18px;
  background: #ffffff;
  border: 1px solid rgba(8, 45, 33, .13);
  border-top: 4px solid var(--skillset-gold);
  box-shadow: 0 12px 34px rgba(8, 45, 33, .055);
}

#reports .report-filter-panel .compact-head {
  margin-bottom: 14px;
}

#reports .report-filter-toggle {
  display: none;
}

#reports .report-filter-panel .compact-head strong,
#reports .report-filter-panel .compact-head span {
  display: block;
}

#reports .report-filter-panel .compact-head strong {
  color: var(--skillset-ink);
  font-size: 16px;
}

#reports .report-filter-panel .compact-head span {
  margin-top: 3px;
  color: var(--skillset-muted);
  font-size: 12px;
}

#reports .cluster-filters {
  width: 100%;
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 12px !important;
}

#reports .cluster-filters label {
  min-width: 0 !important;
  display: grid !important;
  gap: 7px !important;
  color: #48665a !important;
  font-size: 10px !important;
  font-weight: 850 !important;
  letter-spacing: .04em !important;
  text-transform: uppercase !important;
}

#reports .cluster-filters select {
  width: 100% !important;
  min-width: 0 !important;
  min-height: 44px !important;
  color: var(--skillset-ink) !important;
  background: #ffffff !important;
  border-color: rgba(8, 45, 33, .17) !important;
  font-size: 13px !important;
  font-weight: 650 !important;
}

#reports .report-export-summary {
  border-left: 4px solid var(--skillset-green-3);
  background: #f3f7f4;
}

#reports .report-coverage {
  border-color: rgba(8, 45, 33, .13);
  box-shadow: 0 8px 24px rgba(8, 45, 33, .04);
}

#reports .relationship-kpis {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 12px !important;
}

#reports .relationship-kpis .kpi {
  min-height: 98px !important;
  padding: 15px 16px !important;
}

#reports .table-panel {
  border-top: 4px solid var(--skillset-gold) !important;
}

#reports .table-panel .panel-head {
  align-items: flex-end;
}

#reports .table-wrap {
  max-height: 640px;
  overscroll-behavior: contain;
  scrollbar-color: var(--skillset-green-3) #e7efe9;
}

#reports .table-wrap th:first-child,
#reports .table-wrap td:first-child {
  position: sticky;
  left: 0;
}

#reports .table-wrap th:first-child {
  z-index: 4;
  background: #eaf2ec !important;
}

#reports .table-wrap td:first-child {
  z-index: 2;
  background: #ffffff;
  box-shadow: 8px 0 14px rgba(8, 45, 33, .07);
}

@media (max-width: 1100px) {
  #reports .cluster-filters {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 760px) {
  .view:not(#overview):not(#workbook) {
    padding-top: 34px !important;
  }

  .toolbar,
  .editorial-toolbar {
    margin-bottom: 22px !important;
    padding-bottom: 20px !important;
  }

  .toolbar h2 {
    font-size: 42px !important;
  }

  #trainingForm .profile-context-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  #people .list-panel {
    padding: 12px !important;
    overflow-x: auto !important;
    overscroll-behavior-x: contain;
    scrollbar-color: var(--skillset-green-3) #e7efe9;
  }

  #people .mobile-list-hint {
    display: block;
    margin: 0 0 10px;
    color: var(--skillset-green-3);
    font-size: 11px;
    font-weight: 850;
    letter-spacing: .04em;
    text-transform: uppercase;
  }

  #people .employee-list {
    display: flex !important;
    gap: 8px !important;
  }

  #people .employee-item {
    flex: 0 0 224px;
  }

  #people .employee-item.active {
    box-shadow: inset 0 3px 0 var(--skillset-green-3) !important;
  }

  #reports .report-filter-panel {
    padding: 14px;
  }

  #reports .report-filter-panel .compact-head {
    align-items: flex-start;
    gap: 12px;
  }

  #reports .report-filter-toggle {
    min-height: 38px;
    padding: 8px 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--skillset-green);
    background: #ffffff;
    border: 1px solid rgba(8, 45, 33, .20);
    font-size: 11px;
    font-weight: 850;
    letter-spacing: .03em;
  }

  #reports .cluster-filters:not(.show-advanced) .report-filter-advanced {
    display: none !important;
  }

  #reports .cluster-filters,
  #reports .relationship-kpis,
  #submission .submission-status-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  #submission .submission-decision-card {
    grid-column: 1 / -1;
  }

  #reports .report-coverage {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #reports .report-actions {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #reports .report-actions button {
    width: 100%;
    margin: 0 !important;
  }

  #reports .table-wrap {
    max-height: 520px;
  }
}

/* =========================================================
   2026-07-24 — workbook scanner rebuild
   The public Reporting Rescue Scanner is the visual source of
   truth: quiet canvas, constrained composition, explicit drop
   target, one clear primary action and local-processing trust.
   ========================================================= */

#workbook.view {
  padding: clamp(42px, 6vw, 82px) clamp(20px, 5vw, 72px) clamp(54px, 7vw, 96px) !important;
  background:
    radial-gradient(circle at 86% 12%, rgba(16, 124, 65, .045), transparent 28%),
    #f5f7f5 !important;
}

#workbook .workbook-hero.scanner-import-hero {
  width: min(100%, 1180px) !important;
  min-height: 0 !important;
  margin: 0 auto clamp(38px, 5vw, 64px) !important;
  padding: 0 !important;
  display: grid !important;
  grid-template-columns: minmax(0, .9fr) minmax(520px, 1.1fr) !important;
  gap: clamp(48px, 6vw, 82px) !important;
  align-items: center !important;
  overflow: visible !important;
  color: var(--skillset-ink) !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

#workbook .workbook-hero.scanner-import-hero::before,
#workbook .workbook-hero.scanner-import-hero::after {
  display: none !important;
  content: none !important;
}

#workbook .scanner-import-hero > * {
  position: relative !important;
  z-index: auto !important;
}

#workbook .scanner-import-hero .hero-copy {
  max-width: 510px !important;
  padding: clamp(10px, 2vw, 24px) 0 !important;
}

#workbook .scanner-import-hero .demo-badge {
  margin-bottom: 24px !important;
  color: var(--skillset-green-3) !important;
  font-size: 11px !important;
  letter-spacing: .21em !important;
}

#workbook .scanner-import-hero .demo-badge::before {
  width: 40px !important;
  height: 3px !important;
  background: var(--skillset-gold) !important;
}

#workbook .scanner-import-hero .hero-copy h2 {
  max-width: 510px !important;
  margin: 0 0 24px !important;
  color: var(--skillset-ink) !important;
  font-size: clamp(48px, 4.8vw, 68px) !important;
  font-weight: 500 !important;
  line-height: .94 !important;
  letter-spacing: -.07em !important;
}

#workbook .scanner-import-hero .hero-copy p {
  max-width: 500px !important;
  margin: 0 !important;
  color: #526c61 !important;
  font-size: 17px !important;
  line-height: 1.65 !important;
}

#workbook .hero-checks {
  max-width: 500px !important;
  margin: 28px 0 0 !important;
  border-top: 1px solid rgba(8, 45, 33, .14) !important;
}

#workbook .hero-checks li {
  padding: 15px 0 15px 26px !important;
  color: #294a3e !important;
  border-bottom: 1px solid rgba(8, 45, 33, .14) !important;
  font-size: 14px !important;
  line-height: 1.4 !important;
}

#workbook .hero-checks li::before {
  top: 16px !important;
  color: var(--skillset-green-3) !important;
}

#workbook .scanner-drop-card {
  min-width: 0 !important;
  padding: clamp(26px, 3vw, 38px) !important;
  display: grid !important;
  gap: 18px !important;
  color: var(--skillset-ink) !important;
  background: #ffffff !important;
  border: 1px solid rgba(8, 45, 33, .15) !important;
  border-top: 1px solid rgba(8, 45, 33, .15) !important;
  box-shadow: 0 26px 68px rgba(8, 45, 33, .10) !important;
}

#workbook .scanner-loader-copy {
  max-width: 510px !important;
}

#workbook .scanner-loader-copy .eyebrow {
  margin-bottom: 12px !important;
  color: #d49f00 !important;
  font-size: 10px !important;
  letter-spacing: .22em !important;
}

#workbook .scanner-loader-copy h3 {
  margin: 0 0 8px !important;
  color: var(--skillset-ink) !important;
  font-size: clamp(25px, 2.1vw, 32px) !important;
  font-weight: 600 !important;
  line-height: 1.08 !important;
  letter-spacing: -.045em !important;
}

#workbook .scanner-loader-copy p {
  max-width: 500px !important;
  margin: 0 !important;
  color: #60766b !important;
  font-size: 13px !important;
  line-height: 1.55 !important;
}

#workbook .scanner-drop-card .scanner-upload-zone,
#workbook .scanner-drop-card .workbook-file-drop {
  min-height: 320px !important;
  padding: clamp(30px, 4vw, 48px) !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 11px !important;
  color: var(--skillset-ink) !important;
  text-align: center !important;
  background: #f8faf8 !important;
  border: 2px dashed #b6c9bd !important;
  box-shadow: none !important;
  cursor: pointer !important;
}

#workbook .scanner-drop-card .scanner-upload-zone:hover,
#workbook .scanner-drop-card .scanner-upload-zone.dragover {
  transform: none !important;
  color: var(--skillset-ink) !important;
  background: #fffdf0 !important;
  border-color: #d8aa00 !important;
  box-shadow: inset 0 0 0 1px rgba(255, 204, 0, .15) !important;
}

#workbook .scanner-drop-card .scanner-upload-zone.has-workbook {
  background: #f2faf5 !important;
  border-style: solid !important;
  border-color: #55a873 !important;
}

#workbook .scanner-drop-card .scanner-upload-zone.is-applied {
  background: #fffbea !important;
  border-color: #d8aa00 !important;
}

#workbook .excel-sheet-icon {
  width: 66px !important;
  height: 76px !important;
  margin-bottom: 8px !important;
  color: #ffffff !important;
  background: #2f8742 !important;
  font-size: 32px !important;
  box-shadow: none !important;
}

#workbook .scanner-upload-zone strong {
  color: var(--skillset-ink) !important;
  font-size: clamp(22px, 2vw, 28px) !important;
  font-weight: 700 !important;
  letter-spacing: -.04em !important;
}

#workbook .scanner-upload-zone small {
  color: #6a7f75 !important;
  font-size: 13px !important;
}

#workbook .choose-workbook-button {
  min-height: 44px !important;
  margin-top: 12px !important;
  padding: 0 20px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #062819 !important;
  background: var(--skillset-gold) !important;
  border: 1px solid var(--skillset-gold) !important;
  font-size: 10px !important;
  font-weight: 900 !important;
  letter-spacing: .08em !important;
  text-transform: uppercase !important;
}

#workbook .scanner-upload-zone:hover .choose-workbook-button,
#workbook .scanner-upload-zone:focus-within .choose-workbook-button {
  background: #ffe147 !important;
  border-color: #ffe147 !important;
}

#workbook .loader-actions {
  margin: 0 !important;
  display: flex !important;
  align-items: stretch !important;
  justify-content: flex-start !important;
  gap: 10px !important;
}

#workbook .loader-actions button {
  min-height: 46px !important;
  padding: 0 18px !important;
  border-radius: 0 !important;
  font-size: 11px !important;
  font-weight: 850 !important;
}

#workbook .loader-actions .sample-action {
  color: var(--skillset-green) !important;
  background: #ffffff !important;
  border: 1px solid rgba(8, 45, 33, .24) !important;
}

#workbook .loader-actions .sample-action:hover {
  color: #062819 !important;
  background: #f0f6f2 !important;
  border-color: var(--skillset-green-3) !important;
}

#workbook .loader-actions #applyStaging {
  color: #062819 !important;
  background: var(--skillset-gold) !important;
  border: 1px solid var(--skillset-gold) !important;
}

#workbook [hidden] {
  display: none !important;
}

#workbook .scanner-privacy-note {
  margin: -2px 4px 0 !important;
  color: #667a70 !important;
  font-size: 10px !important;
  line-height: 1.5 !important;
}

#workbook .scanner-privacy-note strong {
  color: var(--skillset-ink) !important;
}

#workbook .workbook-steps {
  margin: 2px 0 0 !important;
  padding-top: 16px !important;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 8px !important;
  border-top: 1px solid rgba(8, 45, 33, .12) !important;
}

#workbook .scanner-drop-card .workbook-step {
  min-width: 0 !important;
  padding: 8px !important;
  display: flex !important;
  gap: 7px !important;
  color: #657a70 !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
}

#workbook .scanner-drop-card .workbook-step span {
  width: 24px !important;
  height: 24px !important;
  flex: 0 0 24px !important;
  color: #8a6c00 !important;
  background: #edf2ef !important;
  border-radius: 50% !important;
  font-size: 10px !important;
}

#workbook .scanner-drop-card .workbook-step strong {
  overflow: hidden !important;
  color: #657a70 !important;
  font-size: 11px !important;
  font-weight: 750 !important;
  line-height: 1.25 !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

#workbook .scanner-drop-card .workbook-step.active strong,
#workbook .scanner-drop-card .workbook-step.ready strong,
#workbook .scanner-drop-card .workbook-step.complete strong {
  color: var(--skillset-ink) !important;
}

#workbook .scanner-drop-card .workbook-step.active span,
#workbook .scanner-drop-card .workbook-step.ready span {
  color: #062819 !important;
  background: var(--skillset-gold) !important;
}

#workbook .scanner-drop-card .workbook-step.complete span {
  color: #ffffff !important;
  background: var(--skillset-green-3) !important;
}

#workbook .scanner-drop-card .security-note {
  min-height: 36px !important;
  margin: 0 !important;
  padding: 10px 12px !important;
  color: #526c61 !important;
  background: #f3f7f4 !important;
  border-left: 3px solid var(--skillset-green-3) !important;
  font-size: 11px !important;
  line-height: 1.45 !important;
}

@media (max-width: 1080px) {
  #workbook .workbook-hero.scanner-import-hero {
    grid-template-columns: 1fr !important;
    gap: 42px !important;
  }

  #workbook .scanner-import-hero .hero-copy,
  #workbook .scanner-import-hero .hero-copy h2,
  #workbook .scanner-import-hero .hero-copy p,
  #workbook .hero-checks {
    max-width: 720px !important;
  }
}

@media (max-width: 620px) {
  #workbook.view {
    padding: 34px 16px 54px !important;
  }

  #workbook .scanner-import-hero .hero-copy h2 {
    font-size: clamp(42px, 13vw, 58px) !important;
  }

  #workbook .scanner-drop-card {
    padding: 20px !important;
  }

  #workbook .scanner-drop-card .scanner-upload-zone,
  #workbook .scanner-drop-card .workbook-file-drop {
    min-height: 285px !important;
    padding: 28px 18px !important;
  }

  #workbook .loader-actions {
    flex-direction: column !important;
  }

  #workbook .loader-actions button {
    width: 100% !important;
  }

  #workbook .workbook-steps {
    grid-template-columns: 1fr !important;
  }

  #workbook .scanner-drop-card .workbook-step strong {
    white-space: normal !important;
  }
}
