.timer-tool-shell {
  --timer-green: #79b340;
  --timer-green-deep: #4e8423;
  --timer-amber: #d78b34;
  --timer-amber-deep: #a85d1d;
  --timer-blue: #78aed7;
  --timer-brown: #6a4320;
  --timer-ink: #21170f;
  --timer-muted: #624e38;
  --timer-line: rgba(123, 90, 45, 0.14);
  --timer-panel: rgba(255, 252, 246, 0.96);
  --timer-shadow: 0 18px 30px rgba(91, 63, 27, 0.08);
  display: grid;
  gap: 26px;
  padding-bottom: 12px;
}

.timer-tool-shell img {
  display: block;
  max-width: 100%;
}

.timer-hero-panel,
.timer-panel {
  border: 1px solid var(--timer-line);
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(255, 252, 246, 0.98), rgba(249, 236, 206, 0.96)),
    linear-gradient(135deg, rgba(255, 255, 255, 0.68), rgba(255, 255, 255, 0) 60%);
  box-shadow:
    var(--timer-shadow),
    inset 0 1px 0 rgba(255, 255, 255, 0.86),
    inset 0 -1px 0 rgba(214, 181, 128, 0.16);
}

.timer-hero-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  gap: 24px;
  padding: 24px;
}

.timer-hero-copy h1,
.timer-panel-head h2,
.timer-summary-card h3,
.timer-phone-head h3 {
  margin: 0;
  color: var(--timer-ink);
  font-family: "Baloo 2", sans-serif;
  font-weight: 800;
  line-height: 0.95;
  text-transform: uppercase;
}

.timer-hero-copy h1 {
  font-size: clamp(2.5rem, 4vw, 4.2rem);
}

.timer-eyebrow,
.timer-panel-kicker,
.timer-tool-tag,
.timer-phone-head p {
  margin: 0 0 8px;
  color: var(--timer-green-deep);
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.timer-lede,
.timer-panel-copy,
.timer-fieldset-head p,
.timer-shot-card figcaption,
.timer-note-card p,
.timer-result-card p,
.timer-summary-card p,
.timer-tool-card p,
.timer-faq-item p,
.timer-followup-links a,
.timer-phone-head > p {
  margin: 0;
  color: var(--timer-muted);
  line-height: 1.68;
}

.timer-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.timer-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.88rem 1.18rem;
  border-radius: 999px;
  font-weight: 800;
  text-decoration: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.timer-button:hover,
.timer-followup-links a:hover {
  transform: translateY(-1px);
}

.timer-button-primary {
  background: linear-gradient(180deg, #90ca4d, var(--timer-green));
  color: #fff8ea;
  box-shadow: 0 10px 18px rgba(84, 129, 28, 0.18);
}

.timer-button-secondary {
  background: rgba(255, 255, 255, 0.94);
  color: var(--timer-brown);
  box-shadow: inset 0 0 0 1px rgba(125, 90, 44, 0.16);
}

.timer-kpi-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 22px;
}

.timer-kpi-card,
.timer-shot-card,
.timer-result-card,
.timer-summary-card,
.timer-note-card,
.timer-tool-card,
.timer-phone-card,
.timer-faq-item {
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow:
    0 10px 18px rgba(91, 63, 27, 0.06),
    inset 0 0 0 1px rgba(125, 90, 44, 0.08);
}

.timer-kpi-card,
.timer-result-card,
.timer-summary-card,
.timer-note-card,
.timer-tool-card,
.timer-phone-card {
  padding: 14px 16px 16px;
}

.timer-kpi-card span,
.timer-result-card span,
.timer-summary-list dt,
.timer-tool-metrics dt,
.timer-phone-card h4,
.timer-pill-button strong,
.timer-chip-button strong {
  display: block;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.timer-kpi-card span,
.timer-result-card span,
.timer-summary-list dt,
.timer-tool-metrics dt,
.timer-phone-card h4 {
  color: #6c5337;
  margin-bottom: 4px;
}

.timer-kpi-card strong,
.timer-result-card strong,
.timer-summary-list dd,
.timer-tool-metrics dd {
  display: block;
  color: #221811;
  font-family: "Baloo 2", sans-serif;
  line-height: 1;
  overflow-wrap: anywhere;
}

.timer-kpi-card strong,
.timer-result-card strong {
  font-size: 1.82rem;
}

.timer-shot-card {
  overflow: hidden;
}

.timer-shot-card img {
  width: 100%;
  background: #f2e7ce;
}

.timer-shot-card:not(.timer-shot-card-board) img {
  image-rendering: pixelated;
}

.timer-shot-card figcaption {
  padding: 12px 14px 14px;
  font-size: 0.9rem;
}

.timer-shot-card-board img {
  background: transparent;
}

.timer-anchor-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.timer-anchor-nav a,
.timer-followup-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0.72rem 1rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  color: var(--timer-brown);
  text-decoration: none;
  font-weight: 800;
  box-shadow: inset 0 0 0 1px rgba(125, 90, 44, 0.12);
}

.timer-content-grid,
.timer-gallery-grid,
.timer-tool-layout,
.timer-callout-grid,
.timer-trouble-grid,
.timer-note-grid {
  display: grid;
  gap: 18px;
}

.timer-panel {
  padding: 24px;
}

.timer-panel-head {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: end;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.timer-panel-head h2 {
  font-size: clamp(2rem, 3.3vw, 3rem);
}

.timer-panel-copy {
  max-width: 680px;
}

.timer-planner-grid,
.timer-double-grid,
.timer-system-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.95fr);
  gap: 18px;
}

