.probiera-app {
  --ink: #21170d;
  --amber: #f6a800;
  --paper: #fffaf0;
  box-sizing: border-box;
  max-width: 720px;
  margin: 0 auto;
  padding: 16px;
  color: var(--ink);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.probiera-app * {
  box-sizing: border-box;
}

body.probiera-app-page .entry-title.main_title,
body.probiera-app-page #sidebar {
  display: none !important;
}

body.probiera-app-page #main-content .container::before {
  display: none !important;
}

body.probiera-app-page #main-content .container {
  padding-top: 32px;
}

body.probiera-app-page #left-area {
  float: none !important;
  width: 100% !important;
  padding-right: 0 !important;
}

.probiera-app__header {
  margin-bottom: 18px;
}

.probiera-app__top-links {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 18px;
}

.probiera-app__top-links:has(> a[hidden]:first-child) {
  justify-content: flex-end;
}

.probiera-app__top-links:not(:has(a:not([hidden]))) {
  display: none;
}

.probiera-app__top-links > a {
  width: max-content;
  margin: 0;
}

.probiera-app__top-links > a[hidden] {
  display: none !important;
}

.probiera-app__header[hidden] {
  display: none !important;
}

.probiera-app__header h1 {
  margin: 0;
  line-height: 1.15;
}

.probiera-app__location,
.probiera-app__date,
.probiera-app__member-row strong {
  color: #79500d;
}

.probiera-app__location {
  margin: 8px 0 0;
  font-weight: 750;
}

.probiera-app__date {
  display: block;
  margin-top: 4px;
}

.probiera-app__member-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 22px;
}

.probiera-app__member-row[hidden],
.probiera-app__member-row strong[hidden],
.probiera-app__sync[hidden],
.probiera-app__date[hidden] {
  display: none !important;
}

.probiera-app__sync {
  flex: 0 0 auto;
  padding: 7px 10px;
  border-radius: 999px;
  background: #eee;
  font-size: .78rem;
  font-weight: 700;
  text-align: center;
}

.probiera-app__sync[data-state="saved"] {
  background: #e1f5e8;
  color: #17602f;
}

.probiera-app__sync[data-state="pending"] {
  background: #fff0c9;
  color: #714600;
}

.probiera-app__sync[data-state="error"] {
  background: #ffe0dd;
  color: #8d1c12;
}

.probiera-app__list {
  display: grid;
  gap: 10px;
}

.probiera-app__archive-list,
.probiera-app__choice-list,
.probiera-app__result-list,
.probiera-app__report-list,
.probiera-app__report-results {
  display: grid;
  gap: 10px;
}

.probiera-app__archive-card,
.probiera-app__choice-card,
.probiera-app__report-card {
  display: grid;
  width: 100%;
  min-height: 78px;
  padding: 14px 16px;
  border: 0;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--amber), #ffc13d);
  color: var(--ink);
  font: inherit;
  text-align: left;
  box-shadow: 0 5px 18px rgba(55, 35, 5, .1);
  cursor: pointer;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}

.probiera-app__archive-card strong,
.probiera-app__choice-card strong,
.probiera-app__report-card strong {
  font-size: 1.05rem;
  line-height: 1.2;
}

.probiera-app__archive-card span,
.probiera-app__archive-card time,
.probiera-app__choice-card span,
.probiera-app__report-card span {
  margin-top: 3px;
  font-size: .83rem;
  font-weight: 650;
}

.probiera-app__archive-card time {
  color: #67420a;
}

.probiera-app__choice-card {
  align-content: center;
  min-height: 96px;
}

.probiera-app__report-card {
  align-content: center;
  min-height: 88px;
}

.probiera-app__report-description {
  margin: -2px 0 14px;
  color: #765b32;
  font-weight: 650;
}

.probiera-app__sort-bar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 52px;
  align-items: end;
  gap: 8px;
  margin-bottom: 14px;
}

.probiera-app__sort-bar label {
  display: grid;
  gap: 5px;
  min-width: 0;
  color: #765b32;
  font-size: .78rem;
  font-weight: 750;
}

