/* [project]/src/app/globals.css [app-client] (css) */
:root {
  --lightningcss-light: initial;
  --lightningcss-dark: ;
  color-scheme: light;
  --canvas: #eef4f7;
  --paper: #fff;
  --paper-muted: #f7fafb;
  --ink: #102b3d;
  --ink-soft: #355269;
  --muted: #64798c;
  --line: #d5e2e8;
  --line-strong: #b8ced9;
  --navy: #0c3048;
  --navy-deep: #09263a;
  --teal: #007d91;
  --teal-strong: #006a7d;
  --teal-soft: #e2f4f5;
  --sky-soft: #eaf3f8;
  --amber: #9b6209;
  --amber-soft: #fff4db;
  --danger: #ae352d;
  --danger-soft: #feeceb;
  --success: #14734b;
  --success-soft: #e3f4ea;
  --shadow: 0 18px 44px #0f2e4417;
  --shadow-soft: 0 8px 24px #0f2e440e;
  --radius: 18px;
}

* {
  box-sizing: border-box;
}

html {
  background: var(--canvas);
  min-height: 100%;
}

body {
  background: linear-gradient(90deg,
      transparent 0,
      transparent calc(50% - 590px),
      #007d910b calc(50% - 590px),
      #007d910b calc(50% - 589px),
      transparent calc(50% - 589px),
      transparent calc(50% + 589px),
      #007d910b calc(50% + 589px),
      #007d910b calc(50% + 590px),
      transparent calc(50% + 590px)),
    var(--canvas);
  min-height: 100vh;
  color: var(--ink);
  margin: 0;
  font-family: Aptos, Noto Sans CJK SC, Microsoft YaHei, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;
  line-height: 1.58;
}

button, input, select, textarea {
  font: inherit;
}

button, .button-link {
  background: var(--teal);
  color: #fff;
  cursor: pointer;
  letter-spacing: .01em;
  border: 0;
  border-radius: 10px;
  font-weight: 760;
  transition: background .16s, box-shadow .16s, transform .16s;
}

button:hover:not(:disabled), .button-link:hover {
  background: var(--teal-strong);
  text-decoration: none;
  transform: translateY(-1px);
  box-shadow: 0 8px 18px #006a7d33;
}

button:disabled {
  cursor: not-allowed;
  opacity: .58;
}

button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, summary:focus-visible {
  outline-offset: 3px;
  outline: 3px solid #007d9157;
}

a {
  color: var(--teal-strong);
  text-underline-offset: 3px;
  text-decoration-color: #006a7d6b;
}

a:hover {
  color: var(--navy);
}

h1, h2, h3, p {
  overflow-wrap: anywhere;
}

h1, h2, h3 {
  color: var(--ink);
  letter-spacing: -.025em;
}

h1 {
  margin: 0;
  font-size: clamp(2rem, 3.6vw, 3.25rem);
  line-height: 1.15;
}

h2 {
  margin: 0;
  font-size: clamp(1.35rem, 2.2vw, 1.85rem);
  line-height: 1.25;
}

h3 {
  margin: 0;
  font-size: 1.08rem;
}

code, pre {
  font-family: Cascadia Mono, SFMono-Regular, Consolas, Liberation Mono, monospace;
}

code {
  color: #16445f;
  overflow-wrap: anywhere;
  background: #edf4f7;
  border-radius: 4px;
  padding: .1em .3em;
  font-size: .92em;
}

.shell {
  width: min(1200px, 100%);
  margin: 0 auto;
  padding: 30px 26px 56px;
}

.topbar {
  z-index: 10;
  background: var(--navy);
  color: #fff;
  position: relative;
  box-shadow: 0 4px 18px #09263a29;
}

