/* 锦鲤生活 - 组件样式（保持原有视觉） */

/* ── FORTUNE HERO ── */
.fortune-hero {
  background: linear-gradient(160deg, var(--red) 0%, var(--red2) 60%, #5C0A18 100%);
  padding: 20px 20px 28px; position: relative; overflow: hidden; flex-shrink: 0;
}
.hero-deco { position: absolute; border-radius: 50%; background: rgba(255,215,0,0.06); }
.hero-deco-1 { width: 300px; height: 300px; top: -160px; right: -80px; }
.hero-deco-2 { width: 180px; height: 180px; bottom: -60px; left: -40px; }
.hero-date { font-size: 11px; color: rgba(255,235,176,0.7); margin-bottom: 14px; letter-spacing: 1px; }
.hero-row { display: flex; align-items: center; gap: 16px; }
.hero-koi {
  width: 68px; height: 68px; border-radius: 50%;
  background: rgba(255,215,0,0.12); border: 2px solid rgba(255,215,0,0.35);
  display: flex; align-items: center; justify-content: center; font-size: 34px;
  box-shadow: 0 0 20px rgba(255,215,0,0.15);
}
.hero-info { flex: 1; }
.hero-name { font-size: 18px; font-weight: 700; color: #fff; }
.hero-sub { font-size: 12px; color: var(--light-gold); margin-top: 4px; opacity: .85; }
.hero-tag {
  display: inline-flex; align-items: center; gap: 4px; margin-top: 8px;
  background: rgba(255,215,0,0.18); border: 1px solid rgba(255,215,0,0.3);
  padding: 3px 10px; border-radius: 20px; color: var(--gold); font-size: 11px; font-weight: 600;
}
.hero-score { margin-top: 16px; display: flex; gap: 8px; }
.score-pill {
  flex: 1; background: rgba(255,255,255,0.1); border-radius: 20px;
  padding: 8px 0; text-align: center; backdrop-filter: blur(4px);
}
.score-val { font-size: 18px; font-weight: 800; color: var(--gold); }
.score-lbl { font-size: 9px; color: rgba(255,235,176,0.7); margin-top: 1px; }

/* ── CARDS ── */
.card {
  background: var(--card); margin: 0 16px 12px; border-radius: 16px;
  overflow: hidden; box-shadow: var(--shadow);
}
.card-head {
  padding: 12px 16px 10px; display: flex; align-items: center;
  justify-content: space-between; border-bottom: 1px solid #F8F0E8;
}
.card-head-left { display: flex; align-items: center; gap: 8px; }
.card-dot {
  width: 4px; height: 18px; border-radius: 2px;
  background: linear-gradient(180deg, var(--gold), var(--red));
}
.card-title { font-size: 14px; font-weight: 700; color: var(--text); }
.card-badge {
  font-size: 10px; color: var(--sub); background: #F5F5F5;
  padding: 3px 8px; border-radius: 10px;
}
.card-badge.active { color: var(--red); background: #FFF0F0; }

/* ── 每日一签 ── */
.sign-undrawn-wrap { padding: 30px 16px; display: flex; flex-direction: column; align-items: center; gap: 16px; }
.sign-tube-big {
  width: 50px; height: 70px; border-radius: 10px;
  background: linear-gradient(180deg, var(--red), var(--red2));
  display: flex; align-items: center; justify-content: center;
  font-size: 28px; color: var(--gold); font-weight: 900;
  box-shadow: 0 4px 15px rgba(196,30,58,0.3); animation: shake 2s infinite ease-in-out;
}
@keyframes shake {
  0%, 100% { transform: rotate(0); }
  10%, 30%, 50% { transform: rotate(-10deg); }
  20%, 40%, 60% { transform: rotate(10deg); }
}
.draw-btn {
  background: linear-gradient(135deg, var(--gold), var(--gold2));
  color: var(--dark-red); font-size: 14px; font-weight: 800;
  padding: 10px 24px; border: none; border-radius: 22px;
  cursor: pointer; box-shadow: 0 4px 12px rgba(255,215,0,0.3);
}
.sign-wrap { padding: 14px 16px; display: flex; gap: 14px; }
.sign-tube {
  width: 38px; flex-shrink: 0; border-radius: 8px;
  background: linear-gradient(180deg, rgba(196,30,58,0.12), rgba(196,30,58,0.05));
  display: flex; align-items: center; justify-content: center;
  font-size: 18px; color: var(--red); font-weight: 900;
  writing-mode: vertical-rl; letter-spacing: 6px; padding: 10px 0;
  border: 1px solid rgba(196,30,58,0.12);
}
.sign-body { flex: 1; }
.sign-grade {
  display: inline-flex; align-items: center; gap: 6px; margin-bottom: 8px;
  background: linear-gradient(90deg, #FFF8E1, #FFFDE7);
  border: 1px solid rgba(255,215,0,0.4);
  padding: 4px 10px; border-radius: 20px;
}
.sign-grade-stars { color: var(--gold); font-size: 12px; letter-spacing: 1px; }
.sign-grade-lbl { font-size: 11px; font-weight: 700; color: #B8860B; }
.sign-poem {
  font-size: 14px; color: var(--text); line-height: 1.8; font-weight: 500;
  border-left: 2px solid var(--gold); padding-left: 10px; margin-bottom: 10px;
}
.sign-item { display: flex; gap: 6px; align-items: flex-start; margin-bottom: 6px; }
.sign-ico { font-size: 13px; flex-shrink: 0; margin-top: 1px; }
.sign-text { font-size: 11px; color: var(--sub); line-height: 1.6; }

/* ── 五行能量 ── */
.wuxing-wrap { padding: 14px 16px; display: flex; gap: 16px; align-items: flex-start; }
.bars-area { display: flex; flex-direction: column; gap: 8px; flex-shrink: 0; }
.bar-row { display: flex; align-items: center; gap: 8px; }
.bar-lbl { width: 14px; font-size: 11px; color: var(--sub); font-weight: 600; text-align: right; }
.bar-track { width: 100px; height: 8px; background: #F0F0F0; border-radius: 4px; overflow: hidden; }
.bar-fill { height: 100%; border-radius: 4px; transition: width 1s cubic-bezier(.4,0,.2,1); }
.bar-val { font-size: 10px; color: var(--sub); width: 24px; }
.wx-summary { flex: 1; }
.wx-summary-title {
  font-size: 12px; font-weight: 700; color: var(--red); margin-bottom: 6px;
  display: flex; align-items: center; gap: 5px;
}
.wx-summary-text { font-size: 11px; color: var(--text2); line-height: 1.7; }

/* ── 锦鲤提示 ── */
.tip-section { padding: 0 16px 16px; }
.sec-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 10px; }
.sec-title {
  font-size: 15px; font-weight: 700; color: var(--text);
  display: flex; align-items: center; gap: 6px;
}
.sec-title::before {
  content: ''; width: 4px; height: 16px; border-radius: 2px;
  background: linear-gradient(180deg, var(--gold), var(--red)); display: inline-block;
}
.tip-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.tip-card {
  background: #fff; border-radius: 14px; padding: 14px;
  box-shadow: var(--shadow); border: 1px solid #F0EAE0;
}
.tip-head { display: flex; align-items: center; gap: 8px; margin-bottom: 8px; }
.tip-ico {
  width: 32px; height: 32px; border-radius: 10px;
  display: flex; align-items: center; justify-content: center; font-size: 17px;
}
.tip-ico-1 { background: #FFF3E0; } .tip-ico-2 { background: #FCE4EC; }
.tip-ico-3 { background: #E8F5E9; } .tip-ico-4 { background: #FFFDE7; }
.tip-lbl { font-size: 13px; font-weight: 700; color: var(--text); }
.tip-txt { font-size: 11px; color: var(--sub); line-height: 1.65; }

/* ── 转运入口 ── */
.float-banner {
  margin: 0 16px 16px; border-radius: 16px; overflow: hidden;
  background: linear-gradient(120deg, var(--dark-red) 0%, #9B1025 100%);
  display: flex; align-items: center; gap: 12px; padding: 14px 16px;
  cursor: pointer; box-shadow: var(--shadow-red); transition: transform .15s;
}
.float-banner:active { transform: scale(0.98); }
.float-fish { font-size: 32px; animation: swim 2s ease-in-out infinite; }
@keyframes swim { 0%,100%{transform:translateX(0)} 50%{transform:translateX(4px)} }
.float-info { flex: 1; }
.float-title { font-size: 13px; font-weight: 700; color: var(--light-gold); }
.float-sub { font-size: 10px; color: rgba(255,222,173,0.75); margin-top: 3px; }
.float-cta {
  background: linear-gradient(135deg, var(--gold), var(--gold2));
  color: var(--dark-red); font-size: 11px; font-weight: 800;
  padding: 8px 14px; border: none; border-radius: 20px; cursor: pointer;
  white-space: nowrap; box-shadow: 0 2px 8px rgba(255,215,0,0.3);
}

/* ── AGENCY STYLES ── */
.agency-hero {
  padding: 24px 20px 24px;
  background: linear-gradient(160deg, var(--red) 0%, var(--red2) 100%);
  position: relative; overflow: hidden; flex-shrink: 0;
}
.agency-hero-deco { position: absolute; border-radius: 50%; background: rgba(255,215,0,0.07); }
.agency-hero-deco-1 { width: 200px; height: 200px; top: -80px; right: -40px; }
.agency-hero-slogan { font-size: 12px; color: var(--light-gold); opacity: .8; letter-spacing: 2px; margin-bottom: 10px; }
.agency-hero-title { font-size: 24px; font-weight: 800; color: #fff; margin-bottom: 4px; }
.agency-hero-sub { font-size: 12px; color: rgba(255,235,176,.75); margin-bottom: 16px; }
.search-wrap {
  background: rgba(255,255,255,0.15); border-radius: 12px;
  display: flex; align-items: center; gap: 8px; padding: 10px 14px; backdrop-filter: blur(8px);
}
.search-wrap input {
  background: transparent; border: none; outline: none; flex: 1;
  font-size: 13px; color: #fff; font-family: inherit;
}
.search-wrap input::placeholder { color: rgba(255,255,255,0.5); }

.my-orders-btn {
  position: absolute; right: 20px; top: 20px; background: rgba(255,215,0,0.2);
  border: 1px solid rgba(255,215,0,0.4); padding: 8px 14px; border-radius: 20px;
  color: var(--gold); font-size: 12px; font-weight: 700; backdrop-filter: blur(4px);
  display: flex; align-items: center; gap: 4px; cursor: pointer; z-index: 100;
}

.temple-list { padding: 8px 16px 0; display: flex; flex-direction: column; gap: 12px; }
.temple-card {
  background: #fff; border-radius: 18px; padding: 16px;
  box-shadow: var(--shadow); display: flex; gap: 14px; cursor: pointer;
}
.temple-thumb {
  width: 64px; height: 64px; border-radius: 14px; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center; font-size: 32px;
  background: linear-gradient(135deg, #FFF3E0, #FFE0E6);
}
.temple-info { flex: 1; }
.temple-name { font-size: 16px; font-weight: 700; color: var(--text); }
.temple-loc { font-size: 11px; color: var(--sub); margin-top: 4px; }
.temple-tags { display: flex; gap: 6px; margin-top: 8px; }
.t-tag { font-size: 10px; padding: 3px 8px; border-radius: 8px; font-weight: 600; }
.t-tag-gold { background: #FFF8E1; color: #B8860B; border: 1px solid rgba(255,215,0,.2); }
.t-tag-gray { background: #F5F5F5; color: #888; }
.temple-right { display: flex; flex-direction: column; align-items: flex-end; justify-content: space-between; }
.temple-price { font-size: 18px; font-weight: 900; color: var(--red); }
.temple-price span { font-size: 10px; font-weight: 400; color: var(--sub); }
.t-order-btn {
  background: linear-gradient(135deg, var(--red), var(--red2));
  color: var(--gold); font-size: 11px; font-weight: 700;
  padding: 8px 12px; border: none; border-radius: 10px; box-shadow: var(--shadow-red);
}

.pkg-row { display: flex; gap: 12px; padding: 12px 16px 0; }
.pkg-card {
  flex: 1; background: #fff; border-radius: 16px; overflow: hidden;
  box-shadow: var(--shadow); text-align: center; cursor: pointer;
}
.pkg-ico-wrap { padding: 16px 0 12px; font-size: 30px; background: linear-gradient(160deg, #FFF3E0, #FFE4E8); }
.pkg-info { padding: 10px 8px 14px; }
.pkg-name { font-size: 13px; font-weight: 700; color: var(--text); margin-bottom: 4px; }
.pkg-desc { font-size: 10px; color: var(--sub); line-height: 1.4; }
.pkg-price { font-size: 15px; font-weight: 800; color: var(--red); margin-top: 8px; }

.trust-row {
  margin: 20px 16px; background: #fff; border-radius: 16px; padding: 16px;
  display: flex; align-items: center; gap: 14px; box-shadow: var(--shadow);
}
.trust-icon { font-size: 28px; }
.trust-text { flex: 1; }
.trust-title { font-size: 13px; font-weight: 700; color: var(--text); }
.trust-sub { font-size: 11px; color: var(--sub); margin-top: 4px; line-height: 1.5; }

/* ── DETAIL SCREEN ── */
.detail-hero {
  padding: 32px 20px; text-align: center;
  background: linear-gradient(160deg, var(--red) 0%, var(--red2) 100%); color: #fff;
}
.detail-hero-ico { font-size: 56px; margin-bottom: 16px; }
.detail-hero-info { display: flex; justify-content: center; gap: 12px; font-size: 13px; opacity: .85; }

.section-label { padding: 20px 20px 12px; font-size: 14px; font-weight: 700; color: var(--sub); }
.pkg-sel-list { padding: 0 16px; display: flex; flex-direction: column; gap: 12px; }
.pkg-sel-row {
  background: #fff; border-radius: 16px; padding: 16px; display: flex;
  align-items: center; gap: 14px; box-shadow: var(--shadow);
  border: 2px solid transparent; cursor: pointer;
}
.pkg-sel-row.on { border-color: var(--red); background: #FFFDFD; }
.pkg-sel-radio {
  width: 20px; height: 20px; border-radius: 50%;
  border: 2.5px solid var(--line); position: relative;
}
.pkg-sel-row.on .pkg-sel-radio { border-color: var(--red); }
.pkg-sel-row.on .pkg-sel-radio::after {
  content: ''; position: absolute; inset: 4px;
  background: var(--red); border-radius: 50%;
}
.pkg-sel-info { flex: 1; }
.pkg-sel-name { font-size: 15px; font-weight: 700; color: var(--text); }
.pkg-sel-desc { font-size: 12px; color: var(--sub); margin-top: 4px; }
.pkg-sel-price { font-size: 18px; font-weight: 900; color: var(--red); }

.form-block { margin: 0 16px; background: #fff; border-radius: 16px; padding: 20px; box-shadow: var(--shadow); }
.form-group { margin-bottom: 16px; }
.form-lbl {
  font-size: 14px; font-weight: 700; color: var(--text);
  margin-bottom: 10px; display: flex; align-items: center; gap: 8px;
}
.form-lbl-dot { width: 5px; height: 5px; border-radius: 50%; background: var(--red); }
.form-input {
  width: 100%; border: 1.5px solid var(--line);
  background: #F9F9F9; border-radius: 12px; padding: 12px 16px;
  font-family: inherit; font-size: 14px; outline: none;
}
.form-input:focus { border-color: var(--red); }
.form-input.error { border-color: var(--red); background: #FFF5F5; }
textarea.form-input { height: 100px; resize: none; }

.cost-block { margin: 20px 16px; padding: 20px; background: #FFFBFB; border: 1.5px dashed var(--red); border-radius: 14px; }
.cost-total-row { display: flex; justify-content: space-between; align-items: center; }
.cost-total-lbl { font-size: 15px; font-weight: 700; color: var(--text); }
.cost-total-val { font-size: 24px; font-weight: 900; color: var(--red); }

.pay-area { padding: 10px 20px 40px; }
.pay-btn {
  width: 100%; height: 54px;
  background: linear-gradient(135deg, var(--red), var(--red2));
  color: var(--gold); border: none; border-radius: 27px;
  font-size: 17px; font-weight: 800;
  box-shadow: 0 8px 20px rgba(196,30,58,0.3); cursor: pointer;
}
.pay-btn:disabled { opacity: .6; cursor: not-allowed; }

/* ── ORDERS SCREEN ── */
.order-list { padding: 16px; display: flex; flex-direction: column; gap: 12px; }
.order-card {
  background: #fff; border-radius: 16px; padding: 16px;
  box-shadow: var(--shadow); display: flex; flex-direction: column; gap: 12px;
}
.order-top {
  display: flex; justify-content: space-between; align-items: center;
  padding-bottom: 10px; border-bottom: 1px solid var(--line);
}
.order-no { font-size: 11px; color: var(--sub); }
.order-status { font-size: 12px; font-weight: 700; color: var(--success); }
.order-mid { display: flex; gap: 12px; }
.order-thumb {
  width: 48px; height: 48px; border-radius: 10px; background: var(--bg);
  display: flex; align-items: center; justify-content: center; font-size: 24px;
}
.order-info { flex: 1; }
.order-name { font-size: 14px; font-weight: 700; color: var(--text); }
.order-date { font-size: 11px; color: var(--sub); margin-top: 2px; }
.order-bottom { display: flex; justify-content: flex-end; gap: 10px; }
.order-btn-sub {
  padding: 6px 14px; border-radius: 16px; border: 1px solid var(--line);
  color: var(--sub); font-size: 12px; cursor: pointer; background: #fff;
}
.order-btn-main {
  padding: 6px 14px; border-radius: 16px;
  background: linear-gradient(135deg, var(--red), var(--red2));
  color: var(--gold); font-size: 12px; font-weight: 700; border: none; cursor: pointer;
}
.empty-state {
  padding: 60px 20px; text-align: center; color: var(--sub);
}
.empty-state-ico { font-size: 48px; margin-bottom: 16px; }

/* ── CARD SCREEN ── */
.card-view { flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 20px; }
.koi-card {
  width: 100%; max-width: 320px; aspect-ratio: 3/4.5;
  background: var(--card); border-radius: 20px;
  box-shadow: 0 20px 40px rgba(196,30,58,0.15);
  position: relative; overflow: hidden; border: 8px solid var(--gold);
  padding: 20px; display: flex; flex-direction: column; align-items: center; text-align: center;
  background-image: radial-gradient(circle at 10% 20%, rgba(196,30,58,0.03) 0%, transparent 40%),
                    radial-gradient(circle at 90% 80%, rgba(255,215,0,0.05) 0%, transparent 40%);
}
.koi-card-border { position: absolute; inset: 6px; border: 1px solid var(--gold2); pointer-events: none; }
.koi-card-title { font-size: 22px; font-weight: 900; color: var(--red); letter-spacing: 4px; margin: 20px 0 10px; }
.koi-card-seal {
  position: absolute; right: 20px; top: 20px; width: 50px; height: 50px;
  border: 2px solid var(--red); color: var(--red);
  display: flex; align-items: center; justify-content: center;
  font-weight: 900; font-size: 10px; border-radius: 50%;
  transform: rotate(-15deg); opacity: .6;
}
.koi-card-body { flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 20px; }
.koi-card-fish { font-size: 64px; }
.koi-card-msg { font-size: 16px; font-weight: 700; color: var(--text); line-height: 1.6; }
.koi-card-msg span { color: var(--red); font-size: 18px; }
.koi-card-footer { width: 100%; border-top: 1px dashed var(--line); padding-top: 15px; margin-top: 20px; }
.koi-card-date { font-size: 11px; color: var(--sub); }
.koi-card-no { font-size: 10px; color: var(--line); margin-top: 4px; }

/* ── COMPLETE SCREEN ── */
.comp-body { flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 40px; text-align: center; }
.comp-icon {
  width: 88px; height: 88px; background: #E8F5E9; color: var(--success);
  border-radius: 50%; display: flex; align-items: center;
  justify-content: center; font-size: 44px; margin-bottom: 24px;
}
.comp-title { font-size: 22px; font-weight: 800; color: var(--text); margin-bottom: 12px; }
.comp-txt { font-size: 14px; color: var(--sub); line-height: 1.7; }
.comp-btn {
  margin-top: 36px; width: 180px; height: 48px;
  border: 1.5px solid var(--red); color: var(--red);
  background: transparent; border-radius: 24px;
  font-size: 15px; font-weight: 700; cursor: pointer;
}

/* ── AGENT SELECTION ── */
.agent-sel-list { display: flex; flex-direction: column; gap: 8px; margin: 0 16px; }
.agent-sel-row {
  background: #fff; border-radius: 14px; padding: 12px 14px; display: flex;
  align-items: center; gap: 10px; box-shadow: var(--shadow);
  border: 2px solid transparent; cursor: pointer;
}
.agent-sel-row.on { border-color: var(--red); background: #FFFDFD; }
.agent-sel-check {
  width: 22px; height: 22px; border-radius: 50%;
  border: 2px solid var(--line); display: flex; align-items: center;
  justify-content: center; font-size: 12px; font-weight: 700; color: var(--red); flex-shrink: 0;
}
.agent-sel-row.on .agent-sel-check { border-color: var(--red); background: var(--red); color: var(--gold); }
.agent-sel-body { flex: 1; }
.agent-sel-name { font-size: 14px; font-weight: 700; color: var(--text); }
.agent-sel-meta { font-size: 11px; color: var(--sub); margin-top: 2px; }
.agent-status-dot { font-size: 16px; flex-shrink: 0; }

/* ── SERVICE RESULT SCREEN ── */
.result-hero {
  background: linear-gradient(160deg, var(--red) 0%, var(--red2) 100%);
  padding: 28px 20px 24px; text-align: center; color: #fff;
  position: relative; overflow: hidden;
}
.result-hero-badge {
  display: inline-flex; align-items: center; gap: 6px;
  background: rgba(255,255,255,0.18); border: 1px solid rgba(255,215,0,0.3);
  padding: 4px 14px; border-radius: 20px;
  font-size: 12px; color: var(--light-gold); margin-bottom: 14px;
}
.result-hero-status { font-size: 36px; margin-bottom: 8px; }
.result-hero-title { font-size: 20px; font-weight: 800; margin-bottom: 4px; }
.result-hero-sub { font-size: 12px; opacity: .8; }

.result-photos { padding: 16px 16px 0; }
.result-photos-scroll { display: flex; gap: 10px; overflow-x: auto; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; }
.result-photos-scroll::-webkit-scrollbar { display: none; }
.result-photo-card {
  flex-shrink: 0; width: 280px; scroll-snap-align: start;
  background: #fff; border-radius: 14px; overflow: hidden; box-shadow: var(--shadow);
}
.result-photo-card img {
  width: 100%; height: 180px; object-fit: cover; display: block;
}
.result-photo-label {
  padding: 8px 12px; font-size: 11px; color: var(--sub); text-align: center;
  background: #FAFAFA;
}

.result-video { margin: 16px 16px 0; }
.result-video-card {
  background: #1A1A1A; border-radius: 14px; overflow: hidden;
  position: relative; cursor: pointer; box-shadow: var(--shadow);
}
.result-video-card img { width: 100%; height: 200px; object-fit: cover; display: block; }
.result-video-play {
  position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;
  background: rgba(0,0,0,0.2);
}
.result-video-play-icon {
  width: 56px; height: 56px; border-radius: 50%;
  background: rgba(196,30,58,0.85); color: var(--gold);
  display: flex; align-items: center; justify-content: center;
  font-size: 22px; box-shadow: 0 4px 16px rgba(0,0,0,0.3);
}

.result-cert { margin: 16px 16px 0; }
.cert-card {
  background: linear-gradient(135deg, #FFF8E1, #FFFFFF, #FFF8E1);
  border-radius: 16px; padding: 24px 20px;
  border: 2px solid var(--gold); box-shadow: var(--shadow);
  position: relative;
}
.cert-seal {
  position: absolute; right: 20px; top: 20px;
  width: 60px; height: 60px; border: 2px solid var(--red);
  color: var(--red); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 10px; font-weight: 900; transform: rotate(-15deg);
  opacity: .7; text-align: center;
}
.cert-header {
  text-align: center; margin-bottom: 20px; padding-bottom: 16px;
  border-bottom: 1px dashed var(--gold2);
}
.cert-title { font-size: 18px; font-weight: 900; color: var(--red); letter-spacing: 3px; }
.cert-no { font-size: 10px; color: var(--sub); margin-top: 4px; }
.cert-body {
  font-size: 13px; color: var(--text2); line-height: 2; text-align: center;
  padding: 0 12px;
}
.cert-body strong { color: var(--red); }
.cert-footer {
  margin-top: 20px; padding-top: 16px; border-top: 1px dashed var(--gold2);
  text-align: center; font-size: 11px; color: var(--sub);
}

.result-timeline { margin: 16px 16px 0; }
.timeline-list { padding: 16px; background: #fff; border-radius: 14px; box-shadow: var(--shadow); }
.timeline-item { display: flex; gap: 12px; padding: 8px 0; position: relative; }
.timeline-item:not(:last-child)::after {
  content: ''; position: absolute; left: 15px; top: 36px; bottom: -8px;
  width: 2px; background: #E8E8E8;
}
.timeline-item.done .ti-ico { background: #E8F5E9; color: var(--success); }
.ti-ico {
  width: 32px; height: 32px; border-radius: 50%; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  font-size: 15px; background: #F5F5F5; color: var(--sub);
}
.ti-body { flex: 1; }
.ti-label { font-size: 13px; font-weight: 600; color: var(--text); }
.ti-time { font-size: 10px; color: var(--sub); margin-top: 2px; }

.result-blessing { margin: 16px 16px 30px; }
.blessing-card {
  background: linear-gradient(135deg, #FFF8E1, #FFFDE7);
  border-radius: 14px; padding: 20px;
  display: flex; gap: 14px; align-items: flex-start;
  border: 1px solid rgba(255,215,0,0.3); box-shadow: var(--shadow);
}
.blessing-ico { font-size: 32px; flex-shrink: 0; }
.blessing-body { flex: 1; }
.blessing-label { font-size: 12px; font-weight: 700; color: #B8860B; margin-bottom: 6px; }
.blessing-text { font-size: 13px; color: var(--text2); line-height: 1.7; }