.probiera-app__sort-bar select,
.probiera-app__sort-direction {
  min-height: 48px;
  border: 2px solid #9a6200;
  border-radius: 12px;
  background: #fff;
  color: var(--ink);
  font: inherit;
  font-weight: 750;
}

.probiera-app__sort-bar select {
  width: 100%;
  min-width: 0;
  padding: 8px 34px 8px 10px;
}

.probiera-app__sort-direction {
  padding: 0;
  font-size: 1.3rem;
  cursor: pointer;
}

.probiera-app__report-row {
  overflow: hidden;
  border: 2px solid var(--amber);
  border-radius: 16px;
  background: var(--paper);
  box-shadow: 0 5px 18px rgba(55, 35, 5, .1);
}

.probiera-app__report-main {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 9px;
  min-height: 72px;
  padding: 12px 14px;
  background: linear-gradient(135deg, var(--amber), #ffc13d);
  color: var(--ink);
}

.probiera-app__report-row.has-rank .probiera-app__report-main {
  grid-template-columns: 2.2rem minmax(0, 1fr) auto;
  padding-left: 8px;
}

.probiera-app__report-rank,
.probiera-app__report-value {
  font-variant-numeric: tabular-nums;
  font-weight: 850;
  text-align: right;
  white-space: nowrap;
}

.probiera-app__report-identity {
  display: grid;
  min-width: 0;
  line-height: 1.2;
}

.probiera-app__report-identity strong,
.probiera-app__report-identity span {
  overflow: hidden;
  text-overflow: ellipsis;
}

.probiera-app__report-identity span {
  margin-top: 3px;
  font-size: .82rem;
  font-weight: 650;
}

.probiera-app__report-row dl {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 14px;
  margin: 0;
  padding: 10px 14px 13px;
  background: var(--paper);
}

.probiera-app__report-row dl div {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  min-width: 0;
  padding: 8px 2px;
  border-bottom: 1px solid #eadcc3;
}

.probiera-app__report-row dl div:last-child {
  border-bottom: 0;
}

.probiera-app__report-row dt {
  color: #765b32;
  font-size: .75rem;
  font-weight: 650;
}

.probiera-app__report-row dd {
  margin: 0;
  font-size: .78rem;
  font-variant-numeric: tabular-nums;
  font-weight: 800;
  text-align: right;
}

.probiera-app__report-note {
  margin: 14px 2px 0;
  color: #765b32;
  font-size: .8rem;
  font-weight: 650;
  line-height: 1.45;
}

.probiera-app__back {
  min-height: 44px;
  margin: 0 0 10px;
  padding: 6px 2px;
  border: 0;
  background: transparent;
  color: #704807;
  font: inherit;
  font-weight: 750;
  cursor: pointer;
}

.probiera-app__view-title {
  margin: 0 0 12px;
  font-size: 1.25rem;
  line-height: 1.2;
}

.probiera-app__result {
  overflow: hidden;
  border: 2px solid transparent;
  border-radius: 16px;
  background: var(--paper);
  box-shadow: 0 5px 18px rgba(55, 35, 5, .1);
}

.probiera-app__result.is-open {
  border-color: var(--amber);
}

.probiera-app__result-toggle {
  display: grid;
  grid-template-columns: 2.25rem minmax(0, 1fr) 4.5ch;
  align-items: center;
  gap: 8px;
  width: 100%;
  min-height: 82px;
  padding: 10px 14px 10px 10px;
  border: 0;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--amber), #ffc13d);
  color: var(--ink);
  font: inherit;
  text-align: left;
  cursor: pointer;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}

.probiera-app__rank {
  font-size: 1.05rem;
  font-weight: 850;
  text-align: right;
  font-variant-numeric: tabular-nums;
}

.probiera-app__identity {
  display: grid;
  min-width: 0;
  line-height: 1.18;
}

