/* ============================================================
   baocao.css — Báo Cáo Vận Mệnh Tổng Hợp (theme vàng cổ, nền kem)
   ============================================================ */
:root {
  --font-heading: 'Be Vietnam Pro', sans-serif;
  --font-body:    'Be Vietnam Pro', sans-serif;
  --bg:        #fbf3e4;
  --bg-2:      #f6e8cf;
  --surface:   #ffffff;
  --text:      #2b1d0e;
  --sub:       #6b563d;
  --muted:     #a7937a;
  --border:    rgba(120, 80, 25, 0.14);
  --shadow:    0 6px 22px rgba(120, 75, 25, 0.09);
  --shadow-h:  0 16px 44px rgba(120, 75, 25, 0.18);
  --gold:      #d98a0a;
  --gold-d:    #b0700a;
  --bg-glass:  rgba(217, 138, 10, 0.05);
  --text-secondary: #6b563d;
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
button, input, select, a { touch-action: manipulation; }
html { font-size: 16px; }
body {
  font-family: var(--font-body);
  background-color: var(--bg);
  background-image: radial-gradient(ellipse 90% 60% at 50% -10%, var(--bg-2) 0%, transparent 70%);
  color: var(--text);
  min-height: 100dvh;
  -webkit-font-smoothing: antialiased;
  padding-bottom: 110px;
}
a { color: var(--gold-d); }
.gemini-glow-1, .gemini-glow-2, .gemini-glow-3 { display: none !important; }

.bc-wrapper { max-width: 560px; margin: 0 auto; padding: 0 16px 32px; }

/* Hero intro */
.bc-hero { text-align: center; padding: 26px 0 8px; }
.bc-hero .l-brand-icon {
  width: 74px; height: 74px; margin: 0 auto 12px;
  display: flex; align-items: center; justify-content: center;
  border-radius: 22px; background: linear-gradient(135deg,#fff,#fbf3e4);
  border: 1.5px solid rgba(217,138,10,0.4); box-shadow: 0 10px 28px rgba(120,75,25,0.1);
}
.bc-hero .l-brand-icon img { width: 46px; }
.bc-title {
  font-family: var(--font-heading); font-size: clamp(32px,8.5vw,44px); font-weight: 900;
  background: linear-gradient(135deg,var(--text) 20%,var(--gold) 70%);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
  margin: 6px 0 8px;
}
.bc-subtitle { font-size: 13px; color: var(--muted); letter-spacing: 0.3px; }
.seo-app-intro {
  font-size: 13.5px; color: var(--sub); max-width: 460px; margin: 12px auto 0;
  line-height: 1.6; text-align: center; border-top: 1px dashed var(--border); padding-top: 12px;
}

#bc-root { display: flex; flex-direction: column; gap: 14px; margin-top: 14px; }

.bc-card {
  background: var(--surface); border: 1px solid var(--border);
  border-radius: 22px; padding: 20px; box-shadow: var(--shadow); position: relative;
}
.bc-card::after {
  content:''; position: absolute; inset: 5px; border: 1px solid rgba(217,138,10,0.15);
  border-radius: 17px; pointer-events: none;
}

/* Form */
.bc-form-title { font-size: 18px; font-weight: 800; }
.bc-form-title i { color: var(--gold); }
.bc-form-sub { font-size: 12.5px; color: var(--sub); margin: 4px 0 14px; line-height: 1.5; }
.bc-input, .bc-select {
  width: 100%; background: var(--bg); border: 1px solid var(--border);
  border-radius: 12px; padding: 12px 14px; font-size: 14.5px; font-family: inherit; color: var(--text);
}
.bc-input:focus, .bc-select:focus { outline: none; border-color: var(--gold); }
.bc-date-row { display: flex; gap: 8px; margin: 10px 0; }
.bc-btn {
  width: 100%; display: inline-flex; align-items: center; justify-content: center; gap: 7px;
  background: linear-gradient(135deg,#f5ab2e,var(--gold-d)); color: #fff; border: none;
  border-radius: 13px; padding: 13px; font-size: 14px; font-weight: 800; font-family: inherit;
  cursor: pointer; box-shadow: 0 6px 16px rgba(217,119,6,0.3); position: relative; z-index: 1;
  transition: transform .18s ease, box-shadow .18s ease;
}
.bc-btn:hover { transform: translateY(-1px); box-shadow: 0 10px 22px rgba(217,119,6,0.4); }

/* Hero result card */
.bc-hero-card { text-align: left; }
.bc-hero-head { display: flex; align-items: center; gap: 13px; margin-bottom: 14px; }
.bc-avatar {
  width: 50px; height: 50px; flex-shrink: 0; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 22px; font-weight: 800; color: #fff;
  background: linear-gradient(150deg,#f5ab2e,var(--gold-d)); box-shadow: 0 6px 14px rgba(217,119,6,0.3);
}
.bc-name { font-size: 20px; font-weight: 800; }
.bc-dob { font-size: 12.5px; color: var(--sub); margin-top: 2px; }
.bc-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.bc-chip {
  font-size: 11.5px; font-weight: 700; color: var(--sub);
  background: var(--bg); border: 1px solid var(--border); border-radius: 99px; padding: 6px 13px;
}
.bc-chip b { color: var(--gold-d); font-size: 13px; margin-right: 3px; }

/* Sections */
.bc-sec-head {
  font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: 1.6px;
  color: var(--muted); display: flex; align-items: center; gap: 7px; margin-bottom: 12px;
}
.bc-sec-head i { color: var(--gold); font-size: 14px; }
.bc-sec-top { display: flex; align-items: center; gap: 14px; margin-bottom: 10px; }
.bc-big {
  flex-shrink: 0; min-width: 56px; text-align: center;
  font-size: 44px; font-weight: 900; line-height: 1; color: var(--gold);
}
.bc-sec-title { font-size: 16.5px; font-weight: 800; color: var(--text); line-height: 1.3; }
.bc-sec-body { font-size: 13.5px; color: var(--sub); line-height: 1.7; }
.bc-sec-body h4 { font-size: 14px; color: var(--text); margin-bottom: 4px; }
.bc-sec-body strong { color: var(--text); }

.bc-mini-chips { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 12px; }
.bc-mini-chips span {
  font-size: 11.5px; font-weight: 600; color: var(--sub);
  background: var(--bg-glass); border: 1px solid var(--border); border-radius: 10px; padding: 5px 10px;
  display: inline-flex; align-items: center; gap: 5px;
}
.bc-mini-chips i { color: var(--gold); }

/* Core numbers grid */
.bc-core-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; }
.bc-core {
  display: flex; flex-direction: column; align-items: center; text-align: center; gap: 2px;
  background: var(--bg); border: 1px solid var(--border); border-radius: 14px; padding: 14px 8px;
}
.bc-core-num { font-size: 30px; font-weight: 900; color: var(--gold); line-height: 1; }
.bc-core-label { font-size: 11.5px; font-weight: 800; color: var(--text); margin-top: 4px; }
.bc-core-sub { font-size: 10px; color: var(--muted); line-height: 1.3; }

.bc-more { margin-top: 14px; }
.bc-more summary {
  cursor: pointer; font-size: 12.5px; font-weight: 700; color: var(--gold-d);
  list-style: none; padding: 8px 0;
}
.bc-more summary::-webkit-details-marker { display: none; }
.bc-more summary::before { content: '▸ '; }
.bc-more[open] summary::before { content: '▾ '; }
.bc-more-body { display: flex; flex-direction: column; gap: 12px; padding-top: 6px; }
.bc-more-block { font-size: 13px; color: var(--sub); line-height: 1.65; }
.bc-more-block b { display: block; color: var(--gold-d); margin-bottom: 3px; }
.bc-more-block h4 { display: none; } /* tránh trùng tiêu đề trong NUM_MEANINGS */

/* Actions + deep links */
.bc-actions { display: flex; gap: 10px; }
.bc-actions .bc-btn { flex: 1.3; }
.bc-btn-sub {
  flex: 1; background: #fff; border: 1.5px solid var(--gold); color: var(--gold-d);
  border-radius: 13px; padding: 13px 10px; font-size: 13.5px; font-weight: 800; font-family: inherit;
  cursor: pointer; transition: background .18s ease;
}
.bc-btn-sub:hover { background: var(--bg-glass); }

.bc-deep { text-align: center; }
.bc-deep-title { font-size: 12px; font-weight: 700; color: var(--muted); margin-bottom: 10px; }
.bc-deep-links { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; }
.bc-deep-links a {
  font-size: 12px; font-weight: 700; color: var(--gold-d);
  border: 1px solid rgba(217,138,10,0.4); background: var(--bg-glass);
  border-radius: 99px; padding: 7px 13px; display: inline-flex; align-items: center; gap: 6px;
  transition: background .18s ease, color .18s ease, transform .18s ease;
}
.bc-deep-links a:hover { background: var(--gold); color: #fff; transform: translateY(-1px); }

.bc-editrow { text-align: center; }
.bc-edit-btn {
  background: none; border: none; color: var(--muted); font-size: 12.5px; font-weight: 700;
  font-family: inherit; cursor: pointer; padding: 8px; display: inline-flex; align-items: center; gap: 6px;
}
.bc-edit-btn:hover { color: var(--gold-d); }
.bc-disclaimer { text-align: center; font-size: 11px; color: var(--muted); line-height: 1.6; margin-top: 4px; }

@media (min-width: 768px) {
  .bc-wrapper { max-width: 680px; }
}
