.thceeker-strain-finder-root {
  --thceeker-line: #2d4c3b;
  --thceeker-text: #edf5ee;
  --thceeker-muted: #a9bdaf;
  --thceeker-green: #97f28a;
  --thceeker-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
  --thceeker-radius: 18px;
  font-family: Georgia, "Times New Roman", serif;
  color: var(--thceeker-text);
}

.thceeker-strain-finder-root * {
  box-sizing: border-box;
}

.thceeker-shell {
  background: radial-gradient(circle at top right, rgba(114, 210, 110, 0.12), transparent 28%), radial-gradient(circle at left center, rgba(243, 186, 92, 0.12), transparent 25%), linear-gradient(180deg, #0c130f 0%, #111b15 100%);
  border-radius: 24px;
  padding: 24px;
}

.thceeker-hero {
  display: grid;
  gap: 24px;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: stretch;
  margin-bottom: 28px;
}

.thceeker-hero-card,
.thceeker-panel,
.thceeker-strain-card {
  background: linear-gradient(180deg, rgba(27, 44, 35, 0.98) 0%, rgba(20, 32, 26, 0.98) 100%);
  border: 1px solid rgba(151, 242, 138, 0.15);
  border-radius: var(--thceeker-radius);
  box-shadow: var(--thceeker-shadow);
}

.thceeker-hero-card {
  padding: 30px;
  position: relative;
  overflow: hidden;
}

.thceeker-hero-card::after {
  content: "";
  position: absolute;
  inset: auto -80px -80px auto;
  width: 240px;
  height: 240px;
  background: radial-gradient(circle, rgba(114, 210, 110, 0.18), transparent 65%);
  pointer-events: none;
}

.thceeker-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid rgba(151, 242, 138, 0.25);
  background: rgba(114, 210, 110, 0.08);
  color: var(--thceeker-green);
  font-size: 13px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.thceeker-strain-finder-root h2.thceeker-title {
  margin: 18px 0 14px;
  font-size: clamp(2rem, 4vw, 3.3rem);
  line-height: 0.95;
  letter-spacing: -0.03em;
  color: var(--thceeker-text);
}

.thceeker-lede,
.thceeker-panel p {
  color: var(--thceeker-muted);
  line-height: 1.7;
}

.thceeker-hero-notes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 22px;
}

.thceeker-hero-note {
  border: 1px solid rgba(151, 242, 138, 0.15);
  border-radius: 14px;
  padding: 14px;
  background: rgba(255, 255, 255, 0.02);
}

.thceeker-hero-note strong {
  display: block;
  font-size: 1.15rem;
  margin-bottom: 6px;
  color: var(--thceeker-green);
}

.thceeker-panel {
  padding: 24px;
}

.thceeker-panel h3 {
  margin: 0 0 10px;
  color: var(--thceeker-text);
}

.thceeker-field,
.thceeker-quick-pick-panel {
  margin-bottom: 16px;
}

.thceeker-field label,
.thceeker-quick-pick-panel label {
  display: block;
  margin-bottom: 8px;
  font-size: 0.92rem;
  color: var(--thceeker-muted);
}

.thceeker-input,
.thceeker-select {
  width: 100%;
  border: 1px solid var(--thceeker-line);
  border-radius: 12px;
  padding: 12px 14px;
  background: #0f1814;
  color: var(--thceeker-text);
  font: inherit;
}

.thceeker-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.thceeker-chip {
  border: 1px solid rgba(151, 242, 138, 0.18);
  background: rgba(255, 255, 255, 0.03);
  color: var(--thceeker-text);
  padding: 9px 12px;
  border-radius: 999px;
  cursor: pointer;
  transition: 0.18s ease;
  font: inherit;
}

.thceeker-chip.active,
.thceeker-chip:hover {
  background: rgba(114, 210, 110, 0.16);
  border-color: rgba(151, 242, 138, 0.45);
  color: var(--thceeker-green);
}

.thceeker-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin: 8px 0 20px;
}

.thceeker-summary {
  color: var(--thceeker-muted);
  font-size: 0.95rem;
}

.thceeker-reset {
  border: 1px solid rgba(243, 186, 92, 0.28);
  border-radius: 999px;
  padding: 10px 14px;
  background: rgba(243, 186, 92, 0.08);
  color: #ffdca2;
  cursor: pointer;
}

.thceeker-results {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.thceeker-strain-card {
  padding: 22px;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.thceeker-strain-head h3 {
  margin: 0 0 8px;
  font-size: 1.35rem;
  line-height: 1.05;
  color: var(--thceeker-text);
}

.thceeker-meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.thceeker-type-badge,
.thceeker-meta-pill {
  white-space: nowrap;
  border-radius: 999px;
  padding: 6px 10px;
  font-size: 0.8rem;
  background: rgba(114, 210, 110, 0.1);
  border: 1px solid rgba(114, 210, 110, 0.22);
  color: var(--thceeker-green);
}

.thceeker-meta-pill {
  color: var(--thceeker-muted);
}

.thceeker-strain-notes {
  margin: 0 0 14px;
  color: var(--thceeker-muted);
  line-height: 1.6;
  min-height: 72px;
}

.thceeker-tag-block {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}

.thceeker-tag {
  padding: 6px 9px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  color: var(--thceeker-muted);
  font-size: 0.85rem;
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.thceeker-score-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 2px 0 18px;
}

.thceeker-score {
  padding: 10px 12px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(151, 242, 138, 0.08);
}

.thceeker-score span {
  display: block;
  color: var(--thceeker-muted);
  font-size: 0.8rem;
  margin-bottom: 4px;
}

.thceeker-score strong {
  font-size: 1rem;
  color: var(--thceeker-text);
}

.thceeker-card-footer {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.thceeker-card-footer small {
  color: var(--thceeker-muted);
}

.thceeker-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 999px;
  padding: 10px 14px;
  background: linear-gradient(90deg, #6dcf69 0%, #93f08b 100%);
  color: #0e180f;
  font-weight: 700;
}

.thceeker-empty {
  padding: 28px;
  text-align: center;
  color: var(--thceeker-muted);
  border: 1px dashed rgba(151, 242, 138, 0.18);
  border-radius: var(--thceeker-radius);
  background: rgba(255, 255, 255, 0.02);
  grid-column: 1 / -1;
}

@media (max-width: 1040px) {
  .thceeker-hero,
  .thceeker-results {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .thceeker-shell {
    padding: 18px;
  }

  .thceeker-hero-card,
  .thceeker-panel,
  .thceeker-strain-card {
    border-radius: 16px;
  }

  .thceeker-hero-notes,
  .thceeker-score-grid {
    grid-template-columns: 1fr;
  }

  .thceeker-toolbar {
    flex-direction: column;
    align-items: flex-start;
  }
}