/* =====================================================
   SEARCH PAGE — 演说家培训
   阳光橙红 · 亮白大气
   朱红 × 暖橙 × 米白底
   ===================================================== */

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+SC:wght@300;400;500;600;700;900&family=Noto+Sans+SC:wght@300;400;500&display=swap');

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

/*
  色板：
  背景底色   #fff8f3   暖米白（明亮干净）
  主色朱红   #e03a1e   朱红（热情有力）
  亮橙       #f06a20   活力橙
  金黄       #f0a020   金色辅助
  文字深棕   #3a1f0d   主文字（深棕，不刺眼）
  文字中灰   #7a4a28   次要文字
  卡片背景   #fff3ea   暖白卡片
  边框       rgba(220,100,40,0.18)
*/

body.sp-body {
  min-height: 100vh;
  background: #fff8f3;
  color: #3a1f0d;
  font-family: 'Noto Serif SC', 'Songti SC', 'SimSun', serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  position: relative;
}

/* =====================================================
   背景装饰层
   ===================================================== */
.sp-bg {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

/* 光晕（亮色版：柔和橙红晕染） */
.sp-bg-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(120px);
}
.sp-bg-glow--tl {
  width: 700px; height: 700px;
  top: -250px; left: -200px;
  background: radial-gradient(circle, rgba(240,100,40,0.12) 0%, transparent 65%);
}
.sp-bg-glow--br {
  width: 600px; height: 600px;
  bottom: -200px; right: -150px;
  background: radial-gradient(circle, rgba(240,140,60,0.10) 0%, transparent 65%);
}
.sp-bg-glow--center {
  width: 900px; height: 400px;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  background: radial-gradient(ellipse, rgba(255,200,120,0.08) 0%, transparent 70%);
}

/* 底纹：细格纹 */
.sp-bg-pattern {
  position: absolute;
  inset: 0;
  background-image:
    repeating-linear-gradient(
      0deg,
      rgba(220, 100, 40, 0.035) 0px, rgba(220,100,40,0.035) 1px,
      transparent 1px, transparent 48px
    ),
    repeating-linear-gradient(
      90deg,
      rgba(220, 100, 40, 0.035) 0px, rgba(220,100,40,0.035) 1px,
      transparent 1px, transparent 48px
    );
}

/* 大莲花 */
.sp-deco-lotus {
  position: absolute;
  pointer-events: none;
}
.sp-deco-lotus--left {
  width: 340px; height: 480px;
  left: -70px; bottom: -80px;
  opacity: 0.55;
}
.sp-deco-lotus--right {
  width: 220px; height: 320px;
  right: -40px; top: 80px;
  opacity: 0.40;
}

/* 顶部横批装饰 */
.sp-top-ornament {
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  display: flex;
  align-items: center;
}
.sp-top-orn-line {
  flex: 1;
  height: 2px;
  background: linear-gradient(to right, transparent, rgba(224,58,30,0.45), transparent);
}
.sp-top-orn-diamond {
  width: 7px; height: 7px;
  background: rgba(224, 58, 30, 0.75);
  transform: rotate(45deg);
  margin: 0 8px;
  flex-shrink: 0;
}

/* =====================================================
   顶部导航
   ===================================================== */
