@import url("https://fonts.googleapis.com/css2?family=JetBrains+Mono:ital,wght@0,300;0,400;0,500;0,700;1,400&family=Crimson+Pro:ital,wght@0,300;0,400;0,600;0,700;1,300;1,400&display=swap");

.v2-dedicated-tool--heat-from-here {
  --bg: #08080b;
  --panel: #0e0e13;
  --panel-2: #131318;
  --line: #1e1e2a;
  --line-strong: rgba(34, 217, 102, 0.32);
  --accent: #355e4a;
  --accent-bright: #22d966;
  --pizza: #c7854c;
  --gym: #5f8ec7;
  --text: #b0b0be;
  --muted: #5a5a6e;
  --dim: #4d5360;
  --text-bright: #e0e0ec;
  --white: #f0f0f8;
  --danger: #e8364f;
  --tid: #22d966;
  --serif: "Crimson Pro", Georgia, serif;
  --mono: "JetBrains Mono", "IBM Plex Mono", monospace;
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.42);
}
.v2-dedicated-tool--heat-from-here * {
  box-sizing: border-box;
}
.v2-dedicated-tool--heat-from-here,
.v2-dedicated-tool--heat-from-here {
  min-height: 100%;
}
.v2-dedicated-tool--heat-from-here {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--mono);
  font-weight: 300;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
