.edon-connect-app {
  min-height: 100vh;
  color: #112f3c;
  background-color: #f5f7f5;
  background-image: repeating-linear-gradient(0deg, rgba(17, 47, 60, 0.025) 0, rgba(17, 47, 60, 0.025) 1px, transparent 1px, transparent 42px);
  font-family: "Avenir Next", Avenir, "Segoe UI", sans-serif;
}

.edon-header {
  display: grid;
  grid-template-columns: minmax(130px, 0.7fr) minmax(260px, 2fr) auto;
  gap: 28px;
  align-items: center;
  padding: 24px max(24px, calc((100vw - 1440px) / 2 + 32px));
  background: #112f3c;
  border-bottom: 5px solid #d89028;
  color: #ffffff;
}

.edon-wordmark {
  font-family: Baskerville, Georgia, serif;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 0.85;
}

.edon-wordmark-subtitle {
  margin-top: 7px;
  color: #a4ddd2;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 3px;
}

.edon-header-title h1 {
  margin: 0;
  font-family: Baskerville, Georgia, serif;
  font-size: 31px;
  font-weight: 600;
  letter-spacing: 0;
}

.edon-header-title p {
  margin: 4px 0 0;
  color: #c7dfda;
  font-size: 14px;
}

.edon-sample-badge {
  max-width: 190px;
  padding: 8px 11px;
  border: 1px solid rgba(164, 221, 210, 0.65);
  color: #d5f2eb;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
}

.edon-command-bar,
.edon-tabs,
.edon-main {
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
}

.edon-command-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  padding: 16px 32px 0;
}

.edon-access-key-panel {
  display: grid;
  grid-template-columns: auto minmax(150px, 210px);
  align-items: center;
  gap: 7px;
  margin-left: auto;
}

.edon-access-key-panel label {
  color: #35505b;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

.edon-access-key-input {
  min-height: 38px;
  padding: 7px 9px;
  border: 1px solid #9fb3d7;
  border-radius: 4px;
  background: #ffffff;
  color: #112f3c;
  font: inherit;
  font-size: 13px;
}

.edon-access-key-entry {
  display: flex;
  gap: 7px;
}

.edon-access-key-entry .edon-access-key-input {
  min-width: 0;
  width: 100%;
}

.edon-access-key-entry .edon-command-button {
  min-height: 38px;
  padding: 7px 12px;
}

.edon-access-key-help {
  max-width: 260px;
  margin-top: 5px;
  color: #64748b;
  font-size: 11px;
  line-height: 1.35;
}

.edon-access-key-help a {
  color: #2563d8;
  font-weight: 700;
}

.edon-access-key-status {
  margin-top: 5px;
  color: #35505b;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.35;
}

.edon-command-button:disabled {
  border-color: #d8dde6;
  background: #f1f3f5;
  color: #8a94a3;
  cursor: not-allowed;
}

.edon-report-download {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: flex-end;
  margin: -4px 0 16px;
}

.edon-report-status {
  color: #2563d8;
  font-size: 12px;
  font-weight: 650;
}

.edon-command-button {
  min-height: 38px;
  padding: 8px 12px;
  border: 1px solid #98aea8;
  border-radius: 4px;
  background: #ffffff;
  color: #112f3c;
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  font-weight: 750;
}

.edon-command-button:hover {
  border-color: #007b6b;
  background: #e2f3ef;
}

.edon-upload-status {
  min-height: 20px;
  color: #007b6b;
  font-size: 12px;
  font-weight: 650;
}

.edon-tabs {
  padding: 17px 32px 0;
  border-bottom: 1px solid #c9d7d3;
}

.edon-tabs .tab {
  min-width: 150px;
  padding: 12px 16px;
  border: 0;
  border-bottom: 3px solid transparent;
  background: transparent;
  color: #52656d;
  font: inherit;
  font-size: 13px;
  font-weight: 750;
}

.edon-tabs .tab--selected,
.edon-tabs .edon-tab--selected {
  border-bottom-color: #007b6b;
  background: #e2f3ef;
  color: #112f3c;
}

.edon-main {
  padding: 28px 32px 64px;
}

.edon-page {
  min-width: 0;
}

.edon-section-title {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  margin: 8px 0 20px;
}

.edon-section-number {
  padding-top: 4px;
  color: #d89028;
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 1.6px;
}

.edon-section-heading h2 {
  margin: 0;
  color: #112f3c;
  font-family: Baskerville, Georgia, serif;
  font-size: 27px;
  font-weight: 600;
  letter-spacing: 0;
}

.edon-section-heading p {
  max-width: 850px;
  margin: 5px 0 0;
  color: #52656d;
  font-size: 14px;
  line-height: 1.5;
}

.edon-profile-grid,
.edon-financial-grid,
.edon-driver-settings,
.edon-driver-input-grid,
.edon-metric-grid,
.edon-chart-grid,
.edon-breakeven-controls,
.edon-breakeven-grid {
  display: grid;
  gap: 14px;
}

.edon-profile-grid {
  grid-template-columns: minmax(180px, 1fr) minmax(180px, 1fr) minmax(280px, 1.8fr);
  margin-bottom: 18px;
}

.edon-onboarding-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin: 8px 0 28px;
  padding: 20px 22px;
  border: 1px solid #b7cbef;
  border-left: 5px solid #3b82f6;
  border-radius: 5px;
  background: #eef4ff;
}

