body {
  margin: 0;
  background: #f5f6f4;
  color: var(--purple-900, #240046);
}

.hub-gate {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
}

.gate-card {
  max-width: 460px;
  background: #ffffff;
  border: 1px solid #dbe4df;
  border-radius: 18px;
  box-shadow: 0 16px 40px rgba(90, 24, 154, .08);
  padding: 2rem;
  text-align: center;
}

.gate-card h2 {
  margin: 0 0 .6rem;
  font-size: 1.25rem;
  color: var(--purple-900, #240046);
}

.gate-card p {
  margin: 0;
  color: #5d6d68;
  line-height: 1.7;
  font-size: .94rem;
}

.hub-shell {
  display: none;
}

.hub-hero {
  background: var(--header-grad, linear-gradient(135deg, #240046 0%, #5a189a 54%, #8c3fd1 100%));
  color: #ffffff;
  border-bottom: 4px solid var(--orange-accent-stripe, #f97316);
  padding: 1.5rem 0 1.3rem;
}

.hub-wrap {
  width: min(960px, calc(100% - 2rem));
  margin: 0 auto;
}

.hero-kicker {
  font-size: .74rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .8);
  margin-bottom: .55rem;
}

.hero-main h1 {
  margin: 0;
  font-family: var(--font-display);
  font-optical-sizing: auto;
  font-size: clamp(1.7rem, 3vw, 2.45rem);
  line-height: 1.03;
}

.hero-main p {
  margin: .7rem 0 0;
  max-width: 720px;
  color: rgba(255, 255, 255, .9);
  line-height: 1.7;
  font-size: .95rem;
}

.hero-controls {
  margin-top: 1rem;
  display: grid;
  gap: .8rem;
}

.hero-search-row {
  display: block;
}

.search-input {
  width: 100%;
  min-height: 48px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, .24);
  background: rgba(255, 255, 255, .12);
  color: #ffffff;
  font: inherit;
  padding: .92rem 1rem;
  backdrop-filter: blur(6px);
}

.search-input::placeholder {
  color: rgba(255, 255, 255, .7);
}

.search-input:focus {
  outline: none;
  border-color: rgba(255, 255, 255, .5);
  box-shadow: 0 0 0 4px rgba(255, 255, 255, .14);
}

.result-line {
  margin-top: .35rem;
  font-size: .76rem;
  color: rgba(255, 255, 255, .68);
  min-height: 1rem;
}

.hero-support-row {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
  align-items: center;
}

.hero-pill {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  border-radius: 9999px;
  padding: .45rem .8rem;
  border: 1px solid rgba(255, 255, 255, .2);
  background: rgba(255, 255, 255, .08);
  color: rgba(255, 255, 255, .9);
  font-size: .77rem;
  font-weight: 700;
}

.hero-mobile-actions {
  display: none;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .65rem;
}

.hero-mobile-action {
  min-height: 56px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, .18);
  background: rgba(255, 255, 255, .10);
  color: #ffffff;
  padding: .8rem .9rem;
  text-align: left;
  font: inherit;
  cursor: pointer;
  backdrop-filter: blur(8px);
  box-shadow: 0 14px 28px rgba(36, 0, 70, .14);
}

.hero-mobile-action strong {
  display: block;
  font-size: .88rem;
  font-weight: 800;
  line-height: 1.15;
}

.hero-mobile-action span {
  display: block;
  margin-top: .18rem;
  font-size: .74rem;
  color: rgba(255, 255, 255, .82);
  line-height: 1.35;
}

.hub-main {
  width: min(960px, calc(100% - 2rem));
  margin: 0 auto;
  padding: .9rem 0 3rem;
  display: grid;
  gap: .75rem;
}

.library-shell {
  background: #ffffff;
  border: 1px solid #dbe4df;
  border-radius: 20px;
  box-shadow: 0 14px 34px rgba(90, 24, 154, .05);
  padding: .85rem .85rem 1rem;
}

.library-shell-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: .8rem;
  padding: .15rem .15rem .8rem;
}

.library-shell-head h2 {
  margin: 0;
  font-size: 1rem;
  color: var(--purple-900, #240046);
}

.library-shell-head p {
  margin: .22rem 0 0;
  color: #5d6d68;
  font-size: .82rem;
  line-height: 1.55;
  max-width: 48ch;
}

.library-shell-badge {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  border-radius: 9999px;
  padding: .42rem .72rem;
  background: #faf7ff;
  border: 1px solid #e5dcf5;
  color: var(--purple-700, #5a189a);
  font-size: .74rem;
  font-weight: 800;
  white-space: nowrap;
}

.section-nav,
.resource-list {
  display: grid;
  gap: .85rem;
}

.hub-panel,
.browse-section {
  background: #ffffff;
  border: 1px solid #dbe4df;
  border-radius: 18px;
  box-shadow: 0 10px 28px rgba(90, 24, 154, .04);
}

.hub-panel {
  padding: 1rem 1rem 1.05rem;
}

.panel-divider {
  border-top: 1px solid #e7eeeb;
  margin: .9rem 0 .75rem;
}

.panel-greeting {
  margin: 0 0 .55rem;
  font-size: .82rem;
  font-weight: 700;
  color: var(--purple-700, #5a189a);
}

.panel-kicker {
  font-size: .74rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #f97316;
  margin-bottom: .45rem;
}

.panel-title {
  margin: 0;
  font-size: 1.12rem;
  font-weight: 800;
  color: var(--purple-900, #240046);
}

.panel-copy {
  margin: .45rem 0 0;
  color: #5d6d68;
  line-height: 1.7;
  font-size: .91rem;
}

.quick-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .7rem;
  margin-top: .7rem;
}

.quick-row {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: start;
  gap: .7rem;
  padding: 1rem 1rem;
  border: 1px solid #e5dcf5;
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff 0%, #faf8ff 100%);
  cursor: pointer;
  color: inherit;
  font: inherit;
  text-align: left;
  min-height: 108px;
  width: 100%;
  box-shadow: 0 12px 28px rgba(90, 24, 154, .05);
  transition: background .12s ease, border-color .12s ease, transform .12s ease, box-shadow .12s ease;
}

.quick-row:hover {
  background: #f6f0ff;
  border-color: #c4b5fd;
  box-shadow: 0 18px 30px rgba(90, 24, 154, .10);
  transform: translateY(-1px);
}

.quick-row.qr--official {
  background: #f7fbff;
  border-color: #bae6fd;
}

.quick-row.qr--official:hover {
  background: #e0f2fe;
  border-color: #7dd3fc;
}

.quick-row.qr--training {
  background: #fffaf6;
  border-color: #fed7aa;
}

.quick-row.qr--training:hover {
  background: #ffedd5;
  border-color: #fdba74;
}

.qr-icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: #ede9ff;
  color: var(--purple-700, #5a189a);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.quick-row.qr--official .qr-icon {
  background: #e0f2fe;
  color: #0369a1;
}

.quick-row.qr--training .qr-icon {
  background: #ffedd5;
  color: #c2410c;
}

.qr-title {
  flex: 1;
  font-size: .95rem;
  font-weight: 700;
  color: var(--purple-900, #240046);
  line-height: 1.25;
  min-width: 0;
  overflow: visible;
  text-overflow: clip;
  white-space: normal;
}

.qr-action {
  color: #6f7f79;
  display: block;
  font-size: .72rem;
  font-weight: 800;
  line-height: 1.3;
  margin-top: .28rem;
  text-transform: uppercase;
}

.qr-copy {
  color: #5d6d68;
  display: block;
  font-size: .79rem;
  font-weight: 500;
  line-height: 1.55;
  margin-top: .42rem;
}

.qr-arrow {
  color: #a67cc8;
  font-size: 1rem;
  flex-shrink: 0;
  line-height: 1;
}

.quick-row.qr--official .qr-arrow {
  color: #7dd3fc;
}

.quick-row.qr--training .qr-arrow {
  color: #fdba74;
}

.section-nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .75rem;
  margin-top: .95rem;
}

.section-nav-toolbar {
  display: none;
  margin-top: .95rem;
}

.section-mobile-trigger {
  width: 100%;
  min-height: 52px;
  border-radius: 16px;
  border: 1px solid #d6c8ec;
  background: linear-gradient(180deg, #ffffff 0%, #f8f2ff 100%);
  color: var(--purple-900, #240046);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .75rem;
  padding: .85rem 1rem;
  font: inherit;
  font-size: .88rem;
  font-weight: 800;
  box-shadow: 0 12px 30px rgba(90, 24, 154, .08);
  cursor: pointer;
}

.section-mobile-trigger-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: .12rem;
  min-width: 0;
}

.section-mobile-trigger-label {
  font-size: .72rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #8d7faa;
}

.section-mobile-trigger-value {
  color: var(--purple-900, #240046);
  font-size: .92rem;
  line-height: 1.2;
}

.section-mobile-trigger-arrow {
  color: #8c3fd1;
  font-size: 1rem;
  flex-shrink: 0;
}

.section-sheet {
  position: fixed;
  inset: 0;
  display: none;
  align-items: flex-end;
  justify-content: center;
  z-index: 1400;
  pointer-events: none;
}

.section-sheet.is-open {
  display: flex;
  pointer-events: auto;
}

.section-sheet-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(36, 0, 70, .42);
  backdrop-filter: blur(2px);
}

.section-sheet-panel {
  position: relative;
  width: min(100%, 560px);
  background: #ffffff;
  border-radius: 24px 24px 0 0;
  box-shadow: 0 -18px 48px rgba(36, 0, 70, .24);
  padding: 1rem 1rem 1.1rem;
  max-height: min(78vh, 620px);
  overflow-y: auto;
}

.section-sheet-grab {
  width: 56px;
  height: 5px;
  border-radius: 9999px;
  background: #d7cceb;
  margin: 0 auto .8rem;
}

.section-sheet-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: .75rem;
  margin-bottom: .85rem;
}

.section-sheet-head h3 {
  margin: 0 0 .2rem;
  font-size: 1rem;
  color: var(--purple-900, #240046);
}

.section-sheet-head p {
  margin: 0;
  font-size: .82rem;
  line-height: 1.55;
  color: #5d6d68;
}

.section-sheet-close {
  width: 42px;
  height: 42px;
  border-radius: 9999px;
  border: 1px solid #e4d9ff;
  background: #faf7ff;
  color: var(--purple-700, #5a189a);
  font: inherit;
  font-size: 1rem;
  font-weight: 800;
  flex-shrink: 0;
  cursor: pointer;
}

.section-sheet-list {
  display: grid;
  gap: .65rem;
}

.section-sheet-option {
  width: 100%;
  border: 1px solid #e4d9ff;
  border-radius: 16px;
  background: #ffffff;
  color: inherit;
  font: inherit;
  text-align: left;
  padding: .95rem 1rem;
  cursor: pointer;
  box-shadow: 0 8px 22px rgba(90, 24, 154, .04);
}

.section-sheet-option.is-active {
  border-color: var(--purple-700, #5a189a);
  background: #faf7ff;
  box-shadow: 0 0 0 3px rgba(90, 24, 154, .08);
}

.section-sheet-option-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .75rem;
  margin-bottom: .28rem;
  font-size: .9rem;
  font-weight: 800;
  color: var(--purple-900, #240046);
}

.section-sheet-option-desc {
  font-size: .8rem;
  line-height: 1.6;
  color: #5d6d68;
}

.section-nav-card {
  min-height: 118px;
  border-radius: 18px;
  border: 1px solid #ddd6fe;
  background: linear-gradient(180deg, #ffffff 0%, #faf8ff 100%);
  color: inherit;
  display: grid;
  gap: .55rem;
  padding: .95rem 1rem;
  cursor: pointer;
  font: inherit;
  text-align: left;
  box-shadow: 0 12px 28px rgba(90, 24, 154, .05);
  transition: background .15s ease, border-color .15s ease, color .15s ease, box-shadow .15s ease, transform .15s ease;
}

.section-nav-card:hover {
  background: #f6f0ff;
  border-color: #c4b5fd;
  box-shadow: 0 18px 30px rgba(90, 24, 154, .10);
  transform: translateY(-1px);
}

.section-nav-card.is-active {
  background: linear-gradient(135deg, #240046 0%, #5a189a 72%, #8c3fd1 100%);
  border-color: #5a189a;
  color: #ffffff;
  box-shadow: 0 16px 34px rgba(90, 24, 154, .20);
}

.snc-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: .8rem;
}

.snc-title {
  font-size: .92rem;
  font-weight: 800;
  line-height: 1.22;
  color: inherit;
}

.snc-desc {
  font-size: .8rem;
  line-height: 1.55;
  color: #5d6d68;
}

.section-nav-card.is-active .snc-desc {
  color: rgba(255, 255, 255, .84);
}

.snc-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .75rem;
  margin-top: auto;
}

.snc-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  min-height: 26px;
  border-radius: 9999px;
  background: rgba(249, 115, 22, .14);
  color: #c2410c;
  padding: 0 .55rem;
  font-size: .72rem;
  font-weight: 800;
}

.section-nav-card.is-active .snc-count {
  background: rgba(255, 255, 255, .18);
  color: #ffffff;
}

.snc-hint {
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #8d7faa;
}

.section-nav-card.is-active .snc-hint {
  color: rgba(255, 255, 255, .78);
}

.browse-toolbar {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: .8rem;
  margin-top: .2rem;
  flex-wrap: wrap;
}

.browse-toolbar-copy h3 {
  margin: 0;
  font-size: .95rem;
  color: var(--purple-900, #240046);
}

.browse-toolbar-copy p {
  margin: .2rem 0 0;
  color: #5d6d68;
  font-size: .82rem;
  line-height: 1.55;
}

.chip {
  min-height: 40px;
  border-radius: 9999px;
  border: 1px solid #ddd6fe;
  background: #faf8ff;
  color: var(--purple-700, #5a189a);
  font: inherit;
  font-size: .78rem;
  font-weight: 800;
  padding: .48rem .82rem;
  cursor: pointer;
}

.chip.is-active {
  background: var(--purple-700, #5a189a);
  border-color: var(--purple-700, #5a189a);
  color: #ffffff;
}

.browse-section {
  padding: .9rem 1rem 1rem;
}

.browse-section + .browse-section {
  margin-top: .05rem;
}

.browse-section-head {
  display: flex;
  align-items: center;
  gap: .5rem;
  margin-bottom: .75rem;
  padding-bottom: .6rem;
  border-bottom: 1px solid #e7eeeb;
}

.browse-section-title {
  flex: 1;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #8d7faa;
}

.browse-section-count {
  font-size: .76rem;
  font-weight: 700;
  color: #a67cc8;
  white-space: nowrap;
}

.incident-callout {
  background: #fff6e9;
  border: 1px solid #f7d6a8;
  border-left: 4px solid #f59e0b;
  border-radius: 14px;
  padding: 1rem 1rem .95rem;
  margin-bottom: .9rem;
}

.incident-callout-kicker {
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #b45309;
  margin-bottom: .3rem;
}

.incident-callout h3 {
  margin: 0 0 .55rem;
  font-size: .96rem;
  color: #7c2d12;
}

.incident-callout p {
  margin: .55rem 0 0;
  color: #5d6d68;
  font-size: .82rem;
  line-height: 1.65;
}

.incident-table {
  width: 100%;
  border-collapse: collapse;
  font-size: .82rem;
}

.incident-table th {
  text-align: left;
  padding: .4rem .5rem;
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #b45309;
  border-bottom: 2px solid #fde7c1;
}

.incident-table td {
  padding: .42rem .5rem;
  color: #3d3d3d;
  border-bottom: 1px solid #e7e7df;
  vertical-align: top;
  line-height: 1.5;
}

.incident-table td.timeframe {
  font-weight: 800;
  color: #b45309;
  white-space: nowrap;
}

.incident-callout-link {
  display: inline-block;
  margin-top: .65rem;
  color: #b45309;
  font-size: .8rem;
  font-weight: 800;
  text-decoration: underline;
}

.category-block + .category-block {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #e7eeeb;
}

.category-title {
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #b0a3c8;
  margin-bottom: .4rem;
}

.subcategory-title {
  margin: .3rem 0 .45rem;
  font-size: .82rem;
  font-weight: 800;
  color: var(--purple-900, #240046);
}

.resource-list {
  grid-template-columns: 1fr;
  gap: .25rem;
}

.resource-card {
  display: flex;
  align-items: center;
  gap: .6rem;
  padding: .55rem .75rem;
  border: 1px solid #e7eeeb;
  border-radius: 10px;
  background: #ffffff;
  cursor: pointer;
  color: inherit;
  font: inherit;
  text-align: left;
  width: 100%;
  min-height: 44px;
  flex-wrap: wrap;
  transition: background .12s ease, border-color .12s ease;
}

.resource-card:hover {
  background: #faf7ff;
  border-color: #c4b5fd;
}

.resource-card[disabled] {
  cursor: wait;
  opacity: .76;
}

.resource-icon {
  width: 28px;
  height: 28px;
  border-radius: 7px;
  background: #ede9ff;
  color: var(--purple-700, #5a189a);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.resource-icon.ri--official {
  background: #e0f2fe;
  color: #0369a1;
}

.resource-icon.ri--training {
  background: #ffedd5;
  color: #c2410c;
}

.resource-icon.ri--hub {
  background: #f1f5f9;
  color: #475569;
}

.resource-title {
  flex: 1;
  font-size: .875rem;
  font-weight: 700;
  color: var(--purple-900, #240046);
  line-height: 1.3;
  min-width: 0;
}

.resource-action {
  color: #6f7f79;
  display: block;
  font-size: .7rem;
  font-weight: 800;
  line-height: 1.2;
  margin-top: .1rem;
  text-transform: uppercase;
}

.rc-arrow {
  color: #c4b5fd;
  font-size: 1rem;
  flex-shrink: 0;
}

.empty-state {
  border-radius: 16px;
  border: 1.5px dashed #c9d9d2;
  background: #ffffff;
  color: #5d6d68;
  padding: 1.25rem;
  font-size: .89rem;
  line-height: 1.7;
}

.browse-prompt {
  border-radius: 10px;
  border: 1.5px dashed #ddd6fe;
  background: #faf8ff;
  color: #8d7faa;
  padding: 1.25rem 1rem;
  font-size: .86rem;
  text-align: center;
}

@media (max-width: 900px) {
  .hub-wrap,
  .hub-main {
    width: min(100%, calc(100% - 1rem));
  }

  .hub-main {
    padding-top: .7rem;
    padding-bottom: 7rem;
  }

  .hub-panel {
    padding-top: .9rem;
    box-shadow: 0 10px 24px rgba(90, 24, 154, .06);
  }

  .panel-divider {
    display: none;
  }

  .section-nav {
    grid-template-columns: 1fr;
  }

  .section-nav-toolbar {
    display: block;
    margin-top: .75rem;
  }

  .library-shell-head {
    display: block;
  }

  .library-shell-badge {
    margin-top: .6rem;
  }

  .browse-toolbar {
    align-items: stretch;
  }

  .browse-toolbar-copy {
    width: 100%;
  }

  .resource-list {
    grid-template-columns: 1fr;
  }

  .browse-section-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .browse-section-count {
    white-space: normal;
  }

  .browse-section,
  .hub-panel,
  .library-shell {
    scroll-margin-top: 1rem;
  }

  .mobile-home-rail {
    display: grid;
  }
}

@media (max-width: 640px) {
  .hub-hero {
    padding: 1rem 0 .95rem;
  }

  .hub-wrap,
  .hub-main {
    width: min(100%, calc(100% - .75rem));
  }

  .hero-main h1 {
    font-size: 1.9rem;
  }

  .quick-list {
    grid-template-columns: 1fr;
  }

  .section-nav-card {
    min-height: 106px;
    padding: .9rem;
  }

  .hero-support-row {
    gap: .45rem;
  }

  .hero-mobile-actions {
    display: grid;
  }

  .quick-row {
    padding: 1rem;
    min-height: 112px;
  }

  .section-sheet-panel {
    width: 100%;
    max-height: 82vh;
  }

  .resource-card {
    padding: .75rem .82rem;
    min-height: 58px;
    border-radius: 14px;
  }

  .resource-title {
    font-size: .9rem;
  }

  .library-shell {
    padding: .75rem .7rem 1rem;
    border-radius: 18px;
  }

  .browse-section {
    padding: .82rem .82rem .95rem;
  }

  .incident-table,
  .incident-table thead,
  .incident-table tbody,
  .incident-table tr,
  .incident-table th,
  .incident-table td {
    display: block;
    width: 100%;
  }

  .incident-table thead {
    display: none;
  }

  .incident-table tr {
    padding: .55rem 0;
    border-bottom: 1px solid #ecdcbc;
  }

  .incident-table td {
    border-bottom: 0;
    padding: .08rem 0;
  }

  .incident-table td.timeframe {
    margin-top: .18rem;
  }
}

.mobile-home-rail {
  position: fixed;
  left: .75rem;
  right: .75rem;
  bottom: .75rem;
  z-index: 1200;
  display: none;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: .45rem;
  padding: .45rem;
  border-radius: 22px;
  background: rgba(36, 0, 70, .92);
  box-shadow: 0 20px 46px rgba(36, 0, 70, .28);
  backdrop-filter: blur(14px);
}

.mobile-home-rail__btn {
  min-height: 58px;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, .88);
  border-radius: 16px;
  padding: .55rem .35rem;
  font: inherit;
  cursor: pointer;
  text-align: center;
}

.mobile-home-rail__btn strong {
  display: block;
  font-size: .74rem;
  font-weight: 800;
  line-height: 1.1;
}

.mobile-home-rail__btn span {
  display: block;
  margin-top: .12rem;
  font-size: .64rem;
  color: rgba(255, 255, 255, .62);
  line-height: 1.25;
}

.mobile-home-rail__btn.is-accent {
  background: rgba(255, 255, 255, .1);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .08);
}

.new-staff-strip {
  background: #faf7ff;
  border: 1.5px solid #ddd6fe;
  border-left: 4px solid var(--purple-700, #5a189a);
  border-radius: 10px;
  padding: .7rem 1rem;
  font-size: .86rem;
  color: var(--purple-900, #240046);
  line-height: 1.5;
}

.new-staff-strip-link {
  background: none;
  border: none;
  padding: 0;
  font: inherit;
  color: var(--purple-700, #5a189a);
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}

.new-staff-strip-link:hover {
  text-decoration: underline;
}

.compliance-callout {
  background: #faf7ff;
  border: 1px solid #e8e0f8;
  border-left: 4px solid var(--purple-700, #5a189a);
  border-radius: 14px;
  padding: 1rem 1.05rem;
  margin-bottom: .9rem;
}

.compliance-callout-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.compliance-callout-label {
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--purple-700, #5a189a);
  margin-bottom: .45rem;
}

.compliance-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: .38rem;
}

.compliance-chip {
  display: inline-flex;
  align-items: center;
  border-radius: 9999px;
  padding: .25rem .62rem;
  font-size: .74rem;
  font-weight: 800;
  background: #ffedd5;
  color: #9a3412;
  border: 1px solid #fed7aa;
}

.compliance-chip.cc--reading {
  background: #ede9ff;
  color: var(--purple-700, #5a189a);
  border-color: #ddd6fe;
}

@media (max-width: 720px) {
  .new-staff-strip {
    flex-direction: column;
    align-items: flex-start;
  }
  .compliance-callout-cols {
    grid-template-columns: 1fr;
  }
}
