:where(.breath478-tool, .breath478-tool *) {
  box-sizing: border-box !important;
}

.breath478-tool {
  --b478-shell: #faf2e8;
  --b478-paper: #fff7e8;
  --b478-paper-soft: #fbf0dc;
  --b478-panel: rgba(255, 253, 247, 0.96);
  --b478-card: #fffdf7;
  --b478-input: #fffdf8;
  --b478-ink: #2b2119;
  --b478-muted: #67584a;
  --b478-line: #6b5745;
  --b478-line-soft: rgba(107, 87, 69, 0.28);
  --b478-grid: rgba(107, 87, 69, 0.055);
  --b478-green: #e3efd2;
  --b478-green-ink: #2f4e2e;
  --b478-blue: #dfeef8;
  --b478-blue-ink: #28455a;
  --b478-hold: #eadff6;
  --b478-hold-ink: #4f3d66;
  --b478-primary-bg: #f2e3d3;
  --b478-primary-ink: #2b2119;
  --b478-amber: #d2aa55;
  --b478-warn: #fff2c1;
  --b478-red: #a43e2d;
  --b478-red-soft: #f3dfd3;
  --b478-shadow: 4px 4px 0 rgba(72, 55, 40, 0.22);
  --b478-shadow-soft: 2px 2px 0 rgba(72, 55, 40, 0.14);
  width: min(100%, 980px) !important;
  margin: 20px auto 36px !important;
  color: var(--b478-ink) !important;
  background:
    linear-gradient(var(--b478-grid) 1px, transparent 1px),
    linear-gradient(90deg, var(--b478-grid) 1px, transparent 1px),
    var(--b478-paper) !important;
  background-size: 20px 20px, 20px 20px, auto !important;
  border: 2px solid var(--b478-line) !important;
  border-radius: 0 !important;
  box-shadow: var(--b478-shadow) !important;
  overflow: hidden !important;
  font-family: "Noto Sans KR", "Apple SD Gothic Neo", system-ui, -apple-system, BlinkMacSystemFont, sans-serif !important;
  font-size: 16px !important;
  line-height: 1.5 !important;
  letter-spacing: 0 !important;
}

.breath478-tool :where(h2, h3, p, strong, span) {
  margin: 0 !important;
  letter-spacing: 0 !important;
}

.breath478-title {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  gap: 16px !important;
  align-items: center !important;
  padding: 16px 18px !important;
  background:
    linear-gradient(90deg, rgba(255, 253, 247, 0.98) 0%, rgba(255, 248, 235, 0.98) 56%, rgba(247, 223, 157, 0.28) 100%),
    var(--b478-paper) !important;
  color: var(--b478-ink) !important;
}

.breath478-title__copy {
  display: grid !important;
  gap: 7px !important;
  min-width: 0 !important;
}

.breath478-kicker,
.breath478-eyebrow {
  display: inline-flex !important;
  align-items: center !important;
  width: fit-content !important;
  color: var(--b478-muted) !important;
  font-size: 12px !important;
  line-height: 1.2 !important;
  font-weight: 950 !important;
  text-transform: uppercase !important;
}

.breath478-title h2 {
  color: var(--b478-ink) !important;
  font-size: clamp(22px, 3vw, 30px) !important;
  line-height: 1.15 !important;
  font-weight: 950 !important;
}

.breath478-title p {
  max-width: 680px !important;
  color: var(--b478-muted) !important;
  font-size: 14px !important;
  line-height: 1.55 !important;
  font-weight: 750 !important;
}

.breath478-title__summary {
  display: grid !important;
  place-items: center !important;
  gap: 2px !important;
  min-width: 104px !important;
  padding: 10px 12px !important;
  border: 1px solid var(--b478-line) !important;
  border-radius: 0 !important;
  background: var(--b478-green) !important;
  color: var(--b478-green-ink) !important;
  box-shadow: var(--b478-shadow-soft) !important;
  text-align: center !important;
}

.breath478-title__summary strong {
  color: var(--b478-green-ink) !important;
  font-size: 24px !important;
  line-height: 1 !important;
  font-weight: 950 !important;
  font-variant-numeric: tabular-nums !important;
}

.breath478-title__summary span {
  color: var(--b478-green-ink) !important;
  font-size: 12px !important;
  line-height: 1.2 !important;
  font-weight: 900 !important;
}

.breath478-body {
  display: grid !important;
  gap: 10px !important;
  padding: 14px !important;
  border-top: 2px solid var(--b478-line) !important;
  background: var(--b478-shell) !important;
}