.edon-onboarding-eyebrow {
  margin-bottom: 5px;
  color: #2563d8;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.edon-onboarding-copy h2 {
  margin: 0;
  color: #0a0b0d;
  font-family: "Arial Black", "Avenir Next", sans-serif;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0;
}

.edon-onboarding-copy p {
  max-width: 760px;
  margin: 7px 0 0;
  color: #345070;
  font-size: 13px;
  line-height: 1.5;
}

.edon-onboarding-access {
  margin-top: 8px !important;
  color: #284a79 !important;
  font-size: 12px !important;
  font-weight: 650;
}

.edon-onboarding-access a {
  color: #174ea6;
  font-weight: 800;
}

.edon-onboarding-course {
  margin-top: 7px !important;
  color: #345070 !important;
  font-size: 12px !important;
}

.edon-onboarding-link {
  flex: 0 0 auto;
  padding: 9px 12px;
  border: 1px solid #2563d8;
  border-radius: 4px;
  background: #ffffff;
  color: #174ea6;
  font-size: 13px;
  font-weight: 750;
  text-decoration: none;
}

.edon-onboarding-actions {
  display: flex;
  flex: 0 0 auto;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.edon-onboarding-button {
  padding: 9px 12px;
  border: 1px solid #2563d8;
  border-radius: 4px;
  background: #2563d8;
  color: #ffffff;
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  font-weight: 750;
}

.edon-onboarding-button:hover {
  background: #174ea6;
}

.edon-onboarding-link:hover {
  background: #dbe9ff;
}

.edon-panel,
.edon-table-panel,
.edon-calculation-trace,
.edon-driver-level,
.edon-assessment-panel {
  border: 1px solid #c9d7d3;
  border-radius: 6px;
  background: #ffffff;
}

.edon-panel {
  padding: 18px;
  margin-bottom: 30px;
}

.edon-panel-heading {
  margin-bottom: 12px;
  color: #112f3c;
  font-family: Baskerville, Georgia, serif;
  font-size: 19px;
  font-weight: 600;
}

.edon-financial-grid {
  grid-template-columns: repeat(3, minmax(150px, 1fr));
}

.edon-input-field label,
.edon-scope-field label {
  display: block;
  margin-bottom: 5px;
  color: #35505b;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

.edon-number-input,
.edon-text-input,
.edon-notes-input,
.edon-scope-note {
  box-sizing: border-box;
  width: 100%;
  min-height: 38px;
  border: 1px solid #aebfba;
  border-radius: 4px;
  background: #ffffff;
  color: #112f3c;
  font: inherit;
  font-size: 14px;
}

.edon-number-input,
.edon-text-input {
  padding: 7px 8px;
}

.edon-notes-input,
.edon-scope-note {
  min-height: 76px;
  padding: 8px;
  resize: vertical;
}

.edon-number-input:focus,
.edon-text-input:focus,
.edon-notes-input:focus,
.edon-scope-note:focus {
  outline: 2px solid #8dcfc2;
  border-color: #007b6b;
}

.edon-input-note {
  margin-top: 4px;
  color: #657d76;
  font-size: 11px;
  line-height: 1.35;
}

.edon-assessment-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(260px, 1fr));
  gap: 12px;
  margin-bottom: 28px;
}

