/* ----- OKR Hot or Not ----- */

.thing-shell {
  background: var(--off-white);
  color: var(--slate);
}

.hot-wrap {
  max-width: 600px;
  margin: 0 auto;
  padding: 48px 24px 80px;
  position: relative;
}

.hot-header { margin-bottom: 32px; }

.hot-title {
  font-family: var(--serif);
  font-size: 28px;
  font-weight: 700;
  color: var(--slate);
  letter-spacing: -0.02em;
  margin-bottom: 6px;
}

.hot-sub {
  font-size: 13px;
  font-weight: 300;
  color: var(--slate-mid);
  line-height: 1.5;
}

.hot-textarea {
  width: 100%;
  font-family: var(--sans);
  font-size: 14px;
  font-weight: 300;
  color: var(--slate);
  background: var(--off-white);
  border: 0.5px solid var(--rule);
  border-radius: 4px;
  padding: 14px 16px;
  resize: vertical;
  line-height: 1.6;
  outline: none;
  transition: border-color .15s;
  display: block;
  margin-bottom: 12px;
  box-sizing: border-box;
}

.hot-textarea:focus { border-color: var(--sage); }
.hot-textarea::placeholder { color: var(--slate-muted); font-style: italic; }

.hot-submit {
  font-family: var(--sans);
  font-size: 14px;
  font-weight: 400;
  background: var(--sage);
  color: var(--white);
  border: none;
  border-radius: 4px;
  padding: 12px 28px;
  cursor: pointer;
  transition: opacity .15s;
}

.hot-submit:hover { opacity: 0.85; }
.hot-submit:disabled { opacity: 0.4; cursor: not-allowed; }

.hot-result {
  margin-top: 40px;
  padding-top: 32px;
  border-top: 0.5px solid var(--rule);
}

.hot-score-wrap {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 8px;
}

.hot-score {
  font-family: var(--serif);
  font-size: 72px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.03em;
  transition: color .3s;
}

.hot-score--low    { color: var(--rose); }
.hot-score--poor   { color: var(--rose); opacity: 0.7; }
.hot-score--mid    { color: var(--amber); }
.hot-score--good   { color: var(--sage); }
.hot-score--great  { color: var(--sage); }
.hot-score--perfect { color: var(--sage); font-size: 80px; }
.hot-score--eleven  { color: var(--amber); font-size: 88px; }

.hot-score-label {
  font-size: 13px;
  font-weight: 300;
  color: var(--slate-muted);
}

.hot-score-band {
  font-size: 13px;
  font-weight: 500;
  color: var(--slate-mid);
  margin-bottom: 12px;
  letter-spacing: .02em;
}

.hot-verdict {
  font-size: 16px;
  font-weight: 300;
  color: var(--slate);
  line-height: 1.6;
  margin-bottom: 24px;
  font-style: italic;
}

.hot-score-table-toggle { margin-bottom: 16px; }

.hot-table-btn {
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 300;
  color: var(--slate-mid);
  background: none;
  border: none;
  cursor: pointer;
  text-decoration: underline;
  padding: 0;
}

.hot-score-table {
  background: var(--off-white);
  border-radius: 4px;
  padding: 16px;
  margin-bottom: 20px;
}

.hot-table-row {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 8px;
  padding: 8px 0;
  border-bottom: 0.5px solid var(--rule);
  align-items: start;
}

.hot-table-row:last-child { border-bottom: none; }

.hot-table-range {
  font-size: 12px;
  font-weight: 500;
  color: var(--slate-muted);
  font-family: var(--sans);
}

.hot-table-label {
  font-size: 13px;
  font-weight: 500;
  color: var(--slate);
}

.hot-table-desc {
  grid-column: 2;
  font-size: 12px;
  font-weight: 300;
  color: var(--slate-mid);
  line-height: 1.4;
  margin: 2px 0 0;
}

.hot-reset {
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 300;
  color: var(--slate-muted);
  background: none;
  border: none;
  cursor: pointer;
  text-decoration: underline;
  padding: 0;
  transition: color .15s;
  display: block;
  margin-bottom: 32px;
}

.hot-reset:hover { color: var(--slate); }

.hot-loading { margin-top: 32px; padding-top: 24px; border-top: 0.5px solid var(--rule); }
.hot-loading-text { font-size: 13px; font-weight: 300; color: var(--slate-muted); font-style: italic; }
.hot-error { margin-top: 12px; }
.hot-error-text { font-size: 13px; color: var(--rose); }

.hot-throwback-toggle-wrap {
  position: fixed;
  bottom: 24px;
  right: 24px;
}

.hot-throwback-toggle {
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 400;
  color: var(--slate-muted);
  background: var(--white);
  border: 0.5px solid var(--rule);
  border-radius: 20px;
  padding: 6px 14px;
  cursor: pointer;
  transition: all .15s;
}

.hot-throwback-toggle:hover {
  border-color: var(--slate-muted);
  color: var(--slate);
}

/* Throwback mode overrides */
.hot-retro {
  background: #f0f0f0;
  min-height: 100vh;
  padding: 0;
  max-width: 100%;
  font-family: Arial, sans-serif;
}

.hot-retro .hot-header {
  background: #cc0000;
  padding: 8px 16px;
  margin-bottom: 0;
  border-bottom: 3px solid #880000;
}

