/* 统一约定：升星/上涨=红；降星/下跌=绿。 */
.stock-up,.rise-row .num,.rise-row small{color:#e53935!important;font-weight:800!important}
.stock-down,.fall-row .num,.fall-row small{color:#0b9f5a!important;font-weight:800!important}
.flow-icons{display:inline-flex;gap:4px;white-space:nowrap}
.flow-icons .num{font-weight:800;text-decoration:none}
#drillRows .rise-row{background:rgba(229,57,53,.10)!important}
#drillRows .fall-row{background:rgba(11,159,90,.10)!important}
/* 当日网格长星级结构汇总板块 */
#dailyStarStructure{margin:14px 0}.daily-structure-card{border-top:3px solid #e7242e;padding:16px 18px!important}
.daily-structure-heading{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:12px}
.daily-structure-heading h2{margin:0;font-weight:800;color:#1c314a}.daily-structure-heading p{margin:4px 0 0;color:#718096;font-size:12px}
.daily-date-badge{display:flex;align-items:center;gap:10px;padding:7px 12px;border:1px solid #f1b7ba;border-radius:8px;background:#fff7f7;color:#bd2028}
.daily-date-badge small{color:#7a8797}.daily-date-badge strong{font-size:15px}
.daily-structure-table{border-collapse:separate;border-spacing:0;width:100%}
.daily-structure-table th,.daily-structure-table td{border:0!important;border-bottom:1px solid #e4e9ef!important;padding:9px 12px;text-align:center}
.daily-structure-table th:first-child,.daily-structure-table td:first-child{text-align:left;font-weight:700}
.daily-structure-table thead th{background:#f4f7fa;color:#506176;font-size:13px;border-top:1px solid #e4e9ef!important}
.daily-structure-table thead th:first-child{border-radius:8px 0 0 0}.daily-structure-table thead th:last-child{border-radius:0 8px 0 0}
.daily-summary td{background:#fff8db!important;font-weight:800;font-size:15px;border-bottom-color:#f0d981!important}
.daily-structure-table tbody tr:not(.daily-summary):nth-child(odd) td{background:#fafbfd}
.daily-structure-table tbody tr:hover td{background:#f3f7fb!important}
@media(max-width:640px){.daily-structure-heading{align-items:flex-start;flex-direction:column}.daily-structure-table{min-width:650px}.daily-date-badge{align-self:stretch;justify-content:space-between}}