.sp-header {
  position: sticky;
  top: 0; z-index: 100;
  background: rgba(255, 248, 243, 0.92);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border-bottom: 1px solid rgba(220, 100, 40, 0.15);
  box-shadow: 0 2px 20px rgba(200, 80, 20, 0.08);
}
.sp-header-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 14px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* 返回 */
.sp-back {
  display: flex;
  align-items: center;
  gap: 7px;
  color: rgba(160, 80, 30, 0.6);
  font-size: 13px;
  letter-spacing: 1px;
  text-decoration: none;
  transition: color 0.25s;
  font-family: 'Noto Serif SC', serif;
}
.sp-back i { font-size: 11px; transition: transform 0.25s; }
.sp-back:hover { color: #e03a1e; }
.sp-back:hover i { transform: translateX(-3px); }

/* 品牌 */
.sp-brand {
  display: flex;
  align-items: center;
  gap: 12px;
}
.sp-brand-seal {
  width: 40px; height: 40px;
  border-radius: 3px;
  background: linear-gradient(145deg, #c42810 0%, #e03a1e 50%, #c42810 100%);
  border: 1.5px solid rgba(255, 180, 100, 0.40);
  color: rgba(255, 245, 235, 0.98);
  font-size: 18px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 3px 16px rgba(220, 50, 20, 0.28), inset 0 1px 0 rgba(255,220,160,0.18);
  font-family: 'Noto Serif SC', serif;
}
.sp-brand-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.sp-brand-title {
  font-size: 15px;
  font-weight: 600;
  color: #3a1f0d;
  letter-spacing: 3px;
  font-family: 'Noto Serif SC', serif;
}
.sp-brand-sub {
  font-size: 10px;
  color: rgba(160, 90, 40, 0.5);
  letter-spacing: 3px;
  font-family: 'Noto Sans SC', sans-serif;
}

.sp-header-right { width: 120px; }

/* =====================================================
   主体
   ===================================================== */
.sp-main {
  position: relative;
  z-index: 1;
  min-height: calc(100vh - 70px);
}

/* =====================================================
   搜索英雄区
   ===================================================== */
.sp-hero {
  text-align: center;
  padding: 64px 24px 48px;
  max-width: 800px;
  margin: 0 auto;
}

/* 标题装饰 */
.sp-hero-title-wrap { margin-bottom: 40px; }
.sp-hero-ornament {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 20px;
}
.sp-orn-line {
  display: block;
  width: 80px; height: 1px;
  background: linear-gradient(to right, transparent, rgba(220,80,30,0.40));
}
.sp-hero-ornament .sp-orn-line:last-child {
  background: linear-gradient(to left, transparent, rgba(220,80,30,0.40));
}
.sp-orn-lotus {
  font-size: 18px;
  color: rgba(220, 80, 30, 0.65);
  line-height: 1;
}

/* 大标题 */
.sp-hero-title {
  font-size: clamp(32px, 5vw, 52px);
  font-weight: 700;
  letter-spacing: 10px;
  color: transparent;
  background: linear-gradient(
    150deg,
    #e03a1e 0%,
    #f06a20 40%,
    #e85020 70%,
    #c42810 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  font-family: 'Noto Serif SC', serif;
  text-shadow: none;
  margin-bottom: 14px;
  filter: drop-shadow(0 2px 12px rgba(220,60,20,0.18));
}

.sp-hero-sub {
  font-size: 13px;
  color: rgba(140, 70, 30, 0.52);
  letter-spacing: 4px;
  font-family: 'Noto Serif SC', serif;
  font-weight: 300;
}

/* ── 搜索框 ── */
.sp-search-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.sp-search-box {
  width: 100%;
  max-width: 640px;
  display: flex;
  align-items: center;
  background: #ffffff;
  border: 1.5px solid rgba(220, 100, 40, 0.30);
  border-radius: 8px;
  box-shadow:
    0 0 0 4px rgba(220, 80, 30, 0.05),
    0 4px 24px rgba(200, 80, 30, 0.10),
    0 1px 4px rgba(0,0,0,0.06);
  transition: border-color 0.28s, box-shadow 0.3s;
  overflow: hidden;
  position: relative;
}
.sp-search-box::before {
  content: '';
  position: absolute;
  top: 0; left: 15%; right: 15%; height: 2px;
  background: linear-gradient(to right, transparent, rgba(224,58,30,0.55), transparent);
  border-radius: 1px;
}
.sp-search-box:focus-within {
  border-color: rgba(224, 58, 30, 0.60);
  box-shadow:
    0 0 0 5px rgba(220, 60, 20, 0.08),
    0 0 30px rgba(220, 70, 20, 0.12),
    0 6px 24px rgba(0,0,0,0.08);
}

.sp-search-icon {
  flex-shrink: 0;
  padding: 0 12px 0 22px;
  color: rgba(200, 90, 40, 0.45);
  font-size: 15px;
  transition: color 0.22s;
}
.sp-search-box:focus-within .sp-search-icon { color: #e03a1e; }

.sp-search-input {
  flex: 1;
  background: none;
  border: none;
  outline: none;
  color: #3a1f0d;
  font-size: 16px;
  font-weight: 400;
  padding: 18px 0;
  min-width: 0;
  letter-spacing: 0.8px;
  font-family: 'Noto Serif SC', serif;
}
.sp-search-input::placeholder {
  color: rgba(160, 90, 50, 0.35);
  font-family: 'Noto Sans SC', sans-serif;
  font-weight: 300;
  letter-spacing: 0.5px;
}

.sp-clear-btn {
  flex-shrink: 0;
  width: 36px; height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(180, 90, 40, 0.40);
  font-size: 12px;
  margin-right: 8px;
  border-radius: 4px;
  cursor: pointer;
  background: none;
  border: none;
  transition: all 0.2s;
}
.sp-clear-btn:hover {
  color: #e03a1e;
  background: rgba(224, 58, 30, 0.08);
}

/* 结果统计 + 热门标签 */
.sp-search-meta {
  width: 100%;
  max-width: 640px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
}

.sp-stat {
  font-size: 11px;
  color: rgba(160, 90, 40, 0.40);
  letter-spacing: 1px;
  font-family: 'Noto Sans SC', sans-serif;
  transition: color 0.2s;
}
.sp-stat.has-result { color: rgba(200, 80, 30, 0.72); }

.sp-hot-tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 7px;
}
.sp-hot-label {
  font-size: 11px;
  color: rgba(160, 80, 30, 0.38);
  letter-spacing: 1.5px;
  font-family: 'Noto Serif SC', serif;
}
.sp-hot-tag {
  padding: 4px 13px;
  border-radius: 20px;
  font-size: 11px;
  color: rgba(180, 80, 30, 0.62);
  border: 1px solid rgba(220, 100, 40, 0.22);
  background: rgba(255, 230, 210, 0.45);
  cursor: pointer;
  transition: all 0.22s;
  letter-spacing: 1px;
  font-family: 'Noto Serif SC', serif;
}
.sp-hot-tag:hover {
  color: #e03a1e;
  border-color: rgba(224, 58, 30, 0.52);
  background: rgba(255, 210, 185, 0.70);
  transform: translateY(-1px);
  box-shadow: 0 3px 10px rgba(200, 70, 20, 0.12);
}

/* =====================================================
   结果区
   ===================================================== */
.sp-results {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px 100px;
}

/* ── 空态 ── */
.sp-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 20px 60px;
  text-align: center;
  gap: 12px;
}
.sp-empty-lotus-svg {
  width: 160px; height: 175px;
  animation: lotusFloat 5.5s ease-in-out infinite;
  margin-bottom: 8px;
}
@keyframes lotusFloat {
  0%, 100% { transform: translateY(0) rotate(-0.5deg); }
  50%       { transform: translateY(-10px) rotate(0.5deg); }
}
.sp-empty-hint {
  font-size: 13px;
  color: rgba(160, 90, 40, 0.48);
  letter-spacing: 2px;
  font-family: 'Noto Sans SC', sans-serif;
  font-weight: 300;
}

/* 无结果 */
.sp-empty--none {
  padding-top: 60px;
}
.sp-empty-none-icon {
  width: 68px; height: 68px;
  border-radius: 50%;
  background: rgba(224, 58, 30, 0.06);
  border: 1px solid rgba(224, 58, 30, 0.14);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: rgba(220, 80, 40, 0.35);
  margin-bottom: 6px;
}
.sp-empty-none-title {
  font-size: 18px;
  font-weight: 500;
  color: rgba(180, 70, 30, 0.62);
  letter-spacing: 4px;
  font-family: 'Noto Serif SC', serif;
}
.sp-empty-none-sub {
  font-size: 12px;
  color: rgba(160, 90, 40, 0.42);
  letter-spacing: 1px;
  font-family: 'Noto Sans SC', sans-serif;
}

/* =====================================================
   卡片网格
   ===================================================== */
.sp-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
  gap: 22px;
}

/* ── 卡片 ── */
.sp-card {
  background: #ffffff;
  border: 1px solid rgba(220, 110, 50, 0.14);
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  transition:
    transform 0.32s cubic-bezier(0.34, 1.56, 0.64, 1),
    border-color 0.28s,
    box-shadow 0.28s;
  animation: cardIn 0.38s ease both;
  position: relative;
  box-shadow: 0 2px 12px rgba(200, 80, 30, 0.06);
}
/* 左侧朱红竖条 */
.sp-card::before {
  content: '';
  position: absolute;
  top: 20px; bottom: 20px;
  left: 0; width: 3px;
  border-radius: 0 2px 2px 0;
  background: linear-gradient(to bottom, transparent, rgba(224,58,30,0.65), transparent);
  opacity: 0;
  transition: opacity 0.28s;
}
.sp-card:hover {
  transform: translateY(-7px) scale(1.01);
  border-color: rgba(224, 80, 30, 0.32);
  box-shadow:
    0 16px 40px rgba(200, 70, 20, 0.14),
    0 4px 12px rgba(0,0,0,0.08);
}
.sp-card:hover::before { opacity: 1; }

@keyframes cardIn {
  from { opacity: 0; transform: translateY(22px) scale(0.96); }
  to   { opacity: 1; transform: translateY(0) scale(1); }
}

/* 封面 */
.sp-card-thumb {
  position: relative;
  width: 100%;
  aspect-ratio: 16/10;
  overflow: hidden;
  background: #f5e8dc;
}
.sp-card-thumb img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease, filter 0.3s;
  filter: brightness(0.95) saturate(1.02);
}
.sp-card:hover .sp-card-thumb img {
  transform: scale(1.07);
  filter: brightness(1.0) saturate(1.05);
}