.hot-retro .hot-title {
  font-family: Impact, Arial Black, sans-serif;
  font-size: 36px;
  font-weight: 900;
  color: #ffffff;
  text-shadow: 2px 2px 0 #880000;
  letter-spacing: 0;
  margin-bottom: 0;
  text-transform: uppercase;
}

.hot-retro .hot-sub {
  color: #ffeeee;
  font-size: 11px;
  font-family: Arial, sans-serif;
}

.hot-retro .hot-input-area {
  background: #ffffcc;
  border: 2px solid #cc9900;
  padding: 12px 16px;
  margin: 8px 16px;
}

.hot-retro .hot-textarea {
  background: #ffffff;
  border: 1px solid #999999;
  font-family: Arial, sans-serif;
  font-size: 13px;
  border-radius: 0;
}

.hot-retro .hot-submit {
  background: #cc0000;
  border: 2px outset #ff6666;
  border-radius: 0;
  font-family: Arial, sans-serif;
  font-weight: bold;
  font-size: 13px;
  padding: 6px 20px;
  text-transform: uppercase;
  color: #ffffff;
}

.hot-retro .hot-submit:hover {
  background: #ee0000;
  opacity: 1;
}

.hot-retro .hot-result {
  background: #ffffcc;
  border: 2px solid #cc9900;
  margin: 8px 16px;
  padding: 12px 16px;
  border-top: 2px solid #cc9900;
}

.hot-retro-slider-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #ffffcc;
  border: 1px solid #cc9900;
  padding: 8px 12px;
  margin-bottom: 12px;
}

.hot-retro-not {
  font-family: Arial, sans-serif;
  font-weight: bold;
  font-size: 13px;
  color: #0000cc;
  flex-shrink: 0;
}

.hot-retro-hot {
  font-family: Arial, sans-serif;
  font-weight: bold;
  font-size: 13px;
  color: #cc0000;
  flex-shrink: 0;
}

.hot-retro-buttons {
  display: flex;
  gap: 4px;
  flex: 1;
  justify-content: space-between;
}

.hot-retro-btn-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  position: relative;
}

.hot-retro-decimal {
  font-family: Arial, sans-serif;
  font-size: 9px;
  font-weight: bold;
  color: #cc0000;
  white-space: nowrap;
}

.hot-retro-radio { cursor: default; }

.hot-retro-radio-label {
  font-family: Arial, sans-serif;
  font-size: 11px;
  color: #333333;
}

.hot-retro-radio-label.is-selected {
  color: #cc0000;
  font-weight: bold;
}

.hot-retro-verdict-box {
  background: #ffffff;
  border: 1px solid #999999;
  padding: 8px 12px;
  font-family: Arial, sans-serif;
  font-size: 13px;
  color: #333333;
  line-height: 1.5;
}

.hot-retro .hot-throwback-toggle {
  font-family: Arial, sans-serif;
  font-size: 10px;
  background: #f0f0f0;
  border: 1px solid #999999;
  border-radius: 0;
  color: #333333;
}

.hot-retro .hot-score-table {
  background: #ffffff;
  border: 1px solid #999999;
  border-radius: 0;
}

.hot-retro .hot-table-btn {
  font-family: Arial, sans-serif;
  font-size: 11px;
  color: #0000cc;
}

.hot-retro .hot-reset {
  font-family: Arial, sans-serif;
  font-size: 12px;
  color: #0000cc;
}

.hot-retro .hot-loading-text {
  font-family: Arial, sans-serif;
  font-size: 13px;
  font-style: normal;
  color: #cc0000;
}

/* Privacy disclosure */
.hot-privacy {
  margin-top: 20px;
  padding-top: 16px;
  border-top: 0.5px solid var(--rule);
}

.hot-privacy-toggle {
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 300;
  color: var(--slate-mid);
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  text-decoration: underline;
  text-align: left;
}

.hot-privacy-toggle:hover { color: var(--slate); }
.hot-privacy-toggle::after { content: ' +'; }
.hot-privacy-toggle.is-open::after { content: ' \2212'; }

.hot-privacy-panel {
  margin-top: 12px;
}

.hot-privacy-list {
  list-style: none;
  padding: 0;
  margin: 0 0 12px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 24px;
}

.hot-privacy-list li {
  font-size: 12px;
  font-weight: 300;
  color: var(--slate-mid);
  line-height: 1.5;
}

.hot-privacy-list strong {
  font-size: 11px;
  font-weight: 500;
  color: var(--slate);
}

.hot-privacy-note {
  font-size: 12px;
  font-weight: 300;
  color: var(--slate-mid);
  line-height: 1.5;
  margin: 0;
}

@media (max-width: 600px) {
  .hot-privacy-list {
    grid-template-columns: 1fr;
  }
}

.hot-retro .hot-privacy-toggle {
  font-family: Arial, sans-serif;
  font-size: 11px;
  color: #0000cc;
}

.hot-retro .hot-privacy-panel {
  background: #ffffcc;
  border: 1px solid #cc9900;
  padding: 8px 12px;
  margin: 8px 0 0;
}

.hot-retro .hot-privacy-list {
  grid-template-columns: 1fr;
}

.hot-retro .hot-privacy-list li,
.hot-retro .hot-privacy-note {
  font-family: Arial, sans-serif;
  font-size: 11px;
  color: #333333;
}

.hot-retro .hot-privacy-list strong {
  color: #000000;
}

@media (min-width: 900px) {
  .hot-wrap {
    max-width: 680px;
  }

  .hot-textarea {
    min-height: 360px;
    font-size: 16px;
  }
}