.edon-assessment-panel {
  overflow: hidden;
}

.edon-assessment-summary,
.edon-driver-summary {
  cursor: pointer;
  list-style: none;
}

.edon-assessment-summary::-webkit-details-marker,
.edon-driver-summary::-webkit-details-marker {
  display: none;
}

.edon-assessment-summary {
  padding: 13px 15px;
  background: #e2f3ef;
  color: #112f3c;
  font-size: 14px;
  font-weight: 750;
}

.edon-rating-grid {
  padding: 10px 14px 14px;
}

.edon-rating-row {
  display: grid;
  grid-template-columns: 1fr 80px;
  gap: 12px;
  align-items: center;
  padding: 7px 0;
  border-bottom: 1px solid #e7eeeb;
}

.edon-rating-row:last-child {
  border-bottom: 0;
}

.edon-rating-label {
  color: #35505b;
  font-size: 13px;
}

.edon-rating-dropdown .Select-control,
.edon-dropdown .Select-control {
  min-height: 36px;
  border-color: #aebfba;
  border-radius: 4px;
}

.edon-driver-level {
  margin-top: 20px;
  overflow: hidden;
}

.edon-driver-level-heading {
  display: flex;
  align-items: baseline;
  gap: 10px;
  padding: 17px 18px 13px;
  border-bottom: 3px solid #d89028;
  background: #112f3c;
  color: #ffffff;
}

.edon-driver-level-heading h3 {
  margin: 0;
  font-family: Baskerville, Georgia, serif;
  font-size: 21px;
  font-weight: 600;
}

.edon-driver-level-heading p {
  margin: 0;
  color: #c7dfda;
  font-size: 13px;
}