/* 播放遮罩 */
.sp-card-play {
  position: absolute; inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  transition: background 0.28s;
}
.sp-card:hover .sp-card-play { background: rgba(0,0,0,0.15); }
.sp-card-play-icon {
  width: 52px; height: 52px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.88);
  border: 2px solid rgba(224, 58, 30, 0.70);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #e03a1e;
  box-shadow: 0 4px 20px rgba(0,0,0,0.20), 0 0 0 6px rgba(224,58,30,0.10);
  transform: scale(0);
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  backdrop-filter: blur(4px);
}
.sp-card:hover .sp-card-play-icon { transform: scale(1); }

/* 时长 */
.sp-card-duration {
  position: absolute;
  bottom: 8px; right: 10px;
  background: rgba(0,0,0,0.58);
  color: rgba(255, 240, 220, 0.92);
  font-size: 10px;
  font-weight: 500;
  padding: 2px 7px;
  border-radius: 4px;
  letter-spacing: 0.5px;
  backdrop-filter: blur(4px);
  font-family: 'Noto Sans SC', sans-serif;
}

/* 分类角标 */
.sp-card-cat {
  position: absolute;
  top: 10px; left: 10px;
  font-size: 9px;
  letter-spacing: 1.5px;
  padding: 3px 9px;
  border-radius: 20px;
  font-weight: 500;
  backdrop-filter: blur(8px);
  font-family: 'Noto Sans SC', sans-serif;
}
.sp-card-cat.cat-beginner  { background: rgba(60,180,100,0.15);  color: rgba(30,140,70,0.90);  border: 1px solid rgba(60,180,100,0.30);  }
.sp-card-cat.cat-advanced  { background: rgba(240,120,30,0.15);  color: rgba(200,90,20,0.90);  border: 1px solid rgba(240,120,30,0.30);  }
.sp-card-cat.cat-pro       { background: rgba(220,40,20,0.12);   color: rgba(200,40,20,0.88);  border: 1px solid rgba(220,40,20,0.28);   }
.sp-card-cat.cat-business  { background: rgba(40,140,220,0.12);  color: rgba(30,110,200,0.88); border: 1px solid rgba(40,140,220,0.28);  }
.sp-card-cat.cat-corporate { background: rgba(140,70,200,0.12);  color: rgba(120,60,185,0.88); border: 1px solid rgba(140,70,200,0.25); }

