.time-to-minutes-wrapper,
.time-to-minutes-wrapper *,
.time-to-minutes-wrapper *::before,
.time-to-minutes-wrapper *::after {
  box-sizing: border-box;
}

.time-to-minutes-wrapper {
  --ttm-paper: #fffaf0;
  --ttm-paper-soft: #fffdf7;
  --ttm-paper-muted: #fff7e8;
  --ttm-title-soft: #f4e4cf;
  --ttm-line: #6b5745;
  --ttm-title-line: #604c3d;
  --ttm-text: #2b2119;
  --ttm-muted: #655344;
  --ttm-title-muted: #725f50;
  --ttm-emphasis: #5f4332;
  --ttm-grid-line: rgba(107, 87, 69, .055);
  --ttm-paper-end: #faf2e8;
  --ttm-panel-bg: rgba(255, 253, 247, .90);
  --ttm-button-bg: #fffdf7;
  --ttm-cta: #f2e3d3;
  --ttm-cta-hover: #e7d1ba;
  --ttm-green: #e3efd2;
  --ttm-total-row: rgba(227, 239, 210, .78);
  --ttm-focus: #4f7d94;
  --ttm-shadow: rgba(107, 87, 69, .16);
  --ttm-soft-line: rgba(107, 87, 69, .28);
  width: min(740px, calc(100vw - 32px));
  margin: 12px auto 0;
  color: var(--ttm-text);
  line-height: 1.42;
  word-break: keep-all;
}

body[data-scheme="dark"] .time-to-minutes-wrapper,
body[data-scheme="inverse"] .time-to-minutes-wrapper {
  --ttm-paper: #2b2119;
  --ttm-paper-soft: #241c15;
  --ttm-paper-muted: #33271d;
  --ttm-title-soft: #3b2c20;
  --ttm-line: #a98b6b;
  --ttm-title-line: #a98b6b;
  --ttm-text: #f2e4cf;
  --ttm-muted: #e7d2b8;
  --ttm-title-muted: #ddc6a9;
  --ttm-emphasis: #f2d39b;
  --ttm-grid-line: rgba(169, 139, 107, .075);
  --ttm-paper-end: #33271d;
  --ttm-panel-bg: rgba(36, 28, 21, .92);
  --ttm-button-bg: #241c15;
  --ttm-cta: #4a3828;
  --ttm-cta-hover: #584332;
  --ttm-green: #344a32;
  --ttm-total-row: rgba(52, 74, 50, .72);
  --ttm-focus: #d2aa55;
  --ttm-shadow: rgba(0, 0, 0, .34);
  --ttm-soft-line: rgba(169, 139, 107, .42);
}

.time-to-minutes-wrapper br {
  display: none !important;
}

.time-to-minutes-wrapper :is(h2, h3, p) {
  margin-top: 0;
}

.time-to-minutes-wrapper .ttm-tool[data-ttm-layout="split-process-20260608"] {
  display: block;
  min-width: 0;
  padding: 0;
  color: var(--ttm-text);
  background:
    linear-gradient(90deg, var(--ttm-grid-line) 1px, transparent 1px),
    linear-gradient(var(--ttm-grid-line) 1px, transparent 1px),
    linear-gradient(135deg, var(--ttm-paper) 0%, var(--ttm-paper-end) 100%);
  background-size: 16px 16px, 16px 16px, auto;
  border: 2px solid var(--ttm-line);
  border-radius: 0;
  box-shadow: 5px 5px 0 var(--ttm-shadow);
}

body[data-scheme="dark"] .time-to-minutes-wrapper .ttm-tool[data-ttm-layout="split-process-20260608"],
body[data-scheme="inverse"] .time-to-minutes-wrapper .ttm-tool[data-ttm-layout="split-process-20260608"] {
  background-image:
    linear-gradient(90deg, var(--ttm-grid-line) 1px, transparent 1px),
    linear-gradient(var(--ttm-grid-line) 1px, transparent 1px),
    linear-gradient(135deg, var(--ttm-paper) 0%, var(--ttm-paper-end) 100%);
}

