/* Western Zodiac Compatibility — RT-FUN-080
   Widget styling. The form shell + ad/section styling come from the platform
   tool layout; this file scopes the zc-* result components. ROSE theme
   (accent #DB2777). Loaded automatically by show.blade.php when present. */

.zc-form { display: flex; flex-direction: column; gap: 14px; }

.zc-disclaimer {
  padding: 10px 14px; background: #FCE7F3; border-left: 3px solid #DB2777;
  border-radius: 0 6px 6px 0; font-size: 12.5px; color: var(--rt-accent); line-height: 1.5;
}

/* Dual sign pickers */
.zc-inputs { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
@media (max-width: 560px) { .zc-inputs { grid-template-columns: 1fr; } }
.zc-col {
  padding: 16px; background: var(--rt-surface-2);
  border: 1px solid var(--rt-hairline); border-radius: 8px;
  display: flex; flex-direction: column; gap: 10px;
}
.zc-col-title {
  font-family: var(--rt-font-mono); font-size: 11px; color: var(--rt-ink-muted);
  text-transform: uppercase; letter-spacing: .05em; font-weight: 700;
}
.zc-field label {
  font-family: var(--rt-font-mono); font-size: 10.5px; color: var(--rt-ink-muted);
  text-transform: uppercase; letter-spacing: .04em; font-weight: 600;
  display: block; margin-bottom: 4px;
}
.zc-field select, .zc-field input {
  padding: 10px 12px; border: 1px solid var(--rt-hairline); border-radius: 6px;
  font-size: 15px; background: #fff; width: 100%;
}
.zc-field select:focus, .zc-field input:focus {
  outline: none; border-color: #DB2777; box-shadow: 0 0 0 3px rgba(219,39,119,.12);
}

.zc-actions { display: flex; gap: 8px; }
.zc-btn {
  padding: 10px 18px; font-size: 13px; border-radius: 6px; cursor: pointer;
  font-family: var(--rt-font-mono); text-transform: uppercase; letter-spacing: .04em; font-weight: 600;
}
.zc-btn-go { background: #DB2777; color: #fff; border: 1px solid #be185d; }
.zc-btn-go:hover { background: #be185d; }
.zc-btn-reset { background: #fff; color: #be185d; border: 1px solid rgba(219,39,119,.4); }

.zc-results { padding: 0; background: transparent; }
.zc-empty { padding: 16px; text-align: center; color: var(--rt-ink-muted); font-style: italic; }

/* The two sign faces + heart */
.zc-pair {
  display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 12px;
  padding: 18px 16px; background: #fff; border: 1px solid var(--rt-hairline);
  border-radius: 10px; margin-bottom: 12px;
}
.zc-face { text-align: center; display: flex; flex-direction: column; align-items: center; gap: 6px; }
.zc-face-glyph { font-family: var(--rt-font-sans); font-size: 44px; line-height: 1; }
.zc-face-name { font-family: var(--rt-font-sans); font-size: 16px; font-weight: 600; color: var(--rt-ink); }
.zc-el-badge {
  display: inline-block; padding: 2px 10px; border: 1.5px solid; border-radius: 999px;
  font-size: 11.5px; font-weight: 600; background: #fff;
}
.zc-heart { display: flex; align-items: center; justify-content: center; }

/* Score gauge + bar */
.zc-gauge {
  padding: 16px 18px; background: var(--rt-result-bg); color: var(--rt-result-ink);
  border: 1px solid rgba(219,39,119,.22); border-radius: 10px; margin-bottom: 12px;
}
.zc-gauge-head { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 10px; }
.zc-gauge-lbl {
  font-family: var(--rt-font-mono); font-size: 11.5px; color: var(--rt-result-muted);
  text-transform: uppercase; letter-spacing: .04em; font-weight: 600;
}
.zc-gauge-score { font-family: var(--rt-font-sans); font-size: 34px; font-weight: 700; color: var(--rt-result-ink); line-height: 1; font-variant-numeric: tabular-nums; }
.zc-gauge-max { font-size: 15px; color: var(--rt-result-muted); font-weight: 400; }
.zc-bar { height: 12px; background: rgba(255,255,255,.14); border-radius: 6px; overflow: hidden; margin-bottom: 10px; }
.zc-bar-fill { height: 100%; border-radius: 6px; transition: width 260ms ease; background: #DB2777; }
.zc-gauge-excellent .zc-bar-fill { background: #16a34a; }
.zc-gauge-good .zc-bar-fill { background: #65a30d; }
.zc-gauge-fair .zc-bar-fill { background: #d97706; }
.zc-gauge-challenge .zc-bar-fill { background: #dc2626; }
.zc-gauge-foot { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.zc-verdict-badge {
  display: inline-block; padding: 4px 14px; border-radius: 999px;
  font-family: var(--rt-font-mono); font-size: 12px; font-weight: 700;
  text-transform: uppercase; letter-spacing: .04em; color: #fff;
}
.zc-verdict-excellent { background: #16a34a; }
.zc-verdict-good { background: #65a30d; }
.zc-verdict-fair { background: #d97706; }
.zc-verdict-challenge { background: #dc2626; }
.zc-rel { font-size: 12.5px; color: var(--rt-result-muted); }

/* Authored blurb cards */
.zc-blurb { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 4px; }
@media (max-width: 560px) { .zc-blurb { grid-template-columns: 1fr; } }
.zc-blurb-block {
  padding: 14px 16px; border-radius: 8px; border: 1px solid var(--rt-hairline);
  background: #fff;
}
.zc-blurb-strength { border-left: 4px solid #16a34a; }
.zc-blurb-watch { border-left: 4px solid #d97706; }
.zc-blurb-lbl {
  font-family: var(--rt-font-mono); font-size: 11px; text-transform: uppercase;
  letter-spacing: .04em; font-weight: 700; color: var(--rt-ink-muted); margin-bottom: 8px;
}
.zc-blurb-block p { margin: 0; font-size: 14px; line-height: 1.6; color: var(--rt-ink); }