/* 卡片正文 */
.sp-card-body {
  padding: 15px 18px 17px;
  position: relative;
}
.sp-card-body::before {
  content: '';
  position: absolute;
  top: 0; left: 18px; right: 18px; height: 1px;
  background: linear-gradient(to right, transparent, rgba(220,100,40,0.12), transparent);
}

.sp-card-title {
  font-size: 14px;
  font-weight: 500;
  color: #3a1f0d;
  line-height: 1.5;
  margin-bottom: 7px;
  letter-spacing: 0.5px;
  font-family: 'Noto Serif SC', serif;
}
.sp-card-title mark,
.sp-card-student mark,
.sp-card-company mark {
  background: rgba(224, 80, 30, 0.12);
  color: #c83010;
  border-radius: 2px;
  padding: 0 2px;
  font-style: normal;
}

.sp-card-student {
  font-size: 12px;
  color: rgba(120, 70, 30, 0.60);
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  gap: 5px;
  font-family: 'Noto Sans SC', sans-serif;
  font-weight: 300;
  letter-spacing: 0.5px;
}
.sp-card-student i { font-size: 10px; color: rgba(200, 90, 40, 0.35); }

.sp-card-company {
  font-size: 11px;
  color: rgba(120, 80, 40, 0.48);
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: 'Noto Sans SC', sans-serif;
  font-weight: 300;
  letter-spacing: 0.3px;
}
.sp-card-company i { font-size: 9px; flex-shrink: 0; color: rgba(200,100,50,0.32); }