.probiera-app__identity strong,
.probiera-app__identity span,
.probiera-app__identity small {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.probiera-app__identity strong {
  font-size: 1rem;
}

.probiera-app__identity span {
  margin-top: 3px;
  font-size: .88rem;
  font-weight: 700;
}

.probiera-app__identity small {
  margin-top: 3px;
  color: #65420b;
  font-size: .72rem;
  font-weight: 650;
}

.probiera-app__result-score {
  justify-self: stretch;
  font-size: 1.1rem;
  font-weight: 850;
  text-align: right;
  font-variant-numeric: tabular-nums;
}

.probiera-app__result-panel {
  padding: 8px 14px 14px;
}

.probiera-app__result-category {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 9px 2px;
  border-bottom: 1px solid #eadcc3;
}

.probiera-app__result-category strong {
  min-width: 4ch;
  text-align: right;
  font-variant-numeric: tabular-nums;
}

.probiera-app__testers {
  margin: 12px 2px 0;
  color: #75501b;
  font-size: .78rem;
  font-weight: 700;
}

.probiera-app__empty {
  padding: 18px;
  border-radius: 14px;
  background: var(--paper);
  text-align: center;
}

.probiera-app__onboarding,
.probiera-app__onboarding-panel,
.probiera-app__register {
  display: grid;
  gap: 12px;
}

.probiera-app__onboarding > h1,
.probiera-app__onboarding > p,
.probiera-app__onboarding-panel > p {
  margin: 0;
}

.probiera-app__eyebrow {
  color: #79500d;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.probiera-app__invite-person {
  display: grid;
  gap: 4px;
  padding: 13px;
  border-radius: 14px;
  background: #fff1cf;
}

.probiera-app__invite-person span {
  color: #765b32;
  font-size: .82rem;
}

.probiera-app__providers {
  display: grid;
  gap: 10px;
}

.probiera-app__providers form {
  margin: 0;
}

.probiera-app__provider {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr) 28px;
  align-items: center;
  width: 100%;
  min-height: 52px;
  padding: 9px 14px;
  border: 1px solid #b8b8b8;
  border-radius: 999px;
  background: #fff;
  color: #202124;
  font: inherit;
  font-weight: 750;
  cursor: pointer;
  touch-action: manipulation;
}

.probiera-app__provider::after {
  content: "";
}

.probiera-app__provider-icon {
  display: grid;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  place-items: center;
  font-size: 1rem;
  font-weight: 900;
}

.probiera-app__provider.is-google .probiera-app__provider-icon {
  color: #4285f4;
}

.probiera-app__provider.is-microsoft .probiera-app__provider-icon {
  color: #f25022;
  font-size: 1.3rem;
}

.probiera-app__email-fallback {
  overflow: hidden;
  border: 1px solid #ddcfb7;
  border-radius: 16px;
  background: #fffaf0;
}

.probiera-app__email-fallback summary {
  display: grid;
  min-height: 50px;
  place-items: center;
  padding: 10px 14px;
  font-weight: 800;
  list-style: none;
  cursor: pointer;
  touch-action: manipulation;
}

.probiera-app__email-fallback summary::-webkit-details-marker {
  display: none;
}

.probiera-app__email-panel {
  display: grid;
  gap: 12px;
  padding: 0 14px 14px;
}

.probiera-app__password-link,
.probiera-app__back-link,
.probiera-app__account-link,
.probiera-app__reporting-link {
  color: #704807;
  font-weight: 750;
}

.probiera-app__password-link {
  justify-self: center;
  font-size: .84rem;
}

.probiera-app__account-link,
.probiera-app__reporting-link {
  display: inline-block;
  margin: 0 0 12px 2px;
  font-size: .84rem;
}

.probiera-app__success {
  padding: 13px;
  border-radius: 12px;
  background: #e1f5e8;
  color: #17602f;
  font-weight: 750;
}

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

.probiera-app__connection {
  display: grid;
  gap: 10px;
  padding: 14px;
  border: 1px solid #ddcfb7;
  border-radius: 14px;
  background: var(--paper);
}

.probiera-app__connected {
  color: #17602f;
  font-weight: 800;
}

.probiera-app__account-email {
  color: #765b32;
  font-size: .84rem;
}

.probiera-app__settings-section {
  overflow: hidden;
  border: 1px solid #ddcfb7;
  border-radius: 16px;
  background: var(--paper);
}