.breath478-main-grid {
  display: grid !important;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr) !important;
  gap: 10px !important;
  align-items: stretch !important;
}

.breath478-panel,
.breath478-method {
  min-width: 0 !important;
  border: 2px solid var(--b478-line) !important;
  border-radius: 0 !important;
  background: var(--b478-panel) !important;
  color: var(--b478-ink) !important;
  box-shadow: var(--b478-shadow-soft) !important;
}

.breath478-panel {
  display: grid !important;
  align-content: start !important;
  gap: 12px !important;
  padding: 13px !important;
}

.breath478-panel__head {
  display: grid !important;
  gap: 3px !important;
}

.breath478-panel__head h3,
.breath478-method__head h3 {
  color: var(--b478-ink) !important;
  font-size: 17px !important;
  line-height: 1.25 !important;
  font-weight: 950 !important;
}

.breath478-panel__head p {
  color: var(--b478-muted) !important;
  font-size: 12px !important;
  line-height: 1.45 !important;
  font-weight: 750 !important;
}

.breath478-orb-wrap {
  position: relative !important;
  display: grid !important;
  place-items: center !important;
  width: min(100%, 300px) !important;
  aspect-ratio: 1 / 1 !important;
  min-height: 0 !important;
  height: auto !important;
  margin: 0 auto !important;
  background:
    linear-gradient(var(--b478-grid) 1px, transparent 1px),
    linear-gradient(90deg, var(--b478-grid) 1px, transparent 1px),
    var(--b478-card) !important;
  background-size: 18px 18px, 18px 18px, auto !important;
  border: 1px solid var(--b478-line) !important;
  border-radius: 0 !important;
  box-shadow: inset 0 1px 0 rgba(107, 87, 69, 0.08) !important;
}
.breath478-orb-wrap > .breath478-orb {
  grid-area: 1 / 1 !important;
  place-self: center !important;
}

