/* Walking calorie workspace. Shared partials own the hero and article. */
.tn-wcc-page[data-tn-fixed-partials="character-counter"] {
  --wcc-ink:#1a1208 !important;
  --wcc-muted:#5a4a30 !important;
  --wcc-line:#b8a888 !important;
  --wcc-soft:#ddd4be !important;
  --wcc-paper:#faf6ee !important;
  --wcc-surface:#fffdf7 !important;
  --wcc-wash:#f5efdf !important;
  --wcc-accent:#c44a00 !important;
  --wcc-button:#1a1208 !important;
  --wcc-button-text:#faf6ee !important;
  --wcc-error:#7c2115 !important;
  --wcc-font:-apple-system,BlinkMacSystemFont,"Pretendard","Segoe UI",system-ui,sans-serif !important;
  --wcc-scheme:light !important;
  box-sizing:border-box !important;
  width:min(1180px,100%) !important;
  max-width:1180px !important;
  margin:0 auto 56px !important;
  padding:0 !important;
}
.tn-wcc-page[data-tn-fixed-partials="character-counter"] .tn-wcc-tool, .tn-wcc-page[data-tn-fixed-partials="character-counter"] .tn-wcc-tool * {
  box-sizing:border-box !important;
  min-width:0 !important;
}
.tn-wcc-page[data-tn-fixed-partials="character-counter"] .tn-wcc-tool {
  width:100% !important;
  max-width:1040px !important;
  margin:0 auto !important;
  padding:18px !important;
  border:1px solid var(--wcc-line) !important;
  border-radius:0 !important;
  background:var(--wcc-paper) !important;
  color:var(--wcc-ink) !important;
  -webkit-text-fill-color:var(--wcc-ink) !important;
  font-family:var(--wcc-font) !important;
  font-size:14px !important;
  line-height:1.5 !important;
  box-shadow:none !important;
}
.tn-wcc-page[data-tn-fixed-partials="character-counter"] .tn-wcc-tool .tn-wcc-field[hidden] {
  display:none !important;
}
.tn-wcc-page[data-tn-fixed-partials="character-counter"] .tn-wcc-tool .tn-wcc-panels {
  display:grid !important;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr) !important;
  gap:24px !important;
}
.tn-wcc-page[data-tn-fixed-partials="character-counter"] .tn-wcc-tool .tn-wcc-inputs {
  display:flex !important;
  flex-direction:column !important;
  padding:0 24px 0 0 !important;
  border-right:1px solid var(--wcc-soft) !important;
}
.tn-wcc-page[data-tn-fixed-partials="character-counter"] .tn-wcc-tool .tn-wcc-switches {
  display:grid !important;
  grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  gap:12px !important;
  margin:0 0 14px !important;
}
.tn-wcc-page[data-tn-fixed-partials="character-counter"] .tn-wcc-tool .tn-wcc-fields {
  display:grid !important;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr) !important;
  gap:12px !important;
}
.tn-wcc-page[data-tn-fixed-partials="character-counter"] .tn-wcc-tool .tn-wcc-results {
  display:flex !important;
  flex-direction:column !important;
}
.tn-wcc-page[data-tn-fixed-partials="character-counter"] .tn-wcc-tool .tn-wcc-field {
  display:flex !important;
  flex-direction:column !important;
  gap:5px !important;
  padding:0 !important;
  margin:0 !important;
  border:0 !important;
  background:transparent !important;
}
.tn-wcc-page[data-tn-fixed-partials="character-counter"] .tn-wcc-tool .tn-wcc-wide {
  grid-column:1 / -1 !important;
}
.tn-wcc-page[data-tn-fixed-partials="character-counter"] .tn-wcc-tool .tn-wcc-field>label {
  display:block !important;
  margin:0 !important;
  padding:0 !important;
  color:var(--wcc-ink) !important;
  font-size:13px !important;
  font-weight:600 !important;
  line-height:20px !important;
}
.tn-wcc-page[data-tn-fixed-partials="character-counter"] .tn-wcc-tool .tn-wcc-field>legend {
  float:none !important;
  width:auto !important;
  margin:0 0 5px !important;
  padding:0 !important;
  border:0 !important;
  color:var(--wcc-ink) !important;
  font-size:13px !important;
  font-weight:600 !important;
  line-height:20px !important;
}
.tn-wcc-page[data-tn-fixed-partials="character-counter"] .tn-wcc-tool .tn-wcc-control {
  display:flex !important;
  align-items:center !important;
  gap:0 !important;
  width:100% !important;
  height:42px !important;
  border:1px solid var(--wcc-line) !important;
  background:var(--wcc-surface) !important;
  color:var(--wcc-ink) !important;
}
.tn-wcc-page[data-tn-fixed-partials="character-counter"] .tn-wcc-tool .tn-wcc-control input {
  flex:1 1 auto !important;
  width:0 !important;
  min-width:0 !important;
  height:40px !important;
  padding:8px 10px !important;
  margin:0 !important;
  border:0 !important;
  border-radius:0 !important;
  background:transparent !important;
  color:var(--wcc-ink) !important;
  -webkit-text-fill-color:var(--wcc-ink) !important;
  font:600 16px/24px var(--wcc-font) !important;
  font-variant-numeric:lining-nums tabular-nums !important;
  box-shadow:none !important;
}
.tn-wcc-page[data-tn-fixed-partials="character-counter"] .tn-wcc-tool .tn-wcc-control input::placeholder {
  color:var(--wcc-muted) !important;
  -webkit-text-fill-color:var(--wcc-muted) !important;
  opacity:.35 !important;
  font-weight:400 !important;
}
.tn-wcc-page[data-tn-fixed-partials="character-counter"] .tn-wcc-tool .tn-wcc-control select {
  width:100% !important;
  height:40px !important;
  padding:8px 22px 8px 8px !important;
  margin:0 !important;
  border:0 !important;
  border-radius:0 !important;
  background-color:transparent !important;
  color:var(--wcc-ink) !important;
  -webkit-text-fill-color:var(--wcc-ink) !important;
  font:600 13px/24px var(--wcc-font) !important;
  color-scheme:var(--wcc-scheme) !important;
  box-shadow:none !important;
}
.tn-wcc-page[data-tn-fixed-partials="character-counter"] .tn-wcc-tool .tn-wcc-control>b {
  display:flex !important;
  align-items:center !important;
  align-self:stretch !important;
  flex:0 0 auto !important;
  padding:0 9px !important;
  border-left:1px solid var(--wcc-soft) !important;
  background:var(--wcc-wash) !important;
  font-size:12px !important;
  font-weight:500 !important;
  white-space:nowrap !important;
}
.tn-wcc-page[data-tn-fixed-partials="character-counter"] .tn-wcc-tool .tn-wcc-control:focus-within {
  outline:2px solid var(--wcc-accent) !important;
  outline-offset:2px !important;
}
.tn-wcc-page[data-tn-fixed-partials="character-counter"] .tn-wcc-tool input:focus, .tn-wcc-page[data-tn-fixed-partials="character-counter"] .tn-wcc-tool select:focus {
  outline:none !important;
}
.tn-wcc-page[data-tn-fixed-partials="character-counter"] .tn-wcc-tool .tn-wcc-modes {
  display:flex !important;
  gap:0 !important;
  width:100% !important;
}
.tn-wcc-page[data-tn-fixed-partials="character-counter"] .tn-wcc-tool .tn-wcc-modes label {
  position:relative !important;
  flex:1 !important;
  margin:0 !important;
  padding:0 !important;
  cursor:pointer !important;
}
.tn-wcc-page[data-tn-fixed-partials="character-counter"] .tn-wcc-tool .tn-wcc-modes input {
  position:absolute !important;
  opacity:0 !important;
  width:1px !important;
  height:1px !important;
}
.tn-wcc-page[data-tn-fixed-partials="character-counter"] .tn-wcc-tool .tn-wcc-modes span {
  display:block !important;
  text-align:center !important;
  padding:8px !important;
  border:1px solid var(--wcc-line) !important;
  background:var(--wcc-surface) !important;
  color:var(--wcc-ink) !important;
  font-weight:600 !important;
  line-height:24px !important;
}
.tn-wcc-page[data-tn-fixed-partials="character-counter"] .tn-wcc-tool .tn-wcc-modes input:checked+span {
  background:var(--wcc-wash) !important;
  box-shadow:inset 0 -2px var(--wcc-accent) !important;
}
.tn-wcc-page[data-tn-fixed-partials="character-counter"] .tn-wcc-tool .tn-wcc-modes input:focus-visible+span {
  outline:2px solid var(--wcc-accent) !important;
  outline-offset:2px !important;
}
.tn-wcc-page[data-tn-fixed-partials="character-counter"] .tn-wcc-tool .tn-wcc-hint {
  margin:10px 0 0 !important;
  padding:0 !important;
  color:var(--wcc-muted) !important;
  -webkit-text-fill-color:var(--wcc-muted) !important;
  font-size:12px !important;
  line-height:1.65 !important;
}
.tn-wcc-page[data-tn-fixed-partials="character-counter"] .tn-wcc-tool .tn-wcc-primary>span {
  color:var(--wcc-muted) !important;
  font-size:13px !important;
  font-weight:600 !important;
}
.tn-wcc-page[data-tn-fixed-partials="character-counter"] .tn-wcc-tool .tn-wcc-total {
  display:flex !important;
  align-items:baseline !important;
  gap:10px !important;
  margin:2px 0 0 !important;
}
.tn-wcc-page[data-tn-fixed-partials="character-counter"] .tn-wcc-tool .tn-wcc-total>strong {
  font:800 clamp(32px,4.2vw,48px)/1.2 var(--wcc-font) !important;
  font-variant-numeric:lining-nums tabular-nums !important;
  letter-spacing:normal !important;
  white-space:nowrap !important;
}
.tn-wcc-page[data-tn-fixed-partials="character-counter"] .tn-wcc-tool .tn-wcc-total>b {
  font:500 15px/1.5 var(--wcc-font) !important;
}
.tn-wcc-page[data-tn-fixed-partials="character-counter"] .tn-wcc-tool .tn-wcc-metrics {
  display:grid !important;
  grid-template-columns:1fr 1fr !important;
  gap:14px !important;
  margin:10px 0 !important;
  padding:10px 0 !important;
  border-top:1px solid var(--wcc-soft) !important;
  border-bottom:1px solid var(--wcc-soft) !important;
}
.tn-wcc-page[data-tn-fixed-partials="character-counter"] .tn-wcc-tool .tn-wcc-metric>span {
  font-size:12px !important;
  color:var(--wcc-muted) !important;
}
.tn-wcc-page[data-tn-fixed-partials="character-counter"] .tn-wcc-tool .tn-wcc-metric>div {
  display:flex !important;
  align-items:baseline !important;
  gap:7px !important;
  margin:3px 0 !important;
}
.tn-wcc-page[data-tn-fixed-partials="character-counter"] .tn-wcc-tool .tn-wcc-metric strong {
  font:800 22px/1.3 var(--wcc-font) !important;
  font-variant-numeric:lining-nums tabular-nums !important;
}
.tn-wcc-page[data-tn-fixed-partials="character-counter"] .tn-wcc-tool .tn-wcc-metric b {
  font-size:12px !important;
  font-weight:500 !important;
}
.tn-wcc-page[data-tn-fixed-partials="character-counter"] .tn-wcc-tool .tn-wcc-metric small {
  font-size:11px !important;
  color:var(--wcc-muted) !important;
}
.tn-wcc-page[data-tn-fixed-partials="character-counter"] .tn-wcc-tool .tn-wcc-metric small strong {
  font:600 11px/1.4 var(--wcc-font) !important;
}
.tn-wcc-page[data-tn-fixed-partials="character-counter"] .tn-wcc-tool .tn-wcc-equivalents>span {
  font-size:12px !important;
  color:var(--wcc-muted) !important;
}
.tn-wcc-page[data-tn-fixed-partials="character-counter"] .tn-wcc-tool .tn-wcc-equivalents {
  display:grid !important;
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  border-bottom:1px solid var(--wcc-soft) !important;
}
.tn-wcc-page[data-tn-fixed-partials="character-counter"] .tn-wcc-tool[data-activity="stairs"] .tn-wcc-equivalents {
  grid-template-columns:repeat(2,minmax(0,1fr)) !important;
}
.tn-wcc-page[data-tn-fixed-partials="character-counter"] .tn-wcc-tool[data-activity="stairs"][data-input-mode="time"] .tn-wcc-equivalents {
  display:none !important;
}
.tn-wcc-page[data-tn-fixed-partials="character-counter"] .tn-wcc-tool .tn-wcc-equivalents>div {
  display:flex !important;
  flex-direction:column !important;
  align-items:flex-start !important;
  justify-content:flex-start !important;
  gap:4px !important;
  margin:0 !important;
  padding:10px 9px 11px !important;
}
.tn-wcc-page[data-tn-fixed-partials="character-counter"] .tn-wcc-tool .tn-wcc-equivalents>div:first-child {
  padding-left:0 !important;
}
.tn-wcc-page[data-tn-fixed-partials="character-counter"] .tn-wcc-tool .tn-wcc-equivalents>div+div {
  border-left:1px solid var(--wcc-soft) !important;
}
.tn-wcc-page[data-tn-fixed-partials="character-counter"] .tn-wcc-tool .tn-wcc-equivalents small {
  font-size:11px !important;
  margin-left:5px !important;
  color:var(--wcc-muted) !important;
}
.tn-wcc-page[data-tn-fixed-partials="character-counter"] .tn-wcc-tool .tn-wcc-equivalents strong {
  display:inline-flex !important;
  align-items:baseline !important;
  gap:5px !important;
  font:800 20px/1.4 var(--wcc-font) !important;
  font-variant-numeric:lining-nums tabular-nums !important;
  white-space:nowrap !important;
}
.tn-wcc-page[data-tn-fixed-partials="character-counter"] .tn-wcc-tool .tn-wcc-equivalents b {
  margin-left:0 !important;
  font-size:12px !important;
  font-weight:500 !important;
}
.tn-wcc-page[data-tn-fixed-partials="character-counter"] .tn-wcc-tool .tn-wcc-actions {
  display:flex !important;
  flex-wrap:wrap !important;
  gap:8px !important;
  margin:auto 0 0 !important;
  padding:12px 0 0 !important;
}
.tn-wcc-page[data-tn-fixed-partials="character-counter"] .tn-wcc-tool .tn-wcc-copy-row {
  display:flex !important;
  align-items:center !important;
  gap:10px !important;
  margin:auto 0 0 !important;
  padding:12px 0 0 !important;
}
.tn-wcc-page[data-tn-fixed-partials="character-counter"] .tn-wcc-tool .tn-wcc-action {
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  min-height:40px !important;
  margin:0 !important;
  padding:8px 14px !important;
  border:1px solid var(--wcc-line) !important;
  border-radius:0 !important;
  background:var(--wcc-wash) !important;
  color:var(--wcc-ink) !important;
  -webkit-text-fill-color:var(--wcc-ink) !important;
  font:600 13px/22px var(--wcc-font) !important;
  cursor:pointer !important;
  box-shadow:none !important;
  letter-spacing:normal !important;
}
.tn-wcc-page[data-tn-fixed-partials="character-counter"] .tn-wcc-tool .tn-wcc-action--primary {
  background:var(--wcc-button) !important;
  color:var(--wcc-button-text) !important;
  -webkit-text-fill-color:var(--wcc-button-text) !important;
}
.tn-wcc-page[data-tn-fixed-partials="character-counter"] .tn-wcc-tool .tn-wcc-action:hover:not(:disabled) {
  border-color:var(--wcc-accent) !important;
}
.tn-wcc-page[data-tn-fixed-partials="character-counter"] .tn-wcc-tool .tn-wcc-action:focus-visible {
  outline:2px solid var(--wcc-accent) !important;
  outline-offset:3px !important;
}
.tn-wcc-page[data-tn-fixed-partials="character-counter"] .tn-wcc-tool .tn-wcc-action:disabled {
  opacity:.45 !important;
  cursor:default !important;
}
.tn-wcc-page[data-tn-fixed-partials="character-counter"] .tn-wcc-tool .tn-wcc-status, .tn-wcc-page[data-tn-fixed-partials="character-counter"] .tn-wcc-tool #wccCopyStatus {
  display:block !important;
  margin:10px 0 0 !important;
  font-size:12px !important;
  color:var(--wcc-muted) !important;
  line-height:1.6 !important;
}
.tn-wcc-page[data-tn-fixed-partials="character-counter"] .tn-wcc-tool:not([data-state="error"]) .tn-wcc-status {
  position:absolute !important;
  width:1px !important;
  height:1px !important;
  padding:0 !important;
  margin:-1px !important;
  overflow:hidden !important;
  clip-path:inset(50%) !important;
  white-space:nowrap !important;
}
.tn-wcc-page[data-tn-fixed-partials="character-counter"] .tn-wcc-tool .tn-wcc-status:empty, .tn-wcc-page[data-tn-fixed-partials="character-counter"] .tn-wcc-tool #wccCopyStatus:empty {
  display:none !important;
}
.tn-wcc-page[data-tn-fixed-partials="character-counter"] .tn-wcc-tool[data-state="error"] .tn-wcc-status {
  color:var(--wcc-error) !important;
  -webkit-text-fill-color:var(--wcc-error) !important;
}
.tn-wcc-page[data-tn-fixed-partials="character-counter"] .tn-wcc-tool .tn-wcc-disclaimer {
  margin:14px 0 0 !important;
  padding:12px 0 0 !important;
  border-top:1px solid var(--wcc-soft) !important;
  display:grid !important;
  grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  gap:24px !important;
  font-size:12px !important;
  line-height:1.7 !important;
  color:var(--wcc-muted) !important;
  -webkit-text-fill-color:var(--wcc-muted) !important;
}
.tn-wcc-page[data-tn-fixed-partials="character-counter"] .tn-wcc-tool .tn-wcc-disclaimer p {
  margin:0 !important;
  padding:0 !important;
  color:inherit !important;
  -webkit-text-fill-color:inherit !important;
  font-size:inherit !important;
  line-height:inherit !important;
}
.tn-wcc-page[data-tn-fixed-partials="character-counter"] .tn-wcc-ad {
  width:100% !important;
  max-width:900px !important;
  min-height:90px !important;
  margin-left:auto !important;
  margin-right:auto !important;
  border:0 !important;
  background:transparent !important;
}
body:is([data-scheme="dark"],[data-scheme="inverse"],[data-scheme="auto"][data-d="dark"],[data-scheme="auto"][data-l="dark"]) .tn-wcc-page[data-tn-fixed-partials="character-counter"], html[data-scheme="dark"] body:not([data-scheme="light"]) .tn-wcc-page[data-tn-fixed-partials="character-counter"] {
  --wcc-ink:#efe6d2 !important;
  --wcc-muted:#c3b492 !important;
  --wcc-line:#6f6047 !important;
  --wcc-soft:#574a37 !important;
  --wcc-paper:#241d12 !important;
  --wcc-surface:#322a1a !important;
  --wcc-wash:#2f2115 !important;
  --wcc-accent:#e8823f !important;
  --wcc-button:#6a3b1f !important;
  --wcc-button-text:#f7ead1 !important;
  --wcc-error:#f1a078 !important;
  --wcc-scheme:dark !important;
}
@media(prefers-color-scheme:dark) {
body[data-scheme="auto"] .tn-wcc-page[data-tn-fixed-partials="character-counter"] {
  --wcc-ink:#efe6d2 !important;
  --wcc-muted:#c3b492 !important;
  --wcc-line:#6f6047 !important;
  --wcc-soft:#574a37 !important;
  --wcc-paper:#241d12 !important;
  --wcc-surface:#322a1a !important;
  --wcc-wash:#2f2115 !important;
  --wcc-accent:#e8823f !important;
  --wcc-button:#6a3b1f !important;
  --wcc-button-text:#f7ead1 !important;
  --wcc-error:#f1a078 !important;
  --wcc-scheme:dark !important;
}
}
@media(max-width:700px) {
.tn-wcc-page[data-tn-fixed-partials="character-counter"] .tn-wcc-tool .tn-wcc-switches {
  grid-template-columns:minmax(0,1fr) !important;
}
.tn-wcc-page[data-tn-fixed-partials="character-counter"] .tn-wcc-tool .tn-wcc-panels {
  grid-template-columns:minmax(0,1fr) !important;
  gap:18px !important;
}
.tn-wcc-page[data-tn-fixed-partials="character-counter"] .tn-wcc-tool .tn-wcc-inputs {
  padding:0 !important;
  border-right:0 !important;
}
.tn-wcc-page[data-tn-fixed-partials="character-counter"] .tn-wcc-tool .tn-wcc-results {
  padding-top:16px !important;
  border-top:1px solid var(--wcc-line) !important;
}
.tn-wcc-page[data-tn-fixed-partials="character-counter"] .tn-wcc-tool .tn-wcc-disclaimer {
  grid-template-columns:minmax(0,1fr) !important;
  gap:7px !important;
}
.tn-wcc-page[data-tn-fixed-partials="character-counter"] .tn-wcc-tool {
  padding:14px !important;
}
}


.tn-wcc-page[data-tn-fixed-partials="character-counter"] .tn-wcc-ad--top {margin-top:54px !important;margin-bottom:18px !important;}
.tn-wcc-page[data-tn-fixed-partials="character-counter"] .tn-wcc-ad--bottom {margin-top:18px !important;margin-bottom:26px !important;}
.tn-wcc-page[data-tn-fixed-partials="character-counter"] .tn-wcc-tool [hidden] {display:none !important;}
.tn-wcc-page[data-tn-fixed-partials="character-counter"] .tn-wcc-tool #wccDistanceRow[hidden] {display:none !important;}
.tn-wcc-page[data-tn-fixed-partials="character-counter"] .tn-wcc-tool .tn-wcc-activity {margin:0 !important;max-width:none !important;}
.tn-wcc-page[data-tn-fixed-partials="character-counter"] .tn-wcc-tool .tn-wcc-unit-label {font-size:11px !important;font-weight:400 !important;color:var(--wcc-muted) !important;}
@media(max-width:720px) {.tn-wcc-page[data-tn-fixed-partials="character-counter"] .tn-wcc-ad--top {margin-top:48px !important;}}