.probiera-app__settings-section > h2 {
  margin: 0;
  padding: 14px 16px;
  background: linear-gradient(135deg, var(--amber), #ffc13d);
  color: var(--ink);
  font-size: 1.05rem;
  line-height: 1.2;
}

.probiera-app__settings-body {
  display: grid;
  gap: 12px;
  padding: 16px;
}

.probiera-app__theme-choice {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
}

.probiera-app__theme-choice button {
  min-width: 0;
  min-height: 48px;
  padding: 8px 5px;
  border: 2px solid #9a6200;
  border-radius: 12px;
  background: #fff;
  color: var(--ink);
  font: inherit;
  font-size: .82rem;
  font-weight: 750;
  cursor: pointer;
  touch-action: manipulation;
}

.probiera-app__theme-choice button[aria-pressed="true"] {
  border-color: var(--ink);
  background: var(--ink);
  color: #fff;
  box-shadow: 0 0 0 3px #ffd675;
}

.probiera-app__settings-help,
.probiera-app__settings-copy {
  margin: 0;
  color: #765b32;
}

.probiera-app__settings-help {
  font-size: .82rem;
}

.probiera-app__login-link,
.probiera-app__register button,
.probiera-app__onboarding-submit {
  display: grid;
  width: 100%;
  min-height: 50px;
  place-items: center;
  padding: 10px 14px;
  border: 2px solid var(--ink);
  border-radius: 999px;
  background: var(--ink);
  color: #fff;
  font: inherit;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.probiera-app__register label,
.probiera-app__onboarding-panel label {
  margin-bottom: -6px;
  font-weight: 750;
}

.probiera-app__register input[type="email"],
.probiera-app__register input[type="password"],
.probiera-app__onboarding-panel input[type="text"] {
  width: 100%;
  min-height: 50px;
  padding: 10px 13px;
  border: 2px solid #9a6200;
  border-radius: 12px;
  background: #fff;
  color: var(--ink);
  font: inherit;
}

.probiera-app__divider {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 9px;
  color: #826f50;
}

.probiera-app__divider::before,
.probiera-app__divider::after {
  height: 1px;
  background: #e2d6c1;
  content: "";
}

.probiera-app__inline-error {
  min-height: 1.3em;
  margin: 0;
  color: #8d1c12;
  font-weight: 700;
}

.probiera-app__onboarding-submit:disabled,
.probiera-app__register button:disabled {
  cursor: wait;
  opacity: .65;
}

.probiera-app__probe {
  overflow: hidden;
  border: 2px solid transparent;
  border-radius: 16px;
  background: var(--paper);
  box-shadow: 0 5px 18px rgba(55, 35, 5, .1);
}

.probiera-app__probe.is-open {
  border-color: var(--amber);
}

.probiera-app__probe-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  min-height: 64px;
  padding: 14px 16px;
  border: 0;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--amber), #ffc13d);
  color: var(--ink);
  font-family: inherit;
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1.2;
  text-align: left;
  cursor: pointer;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}

.probiera-app__probe-name {
  display: grid;
  min-width: 0;
}