.topbar:after {
  background: linear-gradient(90deg, var(--teal), #82d7df 50%, var(--teal));
  content: "";
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.topbar .shell {
  padding-block: 13px;
}

.topbar-inner {
  justify-content: space-between;
  align-items: center;
  gap: 22px;
  display: flex;
}

.brand {
  color: #fff;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  display: inline-flex;
}

.brand:hover {
  color: #fff;
  text-decoration: none;
}

.brand-mark {
  color: #fff;
  flex: 0 0 32px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  transition: transform .14s, filter .14s;
  display: inline-flex;
}

.brand-mark svg {
  width: 32px;
  height: 32px;
  display: block;
  overflow: visible;
}

.brand-mark path:first-child {
  fill: none;
  stroke: #82d7df;
  stroke-linecap: square;
  stroke-linejoin: miter;
  stroke-width: 1.7px;
}

.brand-mark path:last-child {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3px;
}

.brand:hover .brand-mark {
  filter: brightness(1.08);
  transform: translateY(-1px);
}

.brand-copy {
  gap: 1px;
  font-weight: 780;
  line-height: 1.08;
  display: grid;
}

.brand-copy small {
  color: #b8d9e5;
  letter-spacing: .04em;
  font-size: .68rem;
  font-weight: 600;
}

.topnav {
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 4px;
  display: flex;
}

.locale-selector {
  color: #b8d9e5;
  white-space: nowrap;
  align-items: center;
  gap: 3px;
  margin-right: 6px;
  font-size: .82rem;
  display: inline-flex;
}

.locale-button, .locale-active {
  color: #b8d9e5;
  background: none;
  border-radius: 5px;
  width: auto;
  padding: 4px 5px;
  font-size: .82rem;
  font-weight: 700;
}

.locale-button:hover:not(:disabled), .locale-active:hover:not(:disabled) {
  box-shadow: none;
  background: #ffffff1a;
  transform: none;
}

.locale-active {
  color: #fff;
  text-underline-offset: 3px;
  text-decoration: underline;
}

.topnav a {
  color: #e8f5fa;
  border-radius: 7px;
  padding: 7px 9px;
  font-size: .92rem;
  font-weight: 670;
  text-decoration: none;
}

.topnav a:hover {
  color: #fff;
  background: #ffffff1a;
}

.logout-form {
  align-items: center;
  gap: 8px;
  margin: 0 0 0 5px;
  display: flex;
}

.access-role {
  color: #c9e7ef;
  white-space: nowrap;
  border: 1px solid #bde4eb59;
  border-radius: 999px;
  padding: 3px 8px;
  font-size: .78rem;
}

.topbar-button {
  color: #fff;
  background: none;
  border: 1px solid #89b8ca;
  border-radius: 7px;
  width: auto;
  padding: 6px 10px;
  font-size: .82rem;
  font-weight: 690;
}

.topbar-button:hover:not(:disabled) {
  box-shadow: none;
  background: #ffffff1f;
}

.eyebrow, .section-kicker {
  color: var(--teal-strong);
  letter-spacing: .12em;
  margin: 0 0 8px;
  font-size: .72rem;
  font-weight: 850;
  line-height: 1.25;
}

.section-kicker, .muted {
  color: var(--muted);
}

.error {
  color: var(--danger);
}

.success {
  color: var(--success);
}

.card, .content-section, .principle-section, .run-content, .review-workbench, .scan-progress-panel, .scan-method-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
  box-shadow: var(--shadow-soft);
}

.card {
  padding: 26px;
}

.notice {
  border-left: 4px solid var(--teal);
  background: var(--teal-soft);
  color: var(--ink-soft);
  border-radius: 8px;
  margin: 16px 0;
  padding: 12px 15px;
}

.notice.error, .error.notice {
  border-left-color: var(--danger);
  background: var(--danger-soft);
}

.pill, .status-badge {
  color: #3d5667;
  white-space: nowrap;
  background: #e7eef2;
  border-radius: 999px;
  align-items: center;
  width: fit-content;
  min-height: 26px;
  padding: 3px 9px;
  font-size: .78rem;
  font-weight: 750;
  line-height: 1.2;
  display: inline-flex;
}

.status-badge-active {
  color: #006675;
  background: #dff2f5;
}

.status-badge-success {
  background: var(--success-soft);
  color: #12663f;
}

.status-badge-warning {
  background: var(--amber-soft);
  color: #885307;
}

.status-badge-danger {
  background: var(--danger-soft);
  color: #992c25;
}

.button-link {
  justify-content: center;
  align-items: center;
  min-height: 42px;
  padding: 10px 16px;
  text-decoration: none;
  display: inline-flex;
}

.button-link-compact {
  min-height: 36px;
  padding: 8px 13px;
  font-size: .9rem;
}

.secondary-link, .text-link {
  color: var(--teal-strong);
  align-items: center;
  gap: 5px;
  font-weight: 740;
  display: inline-flex;
}

.secondary-link {
  border: 1px solid var(--line-strong);
  background: #fff;
  border-radius: 9px;
  min-height: 36px;
  padding: 8px 12px;
  text-decoration: none;
}

.secondary-link:hover {
  border-color: var(--teal);
  background: var(--teal-soft);
  text-decoration: none;
}

button.secondary {
  color: var(--ink);
  background: #e8f0f5;
}

button.secondary:hover:not(:disabled) {
  box-shadow: none;
  background: #d8e8ef;
}

.danger-button {
  background: var(--danger);
}

.danger-button:hover:not(:disabled) {
  background: #92271f;
  box-shadow: 0 8px 18px #ae352d2e;
}

.compact-button {
  width: auto;
  min-height: 32px;
  padding: 6px 10px;
  font-size: .82rem;
}

label {
  color: var(--ink);
  margin: 18px 0 7px;
  font-weight: 760;
  display: block;
}

input, select, textarea {
  border: 1px solid var(--line-strong);
  width: 100%;
  color: var(--ink);
  background: #fff;
  border-radius: 9px;
  padding: 10px 12px;
}

input:hover, select:hover, textarea:hover {
  border-color: #91b5c4;
}

input:focus, select:focus, textarea:focus {
  border-color: var(--teal);
  outline: none;
  box-shadow: 0 0 0 3px #007d9121;
}

textarea {
  resize: vertical;
  min-height: 112px;
}

.field-help, .provider-editor small {
  color: var(--muted);
  margin: 6px 0 0;
  font-size: .86rem;
  display: block;
}

.access-gate {
  border: 1px solid var(--line);
  background: var(--paper);
  max-width: 1050px;
  min-height: 560px;
  box-shadow: var(--shadow);
  border-radius: 24px 24px 24px 6px;
  grid-template-columns: minmax(0, 1.14fr) minmax(330px, .86fr);
  align-items: stretch;
  gap: 38px;
  margin: 46px auto;
  display: grid;
  overflow: hidden;
}

.access-gate-intro {
  background: linear-gradient(135deg, #007d9121, transparent 56%), var(--navy);
  color: #edf9fc;
  flex-direction: column;
  justify-content: center;
  padding: 52px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.access-gate-intro:after {
  content: "";
  border: 1px solid #a5e8ed4d;
  border-radius: 50%;
  width: 310px;
  height: 310px;
  position: absolute;
  bottom: -95px;
  right: -90px;
  box-shadow: 0 0 0 34px #a5e8ed0f, 0 0 0 68px #a5e8ed0a;
}

.access-gate-intro > * {
  z-index: 1;
  position: relative;
}

.access-gate-intro .eyebrow {
  color: #8cdae4;
}

.access-gate-intro h2 {
  color: #fff;
  max-width: 540px;
  margin: 0;
  font-size: clamp(2rem, 3.8vw, 3.25rem);
  line-height: 1.16;
}

.access-gate-intro em {
  color: #a7edf0;
  font-style: normal;
}

.access-gate-intro > p {
  color: #c5e0ea;
  max-width: 550px;
  margin: 20px 0 0;
}

.access-flow {
  gap: 14px;
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
}

.access-flow li, .scan-method-list li {
  grid-template-columns: 35px minmax(0, 1fr);
  gap: 12px;
  display: grid;
}

.access-flow li > span, .scan-method-list li > span {
  color: #85d6df;
  font-family: Cascadia Mono, monospace;
  font-size: .76rem;
  font-weight: 800;
}

.access-flow strong {
  color: #f3fcfe;
  font-size: .96rem;
  display: block;
}

.access-flow p {
  color: #bbd9e5;
  margin: 3px 0 0;
  font-size: .86rem;
}

.access-login {
  align-self: center;
  padding: 45px 44px;
}

.access-login h1 {
  margin-top: 2px;
  font-size: 2rem;
}

.access-login > .muted {
  margin: 10px 0 0;
}

.access-login-form {
  margin-top: 24px;
}

.access-login-form button {
  width: 100%;
  margin-top: 20px;
  padding: 11px 14px;
}

.home-hero {
  background: linear-gradient(125deg, #007d9114, transparent 46%), var(--paper);
  box-shadow: var(--shadow);
  border: 1px solid #bfd6df;
  border-radius: 22px 22px 22px 5px;
  grid-template-columns: minmax(0, 1.3fr) minmax(280px, .7fr);
  gap: 30px;
  display: grid;
  overflow: hidden;
}

.home-hero-copy {
  padding: 42px;
}

.home-hero h1 {
  max-width: 720px;
  font-size: clamp(2.15rem, 4vw, 3.45rem);
}

.home-hero-lede {
  max-width: 700px;
  color: var(--ink-soft);
  margin: 17px 0 0;
  font-size: 1.03rem;
}

.hero-actions {
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
  margin-top: 26px;
  display: flex;
}

.home-method {
  color: #e6f5f8;
  background: linear-gradient(165deg, #0e3a54, #0c3048);
  border-left: 1px solid #c7dde5;
  align-self: stretch;
  padding: 33px 30px;
}

.method-label {
  color: #8fdbe4;
  letter-spacing: .12em;
  margin: 0;
  font-size: .72rem;
  font-weight: 830;
}

.method-list {
  gap: 0;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
}

.method-list li {
  border-top: 1px solid #c4e7ed2e;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 12px;
  padding: 13px 0;
  display: grid;
}

.method-list li:first-child {
  border-top: 0;
}

.method-list span {
  color: #8cdae4;
  font-family: Cascadia Mono, monospace;
  font-size: .74rem;
  font-weight: 800;
}

.method-list strong {
  color: #f4fcfd;
  font-size: .94rem;
}

.content-section, .principle-section {
  margin-top: 22px;
  padding: 29px;
}

.section-heading {
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  display: flex;
}

.section-heading-spacious {
  margin-bottom: 20px;
}

.section-heading > div > .muted, .section-heading > p {
  max-width: 560px;
  margin: 8px 0 0;
}

.run-list {
  gap: 10px;
  display: grid;
}

.run-row {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 12px;
  align-items: stretch;
  gap: 16px;
  padding: 0;
  transition: border-color .15s, box-shadow .15s;
  display: flex;
  overflow: hidden;
}

.run-row:hover {
  border-color: #a8c9d5;
  box-shadow: 0 7px 18px #0f2e440f;
}

.run-row-link {
  min-width: 0;
  color: inherit;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  padding: 16px 18px;
  text-decoration: none;
  display: flex;
}

.run-row-link:hover {
  color: inherit;
  text-decoration: none;
}

.run-row-info {
  gap: 4px;
  min-width: 0;
  display: grid;
}

.run-row-info strong {
  color: var(--ink);
  font-size: 1rem;
}

.run-row-info .muted {
  font-size: .88rem;
}

.run-row-open {
  color: var(--teal-strong);
  white-space: nowrap;
  font-size: .86rem;
  font-weight: 750;
}

.run-row-open span {
  margin-left: 3px;
}

.run-row-meta {
  flex: none;
  align-items: center;
  gap: 8px;
  padding: 0 16px 0 0;
  display: flex;
}

.empty-state {
  background: var(--paper-muted);
  border: 1px dashed #acc7d2;
  border-radius: 12px;
}

.app-empty-state {
  padding: 28px;
}

.app-empty-state strong {
  font-size: 1.05rem;
  display: block;
}

.app-empty-state p {
  max-width: 620px;
  color: var(--muted);
  margin: 6px 0 0;
}

.app-empty-state .button-link {
  margin-top: 16px;
}

.principle-summary {
  max-width: 390px;
  margin: 0;
}

.principle-overview {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  display: grid;
}

.principle-overview article {
  border: 1px solid var(--line);
  background: linear-gradient(#fff, #f9fcfd);
  border-radius: 11px;
  grid-template-columns: 36px minmax(0, 1fr);
  gap: 12px;
  min-height: 128px;
  padding: 17px;
  display: grid;
}

.principle-overview article > span {
  color: var(--teal);
  font-family: Cascadia Mono, monospace;
  font-size: 1.35rem;
  font-weight: 850;
}

.principle-overview h3 {
  color: var(--ink);
}

.principle-overview p {
  color: var(--muted);
  margin: 6px 0 0;
  font-size: .84rem;
}

.scan-create-layout {
  grid-template-columns: minmax(0, 1.02fr) minmax(285px, .68fr);
  gap: 20px;
  max-width: 1040px;
  margin: 18px auto;
  display: grid;
}

.scan-form-card {
  padding: 34px;
}

.scan-form-card h1 {
  margin-top: 1px;
}

.scan-form-lede {
  max-width: 610px;
  color: var(--ink-soft);
  margin: 13px 0 0;
}

.scan-form-card form > button {
  width: 100%;
  margin-top: 22px;
  padding: 11px 14px;
}

.scan-limit-note {
  border-left: 3px solid var(--amber);
  background: var(--amber-soft);
  color: #724b0d;
  border-radius: 6px;
  margin: 9px 0 0;
  padding: 10px 12px;
  font-size: .88rem;
}

.scan-method-card {
  background: linear-gradient(160deg, #007d9112, transparent 42%), var(--paper);
  padding: 31px 29px;
}

.scan-method-card h2 {
  margin-top: 4px;
}

.scan-method-list {
  gap: 18px;
  margin: 25px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
}

.scan-method-list li > span {
  color: var(--teal);
}

.scan-method-list strong {
  color: var(--ink);
  display: block;
}

.scan-method-list p {
  color: var(--muted);
  margin: 4px 0 0;
  font-size: .88rem;
}

.scan-progress-page {
  max-width: 980px;
  margin: 14px auto;
}

.scan-progress-hero {
  background: var(--navy);
  color: #fff;
  border-radius: 20px 20px 0 0;
  justify-content: space-between;
  align-items: flex-end;
  gap: 20px;
  padding: 31px 32px 25px;
  display: flex;
}

.scan-progress-hero .eyebrow {
  color: #8fdae3;
}

.scan-progress-hero h1 {
  color: #fff;
}

.scan-origin {
  color: #c4dfeb;
  margin: 8px 0 0;
  font-size: 1.02rem;
}

.scan-progress-panel {
  border-top: 0;
  border-radius: 0 0 20px 20px;
  padding: 28px 32px 32px;
}

.scan-progress-context p:last-child {
  color: var(--ink-soft);
  margin: 3px 0 0;
}

.progress-bar {
  background: #e2edf2;
  border-radius: 999px;
  height: 10px;
  overflow: hidden;
}

.progress-bar span {
  border-radius: inherit;
  background: linear-gradient(90deg, var(--teal), #37acbc);
  height: 100%;
  transition: width .26s;
  display: block;
}

.scan-progress-bar {
  margin: 22px 0;
}

.scan-progress-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  display: grid;
}

.scan-progress-grid > div {
  border: 1px solid var(--line);
  background: var(--paper-muted);
  border-radius: 11px;
  min-height: 108px;
  padding: 15px;
}

.scan-progress-grid span, .scan-progress-grid strong, .scan-progress-grid small {
  display: block;
}

.scan-progress-grid span, .scan-progress-grid small {
  color: var(--muted);
  font-size: .8rem;
}

.scan-progress-grid strong {
  color: var(--ink);
  margin: 5px 0;
  font-size: 1.7rem;
  line-height: 1.1;
}

.scan-progress-note {
  color: var(--muted);
  margin: 18px 0;
  font-size: .87rem;
}

.run-page {
  max-width: 1160px;
  margin: 10px auto;
}

.run-header {
  background: linear-gradient(120deg, #007d9112, transparent 55%), var(--paper);
  border: 1px solid #bfd6df;
  border-radius: 20px 20px 0 0;
  justify-content: space-between;
  align-items: flex-end;
  gap: 22px;
  padding: 31px 33px 26px;
  display: flex;
}

.run-origin {
  color: var(--muted);
  margin: 9px 0 0;
}

.run-header-status {
  text-align: right;
  justify-items: end;
  gap: 8px;
  display: grid;
}

.run-header-status > span:last-child {
  color: var(--muted);
  font-size: .82rem;
}

.tabbar {
  gap: 0;
  display: flex;
  overflow: auto;
}

.run-tabbar {
  border: 1px solid var(--line);
  background: #f3f8fa;
  border-top: 0;
}

.tabbar button {
  border-right: 1px solid var(--line);
  min-width: 150px;
  color: var(--ink-soft);
  box-shadow: none;
  background: none;
  border-bottom: 3px solid #0000;
  border-radius: 0;
  flex: 1 0 auto;
  margin: 0;
  padding: 13px 16px;
  font-weight: 760;
  transform: none;
}

.tabbar button:last-child {
  border-right: 0;
}

.tabbar button:hover:not(:disabled) {
  box-shadow: none;
  background: #e7f1f5;
  transform: none;
}

.tabbar button.active {
  border-bottom-color: var(--teal);
  color: var(--ink);
  background: #fff;
}

.tab-count {
  background: #e5edf1;
  border-radius: 999px;
  margin-left: 4px;
  padding: 2px 7px;
  font-size: .8rem;
}

.run-content {
  border-top: 0;
  border-radius: 0 0 20px 20px;
  min-height: 440px;
  padding: 28px;
}

.run-message {
  margin-top: 14px;
}

.score-surface {
  background: linear-gradient(120deg, #007d9121, #0000 54%), #f7fcfc;
  border: 1px solid #b7d8df;
  border-radius: 15px;
  grid-template-columns: minmax(0, 1.18fr) minmax(260px, .82fr);
  gap: 26px;
  padding: 29px 30px;
  display: grid;
}

.score-surface > div > strong {
  color: var(--navy);
  letter-spacing: -.065em;
  margin: 2px 0 9px;
  font-size: clamp(2.5rem, 5vw, 4.4rem);
  line-height: 1;
  display: block;
}

.score-surface > div > p:last-child {
  max-width: 650px;
  color: var(--ink-soft);
  margin: 0;
}

.score-comparison {
  align-content: center;
  gap: 10px;
  margin: 0;
  display: grid;
}

.score-comparison div {
  background: #ffffffc7;
  border-left: 3px solid #8bbdc8;
  padding: 13px 15px;
}

.score-comparison dt {
  color: var(--muted);
  font-size: .8rem;
}

.score-comparison dd {
  color: var(--ink);
  margin: 3px 0 0;
  font-size: 1.15rem;
  font-weight: 790;
}

.run-metric-grid, .report-metric-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 20px;
  display: grid;
}

.run-metric-grid article, .report-metric-grid article {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 12px;
  min-height: 120px;
  padding: 17px;
}

.run-metric-grid span, .report-metric-grid span {
  color: var(--muted);
  font-size: .82rem;
  font-weight: 700;
  display: block;
}

.run-metric-grid strong, .report-metric-grid strong {
  color: var(--ink);
  letter-spacing: -.04em;
  margin: 4px 0;
  font-size: 2rem;
  line-height: 1.05;
  display: block;
}

.run-metric-grid small, .report-metric-grid small {
  color: var(--muted);
  font-size: .78rem;
}

.principle-score-section {
  margin-top: 28px;
}

.principle-score-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  display: grid;
}

.principle-score-grid article {
  border: 1px solid var(--line);
  background: linear-gradient(#fff, #f9fcfd);
  border-radius: 13px;
  justify-content: space-between;
  align-items: flex-end;
  min-height: 140px;
  padding: 20px;
  display: flex;
}

.principle-score-grid article > span {
  color: #8fb6c5;
  font-family: Cascadia Mono, monospace;
  font-size: 1.5rem;
  font-weight: 850;
}

.principle-score-grid h3 {
  color: var(--muted);
  font-size: .9rem;
  font-weight: 720;
}

.principle-score-grid strong {
  color: var(--teal-strong);
  margin-top: 4px;
  font-size: 2.25rem;
  line-height: 1;
  display: block;
}

.next-step-note {
  border-left: 4px solid var(--teal);
  background: var(--sky-soft);
  border-radius: 8px;
  margin-top: 25px;
  padding: 17px 19px;
}

.next-step-note strong {
  color: var(--navy);
}

.next-step-note p {
  color: var(--ink-soft);
  margin: 4px 0 0;
}

.violation-list > .section-heading {
  margin-bottom: 18px;
}

.violation-list {
  gap: 12px;
  display: grid;
}

.violation-card {
  border: 1px solid var(--line);
  border-left: 5px solid var(--teal);
  background: #fff;
  border-radius: 12px;
  padding: 21px;
}

.violation-rule-card > summary {
  cursor: pointer;
  list-style: none;
}

.violation-rule-card > summary::-webkit-details-marker {
  display: none;
}

.violation-rule-card > summary:before {
  content: "＋";
  float: right;
  color: var(--teal);
  font-size: 1.1rem;
}

.violation-rule-card[open] > summary:before {
  content: "−";
}

.violation-rule-body {
  border-top: 1px solid var(--line);
  margin-top: 18px;
  padding-top: 16px;
}

.rule-explanation {
  gap: 10px;
  margin: 0 0 16px;
  display: grid;
}

.rule-explanation div {
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 12px;
  display: grid;
}

.rule-explanation dt {
  color: var(--muted);
  font-weight: 700;
}

.rule-explanation dd {
  color: var(--ink-soft);
  margin: 0;
}

.rule-stats {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.rule-stats dd {
  font-weight: 800;
}

.axe-rule-source {
  background: var(--sky-soft);
  border-radius: 8px;
  padding: 13px;
}

.axe-rule-source p {
  margin: 0 0 7px;
}

.rule-page-evidence {
  margin-top: 15px;
}

.rule-page-evidence h4 {
  margin: 0 0 8px;
  font-size: .95rem;
}

.rule-page-evidence h4 a {
  color: var(--teal-strong);
}

.rule-evidence code {
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  background: var(--sky-soft);
  border-radius: 6px;
  padding: 8px;
  font-size: .78rem;
  display: block;
  overflow: auto;
}

.rule-evidence pre {
  max-height: 240px;
}

.violation-card-heading {
  justify-content: space-between;
  align-items: flex-start;
  gap: 18px;
  display: flex;
}

.rule-id {
  color: var(--teal-strong);
  margin: 0 0 4px;
  font-family: Cascadia Mono, monospace;
  font-size: .82rem;
  font-weight: 800;
}

.impact-tag {
  min-width: 74px;
  color: var(--ink-soft);
  text-align: center;
  text-transform: lowercase;
  background: #edf2f4;
  border-radius: 999px;
  padding: 4px 8px;
  font-size: .76rem;
  font-weight: 780;
}

.impact-critical {
  background: var(--danger-soft);
  color: #972c25;
}

.impact-serious {
  color: #9a4a10;
  background: #fff0e3;
}

.impact-moderate {
  background: var(--amber-soft);
  color: #885307;
}

.impact-minor {
  background: var(--teal-soft);
  color: #006675;
}

.finding-details {
  gap: 11px;
  margin: 18px 0;
  display: grid;
}

.finding-details div {
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 12px;
  display: grid;
}

.finding-details dt {
  color: var(--muted);
  font-size: .84rem;
  font-weight: 700;
}

.finding-details dd {
  min-width: 0;
  color: var(--ink-soft);
  margin: 0;
}

.report-preview-hero {
  background: linear-gradient(135deg, #007d911c, transparent 55%), var(--paper-muted);
  border: 1px solid #bbd6df;
  border-radius: 15px;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 22px;
  padding: 27px 28px;
  display: grid;
}

.report-preview-hero h2 {
  margin-top: 2px;
}

.report-preview-hero p:last-child {
  max-width: 650px;
  color: var(--ink-soft);
  margin: 9px 0 0;
}

.report-preview-score {
  background: var(--navy);
  color: #fff;
  text-align: right;
  border-radius: 11px;
  min-width: 165px;
  padding: 14px 17px;
}

.report-preview-score span, .report-preview-score strong {
  display: block;
}

.report-preview-score span {
  color: #9bdde5;
  font-size: .78rem;
}

.report-preview-score strong {
  letter-spacing: -.04em;
  margin-top: 4px;
  font-size: 1.7rem;
}

.report-metric-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.report-coverage {
  border-top: 1px solid var(--line);
  margin-top: 26px;
  padding-top: 24px;
}

.coverage-summary {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 20px 0 26px;
  display: grid;
}

.coverage-summary > div {
  background: #f7fbfc;
  border: 1px solid #d9e7eb;
  border-radius: 10px;
  padding: 13px 15px;
}

.coverage-summary span, .coverage-summary strong {
  display: block;
}

.coverage-summary span {
  color: var(--muted);
  font-size: .76rem;
}

.coverage-summary strong {
  margin-top: 4px;
  font-size: .96rem;
}

.coverage-summary-compact {
  margin: 0 0 18px;
}

.coverage-failures {
  background: #fff8f3;
  border-left: 3px solid #d28b63;
  margin-top: 22px;
  padding: 15px 17px;
}

.coverage-failures h4 {
  margin: 0 0 9px;
  font-size: .92rem;
}

.coverage-failures ul {
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
}

.coverage-failures li {
  justify-content: space-between;
  gap: 14px;
  font-size: .84rem;
  display: flex;
}

.coverage-failures a {
  overflow-wrap: anywhere;
  min-width: 0;
}

.coverage-failures span {
  color: var(--muted);
  text-align: right;
  flex: none;
}

.page-coverage-list {
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
}

.page-coverage-list li {
  border-bottom: 1px solid #e5edf1;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 10px 0;
  display: flex;
}

.page-coverage-list a {
  overflow-wrap: anywhere;
  min-width: 0;
}

.page-coverage-list span {
  color: var(--muted);
  flex: none;
  font-size: .82rem;
}

.published-report-actions, .publish-callout {
  background: #f2fbf6;
  border: 1px solid #b7d9c8;
  border-radius: 13px;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  margin-top: 27px;
  padding: 22px;
  display: flex;
}

.publish-callout {
  background: #f1f9fb;
  border-color: #b7d6df;
}

.published-report-actions h3, .publish-callout h3 {
  margin-top: 2px;
}

.published-report-actions p:last-child, .publish-callout p:last-child {
  color: var(--ink-soft);
  margin: 5px 0 0;
}

.report-action-links {
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
  display: flex;
}

.publish-callout > button {
  flex: none;
  width: auto;
  padding: 11px 16px;
}

.review-workbench {
  padding: 27px;
}

.review-workbench-header {
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
  display: flex;
}

.review-workbench-header h2 {
  margin-top: 2px;
}

.review-workbench-header > div:first-child > p:last-child {
  max-width: 760px;
  color: var(--ink-soft);
  margin: 9px 0 0;
}

.review-count {
  border: 1px solid var(--line);
  background: var(--paper-muted);
  text-align: right;
  border-radius: 11px;
  min-width: 120px;
  padding: 13px 16px;
}

.review-count span, .review-count strong {
  display: block;
}

.review-count span {
  color: var(--muted);
  font-size: .78rem;
}

.review-count strong {
  color: var(--teal-strong);
  font-size: 1.9rem;
  line-height: 1.1;
}

.review-count small {
  color: var(--ink-soft);
  margin-top: 4px;
  font-size: .72rem;
  line-height: 1.35;
  display: block;
}

.review-resolution-summary {
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 16px;
  display: flex;
}

.review-resolution-summary span {
  border: 1px solid var(--line);
  background: var(--paper-muted);
  color: var(--ink-soft);
  border-radius: 9px;
  align-items: baseline;
  gap: 8px;
  padding: 9px 12px;
  font-size: .8rem;
  display: inline-flex;
}

.review-resolution-summary strong {
  color: var(--ink);
  font-size: 1rem;
}

.review-workbench-grid {
  grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr);
  gap: 18px;
  margin-top: 20px;
  display: grid;
}

.review-queue {
  border: 1px solid var(--line);
  background: var(--paper-muted);
  border-radius: 12px;
  padding: 14px;
}

.review-queue-heading {
  color: var(--muted);
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding: 2px 4px 11px;
  font-size: .78rem;
  display: flex;
}

.incomplete-list {
  gap: 7px;
  display: grid;
}

.incomplete-list button {
  border: 1px solid var(--line);
  width: 100%;
  min-height: 84px;
  color: var(--ink);
  text-align: left;
  box-shadow: none;
  background: #fff;
  border-radius: 9px;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 8px 9px;
  padding: 11px;
  display: grid;
  transform: none;
}

.incomplete-list button:hover:not(:disabled) {
  box-shadow: none;
  background: #f9fcfd;
  border-color: #91bcc9;
  transform: none;
}

.incomplete-list button.incomplete-active {
  border-color: var(--teal);
  box-shadow: inset 3px 0 0 var(--teal);
  background: #e9f7f8;
}

.review-item-number {
  color: var(--teal-strong);
  grid-row: span 2;
  font-family: Cascadia Mono, monospace;
  font-size: .78rem;
  font-weight: 800;
}

.review-item-copy {
  gap: 2px;
  min-width: 0;
  display: grid;
}

.review-item-copy strong {
  color: var(--ink);
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: .86rem;
  overflow: hidden;
}

.review-item-copy small, .review-item-resolution {
  color: var(--muted);
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: .75rem;
  overflow: hidden;
}

.review-item-resolution {
  color: var(--ink-soft);
  grid-column: 2;
}

.review-pagination {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 11px;
}

.incomplete-actions {
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 9px;
  display: grid;
}

.incomplete-actions button {
  min-height: 42px;
  margin: 0;
  padding: 9px 12px;
}

.review-detail {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 12px;
  padding: 24px;
}

.review-detail-heading {
  border-bottom: 1px solid var(--line);
  padding-bottom: 16px;
}

.review-resolution {
  color: var(--teal-strong);
  margin: 10px 0 0;
  font-size: .9rem;
  font-weight: 720;
}

.ai-reason {
  background: #eef5fd;
  border-left: 3px solid #5c8fd4;
  border-radius: 7px;
  margin: 18px 0;
  padding: 12px 14px;
}

.ai-reason strong {
  color: #255f99;
}

.ai-reason p {
  color: var(--ink-soft);
  margin: 4px 0 0;
}

.evidence-disclosure {
  border: 1px solid var(--line);
  background: var(--paper-muted);
  border-radius: 9px;
  margin: 20px 0;
}

.evidence-disclosure summary {
  color: var(--ink);
  cursor: pointer;
  padding: 11px 13px;
  font-weight: 740;
}

.evidence-disclosure > p, .evidence-disclosure > pre {
  margin-left: 13px;
  margin-right: 13px;
}

.review-evidence {
  color: #e6f4f8;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  background: #112b3f;
  border-radius: 8px;
  max-height: 270px;
  padding: 12px;
  font-size: .79rem;
  line-height: 1.55;
  overflow: auto;
}

.manual-review {
  border-top: 1px solid var(--line);
  gap: 8px;
  margin-top: 24px;
  padding-top: 22px;
  display: grid;
}

.manual-review h3 {
  margin-top: 1px;
}

.manual-review > div > p:last-child {
  color: var(--muted);
  margin: 6px 0 0;
  font-size: .88rem;
}

.manual-review label {
  margin-top: 11px;
}

.ai-settings-card {
  max-width: 960px;
  margin: 16px auto;
}

.settings-lede {
  max-width: 640px;
  color: var(--muted);
  margin: 8px 0 0;
}

.provider-list {
  gap: 12px;
  margin-top: 22px;
  display: grid;
}

.provider-row {
  border: 1px solid var(--line);
  background: var(--paper-muted);
  border-radius: 12px;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 18px;
  display: flex;
}

.provider-row h2, .provider-editor h2 {
  margin: 0 0 5px;
  font-size: 1.08rem;
}

.provider-row p {
  margin: 5px 0 0;
}

.provider-actions, .editor-actions {
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
  min-width: 220px;
  display: flex;
}

.provider-actions button, .editor-actions button {
  width: auto;
  min-height: 36px;
  margin: 0;
  padding: 8px 11px;
}

.provider-key {
  margin-left: 8px;
  font-size: .83rem;
}

.provider-editor {
  border-top: 1px solid var(--line);
  margin-top: 25px;
  padding-top: 22px;
}

.checkbox-label {
  align-items: center;
  gap: 8px;
  display: flex;
}

.checkbox-label input {
  width: auto;
}

.filters {
  border: 1px solid var(--line);
  background: var(--paper-muted);
  border-radius: 11px;
  margin-top: 17px;
  padding: 14px;
}

.filters > .muted {
  margin: 0;
  font-size: .88rem;
}

.filters label {
  margin-top: 13px;
}

.ai-review-card {
  margin-top: 18px;
}

.ai-review-card > h2 {
  margin-top: 2px;
}

.ai-review-card > .muted {
  margin: 8px 0 0;
}

.ai-review-card > p:not(.muted):not(.notice):not(.error):not(.ai-review-summary) {
  margin: 14px 0;
}

.ai-monitor {
  background: linear-gradient(140deg, #007d9112, #0000 42%), #fbfefe;
  border: 1px solid #b8d8df;
  border-radius: 12px;
  margin: 20px 0;
  padding: 18px;
}

.ai-monitor-heading {
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  display: flex;
}

.ai-monitor-heading strong {
  font-size: 1.02rem;
}

.ai-monitor-heading + p {
  color: var(--ink-soft);
  margin: 10px 0 14px;
}

.ai-monitor-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 8px;
  display: grid;
}

.ai-monitor-grid div {
  border: 1px solid var(--line);
  background: #ffffffdb;
  border-radius: 9px;
  min-height: 78px;
  padding: 11px;
}

.ai-monitor-grid span, .ai-monitor-grid strong {
  display: block;
}

.ai-monitor-grid span {
  color: var(--muted);
  font-size: .76rem;
}

.ai-monitor-grid strong {
  color: var(--ink);
  margin-top: 5px;
  font-size: 1.35rem;
}

.ai-monitor .notice {
  margin-bottom: 0;
}

.ai-review-summary {
  color: var(--ink-soft);
}

.review-intro h1 {
  margin-top: 12px;
}

.review-steps {
  padding-left: 22px;
}

.review-steps li + li {
  margin-top: 8px;
}

.review-meta {
  font-weight: 650;
}

.review-group-list {
  gap: 10px;
  margin-top: 12px;
  display: grid;
}

.review-group-row {
  border: 1px solid var(--line);
  border-radius: 9px;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 12px;
  display: flex;
}

.review-group-row .pill {
  margin-left: 8px;
}

table {
  border-collapse: collapse;
  background: #fff;
  width: 100%;
}

.team-page {
  padding: 42px 0 30px;
}

.team-intro {
  text-align: center;
  width: min(680px, 100%);
  margin: 0 auto 34px;
}

.team-intro .eyebrow {
  margin-bottom: 9px;
}

.team-intro > p:last-child {
  color: var(--ink-soft);
  margin: 14px auto 0;
  font-size: 1.03rem;
}

.team-grid {
  grid-template-columns: repeat(2, minmax(0, 360px));
  justify-content: center;
  gap: 26px;
  display: grid;
}

.member-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
  min-width: 0;
  box-shadow: var(--shadow-soft);
  flex-direction: column;
  display: flex;
  overflow: hidden;
}

.member-photo {
  aspect-ratio: 4 / 5;
  border-bottom: 1px solid var(--line);
  background: var(--sky-soft);
  position: relative;
  overflow: hidden;
}

.member-photo img {
  object-fit: cover;
}

.member-photo-pending {
  height: 100%;
  color: var(--muted);
  text-align: center;
  place-content: center;
  gap: 10px;
  display: grid;
}

.member-photo-pending span {
  border: 1px solid var(--line-strong);
  width: 70px;
  height: 70px;
  color: var(--teal-strong);
  border-radius: 50%;
  place-items: center;
  margin: 0 auto;
  font-size: 1.55rem;
  font-weight: 720;
  display: grid;
}

.member-photo-pending small {
  letter-spacing: .04em;
  font-size: .82rem;
}

.member-body {
  flex-direction: column;
  height: 100%;
  padding: 25px 26px 27px;
  display: flex;
}

.member-identity {
  padding-left: 17px;
  position: relative;
}

.member-identity:before {
  background: var(--teal);
  content: "";
  border-radius: 2px;
  width: 3px;
  position: absolute;
  top: 3px;
  bottom: 4px;
  left: 0;
}

.member-identity h2 {
  font-size: 1.48rem;
}

.member-identity p {
  color: var(--ink-soft);
  margin: 4px 0 0;
  font-size: .88rem;
  line-height: 1.45;
}

.member-identity p + p {
  color: var(--muted);
  margin-top: 1px;
}

.member-details {
  gap: 20px;
  margin: 25px 0 0;
  display: grid;
}

.member-details > div {
  gap: 7px;
  display: grid;
}

.member-details dt, .member-links h3 {
  color: var(--muted);
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: .73rem;
  font-weight: 760;
}

.member-details dd {
  color: var(--ink);
  margin: 0;
}

.member-details ul {
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
}

.member-details li {
  padding-left: 15px;
  position: relative;
}

.member-details li:before {
  background: var(--teal);
  content: "";
  border-radius: 50%;
  width: 5px;
  height: 5px;
  position: absolute;
  top: .69em;
  left: 0;
}

.member-links {
  margin-top: auto;
  padding-top: 24px;
}

.member-links h3 {
  margin-bottom: 9px;
}

.member-links > div {
  flex-wrap: wrap;
  gap: 10px 18px;
  display: flex;
}

.member-links a {
  align-items: baseline;
  gap: 5px;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
}

.member-links a:hover {
  text-decoration: underline;
  text-decoration-thickness: 1px;
}

th, td {
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #e2ebef;
  padding: 11px;
}

th {
  color: var(--ink-soft);
  background: #eff6f8;
  font-size: .82rem;
}

@media (max-width: 940px) {
  .access-gate, .home-hero, .scan-create-layout, .review-workbench-grid, .score-surface {
    grid-template-columns: 1fr;
  }

  .access-gate {
    max-width: 650px;
  }

  .home-method {
    border-top: 1px solid #c7dde5;
    border-left: 0;
  }

  .principle-overview, .principle-score-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ai-monitor-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .run-metric-grid, .report-metric-grid, .scan-progress-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  body {
    background: var(--canvas);
  }

  .shell {
    padding: 20px 14px 38px;
  }

  .topbar .shell {
    padding-block: 11px;
  }

  .topbar-inner, .topnav {
    align-items: flex-start;
  }

  .topbar-inner {
    flex-direction: column;
    gap: 10px;
  }

  .topnav {
    justify-content: flex-start;
  }

  .logout-form {
    width: 100%;
    margin-left: 0;
  }

  .access-gate {
    border-radius: 17px 17px 17px 4px;
    margin: 8px auto;
  }

  .access-gate-intro, .access-login {
    padding: 31px 24px;
  }

  .access-gate-intro h2 {
    font-size: 2rem;
  }

  .home-hero-copy, .content-section, .principle-section, .scan-form-card, .scan-method-card, .run-header, .run-content, .review-workbench, .scan-progress-panel {
    padding: 23px 19px;
  }

  .scan-progress-hero {
    flex-direction: column;
    align-items: flex-start;
    padding: 24px 19px 21px;
  }

  .run-header, .review-workbench-header, .published-report-actions, .publish-callout, .section-heading, .page-coverage-list li {
    flex-direction: column;
    align-items: flex-start;
  }

  .run-header-status, .report-action-links {
    text-align: left;
    justify-items: start;
  }

  .coverage-summary, .coverage-failures li {
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .coverage-failures span {
    text-align: left;
  }

  .section-heading {
    gap: 8px;
  }

  .home-hero h1 {
    font-size: 2.25rem;
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-actions .button-link, .hero-actions .text-link {
    width: fit-content;
  }

  .run-row {
    flex-direction: column;
    gap: 0;
  }

  .run-row-link {
    padding-bottom: 10px;
  }

  .run-row-meta {
    justify-content: space-between;
    padding: 0 14px 13px;
  }

  .run-row-open {
    display: none;
  }

  .principle-overview, .principle-score-grid, .run-metric-grid, .report-metric-grid, .scan-progress-grid, .ai-monitor-grid {
    grid-template-columns: 1fr;
  }

  .tabbar button {
    min-width: 134px;
    padding: 11px 13px;
    font-size: .88rem;
  }

  .score-surface > div > strong {
    font-size: 3.1rem;
  }

  .report-preview-hero {
    grid-template-columns: 1fr;
    padding: 20px;
  }

  .report-preview-score {
    text-align: left;
    width: 100%;
  }

  .violation-card, .review-detail {
    padding: 18px;
  }

  .violation-card-heading {
    flex-direction: column;
    gap: 9px;
  }

  .finding-details div {
    grid-template-columns: 1fr;
    gap: 3px;
  }

  .provider-row {
    flex-direction: column;
    align-items: stretch;
  }

  .provider-actions, .editor-actions {
    justify-content: flex-start;
    min-width: 0;
  }

  .provider-actions button, .editor-actions button {
    flex: 112px;
  }

  .team-page {
    padding-top: 24px;
  }

  .team-intro {
    text-align: left;
    margin-bottom: 25px;
  }

  .team-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .member-body {
    padding: 23px 21px 25px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *, :before, :after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }

  .brand:hover .brand-mark {
    filter: none;
    transform: none;
  }
}

/*# sourceMappingURL=src_app_globals_162hn9o.css.map*/