/* yf-inline CSS bundle — extracted from index.html inline <style> blocks
 * Source: index.html.bak_20260609_before_curl_shell_refactor (L27, L93-119, L167-314)
 * Generated: 2026-06-09
 */

/* === [1] SmartChat label pulse (L27) === */
@keyframes yfPulse { 0%,100%{transform:translateY(0);} 50%{transform:translateY(-3px);} }

/* === [2] 支付通道 Toast (L93-119) === */
.yf-paychannel-toast {
  position: fixed;
  top: 380px;
  right: 16px;
  max-width: 300px;
  padding: 12px 16px;
  border-radius: 10px;
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  z-index: 9999;
  box-shadow: 0 4px 16px rgba(0,0,0,0.2);
  animation: yfPayToastIn 0.3s ease;
  display: none;
  pointer-events: none;
}
.yf-paychannel-toast.show { display: block; }
.yf-paychannel-toast.yf-tip-alipay { background: linear-gradient(135deg, #1976d2, #42a5f5); }
.yf-paychannel-toast.yf-tip-other  { background: linear-gradient(135deg, #f57c00, #ffb74d); }
.yf-paychannel-toast .yf-pt-title { font-weight: bold; margin-bottom: 4px; }
.yf-paychannel-toast .yf-pt-icon  { margin-right: 6px; }
@keyframes yfPayToastIn {
  from { opacity: 0; transform: translateX(20px); }
  to   { opacity: 1; transform: translateX(0); }
}

/* === [3] 付款周期 Toast + 教程高亮 + UniClash 卡 + 商城高亮 (L167-314) === */
.payment-tip-toast {
  position: fixed;
  top: 70px;
  right: 16px;
  max-width: 280px;
  padding: 12px 16px;
  border-radius: 10px;
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  z-index: 9999;
  box-shadow: 0 4px 16px rgba(0,0,0,0.2);
  animation: tipSlideIn 0.3s ease;
  display: none;
}
.payment-tip-toast.show { display: block; }
.payment-tip-toast.tip-monthly { background: linear-gradient(135deg, #1976d2, #42a5f5); }
.payment-tip-toast.tip-quarterly { background: linear-gradient(135deg, #00897b, #4db6ac); }
.payment-tip-toast.tip-yearly { background: linear-gradient(135deg, #7b1fa2, #ba68c8); }
.payment-tip-toast.tip-onetime { background: linear-gradient(135deg, #f57c00, #ffb74d); }
.payment-tip-toast.tip-reset { background: linear-gradient(135deg, #e91e63, #f48fb1); }
.payment-tip-toast .tip-icon { margin-right: 8px; }
.payment-tip-toast .tip-title { font-weight: bold; margin-bottom: 4px; padding-right: 22px; }
.payment-tip-toast .tip-close { position:absolute; top:6px; right:8px; width:22px; height:22px; line-height:20px; text-align:center; font-size:18px; font-weight:700; color:rgba(255,255,255,0.85); cursor:pointer; border-radius:50%; transition:all .15s; user-select:none; }
.payment-tip-toast .tip-close:hover { background:rgba(255,255,255,0.25); color:#fff; }
@keyframes tipSlideIn {
  from { opacity: 0; transform: translateX(20px); }
  to { opacity: 1; transform: translateX(0); }
}

.yf-tutorial-highlight {
  color: #d63384 !important;
  font-weight: 600 !important;
  transition: color 0.25s;
}
.yf-tutorial-highlight:hover {
  color: #b02a6c !important;
}

.yf-app-download-card {
  padding: 16px 18px !important;
  background: linear-gradient(135deg, #f0f7ff 0%, #e6f3ff 100%);
  border-radius: 12px;
}
.yf-app-section {
  margin-bottom: 12px;
}
.yf-app-section.recommend {
  background: #fff;
  border: 2px solid #1976d2;
  border-radius: 10px;
  padding: 12px 14px;
  box-shadow: 0 2px 8px rgba(25,118,210,0.08);
}
.yf-app-section.fallback {
  background: rgba(255,255,255,0.55);
  border: 1px dashed #aaa;
  border-radius: 10px;
  padding: 10px 14px;
}
.yf-app-section .yf-app-tag {
  display: inline-block;
  padding: 2px 10px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 8px;
}
.yf-app-section.recommend .yf-app-tag {
  background: #1976d2;
  color: #fff;
}
.yf-app-section.fallback .yf-app-tag {
  background: #888;
  color: #fff;
}
.yf-app-section .yf-app-title {
  font-size: 16px;
  font-weight: bold;
  color: #0d47a1;
  margin-bottom: 6px;
}
.yf-app-section.fallback .yf-app-title {
  color: #555;
  font-size: 14px;
}
.yf-app-pros, .yf-app-cons {
  list-style: none;
  padding: 0;
  margin: 6px 0 10px 0;
  font-size: 13px;
  line-height: 1.7;
}
.yf-app-pros li::before { content: "\2705 "; }
.yf-app-cons li::before { content: "\26A0\FE0F "; }
.yf-app-cta-btn {
  display: block;
  text-align: center;
  padding: 11px 14px;
  background: linear-gradient(135deg, #1976d2, #1565c0);
  color: #fff !important;
  font-size: 14px;
  font-weight: bold;
  border-radius: 8px;
  text-decoration: none !important;
  transition: all 0.2s;
  margin-top: 6px;
}
.yf-app-cta-btn:hover {
  background: linear-gradient(135deg, #1565c0, #0d47a1);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(25,118,210,0.3);
}
.yf-app-fallback-list {
  list-style: none;
  padding: 0;
  margin: 4px 0 6px 0;
  font-size: 12.5px;
  line-height: 1.8;
  color: #555;
}
.yf-app-helper-links {
  margin-top: 6px;
  font-size: 12px;
  color: #888;
  text-align: center;
}
.yf-app-helper-links a {
  color: #1976d2 !important;
  margin: 0 6px;
}

.yf-shop-highlight {
  color: #ff6b35 !important;
  font-weight: bold !important;
  background: linear-gradient(135deg, rgba(255,107,53,0.08), rgba(255,193,7,0.08)) !important;
  border-radius: 6px;
  padding: 2px 6px !important;
  transition: all 0.3s;
}
.yf-shop-highlight:hover {
  background: linear-gradient(135deg, rgba(255,107,53,0.20), rgba(255,193,7,0.20)) !important;
}
