/* 首页所有核心模块统一风格 */
#home .hero-title-card,
#home .market-overview-card,
#home .tradingview-home-card,
#home .hero > .card,
#home .hot-market-card{

    background:rgba(255,255,255,.02)!important;
    border:1px solid rgba(255,255,255,.05)!important;
    backdrop-filter:blur(8px)!important;

    box-shadow:none!important;
}

/* 去除之前残留发光效果 */
#home .hero-title-card::before,
#home .hero-title-card::after,
#home .hero > .card::before,
#home .hero > .card::after,
#home .hot-market-card::before,
#home .hot-market-card::after{
    display:none!important;
}

/* TradingView外层与市场总览保持一致 */
#home .tradingview-home-card{
    border-radius:24px!important;
}

/* 市场总览卡片 */
#home .market-overview-card{
    border-radius:20px!important;
}

/* Hero模块 */
#home .hero-title-card{
    border-radius:28px!important;
}

/* 热门行情 */
#home .hot-market-card,
#home .hero > .card{
    border-radius:28px!important;
}