.time-to-minutes-wrapper .ttm-tool[data-ttm-layout="split-process-20260608"] .ttm-tool__title {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  min-width: 0;
  padding: 13px 15px;
  background-color: var(--ttm-paper-muted);
  background-image: linear-gradient(90deg, rgba(255, 253, 247, .99), rgba(255, 249, 238, .98) 64%, rgba(247, 223, 157, .30));
  border: 0;
  border-radius: 0;
  box-shadow: none;
  line-height: 2;
}

body[data-scheme="dark"] .time-to-minutes-wrapper .ttm-tool[data-ttm-layout="split-process-20260608"] .ttm-tool__title,
body[data-scheme="inverse"] .time-to-minutes-wrapper .ttm-tool[data-ttm-layout="split-process-20260608"] .ttm-tool__title {
  background-image: linear-gradient(90deg, rgba(36, 28, 21, .98), rgba(51, 39, 29, .98) 64%, rgba(74, 56, 40, .54));
}

.time-to-minutes-wrapper .ttm-tool[data-ttm-layout="split-process-20260608"] .ttm-tool__title-copy {
  min-width: 0;
}

.time-to-minutes-wrapper .ttm-tool[data-ttm-layout="split-process-20260608"] .ttm-tool__kicker {
  display: block;
  margin: 0;
  color: var(--ttm-title-muted);
  font-size: 11px;
  font-weight: 950;
  line-height: 1.1;
  text-transform: uppercase;
}

.time-to-minutes-wrapper .ttm-tool[data-ttm-layout="split-process-20260608"] .ttm-tool__title h2 {
  margin: 2px 0 0;
  color: var(--ttm-text);
  font-size: 23px;
  font-weight: 950;
  letter-spacing: 0;
  line-height: 1.15;
}

.time-to-minutes-wrapper .ttm-tool[data-ttm-layout="split-process-20260608"] .ttm-tool__title p {
  max-width: none;
  margin: 5px 0 0;
  color: var(--ttm-title-muted);
  font-size: 12px;
  font-weight: 760;
  letter-spacing: 0;
  line-height: 1.42;
}

.time-to-minutes-wrapper .ttm-tool[data-ttm-layout="split-process-20260608"] .ttm-tool__badge {
  display: grid;
  align-items: center;
  justify-content: center;
  min-width: 88px;
  min-height: 38px;
  max-width: 104px;
  padding: 6px 9px;
  color: var(--ttm-text);
  background: var(--ttm-paper-soft);
  border: 1px solid var(--ttm-title-line);
  border-radius: 0;
  box-shadow: none;
  font-size: 12px;
  font-weight: 950;
  line-height: 2;
  text-align: center;
  word-break: keep-all;
  overflow-wrap: normal;
}

.time-to-minutes-wrapper .ttm-tool[data-ttm-layout="split-process-20260608"] .ttm-tool__split {
  display: grid;
  grid-template-columns: minmax(0, 3fr) minmax(0, 2fr);
  gap: 12px;
  min-width: 0;
  padding: 10px 12px 12px;
  border-top: 2px solid var(--ttm-line);
}

.time-to-minutes-wrapper .ttm-tool[data-ttm-layout="split-process-20260608"] :is(.ttm-tool__input-panel, .ttm-tool__result-panel, .ttm-tool__process-panel) {
  display: grid;
  gap: 9px;
  min-width: 0;
  padding: 10px;
  background: var(--ttm-panel-bg);
  border: 2px solid var(--ttm-line);
  border-radius: 0;
  box-shadow: 3px 3px 0 var(--ttm-shadow);
}

body[data-scheme="dark"] .time-to-minutes-wrapper .ttm-tool[data-ttm-layout="split-process-20260608"] :is(.ttm-tool__input-panel, .ttm-tool__result-panel, .ttm-tool__process-panel),
body[data-scheme="inverse"] .time-to-minutes-wrapper .ttm-tool[data-ttm-layout="split-process-20260608"] :is(.ttm-tool__input-panel, .ttm-tool__result-panel, .ttm-tool__process-panel) {
  background: var(--ttm-panel-bg);
}

