@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap");.dashboard_dashboard__iEkg3{display:flex;min-height:100vh;background-color:#f9fafb;color:#111827}.dashboard_sidebar__xYjX7{width:250px;background:linear-gradient(180deg,#0f766e,#047857);display:flex;flex-direction:column;padding:1.5rem;color:white}.dashboard_logo__9GY3S{margin-bottom:2rem}.dashboard_logo__9GY3S h2{font-weight:700;letter-spacing:.5px;position:relative}.dashboard_logo__9GY3S h2:after{content:"™";font-size:.8rem;position:absolute;top:0;margin-left:2px}.dashboard_navLinks__Regxp{list-style:none;margin-bottom:auto}.dashboard_navLinks__Regxp li{padding:.8rem 1rem;margin-bottom:.5rem;border-radius:8px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:10px}.dashboard_navLinks__Regxp li:hover{background-color:rgba(255,255,255,.1)}.dashboard_navLinks__Regxp li.dashboard_active__XFgEx{background-color:rgba(255,255,255,.2)}.dashboard_sidebarFooter__uK8EI{margin-top:2rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.2)}.dashboard_avatar__VLXiE,.dashboard_userProfile__xZdWa{display:flex;align-items:center}.dashboard_avatar__VLXiE{width:40px;height:40px;border-radius:50%;background-color:rgba(255,255,255,.2);justify-content:center;margin-right:10px}.dashboard_userInfo__Ms1IJ h4{font-size:.9rem;font-weight:600}.dashboard_userInfo__Ms1IJ p{font-size:.75rem;opacity:.8}.dashboard_mainContent__fdBsU{flex:1;padding:1.5rem 2rem;overflow-y:auto;background-color:#f9fafb}.dashboard_header___ps_H{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid #e5e7eb}.dashboard_dateTime__fUPRf{display:flex;flex-direction:column}.dashboard_date__6Ir8m{font-size:1rem;font-weight:500}.dashboard_time___4EBz{font-size:1.5rem;font-weight:700;color:#0f766e}.dashboard_algoStatus__cFTYd{display:flex;align-items:center;background-color:rgba(16,185,129,.1);padding:.5rem 1rem;border-radius:50px}.dashboard_statusIndicator__Hnh9t{width:12px;height:12px;border-radius:50%;margin-right:8px}.dashboard_statusIndicator__Hnh9t.dashboard_active__XFgEx{background-color:#10b981;box-shadow:0 0 10px #10b981;animation:dashboard_pulse__bsQlT 2s infinite}@keyframes dashboard_pulse__bsQlT{0%{box-shadow:0 0 0 0 rgba(16,185,129,.7)}70%{box-shadow:0 0 0 10px rgba(16,185,129,0)}to{box-shadow:0 0 0 0 rgba(16,185,129,0)}}.dashboard_statusText__8aPfO{font-weight:600;color:#10b981}.dashboard_dashboardTitle__4nZy6{margin-bottom:2rem}.dashboard_dashboardTitle__4nZy6 h1{font-size:2rem;font-weight:700;margin-bottom:.5rem;background:linear-gradient(90deg,#0f766e,#047857);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.dashboard_dashboardTitle__4nZy6 p{color:#4b5563}.dashboard_statsContainer__ovHdM{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem;margin-bottom:2rem}.dashboard_statCard__vj4RS{background-color:white;border-radius:12px;padding:1.5rem;box-shadow:0 4px 6px rgba(0,0,0,.05);transition:transform .3s ease,box-shadow .3s ease}.dashboard_statCard__vj4RS:hover{transform:translateY(-5px);box-shadow:0 10px 15px rgba(0,0,0,.1)}.dashboard_statHeader__67M7Z{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.dashboard_statHeader__67M7Z h3{font-size:1rem;font-weight:500;color:#4b5563}.dashboard_statHeader__67M7Z i,.dashboard_statHeader__67M7Z svg{font-size:1.2rem;color:#0d9488}.dashboard_statValue__GeyN3{font-size:2rem;font-weight:700;margin-bottom:1rem;color:#111827}.dashboard_statFooter___offa{font-size:.85rem;color:#6b7280}.dashboard_up__J1Kbl{color:#10b981;font-weight:600}.dashboard_down__sMPDl{color:#ef4444;font-weight:600}.dashboard_neutral__o2QhC{color:#f59e0b;font-weight:600}.dashboard_chartSection__943FD{margin-bottom:2rem}.dashboard_chartContainer__8RcmA{background-color:white;border-radius:12px;padding:1.5rem;box-shadow:0 4px 6px rgba(0,0,0,.05)}.dashboard_chartHeader__sSGDc{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.dashboard_chartControls__UZnPQ{display:flex;gap:.5rem}.dashboard_chartControls__UZnPQ button{background-color:#f3f4f6;border:none;color:#4b5563;padding:.5rem 1rem;border-radius:6px;cursor:pointer;font-size:.85rem;transition:all .3s ease}.dashboard_chartControls__UZnPQ button:hover{background-color:rgba(15,118,110,.1);color:#0f766e}.dashboard_chartControls__UZnPQ button.dashboard_active__XFgEx{background:linear-gradient(90deg,#0f766e,#047857);color:white}.dashboard_chartPlaceholder__mjnqO{height:300px;width:100%;position:relative}.dashboard_mockChart__fB0m5{height:100%;width:100%;position:relative;display:flex;align-items:flex-end}.dashboard_chartLine__DAh19{position:absolute;height:2px;background:linear-gradient(90deg,#0f766e,#047857);width:100%;top:50%;animation:dashboard_chartLine__DAh19 8s infinite}@keyframes dashboard_chartLine__DAh19{0%{clip-path:polygon(0 0,0 0,0 100%,0 100%)}to{clip-path:polygon(0 0,100% 0,100% 100%,0 100%)}}.dashboard_chartMarkers__gCfys{display:flex;justify-content:space-between;width:100%;position:absolute;bottom:0;height:70%}.dashboard_marker__mZ_Jx{width:3px;background-color:#0d9488;border-radius:3px;opacity:.7}.dashboard_m1__0BN1o{height:40%;animation:dashboard_markerHeight__L3B59 5s infinite}.dashboard_m2__FUhGh{height:65%;animation:dashboard_markerHeight__L3B59 7s 1s infinite}.dashboard_m3__XRnFm{height:85%;animation:dashboard_markerHeight__L3B59 6s 2s infinite}.dashboard_m4__CD74M{height:55%;animation:dashboard_markerHeight__L3B59 8s 3s infinite}.dashboard_m5__WNXIs{height:70%;animation:dashboard_markerHeight__L3B59 9s 4s infinite}@keyframes dashboard_markerHeight__L3B59{0%,to{height:var(--height,40%)}50%{height:calc(var(--height, 40%) + 20%)}}.dashboard_recentTrades__ITBE_{background-color:white;border-radius:12px;padding:1.5rem;box-shadow:0 4px 6px rgba(0,0,0,.05)}.dashboard_sectionHeader__Rfb7H{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.dashboard_sectionHeader__Rfb7H button{background-color:transparent;border:1px solid #0f766e;color:#0f766e;padding:.5rem 1rem;border-radius:6px;cursor:pointer;font-size:.85rem;transition:all .3s ease}.dashboard_sectionHeader__Rfb7H button:hover{background:linear-gradient(90deg,#0f766e,#047857);color:white}.dashboard_tradesTable__1rVrb{width:100%}.dashboard_tableHeader__qTVTG{font-weight:600;color:#4b5563}.dashboard_tableHeader__qTVTG,.dashboard_tableRow__WstVq{display:grid;grid-template-columns:1fr 1fr 1fr 1fr 1fr 1fr 1.5fr;padding:1rem 0;border-bottom:1px solid #e5e7eb}.dashboard_tableRow__WstVq{transition:background-color .3s ease}.dashboard_tableRow__WstVq:hover{background-color:rgba(15,118,110,.05)}.dashboard_tableRow__WstVq:last-child{border-bottom:none}.dashboard_badge__nLk4D{display:inline-block;padding:.25rem .75rem;border-radius:50px;font-size:.75rem;font-weight:600}.dashboard_buy__GKYV3{background-color:rgba(16,185,129,.1);color:#10b981}.dashboard_sell__HEAIO{background-color:rgba(239,68,68,.1);color:#ef4444}.dashboard_profit__iWNuf{color:#10b981;font-weight:600}.dashboard_loss__JEkyd{color:#ef4444;font-weight:600}.dashboard_col__UUGiO{display:flex;align-items:center}@media (max-width:1024px){.dashboard_statsContainer__ovHdM{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.dashboard_dashboard__iEkg3{flex-direction:column}.dashboard_sidebar__xYjX7{width:100%;padding:1rem}.dashboard_mainContent__fdBsU{padding:1rem}.dashboard_statsContainer__ovHdM{grid-template-columns:1fr}.dashboard_tableHeader__qTVTG,.dashboard_tableRow__WstVq{grid-template-columns:1fr 1fr 1fr 1fr}.dashboard_tableHeader__qTVTG .dashboard_col__UUGiO:nth-child(n+5),.dashboard_tableRow__WstVq .dashboard_col__UUGiO:nth-child(n+5){display:none}}.previewBanner_previewBanner__TgpFc{position:fixed;bottom:20px;left:20px;right:20px;max-width:800px;margin:0 auto;background:#fff3cd;color:black;padding:16px 20px;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.15);z-index:1000;display:flex;align-items:center;justify-content:space-between;animation:previewBanner_slideUp__3Q_8_ .5s ease-out}.previewBanner_previewContent__J_QiO{display:flex;align-items:center;gap:12px;flex:1}.previewBanner_previewIcon__jItUH{font-size:20px;flex-shrink:0}.previewBanner_previewContent__J_QiO p{margin:0;font-size:.9rem;line-height:1.5}.previewBanner_previewLink__5QpV4{color:black;font-weight:600;text-decoration:underline;transition:opacity .2s}.previewBanner_previewLink__5QpV4:hover{opacity:.8;color:black}.previewBanner_previewClose__1hAQD{background:transparent;border:none;color:black;cursor:pointer;font-size:16px;padding:4px;margin-left:12px;opacity:.8;transition:opacity .2s;display:flex;align-items:center;justify-content:center}.previewBanner_previewClose__1hAQD:hover{opacity:1}@keyframes previewBanner_slideUp__3Q_8_{0%{transform:translateY(100px);opacity:0}to{transform:translateY(0);opacity:1}}@media (max-width:768px){.previewBanner_previewBanner__TgpFc{bottom:0;left:0;right:0;border-radius:0;padding:12px 16px}.previewBanner_previewContent__J_QiO{gap:8px}.previewBanner_previewContent__J_QiO p{font-size:.8rem}}