/**
 * Project Lightning — Texas electricity theme
 *
 * Design intent: a Texas identity that feels earned, not costumed. No flag
 * stripes, no cowboy clip art. Just a deep night-sky navy (the kind of sky
 * you get on the plains after a storm rolls through), a warm wheat-field
 * paper background, a single confident "lone star" red used sparingly as an
 * accent (never as a background), and an electric gold that reads as
 * "spark" rather than "caution tape." A subtle transmission-line motif ties
 * the electricity theme to the literal thing the site is about, without
 * turning into decoration for its own sake — the founder's own principle
 * (trust over hype) still governs the visual language, not just the copy.
 */

:root {
  --ink: #101a33;
  --ink-soft: #4b5877;
  --paper: #faf7f0;
  --card: #ffffff;
  --line: #e7e1d3;
  --accent: #f4a300;
  --accent-ink: #7a4c00;
  --star: #a91e2c;
  --star-soft: #f7e3e1;
  --trust: #1d5c4a;
  --trust-bg: #e8f3ee;
  --risk: #b3441e;
  --risk-bg: #fbeee6;
  --shadow: 0 8px 24px rgba(16, 26, 51, 0.08);
  --radius: 14px;
  --font-display: "Space Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-body: -apple-system, BlinkMacSystemFont, "Segoe UI", Inter, Roboto, sans-serif;
}

* { box-sizing: border-box; }

html, body {
  margin: 0;
  padding: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-body);
  line-height: 1.5;
}

/* Faint transmission-line / grid motif across the whole page background.
   Two thin repeating lines suggest wires strung between poles — visible up
   close, invisible from a normal reading distance. This is the one purely
   decorative touch on the page; everything else below ties to real UI. */
body {
  background-image:
    linear-gradient(180deg, rgba(16, 26, 51, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(16, 26, 51, 0.02) 1px, transparent 1px);
  background-size: 100% 84px, 84px 100%;
  background-position: 0 0, 0 0;
}

h1, h2, h3, h4, .brand, .btn-primary, .rec-cost .amount {
  font-family: var(--font-display);
}

.wrap {
  max-width: 880px;
  margin: 0 auto;
  padding: 0 20px;
}

header.site {
  padding: 22px 0 10px;
  border-bottom: 1px solid var(--line);
  position: relative;
}

.brand-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px 20px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  font-size: 21px;
  letter-spacing: -0.01em;
  color: var(--ink);
  text-decoration: none;
}

.brand .bolt {
  color: var(--accent);
  font-size: 22px;
  filter: drop-shadow(0 0 6px rgba(244, 163, 0, 0.45));
}

.brand .star {
  color: var(--star);
  font-size: 13px;
  margin-left: 2px;
  vertical-align: super;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.site-nav a {
  font-size: 13px;
  font-weight: 600;
  color: var(--ink-soft);
  text-decoration: none;
  padding-bottom: 2px;
  border-bottom: 2px solid transparent;
}

.site-nav a:hover {
  color: var(--ink);
  border-bottom-color: var(--accent);
}

.tagline {
  color: var(--ink-soft);
  font-size: 14px;
  margin-top: 8px;
}

footer.site .wrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}

.footer-main { display: flex; align-items: center; gap: 6px; }