.v2-dedicated-tool--heat-from-here::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 10000;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.025'/%3E%3C/svg%3E");
}
.v2-dedicated-tool--heat-from-here button,
.v2-dedicated-tool--heat-from-here input {
  font: inherit;
}
.v2-dedicated-tool--heat-from-here button {
  min-height: 2.7rem;
  border: 1px solid rgba(34, 217, 102, 0.28);
  border-radius: 0;
  padding: 0.72rem 1rem;
  color: var(--white);
  background: transparent;
  cursor: pointer;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: border-color 0.2s, background 0.2s, transform 0.2s;
}
.v2-dedicated-tool--heat-from-here button:hover,
.v2-dedicated-tool--heat-from-here button:focus-visible {
  border-color: rgba(34, 217, 102, 0.5);
  background: rgba(34, 217, 102, 0.14);
  outline: none;
  transform: translateY(-1px);
}
.v2-dedicated-tool--heat-from-here button:disabled {
  cursor: wait;
  opacity: 0.64;
}
.v2-dedicated-tool--heat-from-here .primary {
  background: rgba(34, 217, 102, 0.1);
  color: var(--white);
}
.v2-dedicated-tool--heat-from-here .secondary {
  background: transparent;
  color: var(--text-bright);
}
.v2-dedicated-tool--heat-from-here .app-frame {
  width: 100%;
  max-width: 1180px;
  min-height: 100vh;
  margin: 0 auto;
  padding: 2.4rem 0 3rem;
  overflow-x: hidden;
}
.v2-dedicated-tool--heat-from-here .screen {
  display: none;
  padding: 0;
}
.v2-dedicated-tool--heat-from-here .screen.active {
  display: block;
}
.v2-dedicated-tool--heat-from-here .section-block {
  animation: v2-dedicated-tool--heat-from-here-fadeUp 0.6s ease both;
}
@keyframes v2-dedicated-tool--heat-from-here-fadeUp {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.v2-dedicated-tool--heat-from-here .section-label {
  color: var(--tid);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.v2-dedicated-tool--heat-from-here .section-desc {
  margin-top: 0.2rem;
  color: var(--muted);
  font-size: 0.86rem;
}
.v2-dedicated-tool--heat-from-here .tid-tool-shell {
  max-width: 1180px;
}
.v2-dedicated-tool--heat-from-here .back-link {
  display: inline-flex;
  margin-bottom: 0.55rem;
  color: var(--muted);
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.v2-dedicated-tool--heat-from-here .back-link:hover {
  color: var(--tid);
}
.v2-dedicated-tool--heat-from-here .tid-tool-header {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(18rem, 1fr);
  gap: 1.4rem;
  align-items: end;
  margin-bottom: 1rem;
}
.v2-dedicated-tool--heat-from-here .tool-status {
  width: fit-content;
  margin: 0 0 0.7rem auto;
  border: 1px solid rgba(34, 217, 102, 0.18);
  padding: 0.34rem 0.68rem;
  color: var(--muted);
  font-size: 0.66rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.v2-dedicated-tool--heat-from-here .tid-tool-kicker {
  color: var(--tid);
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.v2-dedicated-tool--heat-from-here .tid-tool-title {
  margin: 0.45rem 0 0;
  color: var(--white);
  font-family: var(--serif);
  font-size: 1.9rem;
  font-weight: 600;
  line-height: 1.15;
}
.v2-dedicated-tool--heat-from-here .tid-tool-summary,
.v2-dedicated-tool--heat-from-here .tid-tool-description,
.v2-dedicated-tool--heat-from-here .tid-note {
  max-width: 42rem;
  font-size: 0.9rem;
  line-height: 1.8;
}
.v2-dedicated-tool--heat-from-here .tid-tool-summary {
  margin-top: 0;
  color: var(--text);
}
.v2-dedicated-tool--heat-from-here .tid-tool-description,
.v2-dedicated-tool--heat-from-here .tid-note {
  margin-top: 0.55rem;
  color: var(--muted);
}
.v2-dedicated-tool--heat-from-here .heat-console {
  margin-top: 0.9rem;
  border: 1px solid rgba(34, 217, 102, 0.2);
  padding: 0.85rem;
  background:
    linear-gradient(180deg, rgba(34, 217, 102, 0.05), rgba(8, 8, 11, 0.88)),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.012) 0, rgba(255, 255, 255, 0.012) 1px, transparent 1px, transparent 4px);
  box-shadow: 0 0 0 1px rgba(34, 217, 102, 0.04) inset, 0 0 50px rgba(34, 217, 102, 0.05);
}
.v2-dedicated-tool--heat-from-here .heat-console__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
  border-bottom: 1px solid rgba(34, 217, 102, 0.2);
  padding-bottom: 0.75rem;
  margin-bottom: 0.8rem;
}
.v2-dedicated-tool--heat-from-here .heat-console__label {
  color: var(--tid);
  font-size: 0.62rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.v2-dedicated-tool--heat-from-here .heat-console__state {
  margin-top: 0.28rem;
  color: var(--white);
  font-family: var(--serif);
  font-size: clamp(1.35rem, 3vw, 2rem);
  line-height: 1.05;
}
.v2-dedicated-tool--heat-from-here .heat-console__sub {
  margin-top: 0.35rem;
  max-width: 44rem;
  color: var(--muted);
  font-size: 0.72rem;
  line-height: 1.6;
}
.v2-dedicated-tool--heat-from-here .heat-console__stamp {
  display: grid;
  gap: 0.25rem;
  min-width: 15rem;
  text-align: right;
}
.v2-dedicated-tool--heat-from-here .heat-console__stamp span {
  color: var(--muted);
  font-size: 0.62rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.v2-dedicated-tool--heat-from-here .heat-console__stamp strong {
  color: var(--white);
  font-size: 0.82rem;
  font-variant-numeric: tabular-nums;
  font-weight: 500;
}
.v2-dedicated-tool--heat-from-here .heat-controls {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.75fr);
  gap: 0.7rem;
  margin-top: 0.7rem;
}
.v2-dedicated-tool--heat-from-here .heat-control-card {
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(34, 217, 102, 0.04);
  padding: 0.8rem;
}
.v2-dedicated-tool--heat-from-here .manual-coordinates {
  display: grid;
  gap: 0.55rem;
  margin-top: 0.75rem;
}
.v2-dedicated-tool--heat-from-here .heat-action-row {
  display: flex;
  justify-content: flex-end;
  margin-top: 0.9rem;
}
.v2-dedicated-tool--heat-from-here .heat-action-row button {
  min-width: 14rem;
}
.v2-dedicated-tool--heat-from-here .start-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1fr);
  gap: 30px;
  align-items: start;
  min-height: calc(100vh - 115px);
  padding-top: 26px;
}
.v2-dedicated-tool--heat-from-here .start-grid > *,
.v2-dedicated-tool--heat-from-here .content-grid > *,
.v2-dedicated-tool--heat-from-here .heat-controls > *,
.v2-dedicated-tool--heat-from-here .tid-tool-header > * {
  min-width: 0;
}
.v2-dedicated-tool--heat-from-here .intro-block {
  max-width: 520px;
  padding-top: 24px;
}
.v2-dedicated-tool--heat-from-here .kicker {
  margin: 0;
  color: var(--accent-bright);
  font-family: "IBM Plex Mono", "SFMono-Regular", Consolas, monospace;
  font-size: 12px;
  text-transform: uppercase;
}
.v2-dedicated-tool--heat-from-here h1,
.v2-dedicated-tool--heat-from-here h2,
.v2-dedicated-tool--heat-from-here h3,
.v2-dedicated-tool--heat-from-here p {
  margin-top: 0;
}
.v2-dedicated-tool--heat-from-here h1 {
  margin-bottom: 14px;
  font-size: 64px;
  line-height: 0.95;
  font-weight: 650;
  letter-spacing: 0;
}
.v2-dedicated-tool--heat-from-here h2 {
  margin-bottom: 8px;
  font-size: 46px;
  line-height: 1;
  font-weight: 640;
  letter-spacing: 0;
}
.v2-dedicated-tool--heat-from-here h3 {
  margin-bottom: 12px;
  color: var(--muted);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0;
}
.v2-dedicated-tool--heat-from-here .subtitle {
  max-width: 520px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.55;
}
.v2-dedicated-tool--heat-from-here .control-panel,
.v2-dedicated-tool--heat-from-here .stats-panel,
.v2-dedicated-tool--heat-from-here .loading-card,
.v2-dedicated-tool--heat-from-here .map-card {
  border: 1px solid var(--line);
  border-radius: 0;
  background: rgba(13, 13, 18, 0.92);
  box-shadow: var(--shadow);
}
.v2-dedicated-tool--heat-from-here .control-panel {
  display: grid;
  gap: 14px;
  padding: 20px;
}
.v2-dedicated-tool--heat-from-here label,
.v2-dedicated-tool--heat-from-here .field-head {
  color: var(--muted);
  font-family: var(--mono);
  font-size: 0.62rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.v2-dedicated-tool--heat-from-here input[type="text"] {
  width: 100%;
  min-height: 2.7rem;
  border: 1px solid rgba(34, 217, 102, 0.18);
  border-radius: 0;
  padding: 12px 13px;
  background: #08080b;
  color: var(--white);
  font-family: var(--mono);
  font-variant-numeric: tabular-nums;
}
.v2-dedicated-tool--heat-from-here input[type="text"]:focus {
  border-color: rgba(34, 217, 102, 0.5);
  outline: none;
}
.v2-dedicated-tool--heat-from-here .button-row,
.v2-dedicated-tool--heat-from-here .nav-actions,
.v2-dedicated-tool--heat-from-here .final-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.v2-dedicated-tool--heat-from-here .button-row button,
.v2-dedicated-tool--heat-from-here .nav-actions button,
.v2-dedicated-tool--heat-from-here .final-actions button {
  flex: 1 1 auto;
}
.v2-dedicated-tool--heat-from-here .hidden {
  display: none !important;
}
.v2-dedicated-tool--heat-from-here .field-head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}
.v2-dedicated-tool--heat-from-here .radius-block {
  display: grid;
  gap: 10px;
  padding-top: 4px;
}
.v2-dedicated-tool--heat-from-here input[type="range"] {
  width: 100%;
  accent-color: var(--tid);
}
.v2-dedicated-tool--heat-from-here .radius-ticks {
  display: flex;
  justify-content: space-between;
  gap: 6px;
  color: var(--dim);
  font-family: var(--mono);
  font-size: 10px;
}
.v2-dedicated-tool--heat-from-here .error-text {
  min-height: 20px;
  margin: 0;
  color: var(--danger);
  font-size: 14px;
}
.v2-dedicated-tool--heat-from-here .microcopy {
  margin: 0;
  color: var(--dim);
  font-size: 13px;
  line-height: 1.45;
}
.v2-dedicated-tool--heat-from-here .loading-screen {
  min-height: calc(100vh - 105px);
  place-items: center;
}
.v2-dedicated-tool--heat-from-here .loading-screen.active {
  display: grid;
}
.v2-dedicated-tool--heat-from-here .loading-card {
  width: min(600px, 100%);
  padding: 26px;
}
.v2-dedicated-tool--heat-from-here .loading-mark {
  width: 42px;
  height: 42px;
  margin-bottom: 24px;
  border: 1px solid var(--accent);
  border-top-color: var(--accent-bright);
  border-radius: 50%;
  animation: v2-dedicated-tool--heat-from-here-spin 1s linear infinite;
}
.v2-dedicated-tool--heat-from-here .loading-card h2 {
  min-height: 60px;
  font-size: 40px;
}
.v2-dedicated-tool--heat-from-here .loading-progress {
  position: relative;
  height: 10px;
  margin: 18px 0 10px;
  overflow: hidden;
  border: 1px solid rgba(34, 217, 102, 0.28);
  background: rgba(2, 6, 5, 0.92);
}
.v2-dedicated-tool--heat-from-here .loading-progress::after {
  position: absolute;
  inset: 0;
  content: "";
  background-image: linear-gradient(
    90deg,
    transparent,
    rgba(255, 252, 244, 0.08),
    transparent
  );
  opacity: 0.5;
}
.v2-dedicated-tool--heat-from-here .loading-progress__bar {
  width: 0%;
  height: 100%;
  background: linear-gradient(90deg, var(--accent), var(--accent-bright));
  transition: width 0.35s ease;
}
.v2-dedicated-tool--heat-from-here .loading-progress-meta {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  color: var(--muted);
  font-family: var(--mono);
  font-size: 12px;
  line-height: 1.4;
}
.v2-dedicated-tool--heat-from-here .loading-progress-meta strong {
  color: var(--white);
  font-variant-numeric: tabular-nums;
}
.v2-dedicated-tool--heat-from-here .loading-sequence {
  display: grid;
  gap: 8px;
  margin: 18px 0 0;
  padding-left: 19px;
  color: var(--dim);
  line-height: 1.45;
}
.v2-dedicated-tool--heat-from-here .loading-sequence li.active {
  color: var(--accent-bright);
}
.v2-dedicated-tool--heat-from-here .loading-sequence li.done {
  color: rgba(152, 176, 163, 0.56);
}
@keyframes v2-dedicated-tool--heat-from-here-spin {
  to {
    transform: rotate(360deg);
  }
}
.v2-dedicated-tool--heat-from-here .page-head {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: end;
  margin-bottom: 18px;
}
.v2-dedicated-tool--heat-from-here .content-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 16px;
  align-items: stretch;
}
.v2-dedicated-tool--heat-from-here .workspace-head {
  border-bottom: 1px solid var(--line);
  padding-bottom: 16px;
}
.v2-dedicated-tool--heat-from-here .workspace-tabs {
  display: grid;
  gap: 10px;
  margin: 16px 0;
}
.v2-dedicated-tool--heat-from-here .workspace-tab-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.v2-dedicated-tool--heat-from-here .workspace-tab {
  min-height: 34px;
  padding: 7px 12px;
  border-color: rgba(53, 94, 74, 0.48);
  color: var(--muted);
  background: rgba(8, 13, 11, 0.58);
  font-size: 12px;
}
.v2-dedicated-tool--heat-from-here .workspace-tab--view {
  min-height: 30px;
  padding: 6px 10px;
  border-color: var(--line);
  background: transparent;
  font-size: 11px;
}
.v2-dedicated-tool--heat-from-here .workspace-tab.active {
  border-color: rgba(34, 217, 102, 0.56);
  color: var(--white);
  background: rgba(34, 217, 102, 0.12);
}
.v2-dedicated-tool--heat-from-here .workspace-side-legend {
  color: var(--muted);
}
.v2-dedicated-tool--heat-from-here .workspace-side-legend .map-legend__title {
  margin-bottom: 8px;
  color: var(--accent-bright);
  font-family: var(--mono);
  font-size: 11px;
}
.v2-dedicated-tool--heat-from-here .workspace-side-legend .map-legend__row {
  margin-top: 7px;
  color: var(--muted);
  font-family: var(--mono);
  font-size: 11px;
}
.v2-dedicated-tool--heat-from-here .map {
  min-height: 320px;
  border: 1px solid var(--line);
  border-radius: 0;
  background: #08080b;
  overflow: hidden;
}
.v2-dedicated-tool--heat-from-here .map-large {
  height: min(68vh, 640px);
}
.v2-dedicated-tool--heat-from-here .map-picker {
  height: min(62vh, 650px);
  min-height: 500px;
}
.v2-dedicated-tool--heat-from-here .map-summary {
  height: 255px;
}
.v2-dedicated-tool--heat-from-here .leaflet-container {
  background: #08080b;
  color: #111;
  font-family: inherit;
}
.v2-dedicated-tool--heat-from-here .density-canvas {
  pointer-events: none;
}
.v2-dedicated-tool--heat-from-here .leaflet-control-attribution {
  background: rgba(255, 255, 255, 0.72) !important;
  color: #111 !important;
  font-size: 10px !important;
}
.v2-dedicated-tool--heat-from-here .stats-panel {
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 16px;
}
.v2-dedicated-tool--heat-from-here .stat {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  border-bottom: 1px solid var(--line);
  padding-bottom: 12px;
}
.v2-dedicated-tool--heat-from-here .stat span {
  color: var(--muted);
  font-size: 13px;
}
.v2-dedicated-tool--heat-from-here .stat strong {
  color: var(--white);
  font-family: var(--mono);
  font-size: 18px;
  font-weight: 600;
}
.v2-dedicated-tool--heat-from-here .heat-count--pizza {
  color: #f2d19f !important;
}
.v2-dedicated-tool--heat-from-here .heat-count--gym {
  color: #c8e5ff !important;
}
.v2-dedicated-tool--heat-from-here .field-legend {
  display: grid;
  gap: 8px;
  border: 1px solid var(--line);
  padding: 11px;
  background: rgba(8, 8, 11, 0.56);
}
.v2-dedicated-tool--heat-from-here .field-legend__item {
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.2;
}
.v2-dedicated-tool--heat-from-here .legend-swatch {
  width: 30px;
  height: 10px;
  flex: 0 0 auto;
  border: 1px solid rgba(224, 238, 230, 0.18);
  background: rgba(53, 94, 74, 0.35);
}
.v2-dedicated-tool--heat-from-here .legend-swatch--low {
  background: linear-gradient(90deg, rgba(53, 94, 74, 0.12), rgba(53, 94, 74, 0.38));
}
.v2-dedicated-tool--heat-from-here .legend-swatch--pizza {
  background: linear-gradient(90deg, rgba(53, 94, 74, 0.35), rgba(199, 133, 76, 0.78), rgba(242, 209, 159, 0.9));
}
.v2-dedicated-tool--heat-from-here .legend-swatch--gym {
  background: linear-gradient(90deg, rgba(53, 94, 74, 0.35), rgba(95, 142, 199, 0.78), rgba(200, 229, 255, 0.9));
}
.v2-dedicated-tool--heat-from-here .legend-swatch--activity {
  background: linear-gradient(90deg, rgba(53, 94, 74, 0.35), rgba(100, 151, 132, 0.78), rgba(216, 232, 185, 0.9));
}
.v2-dedicated-tool--heat-from-here .legend-swatch--overlap {
  background: linear-gradient(90deg, rgba(53, 94, 74, 0.42), rgba(226, 220, 112, 0.95));
}
.v2-dedicated-tool--heat-from-here .legend-swatch--neutral {
  background: linear-gradient(90deg, rgba(53, 94, 74, 0.35), rgba(134, 145, 105, 0.66));
}
.v2-dedicated-tool--heat-from-here .map-legend {
  border: 1px solid rgba(93, 157, 125, 0.34);
  padding: 7px 8px;
  background: rgba(6, 8, 7, 0.78);
  color: rgba(224, 238, 230, 0.78);
  font-family: "IBM Plex Mono", "SFMono-Regular", Consolas, monospace;
  font-size: 10px;
  line-height: 1;
}
.v2-dedicated-tool--heat-from-here .map-legend__title {
  margin-bottom: 6px;
  color: rgba(224, 238, 230, 0.88);
  text-transform: uppercase;
}
.v2-dedicated-tool--heat-from-here .map-legend__row {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 5px;
  white-space: nowrap;
}
.v2-dedicated-tool--heat-from-here .map-legend__swatch {
  width: 22px;
  height: 7px;
  border: 1px solid rgba(224, 238, 230, 0.14);
}
.v2-dedicated-tool--heat-from-here .toggle-row {
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid var(--line);
  padding-bottom: 12px;
  text-transform: none;
}
.v2-dedicated-tool--heat-from-here .toggle-row input {
  accent-color: var(--tid);
}
.v2-dedicated-tool--heat-from-here .empty-note {
  margin: 0;
  border: 1px solid var(--line);
  border-radius: 0;
  padding: 12px;
  color: var(--muted);
  background: #0e0e13;
  font-size: 14px;
  line-height: 1.45;
}
.v2-dedicated-tool--heat-from-here .ratio-label {
  border: 1px solid var(--line-strong);
  border-radius: 0;
  padding: 14px;
  color: var(--white);
  background: rgba(34, 217, 102, 0.08);
  font-family: var(--mono);
  font-size: 18px;
}
.v2-dedicated-tool--heat-from-here .summary-wrap {
  position: relative;
  border: 1px solid var(--line);
  border-radius: 0;
  padding: 20px;
  background: #08080b;
}
.v2-dedicated-tool--heat-from-here .final-screen {
  position: relative;
}
.v2-dedicated-tool--heat-from-here .summary-preparing {
  position: absolute;
  inset: 0;
  z-index: 900;
  display: grid;
  min-height: 72vh;
  place-items: center;
  padding: 24px;
  background:
    linear-gradient(135deg, rgba(6, 8, 7, 0.94), rgba(6, 8, 7, 0.78)),
    radial-gradient(circle at 50% 35%, rgba(34, 217, 102, 0.13), transparent 48%);
  backdrop-filter: blur(2px);
}
.v2-dedicated-tool--heat-from-here .summary-preparing__card {
  width: min(520px, 100%);
  border: 1px solid rgba(34, 217, 102, 0.38);
  padding: 24px;
  background: rgba(8, 14, 11, 0.92);
  box-shadow: 0 0 42px rgba(34, 217, 102, 0.08);
}
.v2-dedicated-tool--heat-from-here .summary-preparing__mark {
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border: 1px solid rgba(34, 217, 102, 0.38);
  border-top-color: rgba(224, 238, 230, 0.82);
  border-radius: 50%;
  animation: v2-dedicated-tool--heat-from-here-spin 1.1s linear infinite;
}
.v2-dedicated-tool--heat-from-here .summary-preparing__card h2 {
  margin: 0 0 10px;
  color: var(--white);
  font-family: var(--serif);
  font-size: clamp(28px, 4vw, 48px);
  line-height: 0.98;
}
.v2-dedicated-tool--heat-from-here .summary-preparing__card p:last-child {
  margin: 0;
  color: var(--muted);
}
.v2-dedicated-tool--heat-from-here .summary-head {
  align-items: start;
  border-bottom: 1px solid var(--line);
  padding-bottom: 18px;
}
.v2-dedicated-tool--heat-from-here .summary-meta {
  display: grid;
  gap: 8px;
  min-width: 220px;
  color: var(--muted);
  font-family: "IBM Plex Mono", "SFMono-Regular", Consolas, monospace;
  font-size: 13px;
  text-align: right;
}
.v2-dedicated-tool--heat-from-here .summary-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 18px 0;
}
.v2-dedicated-tool--heat-from-here .summary-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.v2-dedicated-tool--heat-from-here .map-card {
  padding: 14px;
  box-shadow: none;
}
.v2-dedicated-tool--heat-from-here .map-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}
.v2-dedicated-tool--heat-from-here .map-card-head h3 {
  flex: 1 1 auto;
  min-width: 0;
  margin-bottom: 0;
}
.v2-dedicated-tool--heat-from-here .map-export-frame {
  position: relative;
}
.v2-dedicated-tool--heat-from-here .map-watermark {
  position: absolute;
  left: 10px;
  bottom: 10px;
  z-index: 650;
  border: 1px solid rgba(93, 157, 125, 0.42);
  border-radius: 999px;
  padding: 4px 8px;
  background: rgba(6, 8, 7, 0.72);
  color: rgba(224, 238, 230, 0.74);
  font-family: "IBM Plex Mono", "SFMono-Regular", Consolas, monospace;
  font-size: 10px;
  letter-spacing: 0;
  line-height: 1;
  pointer-events: none;
  text-transform: uppercase;
}
.v2-dedicated-tool--heat-from-here .map-download {
  position: relative;
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  width: 30px;
  min-height: 30px;
  height: 30px;
  padding: 0;
  color: var(--muted);
  background: #0a0f0d;
}
.v2-dedicated-tool--heat-from-here .map-download::before {
  content: "";
  position: absolute;
  right: 8px;
  bottom: 7px;
  left: 8px;
  border-bottom: 2px solid currentColor;
}
.v2-dedicated-tool--heat-from-here .map-download:hover,
.v2-dedicated-tool--heat-from-here .map-download:focus-visible {
  color: var(--text);
  background: rgba(53, 94, 74, 0.35);
}
.v2-dedicated-tool--heat-from-here .pdf-include-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  flex: 0 0 auto;
  min-height: 30px;
  border: 1px solid rgba(53, 94, 74, 0.55);
  padding: 0 8px;
  color: var(--muted);
  background: #0a0f0d;
  font-family: var(--mono);
  font-size: 10px;
  line-height: 1;
  cursor: pointer;
  user-select: none;
}
.v2-dedicated-tool--heat-from-here .pdf-include-toggle input {
  width: 12px;
  height: 12px;
  margin: 0;
  accent-color: var(--accent);
}
.v2-dedicated-tool--heat-from-here .pdf-include-toggle:has(input:checked) {
  border-color: rgba(34, 217, 102, 0.55);
  color: var(--text);
  background: rgba(53, 94, 74, 0.24);
}
.v2-dedicated-tool--heat-from-here .single-map-export-plate {
  position: fixed;
  top: 0;
  left: -10000px;
  width: 1200px;
  height: 800px;
  overflow: hidden;
  background: #08080b;
  color: var(--white);
  font-family: var(--mono);
}
.v2-dedicated-tool--heat-from-here .single-map-export-map {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: #08080b;
}
.v2-dedicated-tool--heat-from-here .single-map-export-field-frame {
  position: absolute;
  inset: 0;
  z-index: 655;
  border: 1px solid rgba(53, 94, 74, 0.8);
  box-shadow:
    inset 0 0 0 1px rgba(224, 224, 236, 0.04),
    inset 0 0 120px rgba(0, 0, 0, 0.34);
  pointer-events: none;
}
.v2-dedicated-tool--heat-from-here .single-map-export-meta {
  position: absolute;
  z-index: 660;
  top: 18px;
  right: 18px;
  left: 18px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  pointer-events: none;
}
.v2-dedicated-tool--heat-from-here .single-map-export-kicker {
  color: var(--tid);
  font-size: 10px;
  letter-spacing: 0.14em;
  line-height: 1;
  text-transform: uppercase;
}
.v2-dedicated-tool--heat-from-here .single-map-export-title {
  margin-top: 6px;
  color: var(--white);
  font-family: var(--serif);
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
}
.v2-dedicated-tool--heat-from-here .single-map-export-counts {
  display: flex;
  gap: 14px;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 8px 10px;
  background: rgba(8, 8, 11, 0.58);
}
.v2-dedicated-tool--heat-from-here .single-map-export-count {
  text-align: right;
}
.v2-dedicated-tool--heat-from-here .single-map-export-count span {
  display: inline-block;
  color: rgba(224, 224, 236, 0.58);
  font-size: 10px;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
}
.v2-dedicated-tool--heat-from-here .single-map-export-count strong {
  display: inline-block;
  margin-left: 6px;
  color: var(--white);
  font-size: 17px;
  font-weight: 500;
  line-height: 1;
}
.v2-dedicated-tool--heat-from-here .single-map-export-count.is-pizza strong {
  color: #f2d19f;
}
.v2-dedicated-tool--heat-from-here .single-map-export-count.is-gym strong {
  color: #c8e5ff;
}
.v2-dedicated-tool--heat-from-here .single-map-export-watermark {
  position: absolute;
  left: 20px;
  bottom: 20px;
  z-index: 660;
  border: 1px solid rgba(34, 217, 102, 0.32);
  border-radius: 999px;
  padding: 8px 12px;
  background: rgba(8, 8, 11, 0.72);
  color: rgba(224, 224, 236, 0.82);
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 1;
  pointer-events: none;
  text-transform: uppercase;
}
.v2-dedicated-tool--heat-from-here .download-icon {
  position: relative;
  display: block;
  width: 14px;
  height: 16px;
}
.v2-dedicated-tool--heat-from-here .download-icon::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 6px;
  width: 2px;
  height: 10px;
  background: currentColor;
}
.v2-dedicated-tool--heat-from-here .download-icon::after {
  content: "";
  position: absolute;
  top: 8px;
  left: 3px;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid currentColor;
  border-left: 2px solid currentColor;
  transform: rotate(-45deg);
}
.v2-dedicated-tool--heat-from-here .footer-note {
  margin: 18px 0 0;
  color: var(--dim);
  font-size: 13px;
  line-height: 1.5;
}
.v2-dedicated-tool--heat-from-here .final-actions {
  margin-top: 16px;
}
.v2-dedicated-tool--heat-from-here .local-factory-panel {
  display: grid;
  gap: 14px;
  margin-top: 16px;
  border: 1px solid rgba(34, 217, 102, 0.34);
  background: rgba(4, 20, 13, 0.82);
  padding: 16px;
}
.v2-dedicated-tool--heat-from-here .local-factory-panel h3 {
  margin: 0 0 6px;
  font-family: var(--display);
  font-size: clamp(24px, 3vw, 42px);
}
.v2-dedicated-tool--heat-from-here .local-factory-panel p {
  max-width: 62rem;
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}
.v2-dedicated-tool--heat-from-here .local-factory-panel pre {
  max-height: 18rem;
  margin: 0;
  overflow: auto;
  border: 1px solid rgba(34, 217, 102, 0.22);
  background: rgba(0, 0, 0, 0.42);
  padding: 14px;
  color: var(--white);
  font-family: var(--mono);
  font-size: 11px;
  line-height: 1.65;
  white-space: pre-wrap;
  word-break: break-word;
}
.v2-dedicated-tool--heat-from-here .screenshot-mode .no-export {
  display: none !important;
}
.v2-dedicated-tool--heat-from-here .screenshot-mode .app-frame {
  min-height: auto;
  padding-top: 0;
}
.v2-dedicated-tool--heat-from-here .screenshot-mode .screen {
  padding-top: 0;
}
@media (max-width: 900px) {
.v2-dedicated-tool--heat-from-here .app-frame {
    width: min(100% - 1.25rem, 1180px);
  }
.v2-dedicated-tool--heat-from-here .heat-console__top,
.v2-dedicated-tool--heat-from-here .tid-tool-header,
.v2-dedicated-tool--heat-from-here .heat-controls,
.v2-dedicated-tool--heat-from-here .content-grid,
.v2-dedicated-tool--heat-from-here .summary-grid,
.v2-dedicated-tool--heat-from-here .summary-stats {
    grid-template-columns: 1fr;
  }
.v2-dedicated-tool--heat-from-here .heat-console__top {
    display: grid;
  }
.v2-dedicated-tool--heat-from-here .heat-console__stamp {
    min-width: 0;
    text-align: left;
  }
.v2-dedicated-tool--heat-from-here .page-head,
.v2-dedicated-tool--heat-from-here .summary-head {
    align-items: stretch;
    flex-direction: column;
  }
.v2-dedicated-tool--heat-from-here .summary-meta {
    text-align: left;
  }
.v2-dedicated-tool--heat-from-here .map-large {
    height: 58vh;
    min-height: 360px;
  }
.v2-dedicated-tool--heat-from-here .map-picker {
    height: 56vh;
    min-height: 430px;
  }
.v2-dedicated-tool--heat-from-here h1 {
    font-size: 52px;
  }
.v2-dedicated-tool--heat-from-here h2,
.v2-dedicated-tool--heat-from-here .loading-card h2 {
    font-size: 36px;
  }


}
@media (max-width: 560px) {
.v2-dedicated-tool--heat-from-here .app-frame {
    width: min(100% - 1rem, 1180px);
    padding-top: 1.4rem;
  }
.v2-dedicated-tool--heat-from-here .tool-status {
    margin-left: 0;
  }
.v2-dedicated-tool--heat-from-here .heat-action-row {
    justify-content: stretch;
  }
.v2-dedicated-tool--heat-from-here .heat-action-row button {
    width: 100%;
    min-width: 0;
  }
.v2-dedicated-tool--heat-from-here h1 {
    font-size: 42px;
  }
.v2-dedicated-tool--heat-from-here h2,
.v2-dedicated-tool--heat-from-here .loading-card h2 {
    font-size: 31px;
  }
.v2-dedicated-tool--heat-from-here .subtitle {
    font-size: 16px;
  }
.v2-dedicated-tool--heat-from-here .radius-ticks {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 4px;
  }
.v2-dedicated-tool--heat-from-here .map-large {
    height: 420px;
  }
.v2-dedicated-tool--heat-from-here .map-picker {
    height: 420px;
    min-height: 320px;
  }
.v2-dedicated-tool--heat-from-here .map-summary {
    height: 230px;
  }


}