.time-to-minutes-wrapper .ttm-tool[data-ttm-layout="split-process-20260608"] :is(.ttm-tool__input-panel, .ttm-tool__result-panel) {
  align-content: start;
}

.time-to-minutes-wrapper .ttm-tool[data-ttm-layout="split-process-20260608"] .ttm-tool__process-panel {
  grid-column: 1 / -1;
  box-shadow: 3px 3px 0 var(--ttm-shadow);
}

.time-to-minutes-wrapper .ttm-tool[data-ttm-layout="split-process-20260608"] .ttm-tool__panel-head {
  display: grid;
  gap: 4px;
  min-width: 0;
  padding-bottom: 7px;
  border-bottom: 1px dashed var(--ttm-soft-line);
}

.time-to-minutes-wrapper .ttm-tool[data-ttm-layout="split-process-20260608"] .ttm-tool__result-panel .ttm-tool__panel-head {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
  column-gap: 8px;
}

.time-to-minutes-wrapper .ttm-tool[data-ttm-layout="split-process-20260608"] .ttm-tool__panel-head h3,
.time-to-minutes-wrapper .ttm-tool[data-ttm-layout="split-process-20260608"] .ttm-tool__process-head h3 {
  margin: 0;
  color: var(--ttm-emphasis);
  font-size: 14.5px;
  font-weight: 950;
  letter-spacing: 0;
  line-height: 1.24;
}

.time-to-minutes-wrapper .ttm-tool[data-ttm-layout="split-process-20260608"] .ttm-tool__panel-head p,
.time-to-minutes-wrapper .ttm-tool[data-ttm-layout="split-process-20260608"] #originalTime {
  margin: 0;
  color: var(--ttm-muted);
  font-size: 12.5px;
  font-weight: 760;
  line-height: 1.42;
  overflow-wrap: anywhere;
}

.time-to-minutes-wrapper .ttm-tool[data-ttm-layout="split-process-20260608"] #originalTime {
  text-align: right;
}

.time-to-minutes-wrapper .ttm-tool[data-ttm-layout="split-process-20260608"] .ttm-tool__clock {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 12px minmax(0, 1fr) 12px minmax(0, 1fr);
  gap: 5px;
  align-items: stretch;
  min-width: 0;
  padding: 7px;
  background: var(--ttm-button-bg);
  border: 1px solid var(--ttm-line);
}

.time-to-minutes-wrapper .ttm-tool[data-ttm-layout="split-process-20260608"] .ttm-tool__clock-field {
  display: grid;
  gap: 4px;
  min-width: 0;
  margin: 0;
}

.time-to-minutes-wrapper .ttm-tool[data-ttm-layout="split-process-20260608"] .ttm-tool__clock-field span,
.time-to-minutes-wrapper .ttm-tool[data-ttm-layout="split-process-20260608"] .ttm-tool__clock-field em,
.time-to-minutes-wrapper .ttm-tool[data-ttm-layout="split-process-20260608"] .ttm-tool__label {
  color: var(--ttm-muted);
  font-size: 11.8px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.25;
}

.time-to-minutes-wrapper .ttm-tool[data-ttm-layout="split-process-20260608"] .ttm-tool__colon {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  color: var(--ttm-emphasis);
  font-size: 18px;
  font-weight: 950;
  line-height: 1;
}

.time-to-minutes-wrapper .ttm-tool[data-ttm-layout="split-process-20260608"] input {
  width: 100%;
  min-width: 0;
  min-height: 36px;
  padding: 6px 4px;
  color: var(--ttm-text);
  background: var(--ttm-button-bg);
  border: 1px solid var(--ttm-line);
  border-radius: 0;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.15;
  text-align: center;
  -webkit-text-fill-color: currentColor;
}