.timer-form,
.timer-results {
  display: grid;
  gap: 16px;
}

.timer-fieldset {
  display: grid;
  gap: 12px;
}

.timer-fieldset-head span,
.timer-field span {
  display: block;
  color: var(--timer-ink);
  font-weight: 800;
}

.timer-pill-group,
.timer-chip-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.timer-pill-button,
.timer-chip-button {
  border: 0;
  cursor: pointer;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.96);
  color: var(--timer-ink);
  padding: 12px 14px;
  min-width: 150px;
  text-align: left;
  box-shadow: inset 0 0 0 1px rgba(125, 90, 44, 0.12);
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.timer-pill-button span,
.timer-chip-button span {
  display: block;
  margin-top: 4px;
  color: var(--timer-muted);
  font-size: 0.92rem;
  line-height: 1.35;
}

.timer-pill-button:hover,
.timer-chip-button:hover {
  transform: translateY(-1px);
}

.timer-pill-button.is-active {
  background: linear-gradient(180deg, rgba(144, 202, 77, 0.22), rgba(255, 255, 255, 0.96));
  box-shadow: inset 0 0 0 2px rgba(89, 136, 40, 0.28);
}

.timer-chip-button {
  min-width: 112px;
}

.timer-field input {
  width: 100%;
  border: 1px solid rgba(125, 90, 44, 0.18);
  border-radius: 18px;
  min-height: 56px;
  padding: 0 16px;
  font-size: 1.2rem;
  color: var(--timer-ink);
  background: rgba(255, 255, 255, 0.96);
}

.timer-field input:focus {
  outline: 2px solid rgba(92, 142, 42, 0.3);
  border-color: rgba(92, 142, 42, 0.32);
}

.timer-form-help {
  margin: 0;
  color: var(--timer-muted);
  font-size: 0.96rem;
}

.timer-result-grid,
.timer-tool-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.timer-result-card-highlight {
  background: linear-gradient(180deg, rgba(144, 202, 77, 0.22), rgba(255, 255, 255, 0.96));
}

.timer-summary-list,
.timer-tool-metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 14px 0 0;
}

.timer-summary-list dt,
.timer-tool-metrics dt {
  margin-bottom: 6px;
}

.timer-summary-list dd,
.timer-tool-metrics dd {
  margin: 0;
  font-size: 1.24rem;
}

.timer-note-grid-three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.timer-table-wrap {
  overflow-x: auto;
  border-radius: 22px;
  box-shadow: inset 0 0 0 1px rgba(125, 90, 44, 0.08);
}

.timer-data-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 640px;
  background: rgba(255, 255, 255, 0.9);
}

.timer-data-table th,
.timer-data-table td {
  padding: 14px 16px;
  border-bottom: 1px solid rgba(125, 90, 44, 0.09);
  text-align: left;
  color: var(--timer-muted);
}

.timer-data-table th {
  color: var(--timer-ink);
  font-weight: 800;
  background: rgba(255, 250, 240, 0.94);
}

.timer-data-table tbody tr:last-child th,
.timer-data-table tbody tr:last-child td {
  border-bottom: 0;
}

.timer-data-table-compact {
  min-width: 0;
}

.timer-table-wrap-compact {
  overflow: hidden;
}

.timer-phone-board {
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.74);
  padding: 16px;
  box-shadow: inset 0 0 0 1px rgba(125, 90, 44, 0.08);
}

.timer-phone-head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  align-items: end;
}

.timer-phone-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 16px;
}

.timer-phone-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
}

.timer-phone-card li {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: baseline;
  color: var(--timer-muted);
}

.timer-phone-card li strong {
  color: var(--timer-ink);
  font-family: "Baloo 2", sans-serif;
  font-size: 1.2rem;
}

.timer-checklist {
  margin: 0;
  padding-left: 20px;
  color: var(--timer-muted);
  line-height: 1.68;
}

.timer-checklist li + li {
  margin-top: 10px;
}

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

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

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

.timer-faq-item {
  padding: 12px 14px 14px;
}

.timer-faq-item summary {
  cursor: pointer;
  color: var(--timer-ink);
  font-weight: 800;
  list-style: none;
}

.timer-faq-item summary::-webkit-details-marker {
  display: none;
}

.timer-faq-item p {
  margin-top: 10px;
}

.timer-followup-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

@media (max-width: 1120px) {
  .timer-hero-panel,
  .timer-planner-grid,
  .timer-double-grid,
  .timer-system-layout,
  .timer-tool-layout {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 780px) {
  .timer-panel,
  .timer-hero-panel {
    padding: 18px;
  }

  .timer-result-grid,
  .timer-tool-grid,
  .timer-note-grid-three,
  .timer-gallery-grid,
  .timer-trouble-grid,
  .timer-phone-grid {
    grid-template-columns: 1fr;
  }

  .timer-summary-list,
  .timer-tool-metrics {
    grid-template-columns: 1fr;
  }

  .timer-kpi-grid {
    grid-template-columns: 1fr;
  }
}