.footer-nav {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.footer-nav a {
  color: var(--ink-soft);
  font-size: 12px;
  text-decoration: none;
  font-weight: 600;
}

.footer-nav a:hover { color: var(--star); }

.footer-disclaimer {
  font-size: 11px;
  color: var(--ink-soft);
  opacity: 0.85;
  max-width: 70ch;
  line-height: 1.5;
}

main { padding: 0 0 80px; }

/* Full-bleed dark hero band. Sits above the constrained .wrap content so it
   can span edge-to-edge, echoing the transmission-line motif but reversed
   (light lines on dark navy) plus a faint oversized bolt watermark — an
   abstract, non-photographic way to get a premium "hero" feel without
   fabricating imagery that isn't ours. */
.hero-band {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(ellipse 900px 500px at 15% -10%, rgba(244, 163, 0, 0.20), transparent 60%),
    radial-gradient(ellipse 700px 500px at 95% 115%, rgba(169, 30, 44, 0.16), transparent 55%),
    var(--ink);
  background-image:
    radial-gradient(ellipse 900px 500px at 15% -10%, rgba(244, 163, 0, 0.20), transparent 60%),
    radial-gradient(ellipse 700px 500px at 95% 115%, rgba(169, 30, 44, 0.16), transparent 55%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: auto, auto, 100% 84px, 84px 100%;
  padding: 56px 0 96px;
}

.hero-watermark {
  position: absolute;
  top: -8%;
  right: -6%;
  width: clamp(140px, 30vw, 340px);
  height: auto;
  fill: rgba(244, 163, 0, 0.08);
  pointer-events: none;
  user-select: none;
  transform: rotate(8deg);
  z-index: 0;
}

.hero-inner {
  position: relative;
  z-index: 1;
  text-align: left;
}

.eyebrow-light {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--accent);
  background: rgba(244, 163, 0, 0.14);
  padding: 6px 12px;
  border-radius: 999px;
  margin-bottom: 16px;
}

.hero-inner h1 {
  font-size: 40px;
  line-height: 1.12;
  letter-spacing: -0.02em;
  margin: 0 0 14px;
  color: #ffffff;
}

.hero-inner p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 17px;
  max-width: 58ch;
  margin: 0;
}

/* Icon-badge "how it works" row: a compact white card pulled up to overlap
   the bottom edge of the dark hero band, the one bit of "floating card"
   drama borrowed from the reference template. */
.how-it-works {
  position: relative;
  z-index: 2;
  background: var(--card);
  border-radius: var(--radius);
  box-shadow: 0 16px 40px rgba(16, 26, 51, 0.16);
  margin-top: -56px;
  margin-bottom: 34px;
  padding: 28px 26px 24px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px 26px;
}

.how-it-works .step { text-align: center; }

.step-icon-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  font-size: 19px;
  margin-bottom: 10px;
}

.how-it-works .step:nth-child(1) .step-icon-badge { background: var(--star-soft); color: var(--star); }
.how-it-works .step:nth-child(2) .step-icon-badge { background: #fdf1d9; color: var(--accent-ink); }
.how-it-works .step:nth-child(3) .step-icon-badge { background: var(--trust-bg); color: var(--trust); }

.how-it-works h3 {
  font-size: 15px;
  margin: 0 0 4px;
  letter-spacing: -0.01em;
}

.how-it-works p {
  font-size: 13px;
  color: var(--ink-soft);
  margin: 0;
  line-height: 1.4;
}

/* Real-numbers stat band: no fabricated testimonials or stock stats — just
   the actual size of the dataset this tool is built on. */
.stat-band {
  background: var(--ink);
  color: white;
  border-radius: var(--radius);
  padding: 30px 28px;
  margin: 40px 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  text-align: center;
}

.stat-band .stat-num {
  font-family: var(--font-display);
  font-size: 30px;
  font-weight: 700;
  color: var(--accent);
  letter-spacing: -0.01em;
}

.stat-band .stat-label {
  font-size: 12.5px;
  color: rgba(255, 255, 255, 0.72);
  margin-top: 4px;
}

/* Voltage-line divider: a thin dashed line with a small spark mark, used
   under the hero and between major sections instead of a plain <hr>. */
.volt-divider {
  border: none;
  height: 1px;
  margin: 28px 0;
  background-image: repeating-linear-gradient(
    90deg,
    var(--line) 0,
    var(--line) 8px,
    transparent 8px,
    transparent 14px
  );
  position: relative;
}

.card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 28px;
}

.card + .card { margin-top: 20px; }

fieldset {
  border: none;
  padding: 0;
  margin: 0 0 26px;
}

fieldset legend {
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 12px;
  padding: 0;
}

.field { margin-bottom: 16px; }

.field label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 6px;
}

.field .hint {
  font-size: 13px;
  color: var(--ink-soft);
  font-weight: 400;
  margin-top: 4px;
}

input[type="text"],
input[type="number"],
input[type="date"],
select {
  width: 100%;
  padding: 11px 12px;
  border: 1px solid var(--line);
  border-radius: 10px;
  font-size: 15px;
  background: var(--paper);
  color: var(--ink);
  font-family: inherit;
}

input:focus, select:focus {
  outline: 2px solid var(--accent);
  outline-offset: 1px;
}