.probiera-app__probe-name small {
  overflow: hidden;
  margin-top: 3px;
  font-size: .75rem;
  font-weight: 650;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.probiera-app__score {
  display: grid;
  grid-template-columns: 3ch 1.25em;
  align-items: center;
  column-gap: .2em;
  flex: 0 0 auto;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

.probiera-app__score-number {
  justify-self: stretch;
  text-align: right;
}

.probiera-app__score-icon {
  display: grid;
  width: 1.25em;
  place-items: center;
}

.probiera-app__score.is-complete {
  color: #174f27;
}

.probiera-app__score.is-partial {
  color: #861c17;
}

.probiera-app__panel {
  padding: 8px 14px 16px;
}

.probiera-app__rating {
  min-width: 0;
  margin: 10px 0 18px;
  padding: 0;
  border: 0;
}

.probiera-app__rating legend {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 9px;
  font-weight: 750;
}

.probiera-app__rating.is-pending output {
  color: #8a5700;
  font-size: .78rem;
}

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

.probiera-app__values button {
  min-width: 0;
  min-height: 48px;
  padding: 0;
  border: 2px solid #9a6200;
  border-radius: 999px;
  background: #fff;
  color: var(--ink);
  font-family: inherit;
  font-size: 1rem;
  font-weight: 800;
  cursor: pointer;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}

.probiera-app__values button[aria-pressed="true"] {
  border-color: var(--ink);
  background: var(--ink);
  color: #fff;
  box-shadow: 0 0 0 3px #ffd675;
}

.probiera-app__note {
  display: grid;
  gap: 7px;
  margin: 4px 2px 2px;
  padding-top: 4px;
}

.probiera-app__note-link {
  justify-self: start;
  max-width: 100%;
  min-height: 44px;
  padding: 8px 0;
  border: 0;
  background: transparent;
  color: #704807;
  font: inherit;
  font-size: .88rem;
  font-weight: 750;
  line-height: 1.35;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
  touch-action: manipulation;
}

.probiera-app__note > small,
.probiera-app__note form > small {
  color: #806a47;
  font-size: .72rem;
}

.probiera-app__note.is-pending > small {
  color: #8a5700;
}

.probiera-app__note form {
  display: grid;
  gap: 8px;
}

.probiera-app__note label {
  font-size: .86rem;
  font-weight: 750;
}

.probiera-app__note textarea {
  width: 100%;
  min-height: 108px;
  padding: 11px 12px;
  resize: vertical;
  border: 2px solid #9a6200;
  border-radius: 12px;
  background: #fff;
  color: var(--ink);
  font: inherit;
  line-height: 1.4;
}

.probiera-app__note textarea:focus-visible {
  outline: 3px solid #1669b2;
  outline-offset: 2px;
}

.probiera-app__note-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.probiera-app__note-actions button {
  min-height: 44px;
  padding: 8px 16px;
  border: 2px solid var(--ink);
  border-radius: 999px;
  background: var(--ink);
  color: #fff;
  font: inherit;
  font-weight: 750;
  cursor: pointer;
}

.probiera-app__note-actions [data-note-cancel] {
  background: transparent;
  color: var(--ink);
}

.probiera-app button:focus-visible,
.probiera-app summary:focus-visible,
.probiera-app a:focus-visible {
  outline: 3px solid #1669b2;
  outline-offset: 3px;
}

.probiera-app__error {
  padding: 14px;
  border-radius: 10px;
  background: #ffe0dd;
  color: #8d1c12;
  font-weight: 700;
}

@media (max-width: 600px) {
  body.probiera-app-page #main-content .container {
    padding-top: 18px;
  }

  .probiera-app {
    width: calc(100vw - 24px);
    max-width: calc(100vw - 24px);
    margin-right: calc(50% - 50vw + 12px);
    margin-left: calc(50% - 50vw + 12px);
    padding: 0;
  }

  .probiera-app__panel {
    padding-right: 8px;
    padding-left: 8px;
  }

  .probiera-app__values {
    gap: 4px;
  }

  .probiera-app__probe-toggle {
    padding-right: 12px;
    padding-left: 12px;
  }

  .probiera-app__result-toggle {
    grid-template-columns: 2rem minmax(0, 1fr) 4.5ch;
    padding-right: 12px;
    padding-left: 8px;
  }

  .probiera-app__report-row dl {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 360px) {
  .probiera-app {
    width: calc(100vw - 12px);
    max-width: calc(100vw - 12px);
    margin-right: calc(50% - 50vw + 6px);
    margin-left: calc(50% - 50vw + 6px);
  }

  .probiera-app__panel {
    padding-right: 6px;
    padding-left: 6px;
  }

  .probiera-app__values {
    gap: 2px;
  }

  .probiera-app__values button {
    min-height: 48px;
  }

}

html[data-probiera-theme="dark"] {
  color-scheme: dark;
}

html[data-probiera-theme="dark"] body.probiera-app-page,
html[data-probiera-theme="dark"] body.probiera-app-page #page-container,
html[data-probiera-theme="dark"] body.probiera-app-page #main-content,
html[data-probiera-theme="dark"] body.probiera-app-page #main-content .container,
html[data-probiera-theme="dark"] body.probiera-app-page .et_pb_section,
html[data-probiera-theme="dark"] body.probiera-app-page .et_pb_row,
html[data-probiera-theme="dark"] body.probiera-app-page article.page {
  background: #120d08 !important;
  color: #f8efe1;
}

html[data-probiera-theme="dark"] body.probiera-app-page #main-header,
html[data-probiera-theme="dark"] body.probiera-app-page #top-header,
html[data-probiera-theme="dark"] body.probiera-app-page #main-footer {
  background: #1b130d !important;
}

html[data-probiera-theme="dark"] body.probiera-app-page .logo_container > a::before {
  content: "";
  pointer-events: none;
  background: transparent url("../images/probiera-logo-dark.png?ver=1.7.6") center / contain no-repeat !important;
}

html[data-probiera-theme="dark"] body.probiera-app-page .logo_container #logo {
  visibility: hidden !important;
}

