body.home-page{background:var(--sp-bg)}.home-hero-actions{display:flex;gap:16px;margin-top:32px;flex-wrap:wrap}.home-btn{display:inline-flex;align-items:center;justify-content:center;height:48px;padding:0 32px;border-radius:var(--sp-radius-pill);font-size:16px;font-weight:700;transition:transform .15s ease,box-shadow .15s ease,background .15s ease,color .15s ease;cursor:pointer;white-space:nowrap}.home-btn-primary{background:var(--sp-mint);color:var(--sp-ink)}.home-btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 24px #79efbd66;color:var(--sp-ink)}.home-btn-ghost{background:transparent;color:#f7f6ff;border:1px solid rgba(247,246,255,.6)}.home-btn-ghost:hover{border-color:#fff;background:#f7f6ff1f;color:#fff}.home-section{width:100%;padding:64px 0}.home-section-inner{max-width:1200px;margin:0 auto;padding:0 24px}.home-section-head{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:28px}.home-section-title{font-size:32px;font-weight:800;color:var(--sp-ink);margin:0}.home-section-more{font-size:15px;font-weight:600;color:var(--sp-purple)}.home-section-more:hover{color:var(--sp-purple-2)}.home-hot-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.home-hot-loading{grid-column:1 / -1;text-align:center;color:var(--sp-text-muted);padding:48px 0;font-size:15px}.home-hot-card{display:block;background:var(--sp-bg);border:1px solid var(--sp-border);border-radius:var(--sp-radius-card);padding:22px;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease}.home-hot-card:hover{transform:translateY(-4px);box-shadow:var(--sp-shadow-card);border-color:transparent;color:inherit}.home-hot-top{display:flex;align-items:center;gap:12px;margin-bottom:18px}.home-hot-icon{width:36px;height:36px;border-radius:50%;overflow:hidden;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.home-hot-icon img{width:100%;height:100%;object-fit:cover}.home-hot-icon-text{background:var(--sp-bg-soft);color:var(--sp-purple);font-size:12px;font-weight:700}.home-hot-name{display:flex;align-items:baseline;gap:2px}.home-hot-base{font-size:18px;font-weight:800;color:var(--sp-ink)}.home-hot-quote{font-size:13px;color:var(--sp-text-muted)}.home-hot-price{font-size:24px;font-weight:800;color:var(--sp-ink);margin-bottom:6px}.home-hot-change{font-size:15px;font-weight:700}.home-hot-change.up{color:var(--sp-up)}.home-hot-change.down{color:var(--sp-down)}.home-cta-section{padding-top:0}.home-cta-card{background:linear-gradient(135deg,var(--sp-purple) 0%,var(--sp-purple-2) 100%);border-radius:24px;padding:56px 48px;text-align:center;color:#f7f6ff}.home-cta-title{font-size:32px;font-weight:800;margin:0 0 12px;color:#f7f6ff}.home-cta-desc{font-size:17px;color:#f7f6ffd9;margin:0 0 8px}.home-cta-card .home-hero-actions{justify-content:center;margin-top:28px}@media(max-width:991px){.home-hot-grid{grid-template-columns:repeat(2,1fr)}.home-section{padding:44px 0}.home-section-title{font-size:26px}.home-cta-card{padding:40px 24px}.home-cta-title{font-size:26px}}@media(max-width:560px){.home-hot-grid{grid-template-columns:1fr 1fr;gap:12px}.home-hot-card{padding:16px}.home-hot-price{font-size:20px}.home-hero-actions{flex-direction:column}.home-btn{width:100%}}