.row2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.mode-toggle {
  display: flex;
  gap: 8px;
  margin-bottom: 18px;
}

.mode-toggle button {
  flex: 1;
  padding: 10px 14px;
  border-radius: 10px;
  border: 1px solid var(--line);
  background: var(--card);
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  color: var(--ink-soft);
  transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

.mode-toggle button.active {
  background: var(--ink);
  color: white;
  border-color: var(--ink);
}

.upload-box {
  border: 1.5px dashed var(--line);
  border-radius: 12px;
  padding: 22px;
  text-align: center;
  color: var(--ink-soft);
  font-size: 14px;
}

.upload-box input { margin-top: 10px; }

.note {
  background: var(--trust-bg);
  color: var(--trust);
  border-radius: 10px;
  padding: 10px 14px;
  font-size: 13px;
  margin-top: 10px;
}

.checkbox-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.checkbox-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 10px;
  font-size: 14px;
  cursor: pointer;
}

.checkbox-item input { margin-top: 3px; }

.btn-primary {
  width: 100%;
  padding: 15px 20px;
  border-radius: 12px;
  border: none;
  background: var(--ink);
  color: white;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  position: relative;
  transition: background 0.15s ease, box-shadow 0.15s ease, transform 0.05s ease;
}

.btn-primary:hover {
  background: #0a1428;
  box-shadow: 0 0 0 3px rgba(244, 163, 0, 0.18);
}

.btn-primary:active { transform: translateY(1px); }

.btn-primary:disabled {
  opacity: 0.7;
  cursor: default;
  box-shadow: none;
}

.btn-secondary {
  padding: 10px 16px;
  border-radius: 10px;
  border: 1px solid var(--line);
  background: var(--card);
  color: var(--ink);
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
}

.error-text {
  color: var(--risk);
  font-size: 13px;
  margin-top: 6px;
  display: none;
}

.error-text.show { display: block; }

#screen-results { display: none; }

.results-header {
  margin-bottom: 24px;
}

.results-header h2 {
  font-size: 28px;
  margin: 0 0 6px;
  letter-spacing: -0.02em;
}

.results-header p { color: var(--ink-soft); margin: 0; }

.rec-grid {
  display: grid;
  gap: 18px;
}

.rec-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--card);
  box-shadow: var(--shadow);
  overflow: hidden;
  border-top: 4px solid var(--line);
  transition: box-shadow 0.15s ease, transform 0.15s ease;
}

.rec-card:hover {
  box-shadow: 0 14px 32px rgba(16, 26, 51, 0.14);
  transform: translateY(-2px);
}

/* Each recommendation kind gets its own accent color, tying the theme's
   palette to something functional rather than purely decorative — the
   three colors a user will actually learn to recognize across visits. */
.rec-card.kind-best-value { border-top-color: var(--accent); }
.rec-card.kind-safest-choice { border-top-color: var(--trust); }
.rec-card.kind-best-long-term { border-top-color: var(--star); }

.rec-card .rec-top {
  padding: 20px 24px;
  border-bottom: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
}

.rec-kind-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.rec-icon-badge {
  flex-shrink: 0;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  background: #fdf1d9;
  color: var(--accent-ink);
}

.rec-card.kind-safest-choice .rec-icon-badge { background: var(--trust-bg); color: var(--trust); }
.rec-card.kind-best-long-term .rec-icon-badge { background: var(--star-soft); color: var(--star); }

.rec-kind {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--accent-ink);
  background: #fdf1d9;
  padding: 4px 10px;
  border-radius: 999px;
  margin: 0;
}

.rec-card.kind-safest-choice .rec-kind { color: var(--trust); background: var(--trust-bg); }
.rec-card.kind-best-long-term .rec-kind { color: var(--star); background: var(--star-soft); }

.rec-plan-name { font-size: 19px; font-weight: 700; margin: 0; }
.rec-provider { color: var(--ink-soft); font-size: 14px; margin-top: 2px; }

.rec-cost { text-align: right; }
.rec-cost .amount { font-size: 28px; font-weight: 800; }
.rec-cost .period { font-size: 12px; color: var(--ink-soft); }
.rec-cost .savings { font-size: 13px; color: var(--trust); font-weight: 600; margin-top: 4px; }
.rec-cost .savings.negative { color: var(--risk); }

