.dashboard-container{display:flex;height:100vh;width:100%;gap:16px;padding:16px;box-sizing:border-box}.dashboard-column{flex:1;display:flex;flex-direction:column;gap:16px}.dashboard-panel{flex:1;background:#f3f3f3;border-radius:12px;padding:16px;box-shadow:0 2px 6px #0000001a;box-sizing:border-box}@media(max-width:900px){.dashboard-container{flex-direction:column!important}.dashboard-column{width:100%!important;flex:none!important}.dashboard-panel{height:auto!important}}.panel-chart{width:100%;height:80%}.panel-title{text-align:center;width:100%;font-weight:600;margin-bottom:8px}.start-btn{position:fixed;top:20px;right:20px;background:#007bff;color:#fff;border:none;padding:10px 18px;border-radius:8px;font-size:16px;cursor:pointer;z-index:9999}.start-btn:hover{background:#0056c7}.carousel-fullscreen{position:fixed;inset:0;background:#fff;z-index:9999;padding:20px;display:flex;flex-direction:column}.carousel-controls{position:absolute;top:20px;right:20px;display:flex;gap:10px;z-index:9999}.carousel-pause{border:none;padding:8px 14px;font-size:18px;border-radius:6px;cursor:pointer;font-weight:700;transition:.2s ease-in-out}.carousel-pause:not(.paused){background:#ffbf00;color:#000}.carousel-pause.paused{background:#2ecc71;color:#fff}.carousel-pause:hover{transform:scale(1.08)}.carousel-close{background:#ff4b4b;color:#fff;border:none;font-size:20px;padding:8px 14px;border-radius:6px;cursor:pointer}.carousel-title{text-align:center;margin-top:40px;font-size:24px;font-weight:700}.carousel-chart{flex:1;width:100%;height:100%;padding:20px}.chart-loader{display:flex;justify-content:center;align-items:center;height:100%;padding:20px}.spinner{width:40px;height:40px;border:4px solid #ccc;border-top-color:#4a90e2;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.zoom-btn{position:absolute;top:6px;right:6px;z-index:5;background:#fffc;border:1px solid #ccc;border-radius:4px;padding:4px 7px;cursor:pointer;font-size:14px;transition:.2s}.zoom-btn:hover{background:#e6e6e6}.fullscreen-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#141414cc;z-index:9999;display:flex;justify-content:center;align-items:center;animation:fadeIn .2s ease-in-out}.close-btn{position:absolute;top:15px;right:20px;font-size:28px;color:#fff;background:none;border:none;cursor:pointer}.close-btn:hover{color:#f99}.fullscreen-chart{width:90%;height:80%;background:#fff;padding:15px;border-radius:10px}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}
