*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;background:#f8fafc;color:#1e293b;line-height:1.6;overflow-x:hidden}#app{min-height:100vh;display:flex;flex-direction:column}.dashboard-header{background:linear-gradient(135deg,#fff,#f1f5f9);border-bottom:1px solid #e2e8f0;padding:1.5rem 2rem;box-shadow:0 4px 6px -1px #0000001a}.header-content{display:flex;justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto}.header-content h1{font-size:1.875rem;font-weight:700;color:#1e293b;display:flex;align-items:center;gap:.75rem}.header-content h1 i{color:#3b82f6}.header-info{display:flex;align-items:center;gap:1.5rem;font-size:.875rem}.timestamp{color:#64748b;font-family:Courier New,monospace}.status{display:flex;align-items:center;gap:.5rem;padding:.375rem .75rem;background:#22c55e1a;border:1px solid #22c55e;border-radius:9999px;color:#22c55e;font-weight:500}.status.online i{animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.metrics-section{padding:2rem;background:#f1f5f9}.metrics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;max-width:1400px;margin:0 auto}.metric-card{background:linear-gradient(135deg,#fff,#f8fafc);border:1px solid #e2e8f0;border-radius:.75rem;padding:1.5rem;display:flex;align-items:center;gap:1rem;transition:all .3s ease;position:relative;overflow:hidden}.metric-card:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,#3b82f6,#8b5cf6)}.metric-card:hover{transform:translateY(-2px);box-shadow:0 10px 25px -3px #00000026}.metric-icon{width:3rem;height:3rem;background:linear-gradient(135deg,#3b82f6,#8b5cf6);border-radius:.75rem;display:flex;align-items:center;justify-content:center;font-size:1.25rem;color:#fff}.metric-content h3{font-size:.875rem;color:#64748b;font-weight:500;margin-bottom:.25rem}.metric-value{font-size:1.875rem;font-weight:700;color:#1e293b;font-family:Courier New,monospace}.metric-change{font-size:.75rem;font-weight:600;margin-top:.25rem}.metric-change.positive{color:#22c55e}.metric-change.negative{color:#ef4444}.metric-change.neutral{color:#64748b}.charts-section{padding:2rem;background:#f8fafc;flex:1}.charts-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:1.5rem;max-width:1400px;margin:0 auto}.chart-container{background:linear-gradient(135deg,#fff,#f8fafc);border:1px solid #e2e8f0;border-radius:.75rem;overflow:hidden;transition:all .3s ease}.chart-container.wide{grid-column:1 / -1}.chart-container:hover{box-shadow:0 10px 25px -3px #00000026}.chart-header{padding:1.5rem;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;align-items:center;background:#f8fafc80}.chart-header h3{font-size:1.125rem;font-weight:600;color:#1e293b;display:flex;align-items:center;gap:.5rem}.chart-header h3 i{color:#3b82f6}.chart-controls{display:flex;gap:.5rem}.btn-small{padding:.375rem .75rem;border:1px solid #cbd5e1;background:#f8fafccc;color:#475569;border-radius:.375rem;font-size:.75rem;font-weight:500;cursor:pointer;transition:all .2s ease}.btn-small:hover{background:#e2e8f0;border-color:#94a3b8}.btn-small.active{background:#3b82f6;border-color:#3b82f6;color:#fff}.chart-wrapper{padding:1.5rem;position:relative;height:350px}.chart-wrapper canvas{max-height:100%;max-width:100%}.table-section{padding:2rem;background:#f1f5f9}.table-container{max-width:1400px;margin:0 auto;background:linear-gradient(135deg,#fff,#f8fafc);border:1px solid #e2e8f0;border-radius:.75rem;overflow:hidden}.table-header{padding:1.5rem;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;align-items:center;background:#f8fafc80}.table-header h3{font-size:1.125rem;font-weight:600;color:#1e293b;display:flex;align-items:center;gap:.5rem}.table-header h3 i{color:#3b82f6}.table-controls{display:flex;gap:1rem;align-items:center}.table-controls input{padding:.5rem 1rem;border:1px solid #cbd5e1;background:#fffc;color:#475569;border-radius:.375rem;font-size:.875rem;width:200px}.table-controls input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f61a}.table-wrapper{overflow-x:auto;max-height:500px;overflow-y:auto}table{width:100%;border-collapse:collapse}th,td{padding:1rem;text-align:left;border-bottom:1px solid #e2e8f0}th{background:#f8fafccc;font-weight:600;color:#1e293b;position:sticky;top:0;z-index:10}td{color:#475569;font-size:.875rem}tr:hover{background:#3b82f614}.trade-side-buy{color:#22c55e;font-weight:600}.trade-side-sell{color:#ef4444;font-weight:600}.trade-status-active{color:#22c55e}.trade-status-closed{color:#64748b}.trade-pnl-positive{color:#22c55e;font-weight:600}.trade-pnl-negative{color:#ef4444;font-weight:600}@media (max-width: 768px){.header-content{flex-direction:column;gap:1rem;text-align:center}.header-content h1{font-size:1.5rem}.metrics-grid,.charts-grid{grid-template-columns:1fr;padding:0 1rem}.chart-container.wide{grid-column:1}.chart-wrapper{height:300px;padding:1rem}.table-header{flex-direction:column;gap:1rem}.table-controls{width:100%;justify-content:center}.table-controls input{width:100%;max-width:300px}}@media (max-width: 480px){.dashboard-header,.metrics-section,.charts-section,.table-section,.metric-card,.chart-header{padding:1rem}.chart-wrapper{padding:.75rem;height:250px}}.loading{display:flex;justify-content:center;align-items:center;height:200px}.spinner{width:40px;height:40px;border:4px solid #e2e8f0;border-top:4px solid #3b82f6;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