.edon-locked-panel {
  padding: 28px 18px;
  background: repeating-linear-gradient(-45deg, #f7f8fa, #f7f8fa 8px, #eff2f6 8px, #eff2f6 16px);
  color: #596273;
}

.edon-locked-panel h4 {
  margin: 0 0 6px;
  color: #364152;
  font-size: 15px;
}

.edon-locked-panel p {
  max-width: 540px;
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
}

.edon-access-notice {
  margin-bottom: 16px;
  padding: 13px 16px;
  border-left: 4px solid #3b82f6;
  background: #eaf1ff;
  color: #244478;
  font-size: 14px;
  line-height: 1.45;
}

.edon-assessment-list--locked {
  opacity: 0.64;
}

.edon-driver-form {
  border-bottom: 1px solid #dce7e3;
  background: #ffffff;
}

.edon-driver-form:last-child {
  border-bottom: 0;
}

.edon-driver-summary {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 14px 18px;
}

.edon-driver-title {
  color: #112f3c;
  font-size: 15px;
  font-weight: 780;
}

.edon-level-tag {
  padding: 3px 6px;
  background: #e2f3ef;
  color: #007b6b;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.edon-timing-tag {
  padding: 3px 6px;
  background: #fff2db;
  color: #9a5700;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.edon-driver-description,
.edon-formula,
.edon-driver-settings,
.edon-driver-input-grid,
.edon-scope-field {
  margin-right: 18px;
  margin-left: 18px;
}

.edon-driver-description {
  margin-top: 0;
  margin-bottom: 8px;
  color: #52656d;
  font-size: 13px;
  line-height: 1.45;
}

.edon-formula {
  margin-bottom: 14px;
  padding: 8px 10px;
  border-left: 3px solid #d89028;
  background: #fbf5ea;
  color: #5c4825;
  font-family: "SF Mono", Menlo, monospace;
  font-size: 11px;
  line-height: 1.45;
}

.edon-driver-settings {
  grid-template-columns: 150px minmax(260px, 1fr);
  margin-bottom: 14px;
}

.edon-realization-field {
  justify-self: end;
  width: min(220px, 100%);
}

.edon-checkbox label {
  color: #112f3c;
  font-size: 13px;
  font-weight: 650;
  letter-spacing: 0;
  text-transform: none;
}

.edon-driver-input-grid {
  grid-template-columns: repeat(auto-fit, minmax(175px, 1fr));
  margin-bottom: 14px;
}

.edon-scope-field {
  margin-bottom: 18px;
}

.edon-metric-grid {
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  margin-bottom: 22px;
}

.edon-metric-card {
  min-height: 132px;
  padding: 17px;
  border: 1px solid #c9d7d3;
  border-top: 4px solid #007b6b;
  border-radius: 5px;
  background: #ffffff;
}

.edon-metric-card--blue {
  border-top-color: #2668a8;
}

.edon-metric-card--gold {
  border-top-color: #d89028;
}

.edon-card-label {
  color: #52656d;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.edon-card-value {
  margin: 10px 0 7px;
  color: #112f3c;
  font-family: Baskerville, Georgia, serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
}

.edon-card-detail {
  color: #657d76;
  font-size: 12px;
  line-height: 1.35;
}

.edon-chart-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 20px;
}

.edon-chart-grid > div {
  min-width: 0;
  border: 1px solid #c9d7d3;
  border-radius: 6px;
  background: #ffffff;
}

.edon-table-panel {
  padding: 16px;
  margin-bottom: 18px;
}

.edon-table-panel h3 {
  margin: 0 0 12px;
  font-family: Baskerville, Georgia, serif;
  font-size: 21px;
  font-weight: 600;
}

.edon-calculation-trace {
  padding: 15px 18px;
  color: #35505b;
  font-size: 13px;
  line-height: 1.45;
}

.edon-trace-summary {
  cursor: pointer;
  color: #112f3c;
  font-family: Baskerville, Georgia, serif;
  font-size: 19px;
  font-weight: 600;
}

.edon-trace-list {
  padding-left: 20px;
}

.edon-breakeven-controls {
  grid-template-columns: repeat(2, minmax(180px, 280px));
  max-width: 600px;
  margin-bottom: 22px;
}

.edon-breakeven-grid {
  grid-template-columns: repeat(3, minmax(180px, 1fr));
}

.edon-breakeven-guidance {
  grid-column: 1 / -1;
  padding: 15px;
  border-left: 4px solid #2668a8;
  background: #eaf2f8;
  color: #274d72;
  font-size: 14px;
  line-height: 1.5;
}

@media (max-width: 900px) {
  .edon-header {
    grid-template-columns: 1fr auto;
  }

  .edon-header-title {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .edon-profile-grid,
  .edon-financial-grid,
  .edon-driver-settings,
  .edon-metric-grid,
  .edon-chart-grid,
  .edon-breakeven-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .edon-header,
  .edon-command-bar,
  .edon-tabs,
  .edon-main {
    padding-right: 16px;
    padding-left: 16px;
  }

  .edon-header {
    gap: 16px;
  }

  .edon-onboarding-band,
  .edon-onboarding-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .edon-onboarding-button,
  .edon-onboarding-link {
    text-align: center;
  }

  .edon-header-title h1 {
    font-size: 27px;
  }

  .edon-sample-badge {
    display: none;
  }

  .edon-tabs {
    overflow-x: auto;
  }

  .edon-tabs .tab {
    min-width: 135px;
  }

  .edon-profile-grid,
  .edon-financial-grid,
  .edon-driver-settings,
  .edon-assessment-list,
  .edon-metric-grid,
  .edon-chart-grid,
  .edon-breakeven-controls,
  .edon-breakeven-grid {
    grid-template-columns: 1fr;
  }

  .edon-section-heading h2 {
    font-size: 24px;
  }

  .edon-driver-description,
  .edon-formula,
  .edon-driver-settings,
  .edon-driver-input-grid,
  .edon-scope-field {
    margin-right: 12px;
    margin-left: 12px;
  }

  .edon-metric-card {
    min-height: 110px;
  }

  .edon-realization-field {
    justify-self: stretch;
    width: auto;
  }
}

/* Website brand alignment: charcoal canvas, electric blue interaction states, and bold Edon lockup. */
.edon-connect-app {
  color: #17171b;
  background-color: #f7f7f5;
  background-image: repeating-linear-gradient(0deg, rgba(23, 23, 27, 0.025) 0, rgba(23, 23, 27, 0.025) 1px, transparent 1px, transparent 42px);
}

.edon-header {
  background: #000000;
  border-bottom-color: #3b82f6;
}

.edon-brand-logo {
  display: block;
  width: 160px;
  height: auto;
  filter: invert(1);
}

.edon-header-title h1,
.edon-section-heading h2,
.edon-panel-heading,
.edon-table-panel h3,
.edon-trace-summary,
.edon-card-value,
.edon-driver-level-heading h3 {
  font-family: "Arial Black", "Avenir Next", sans-serif;
  font-weight: 900;
}

.edon-header-title p,
.edon-driver-level-heading p {
  color: #b7c8eb;
}

.edon-sample-badge {
  border-color: #3b82f6;
  color: #dce9ff;
}

.edon-command-button {
  border-color: #b9c8e8;
  background: #ffffff;
  color: #17345f;
}

.edon-command-button:hover {
  border-color: #3b82f6;
  background: #eaf1ff;
}

.edon-upload-status,
.edon-level-tag {
  color: #2563d8;
}

.edon-tabs {
  border-bottom-color: #d8dde6;
}

.edon-tabs .tab {
  color: #596273;
}

.edon-tabs .tab--selected,
.edon-tabs .edon-tab--selected {
  border-bottom-color: #3b82f6;
  background: #eaf1ff;
  color: #0a0b0d;
}

.edon-section-number {
  color: #3b82f6;
}

.edon-section-heading h2,
.edon-panel-heading,
.edon-driver-title,
.edon-card-value,
.edon-trace-summary {
  color: #0a0b0d;
}

.edon-panel,
.edon-table-panel,
.edon-calculation-trace,
.edon-driver-level,
.edon-assessment-panel,
.edon-metric-card,
.edon-chart-grid > div {
  border-color: #d8dde6;
}

.edon-assessment-summary,
.edon-level-tag {
  background: #eaf1ff;
}

.edon-driver-level-heading {
  border-bottom-color: #3b82f6;
  background: #0a0b0d;
}

.edon-formula {
  border-left-color: #3b82f6;
  background: #f0f5ff;
  color: #274b84;
}

.edon-number-input:focus,
.edon-text-input:focus,
.edon-notes-input:focus,
.edon-scope-note:focus {
  outline-color: #a9c8ff;
  border-color: #3b82f6;
}

.edon-metric-card,
.edon-metric-card--blue,
.edon-metric-card--gold {
  border-top-color: #3b82f6;
}

.edon-breakeven-guidance {
  border-left-color: #3b82f6;
  background: #eaf1ff;
  color: #244478;
}

.edon-case-builder-guidance {
  max-width: 720px;
  padding: 16px 18px;
  border-left: 4px solid #3b82f6;
  background: #eaf1ff;
  color: #244478;
  font-size: 14px;
  line-height: 1.5;
}

/* Compact application chrome. */
.edon-header {
  box-sizing: border-box;
  height: 92px;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 18px 32px;
  border-bottom: 4px solid #5265df;
  background: #08090b;
}

.edon-brand-lockup {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 16px;
}

.edon-brand-logo {
  width: 78px;
  flex: 0 0 auto;
}

.edon-header-title h1 {
  font-family: "Arial Black", "Avenir Next", sans-serif;
  font-size: 21px;
  line-height: 1.1;
}

.edon-header-title p {
  margin-top: 3px;
  color: #b7c8eb;
  font-size: 12px;
  line-height: 1.25;
}

.edon-access-key-panel {
  position: relative;
  display: block;
  flex: 0 0 auto;
  margin-left: 0;
  padding: 5px 7px;
  border: 1px solid #414752;
  border-radius: 6px;
  background: #20242b;
}

.edon-access-key-entry {
  align-items: center;
  gap: 8px;
}

.edon-access-key-input,
.edon-access-key-entry .edon-access-key-input {
  width: 160px;
  min-height: 34px;
  padding: 7px 9px;
  border-color: #373b44;
  border-radius: 4px;
  background: #0b0c0e;
  color: #f3f6ff;
  font-size: 12px;
}

.edon-access-key-input::placeholder {
  color: #c4cce0;
  opacity: 1;
}

#access-key-input::placeholder {
  color: #aeb6c4 !important;
  opacity: 1 !important;
}

.edon-access-key-input:focus {
  border-color: #aebcff;
  box-shadow: 0 0 0 2px rgba(174, 188, 255, 0.28);
  outline: none;
}

.edon-command-button.edon-access-unlock {
  min-height: 34px;
  padding: 6px 14px;
  border-color: #5265df;
  background: #5265df;
  color: #ffffff;
}

.edon-command-button.edon-access-unlock:hover {
  border-color: #7283ef;
  background: #6577e6;
}

.edon-access-info {
  display: inline-grid;
  width: 19px;
  height: 19px;
  padding: 0;
  place-items: center;
  border: 1px solid #697386;
  border-radius: 50%;
  background: transparent;
  color: #aeb7c7;
  cursor: pointer;
  font-family: Georgia, serif;
  font-size: 12px;
  font-weight: 700;
  font-style: italic;
}

.edon-access-info:hover,
.edon-access-info:focus-visible {
  border-color: #b7c8eb;
  color: #ffffff;
  outline: none;
}

.edon-access-help-modal {
  position: fixed;
  z-index: 20;
  inset: 0;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(8, 9, 11, 0.68);
}

.edon-access-help-dialog {
  width: min(100%, 440px);
  box-sizing: border-box;
  padding: 24px;
  border: 1px solid #cfd6e5;
  border-radius: 6px;
  background: #ffffff;
  color: #1c2639;
  box-shadow: 0 18px 46px rgba(8, 9, 11, 0.28);
}

.edon-access-help-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.edon-access-help-heading h2 {
  margin: 0;
  color: #101c34;
  font-family: "Arial Black", "Avenir Next", sans-serif;
  font-size: 19px;
}

.edon-access-help-close {
  width: 30px;
  height: 30px;
  padding: 0;
  border: 1px solid #d0d7e4;
  border-radius: 4px;
  background: #ffffff;
  color: #334155;
  cursor: pointer;
  font: inherit;
  font-size: 0;
}

.edon-access-help-close::before {
  content: "x";
  font-size: 18px;
  line-height: 1;
}

.edon-access-help-dialog p {
  margin: 17px 0 0;
  color: #4d5a70;
  font-size: 14px;
  line-height: 1.55;
}

.edon-access-help-dialog .edon-access-help-contact {
  font-weight: 650;
}

.edon-access-help-dialog a {
  color: #3d55d2;
}

.edon-access-key-status {
  position: absolute;
  top: calc(100% + 7px);
  right: 0;
  min-width: max-content;
  color: #d5e3ff;
  font-size: 11px;
}

.edon-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.edon-command-bar,
.edon-tabs,
.edon-main {
  max-width: none;
}

.edon-command-bar {
  box-sizing: border-box;
  height: 68px;
  min-height: 68px;
  padding: 16px 32px;
  gap: 10px;
  border-bottom: 1px solid #dde1e8;
  background: #f7f8fa;
}

.edon-command-button {
  min-height: 36px;
  padding: 7px 15px;
  border-color: #d0d7e4;
  border-radius: 5px;
  color: #102449;
  font-size: 13px;
}

.edon-sample-badge {
  max-width: none;
  margin-left: auto;
  padding: 8px 17px;
  border-color: #c7d1ff;
  border-radius: 4px;
  background: #f3f5ff;
  color: #3d55d2;
  font-size: 12px;
  line-height: 1.2;
}

.edon-tabs {
  padding: 0 32px;
  border-bottom-color: #d8dde6;
  background: #f7f8fa;
}

.edon-tabs .tab {
  width: auto !important;
  flex: 0 0 auto;
  min-width: 0;
  margin-right: 30px;
  padding: 12px 4px 11px;
  border-bottom-width: 3px;
  background: transparent;
  color: #69758b;
  font-size: 13px;
  white-space: nowrap;
}

.edon-tabs > div {
  display: flex !important;
  justify-content: flex-start;
}

.edon-tabs .tab--selected,
.edon-tabs .edon-tab--selected {
  border-bottom-color: #5265df;
  background: transparent;
  color: #101c34;
}

@media (max-width: 620px) {
  .edon-header {
    height: auto;
    min-height: 0;
    align-items: flex-start;
    flex-direction: column;
    padding: 16px;
  }

  .edon-brand-lockup {
    gap: 12px;
  }

  .edon-header-title h1 {
    font-size: 18px;
  }

  .edon-access-key-panel {
    width: 100%;
    box-sizing: border-box;
  }

  .edon-access-key-entry .edon-access-key-input {
    width: auto;
    flex: 1 1 auto;
  }

  .edon-command-bar {
    padding: 12px 16px;
  }

  .edon-sample-badge {
    width: 100%;
    margin-left: 0;
    text-align: center;
  }

  .edon-tabs {
    padding: 0 16px;
  }
}