.sp-card-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 9px;
  border-top: 1px solid rgba(220, 110, 50, 0.10);
}
.sp-card-views {
  font-size: 10px;
  color: rgba(160, 90, 40, 0.42);
  display: flex;
  align-items: center;
  gap: 4px;
  font-family: 'Noto Sans SC', sans-serif;
  font-weight: 300;
}
.sp-card-views i { font-size: 9px; }
.sp-card-date {
  font-size: 9px;
  color: rgba(160, 100, 50, 0.32);
  letter-spacing: 0.5px;
  font-family: 'Noto Sans SC', sans-serif;
}

/* =====================================================
   弹窗
   ===================================================== */
.sp-modal {
  position: fixed; inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}
.sp-modal.active { opacity: 1; pointer-events: all; }
.sp-modal-overlay {
  position: absolute; inset: 0;
  background: rgba(60, 20, 5, 0.72);
  backdrop-filter: blur(12px);
}
.sp-modal-content {
  position: relative; z-index: 2;
  background: #ffffff;
  border: 1px solid rgba(220, 110, 50, 0.18);
  border-radius: 10px;
  width: 96%; max-width: 1280px;
  max-height: 92vh;
  overflow: hidden;
  box-shadow:
    0 40px 80px rgba(60, 20, 5, 0.28),
    0 0 0 1px rgba(220,100,45,0.06);
}

/* 弹窗顶部横批装饰 */
.sp-modal-header-orn {
  display: flex;
  align-items: center;
  padding: 10px 20px 0;
  gap: 12px;
}
.sp-moh-line {
  flex: 1; height: 1px;
  background: linear-gradient(to right, transparent, rgba(224,80,30,0.28), transparent);
  display: block;
}
.sp-moh-char {
  font-size: 12px;
  color: rgba(220, 80, 30, 0.45);
  line-height: 1;
  flex-shrink: 0;
}

.sp-modal-close {
  position: absolute;
  top: 14px; right: 16px;
  width: 32px; height: 32px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(180, 80, 40, 0.45);
  font-size: 13px;
  z-index: 10;
  cursor: pointer;
  background: rgba(224, 58, 30, 0.06);
  border: 1px solid rgba(220, 100, 50, 0.16);
  transition: all 0.2s;
}
.sp-modal-close:hover {
  color: #e03a1e;
  background: rgba(224, 58, 30, 0.12);
  border-color: rgba(224, 80, 30, 0.38);
}

