:root{
  --bg:#f3f6fb;
  --card:#ffffff;
  --line:#dbe3ef;
  --text:#0f172a;
  --muted:#64748b;
  --brand:#0f4db8;
  --brand-dark:#0b3b8a;
  --accent:#16a34a;
  --accent-dark:#12803e;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;background:var(--bg);color:var(--text)}
a{text-decoration:none;color:inherit}
img{display:block;max-width:100%;height:auto}
button{font:inherit}
.container{width:min(440px,calc(100% - 18px));margin:0 auto}
.fixedHeader{position:sticky;top:0;z-index:50;border-bottom:1px solid rgba(255,255,255,.16)}
.topbar{background:linear-gradient(180deg,var(--brand),var(--brand-dark));color:#fff;box-shadow:0 8px 20px rgba(15,77,184,.18)}
.row{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 0}
.brand{display:flex;align-items:center;gap:10px;font-weight:900}
.brand img{width:34px;height:34px;border-radius:10px;background:#fff;padding:2px}
.actions{display:flex;align-items:center;gap:8px}
.navLink{display:inline-flex;align-items:center;justify-content:center;padding:8px 12px;border-radius:999px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.18);color:#fff;font-weight:800}
.navButton{cursor:pointer}
.heroBlock,.heroPlatform,.contentCard,.listCard,.infoCard,.statBox,.heroCard,.disclaimerBox{background:var(--card);border:1px solid var(--line);border-radius:18px;box-shadow:0 10px 30px rgba(15,23,42,.05)}
.heroBlock{padding:18px;display:grid;gap:14px;margin-top:12px}
.eyebrow{display:inline-block;font-size:12px;font-weight:800;color:var(--brand);background:#e8f0ff;padding:6px 10px;border-radius:999px}
.heroBlock h1,.heroText h1{margin:10px 0 8px;font-size:18px;line-height:1.08}
.heroBlock p,.heroText p,.pageIntro,.contentCard p,.platformMeta p{margin:0;color:var(--muted);line-height:1.58;font-size:14px}
.heroActions,.ctaStack{display:flex;gap:10px;flex-wrap:wrap}
.primaryBtn,.secondaryBtn,.ghostBtn,.rowBtn{display:inline-flex;align-items:center;justify-content:center;padding:13px 16px;border-radius:14px;font-weight:900}
.primaryBtn{background:linear-gradient(180deg,var(--accent),var(--accent-dark));color:#fff;box-shadow:0 10px 24px rgba(22,163,74,.22)}
.secondaryBtn,.rowBtn{background:linear-gradient(180deg,var(--brand),var(--brand-dark));color:#fff}
.ghostBtn{background:#eef4ff;color:var(--brand);border:1px solid #c7dafd}
.heroCard{padding:14px;display:grid;gap:10px}
.metric{display:flex;align-items:baseline;justify-content:space-between;border-bottom:1px dashed var(--line);padding-bottom:8px}
.metric:last-child{border-bottom:0;padding-bottom:0}
.metric strong{font-size:22px}
.metric span{font-size:13px;color:var(--muted)}
.section{margin-top:14px}
.sectionHead{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:10px}
.sectionHead a{font-size:13px;font-weight:800;color:var(--brand)}
.sectionTitlePlain,.pageHeading{margin:0 0 10px;font-size:22px;line-height:1.15}
.infoGrid,.reviewGrid{display:grid;gap:10px}
.infoCard,.contentCard{padding:16px}
.infoCard h3,.contentCard h2{margin:0 0 8px;font-size:18px}
.listCard{overflow:hidden}
.directoryRow{display:grid;grid-template-columns:30px 58px 1fr auto;gap:10px;align-items:center;padding:12px;border-bottom:1px solid var(--line)}
.directoryRow:last-child{border-bottom:0}
.rankBadge{width:30px;height:30px;border-radius:999px;background:#eaf1ff;color:var(--brand);display:grid;place-items:center;font-weight:900;font-size:13px}
.platformIcon,.heroLogo{width:58px;height:58px;border-radius:16px;border:1px solid var(--line);background:#fff;object-fit:cover}
.platformMeta h2,.platformMeta h3{margin:0 0 4px;font-size:16px;line-height:1.2}
.metaChips{display:flex;flex-wrap:wrap;gap:6px;margin-top:6px}
.metaChips span{font-size:11px;font-weight:800;color:#345;background:#eef3fb;padding:6px 8px;border-radius:999px}
.heroPlatform{padding:12px;margin-top:12px;overflow:hidden}
.heroBanner img{width:100%;border-radius:14px;aspect-ratio:16/8;object-fit:cover;background:#e2e8f0}
.heroPanel{display:flex;gap:12px;align-items:flex-start;margin-top:12px}
.heroText{flex:1}
.statsStrip{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:12px}
.statBox{padding:12px}
.statBox span{display:block;font-size:12px;color:var(--muted);margin-bottom:6px}
.statBox strong{font-size:14px;line-height:1.35}
.twoCol,.reviewGrid{grid-template-columns:1fr}
.bulletList{margin:0;padding-left:18px;color:var(--text)}
.bulletList li{margin:0 0 8px;line-height:1.5}
.faqList{display:grid;gap:10px}
.faqItem{border:1px solid var(--line);border-radius:14px;background:#fafcff;padding:0 14px}
.faqItem summary{cursor:pointer;list-style:none;padding:14px 0;font-weight:800}
.faqItem summary::-webkit-details-marker{display:none}
.faqAnswer{color:var(--muted);font-size:14px;line-height:1.58;padding-bottom:4px}
.disclaimerBox{padding:14px;margin-top:14px;background:#0f172a;color:#e2e8f0}
.disclaimerBox p{margin:0;line-height:1.58;font-size:13px}
.footer{margin-top:18px;background:#0f172a;color:#fff;padding:18px 0}
.footer .btns{display:flex;gap:8px;flex-wrap:wrap;justify-content:center;margin-bottom:10px}
.footer .btns a{border:1px solid rgba(255,255,255,.15);background:#172033;color:#fff;padding:10px 12px;border-radius:12px;cursor:pointer;font-weight:800}
.footer small{display:block;text-align:center;color:#c7d2fe;line-height:1.5}
.modalOverlay{position:fixed;inset:0;background:rgba(2,6,23,.6);display:none;z-index:90}
.modalOverlay.open{display:block}
.modal{position:fixed;inset:0;display:none;align-items:center;justify-content:center;padding:14px;z-index:100}
.modal.open{display:flex}
.modalBox{width:min(430px,100%);background:#fff;border-radius:18px;overflow:hidden;border:1px solid var(--line)}
.modalHead{display:flex;align-items:center;justify-content:space-between;background:#0f172a;color:#fff;padding:14px;font-weight:900}
.modalClose{background:none;border:0;color:#fff;font-size:22px;cursor:pointer}
.modalBody{padding:14px;max-height:70vh;overflow:auto;color:var(--text);line-height:1.6}
@media (min-width:700px){
  .container{width:min(760px,calc(100% - 24px))}
  .heroBlock{grid-template-columns:1.3fr .9fr;align-items:start}
  .infoGrid,.reviewGrid,.twoCol{grid-template-columns:1fr 1fr}
  .statsStrip{grid-template-columns:repeat(3,minmax(0,1fr))}
}
.altIntro{margin-top:8px !important}
.compactHead{margin-bottom:12px}
.smallTitle{font-size:18px;margin-bottom:0}
.rankList{display:grid;gap:8px}
.rankRow{display:grid;grid-template-columns:30px 58px 1fr auto;gap:10px;align-items:center;padding:10px 0;border-bottom:1px solid var(--line)}
.rankRow:last-child{border-bottom:0}
.rankRow.isCurrent{background:#f8fbff;border:1px solid #d7e6ff;border-radius:16px;padding:10px}
.miniBtn{display:inline-flex;align-items:center;justify-content:center;padding:10px 12px;border-radius:12px;background:#edf4ff;color:var(--brand);font-weight:900;border:1px solid #cfe0ff}
.relatedGrid{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.relatedCard{display:flex;flex-direction:column;gap:6px;padding:12px;border:1px solid var(--line);border-radius:14px;background:#fbfdff}
.relatedCard strong{font-size:14px;line-height:1.25}
.relatedCard span{font-size:12px;color:var(--muted);line-height:1.4}
.textLinkList{margin:0;padding-left:18px}
.textLinkList li{margin:0 0 10px;line-height:1.5}
.textLinkList a{color:var(--brand);font-weight:800}
@media (max-width:480px){
  .rankRow,.directoryRow{grid-template-columns:28px 52px 1fr auto;gap:8px}
  .relatedGrid{grid-template-columns:1fr}
  .miniBtn,.rowBtn{padding:10px 12px}
}
.statsDense .statBox strong{font-size:15px}
.compactMeta .subline,.platformMeta .subline{margin:2px 0 0;color:#475569;font-size:13px;line-height:1.35}
.compactMeta .minline,.platformMeta .minline{margin:2px 0 0;color:#16a34a;font-size:13px;font-weight:700;line-height:1.35}
.contentCard p{margin:0 0 12px;line-height:1.62;color:#334155}
.contentCard p:last-child{margin-bottom:0}
.section + .section{margin-top:14px}

.keywordTicker{margin-top:12px;border:1px solid var(--line);border-radius:14px;background:#f8fbff;overflow:hidden;position:relative}
.keywordTickerTrack{display:flex;gap:10px;align-items:center;white-space:nowrap;padding:10px 14px;min-width:max-content;animation:bpdTicker 28s linear infinite}
.keywordTicker span{display:inline-flex;align-items:center;justify-content:center;padding:7px 10px;border-radius:999px;background:#eef4ff;color:var(--brand);font-size:12px;font-weight:800;border:1px solid #d6e4ff}
@keyframes bpdTicker{from{transform:translateX(0)}to{transform:translateX(-50%)}}
.heroBanner img{width:100%;border-radius:14px;aspect-ratio:1/1;object-fit:cover;background:#e2e8f0}
@media (min-width:700px){.heroBanner img{aspect-ratio:16/8}}


.srOnly{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.heroStats{margin-top:12px}
.heroPlatform .statsStrip{margin-top:12px}
.keywordTickerTrack:hover{animation-play-state:paused}


.heroKeyline{display:flex;flex-wrap:wrap;gap:8px;margin:8px 0 10px}
.heroKeyline span{display:inline-flex;align-items:center;padding:6px 10px;border-radius:999px;background:#eaf1ff;border:1px solid #cfe0ff;color:#1847a8;font-size:12px;font-weight:700;line-height:1.2}
.srOnly{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
@media (max-width: 640px){.heroKeyline span{font-size:11px;padding:5px 8px}}

:root{
  --bg:#edf3ff;
  --card:#ffffff;
  --line:#d6e2f3;
  --shadow:0 18px 42px rgba(15,23,42,.08);
}
body{
  background:
    radial-gradient(circle at top center, rgba(59,130,246,.10), transparent 28%),
    linear-gradient(180deg, #eef4ff 0%, #f7faff 32%, #edf3ff 100%);
}
.heroPlatform,.contentCard,.listCard,.infoCard,.statBox,.heroCard,.disclaimerBox{
  box-shadow:var(--shadow);
}
.heroPlatform{
  padding:14px;
  border-radius:22px;
  background:linear-gradient(180deg,#ffffff 0%,#fbfdff 100%);
}
.heroBanner img{
  border-radius:18px;
  box-shadow:0 16px 40px rgba(2,6,23,.14);
}
.heroPanel{
  align-items:center;
}
.heroLogo{
  width:64px;
  height:64px;
  border-radius:18px;
  box-shadow:0 10px 26px rgba(15,77,184,.16);
}
.heroText h1{
  font-size:clamp(30px,5vw,40px);
  letter-spacing:-.03em;
}
.heroText p,.contentCard p{
  font-size:15px;
}
.topSignals{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
  margin-top:12px;
}
.signalPill{
  padding:12px 10px;
  border-radius:16px;
  color:#fff;
  background:linear-gradient(180deg,#1d4ed8 0%,#0b3b8a 100%);
  box-shadow:0 14px 30px rgba(29,78,216,.18);
}
.signalPill:nth-child(2){background:linear-gradient(180deg,#0f766e 0%,#115e59 100%);}
.signalPill:nth-child(3){background:linear-gradient(180deg,#7c3aed 0%,#5b21b6 100%);}
.signalPill span{display:block;font-size:11px;opacity:.86;margin-bottom:5px;text-transform:uppercase;letter-spacing:.04em}
.signalPill strong{display:block;font-size:15px;line-height:1.25}
.statsStrip{
  gap:12px;
}
.statBox{
  border-radius:16px;
  background:linear-gradient(180deg,#fff 0%,#f9fbff 100%);
}
.primaryBtn,.secondaryBtn,.miniBtn,.rowBtn{
  border-radius:16px;
  min-width:132px;
}
.ctaStack{margin-top:12px}
.keywordTicker{
  margin-top:12px;
  background:linear-gradient(180deg,#f8fbff 0%,#edf4ff 100%);
}
.keywordTicker span{
  background:#fff;
}
.rankRow{
  border-radius:16px;
  padding:12px;
  border:1px solid transparent;
  background:linear-gradient(180deg,#fff 0%,#fbfdff 100%);
}
.rankRow:last-child{border-bottom:1px solid var(--line)}
.rankRow.isCurrent{
  background:linear-gradient(180deg,#eff6ff 0%,#f8fbff 100%);
  box-shadow:0 10px 24px rgba(29,78,216,.08);
}
.relatedCard{
  transition:transform .18s ease, box-shadow .18s ease;
}
.relatedCard:hover{
  transform:translateY(-2px);
  box-shadow:0 12px 28px rgba(15,23,42,.08);
}
.legalBlock{
  background:linear-gradient(180deg,#ffffff 0%,#f9fbff 100%);
}
.disclaimerBox{
  border-radius:18px;
  background:linear-gradient(180deg,#0f172a 0%,#111f3c 100%);
}
@media (max-width:640px){
  .container{width:min(460px,calc(100% - 14px));}
  .heroText h1{font-size:24px}
  .topSignals{grid-template-columns:1fr 1fr 1fr}
  .signalPill{padding:10px 8px;border-radius:14px}
  .signalPill strong{font-size:13px}
  .heroKeyline{gap:6px}
  .heroKeyline span{font-size:11px}
}

.heroPlatform.heroCtr{
    padding:16px 14px 18px;
    border-radius:24px;
    background:linear-gradient(180deg,#ffffff 0%,#f7fbff 100%);
    box-shadow:0 18px 40px rgba(10,35,90,.08);
    border:1px solid #d7e6ff;
}
.heroCtr .heroTop{
    display:grid;
    gap:10px;
}
.heroCtr .heroTop h1{
  margin: 0 0 6px;
  font-size: 22px;
  line-height: 1.12;
  letter-spacing: -0.02em;
  font-weight: 800;
}
@media (max-width: 768px){
  .heroCtr .heroTop h1{
    font-size: 20px;
    line-height: 1.1;
    margin-bottom: 6px;
  }
}
.heroCtr .heroBanner{
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 14px 28px rgba(0,0,0,.12);
}
.heroCtr .heroBanner img{
     width: 50%;
  display: block;
  margin: 0 auto; /* 居中关键 */
  aspect-ratio: 1 / 1;
  object-fit: cover;
}
.heroCtr .heroCtaCard{
    margin-top:12px;
    padding:14px;
    border-radius:20px;
    background:#fff;
    border:1px solid #dfe8ff;
    box-shadow:0 10px 24px rgba(12,33,79,.08);
}
.heroCtr .heroMetaLine{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
    margin-bottom:12px;
}
.heroCtr .heroMetaLine span{
    display:inline-flex;
    align-items:center;
    min-height:28px;
    padding:0 10px;
    border-radius:999px;
    background:#f8fbff;
    border:1px solid #dbe5f3;
    color:#35527f;
    font-size:.8rem;
    font-weight:700;
}
.heroCtr .ctaLead{
    display:grid;
    gap:10px;
}
.heroCtr .ctaHead{
    display:flex;
    align-items:center;
    gap:12px;
}
.heroCtr .ctaHead img{
    width:54px;
    height:54px;
    border-radius:14px;
    object-fit:cover;
    border:2px solid #fff;
    box-shadow:0 8px 20px rgba(0,0,0,.12);
}
.heroCtr .ctaHeadText{
    display:grid;
    gap:2px;
}
.heroCtr .ctaHeadText strong{
    font-size:1.02rem;
    line-height:1.15;
}
.heroCtr .ctaHeadText span{
    font-size:.9rem;
    color:#3c5f99;
}
.heroCtr .ctaButtons{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:10px;
}
.heroCtr .ctaButtons a{
    min-height:52px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:999px;
    text-decoration:none;
    font-weight:800;
    letter-spacing:.01em;
    box-shadow:0 12px 22px rgba(0,0,0,.12);
}
.heroCtr .ctaButtons .primaryBtn{
    color:#fff;
    background:linear-gradient(180deg,#ff3b2f 0%,#ccab0b 100%);
    border:1px solid #b20e09;
    animation:bpdPulse 1.8s infinite;
}
.heroCtr .ctaButtons .secondaryBtn{
    color:#fff;
    background:linear-gradient(180deg,#999 0%,#fff 100%);
    border:1px solid #143d9c;
}
.heroCtr .heroTopSignals{
    margin-top:12px;
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:10px;
}

.heroCtr .heroTopSignals .signalPill{
    min-height:68px;
    border-radius:16px;
    padding:10px 12px;
    display:grid;
    align-content:space-between;
    background:#f7faff;
    border:1px solid #d9e4f4;
    color:#0f172a;
    box-shadow:none;
}

.heroCtr .heroTopSignals .signalPill:nth-child(1),
.heroCtr .heroTopSignals .signalPill:nth-child(2),
.heroCtr .heroTopSignals .signalPill:nth-child(3),
.heroCtr .heroTopSignals .signalPill:nth-child(4){
    background:#f7faff;
}

.heroCtr .heroTopSignals span{
    font-size:.72rem;
    font-weight:800;
    text-transform:uppercase;
    letter-spacing:.05em;
    color:#64748b;
    opacity:1;
}

.heroCtr .heroTopSignals strong{
    font-size:1.02rem;
    line-height:1.1;
    color:#0f172a;
}
.heroCtr .altIntro{
    margin:14px 0 0;
}
.heroCtr .srOnlyTitle{
    position:absolute!important;
    width:1px!important;
    height:1px!important;
    padding:0!important;
    margin:-1px!important;
    overflow:hidden!important;
    clip:rect(0,0,0,0)!important;
    white-space:nowrap!important;
    border:0!important;
}
.heroCtr .keywordTicker{
    margin-top:12px;
}
.heroCtr .statsStrip{
    margin-top:14px;
}
.heroCtr .statsDense{
    gap:10px;
}
.heroCtr .statBox{
    border-radius:18px;
}
.mobileStickyCta{
    position:fixed;
    left:10px;
    right:10px;
    bottom:10px;
    z-index:999;
    display:none;
}
.mobileStickyCta .mobileStickyInner{
    display:flex;
    align-items:center;
    gap:10px;
    padding:10px;
    border-radius:18px;
    background:rgba(12,20,44,.94);
    color:#fff;
    box-shadow:0 20px 40px rgba(0,0,0,.28);
    backdrop-filter:blur(10px);
}
.mobileStickyCta .stickyThumb{
    width:42px;
    height:42px;
    border-radius:12px;
    object-fit:cover;
    border:1px solid rgba(255,255,255,.18);
}
.mobileStickyCta .stickyMeta{
    min-width:0;
    flex:1 1 auto;
    display:grid;
    gap:2px;
}
.mobileStickyCta .stickyMeta strong{
    font-size:.92rem;
    line-height:1.1;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.mobileStickyCta .stickyMeta span{
    font-size:.75rem;
    color:#c9d5ff;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.mobileStickyCta .stickyBtns{
    display:flex;
    gap:8px;
}
.mobileStickyCta .stickyBtns a{
    min-width:78px;
    min-height:40px;
    padding:0 25px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:999px;
    text-decoration:none;
    font-weight:800;
    font-size:10px;
}
.mobileStickyCta .stickyBtns .play{
    color:#fff;
    background:linear-gradient(180deg,#ff3b2f 0%,#cc120b 100%);
}
.mobileStickyCta .stickyBtns .app{
    color:#fff;
    background:linear-gradient(180deg,#fff 0%,#64748b 100%);
}
@keyframes bpdPulse{
    0%{transform:scale(1);box-shadow:0 12px 22px rgba(204,18,11,.28);}
    50%{transform:scale(1.02);box-shadow:0 16px 28px rgba(204,18,11,.36);}
    100%{transform:scale(1);box-shadow:0 12px 22px rgba(204,18,11,.28);}
}
@media (max-width: 767px){
    .heroCtr .ctaButtons{
        grid-template-columns:1fr;
    }
    .heroCtr .heroTopSignals{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }
    .mobileStickyCta{display:block;}
    body{padding-bottom:88px;}
}
.altIntro{
  font-size:14px;
  line-height:1.45;
  margin:10px 0 14px;
  color:#1f2a44;
}
@media (max-width:768px){
  .altIntro{
    font-size:13px;
    line-height:1.4;
    margin:8px 0 12px;
  }
}

.seo-content {
position:absolute;
left:-9999px;
}
.rankRow.isCurrent {
    border-color: #9db7ff;
    box-shadow: 0 0 0 1px rgba(80, 120, 255, 0.15);
}

.miniBtn.current {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #eef3ff;
    color: #2f5fd0;
    cursor: default;
    pointer-events: none;
    text-decoration: none;
    font-weight: 700;
}

.currentLine {
    margin-top: 4px;
    font-size: 12px;
    line-height: 1.35;
    color: #2f5fd0;
    font-weight: 600;
}

.currentAccessCard {
    border: 1px solid #cfdcff;
    box-shadow: 0 0 0 1px rgba(80, 120, 255, 0.08);
}

.currentAccessActions {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 14px;
}

.currentAccessHint {
    margin-top: 12px;
    font-size: 13px;
    line-height: 1.45;
    color: #4b587c;
}

.altIntro.ctaHint{
    font-size: 13px;
    opacity: 0.85;
    margin-top: 6px;
}

.searchBoxBig {
    margin: 16px 0 24px;
}

.searchBoxBig input {
    width: 100%;
    height: 56px;
    font-size: 16px;
    padding: 0 18px;
    border-radius: 14px;
    border: 1px solid #dbe3f0;.ctaHint {
  font-size: 14px;
  font-weight: 600;
  color: #111;
  text-align: center;
  margin-top: 12px;
  line-height: 1.5;

  /* 渐变高端感 */
  background: linear-gradient(90deg, #ff512f, #f09819);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  /* 微动效 */
  animation: pulseText 1.8s infinite;
}

@keyframes pulseText {
  0% { opacity: 0.6; }
  50% { opacity: 1; }
  100% { opacity: 0.6; }
}
.ctaHint span {
  font-size: 18px;
  font-weight: 800;
  color: #ff3b30;
  text-shadow: 0 2px 8px rgba(255, 59, 48, 0.4);
}
    background: #ffffff;
    box-shadow: 0 4px 12px rgba(0,0,0,0.04);
    outline: none;
    transition: all 0.2s ease;
}

.searchBoxBig input:focus {
    border-color: #2f6fed;
    box-shadow: 0 6px 16px rgba(47,111,237,0.15);
}
.ctaHint {
  font-size: 14px;
  font-weight: 600;
  color: #111;
  text-align: center;
  margin-top: 12px;
  line-height: 1.5;

  /* 渐变高端感 */
  background: linear-gradient(90deg, #ff512f, #f09819);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  /* 微动效 */
  animation: pulseText 1.8s infinite;
}

@keyframes pulseText {
  0% { opacity: 0.6; }
  50% { opacity: 1; }
  100% { opacity: 0.6; }
}
.ctaHint span {
  font-size: 18px;
  font-weight: 800;
  color: #ff3b30;
  text-shadow: 0 2px 8px rgba(255, 59, 48, 0.4);
}
.rankRowPriority {
  background: #fbfdff;
}

.rankRowHighlight {
  background: #f7fbff;
  border: 1px solid #d9e9ff;
}

.miniBtnStrong {
  font-weight: 800;
}