.dt-market-section{margin:0 0 26px}.dt-market-heading{display:flex;gap:12px;align-items:baseline;justify-content:space-between;flex-wrap:wrap;margin:0 0 12px}.dt-market-heading h2{margin:0;font-size:21px;color:#514c96}.dt-market-heading p{margin:0;font-size:12px;color:#6c7078}.dt-market-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.dt-index-card,.dt-bulletin-card{min-width:0;background:#fff;border:1px solid #e5e5e9;border-radius:8px;padding:16px}.dt-index-card{border-top:3px solid #514c96}.dt-index-title{display:flex;justify-content:space-between;align-items:center;gap:8px}.dt-index-title strong{font-size:19px;color:#514c96}.dt-index-title span{font-size:12px;color:#6c7078}.dt-index-values{display:flex;align-items:baseline;justify-content:space-between;gap:8px;margin:12px 0}.dt-index-values b{font-size:27px}.dt-index-values span{font-weight:700;font-size:15px}.dt-index-card small,.dt-index-card time{display:block;font-size:11px;color:#6c7078}.dt-bulletin-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.dt-bulletin-card h3{margin:0 0 6px;font-size:17px;color:#514c96}.dt-bulletin-card time{font-size:12px;color:#6c7078}.dt-bulletin-card p{font-size:14px;margin:12px 0}.dt-bulletin-card h4{font-size:14px;margin:12px 0 0}.dt-bulletin-card summary{cursor:pointer;color:#b9550b;font-weight:600;font-size:13px}.dt-bulletin-card small{font-size:12px;color:#6c7078}.dt-market-empty{padding:16px;color:#6c7078}@media(max-width:950px){.dt-market-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.dt-bulletin-grid{grid-template-columns:1fr}}@media(max-width:480px){.dt-market-grid{grid-template-columns:1fr}.dt-index-card time{font-size:12px}}
.dt-sidebar{min-width:0}.dt-scan-card{margin-top:18px}.dt-scan-body{padding:16px;font-size:13px}.dt-scan-body>small{display:block;color:#6c7078;margin-top:10px;font-size:11px}.dt-scan-line{display:flex;justify-content:space-between;margin:12px 0 6px}.dt-scan-body progress{width:100%;height:12px;accent-color:#514c96}.dt-scan-body p{margin:10px 0}.dt-scan-body #dt-scan-eta{font-weight:600;color:#514c96}

.dt-strength-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-bottom:26px}.dt-strength-sector{margin-bottom:20px}.dt-sector-rows{display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}.dt-strength-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:5px 12px;padding:14px 16px;border-bottom:1px solid #eee}.dt-strength-name strong{font-size:15px;color:#514c96}.dt-strength-name small{display:block;font-size:11px;color:#6c7078}.dt-strength-price{text-align:right;display:flex;flex-direction:column;gap:2px;font-size:16px}.dt-strength-meta{grid-column:1/-1;font-size:11px;color:#6c7078}.dt-strength-scope{margin:0;padding:10px 16px;font-size:12px;color:#6c7078;background:#faf9f7}.dt-strength-positive .dt-title{border-bottom-color:#258654}.dt-strength-negative .dt-title{border-bottom-color:#c62828}.dt-flash-up{animation:dt-green-flash 1s ease-out}.dt-flash-down{animation:dt-red-flash 1s ease-out}@keyframes dt-green-flash{from{background:#d8f0df}to{background:white}}@keyframes dt-red-flash{from{background:#ffe0df}to{background:white}}@media(max-width:950px){.dt-sector-rows{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:600px){.dt-strength-grid,.dt-sector-rows{grid-template-columns:1fr}}@media(prefers-reduced-motion:reduce){.dt-flash-up,.dt-flash-down{animation:none}}


/* Movers share the light sector-card layout. */
.dt-strength-grid{grid-template-columns:1fr;gap:18px}.dt-strength-grid .dt-strength-row{background:#fff;min-width:0}.dt-strength-name{min-width:0}.dt-strength-name small{overflow-wrap:anywhere}.dt-strength-grid .dt-strength-price{font-variant-numeric:tabular-nums}

/* Compact top-five movers, same light palette as sectors. */
.dt-strength-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.dt-strength-grid .dt-title{padding:10px 14px;margin:0;font-size:16px}
.dt-strength-grid .dt-title h2{font-size:16px;margin:0}
.dt-strength-grid .dt-strength-scope{padding:7px 14px;font-size:11px}
.dt-compact-row{display:grid;grid-template-columns:minmax(65px,1fr) minmax(75px,1fr) 75px;gap:12px;align-items:center;padding:9px 14px;border-top:1px solid #eef0f4;font-size:14px;font-variant-numeric:tabular-nums}
.dt-compact-row>b,.dt-compact-row>strong{text-align:right}
.dt-compact-symbol{display:flex;align-items:center;gap:7px;color:#514c96}
.dt-quote-dot{width:6px;height:6px;flex:0 0 6px;border-radius:50%;background:#a4aab4}
.dt-quote-dot.is-live{background:#258654}
@media(max-width:650px){.dt-strength-grid{grid-template-columns:1fr;gap:12px}}

/* Price-only feedback: 1 second, triggered by a newer real quote. */
.dt-compact-row{grid-template-columns:minmax(55px,1fr) minmax(118px,1.25fr) 72px;gap:8px}
.dt-live-price-cell{display:flex;justify-content:flex-end;align-items:center;gap:4px;border-radius:5px;padding:5px 6px;font-size:16px;white-space:nowrap}
.dt-price-arrow{display:inline-block;width:12px;flex:0 0 12px;text-align:center;font-size:18px;line-height:1}
.dt-price-rise{animation:dt-price-rise 1s ease-out both}
.dt-price-fall{animation:dt-price-fall 1s ease-out both}
.dt-price-rise .dt-price-arrow,.dt-price-fall .dt-price-arrow{animation:dt-arrow-out 1s linear both}
@keyframes dt-price-rise{0%,65%{background:#c8efd8;color:#08763e}100%{background:transparent;color:inherit}}
@keyframes dt-price-fall{0%,65%{background:#ffd8dc;color:#bc263d}100%{background:transparent;color:inherit}}
@keyframes dt-arrow-out{0%,90%{opacity:1}100%{opacity:0}}
@media(prefers-reduced-motion:reduce){.dt-price-rise,.dt-price-fall,.dt-price-rise .dt-price-arrow,.dt-price-fall .dt-price-arrow{animation-timing-function:steps(1,end)}}