.sp-modal-layout {
  display: grid;
  grid-template-columns: 1fr 420px;
  max-height: calc(92vh - 42px);
  overflow: hidden;
}
.sp-modal-video-col { display: flex; flex-direction: column; background: #0a0a0a; }
.sp-modal-video-wrap { flex: 1; background: #0a0a0a; }
.sp-modal-video-wrap video {
  width: 100%; height: 100%;
  object-fit: contain;
  max-height: 72vh;
  display: block;
}
.sp-modal-actions {
  display: flex;
  gap: 10px;
  padding: 12px 18px;
  border-top: 1px solid rgba(220,110,50,0.10);
  background: rgba(255, 248, 243, 0.8);
}
.sp-modal-dl,
.sp-modal-share {
  padding: 7px 18px;
  border-radius: 4px;
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: all 0.22s;
  letter-spacing: 1px;
  text-decoration: none;
  cursor: pointer;
  font-family: 'Noto Serif SC', serif;
}
.sp-modal-dl {
  background: linear-gradient(135deg, rgba(224,58,30,0.12) 0%, rgba(200,50,20,0.07) 100%);
  color: rgba(200, 70, 30, 0.88);
  border: 1px solid rgba(220, 80, 40, 0.32);
}
.sp-modal-dl:hover {
  background: linear-gradient(135deg, rgba(224,58,30,0.20) 0%, rgba(200,50,20,0.14) 100%);
  color: #e03a1e;
  border-color: rgba(224, 58, 30, 0.55);
  box-shadow: 0 2px 10px rgba(200, 60, 20, 0.12);
}
.sp-modal-share {
  border: 1px solid rgba(200, 110, 50, 0.20);
  color: rgba(180, 90, 40, 0.58);
  background: none;
}
.sp-modal-share:hover {
  border-color: rgba(220, 80, 30, 0.42);
  color: #e03a1e;
  background: rgba(224, 58, 30, 0.06);
}

.sp-modal-info-col {
  padding: 28px 28px 28px 32px;
  overflow-y: auto;
  border-left: 1px solid rgba(220, 110, 50, 0.10);
  background: #fff8f3;
}
.sp-modal-info-col::-webkit-scrollbar { width: 3px; }
.sp-modal-info-col::-webkit-scrollbar-thumb { background: rgba(220, 100, 50, 0.22); border-radius: 2px; }

.sp-modal-badges { margin-bottom: 10px; }
.sp-modal-cat {
  font-size: 11px;
  letter-spacing: 2px;
  padding: 4px 12px;
  border-radius: 20px;
  border: 1px solid rgba(220, 90, 40, 0.28);
  color: rgba(200, 80, 30, 0.65);
  font-family: 'Noto Sans SC', sans-serif;
}
.sp-modal-title {
  font-size: 22px;
  font-weight: 600;
  color: #3a1f0d;
  line-height: 1.4;
  margin-bottom: 12px;
  letter-spacing: 0.5px;
  font-family: 'Noto Serif SC', serif;
}
.sp-modal-student {
  font-size: 14px;
  color: rgba(140, 80, 35, 0.55);
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 6px;
  letter-spacing: 0.5px;
  font-family: 'Noto Sans SC', sans-serif;
  font-weight: 300;
}
.sp-modal-extra {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 14px;
}
.sp-modal-extra .vc-tag {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  padding: 4px 11px;
  border-radius: 20px;
  background: rgba(224, 80, 30, 0.07);
  color: rgba(200, 80, 40, 0.68);
  border: 1px solid rgba(220, 100, 40, 0.18);
  font-family: 'Noto Sans SC', sans-serif;
  letter-spacing: 0.5px;
}
.sp-modal-desc {
  font-size: 14px;
  color: rgba(100, 60, 30, 0.62);
  line-height: 2.0;
  margin-bottom: 20px;
  font-family: 'Noto Sans SC', sans-serif;
  font-weight: 300;
  letter-spacing: 0.5px;
}
.sp-modal-stats {
  display: flex;
  gap: 16px;
  padding-top: 14px;
  border-top: 1px solid rgba(220, 110, 50, 0.10);
}
.sp-modal-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  font-size: 16px;
  color: rgba(200, 80, 30, 0.78);
  font-weight: 600;
  font-family: 'Noto Sans SC', sans-serif;
}
.sp-modal-stat i { font-size: 12px; color: rgba(200, 90, 40, 0.35); }
.sp-modal-stat small { font-size: 11px; color: rgba(160, 90, 40, 0.38); font-weight: 300; letter-spacing: 1px; }

/* =====================================================
   Toast
   ===================================================== */
.sp-toast {
  position: fixed;
  bottom: 28px; left: 50%;
  transform: translateX(-50%) translateY(14px);
  background: rgba(255, 248, 243, 0.96);
  color: rgba(200, 70, 30, 0.92);
  border: 1px solid rgba(220, 90, 40, 0.25);
  backdrop-filter: blur(16px);
  padding: 9px 22px;
  border-radius: 4px;
  font-size: 12px;
  letter-spacing: 1px;
  opacity: 0;
  transition: all 0.3s;
  z-index: 9999;
  white-space: nowrap;
  pointer-events: none;
  font-family: 'Noto Serif SC', serif;
  box-shadow: 0 4px 20px rgba(200, 70, 20, 0.12);
}
.sp-toast.show { opacity: 1; transform: translateX(-50%) translateY(0); }

/* =====================================================
   响应式
   ===================================================== */
@media (max-width: 900px) {
  .sp-modal-layout { grid-template-columns: 1fr; }
  .sp-modal-info-col { border-left: none; border-top: 1px solid rgba(220,110,50,0.10); }
}
@media (max-width: 700px) {
  .sp-header-inner { padding: 12px 20px; }
  .sp-brand { display: none; }
  .sp-hero { padding: 40px 20px 32px; }
  .sp-hero-title { font-size: 30px; letter-spacing: 6px; }
  .sp-results { padding: 0 16px 80px; }
  .sp-grid { grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 14px; }
  .sp-deco-lotus--left { width: 200px; height: 280px; left: -50px; }
  .sp-deco-lotus--right { display: none; }
}