html[data-probiera-theme="dark"] body.probiera-app-page #top-menu a,
html[data-probiera-theme="dark"] body.probiera-app-page #et-secondary-menu a,
html[data-probiera-theme="dark"] body.probiera-app-page .et_mobile_menu a,
html[data-probiera-theme="dark"] body.probiera-app-page #footer-info,
html[data-probiera-theme="dark"] body.probiera-app-page #footer-info a {
  color: #f8efe1 !important;
}

html[data-probiera-theme="dark"] body.probiera-app-page #et_search_icon::before,
html[data-probiera-theme="dark"] body.probiera-app-page .mobile_menu_bar::before,
html[data-probiera-theme="dark"] body.probiera-app-page .et_close_search_field::after {
  color: #fff !important;
}

html[data-probiera-theme="dark"] body.probiera-app-page .et_search_form_container input,
html[data-probiera-theme="dark"] body.probiera-app-page .et-search-form input {
  color: #fff !important;
}

html[data-probiera-theme="dark"] body.probiera-app-page .et_search_form_container input::placeholder,
html[data-probiera-theme="dark"] body.probiera-app-page .et-search-form input::placeholder {
  color: #d9d9d9 !important;
  opacity: 1;
}

html[data-probiera-theme="dark"] body.probiera-app-page .et_mobile_menu {
  border-top-color: #f6a800;
  background: #1b130d !important;
}

html[data-probiera-theme="dark"] .probiera-app {
  --paper: #21170f;
  color: #f8efe1;
}

html[data-probiera-theme="dark"] .probiera-app__header h1,
html[data-probiera-theme="dark"] .probiera-app__view-title,
html[data-probiera-theme="dark"] .probiera-app__onboarding > h1 {
  color: #fff7e8;
}

html[data-probiera-theme="dark"] .probiera-app__location,
html[data-probiera-theme="dark"] .probiera-app__date,
html[data-probiera-theme="dark"] .probiera-app__member-row strong,
html[data-probiera-theme="dark"] .probiera-app__report-description,
html[data-probiera-theme="dark"] .probiera-app__sort-bar label,
html[data-probiera-theme="dark"] .probiera-app__report-row dt,
html[data-probiera-theme="dark"] .probiera-app__report-note,
html[data-probiera-theme="dark"] .probiera-app__testers,
html[data-probiera-theme="dark"] .probiera-app__eyebrow,
html[data-probiera-theme="dark"] .probiera-app__invite-person span,
html[data-probiera-theme="dark"] .probiera-app__account-email,
html[data-probiera-theme="dark"] .probiera-app__settings-help,
html[data-probiera-theme="dark"] .probiera-app__settings-copy,
html[data-probiera-theme="dark"] .probiera-app__note > small,
html[data-probiera-theme="dark"] .probiera-app__note form > small {
  color: #cbb9a3;
}

html[data-probiera-theme="dark"] .probiera-app__back,
html[data-probiera-theme="dark"] .probiera-app__password-link,
html[data-probiera-theme="dark"] .probiera-app__back-link,
html[data-probiera-theme="dark"] .probiera-app__account-link,
html[data-probiera-theme="dark"] .probiera-app__reporting-link,
html[data-probiera-theme="dark"] .probiera-app__note-link {
  color: #f7b529;
}