.confidence-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 700;
  margin-top: 10px;
}

.confidence-bar {
  width: 70px;
  height: 6px;
  background: var(--line);
  border-radius: 4px;
  overflow: hidden;
}

.confidence-bar span {
  display: block;
  height: 100%;
  background: var(--trust);
}

.rec-body { padding: 20px 24px; }

.rec-body h4 {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--ink-soft);
  margin: 16px 0 8px;
}

.rec-body h4:first-child { margin-top: 0; }

.rec-body ul { margin: 0; padding-left: 18px; font-size: 14px; }
.rec-body li { margin-bottom: 5px; }

.tag-row { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 10px; }

.tag {
  font-size: 12px;
  padding: 4px 9px;
  border-radius: 999px;
  background: var(--risk-bg);
  color: var(--risk);
  font-weight: 600;
}

.meta-row {
  display: flex;
  gap: 18px;
  font-size: 13px;
  color: var(--ink-soft);
  margin-top: 14px;
  flex-wrap: wrap;
}

.meta-row strong { color: var(--ink); }

.enroll-btn {
  margin-top: 16px;
  width: 100%;
  padding: 12px;
  border-radius: 10px;
  border: none;
  background: var(--accent);
  color: var(--accent-ink);
  font-weight: 700;
  cursor: pointer;
  transition: box-shadow 0.15s ease;
}

.enroll-btn:hover { box-shadow: 0 0 0 3px rgba(244, 163, 0, 0.25); }

.top-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 18px;
}

footer.site {
  border-top: 1px solid var(--line);
  padding: 20px 0;
  color: var(--ink-soft);
  font-size: 12px;
}

footer.site .star { color: var(--star); font-size: 11px; }

/* --- Guide / article pages (guides/*.html) --- */
.article-hero {
  margin-bottom: 10px;
}

.article-hero .eyebrow {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--star);
  margin-bottom: 10px;
}

.article-hero h1 {
  font-size: 32px;
  line-height: 1.15;
  letter-spacing: -0.02em;
  margin: 0 0 14px;
}

.article-hero .dek {
  color: var(--ink-soft);
  font-size: 17px;
  max-width: 65ch;
  margin: 0;
}

article.guide-body { margin-top: 10px; }

article.guide-body h2 {
  font-size: 20px;
  margin: 34px 0 12px;
  letter-spacing: -0.01em;
}

article.guide-body h2:first-child { margin-top: 0; }

article.guide-body p { color: var(--ink); font-size: 15.5px; }

article.guide-body ul {
  margin: 0 0 4px;
  padding-left: 20px;
}

article.guide-body li {
  margin-bottom: 8px;
  font-size: 15px;
  line-height: 1.5;
}

.cta-box {
  background: var(--ink);
  color: white;
  border-radius: var(--radius);
  padding: 26px 28px;
  margin: 36px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.cta-box h3 {
  font-family: var(--font-display);
  margin: 0 0 4px;
  font-size: 19px;
}

.cta-box p {
  margin: 0;
  color: rgba(255, 255, 255, 0.75);
  font-size: 14px;
}

.cta-box .enroll-btn {
  width: auto;
  white-space: nowrap;
  margin-top: 0;
}

.source-note {
  font-size: 12.5px;
  color: var(--ink-soft);
  border-top: 1px solid var(--line);
  padding-top: 16px;
  margin-top: 30px;
}

.source-note a { color: var(--ink-soft); }

.guide-links {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 14px;
  margin: 30px 0;
}

.guide-links a {
  display: block;
  padding: 16px 18px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--card);
  text-decoration: none;
  color: var(--ink);
  font-weight: 600;
  font-size: 14px;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.guide-links a:hover { border-color: var(--accent); box-shadow: var(--shadow); }

.guide-links a.current {
  border-color: var(--ink);
  background: var(--ink);
  color: white;
}

@media (max-width: 640px) {
  .guide-links { grid-template-columns: 1fr; }
  .cta-box { flex-direction: column; align-items: flex-start; }
  .cta-box .enroll-btn { width: 100%; text-align: center; }
}

.demo-banner {
  background: #fdf1d9;
  color: var(--accent-ink);
  font-size: 13px;
  text-align: center;
  padding: 8px 14px;
  font-weight: 600;
}

.confidence-factors {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 13px;
}

.confidence-factors li {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  margin-bottom: 6px;
  color: var(--ink-soft);
}

.confidence-factors .sign {
  flex-shrink: 0;
  width: 16px;
  font-weight: 700;
}

.confidence-factors .sign.up { color: var(--trust); }
.confidence-factors .sign.down { color: var(--risk); }
.confidence-factors .sign.neutral { color: var(--ink-soft); }

.plans-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--card);
  box-shadow: var(--shadow);
}