.breath478-orb-wrap > p {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.breath478-tool p:empty {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
  min-width: 0 !important;
  min-height: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.breath478-tool br {
  display: none !important;
}

.breath478-orb-wrap::before {
  content: "" !important;
  position: absolute !important;
  inset: 22px !important;
  border: 1px dashed var(--b478-line-soft) !important;
  border-radius: 50% !important;
  pointer-events: none !important;
}

.breath478-orb {
  position: relative !important;
  z-index: 1 !important;
  display: block !important;
  width: 166px !important;
  height: 166px !important;
  border: 2px solid var(--b478-line) !important;
  border-radius: 50% !important;
  background: radial-gradient(circle, rgba(223, 238, 248, 0.96) 0%, rgba(223, 238, 248, 0.76) 68%, rgba(107, 87, 69, 0.14) 100%) !important;
  box-shadow: 0 0 0 10px rgba(223, 238, 248, 0.34), var(--b478-shadow-soft) !important;
  transition: transform 0.5s ease, background 0.5s ease, box-shadow 0.5s ease !important;
  transform-origin: center !important;
}

.breathing-circle.inhale {
  animation: breath478-inhale 4s ease-in forwards !important;
  background: radial-gradient(circle, rgba(223, 238, 248, 0.98) 0%, rgba(185, 219, 240, 0.82) 72%, rgba(107, 87, 69, 0.14) 100%) !important;
}

.breathing-circle.hold {
  animation: breath478-hold 7s ease-in-out forwards !important;
  background: radial-gradient(circle, rgba(234, 223, 246, 0.98) 0%, rgba(211, 192, 232, 0.82) 72%, rgba(107, 87, 69, 0.14) 100%) !important;
  box-shadow: 0 0 0 14px rgba(234, 223, 246, 0.38), var(--b478-shadow-soft) !important;
}

.breathing-circle.exhale {
  animation: breath478-exhale 8s ease-out forwards !important;
  background: radial-gradient(circle, rgba(227, 239, 210, 0.98) 0%, rgba(198, 224, 177, 0.86) 72%, rgba(107, 87, 69, 0.14) 100%) !important;
  box-shadow: 0 0 0 8px rgba(227, 239, 210, 0.34), var(--b478-shadow-soft) !important;
}

@keyframes breath478-inhale {
  from { transform: scale(1); }
  to { transform: scale(1.32); }
}

@keyframes breath478-hold {
  from { transform: scale(1.32); }
  to { transform: scale(1.32); }
}

@keyframes breath478-exhale {
  from { transform: scale(1.32); }
  to { transform: scale(1); }
}

.breath478-orb__text {
  position: absolute !important;
  z-index: 2 !important;
  inset: 0 !important;
  display: grid !important;
  place-items: center !important;
  width: auto !important;
  color: var(--b478-ink) !important;
  text-align: center !important;
  font-size: 24px !important;
  line-height: 1.1 !important;
  font-weight: 950 !important;
  text-shadow: 0 1px 0 rgba(255, 253, 247, 0.68) !important;
  pointer-events: none !important;
}

.breath478-phase {
  display: grid !important;
  place-items: center !important;
  min-height: 42px !important;
  padding: 8px 10px !important;
  border: 1px solid var(--b478-line) !important;
  border-radius: 0 !important;
  background: var(--b478-card) !important;
  color: var(--b478-ink) !important;
  text-align: center !important;
  font-size: 14px !important;
  line-height: 1.35 !important;
  font-weight: 900 !important;
}

.breath478-rhythm-strip {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 8px !important;
}

.breath478-rhythm-strip__item {
  display: grid !important;
  grid-template-columns: auto minmax(0, 1fr) !important;
  align-items: center !important;
  gap: 8px !important;
  min-width: 0 !important;
  min-height: 54px !important;
  padding: 8px !important;
  border: 1px solid var(--b478-line) !important;
  border-radius: 0 !important;
  background: var(--b478-card) !important;
  color: var(--b478-ink) !important;
}

.breath478-rhythm-strip__item strong {
  display: grid !important;
  place-items: center !important;
  width: 32px !important;
  height: 32px !important;
  border: 1px solid var(--b478-line) !important;
  border-radius: 0 !important;
  color: var(--b478-ink) !important;
  font-size: 20px !important;
  line-height: 1 !important;
  font-weight: 950 !important;
}

.breath478-rhythm-strip__item--inhale strong { background: var(--b478-blue) !important; color: var(--b478-blue-ink) !important; }
.breath478-rhythm-strip__item--hold strong { background: var(--b478-hold) !important; color: var(--b478-hold-ink) !important; }
.breath478-rhythm-strip__item--exhale strong { background: var(--b478-green) !important; color: var(--b478-green-ink) !important; }

.breath478-rhythm-strip__item span {
  min-width: 0 !important;
  color: var(--b478-muted) !important;
  font-size: 12px !important;
  line-height: 1.25 !important;
  font-weight: 900 !important;
}

.breath478-duration-group {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  gap: 7px !important;
}

.breath478-duration-btn,
.breath478-button {
  appearance: none !important;
  width: 100% !important;
  min-width: 0 !important;
  min-height: 40px !important;
  border: 2px solid var(--b478-line) !important;
  border-radius: 0 !important;
  background: var(--b478-card) !important;
  color: var(--b478-ink) !important;
  box-shadow: var(--b478-shadow-soft) !important;
  cursor: pointer !important;
  font-family: inherit !important;
  font-size: 13px !important;
  font-weight: 950 !important;
  line-height: 1.2 !important;
  text-align: center !important;
  white-space: nowrap !important;
  transition: transform 0.14s ease, box-shadow 0.14s ease, background-color 0.14s ease !important;
}

.breath478-duration-btn {
  padding: 8px 6px !important;
}

.breath478-duration-btn:hover,
.breath478-button:hover:not(:disabled) {
  transform: translate(1px, 1px) !important;
  box-shadow: 1px 1px 0 rgba(72, 55, 40, 0.16) !important;
}

.breath478-duration-btn:focus-visible,
.breath478-button:focus-visible {
  outline: 2px solid var(--b478-amber) !important;
  outline-offset: 2px !important;
}

.breath478-duration-btn.active,
.breath478-duration-btn[aria-pressed="true"] {
  background: var(--b478-primary-bg) !important;
  color: var(--b478-primary-ink) !important;
  border-color: var(--b478-line) !important;
  box-shadow: 3px 3px 0 rgba(72, 55, 40, 0.22) !important;
}

.breath478-status-grid {
  display: grid !important;
  grid-template-columns: minmax(0, 1.25fr) minmax(0, 0.75fr) !important;
  gap: 8px !important;
}

.breath478-status-card {
  display: grid !important;
  gap: 4px !important;
  align-content: center !important;
  min-width: 0 !important;
  min-height: 86px !important;
  padding: 10px !important;
  border: 1px solid var(--b478-line) !important;
  border-radius: 0 !important;
  background: var(--b478-card) !important;
  color: var(--b478-ink) !important;
  box-shadow: inset 0 1px 0 rgba(107, 87, 69, 0.08) !important;
}

.breath478-status-card--time {
  background: var(--b478-green) !important;
  color: var(--b478-green-ink) !important;
}

.breath478-status-card span {
  color: inherit !important;
  font-size: 12px !important;
  line-height: 1.2 !important;
  font-weight: 950 !important;
}

.breath478-status-card strong {
  color: inherit !important;
  font-size: 18px !important;
  line-height: 1.05 !important;
  font-weight: 950 !important;
  font-variant-numeric: tabular-nums !important;
}

.breath478-status-card--time strong {
  font-size: clamp(28px, 4vw, 42px) !important;
  letter-spacing: -0.02em !important;
}

.breath478-action-row {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 8px !important;
  align-items: stretch !important;
}

.breath478-button {
  min-height: 42px !important;
  padding: 9px 8px !important;
  font-size: 14px !important;
  line-height: 20px !important;
}

.breath478-button--primary {
  background: var(--b478-primary-bg) !important;
  color: var(--b478-primary-ink) !important;
}

.breath478-button--secondary.pause {
  background: var(--b478-warn) !important;
  color: var(--b478-ink) !important;
}

.breath478-button--secondary.reset {
  background: var(--b478-red-soft) !important;
  color: var(--b478-red) !important;
}

.breath478-button:disabled {
  opacity: 0.52 !important;
  cursor: not-allowed !important;
  transform: none !important;
  box-shadow: none !important;
}

.breath478-method {
  display: grid !important;
  grid-template-columns: auto minmax(0, 1fr) !important;
  gap: 10px !important;
  align-items: center !important;
  padding: 12px !important;
}

.breath478-method__head {
  display: grid !important;
  gap: 3px !important;
  min-width: 140px !important;
}

.breath478-method__grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 8px !important;
  min-width: 0 !important;
}

.breath478-method__grid p {
  display: grid !important;
  gap: 3px !important;
  min-width: 0 !important;
  min-height: 64px !important;
  padding: 9px !important;
  border: 1px solid var(--b478-line) !important;
  border-radius: 0 !important;
  background: var(--b478-card) !important;
  color: var(--b478-ink) !important;
}

.breath478-method__grid strong {
  color: var(--b478-ink) !important;
  font-size: 13px !important;
  line-height: 1.2 !important;
  font-weight: 950 !important;
}

.breath478-method__grid span {
  color: var(--b478-muted) !important;
  font-size: 12px !important;
  line-height: 1.35 !important;
  font-weight: 750 !important;
}

body:is([data-scheme="dark"], [data-scheme="inverse"]) .breath478-tool,
html:is([data-scheme="dark"], [data-scheme="inverse"], [data-theme="dark"]) body .breath478-tool {
  --b478-shell: #201811;
  --b478-paper: #2b2119;
  --b478-paper-soft: #241c15;
  --b478-panel: #33271d;
  --b478-card: #382b20;
  --b478-input: #241c15;
  --b478-ink: #f7ebd8;
  --b478-muted: #f0dfc5;
  --b478-line: #a98b6b;
  --b478-line-soft: rgba(169, 139, 107, 0.5);
  --b478-grid: rgba(229, 196, 139, 0.06);
  --b478-green: #344a32;
  --b478-green-ink: #f7ebd8;
  --b478-blue: #233c43;
  --b478-blue-ink: #f1e8cf;
  --b478-hold: #44344f;
  --b478-hold-ink: #f7ebd8;
  --b478-primary-bg: #ead6b8;
  --b478-primary-ink: #21170f;
  --b478-warn: #4b3923;
  --b478-red: #f2c3b4;
  --b478-red-soft: #5a3028;
  --b478-shadow: 4px 4px 0 rgba(0, 0, 0, 0.34);
  --b478-shadow-soft: 2px 2px 0 rgba(0, 0, 0, 0.24);
  color-scheme: dark !important;
}

body:is([data-scheme="dark"], [data-scheme="inverse"]) .breath478-title,
html:is([data-scheme="dark"], [data-scheme="inverse"], [data-theme="dark"]) body .breath478-title {
  background:
    linear-gradient(90deg, rgba(80, 62, 45, 0.94) 0%, rgba(65, 50, 37, 0.94) 58%, rgba(96, 75, 43, 0.72) 100%),
    var(--b478-panel) !important;
}

body:is([data-scheme="dark"], [data-scheme="inverse"]) .breath478-orb__text,
html:is([data-scheme="dark"], [data-scheme="inverse"], [data-theme="dark"]) body .breath478-orb__text {
  text-shadow: 0 1px 0 rgba(32, 24, 17, 0.72) !important;
}

@media (prefers-color-scheme: dark) {
  body:not([data-scheme]) .breath478-tool,
  body[data-scheme="auto"] .breath478-tool {
    --b478-shell: #201811;
    --b478-paper: #2b2119;
    --b478-paper-soft: #241c15;
    --b478-panel: #33271d;
    --b478-card: #382b20;
    --b478-input: #241c15;
    --b478-ink: #f7ebd8;
    --b478-muted: #f0dfc5;
    --b478-line: #a98b6b;
    --b478-line-soft: rgba(169, 139, 107, 0.5);
    --b478-grid: rgba(229, 196, 139, 0.06);
    --b478-green: #344a32;
    --b478-green-ink: #f7ebd8;
    --b478-blue: #233c43;
    --b478-blue-ink: #f1e8cf;
    --b478-hold: #44344f;
    --b478-hold-ink: #f7ebd8;
    --b478-primary-bg: #ead6b8;
    --b478-primary-ink: #21170f;
    --b478-warn: #4b3923;
    --b478-red: #f2c3b4;
    --b478-red-soft: #5a3028;
    --b478-shadow: 4px 4px 0 rgba(0, 0, 0, 0.34);
    --b478-shadow-soft: 2px 2px 0 rgba(0, 0, 0, 0.24);
    color-scheme: dark !important;
  }

  body:not([data-scheme]) .breath478-title,
  body[data-scheme="auto"] .breath478-title {
    background:
      linear-gradient(90deg, rgba(80, 62, 45, 0.94) 0%, rgba(65, 50, 37, 0.94) 58%, rgba(96, 75, 43, 0.72) 100%),
      var(--b478-panel) !important;
  }
}

@media screen and (max-width: 900px) {
  .breath478-main-grid,
  .breath478-method,
  .breath478-method__grid {
    grid-template-columns: 1fr !important;
  }

  .breath478-method__head {
    min-width: 0 !important;
  }
}

@media screen and (max-width: 640px) {
  .breath478-tool {
    width: min(100%, calc(100vw - 20px)) !important;
    margin: 12px auto 28px !important;
    font-size: 15px !important;
  }

  .breath478-title {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
    padding: 14px !important;
  }

  .breath478-title__summary {
    grid-template-columns: auto auto !important;
    justify-content: space-between !important;
    width: 100% !important;
    min-width: 0 !important;
    padding: 9px 10px !important;
  }

  .breath478-body {
    padding: 10px !important;
  }

  .breath478-panel {
    padding: 11px !important;
  }

  .breath478-main-grid,
  .breath478-status-grid,
  .breath478-rhythm-strip {
    grid-template-columns: 1fr !important;
  }

  .breath478-duration-group {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .breath478-orb-wrap {
    width: min(100%, 256px) !important;
    aspect-ratio: 1 / 1 !important;
    min-height: 0 !important;
    height: auto !important;
  }

  .breath478-orb {
    width: 140px !important;
    height: 140px !important;
  }

  .breath478-orb__text {
    font-size: 21px !important;
  }

  .breath478-status-card {
    min-height: 72px !important;
  }

  .breath478-action-row {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 6px !important;
  }

  .breath478-button {
    min-height: 40px !important;
    padding-inline: 5px !important;
    font-size: 13px !important;
    line-height: 18px !important;
  }
}

@media screen and (max-width: 370px) {
  .breath478-tool {
    width: min(100%, calc(100vw - 16px)) !important;
  }

  .breath478-title,
  .breath478-body {
    padding-inline: 9px !important;
  }

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

  .breath478-action-row {
    grid-template-columns: 1fr !important;
  }

  .breath478-button {
    min-height: 38px !important;
  }
}

body.cs-scheme-dark .breath478-tool .breath478-duration-btn:not(.active):not([aria-pressed="true"]),
body.cs-site-scheme-dark .breath478-tool .breath478-duration-btn:not(.active):not([aria-pressed="true"]),
body.dark-mode .breath478-tool .breath478-duration-btn:not(.active):not([aria-pressed="true"]),
body[data-scheme="dark"] .breath478-tool .breath478-duration-btn:not(.active):not([aria-pressed="true"]),
body[data-scheme="inverse"] .breath478-tool .breath478-duration-btn:not(.active):not([aria-pressed="true"]),
html[data-scheme="dark"] body .breath478-tool .breath478-duration-btn:not(.active):not([aria-pressed="true"]),
html[data-scheme="inverse"] body .breath478-tool .breath478-duration-btn:not(.active):not([aria-pressed="true"]),
html[data-theme="dark"] body .breath478-tool .breath478-duration-btn:not(.active):not([aria-pressed="true"]) {
  background: #1c130d !important;
  background-color: #1c130d !important;
  color: #f8ead1 !important;
  -webkit-text-fill-color: #f8ead1 !important;
  border-color: #a98358 !important;
}

body.cs-scheme-dark .breath478-tool .breath478-button--secondary.pause,
body.cs-site-scheme-dark .breath478-tool .breath478-button--secondary.pause,
body.dark-mode .breath478-tool .breath478-button--secondary.pause,
body[data-scheme="dark"] .breath478-tool .breath478-button--secondary.pause,
body[data-scheme="inverse"] .breath478-tool .breath478-button--secondary.pause,
html[data-scheme="dark"] body .breath478-tool .breath478-button--secondary.pause,
html[data-scheme="inverse"] body .breath478-tool .breath478-button--secondary.pause,
html[data-theme="dark"] body .breath478-tool .breath478-button--secondary.pause {
  background: #3b2714 !important;
  background-color: #3b2714 !important;
  color: #f8ead1 !important;
  -webkit-text-fill-color: #f8ead1 !important;
  border-color: #a98358 !important;
}

body.cs-scheme-dark .breath478-tool .breath478-button--secondary.reset,
body.cs-site-scheme-dark .breath478-tool .breath478-button--secondary.reset,
body.dark-mode .breath478-tool .breath478-button--secondary.reset,
body[data-scheme="dark"] .breath478-tool .breath478-button--secondary.reset,
body[data-scheme="inverse"] .breath478-tool .breath478-button--secondary.reset,
html[data-scheme="dark"] body .breath478-tool .breath478-button--secondary.reset,
html[data-scheme="inverse"] body .breath478-tool .breath478-button--secondary.reset,
html[data-theme="dark"] body .breath478-tool .breath478-button--secondary.reset {
  background: #47231d !important;
  background-color: #47231d !important;
  color: #ffd8ca !important;
  -webkit-text-fill-color: #ffd8ca !important;
  border-color: #a98358 !important;
}

body.cs-scheme-dark .breath478-tool .breath478-button:disabled,
body.cs-site-scheme-dark .breath478-tool .breath478-button:disabled,
body.dark-mode .breath478-tool .breath478-button:disabled,
body[data-scheme="dark"] .breath478-tool .breath478-button:disabled,
body[data-scheme="inverse"] .breath478-tool .breath478-button:disabled,
html[data-scheme="dark"] body .breath478-tool .breath478-button:disabled,
html[data-scheme="inverse"] body .breath478-tool .breath478-button:disabled,
html[data-theme="dark"] body .breath478-tool .breath478-button:disabled {
  opacity: 0.9 !important;
}

@media (prefers-color-scheme: dark) {
  body:not([data-scheme]) .breath478-tool .breath478-duration-btn:not(.active):not([aria-pressed="true"]),
  body[data-scheme="auto"] .breath478-tool .breath478-duration-btn:not(.active):not([aria-pressed="true"]) {
    background: #1c130d !important;
    background-color: #1c130d !important;
    color: #f8ead1 !important;
    -webkit-text-fill-color: #f8ead1 !important;
    border-color: #a98358 !important;
  }

  body:not([data-scheme]) .breath478-tool .breath478-button--secondary.pause,
  body[data-scheme="auto"] .breath478-tool .breath478-button--secondary.pause {
    background: #3b2714 !important;
    background-color: #3b2714 !important;
    color: #f8ead1 !important;
    -webkit-text-fill-color: #f8ead1 !important;
    border-color: #a98358 !important;
  }

  body:not([data-scheme]) .breath478-tool .breath478-button--secondary.reset,
  body[data-scheme="auto"] .breath478-tool .breath478-button--secondary.reset {
    background: #47231d !important;
    background-color: #47231d !important;
    color: #ffd8ca !important;
    -webkit-text-fill-color: #ffd8ca !important;
    border-color: #a98358 !important;
  }

  body:not([data-scheme]) .breath478-tool .breath478-button:disabled,
  body[data-scheme="auto"] .breath478-tool .breath478-button:disabled {
    opacity: 0.9 !important;
  }
}