html[data-probiera-theme="dark"] .probiera-app__sync {
  background: #33261b;
  color: #e8dac8;
}

html[data-probiera-theme="dark"] .probiera-app__sync[data-state="saved"],
html[data-probiera-theme="dark"] .probiera-app__success {
  background: #173623;
  color: #8ee1a9;
}

html[data-probiera-theme="dark"] .probiera-app__sync[data-state="pending"] {
  background: #48330d;
  color: #ffd36c;
}

html[data-probiera-theme="dark"] .probiera-app__sync[data-state="error"],
html[data-probiera-theme="dark"] .probiera-app__error {
  background: #4b1e1a;
  color: #ffaaa2;
}

html[data-probiera-theme="dark"] .probiera-app__report-row dl {
  background: var(--paper);
}

html[data-probiera-theme="dark"] .probiera-app__report-row dl div {
  border-bottom-color: #4a3724;
}

html[data-probiera-theme="dark"] .probiera-app__sort-bar select,
html[data-probiera-theme="dark"] .probiera-app__sort-direction,
html[data-probiera-theme="dark"] .probiera-app__register input[type="email"],
html[data-probiera-theme="dark"] .probiera-app__register input[type="password"],
html[data-probiera-theme="dark"] .probiera-app__onboarding-panel input[type="text"],
html[data-probiera-theme="dark"] .probiera-app__values button,
html[data-probiera-theme="dark"] .probiera-app__note textarea,
html[data-probiera-theme="dark"] .probiera-app__theme-choice button {
  border-color: #8f641d;
  background: #2a1e13;
  color: #f8efe1;
}

html[data-probiera-theme="dark"] .probiera-app__result-category {
  border-bottom-color: #4a3724;
}

html[data-probiera-theme="dark"] .probiera-app__invite-person {
  background: #3b2b13;
}

html[data-probiera-theme="dark"] .probiera-app__email-fallback,
html[data-probiera-theme="dark"] .probiera-app__connection,
html[data-probiera-theme="dark"] .probiera-app__settings-section {
  border-color: #5b432b;
  background: #21170f;
}

html[data-probiera-theme="dark"] .probiera-app__divider {
  color: #b9a58d;
}

html[data-probiera-theme="dark"] .probiera-app__divider::before,
html[data-probiera-theme="dark"] .probiera-app__divider::after {
  background: #4a3724;
}

html[data-probiera-theme="dark"] .probiera-app__login-link,
html[data-probiera-theme="dark"] .probiera-app__register button,
html[data-probiera-theme="dark"] .probiera-app__onboarding-submit,
html[data-probiera-theme="dark"] .probiera-app__note-actions button {
  border-color: var(--amber);
  background: var(--amber);
  color: var(--ink);
}

html[data-probiera-theme="dark"] .probiera-app__values button[aria-pressed="true"] {
  border-color: var(--amber);
  background: #0f0b07;
  color: #fff;
}

html[data-probiera-theme="dark"] .probiera-app__theme-choice button[aria-pressed="true"] {
  border-color: var(--amber);
  background: var(--amber);
  color: var(--ink);
}

html[data-probiera-theme="dark"] .probiera-app__note-actions [data-note-cancel] {
  border-color: #cbb9a3;
  background: transparent;
  color: #f8efe1;
}

html[data-probiera-theme="dark"] .probiera-app__score.is-complete,
html[data-probiera-theme="dark"] .probiera-app__connected {
  color: #83d99f;
}

html[data-probiera-theme="dark"] .probiera-app__score.is-partial {
  color: #ff9288;
}

html[data-probiera-theme="dark"] .probiera-app__rating.is-pending output,
html[data-probiera-theme="dark"] .probiera-app__note.is-pending > small {
  color: #ffd36c;
}

@media (max-width: 420px) {
  .probiera-app__theme-choice {
    gap: 4px;
  }

  .probiera-app__settings-body {
    padding: 12px;
  }
}
