.market-header{display:flex;align-items:center;justify-content:space-between;background-color:#1a1a1a;color:#fff;padding:8px 20px;border-bottom:1px solid #333;min-height:48px}.market-header.error{justify-content:center}.market-indices-container{display:flex;align-items:center;gap:24px;flex:1;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}.market-indices-container::-webkit-scrollbar{display:none}.market-index{display:flex;flex-direction:row;align-items:center;min-width:fit-content;gap:8px}.index-name{color:#999;font-size:12px;text-transform:uppercase;letter-spacing:.5px;margin-right:4px}.index-value{font-weight:600;font-size:16px;line-height:1.2;color:#fff;margin-right:8px}.index-change{display:flex;align-items:center;gap:4px;font-size:12px}.market-status{display:flex;align-items:center;gap:12px;margin-left:24px}.status-indicator{width:8px;height:8px;border-radius:50%;animation:pulse 2s infinite}@keyframes pulse{0%{opacity:1}50%{opacity:.5}to{opacity:1}}.status-text{color:#ccc;font-size:12px}.market-time{color:#666;font-size:12px}@media (max-width: 768px){.market-header{padding:6px 12px;min-height:40px}.market-indices-container{gap:16px}.market-index{min-width:80px}.index-value{font-size:14px}.index-change{font-size:11px}.market-status{display:none}}@media (max-width: 480px){.market-header{padding:4px 8px}.market-indices-container{gap:12px}.index-name{font-size:10px}.index-value{font-size:13px}.index-change{font-size:10px}}*{box-sizing:border-box}html,body{margin:0;padding:0;height:100%;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{height:100%;display:flex;flex-direction:column}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#888;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#555}.dark-mode ::-webkit-scrollbar-track{background:#2a2a2a}.dark-mode ::-webkit-scrollbar-thumb{background:#555}.dark-mode ::-webkit-scrollbar-thumb:hover{background:#777}
