/* ============================================================
   主题：门户（默认主题）
   青绿科技风 · 四大频道聚合门户
   ============================================================ */
body.theme-portal {
  --p: #0d9488;
  --p-dark: #0f766e;
  --p-light: #ccfbf1;
  --bg: #f1f5f9;
  --radius: 12px;
}

body.theme-portal .p-hero {
  background: linear-gradient(120deg, #134e4a 0%, #0f766e 45%, #0d9488 100%);
}

body.theme-portal .p-hero-search button { background: #f59e0b; }
body.theme-portal .p-hero-search button:hover { background: #d97706; }
