/* ═══════════════════════════════════════════════
   gaokao-h5 样式 — 从小程序 wxss 移植
   红色主色调: #C0392B, 背景: #FDFAF5
   ═══════════════════════════════════════════════ */

* { margin: 0; padding: 0; box-sizing: border-box; }

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  background: #FDFAF5;
  color: #2C3E50;
  width: 100%;
  min-height: 100vh;
  -webkit-tap-highlight-color: transparent;
}

.container { padding: 12px; min-height: 100vh; }

/* ── 信任数据条 ── */
.trust-row {
  display: flex; align-items: center; justify-content: space-around;
  background: #fff; border-radius: 10px; padding: 16px 8px;
  margin-bottom: 12px; box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}
.trust-item { text-align: center; flex: 1; }
.trust-num { font-size: 20px; font-weight: 800; color: #C0392B; }
.trust-label { font-size: 11px; color: #888; margin-top: 2px; }
.trust-divider { width: 1px; height: 30px; background: #f0f0f0; }

/* ── 最后一条模糊遮罩 ── */
.pay-blur-last {
  position: relative;
}
.pay-blur-last::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 80%;
  background: linear-gradient(to bottom, transparent 0%, rgba(255,255,255,0.6) 30%, rgba(253,250,245,0.95) 100%);
  pointer-events: none;
  border-radius: 0 0 10px 10px;
}

/* ── 付费渐变遮罩 ── */
.pay-blur { position: relative; }
.pay-blur-overlay {
  position: absolute; bottom: 0; left: 0; right: 0;
  background: linear-gradient(to bottom, transparent, rgba(253,250,245,0.85) 40%, #FDFAF5 100%);
  height: 120px; pointer-events: none; z-index: 2;
}
.pay-blur-cta { text-align: center; padding: 20px 0 0; }

/* ── Hero ── */
.hero {
  background: linear-gradient(135deg, #C0392B 0%, #E74C3C 50%, #C0392B 100%);
  border-radius: 12px; padding: 24px 16px; margin-bottom: 12px;
  position: relative; overflow: hidden;
}
.hero-bg-text {
  position: absolute; right: -10px; top: -20px;
  font-size: 100px; color: rgba(255,255,255,0.06); font-weight: 900; line-height: 1;
}
.hero-tag { display: inline-block; background: rgba(255,255,255,0.2); color: #fff; font-size: 11px; padding: 3px 10px; border-radius: 10px; margin-bottom: 8px; }
.hero-title { color: #fff; font-size: 20px; font-weight: 700; margin-bottom: 5px; position: relative; }
.hero-sub { color: rgba(255,255,255,0.85); font-size: 13px; position: relative; }

/* ── 通用卡片 ── */
.card {
  background: #fff; border-radius: 10px; padding: 14px;
  margin-bottom: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}
.section-label { font-size: 15px; font-weight: 700; color: #2C3E50; margin-bottom: 10px; padding-bottom: 8px; border-bottom: 1px solid #F0E6D8; }

/* ── 主入口 ── */
.main-card {
  display: flex; align-items: center;
  background: linear-gradient(135deg, #FFF5F5 0%, #fff 100%);
  border: 1px solid #FADBD8; cursor: pointer;
}
.main-card:active { opacity: 0.8; }
.main-card-icon { font-size: 24px; margin-right: 10px; }
.main-card-right { flex: 1; }
.main-card-title { font-size: 15px; font-weight: 700; color: #C0392B; margin-bottom: 3px; }
.main-card-desc { font-size: 12px; color: #888; }
.main-card-arrow { font-size: 18px; color: #C0392B; font-weight: 300; }

/* ── 配额 ── */
.quota-card { text-align: center; }
.quota-title { font-size: 13px; color: #888; margin-bottom: 4px; }
.quota-num { font-size: 28px; font-weight: 800; color: #C0392B; }
.quota-unit { font-size: 14px; color: #888; font-weight: 400; }
.quota-detail { font-size: 12px; color: #999; margin-top: 5px; }

/* ── 入口行 ── */
.entry-card { display: flex; align-items: center; border: 1px solid #E8DFD0; cursor: pointer; }
.entry-card:active { background: #fafaf8; }
.entry-icon { font-size: 20px; margin-right: 8px; }
.entry-text { flex: 1; }
.entry-title { font-size: 14px; font-weight: 600; color: #2C3E50; margin-bottom: 2px; }
.entry-desc { font-size: 12px; color: #888; }
.tutor-entry { background: linear-gradient(135deg, #FFF5F0, #FFFAF5); border: 1px solid #F0D0B0; }

/* ── 亮点 ── */
.highlight-item { display: flex; align-items: flex-start; padding: 10px 0; border-bottom: 1px solid #f8f8f8; }
.highlight-item:last-child { border-bottom: none; }
.highlight-icon { font-size: 20px; margin-right: 10px; width: 25px; text-align: center; }
.highlight-text { flex: 1; }
.highlight-title { font-size: 14px; font-weight: 600; color: #2C3E50; margin-bottom: 2px; }
.highlight-desc { font-size: 12px; color: #888; line-height: 1.5; }
.highlight-arrow { font-size: 18px; color: #D4A017; font-weight: 300; }

/* ── 步骤条 ── */
.steps { display: flex; align-items: center; padding: 12px 0; margin-bottom: 8px; }
.step { display: flex; flex-direction: column; align-items: center; gap: 4px; }
.step-dot { width: 28px; height: 28px; border-radius: 50%; background: #E8DFD0; color: #999; display: flex; align-items: center; justify-content: center; font-size: 13px; font-weight: 700; }
.step.active .step-dot { background: #C0392B; color: #fff; }
.step-label { font-size: 11px; color: #999; }
.step.active .step-label { color: #C0392B; font-weight: 600; }
.step-line { flex: 1; height: 2px; background: #E8DFD0; margin: 0 8px; margin-bottom: 16px; }
.step-line.active { background: #C0392B; }

/* ── 表单字段 ── */
.field { margin-bottom: 14px; }
.field-label { font-size: 13px; font-weight: 600; color: #2C3E50; margin-bottom: 6px; }
.required { color: #C0392B; }
.field.half { flex: 1; }
.field-row { display: flex; gap: 12px; }

select, .input, .textarea {
  width: 100%; border: 1px solid #E8DFD0; border-radius: 8px;
  padding: 10px 12px; font-size: 14px; background: #fff; color: #2C3E50;
  font-family: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23888' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  padding-right: 30px;
}
select:focus, .input:focus, .textarea:focus { outline: none; border-color: #C0392B; }
.placeholder { color: #bbb; }
.textarea { height: 80px; resize: vertical; }
.char-count { text-align: right; font-size: 11px; color: #bbb; margin-top: 4px; }

/* ── 单选组 ── */
.radio-group { display: flex; gap: 8px; }
.radio-item {
  flex: 1; text-align: center; padding: 12px 0; border: 2px solid #E8DFD0;
  border-radius: 8px; font-size: 14px; cursor: pointer; background: #fff;
  color: #666; transition: all 0.2s;
  -webkit-tap-highlight-color: transparent;
}
.radio-item.selected {
  border-color: #C0392B; background: #FFF5F5; color: #C0392B; font-weight: 700;
}
.radio-item.disabled-cat { opacity: 0.3; cursor: not-allowed; pointer-events: none; }

/* ── 快捷省份标签 ── */
.sr-quick-tag {
  padding: 4px 10px; border-radius: 14px; font-size: 11px; cursor: pointer;
  border: 1px solid #E8DFD0; background: #fff; color: #888; white-space: nowrap;
}
.sr-quick-tag.active { border-color: #C0392B; background: #FFF5F5; color: #C0392B; font-weight: 600; }

/* ── 多选标签 ── */
.tags-wrap { display: flex; flex-wrap: wrap; gap: 8px; }
.tag { padding: 6px 14px; border: 1px solid #E8DFD0; border-radius: 18px; font-size: 12px; cursor: pointer; }
.tag.selected { border-color: #C0392B; background: #C0392B; color: #fff; font-weight: 700; }

/* ── 偏好滑块 ── */
.pref-item { margin-bottom: 20px; }
.pref-header { display: flex; justify-content: space-between; margin-bottom: 8px; }
.pref-name { font-size: 14px; font-weight: 600; }
.pref-val { font-size: 12px; color: #C0392B; }
.pref-ends { display: flex; justify-content: space-between; font-size: 11px; color: #bbb; margin-top: 4px; }
input[type=range] { width: 100%; accent-color: #C0392B; }

/* ── 按钮 ── */
.btn-wrap { margin-top: 16px; }
.btn-wrap.row { display: flex; }
.btn-primary {
  width: 100%; padding: 14px; border-radius: 10px;
  background: linear-gradient(135deg, #E74C3C, #C0392B);
  color: #fff; border: none; font-size: 16px; font-weight: 600;
  cursor: pointer; text-align: center; display: block;
}
.btn-primary:disabled { opacity: 0.5; }
.btn-secondary {
  padding: 14px 20px; border-radius: 10px;
  background: #f5f5f5; color: #666; border: none; font-size: 14px;
  cursor: pointer; text-align: center;
}
.btn-outline {
  padding: 14px 20px; border-radius: 10px;
  background: #fff; color: #C0392B; border: 1px solid #C0392B;
  font-size: 14px; cursor: pointer; text-align: center;
}
.btn-feedback {
  width: 100%; padding: 14px; border-radius: 10px;
  background: linear-gradient(135deg, #FFF9E6, #FFF5E0);
  color: #B7950B; border: 1px solid #F0E0B0;
  font-size: 14px; cursor: pointer; text-align: center;
}

/* ── 加载 ── */
.loading-view { text-align: center; padding: 60px 20px; }
.spinner { width: 40px; height: 40px; border: 3px solid #F0E6D8; border-top-color: #C0392B; border-radius: 50%; margin: 0 auto 16px; animation: spin 1s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.loading-text { font-size: 16px; color: #2C3E50; font-weight: 600; margin-bottom: 8px; }
.loading-hint { font-size: 13px; color: #888; }
.loading-progress { display: flex; justify-content: center; gap: 6px; margin-top: 16px; }
.progress-dot { width: 8px; height: 8px; border-radius: 50%; background: #C0392B; animation: bounce 1s ease infinite; }
.progress-dot.delay1 { animation-delay: 0.2s; }
.progress-dot.delay2 { animation-delay: 0.4s; }
@keyframes bounce { 0%,100% { opacity: 0.3; } 50% { opacity: 1; } }

/* ── 错误 ── */
.error-view { text-align: center; padding: 60px 20px; }
.error-icon { font-size: 48px; margin-bottom: 16px; }
.error-text { font-size: 15px; color: #888; margin-bottom: 8px; }

/* ── 考生画像 ── */
.profile-card { background: #fff; border-radius: 10px; padding: 18px 16px; margin-bottom: 12px; }
.profile-header { display: flex; align-items: center; margin-bottom: 16px; gap: 12px; }
.profile-avatar { font-size: 40px; flex-shrink: 0; }
.profile-info { flex: 1; min-width: 0; }
.profile-title { font-size: 16px; font-weight: 700; margin-bottom: 4px; }
.profile-meta { font-size: 13px; color: #888; word-break: break-all; }
.rank-badge {
  background: #FFF5F5; color: #C0392B; padding: 6px 14px; border-radius: 14px;
  font-size: 13px; font-weight: 600; border: 1px solid #FADBD8; flex-shrink: 0;
  max-width: 120px; text-align: center; white-space: nowrap;
}
.profile-stats { display: flex; align-items: center; padding-top: 4px; }
.stat-item { flex: 1; text-align: center; padding: 0 4px; }
.stat-value { font-size: 20px; font-weight: 700; color: #C0392B; margin-bottom: 4px; }
.stat-label { font-size: 11px; color: #888; line-height: 1.3; }
.stat-divider { width: 1px; height: 36px; background: #f0f0f0; flex-shrink: 0; }

/* ── 总结卡 ── */
.summary-card { margin-bottom: 12px; }
.summary-section { padding: 10px 0; border-bottom: 1px solid #f8f8f8; }
.summary-section:last-child { border-bottom: none; }
.summary-label { font-size: 13px; font-weight: 600; margin-bottom: 4px; }
.summary-text { font-size: 13px; color: #555; line-height: 1.6; }
.summary-section.warning { background: #FFF9E6; padding: 10px; border-radius: 8px; }

/* ── Prompt 卡 ── */
.prompt-card { }
.prompt-toggle { display: flex; justify-content: space-between; align-items: center; cursor: pointer; padding: 4px 0; }
.prompt-label { font-size: 13px; font-weight: 600; }
.prompt-arrow { font-size: 12px; color: #888; }
.prompt-content { margin-top: 8px; padding: 10px; background: #fafaf8; border-radius: 8px; }
.prompt-text { font-size: 12px; color: #888; line-height: 1.6; white-space: pre-wrap; }

/* ── Tab 切换 ── */
.tab-bar { display: flex; margin-bottom: 10px; background: #fff; border-radius: 10px; overflow: hidden; }
.tab-item { flex: 1; text-align: center; padding: 12px 0; font-size: 13px; cursor: pointer; border-bottom: 2px solid transparent; color: #888; }
.tab-item.active { border-bottom-color: #C0392B; color: #C0392B; font-weight: 600; }
.tab-item.locked { color: #ccc; cursor: not-allowed; }
.tab-item.locked:active { opacity: 1; }
.tab-item.chong.active { border-bottom-color: #E74C3C; color: #E74C3C; }
.tab-item.wen.active { border-bottom-color: #E67E22; color: #E67E22; }
.tab-item.bao.active { border-bottom-color: #27AE60; color: #27AE60; }

/* ── 志愿卡片 ── */
.vol-list { }
.vol-card {
  background: #fff; border-radius: 10px; padding: 0;
  margin-bottom: 10px; box-shadow: 0 1px 4px rgba(0,0,0,0.04);
  overflow: hidden;
}
.vol-card.expanded { }
.vol-head { display: flex; align-items: center; padding: 14px; cursor: pointer; }
.tier-badge { width: 28px; height: 28px; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 12px; font-weight: 700; margin-right: 8px; flex-shrink: 0; }
.tier-badge.tier-chong { background: #E74C3C; }
.tier-badge.tier-wen { background: #E67E22; }
.tier-badge.tier-bao { background: #27AE60; }
.vol-rank-num { width: 30px; font-size: 12px; color: #bbb; text-align: center; flex-shrink: 0; }
.vol-info { flex: 1; min-width: 0; }
.vol-school { font-size: 14px; font-weight: 600; color: #2C3E50; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.vol-major { font-size: 12px; color: #888; margin-top: 2px; }
.vol-type { font-size: 11px; color: #C0392B; background: #FFF5F5; display: inline-block; padding: 1px 6px; border-radius: 4px; margin-top: 2px; }
.vol-prob { font-size: 18px; font-weight: 800; margin-right: 8px; flex-shrink: 0; }
.prob-high { color: #27AE60; }
.prob-mid { color: #E67E22; }
.prob-low { color: #E74C3C; }
.vol-expand-icon { font-size: 10px; color: #ccc; flex-shrink: 0; }

.vol-detail { padding: 0 14px 14px; }
.detail-gap { display: flex; align-items: center; gap: 10px; margin-bottom: 12px; }
.gap-badge { padding: 4px 12px; border-radius: 12px; font-size: 13px; font-weight: 700; }
.gap-badge.positive { background: #E8F8F0; color: #27AE60; }
.gap-badge.negative { background: #FFF5F5; color: #E74C3C; }
.gap-text { font-size: 12px; color: #888; }
.detail-block { margin-bottom: 10px; }
.detail-label { font-size: 12px; font-weight: 600; color: #2C3E50; margin-bottom: 4px; }
.detail-text { font-size: 12px; color: #666; line-height: 1.5; }
.reason-text { font-style: italic; color: #C0392B; }
.detail-block.employment { background: #F0FAF4; padding: 10px; border-radius: 8px; }
.history-table { margin-top: 4px; }
.history-row { display: flex; padding: 4px 0; font-size: 12px; }
.history-year { width: 60px; color: #888; }
.history-data { color: #555; }

/* ── 备选路径 ── */
.alt-item { display: flex; align-items: flex-start; gap: 6px; margin-bottom: 6px; }
.alt-dot { color: #C0392B; font-weight: 700; }
.alt-text { font-size: 13px; color: #555; line-height: 1.5; }

/* ── 时间线 ── */
.timeline-item { display: flex; gap: 12px; padding: 8px 0; border-bottom: 1px solid #f8f8f8; }
.timeline-item:last-child { border-bottom: none; }
.tl-date { font-size: 11px; color: #C0392B; font-weight: 600; min-width: 70px; }
.tl-event { font-size: 13px; color: #555; }

/* ── FAQ ── */
.faq-item { margin-bottom: 12px; }
.faq-q { font-size: 13px; font-weight: 600; color: #2C3E50; margin-bottom: 4px; }
.faq-a { font-size: 12px; color: #666; line-height: 1.5; }

/* ── 操作按钮行 ── */
.action-row { display: flex; margin-top: 8px; }

/* ── 弹窗 ── */
.contact-overlay, .modal-mask {
  position: fixed; top: 0; left: 0; right: 0; bottom: 0;
  z-index: 1000; display: flex; align-items: center; justify-content: center;
}
.contact-mask, .modal-mask { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0,0,0,0.6); }
.contact-box, .modal-box {
  position: relative; background: #fff; border-radius: 12px;
  padding: 24px 18px 18px; width: 300px; text-align: center;
}
.contact-close {
  position: absolute; top: 10px; right: 12px;
  font-size: 16px; color: #ccc; cursor: pointer; width: 24px; height: 24px;
  display: flex; align-items: center; justify-content: center;
}
.contact-title { font-size: 17px; font-weight: 700; color: #2C3E50; margin-bottom: 6px; }
.contact-sub { font-size: 12px; color: #888; margin-bottom: 14px; line-height: 1.6; }
.contact-qr { width: 180px; height: 180px; border-radius: 8px; border: 1px solid #eee; margin-bottom: 8px; }
.contact-tip { font-size: 11px; color: #aaa; }

/* ── 保存弹窗 ── */
.modal-box { }
.modal-title { font-size: 16px; font-weight: 700; margin-bottom: 14px; }
.modal-input { width: 100%; border: 1px solid #E8DFD0; border-radius: 8px; padding: 10px; font-size: 14px; margin-bottom: 14px; }
.modal-btns { display: flex; gap: 10px; }
.modal-btn { flex: 1; padding: 10px; border-radius: 8px; border: none; font-size: 14px; cursor: pointer; }
.modal-btn.cancel { background: #f5f5f5; color: #666; }
.modal-btn.confirm { background: #C0392B; color: #fff; }

/* ── 方案列表 ── */
.plan-card { background: #fff; border-radius: 10px; margin-bottom: 10px; box-shadow: 0 1px 4px rgba(0,0,0,0.04); }
.plan-main { padding: 14px; cursor: pointer; }
.plan-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 8px; }
.plan-name { font-size: 15px; font-weight: 700; color: #2C3E50; }
.plan-date { font-size: 11px; color: #bbb; }
.plan-meta { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 8px; }
.meta-tag { font-size: 11px; background: #f5f0e8; color: #888; padding: 2px 8px; border-radius: 4px; }
.plan-preview { }
.preview-school { font-size: 12px; color: #666; padding: 2px 0; padding-left: 6px; border-left: 3px solid transparent; }
.preview-tier { font-size: 10px; font-weight: 700; margin-right: 4px; }
.tier-chong { color: #E74C3C; border-left-color: #E74C3C; }
.tier-wen { color: #E67E22; border-left-color: #E67E22; }
.tier-bao { color: #27AE60; border-left-color: #27AE60; }
.preview-more { font-size: 11px; color: #bbb; margin-top: 4px; padding-left: 6px; }
.plan-actions { display: flex; border-top: 1px solid #f5f5f5; }
.plan-action { flex: 1; text-align: center; padding: 10px; font-size: 13px; cursor: pointer; }
.plan-action:active { background: #fafaf8; }
.plan-action.view { color: #C0392B; }
.plan-action.delete { color: #ccc; border-left: 1px solid #f5f5f5; }

/* ── Chat ── */
.chat-list { height: calc(100vh - 180px); overflow-y: auto; padding: 12px 0; }
.msg-item { display: flex; margin-bottom: 14px; }
.msg-item.user { flex-direction: row-reverse; }
.msg-avatar { font-size: 28px; margin: 0 8px; flex-shrink: 0; }
.msg-bubble {
  max-width: 75%; padding: 10px 14px; border-radius: 12px;
  font-size: 14px; line-height: 1.5; word-break: break-word;
}
.msg-bubble.user { background: #C0392B; color: #fff; border-bottom-right-radius: 4px; }
.msg-bubble.assistant { background: #fff; color: #2C3E50; border-bottom-left-radius: 4px; box-shadow: 0 1px 3px rgba(0,0,0,0.06); }
.msg-bubble.placeholder { opacity: 0.7; }
.msg-bubble.isError { background: #FFF5F5; color: #C0392B; border: 1px solid #FADBD8; }
.msg-typing { display: flex; gap: 4px; margin-top: 6px; }
.typing-dot { width: 6px; height: 6px; border-radius: 50%; background: #ccc; animation: bounce 1s ease infinite; }
.typing-dot:nth-child(2) { animation-delay: 0.2s; }
.typing-dot:nth-child(3) { animation-delay: 0.4s; }

.quick-asks { padding: 0 12px; margin-bottom: 12px; }
.quick-title { font-size: 13px; color: #888; margin-bottom: 8px; }
.quick-item {
  display: inline-block; padding: 6px 12px; margin: 4px;
  background: #fff; border: 1px solid #E8DFD0; border-radius: 16px;
  font-size: 12px; color: #C0392B; cursor: pointer;
}
.quick-item:active { background: #FFF5F5; }

.input-bar {
  position: fixed; bottom: 0; left: 0; right: 0;
  padding: 10px 12px; background: #FDFAF5;
  display: flex; gap: 8px; align-items: center; border-top: 1px solid #f0f0f0;
}
.chat-input {
  flex: 1; border: 1px solid #E8DFD0; border-radius: 20px;
  padding: 10px 14px; font-size: 14px; background: #fff;
}
.send-btn {
  width: 40px; height: 40px; border-radius: 50%; border: none;
  background: #E8DFD0; color: #fff; font-size: 16px; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
}
.send-btn.active { background: #C0392B; }

/* ── 通知条 ── */
.notice {
  background: #FFF9E6; border-radius: 6px; padding: 10px;
  font-size: 11px; color: #B7950B; line-height: 1.6; margin-bottom: 12px;
}
.notice-strong { font-weight: 600; }

/* ── 空状态 ── */
.empty { text-align: center; padding: 60px 20px; }
.empty-icon { font-size: 48px; margin-bottom: 12px; }
.empty-title { font-size: 16px; font-weight: 600; color: #888; margin-bottom: 6px; }
.empty-desc { font-size: 13px; color: #bbb; margin-bottom: 20px; }
.btn-go { display: inline-block; padding: 10px 24px; border-radius: 20px; background: #C0392B; color: #fff; border: none; font-size: 14px; cursor: pointer; }

/* ── 隐藏页面 ── */
.page { display: none; }
.page.active { display: block; }

/* ── 顶部导航 ── */
.nav-bar {
  background: #C0392B; color: #fff; padding: 12px 16px;
  display: flex; align-items: center; font-size: 16px; font-weight: 700;
  position: sticky; top: 0; z-index: 100;
}
.nav-back { margin-right: 12px; cursor: pointer; font-size: 18px; }
.nav-title { flex: 1; }

/* notify bar */
.notify-bar {
  background: #C0392B; color: #fff; text-align: center; padding: 8px;
  font-size: 13px; animation: slideDown 0.3s ease;
}
@keyframes slideDown { from { transform: translateY(-100%); } to { transform: translateY(0); } }
