.trw-market-dashboard{
    width:100%;max-width:1180px;margin:24px auto;padding:22px;
    background:#f6f8fb;border:1px solid #e2e6eb;border-radius:18px;
    box-sizing:border-box;
}
.trw-market-dashboard *{box-sizing:border-box}
.trw-market-heading{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:22px}
.trw-market-heading h2{margin:0 0 4px;font-size:clamp(26px,4vw,38px);line-height:1.15}
.trw-market-heading p{margin:0;color:#68707b}
.trw-market-badge{background:#fff;border:1px solid #d7dce2;border-radius:999px;padding:8px 13px;font-size:13px;font-weight:700;white-space:nowrap}
.trw-market-section-title{display:flex;justify-content:space-between;align-items:center;margin:8px 0 12px}
.trw-market-section-title h3{margin:0;font-size:22px}
.trw-crypto-title,.trw-watch-title{margin-top:28px}
.trw-market-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.trw-market-card{background:#fff;border:1px solid #dfe3e8;border-radius:14px;padding:12px;min-width:0;box-shadow:0 2px 8px rgba(0,0,0,.035)}
.trw-market-card-title{font-weight:800;font-size:16px;margin:0 0 8px 2px}
.trw-market-frame-wrap{width:100%;height:190px;overflow:hidden;border-radius:10px;background:#fff}
.trw-market-frame-wrap iframe{display:block;width:100%;height:100%;border:0}
.trw-market-grid-crypto{grid-template-columns:repeat(2,minmax(0,1fr))}
.trw-market-note{margin:22px 4px 2px;text-align:center;color:#6d7580;font-size:13px}

/* VIX */
.trw-vix-card{color:#1f2937}
.trw-vix-head{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:8px}
.trw-vix-price{font-size:31px;font-weight:800;line-height:1}
.trw-vix-change{font-size:15px;font-weight:700;margin-top:7px}
.trw-vix-change.up{color:#b4232c}
.trw-vix-change.down{color:#0f8a67}
.trw-vix-label{font-size:12px;text-transform:uppercase;letter-spacing:.04em;color:#6b7280;text-align:right}
.trw-vix-chart{height:105px;margin-top:8px;color:#b4232c}
.trw-vix-chart svg{width:100%;height:100%;display:block}
.trw-vix-asof{font-size:11px;color:#7b828c;margin-top:6px}
.trw-vix-fallback{height:150px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:#6b7280;gap:6px}

/* Compact Watchlist */
.trw-watch-compact{background:#fff;border:1px solid #dfe3e8;border-radius:14px;padding:12px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.035)}
.trw-watch-compact .vsforge-smw-ticker{margin:0!important}
.trw-watch-fallback{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}
.trw-watch-fallback span{background:#fff;border:1px solid #dfe3e8;border-radius:10px;padding:12px;font-weight:800;text-align:center}

@media(max-width:760px){
    .trw-market-dashboard{padding:14px;border-radius:14px}
    .trw-market-heading{align-items:flex-start;flex-direction:column}
    .trw-market-grid,.trw-market-grid-crypto{grid-template-columns:1fr}
    .trw-watch-fallback{grid-template-columns:repeat(2,minmax(0,1fr))}
    .trw-market-frame-wrap{height:205px}
}
@media(min-width:1100px){
    .trw-market-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
    .trw-market-grid-crypto{grid-template-columns:repeat(2,minmax(0,1fr))}
    .trw-market-frame-wrap{height:180px}
}
