*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;background-color:#0d0d0d;color:#e0e0e0;min-height:100vh}#root{min-height:100vh}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#1a1a1a}::-webkit-scrollbar-thumb{background:#444;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#555}.app{display:flex;flex-direction:column;min-height:100vh}.app-header{background:linear-gradient(135deg,#1a1a2e,#16213e);padding:16px 24px;border-bottom:1px solid #333}.app-header h1{font-size:1.5rem;font-weight:600;color:#fff;margin-bottom:4px}.app-header p{font-size:.875rem;color:#888}.app-content{display:flex;flex:1;overflow:hidden}.sidebar{width:300px;background:#141414;border-right:1px solid #333;padding:16px;overflow-y:auto;display:flex;flex-direction:column;gap:16px}.main-content{flex:1;padding:16px;overflow-y:auto;display:flex;flex-direction:column;gap:16px}.controls{background:#1a1a1a;border-radius:8px;padding:16px}.controls h3{font-size:.875rem;font-weight:600;color:#888;text-transform:uppercase;letter-spacing:.5px;margin-bottom:12px}.control-group{margin-bottom:16px}.control-group:last-child{margin-bottom:0}.control-group label{display:block;font-size:.75rem;color:#888;margin-bottom:6px}.control-group select,.control-group input{width:100%;padding:8px 12px;background:#0d0d0d;border:1px solid #333;border-radius:4px;color:#e0e0e0;font-size:.875rem}.control-group select:focus,.control-group input:focus{outline:none;border-color:#4a9eff}.round-info{background:#1a1a1a;border-radius:8px;padding:16px}.round-info h3{font-size:.875rem;font-weight:600;color:#888;text-transform:uppercase;letter-spacing:.5px;margin-bottom:12px}.round-info-item{display:flex;justify-content:space-between;padding:8px 0;border-bottom:1px solid #222}.round-info-item:last-child{border-bottom:none}.round-info-item .label{color:#888;font-size:.875rem}.round-info-item .value{color:#e0e0e0;font-size:.875rem;font-weight:500}.data-stats{background:#1a1a1a;border-radius:8px;padding:16px}.data-stats h3{font-size:.875rem;font-weight:600;color:#888;text-transform:uppercase;letter-spacing:.5px;margin-bottom:12px}.stat-row{display:flex;justify-content:space-between;padding:6px 0;font-size:.8rem}.stat-row .stat-label{color:#888}.stat-row .stat-value{color:#4a9eff;font-weight:500}.chart-container{background:#141414;border-radius:8px;padding:16px}.chart-container h3{font-size:1rem;font-weight:600;margin-bottom:12px;color:#e0e0e0}.chart-wrapper{width:100%;height:400px}.orderbook{background:#141414;border-radius:8px;padding:16px}.orderbook h3{font-size:1rem;font-weight:600;margin-bottom:12px;color:#e0e0e0}.orderbook-container{display:flex;gap:16px}.orderbook-side{flex:1}.orderbook-side h4{font-size:.875rem;color:#888;margin-bottom:8px;text-align:center}.orderbook-side.bids h4{color:#26a69a}.orderbook-side.asks h4{color:#ef5350}.orderbook-row{display:flex;justify-content:space-between;padding:4px 8px;font-size:.8rem;font-family:monospace;position:relative}.orderbook-row .depth-bar{position:absolute;top:0;bottom:0;opacity:.2}.orderbook-side.bids .depth-bar{background:#26a69a;right:0}.orderbook-side.asks .depth-bar{background:#ef5350;left:0}.orderbook-row .price{z-index:1}.orderbook-row .size{z-index:1;color:#888}.orderbook-side.bids .price{color:#26a69a}.orderbook-side.asks .price{color:#ef5350}.trades-list{background:#141414;border-radius:8px;padding:16px;max-height:300px;overflow-y:auto}.trades-list h3{font-size:1rem;font-weight:600;margin-bottom:12px;color:#e0e0e0}.trade-row{display:flex;justify-content:space-between;padding:6px 8px;font-size:.8rem;font-family:monospace;border-bottom:1px solid #222}.trade-row:last-child{border-bottom:none}.trade-row.buy .price{color:#26a69a}.trade-row.sell .price{color:#ef5350}.trade-row .time,.trade-row .size{color:#888}.loading{display:flex;justify-content:center;align-items:center;height:200px;color:#888}.loading-spinner{width:32px;height:32px;border:3px solid #333;border-top-color:#4a9eff;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;height:200px;color:#666;text-align:center}.empty-state p{margin-top:8px;font-size:.875rem}.legend{display:flex;gap:16px;padding:8px 16px;background:#1a1a1a;border-radius:4px;margin-bottom:12px}.legend-item{display:flex;align-items:center;gap:6px;font-size:.75rem}.legend-item .color-box{width:12px;height:12px;border-radius:2px}.legend-item .label{color:#888}@media (max-width: 1024px){.app-content{flex-direction:column}.sidebar{width:100%;border-right:none;border-bottom:1px solid #333;flex-direction:row;flex-wrap:wrap;gap:8px}.sidebar>*{flex:1;min-width:200px}}
