/* Chiron pillar. Same architecture as Lilith, teal "healing" palette. */
.chi { max-width: 980px; margin: 0 auto; padding: 0 24px 80px; }
.chi h2 { font-size: 1.55rem; line-height: 1.25; margin: 2.4rem 0 0.9rem; }
.chi p { line-height: 1.7; }

/* Hero */
.chi-hero { text-align: center; padding: 56px 16px 40px; }
.chi-hero-glyph { font-size: 3rem; opacity: .85; color: #3f8f92; }
.chi-hero-title { font-size: 2.3rem; line-height: 1.15; margin: 10px 0 12px; }
.chi-hero-sub { font-size: 1.1rem; color: var(--text-muted, #5b5b6b); max-width: 640px; margin: 0 auto 22px; line-height: 1.6; }
.chi-hero-cta { display: inline-block; background: #17403c; color: #fff; padding: 12px 26px; border-radius: 999px; text-decoration: none; font-weight: 600; }
.chi-hero-cta:hover { background: #205049; }

.chi-intro .chi-note { background: #f2faf8; border-left: 3px solid #a7e0d3; padding: 14px 18px; border-radius: 8px; color: #40514c; font-size: .98rem; }

/* Diagram — cosmic panel */
.chi-figure { margin: 26px 0 10px; background: #0a1a1e; border: 1px solid #234a45; border-radius: 18px; padding: 10px 10px 18px; box-shadow: 0 14px 40px rgba(10,26,30,.28); }
.chi-figure svg { display: block; width: 100%; height: auto; margin: 0 auto; }
.chi-figure svg text { font-family: inherit; }
.chi-fig-faint { font-size: 12.5px; fill: #a9cfc8; letter-spacing: .02em; }
.chi-fig-chi { font-size: 16px; font-weight: 700; fill: #8fe6d0; letter-spacing: .01em; }
.chi-fig-sub { font-size: 12px; fill: #7fb0a8; font-style: italic; }
.chi-fig-sat { font-size: 12.5px; fill: #e8d6a8; letter-spacing: .02em; }
.chi-fig-ura { font-size: 12.5px; fill: #9fe6e0; letter-spacing: .02em; }
.chi-figure figcaption { font-size: .92rem; color: #a9cfc8; line-height: 1.65; margin: 12px auto 0; text-align: center; max-width: 660px; padding: 0 14px; }
.chi-figure figcaption em { color: #8fe6d0; font-style: normal; }

/* Finder */
.chi-finder { background: #10262a; color: #eafaf6; border-radius: 18px; padding: 30px 26px; margin: 34px 0; }
.chi-finder h2 { margin-top: 0; color: #fff; }
.chi-finder-lead { color: #b6d6cf; }
.chi-form { display: flex; flex-direction: column; gap: 16px; margin: 20px 0 6px; }
.chi-form-row { display: flex; gap: 12px; flex-wrap: wrap; align-items: flex-start; }
.chi-form-group-label { font-size: .72rem; text-transform: uppercase; letter-spacing: .04em; color: #8fc0b7; flex: 1 1 100%; margin-bottom: -6px; }
.chi-field { display: flex; flex-direction: column; gap: 4px; }
.chi-field label { font-size: .72rem; text-transform: uppercase; letter-spacing: .04em; color: #8fc0b7; }
.chi-field select, .chi-field input { padding: 10px 12px; border-radius: 9px; border: 1px solid #2b4d49; background: #071a1c; color: #eafaf6; font-size: .95rem; min-width: 84px; }
.chi-field--loc { flex: 1 1 100%; }
.chi-field--loc input { width: 100%; box-sizing: border-box; }
.chi-loc-wrap { position: relative; }
.chi-loc-results { position: absolute; top: calc(100% + 4px); left: 0; right: 0; background: #0c2023; border: 1px solid #2b4d49; border-radius: 10px; z-index: 30; display: none; max-height: 240px; overflow-y: auto; }
.chi-loc-results.active { display: block; }
.chi-loc-item { padding: 9px 12px; cursor: pointer; font-size: .9rem; border-bottom: 1px solid #1a3634; }
.chi-loc-item:hover { background: #143430; }
.chi-loc-selected { font-size: .82rem; color: #7fe0bf; margin-top: 5px; min-height: 1em; }
.chi-time-unknown { display: flex; align-items: center; gap: 7px; font-size: .85rem; color: #b6d6cf; align-self: center; margin-top: 18px; white-space: nowrap; }
.chi-time-hint { font-size: .82rem; color: #e0c0b0; margin: 6px 0 0; }
.chi-calc-btn { margin-top: 16px; background: #5fd3b8; color: #07201d; border: none; padding: 13px 30px; border-radius: 999px; font-weight: 700; font-size: 1rem; cursor: pointer; }
.chi-calc-btn:disabled { opacity: .45; cursor: not-allowed; }
.chi-calc-btn:not(:disabled):hover { background: #78e0c8; }
.chi-result { margin-top: 20px; background: #16302e; border: 1px solid #2f5a54; border-radius: 12px; padding: 20px 22px; scroll-margin-top: 76px; }
.chi-result p { margin: 0; }
.chi-result-head { font-size: 1.25rem; line-height: 1.35; color: #eafaf6; }
.chi-result strong { color: #8fe6d0; }
.chi-result-links { margin-top: 10px !important; font-size: .95rem; }
.chi-result-more { margin-top: 12px !important; font-size: .9rem; color: #b6d6cf; }
.chi-result a { color: #5fd3b8; }

/* Signs */
.chi-signs-lead, .chi-houses-lead { color: var(--text-muted, #5b5b6b); }
.chi-sign { border: 1px solid #dbeeea; border-radius: 16px; padding: 22px 22px 18px; margin: 18px 0; scroll-margin-top: 80px; transition: box-shadow .25s, border-color .25s; }
.chi-sign.is-yours { border-color: #5fd3b8; box-shadow: 0 0 0 3px rgba(95,211,184,.28); }
.chi-sign-head { display: flex; align-items: center; gap: 14px; }
.chi-sign-glyph { font-size: 1.9rem; }
.chi-sign-head h3 { margin: 0; font-size: 1.3rem; }
.chi-sign-tag { margin: 2px 0 0; color: #5c5470; font-style: italic; font-size: .96rem; }
.chi-sign-el { margin-left: auto; font-size: .72rem; text-transform: uppercase; letter-spacing: .04em; color: #4a6b64; border: 1px solid #cfe6e0; border-radius: 999px; padding: 3px 10px; }
.chi-sign-arena { font-size: .95rem; color: #40514c; margin: 14px 0 12px; }
.chi-toggle { display: inline-flex; background: #e6f6f2; border-radius: 999px; padding: 3px; gap: 3px; margin-bottom: 12px; }
.chi-toggle-btn { border: none; background: transparent; padding: 6px 16px; border-radius: 999px; font-size: .85rem; font-weight: 600; color: #4a6b64; cursor: pointer; }
.chi-toggle-btn.is-active { background: #17403c; color: #fff; }
.chi-state p { margin: 0 0 2px; }
.chi-looks-h { font-size: .82rem; text-transform: uppercase; letter-spacing: .04em; color: #5c7a73; margin: 16px 0 6px; }
.chi-looks { margin: 0; padding-left: 20px; color: #40514c; }
.chi-looks li { margin: 4px 0; line-height: 1.5; }

/* Houses */
.chi-houses-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin-top: 16px; }
.chi-house { border: 1px solid #dbeeea; border-radius: 12px; padding: 16px 18px; scroll-margin-top: 80px; }
.chi-house.is-yours { border-color: #5fd3b8; box-shadow: 0 0 0 3px rgba(95,211,184,.28); }
.chi-house h3 { margin: 0 0 7px; font-size: 1rem; }
.chi-house-num { display: inline-flex; align-items: center; justify-content: center; width: 24px; height: 24px; background: #17403c; color: #fff; border-radius: 999px; font-size: .8rem; margin-right: 4px; }
.chi-house-domain { color: #5c7a73; font-weight: 400; font-size: .85rem; }
.chi-house p { margin: 0; font-size: .93rem; color: #40514c; line-height: 1.6; }

/* Return */
.chi-return { background: #f2faf8; border-radius: 16px; padding: 26px 24px; margin: 34px 0; }
.chi-return-ages { color: #40514c; }
.chi-return-dates { margin-top: 12px; display: flex; flex-wrap: wrap; gap: 8px; }
.chi-return-date { background: #fff; border: 1px solid #bfe4da; border-radius: 999px; padding: 6px 14px; font-size: .88rem; }
.chi-return-date.is-next { background: #17403c; color: #fff; border-color: #17403c; }

/* FAQ */
.chi-faq-item { border-top: 1px solid #dbeeea; padding: 16px 0; }
.chi-faq-item h3 { margin: 0 0 6px; font-size: 1.05rem; }
.chi-faq-item p { margin: 0; color: #40514c; }

/* Keep exploring */
.chi-explore { margin: 40px 0 0; }
.chi-explore-lead { color: var(--text-muted, #5b5b6b); }
.chi-explore-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 16px; }
.chi-explore-card { display: flex; flex-direction: column; gap: 6px; border: 1px solid #dbeeea; border-radius: 14px; padding: 18px; text-decoration: none; color: inherit; transition: border-color .2s, box-shadow .2s, transform .2s; }
.chi-explore-card:hover { border-color: #5fd3b8; box-shadow: 0 8px 24px rgba(23,64,60,.1); transform: translateY(-2px); }
.chi-explore-glyph { font-size: 1.6rem; }
.chi-explore-t { font-weight: 700; font-size: 1.02rem; }
.chi-explore-d { font-size: .88rem; color: #5c7a73; line-height: 1.5; }
.chi-result-more a { color: #5fd3b8; }

/* Share card */
.chi-share-card { position: fixed; bottom: 18px; right: 18px; z-index: 60; max-width: 300px; }
.chi-share-inner { background: #10262a; color: #eafaf6; border-radius: 14px; padding: 14px 16px; box-shadow: 0 14px 40px rgba(10,26,30,.4); display: flex; align-items: center; gap: 10px; }
.chi-share-glyph { font-size: 1.4rem; }
.chi-share-line { margin: 0; font-size: .85rem; line-height: 1.4; flex: 1; }
.chi-share-btn { background: #5fd3b8; color: #07201d; border: none; border-radius: 999px; padding: 7px 14px; font-weight: 700; font-size: .82rem; cursor: pointer; white-space: nowrap; }

@media (max-width: 640px) {
  .chi-hero-title { font-size: 1.8rem; }
  .chi-houses-grid, .chi-explore-grid { grid-template-columns: 1fr; }
  .chi-sign-el { display: none; }
  .chi-share-card { left: 12px; right: 12px; bottom: 12px; max-width: none; }
  .chi-fig-chi { font-size: 15px; }
  .chi-fig-sub, .chi-fig-faint, .chi-fig-sat, .chi-fig-ura { font-size: 11px; }
}
