:root{color:#e0e0e0;background-color:#0d0d14;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Noto Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;line-height:1.5}*{box-sizing:border-box;margin:0;padding:0}body{display:flex;flex-direction:column;min-height:100vh}#root{display:flex;flex-direction:column;flex:1}.dashboard{display:flex;flex-direction:column;flex:1;width:100%;max-width:1400px;margin:0 auto;padding:24px 32px}header{margin-bottom:20px}header h1{color:#fff;letter-spacing:-.02em;font-size:1.8rem;font-weight:700}.header-row{display:flex;justify-content:space-between;align-items: center;gap:16px}.header-actions{display:flex;flex-shrink:0;gap:8px}.btn{color:#fff9;cursor:pointer;text-decoration:none;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:6px;padding:6px 14px;transition:background .15s,color .15s;font-size:.82rem}.btn:hover{color:#fff;background:#ffffff1a}.btn:disabled{opacity:.4;cursor:default}.subtitle{color:#fff6;margin-top:4px;font-size:.9rem}.chart-container{display:flex;background:#ffffff05;border:1px solid #ffffff0f;border-radius:12px;flex:1;min-height:80vh;margin-bottom:16px;padding:16px}.status{display:flex;color:#ffffff80;justify-content:center;align-items: center;gap:12px;padding:60px 20px;font-size:.95rem}.status.error{color:#ff6b6b}.spinner{animation:spin .8s linear infinite;border:2px solid #ffffff1a;border-top-color:#ffffff80;border-radius:50%;width:20px;height:20px}@keyframes spin{to{transform:rotate(360deg)}}.time-slider{display:flex;background:#ffffff05;border:1px solid #ffffff0f;border-radius:8px;align-items: center;gap:12px;margin-bottom:12px;padding:8px 16px}.time-slider label{color:#fff9;font-variant-numeric:tabular-nums;flex-shrink:0;min-width:120px;font-size:.82rem}.time-slider input[type=range]{appearance:none;outline:none;background:#ffffff1a;border-radius:2px;flex:1;height:4px}.time-slider input[type=range]::-webkit-slider-thumb{appearance:none;cursor:pointer;background:#48dbfb;border:2px solid #0000004d;border-radius:50%;width:14px;height:14px}.density-container{position:relative;background:#ffffff05;border:1px solid #ffffff0f;border-radius:12px;height:200px;margin-bottom:16px;padding:16px}.legend{display:flex;flex-wrap:wrap;gap:12px 24px;padding:12px 0}.legend-item{display:flex;align-items: center;gap:8px;font-size:.82rem}.legend-color{border-radius:2px;flex-shrink:0;width:12px;height:3px}.legend-label{color:#ffffffb3;white-space:nowrap}.legend-end-date{color:#ffffff59;font-size:.78rem}.chart-tooltip{position:absolute;color:#e0e0e0;pointer-events:none;z-index:10;white-space:nowrap;backdrop-filter:blur(8px);background:#14141ef2;border:1px solid #ffffff26;border-radius:8px;padding:8px 12px;font-size:.78rem}.tooltip-market{color:#fff;margin-bottom:2px;font-weight:600}.event-list{margin-bottom:24px}.event-list h2{color:#ffffff80;margin-bottom:12px;font-size:1rem;font-weight:600}.event-card{display:flex;text-decoration:none;background:#ffffff08;border:1px solid #ffffff0f;border-radius:8px;justify-content:space-between;align-items: center;margin-bottom:8px;padding:12px 16px;transition:background .15s,border-color .15s}.event-card:hover{background:#ffffff0f;border-color:#ffffff1f}.event-title{color:#fff;font-size:.95rem;font-weight:500}.event-meta{color:#ffffff59;flex-shrink:0;margin-left:16px;font-size:.82rem}.see-more{display:block;color:#fff9;cursor:pointer;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:8px;margin:8px auto 0;padding:10px 24px;transition:background .15s,color .15s;font-size:.9rem}.see-more:hover{color:#fff;background:#ffffff1a}.status a{color:#fff9}.status a:hover{color:#fff}@media (max-width:768px){.dashboard{padding:16px}header h1{font-size:1.4rem}.chart-container{min-height:350px}.legend{gap:8px 16px}}