table.plans-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}

table.plans-table th {
  text-align: left;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--ink-soft);
  padding: 10px 12px;
  border-bottom: 1px solid var(--line);
  white-space: nowrap;
}

table.plans-table td {
  padding: 10px 12px;
  border-bottom: 1px solid var(--line);
  vertical-align: top;
}

table.plans-table tr:last-child td { border-bottom: none; }
table.plans-table tr.excluded-row { opacity: 0.55; }

table.plans-table .mini-tag {
  display: inline-block;
  font-size: 10px;
  padding: 2px 7px;
  border-radius: 999px;
  background: var(--risk-bg);
  color: var(--risk);
  font-weight: 600;
  margin: 1px 2px 0 0;
  white-space: nowrap;
}

table.plans-table a.mini-link {
  font-size: 12px;
  color: var(--accent-ink);
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}

@media (max-width: 600px) {
  .row2, .checkbox-grid { grid-template-columns: 1fr; }
  .hero-inner h1 { font-size: 28px; }
  .hero-band { padding: 40px 0 64px; }
  .hero-watermark { width: clamp(90px, 38vw, 140px); top: -4%; right: -8%; }
  .how-it-works {
    grid-template-columns: 1fr;
    margin-top: -36px;
    gap: 20px;
    text-align: left;
  }
  .how-it-works .step { text-align: left; display: flex; flex-direction: column; align-items: flex-start; }
  .stat-band { grid-template-columns: 1fr; gap: 18px; }
  .rec-top { flex-direction: column; }
  .rec-cost { text-align: left; }
  .feedback-panel { right: 12px; left: 12px; width: auto; bottom: 74px; }
  .feedback-tab { right: 12px; bottom: 12px; }
}

/* --- Feedback widget --- */
/* A small persistent tab (bottom-right, present on both the input and
   results screens since it's fixed-position outside either <section>) that
   opens a lightweight panel: a quick thumbs up/down plus an optional note
   and email. Kept deliberately low-friction and out of the way of the main
   flow -- this is for people who already got value (or didn't) and want to
   say so, not another form standing between someone and their results. */
.feedback-tab {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 500;
  background: var(--ink);
  color: #fff;
  border: none;
  border-radius: 999px;
  padding: 12px 20px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
  box-shadow: 0 8px 24px rgba(16, 26, 51, 0.28);
}

.feedback-tab:hover { background: #1a2850; }

.feedback-panel {
  position: fixed;
  right: 24px;
  bottom: 84px;
  z-index: 500;
  width: min(320px, calc(100vw - 24px));
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 16px 44px rgba(16, 26, 51, 0.28);
  padding: 20px;
}

.feedback-panel-inner { position: relative; }

#feedback-close {
  position: absolute;
  top: -8px;
  right: -8px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 999px;
  width: 26px;
  height: 26px;
  line-height: 1;
  font-size: 16px;
  cursor: pointer;
  color: var(--ink-soft);
}

.feedback-quick-row { display: flex; gap: 10px; margin: 4px 0 16px; }

.feedback-thumb {
  font-size: 18px;
  border: 1px solid var(--line);
  background: var(--paper);
  border-radius: 10px;
  padding: 8px 16px;
  cursor: pointer;
}

.feedback-thumb.selected {
  border-color: var(--accent);
  background: rgba(244, 163, 0, 0.12);
}

#feedback-panel label {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: var(--ink-soft);
  margin-bottom: 4px;
}

#feedback-message,
#feedback-email {
  width: 100%;
  margin-bottom: 12px;
  padding: 8px 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  font-family: var(--font-body);
  font-size: 14px;
  resize: vertical;
}