.time-to-minutes-wrapper .ttm-tool[data-ttm-layout="split-process-20260608"] :is(.ttm-tool__presets, .ttm-tool__actions, .ttm-tool__formula) {
  display: grid;
  gap: 6px;
  min-width: 0;
}

.time-to-minutes-wrapper .ttm-tool[data-ttm-layout="split-process-20260608"] .ttm-tool__presets,
.time-to-minutes-wrapper .ttm-tool[data-ttm-layout="split-process-20260608"] .ttm-tool__formula {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.time-to-minutes-wrapper .ttm-tool[data-ttm-layout="split-process-20260608"] .ttm-tool__actions {
  grid-template-columns: 1fr;
}

.time-to-minutes-wrapper .ttm-tool[data-ttm-layout="split-process-20260608"] .ttm-tool__button {
  appearance: none;
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 100% !important;
  min-width: 0;
  min-height: 34px !important;
  padding: 6px 8px !important;
  color: var(--ttm-text);
  background: var(--ttm-button-bg);
  border: 1px solid var(--ttm-line);
  border-radius: 0;
  box-shadow: 3px 3px 0 var(--ttm-shadow);
  cursor: pointer;
  font: inherit;
  font-size: 12.4px !important;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.12 !important;
  text-align: center;
  overflow-wrap: anywhere;
  -webkit-text-fill-color: currentColor;
}

.time-to-minutes-wrapper .ttm-tool[data-ttm-layout="split-process-20260608"] .ttm-tool__button--primary {
  color: var(--ttm-text);
  background: var(--ttm-cta);
  -webkit-text-fill-color: currentColor;
}

.time-to-minutes-wrapper .ttm-tool[data-ttm-layout="split-process-20260608"] .ttm-tool__button:hover {
  background: var(--ttm-cta-hover);
  box-shadow: 2px 2px 0 var(--ttm-shadow);
  transform: translate(1px, 1px);
}

.time-to-minutes-wrapper .ttm-tool[data-ttm-layout="split-process-20260608"] .ttm-tool__button:focus-visible,
.time-to-minutes-wrapper .ttm-tool[data-ttm-layout="split-process-20260608"] input:focus-visible {
  outline: 3px solid var(--ttm-focus);
  outline-offset: 2px;
}

.time-to-minutes-wrapper .ttm-tool[data-ttm-layout="split-process-20260608"] .ttm-tool__primary-result {
  display: grid;
  gap: 5px;
  min-width: 0;
  padding: 12px;
  text-align: center;
  background: var(--ttm-green);
  border: 2px solid var(--ttm-line);
}

.time-to-minutes-wrapper .ttm-tool[data-ttm-layout="split-process-20260608"] .ttm-tool__seconds-result {
  display: grid;
  grid-template-columns: minmax(46px, .32fr) minmax(0, 1fr) minmax(48px, 54px);
  gap: 7px;
  align-items: center;
  min-width: 0;
  padding: 8px;
  background: var(--ttm-button-bg);
  border: 1px solid var(--ttm-line);
}

.time-to-minutes-wrapper .ttm-tool[data-ttm-layout="split-process-20260608"] .ttm-tool__value {
  min-width: 0;
  color: var(--ttm-text);
  font-size: 17px;
  font-weight: 950;
  line-height: 1.16;
  overflow-wrap: anywhere;
}

.time-to-minutes-wrapper .ttm-tool[data-ttm-layout="split-process-20260608"] .ttm-tool__value--main {
  color: var(--ttm-text);
  font-size: 33px;
  font-weight: 950;
}

.time-to-minutes-wrapper .ttm-tool[data-ttm-layout="split-process-20260608"] .ttm-tool__detail {
  min-height: 16px;
  color: var(--ttm-muted);
  font-size: 12.5px;
  font-weight: 760;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.time-to-minutes-wrapper .ttm-tool[data-ttm-layout="split-process-20260608"] .ttm-tool__button--copy {
  min-height: 34px !important;
  background: var(--ttm-button-bg);
}

.time-to-minutes-wrapper .ttm-tool[data-ttm-layout="split-process-20260608"] .ttm-tool__button--mini {
  min-height: 32px !important;
  padding: 6px 5px !important;
}

.time-to-minutes-wrapper .ttm-tool[data-ttm-layout="split-process-20260608"] .ttm-tool__process-head {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 8px;
  align-items: center;
  min-width: 0;
}

.time-to-minutes-wrapper .ttm-tool[data-ttm-layout="split-process-20260608"] .ttm-tool__formula span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  min-height: 30px;
  padding: 5px 6px;
  color: var(--ttm-text);
  background: var(--ttm-button-bg);
  border: 1px solid var(--ttm-line);
  font-size: 11.8px;
  font-weight: 900;
  line-height: 1.24;
  text-align: center;
  overflow-wrap: anywhere;
}

.time-to-minutes-wrapper .ttm-tool[data-ttm-layout="split-process-20260608"] .ttm-tool__breakdown {
  display: grid;
  gap: 0;
  min-width: 0;
  padding: 6px 9px;
  background: var(--ttm-button-bg);
  border: 1px solid var(--ttm-line);
}

.time-to-minutes-wrapper .ttm-tool[data-ttm-layout="split-process-20260608"] .ttm-tool__breakdown-row {
  display: grid;
  grid-template-columns: minmax(88px, .24fr) minmax(0, 1fr);
  gap: 8px;
  align-items: center;
  min-width: 0;
  padding: 6px 0;
  border-top: 1px dashed var(--ttm-soft-line);
}

.time-to-minutes-wrapper .ttm-tool[data-ttm-layout="split-process-20260608"] .ttm-tool__breakdown-row:first-child {
  padding-top: 0;
  border-top: 0;
}

.time-to-minutes-wrapper .ttm-tool[data-ttm-layout="split-process-20260608"] .ttm-tool__breakdown-row.is-total {
  margin: 3px -4px -2px;
  padding: 7px 4px 4px;
  color: var(--ttm-text);
  background: var(--ttm-total-row);
  font-weight: 950;
}

.time-to-minutes-wrapper .ttm-tool[data-ttm-layout="split-process-20260608"] .ttm-tool__breakdown-label {
  color: var(--ttm-muted);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.32;
}

.time-to-minutes-wrapper .ttm-tool[data-ttm-layout="split-process-20260608"] .ttm-tool__breakdown-value {
  min-width: 0;
  color: var(--ttm-text);
  font-size: 12.5px;
  font-weight: 760;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.time-to-minutes-wrapper .ttm-tool[data-ttm-layout="split-process-20260608"] .ttm-tool__toast {
  margin-top: 0;
  padding: 8px 10px;
  color: var(--ttm-text);
  background: var(--ttm-green);
  border: 1px solid var(--ttm-line);
  box-shadow: 3px 3px 0 var(--ttm-shadow);
  font-size: 13px;
  font-weight: 850;
}

.time-to-minutes-wrapper .ttm-tool__toast[hidden] {
  display: none !important;
}

.time-to-minutes-wrapper + .roberin-ad.roberin-ad--after-tool,
.time-to-minutes-wrapper + .aicp.roberin-aicp-ad-guard {
  margin-top: 24px !important;
  margin-bottom: 8px !important;
}

.time-to-minutes-wrapper + .roberin-ad.roberin-ad--after-tool + article.roberin-article-body,
.time-to-minutes-wrapper + .roberin-ad.roberin-ad--after-tool + script + article.roberin-article-body,
.time-to-minutes-wrapper + .aicp.roberin-aicp-ad-guard + article.roberin-article-body {
  margin-top: 0 !important;
}

@media (max-width: 760px) {
  .time-to-minutes-wrapper {
    width: min(100%, calc(100vw - 24px));
  }

  .time-to-minutes-wrapper .ttm-tool[data-ttm-layout="split-process-20260608"] .ttm-tool__split {
    grid-template-columns: 1fr;
  }

  .time-to-minutes-wrapper .ttm-tool[data-ttm-layout="split-process-20260608"] .ttm-tool__process-panel {
    grid-column: auto;
  }
}

@media (max-width: 520px) {
  .time-to-minutes-wrapper {
    width: min(100%, calc(100vw - 20px));
    margin-top: 10px;
  }

  .time-to-minutes-wrapper .ttm-tool[data-ttm-layout="split-process-20260608"] {
    padding: 0;
    box-shadow: 4px 4px 0 var(--ttm-shadow);
  }

  .time-to-minutes-wrapper .ttm-tool[data-ttm-layout="split-process-20260608"] .ttm-tool__split {
    gap: 9px;
    padding: 7px 9px 9px;
  }

  .time-to-minutes-wrapper .ttm-tool[data-ttm-layout="split-process-20260608"] .ttm-tool__title {
    padding: 11px 12px;
    grid-template-columns: 1fr;
    align-items: start;
  }

  .time-to-minutes-wrapper .ttm-tool[data-ttm-layout="split-process-20260608"] :is(.ttm-tool__input-panel, .ttm-tool__result-panel, .ttm-tool__process-panel) {
    padding: 9px;
  }

  .time-to-minutes-wrapper .ttm-tool[data-ttm-layout="split-process-20260608"] .ttm-tool__title h2 {
    font-size: 21px;
  }

  .time-to-minutes-wrapper .ttm-tool[data-ttm-layout="split-process-20260608"] .ttm-tool__title p {
    font-size: 12px;
  }

  .time-to-minutes-wrapper .ttm-tool[data-ttm-layout="split-process-20260608"] .ttm-tool__badge {
    width: 100%;
    max-width: none;
    min-height: 38px;
  }

  .time-to-minutes-wrapper .ttm-tool[data-ttm-layout="split-process-20260608"] .ttm-tool__clock {
    grid-template-columns: minmax(0, 1fr) 9px minmax(0, 1fr) 9px minmax(0, 1fr);
    gap: 4px;
    padding: 6px;
  }

  .time-to-minutes-wrapper .ttm-tool[data-ttm-layout="split-process-20260608"] .ttm-tool__colon {
    font-size: 16px;
  }

  .time-to-minutes-wrapper .ttm-tool[data-ttm-layout="split-process-20260608"] input {
    min-height: 34px;
    padding: 5px 3px;
    font-size: 16px;
  }

  .time-to-minutes-wrapper .ttm-tool[data-ttm-layout="split-process-20260608"] .ttm-tool__button {
    min-height: 34px !important;
    padding: 6px 5px !important;
    font-size: 11.8px !important;
  }

  .time-to-minutes-wrapper .ttm-tool[data-ttm-layout="split-process-20260608"] .ttm-tool__value--main {
    font-size: 29px;
  }

  .time-to-minutes-wrapper .ttm-tool[data-ttm-layout="split-process-20260608"] .ttm-tool__process-head {
    grid-template-columns: 1fr;
  }

  .time-to-minutes-wrapper .ttm-tool[data-ttm-layout="split-process-20260608"] .ttm-tool__formula {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .time-to-minutes-wrapper .ttm-tool[data-ttm-layout="split-process-20260608"] .ttm-tool__breakdown-row {
    grid-template-columns: minmax(72px, .35fr) minmax(0, 1fr);
    gap: 6px;
  }
}

@media (max-width: 370px) {
  .time-to-minutes-wrapper {
    width: min(100%, calc(100vw - 18px));
  }

  .time-to-minutes-wrapper .ttm-tool[data-ttm-layout="split-process-20260608"] .ttm-tool__clock-field em {
    font-size: 11px;
  }

  .time-to-minutes-wrapper .ttm-tool[data-ttm-layout="split-process-20260608"] .ttm-tool__seconds-result {
    grid-template-columns: minmax(38px, .3fr) minmax(0, 1fr) 46px;
    gap: 6px;
  }
}
