@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=JetBrains+Mono:wght@500;700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74d3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-container-width:fit-content;--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset),env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset),env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset),env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset),env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-padding:14px;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-toast-shadow:0px 4px 12px #0000001a;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:0.2}.Toastify__toast-container{box-sizing:border-box;color:#fff;display:flex;flex-direction:column;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:-webkit-fit-content;width:fit-content;width:var(--toastify-container-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--top-center{align-items:center;left:50%;top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top);transform:translateX(-50%)}.Toastify__toast-container--top-right{align-items:end;right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--bottom-left{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{align-items:center;bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{align-items:end;bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right)}.Toastify__toast{--y:0px;align-items:center;border-radius:6px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;box-shadow:var(--toastify-toast-shadow);box-sizing:border-box;display:flex;flex:1 1 auto;font-family:sans-serif;font-family:var(--toastify-font-family);margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);padding:14px;padding:var(--toastify-toast-padding);position:relative;touch-action:none;width:320px;width:var(--toastify-toast-width);word-break:break-word;z-index:0}@media only screen and (max-width:480px){.Toastify__toast-container{left:env(safe-area-inset-left);margin:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:env(safe-area-inset-right)}.Toastify__toast{--toastify-toast-width:100%;border-radius:0;margin-bottom:0}}.Toastify__toast-container[data-stacked=true]{width:320px;width:var(--toastify-toast-width)}@media only screen and (max-width:480px){.Toastify__toast-container[data-stacked=true]{width:100vw}}.Toastify__toast--stacked{position:absolute;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s;width:100%}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{bottom:100%;content:"";height:calc(var(--g)*1px);left:0;position:absolute;right:0}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{bottom:0;content:"";height:100%;left:0;position:absolute;right:0;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{-webkit-margin-end:10px;display:flex;flex-shrink:0;margin-inline-end:10px;width:22px}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74d3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74d3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;position:absolute;right:6px;top:6px;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:auto}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:100%;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:1}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{border-bottom-left-radius:0;left:auto;right:0;transform-origin:right}.Toastify__progress-bar--wrp{border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:6px;border-bottom-right-radius:var(--toastify-toast-bd-radius);bottom:0;height:5px;left:0;overflow:hidden;position:absolute;width:100%}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{height:100%;opacity:.2;opacity:var(--toastify-color-progress-bgo);width:100%}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{opacity:1;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg)}to{opacity:0;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(-110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-duration:.3s;animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-duration:.3s;animation-name:Toastify__slideOutRight;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-duration:.3s;animation-name:Toastify__slideOutUp;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-duration:.3s;animation-name:Toastify__slideOutDown;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}#root,body,html{margin:0;min-height:100%}.pages{background-color:#f8f8f8;box-sizing:border-box;overflow:visible;padding:10px 15px;width:100%}.App{flex-direction:column;min-height:100vh}.App,.pages{display:flex}.pages{flex:1 1;flex-direction:column}.pages>*{flex:1 1}#root,body,html{max-width:100vw;overflow-x:hidden}.pages *{overflow-wrap:break-word;word-break:break-word}@media screen and (max-width:768px){.pages{padding:10px}}.dash{display:flex;flex-direction:column;font-family:Arial,sans-serif;min-height:100vh}.navbar{background-color:#2f4f4f}.content{display:flex;flex:1 1;flex-direction:column}.sidebar{background:#fff;border-right:1px solid #ddd;padding:20px;width:220px}.sidebar h2{margin-bottom:20px}.btn{background:#4caf50;border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:700;margin-bottom:10px;padding:10px;width:100%}.main{display:flex;flex:1 1;flex-direction:column;gap:20px}.last-updated{align-items:center;color:#9ca3af;display:flex;font-size:14px;gap:12px;justify-content:flex-end}.card{border-radius:12px;box-shadow:0 2px 8px #fff3}.card h3{font-size:18px;font-weight:700;margin-bottom:15px}.top-stocks ul{list-style:none;padding:0}.top-stocks li{border-bottom:1px solid #eee;display:flex;justify-content:space-between;padding:8px 0}.top-stocks .price{color:#4caf50;font-weight:700}.graph-placeholder{align-items:center;border:2px dashed #ccc;border-radius:10px;color:#aaa;display:flex;font-style:italic;height:180px;justify-content:center}.volatility-graphs{display:flex;gap:20px;justify-content:space-between}.bar-placeholder,.scatter-placeholder{align-items:center;border:2px dashed #ccc;border-radius:10px;color:#aaa;display:flex;flex:1 1;font-style:italic;height:150px;justify-content:center}.dropdown select{border:none;border-radius:12px;box-shadow:0 4px 8px #0000001a;padding:12px}.input-search{background:#fff;border-radius:12px;width:100%}.input-search input{color:#fff}.trending-btn{border-radius:15px;box-shadow:0 4px 8px #0000001a;margin:1rem;padding:10px;width:200px}.stock-list{display:flex;flex-direction:column;gap:16px}.stock-trend-card{background:#0f1720;border-radius:16px;box-shadow:0 6px 18px #02061799;color:#e6eef3;cursor:pointer;font-family:system-ui,sans-serif;margin:0 auto;max-width:700px;padding:16px;transition:transform .25s ease,box-shadow .25s ease}.stock-card:hover{box-shadow:0 10px 24px #000000b3,0 0 15px #ffffff0d;transform:translateY(-3px);transform:translateY(-6px)}.stock-top{justify-content:space-between}.price,.ticker{font-size:18px;font-weight:700;margin:0}.price{color:#2fd18a}.stock-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(6,1fr)}.stock-item{background:#1a2230;border-radius:8px;padding:8px;text-align:center}.stock-label{color:#93a2ad;font-size:11px;margin-bottom:4px;text-transform:uppercase}.card-head{align-items:center;display:flex;justify-content:center;text-align:center;width:100%}.main-head{font-size:1.2rem;font-weight:800;text-align:center}.card-head h2{font-size:1.4rem;font-weight:600;margin:0;padding:10px}.stock-value{font-size:13px;font-weight:600}.stock-table td,.stock-table th{padding:12px 16px}.rec-btn{background:#249966;border:none;color:#fff;font-size:12px;padding:6px 12px;transition:background .2s}.rec-btn:hover{background:#25a76f}.detail-btn{display:flex;justify-content:center;margin:1rem auto}.news-container{background:#0f1720;border-radius:12px;box-shadow:0 6px 18px #02061799;color:#e6eef3;font-family:system-ui,sans-serif;margin:20px auto;max-width:600px;padding:20px}.news-list{list-style:none;margin:0;padding:0}.news-item{border-radius:8px;margin:10px 0;padding:10px;transition:background .2s}.news-item a{color:#e6eef3;display:block;font-weight:500;text-decoration:none}.news-item:hover{background:#1a2230}.news-item a:hover{color:#2fd18a}.news-btn{display:flex;justify-content:center;margin:1rem auto}.news-card-grid{display:flex;flex-direction:column;gap:20px;padding:20px}.news-card{background:#0f1720}.news-card,.news-title{color:#e6eef3}.view-more-btn{display:flex;justify-content:center;margin:10px}.card.volatility{background:#1f2937;border-radius:12px;color:#fff;padding:16px}.heatmap-wrapper{height:100%;width:100%}.heatmap-title{color:#fff;font-size:1.5rem}.heatmap-title,.no-data{font-weight:600;padding:10px;text-align:center}.no-data{color:#9ca3af;font-size:1rem}@media (max-width:768px){.main{grid-template-columns:1fr}.card,.main{padding:10px}}@media (max-width:600px){.card{padding:10px;width:72%}.stock-table-container{-webkit-overflow-scrolling:touch}.stock-table{font-size:.8rem;width:600px}.stock-table td,.stock-table th{padding:6px 8px}.rec-btn{font-size:.75rem;padding:6px 10px}p[style*="Fetching data"]{font-size:.9rem!important;text-align:center}.stock-table-container{border-radius:6px;box-shadow:0 4px 12px #0006}}@media (min-width:768px) and (max-width:1200px){.main{gap:16px;grid-template-columns:2fr 1fr}.card-grid{align-items:center;display:flex;flex-direction:column}.news-card-grid{grid-template-columns:1fr 1fr}.news-card{width:100%}.news-title{font-size:.9rem}.rec-btn{font-size:.85rem;padding:8px 14px}}@media (max-width:768px){.main{gap:15px;grid-template-columns:1fr;overflow-x:hidden;padding:15px}.card{box-sizing:border-box;max-width:100%;width:100%}.card-grid{align-items:center;display:flex;flex-direction:column}.news-card-grid{grid-gap:15px;display:grid;gap:15px;grid-template-columns:1fr}.news-card{border-radius:10px;overflow:hidden;width:100%}.news-image{height:auto;object-fit:cover;width:100%}.news-content{padding:10px}.news-title{font-size:.9rem}.news-btn{display:flex;justify-content:center;margin-top:10px}.rec-btn{font-size:.8rem;padding:6px 12px}}@media (max-width:480px){.main{padding:10px}.card{padding:8px}.news-title{font-size:.85rem}.rec-btn{font-size:.75rem}}.main{box-sizing:border-box;max-width:100%;overflow-x:hidden}.card{box-sizing:border-box}.card,.card-grid,.news-card-grid{max-width:100%;overflow:hidden;width:100%}.news-image{height:auto}@media (min-width:768px) and (max-width:1200px){.main{gap:16px;grid-template-columns:2fr 1fr}.card{padding:15px}.news-card-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.news-title{font-size:.9rem}}@media (max-width:768px){.main{gap:15px;grid-template-columns:1fr;overflow-x:hidden;padding:12px}.card{max-width:100%;padding:10px;width:100%}.news-card-grid{grid-gap:15px;display:grid;gap:15px;grid-template-columns:1fr;width:100%}.news-card{background-color:#ffffff08;border-radius:10px;overflow:hidden;transition:transform .2s ease;width:100%}.news-card:hover{transform:scale(1.02)}.news-content{padding:10px}.news-title{font-size:.9rem;line-height:1.3}.news-btn{display:flex;justify-content:center;margin-top:10px}.rec-btn{font-size:.8rem;padding:6px 12px}}@media (max-width:480px){.main{gap:10px}.card,.main{padding:8px}.news-title{font-size:.85rem}.news-card{padding:6px}.rec-btn{font-size:.75rem;padding:5px 10px}}@media (min-width:600px) and (max-width:768px){.main{gap:20px;grid-template-columns:1fr;overflow-x:hidden;padding:15px}.card{max-width:100%;overflow:hidden;padding:12px;width:100%}.stock-table-container{-webkit-overflow-scrolling:touch;overflow-x:auto;padding-bottom:6px;width:100%}.stock-table{border-collapse:collapse;min-width:650px;width:700px}.stock-table td,.stock-table th{font-size:.85rem;padding:8px}.stock-table-container::-webkit-scrollbar{height:6px}.stock-table-container::-webkit-scrollbar-thumb{background:#fff3;border-radius:10px}.stock-table td,.stock-table th{text-align:center;white-space:nowrap}.card>div{overflow-x:auto}}@media (max-width:768px){.stacked-mobile thead{display:none}.stacked-mobile tbody tr{background:#0f1720;border-radius:12px;box-shadow:0 0 6px #ffffff0d;display:block;margin-bottom:12px;padding:12px}.stacked-mobile tbody td.mobile-name{color:#fff;display:block;font-size:13px;font-weight:700;width:100%}.stacked-mobile td.mobile-pair{display:inline-block;font-size:13px;padding:5px 0;width:50%}.stacked-mobile td.mobile-pair:before{color:#9aa7b2;content:attr(data-label) ": ";font-weight:600}.stacked-mobile td.mobile-button{display:block;text-align:center}.stacked-mobile td.mobile-button .rec-btn{font-size:14px;font-weight:700;width:40%}.news-card-grid{grid-template-columns:repeat(2,1fr)}.news-image{height:100px}.news-time{font-size:10px}.view-more-btn{justify-content:center;margin-bottom:1rem}.last-updated{font-size:11px}}@media (max-width:600px){.stacked-mobile tbody tr{box-shadow:none;margin-bottom:0;padding:0 12px}.stacked-mobile tbody td.mobile-name{text-align:left}.view-more-btn{margin-bottom:10px}.card h3{font-size:12px}.news-time{display:none}.stock-table td{padding:8px 0}.stacked-mobile td.mobile-button .rec-btn{font-size:10px;font-size:12px;padding:10px 8px;width:35%}}.market-cards{grid-gap:18px;display:grid;gap:18px;grid-template-columns:repeat(3,1fr);padding:10px}.market-card{border-left:4px solid #047cc2;border-radius:12px;box-shadow:0 4px 12px #0006;padding:15px 18px}.card-title{font-size:1.2rem;font-weight:800}.card-row{align-items:center;border-bottom:1px solid #eee;display:flex;justify-content:space-between;padding:8px 0}.card-row:last-child{border-bottom:none}.name{cursor:pointer;font-size:1rem;font-weight:700;margin:0}.price,.volume{color:#666;font-size:18px;font-weight:800;margin:0}.right{flex-direction:column;gap:10px}.green{color:#249966}.green,.red{font-weight:700}.red{color:#f87171}.buy-btn,.sell-btn,.trade-btn{border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:600;padding:6px 14px}.buy-btn{background:#249966}.sell-btn{background:#dc2626}.trade-btn{background:#3b82f6}.market-card-title{display:flex;justify-content:space-between}.news-card-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(2,1fr);width:100%}.news-card{align-items:flex-start;background:#fff;border:1px solid #eee;color:inherit;gap:14px;transition:box-shadow .2s ease}.news-card:hover{box-shadow:0 4px 12px #00000014}.news-image{border-radius:8px;height:80px;width:120px}.news-content{gap:4px}.news-title{color:#111;font-size:.95rem;line-height:1.3}.news-time{color:#666;font-size:.8rem}.new-news-card{border-left:4px solid #047cc2;border-radius:12px;box-shadow:0 4px 12px #0006;display:flex;padding:10px;text-decoration:none}@media (max-width:768px){.market-cards{grid-template-columns:1fr}.new-news-card{flex-direction:column}.left p,.right p{font-size:14px}}@media (max-width:600px){.card-title{font-size:1rem}.left p,.right p{font-size:12px}.news-content{padding:5px 0}}.news-image-wrapper{align-items:center;background-color:#1f2937;border-radius:6px;display:flex;justify-content:center;min-width:110px;overflow:hidden;width:110px}.hm-grid-container{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(6,1fr);margin-top:20px}.hm-tile{border:1px solid #0003;border-radius:8px;color:#fff;cursor:pointer;display:flex;flex-direction:column;font-weight:600;justify-content:space-between;min-height:75px;padding:12px;transition:all .2s ease}.hm-tile:hover{transform:scale(1.05)}.hm-symbol{font-size:14px;font-weight:700}.hm-price{font-size:12px;opacity:.9}.hm-change{font-size:13px;font-weight:600}@media screen and (max-width:768px){.hm-grid-container{grid-template-columns:repeat(3,1fr);margin-top:0}.hm-symbol{font-size:12px}}.stock-detail-card{border-left:4px solid #047cc2;border-radius:12px;box-shadow:0 4px 12px #0006;display:flex;flex-direction:column;justify-content:space-between;padding:10px}.stock-card{width:100%}.stock-extra-table-container{margin:10px auto;width:100%}.last-updated-head{align-self:center;color:#9ca3af;font-size:14px;gap:12px}.stock-extra-table{background:#0f1720;border-collapse:collapse;border-radius:12px;box-shadow:0 6px 18px #02061799;color:#e6eef3;font-family:system-ui,sans-serif;overflow:hidden;width:100%}.stock-extra-table thead{background:#1a2230}.stock-extra-table td,.stock-extra-table th{padding:12px 16px;text-align:left}.stock-extra-table th{color:#9aa7b2;font-size:13px;font-weight:700;text-transform:uppercase}.stock-extra-row:hover{background:#1f2a38;cursor:pointer}.stock-extra-cards{grid-gap:16px;display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));margin-top:20px}.stock-extra-card{border-radius:12px;box-shadow:0 2px 8px #fff3;color:#fff;padding:16px;transition:transform .2s ease-in-out}.stock-extra-card:hover{transform:translateY(-3px)}.card-icon{color:#9ca3af;flex-shrink:0;font-size:24px}.card-label{font-size:.85rem}.stock-extra-card.positive .card-value{color:#22c55e}.stock-extra-card.negative .card-value{color:#ef4444}.loading-cell{color:#9ca3af;font-size:1rem;grid-column:1/-1;padding:20px;text-align:center}.watchlist-box{align-items:center;display:flex}.watchlist-btn{background:#22c55e;border:none;border-radius:12px;color:#fff;cursor:pointer;font-weight:700;padding:10px 16px;transition:background .2s ease}.watchlist-btn:hover{background:#16a34a}.result-value{color:#333;font-size:1.2rem;font-weight:700}.extra-cards-grid{grid-template-columns:repeat(auto-fit,minmax(160px,1fr))}.company-card{background:#f9fafb}.peer-list h1{font-size:1.5rem;font-weight:700}.extra-cards-grid{grid-template-columns:1fr 1fr}.grid-desktop{display:grid}.grid-mobile{display:none}.stock-extra-cards{gap:16px}.company-content,.stock-extra-cards{display:flex;flex-direction:column}.company-extra{color:#333;font-size:1.1rem;font-weight:700}.stock-extra-card{grid-gap:12px;background:#fff;box-shadow:0 1px 3px #0000001a;display:grid;gap:10px;gap:12px;grid-template-columns:auto 1fr;padding:12px}.stock-extra-card .card-label{color:#fff;font-weight:700}.stock-extra-card .card-value{font-size:1rem;font-weight:700}.stock-extra-card{align-items:center;background:#0f1720;border-radius:8px;box-shadow:0 2px 6px #0003;display:flex;justify-content:space-between;padding:12px 16px}.stock-extra-card:hover{transform:translateY(-2px)}.card-label{color:#555}.card-right{font-size:1rem;font-weight:700}.stock-extra-card.positive .card-value{color:#2a4238}.stock-extra-card.negative .card-value{color:#f87171}.view-more-btn-stock{background-color:#2fd18a;border:none;border-radius:12px;color:#fff;display:flex;font-weight:700;justify-content:center;padding:8px;width:100px}.chart-select{display:flex;justify-content:flex-end;margin-right:12px}.chart-top-heading h3{font-size:1.5rem;font-weight:700;margin-left:1.5rem}.chart-select label{align-self:center;font-size:1rem;font-weight:700;margin-right:10px}.peer-list{margin:1rem 0}.macd-chart-graph,.peer-list{border-left:4px solid #047cc2;border-radius:12px;box-shadow:0 4px 12px #0006;padding:10px}.macd-chart-graph{margin-top:30px}@media (max-width:768px){.chart-select label,.chart-top-heading h3{font-size:14px}.peer-list{margin:10px auto}.grid-desktop{display:none!important}.grid-mobile{display:grid!important;grid-template-columns:repeat(2,1fr)!important}}@media (max-width:600px){.peer-list h2{font-size:1rem}}@media (max-width:400px){.chart-top-heading,.chart-top-heading h3{margin-left:0}.chart-select{display:flex;margin-right:0}.chart-select label{align-self:center}}.extra-cards-grid.grid-desktop{display:grid!important}.extra-cards-grid.grid-mobile{display:none!important}@media (max-width:600px){.last-updated-head{margin-bottom:10px}.extra-cards-grid.grid-desktop{display:none!important}.stock-extra-table-container{margin:0}.stock-extra-cards{margin-top:0}.extra-cards-grid.grid-mobile{display:grid!important}.company-text .card-label{font-size:14px}.company-text .card-value{font-size:12px}.result-value{font-size:14px}.macd-chart-graph{margin-top:10px}.extra-cards-grid{margin-top:0}.chart-select{display:flex;flex-direction:column;gap:5px;text-align:end}.peer-list h1{font-size:14px}}@media (max-width:400px){.card-left .card-label,.card-right .card-value{font-size:10px}.peer-list h1{font-size:14px}.last-updated-head{font-size:12px}.chart-top-heading h3{align-self:center;font-size:12px}.chart-select{flex-direction:column}.chart-select label{font-size:12px;margin-bottom:5px}}.analysis-container{border-radius:12px;box-shadow:0 2px 8px #fff3;color:#fff;margin-bottom:20px;padding:10px 15px}.analysis-header{align-items:center;display:flex;justify-content:space-between}.stock-title{color:#000;font-size:1.2rem;font-weight:700}.stock-tag{background:#e6f0ff;border-radius:8px;color:#0062ff;font-size:.75rem;font-weight:600;padding:4px 10px}.action-buttons button{border:none;border-radius:6px;cursor:pointer;font-weight:600;margin-left:8px;padding:8px 14px}.btn-buy{background:#249966;color:#fff}.btn-sell{background:#f87171;color:#fff}.btn-hold{background:#fbbf24;color:#fff}.btn-star{background:#eee;color:#000;font-size:1.2rem}.price-summary{grid-gap:1rem;border-left:4px solid #047cc2;border-radius:12px;box-shadow:0 4px 12px #0006;display:grid;gap:1rem;grid-template-columns:repeat(6,1fr);margin:1rem 0;padding:15px 15px 0;text-align:center}.label{color:#555;font-size:.85rem;font-weight:900}.value{color:#000;font-size:1rem}.value.positive{color:#2fd18a}.value.negative{color:#f87171}.factor-wrapper{display:flex;gap:20px;margin-top:20px}.factor-box{border-left:4px solid #047cc2;border-radius:10px;box-shadow:0 4px 12px #0006;color:#000;flex:1 1;margin:1rem 0;padding:10px}.factor-row{display:flex;flex-direction:column;font-weight:600;margin-top:10px}.factor-box h4{border-bottom:1px solid #000;font-size:1.2rem;font-weight:800;margin:0}.factor-row span.positive{color:#2fd18a}.insight-box{align-items:center;border-radius:10px;box-shadow:0 4px 12px #0006;color:#000;display:flex;flex-direction:column;padding:16px}.insight-tag{border:none;border-radius:8px;font-weight:700;padding:8px 16px;width:110px}.insight-tag.bullish{background:#e8ffe9;color:#2fd18a}.inner-factor-box{display:flex;justify-content:space-between}.insight-head{font-size:1.2rem;font-weight:800;margin:0}.sub-insight{align-self:center;display:flex;justify-content:space-between;width:100%}.insight-text{align-self:center;font-size:.9rem;font-weight:600}.insight-sub-div{display:flex;justify-content:space-between;width:100%}.analysis-head-name{align-self:center;display:flex;gap:10px}.analysis-head-name span{align-self:center}.peer-section{border-radius:12px;box-shadow:0 4px 12px #0006;margin-top:20px;padding:10px}.peer-section h2{color:#fff}.peer-title{color:#111;font-size:1.2rem;font-weight:700;margin-bottom:12px}.peer-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(4,1fr)}.peer-card{border-radius:12px;box-shadow:0 1px 3px #0000001a;cursor:pointer;padding:18px;transition:.2s ease}.peer-card:hover{box-shadow:0 2px 10px #00000014}.peer-name{font-size:1.05rem;font-weight:600}.peer-ticker{color:#6b7280;font-size:.85rem;margin-bottom:10px}.peer-price{font-size:1rem;font-weight:700}.peer-change{font-size:1rem;font-weight:600;margin-top:4px}.option-chain-div{border-left:4px solid #047cc2;border-radius:12px;box-shadow:0 4px 12px #0006;display:flex;flex-direction:column;gap:5px;margin:5px 0;padding:20px 10px}.option-chain-div button{width:-webkit-max-content;width:max-content}.option-chain-div p{color:#000;font-size:1.2rem;font-weight:700;margin:0;text-align:center}@media (max-width:600px){.peer-grid{grid-template-columns:1fr}.action-buttons{align-self:flex-start;flex-direction:column;gap:10px}.price-summary{grid-template-columns:repeat(2,1fr)}.inner-factor-box{grid-template-columns:1fr}.factor-row p,span{font-size:14px}.factor-box h4{font-size:15px;font-weight:800}.analysis-head-name{flex-direction:column;width:80%}.price-chip p,.value{font-size:14px}.stock-title{font-size:1rem}.insight-text{font-size:14px}.peer-name{font-size:16px}.peer-change,.peer-price{font-size:14px}.factor-box h4,.insight-head,.option-chain-div p{font-size:1rem}.analysis-head-name span{align-self:start;width:-webkit-max-content;width:max-content}.inner-factor-box{display:grid;grid-template-columns:1fr 1fr}.factor-wrapper{flex-direction:column;width:100%}.max-option{width:100%}}@media (max-width:400px){.factor-row p,span{font-size:12px}.factor-box h4{font-weight:800}.price-chip p,.value{font-size:12px}.peer-name{font-size:14px}.intraday-badge{align-self:center}}@media screen and (max-width:768px){.label{font-weight:700}}.tv-gauge-wrapper{margin:auto;text-align:center;width:100%}.tv-gauge-svg{height:auto;width:100%}.tv-gauge-label{color:#2563eb;font-size:15px;font-weight:700}.tv-gauge-counts{display:flex;font-size:13px;justify-content:space-between}.tv-gauge-counts .buy{color:#16c784;font-weight:600}.tv-gauge-counts .sell{color:#ea3943;font-weight:600}.modal-overlay{align-items:center;background:#00000080;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:999}.modal-box{animation:fadeIn .2s ease-in-out;background:#fff;border-radius:12px;padding:24px;text-align:center;width:350px}.modal-box h2{margin-bottom:10px}.sub-text{color:#6b7280;font-size:14px;margin-top:6px}.modal-actions{display:flex;justify-content:space-between;margin-top:20px}.btn-primary{background:#2563eb;color:#fff}.btn-primary,.btn-secondary{border:none;border-radius:6px;cursor:pointer;padding:8px 16px}.btn-secondary{background:#e5e7eb}@keyframes fadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.range-value{font-size:18px}.range-label{font-size:13px;font-weight:700;text-align:center}.range-label.low{color:#ef4444}.range-label.high{color:#22c55e}.range-ltp{color:#2563eb;font-size:20px;font-weight:700;text-align:center}@media (max-width:768px){.range-value{font-size:22px}.range-ltp{font-size:24px}.range-label{font-size:15px}}@media (max-width:480px){.range-value{font-size:24px}.range-ltp{font-size:26px}}.chat-panel{height:100vh;position:fixed;right:0;top:0;transform:translateX(100%);transition:transform .3s ease;width:30%;z-index:999}.chat-panel.open{pointer-events:auto;transform:translateX(0)}.chat-top-tab{border-bottom:1px solid #e5e7eb;display:flex;gap:8px;padding:8px 12px}.chat-chip{background:#eef6ff;border:1px solid #c7ddff;border-radius:16px;color:#2563eb;cursor:pointer;font-size:.85rem;font-weight:600;padding:6px 14px}.chat-chip:hover{background:#e0edff}@media screen and (max-width:768px){.chat-panel.open{width:100%}}.ai-float-btn{align-items:center;background:#111827;border:none;border-radius:50%;bottom:20px;box-shadow:0 10px 25px #0000004d;color:#fff;cursor:pointer;display:flex;font-size:24px;height:56px;justify-content:center;position:fixed;right:20px;width:56px;z-index:1000}.ai-float-btn:hover{background:#2563eb}.ai-float-btn:active{transform:scale(.95)}.app-layout{display:flex;height:100vh}.main-content{flex:1 1;transition:width .3s ease}.main-content.shrink{width:65%}.chat-panel{background:#fff;border-left:1px solid #e5e7eb;display:flex;flex-direction:column;width:35%}.chat-header{border-bottom:1px solid #e5e7eb;display:flex;font-weight:600;justify-content:space-between;padding:14px}.chat-messages{display:flex;flex:1 1;flex-direction:column;gap:10px;overflow-y:auto;padding:16px}.chat-bubble{border-radius:12px;font-size:14px;line-height:1.4;max-width:80%;padding:10px 14px}.chat-bubble.user{align-self:flex-end;background:#2563eb;border-bottom-right-radius:4px;color:#fff}.chat-bubble.ai{align-self:flex-start;background:#f3f4f6;border-bottom-left-radius:4px;color:#111827}.chat-bubble.error{background:#fee2e2;color:#991b1b}.chat-bubble.typing{font-style:italic;opacity:.8}.chat-error{color:#dc2626;font-size:12px;padding:8px 16px}.chat-input{border-top:1px solid #e5e7eb;display:flex;gap:8px;padding:12px}.chat-input input{border:1px solid #d1d5db;border-radius:8px;flex:1 1;outline:none;padding:10px 12px}.chat-input input:focus{border-color:#2563eb}.chat-input button{background:#2563eb;border:none;border-radius:8px;color:#fff;cursor:pointer;padding:0 16px}.chat-input button:disabled{cursor:not-allowed;opacity:.6}.retry-btn{background:none;border:none;color:#1677ff;cursor:pointer;font-size:12px;margin-top:6px}.chat-bubble.error{background:#fff1f0}.chat-bubble.ai{background:#f8fafc;border:1px solid #e5e7eb;border-radius:12px;font-size:.9rem;line-height:1.6;padding:14px 16px}.chat-bubble.ai h1,.chat-bubble.ai h2,.chat-bubble.ai h3{font-weight:700;margin-top:12px}.chat-bubble.ai ul{padding-left:18px}.chat-bubble.ai li{margin-bottom:6px}.chat-bubble.ai strong{color:#111827}.inner-select-indicator{display:flex;gap:10px}@media screen and(max-width:768px){.candle-toggle{display:flex;gap:10px}}.stock-card{background:#0f1720;border-radius:16px;box-shadow:0 2px 8px #fff3;color:#e6eef3;font-family:system-ui,sans-serif;margin:16px auto;max-width:800px;padding:16px}.stock-top{justify-content:center;margin-bottom:12px}.stock-top,.ticker{align-items:center;display:flex}.ticker{font-size:1.25rem;font-weight:600;gap:6px;text-align:center}.indicators{display:flex;flex-direction:column;gap:12px}.indicator{background:#1e293b;border-radius:8px;justify-content:space-between;padding:8px 12px}.ind-label,.indicator{align-items:center;display:flex}.ind-label{font-weight:500;gap:6px}.ind-value{font-size:1rem;font-weight:700}.value-positive{color:#2fd18a}.value-negative{color:#f87171}.value-neutral{color:#e6eef3}.icon-cell,.icon-head{font-size:1rem}.navbar{background:linear-gradient(180deg,#f0f9ff,#e0f2fe);color:#fff;justify-content:space-between;padding:15px 30px}.input-search{align-items:center;border-radius:15px;box-shadow:0 2px 8px #fff3;display:flex;padding:6px 10px;width:30%}.input-search input{background:#0000;border:none;color:#334155;flex:1 1;font-size:14px}.input-search input::placeholder{color:#9aa7b2}.input-search span{color:#9aa7b2;cursor:pointer;font-size:18px}.logo{font-size:18px;font-weight:700;gap:10px}.logo-icon{color:#4caf50;font-size:22px}.menu{font-weight:700;gap:25px}.menu li{cursor:pointer}.profile-wrapper{display:inline-block}.dropdown-menu{background:#1e1e1e}.dropdown-hamburger-menu,.dropdown-menu{background:linear-gradient(180deg,#f0f9ff,#e0f2fe);border-radius:8px;box-shadow:0 4px 12px #0006;min-width:160px;padding:8px 0;top:45px;z-index:100}.dropdown-hamburger-menu{position:absolute;right:0}.dropdown-item{border-bottom:1px solid #333;color:#001f3f;font-size:.9rem;font-weight:600;padding:10px 15px;transition:background .2s,transform .1s}.dropdown-item:hover{background:#e0e0e0;transform:translateX(2px)}.sub-menu-item{padding:10px 4px}.dropdown-icon{color:#001f3f;margin-right:10px}.sub-navbar{align-items:center;background:linear-gradient(180deg,#f0f9ff,#e0f2fe);border-block:1px solid #b9e3fc;border-top:#fff;color:#fff;display:flex;justify-content:flex-end;width:30%;width:100%}.sub-navbar ul{display:flex;gap:25px;justify-content:end;list-style:none;margin:0;padding-right:1rem;width:100%}.logo span{color:#001f3f}.dropdown-sub-item{font-size:11px;font-weight:400;opacity:.9;padding:4px 10px}.sub-navbar ul li a{color:#fff;font-size:14px;font-weight:600;text-decoration:none;transition:.2s ease-in-out}.sub-navbar ul li a:hover{color:#2fd18a}.logout{margin-top:5px;padding-top:10px}.select-market-drop{font-size:15px;font-weight:700}@media (max-width:768px){.logo{font-size:14px}.menu,select{font-size:12px}}@media (min-width:768px) and (max-width:1200px){.navbar{gap:10px;padding:10px 20px}.logo span{font-size:16px}.input-search{padding:4px 8px;width:25%}.input-search input{font-size:14px}.menu{gap:15px}select{font-size:13px}.dropdown-menu{min-width:140px}.dropdown-item{font-size:.85rem;padding:8px 12px}}@media (max-width:600px){.navbar{gap:6px;padding:8px 12px}.logo{gap:6px}.logo-icon{width:35px!important}.input-search{box-shadow:0 2px 6px #ffffff26;padding:4px 6px;width:50%}.input-search input{font-size:12px;width:80%}.input-search span{font-size:14px}.menu{gap:10px}.menu,.menu li,select{font-size:12px}select{padding:2px 4px}.dropdown-menu{min-width:140px;top:40px}.dropdown-item{font-size:.8rem;padding:6px 10px}}@media (min-width:768px){.hamburger-wrapper,.mobile-dropdown{display:none}}@media (max-width:768px){.desktop-menu{display:none}}@media (min-width:600px) and (max-width:768px){.input-search{width:45%}}@media (max-width:600px){.input-search{font-size:12px;font-weight:700}}@media (max-width:400px){.logo{font-size:12px}}.search-dropdown{background:linear-gradient(180deg,#f0f9ff,#e0f2fe);border-radius:12px;padding:10px;top:calc(100% + 2px);width:100%;z-index:9999}.search-dropdown-item{color:#001f3f;font-weight:600;margin:10px}.search-dropdown-item:hover{background-color:#fff;cursor:pointer}.search-section-title{color:#001f3f}.search-dropdown,.search-optionpage-dropdown{position:absolute;z-index:9999}.navbar{position:relative;z-index:1000}.top-nav-link{color:#001f3f;font-size:15px;gap:8px}.top-active .top-nav-link{color:#2563eb}.navbar{-webkit-font-smoothing:antialiased;background:#fff;border-bottom:1px solid #ecedef;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;height:56px;padding:0 20px;position:-webkit-sticky;position:sticky;top:0;z-index:100}.logo,.navbar{align-items:center;display:flex;gap:8px}.logo{flex-shrink:0;margin-right:12px}.logo .logo-icon{border-radius:8px;height:36px;object-fit:contain;width:36px!important}.logo span{color:#0f172a;font-size:17px;font-weight:800;letter-spacing:-.5px;white-space:nowrap}.input-search{flex:1 1;max-width:360px;position:relative}.input-search input{background:#f5f5f7;border:1px solid #e8e8ec;border-radius:8px;box-sizing:border-box;color:#0f172a;font-family:Inter,sans-serif;font-size:13px;outline:none;padding:9px 38px 9px 14px;transition:border-color .2s,box-shadow .2s,background .2s;width:100%}.input-search input::placeholder{color:#94a3b8}.input-search>span{color:#94a3b8;font-size:16px;pointer-events:none;position:absolute;right:12px;top:50%;transform:translateY(-50%)}.search-dropdown{background:#fff;border:1px solid #e8e8ec;border-radius:10px;box-shadow:0 8px 24px #00000014,0 2px 6px #0000000a;left:0;max-height:360px;overflow-y:auto;position:absolute;right:0;top:calc(100% + 4px);z-index:200}.search-section-title{color:#94a3b8;font-size:11px;font-weight:700;letter-spacing:.06em;padding:10px 14px 4px;text-transform:uppercase}.search-dropdown-item{align-items:center;cursor:pointer;display:flex;gap:10px;padding:9px 14px;transition:background .15s}.search-dropdown-item:hover{background:#f5f5f7}.dropdown-symbol{font-size:13px;font-weight:600;min-width:80px}.dropdown-company{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select-market-drop{-webkit-appearance:auto;appearance:auto;background:#f0f1f3!important;border:1px solid #e0e1e4!important;border-radius:6px!important;color:#0f172a!important;cursor:pointer;font-family:Inter,sans-serif!important;font-size:13px!important;font-weight:700!important;outline:none;padding:5px 10px!important}.desktop-menu,.menu{align-items:center;display:flex}.menu{gap:4px;margin:0;padding:0}.menu,.top-menu-item{list-style:none}.top-nav-link{align-items:center;border-radius:6px;color:#64748b;display:flex;font-size:13px;font-weight:600;gap:5px;padding:7px 12px;text-decoration:none;transition:color .2s,background .2s;white-space:nowrap}.top-nav-link:hover{background:#f5f5f7;color:#0f172a}.top-nav-link svg{flex-shrink:0}.profile-wrapper{flex-shrink:0;margin-left:4px;position:relative}.profile-wrapper>span{align-items:center;border-radius:50%;cursor:pointer;display:flex;height:36px;justify-content:center;transition:background .2s;width:36px}.profile-wrapper>span:hover{background:#e4e5e8}.profile-wrapper>span svg{color:#64748b!important}.dropdown-menu{background:#fff;border:1px solid #e8e8ec;border-radius:10px;box-shadow:0 8px 24px #00000014,0 2px 6px #0000000a;list-style:none;margin:0;min-width:200px;padding:6px;position:absolute;right:0;top:calc(100% + 8px);z-index:300}.dropdown-menu a{color:#0f172a!important;text-decoration:none!important}.dropdown-item{align-items:center;border-bottom:none!important;border-radius:6px;color:#0f172a;cursor:pointer;display:flex;font-size:13px;font-weight:500;gap:10px;padding:9px 12px;transition:background .15s}.dropdown-item:hover{background:#f5f5f7}.dropdown-item.logout{border-radius:0 0 6px 6px;border-top:1px solid #f0f1f3!important;color:#dc2626;margin-top:4px;padding-top:12px}.dropdown-item.logout:hover{background:#dc26260a}.dropdown-item.logout span{color:#dc2626}.dropdown-icon{align-items:center;color:#64748b;display:flex}.dropdown-sub-item{border-radius:6px;cursor:pointer;list-style:none;padding:7px 12px;transition:background .15s}.dropdown-sub-item:hover{background:#f5f5f7}.dropdown-sub-item a{color:#0f172a!important;font-size:13px!important;font-weight:500!important;text-decoration:none!important}.dropdown-hamburger-menu{background:#fff!important;border:1px solid #e8e8ec;border-radius:8px!important;box-shadow:0 8px 24px #00000014;list-style:none;margin:0;padding:4px}.sub-navbar{background:#f0f1f3;border-bottom:1px solid #e0e1e4;position:-webkit-sticky;position:sticky;top:56px;z-index:99}.sub-navbar .menu{align-items:center;display:flex;gap:0;list-style:none;margin:0;overflow-x:auto;padding:0;scrollbar-width:none}.sub-navbar .menu::-webkit-scrollbar{display:none}.sub-menu-item{flex-shrink:0;list-style:none}.sub-nav-link{align-items:center!important;border-bottom:2px solid #0000;color:#6b7280!important;display:flex!important;font-size:13px!important;font-weight:700!important;gap:5px!important;padding:10px 14px!important;text-decoration:none!important;transition:color .2s,border-color .2s;white-space:nowrap}.sub-nav-link:hover{color:#374151!important}.sub-menu-item.sub-active .sub-nav-link{border-bottom-color:#4f6ef7;color:#4f6ef7!important;font-weight:600!important}.hamburger-wrapper{display:none;position:relative}.hamburger-icon{color:#0f172a!important;cursor:pointer;padding:6px}.mobile-dropdown{background:#fff;border:1px solid #e8e8ec;border-radius:10px;box-shadow:0 8px 24px #00000014;min-width:200px;padding:6px;position:absolute;right:0;top:calc(100% + 8px);z-index:300}.mobile-dropdown .dropdown-item a{color:#0f172a!important;font-size:13px!important;font-weight:500!important}.mobile-dropdown .dropdown-sub-item a{padding-left:12px}.global-item span{color:#0f172a!important;font-weight:500!important}.back-btn{padding:8px 16px}.rec-btn{background:#fff;border:1px solid #e8e8ec;border-radius:6px;color:#64748b;cursor:pointer;font-family:Inter,sans-serif;font-size:13px;font-weight:700;padding:6px 16px;transition:all .2s}.rec-btn:hover{background:#f5f5f7;color:#0f172a}@media (max-width:900px){.desktop-menu{display:none!important}.hamburger-wrapper{display:block}.navbar{gap:8px;height:52px;padding:0 14px}.logo span{font-size:14px}.logo .logo-icon{height:30px;width:30px!important}.input-search{flex:1 1;max-width:none}.sub-navbar{padding:0 10px;top:52px}.sub-nav-link{font-size:12px!important;padding:9px 10px!important}}@media (max-width:480px){.navbar{height:48px;padding:0 10px}.logo .logo-icon{height:26px;width:26px!important}.logo span{font-size:13px}.sub-navbar{padding:0 6px;top:48px}.sub-nav-link{font-size:11px!important;gap:3px!important;padding:8px!important}}@media screen and (max-width:768px){.input-search input{font-size:10px;padding:9px}.back-btn{display:none}}.sub-navbar-mobile{display:none}@media (max-width:768px){.sub-navbar-mobile{border-bottom:1px solid #e5e7eb;position:relative}.sub-nav-arrow,.sub-navbar-mobile{align-items:center;background:#fff;display:flex}.sub-nav-arrow{-webkit-tap-highlight-color:transparent;border:none;cursor:pointer;flex-shrink:0;height:100%;justify-content:center;padding:12px 0;transition:color .15s;width:20px;z-index:2}.sub-nav-arrow:hover{color:#e86b2e}.sub-nav-arrow-hidden{opacity:.2;pointer-events:none}.sub-nav-scroll{-webkit-overflow-scrolling:touch;display:flex;flex:1 1;gap:6px;overflow-x:auto;padding:10px 4px;scroll-behavior:smooth;scrollbar-width:none}.sub-nav-scroll::-webkit-scrollbar{display:none}.sub-nav-pill{-webkit-tap-highlight-color:transparent;align-items:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:20px;color:#0f172a;display:flex;flex-shrink:0;font-size:12px;font-weight:700;gap:4px;padding:7px 12px;text-decoration:none;transition:all .15s;white-space:nowrap}.sub-nav-pill:hover{background:#f1f5f9;border-color:#cbd5e1}.sub-nav-pill:active{transform:scale(.96)}.sub-nav-active{background:#fff3e6;border-color:#e86b2e;color:#e86b2e;font-weight:600}.sub-nav-active:hover{background:#ffe8cc;border-color:#d45a1e}.sub-navbar.desktop-menu{display:none!important}.sub-nav-pill{color:#334155}.sub-nav-pill svg{color:#475569}}.futures-tab-container{display:flex;flex-direction:column;gap:16px}.futures-spot-header{align-items:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;display:flex;justify-content:space-between;padding:14px 18px}.futures-spot-info{align-items:center;display:flex;gap:10px}.futures-spot-label{color:#64748b;font-size:13px}.futures-spot-price{color:#0f172a;font-size:22px;font-weight:700}.futures-meta{align-items:center;display:flex;gap:12px}.futures-type-badge{background:#ede9fe;border-radius:20px;color:#7c3aed;font-size:11px;font-weight:600;padding:4px 10px}.futures-lot{color:#64748b;font-size:13px;font-weight:500}.futures-table-wrap{border:1px solid #e2e8f0;border-radius:10px;overflow-x:auto}.futures-table{border-collapse:collapse;font-size:13px;width:100%}.futures-table thead{background:#f1f5f9}.futures-table th{color:#64748b;font-size:11px;font-weight:600;letter-spacing:.3px;padding:10px 12px;text-align:right;text-transform:uppercase;white-space:nowrap}.futures-table th:first-child{text-align:left}.futures-table td{border-top:1px solid #f1f5f9;color:#0f172a;font-weight:500;padding:12px;text-align:right;white-space:nowrap}.futures-table td:first-child{text-align:left}.futures-table tbody tr:hover{background:#f8fafc}.futures-expiry-cell{display:flex;flex-direction:column;gap:2px}.futures-expiry-date{color:#0f172a;font-weight:600}.futures-contract-name{color:#94a3b8;font-size:11px}.futures-ltp-cell{color:#0f172a;font-weight:700}.futures-green{color:#16a34a;font-weight:600}.futures-red{color:#dc2626;font-weight:600}.futures-premium-section{padding:14px 18px}.futures-premium-section h4{font-size:13px;margin:0 0 12px}.futures-premium-card{min-width:140px;padding:10px 16px}.futures-premium-value{font-size:16px}.futures-empty,.futures-error,.futures-loading{color:#64748b;font-size:14px;padding:40px;text-align:center}.futures-error{background:#fef2f2;border:1px solid #fecaca;border-radius:10px;color:#dc2626}@media (max-width:768px){.futures-spot-header{align-items:flex-start;gap:10px}.futures-premium-grid,.futures-spot-header{flex-direction:column}}.intraday-smart-card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;box-shadow:0 6px 18px #0f172a14;padding:14px}.intraday-smart-top{align-items:center;display:flex;justify-content:space-between}.intraday-smart-label{color:#64748b;font-size:12px;font-weight:600;margin:0}.intraday-smart-top h3{color:#0f172a;font-size:18px;margin:4px 0 0}.intraday-smart-score{align-items:center;border-radius:50%;display:flex;flex-direction:column;font-size:18px;font-weight:800;height:58px;justify-content:center;width:58px}.intraday-smart-score span{font-size:10px}.sm-strong-buy{background:#dcfce7;color:#15803d}.sm-buy{background:#ecfdf5;color:#16a34a}.sm-neutral{background:#fef9c3;color:#a16207}.sm-sell{background:#ffedd5;color:#c2410c}.sm-strong-sell{background:#fee2e2;color:#b91c1c}.intraday-smart-mini-grid{grid-gap:8px;display:grid;gap:8px;grid-template-columns:repeat(4,1fr);margin-top:14px}.intraday-smart-mini-grid div{background:#f8fafc;border-radius:10px;padding:8px}.intraday-smart-mini-grid p{color:#64748b;font-size:11px;margin:0}.intraday-smart-mini-grid h4{color:#0f172a;font-size:14px;margin:4px 0 0}.intraday-smart-conclusion{background:#f8fafc;border-radius:10px;color:#475569;font-size:13px;margin:12px 0 0;padding:8px}.company-card{grid-column:1/-1}.extra-cards-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(4,1fr);margin-top:1rem;width:100%}.card-left{align-items:center;display:flex;gap:8px}.card-right{margin-left:auto}.company-card{background:#0f1720;border-radius:8px;justify-content:space-between;padding:16px;width:100%}.company-card,.company-left{align-items:center;display:flex}.company-left{gap:12px}.company-text{display:flex;flex-direction:column}.card-label{color:#9ca3af;font-size:.9rem;margin:0}.card-value{color:#fff;font-size:1.1rem;font-weight:600;margin:0}.company-right{color:#111;font-size:1.1rem;font-weight:700}.chart-top-heading{display:flex;justify-content:space-between}.chart-select-dropdown{display:flex;gap:10px}@media (min-width:768px) and (max-width:1200px){.extra-cards-grid{gap:14px;grid-template-columns:repeat(3,1fr)}.stock-extra-card{padding:10px 14px}.card-label{font-size:.85rem}.card-value{font-size:.9rem;font-weight:600}.view-more-btn-stock{font-size:1rem!important}}@media (min-width:600px) and (max-width:768px){.extra-cards-grid{gap:12px;grid-template-columns:repeat(2,1fr)}.result-value{margin:0}.stock-extra-card{align-items:flex-start;display:flex;padding:10px;text-align:left}.card-left,.card-right{display:flex;width:100%}.card-label{font-size:.85rem}.card-value{font-size:.9rem;font-weight:600}.view-more-btn-stock{font-size:1rem!important}}@media (max-width:600px){.extra-cards-grid{gap:10px;grid-template-columns:1fr;margin-top:0}.company-card{width:98%}.stock-extra-card{flex-direction:row;flex-wrap:wrap;font-size:.85rem;justify-content:space-between;padding:10px 12px}.card-label{font-size:.8rem}.card-value{font-size:.85rem}.view-more-btn-stock{font-size:.9rem!important;padding:8px}.stock-extra-card p{white-space:normal;word-break:break-word}}.card-left,.card-right{align-items:center;display:flex;gap:.6rem}.card-icon{font-size:1rem}.stockpro-page{background:#f4f6fa;color:#111827;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;min-height:100vh}.stockpro-header{align-items:center}.stockpro-title-block h1{font-size:21px;margin:3px 0}.stockpro-symbol,.stockpro-title-block span{color:#64748b;font-size:12px;font-weight:600}.stockpro-symbol{background:#e6f0ff;border-radius:8px;color:#2563eb;margin:0;padding:4px 10px;width:-webkit-max-content;width:max-content}.stockpro-price-block h2{font-size:1.8rem}.stockpro-price-block p{font-size:12px;margin:2px 0 0}.stockpro-header-metrics{grid-gap:10px;display:grid;grid-template-columns:repeat(5,1fr)}.stockpro-metric span{color:#64748b;font-weight:600;margin-bottom:5px}.stockpro-metric b{font-size:14px}.stockpro-signal-strip{background:#fff;border-bottom:1px solid #e5e7eb;display:flex;flex-direction:column;gap:10px;padding:12px 24px}.stockpro-signal-chip{align-items:center;background:#f8fafc;border:1px solid #e5e7eb;border-radius:999px;display:flex;gap:8px;min-width:-webkit-max-content;min-width:max-content;padding:8px 12px}.stockpro-signal-chip span{color:#475569;font-size:.8rem;font-weight:700}.stockpro-signal-chip b{border-radius:999px;font-size:.9rem;font-weight:850;padding:4px 9px}.stockpro-bull{background:#dcfce7;color:#15803d}.stockpro-bear{background:#fee2e2;color:#dc2626}.stockpro-neutral{background:#fef3c7;color:#b45309}.stockpro-green{color:#16a34a!important}.stockpro-red{color:#dc2626!important}.stockpro-grid{grid-gap:18px;display:grid;gap:18px;grid-template-columns:minmax(0,1fr) 320px;padding:18px 24px}.stockpro-main,.stockpro-side{display:flex;flex-direction:column;gap:18px}.stockpro-card{background:#fff;border:1px solid #e5e7eb;border-radius:15px;box-shadow:0 8px 24px #0f172a0a;padding:16px}.stockpro-card-head{align-items:center;display:flex;gap:12px;justify-content:space-between;margin-bottom:5px}.stockpro-card-head h3{color:#475569;font-weight:850;letter-spacing:.07em;margin:0;text-transform:uppercase}.stockpro-card-head span{color:#64748b;font-size:11px;font-weight:700}.stockpro-vwap-box{background:#ecfdf5;border:1px solid #bbf7d0;border-radius:14px;padding:10px;width:100%}.stockpro-vwap-box span{color:#15803d;font-size:12px;font-weight:850}.stockpro-vwap-box h2{color:#065f46;font-size:1.2rem;font-weight:600;margin:0}.stockpro-vwap-box p{color:#475569;font-size:13px;font-weight:600;line-height:1.5;margin:0}.stockpro-mini-grid{display:flex;margin-top:10px}.stockpro-fund-grid,.stockpro-mini-grid{gap:12px;grid-template-columns:repeat(2,1fr)}.stockpro-fund-grid{grid-gap:12px;display:grid}.stockpro-gauge-box{margin-top:18px;text-align:center}.stockpro-gauge{height:62px;margin:0 auto;overflow:hidden;position:relative;width:120px}.stockpro-gauge-arc{border-color:#f59e0b #16a34a #0000 #dc2626;border-radius:50%;border-style:solid;border-width:12px;height:120px;width:120px}.stockpro-gauge-needle{background:#111827;border-radius:4px;bottom:0;height:48px;left:50%;position:absolute;transform:translateX(-50%) rotate(-8deg);transform-origin:bottom center;width:3px}.stockpro-gauge-box p{color:#b45309;font-size:13px;font-weight:850;margin:6px 0}.stockpro-gauge-box div:last-child{display:flex;font-size:12px;font-weight:800;gap:18px;justify-content:center}.stockpro-tabs{display:flex;gap:6px}.stockpro-actions button,.stockpro-load-btn,.stockpro-tabs button{background:#fff;border:1px solid #dbe3ef;border-radius:9px;color:#334155;cursor:pointer;font-size:12px;font-weight:750;padding:7px 11px}.stockpro-actions button:hover,.stockpro-load-btn:hover,.stockpro-tabs button.active{background:#2563eb;border-color:#2563eb;color:#fff}.stockpro-table-wrap{display:flex;gap:1rem}.stockpro-table{border-collapse:collapse;min-width:760px;width:100%}.stockpro-table th{border-bottom:1px solid #e5e7eb;color:#64748b;font-size:.8rem;font-weight:700;letter-spacing:.06em;padding:9px 10px;text-align:right;text-transform:uppercase;white-space:nowrap}.stockpro-table td:first-child,.stockpro-table th:first-child{text-align:left}.stockpro-table td{border-bottom:1px solid #eef2f7;color:#334155;font-size:.9rem;font-weight:800;padding:10px;text-align:right;white-space:nowrap}.stockpro-table tr:last-child td{border-bottom:none}.stockpro-pivot-row{background:#f8fafc;font-weight:850}.stockpro-return-grid{grid-gap:11px;display:grid;gap:11px;grid-template-columns:repeat(6,1fr)}.stockpro-return-item{background:#f8fafc;border:1px solid #edf2f7;border-radius:12px;padding:10px;text-align:center}.stockpro-return-item span{color:#64748b;display:flex;font-size:.9rem;font-weight:750;justify-content:center}.stockpro-return-item b{font-size:15px;font-weight:850}.stockpro-news-list{display:flex;flex-direction:column;gap:11px}.stockpro-news-item{background:#f8fafc;border:1px solid #edf2f7;border-radius:12px;padding:12px}.stockpro-news-item h4{color:#0f172a;font-size:13px;margin:0 0 5px}.stockpro-empty,.stockpro-news-item p{color:#64748b;font-size:12px;line-height:1.5;margin:0}.stockpro-forecast-box{background:#ecfdf5;border:1px solid #bbf7d0;border-radius:14px;padding:10px}.stockpro-forecast-box span{color:#15803d;font-size:12px;font-weight:850}.stockpro-forecast-box h2{color:#065f46;font-size:1.2rem;margin:0}.stockpro-forecast-box p{font-size:13px;font-weight:800;margin:0}.stockpro-level-list{display:flex;flex-direction:column}.stockpro-level-list div{border-bottom:1px solid #eef2f7;display:flex;gap:12px;justify-content:space-between;padding:11px 0}.stockpro-level-list div:last-child{border-bottom:none}.stockpro-level-list span{color:#64748b;font-size:.9rem;font-weight:700}.stockpro-level-list b{font-size:13px;font-weight:850}.stockpro-range-labels{color:#64748b;display:flex;font-size:12px;font-weight:700;justify-content:space-between;margin-bottom:10px}.stockpro-range-track{background:linear-gradient(90deg,#dc2626,#f59e0b,#16a34a);border-radius:999px;height:6px;position:relative}.stockpro-range-dot{background:#2563eb;border:3px solid #fff;border-radius:50%;box-shadow:0 2px 8px #2563eb59;height:14px;position:absolute;top:50%;transform:translate(-50%,-50%);width:14px}.stockpro-range-box p{color:#334155;font-size:12px;font-weight:800;margin:10px 0 0;text-align:center}.stockpro-order-progress{background:#fee2e2;border-radius:999px;height:7px;margin-bottom:10px;overflow:hidden}.stockpro-order-progress div{background:#16a34a;height:100%}.stockpro-order-summary{display:flex;font-size:12px;font-weight:850;justify-content:space-between;margin-bottom:14px}.stockpro-depth-table{display:flex;flex-direction:column;gap:8px}.stockpro-depth-head,.stockpro-depth-row{grid-gap:8px;display:grid;gap:8px;grid-template-columns:1fr 1fr 1fr;text-align:right}.stockpro-depth-head{border-bottom:1px solid #eef2f7;color:#64748b;font-weight:800;padding-bottom:6px}.stockpro-depth-row{color:#334155;font-weight:750}.stockpro-actions{display:flex;gap:10px}.stockpro-load-btn{margin-top:14px}@media (max-width:1180px){.stockpro-grid,.stockpro-header,.stockpro-two-col{grid-template-columns:1fr}.stockpro-price-block{text-align:left}.stockpro-fund-grid,.stockpro-header-metrics{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.stockpro-grid,.stockpro-header,.stockpro-signal-strip{padding-left:14px;padding-right:14px}.stockpro-fund-grid,.stockpro-header-metrics,.stockpro-mini-grid,.stockpro-return-grid{grid-template-columns:1fr}.stockpro-card{padding:14px}}.stockpro-price-title{display:flex;gap:18px;width:100%}.stockpro-header{background:#fff;border-bottom:1px solid #e5e7eb;padding:18px 24px}.stockpro-price-title{align-items:center;gap:24px}.stockpro-title-block{min-width:0}.stockpro-title-block h1{color:#0f172a;font-size:1.2rem;font-weight:800;margin:4px 0 0;white-space:nowrap}.stockpro-price-block{min-width:170px;text-align:left}.stockpro-price-block h2{color:#0f172a;font-size:34px}.stockpro-header-metrics{display:flex;flex:1 1;gap:10px;justify-content:flex-end;min-width:0}.stockpro-metric{background:#f8fafc;border:1px solid #edf2f7;border-radius:12px;flex:0 0 auto;min-width:95px;padding:11px 12px}.stockpro-metric b{color:#0f172a;display:block;font-size:12px;font-weight:800;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.stockpro-title-block{display:flex;gap:1rem}.stockpro-symbol{align-self:center}.stockpro-price-block{min-width:250px}.stockpro-price-block h2{font-size:1.3rem;font-weight:850}.stockpro-price-block p{align-self:center}.stockpro-price-block p span{font-weight:700}.signal-strip-main{display:flex;justify-content:space-between;width:100%}.signal-strip-inner{display:flex;gap:1rem}.stockpro-chart-card{padding:18px}.stockpro-chart-box{background:#f8fafc;border:1px solid #edf2f7;border-radius:14px;min-height:360px;overflow:hidden;padding:12px;width:100%}.stockpro-macd-chart-box{min-height:340px}.stockpro-chart-select{background:#fff;border:1px solid #dbe3ef;border-radius:9px;color:#334155;font-size:12px;font-weight:750;outline:none;padding:8px 12px}@media (max-width:768px){.stockpro-card-head{align-items:flex-start;flex-direction:column}.stockpro-chart-box{min-height:300px;padding:8px}}.stockpro-chart-wrapper{background:#fff;border:1px solid #e5e7eb;border-radius:18px;box-shadow:0 4px 12px #0f172a0a,0 12px 28px #0f172a0f;margin-bottom:18px;overflow:hidden;padding:20px}.stockpro-chart-wrapper .macd-chart-graph{background:#0000;border:none;box-shadow:none;margin:0;padding:0}.stockpro-chart-wrapper .chart-top-heading{background:#f8fafc;border:1px solid #edf2f7;border-radius:14px;margin-bottom:22px;padding:16px 18px}.stockpro-chart-wrapper .chart-top-heading h3{color:#0f172a;font-size:24px;font-weight:850;margin:0}.stockpro-chart-wrapper .trend-head{color:#0f172a;font-size:18px;font-weight:850;margin:24px 0 14px}.stockpro-chart-wrapper .candle-chart-container{border-top:1px solid #eef2f7;margin-top:24px;padding-top:22px}.stockpro-chart-section{margin-bottom:28px}.stockpro-chart-card{background:#fafbfd;border:1px solid #edf2f7;border-radius:16px;overflow:hidden;padding:14px}.stockpro-chart-card .recharts-responsive-container{background:#0000}.stockpro-chart-card iframe{border-radius:12px}.stockpro-chart-section:last-child{margin-bottom:0}.stockpro-option-links{display:flex;gap:10px}.stockpro-option-link{align-items:center;background:#f8fafc;border:1px solid #dbe3ef;border-radius:12px;color:#0f172a;cursor:pointer;display:flex;font-size:13px;font-weight:800;gap:12px;justify-content:space-between;padding:12px}.stockpro-option-link:hover{background:#2563eb;border-color:#2563eb;color:#fff}.stockpro-option-link b{font-size:12px}.stockpro-insight-heading{align-items:center;display:flex;justify-content:space-between}.stockpro-insight-heading h3{color:#0f172a;font-size:22px;font-weight:850;margin:0}.stockpro-insight-heading p{color:#64748b;font-size:13px;font-weight:600;margin:4px 0 0}.stockpro-tech-card{min-height:100%}.stockpro-tech-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:1.35fr 1fr}.stockpro-tech-block{background:#fff;border:1px solid #e5e7eb;border-radius:18px;padding:18px}.stockpro-tech-block.vwap{background:#f0fdf4;border-color:#86efac;grid-column:1/-1}.stockpro-tech-block-head{align-items:center;display:flex;gap:12px;justify-content:space-between;margin-bottom:16px}.stockpro-tech-block-head h4{color:#111827;font-size:15px;font-weight:800;letter-spacing:.04em;margin:0;text-transform:uppercase}.stockpro-tabs.small{background:#f8fafc;border:1px solid #dbe3ef;border-radius:10px;display:flex;overflow:hidden}.stockpro-tabs.small button{background:#0000;border:none;color:#64748b;cursor:pointer;font-size:13px;font-weight:800;padding:7px 13px}.stockpro-tabs.small button.active{background:#2563eb;color:#fff}.stockpro-rsi-macd-values{border:1px solid #e5e7eb;border-radius:14px;display:grid;grid-template-columns:repeat(3,1fr);overflow:hidden}.stockpro-rsi-macd-values div{padding:14px;text-align:center}.stockpro-rsi-macd-values div:first-child,.stockpro-rsi-macd-values div:nth-child(2){border-right:1px solid #e5e7eb}.stockpro-rsi-macd-values span,.stockpro-smart-mini span{color:#9ca3af;display:flex;font-size:12px;font-weight:800;justify-content:center;letter-spacing:.08em;margin-bottom:4px;text-transform:uppercase}.stockpro-rsi-macd-values b{color:#047857;font-size:1.2rem;font-weight:900}.stockpro-prediction-box{background:#f8fafc;border:1px solid #e5e7eb;border-radius:14px;display:flex;flex-direction:row-reverse;margin-top:16px;padding:14px 16px}.stockpro-prediction-box span{border-radius:10px;display:inline-block;font-weight:850;margin-bottom:8px;padding:0 8px}.stockpro-prediction-box p{color:#374151;font-size:15px;font-weight:700;margin:0}.stockpro-smart-hero{background:#dcfce7;border:1px solid #86efac;border-radius:16px;gap:18px;padding:10px;width:100%}.stockpro-smart-score{align-items:center;background:#f0fdf4;border:8px solid #16a34a;border-radius:50%;color:#16a34a;display:flex;flex-shrink:0;font-size:26px;font-weight:900;height:60px;justify-content:center;width:60px}.stockpro-smart-hero span{color:#047857;font-size:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.stockpro-smart-hero h3{font-size:1.2rem;font-weight:900;margin:0}.stockpro-smart-hero p{color:#64748b;font-size:13px;font-weight:700;margin:0}.stockpro-smart-mini{border:1px solid #e5e7eb;border-radius:14px;display:grid;grid-template-columns:repeat(3,1fr);margin-top:10px}.stockpro-smart-mini div{padding:8px;text-align:center}.stockpro-smart-mini div:not(:last-child){border-right:1px solid #e5e7eb}.stockpro-smart-mini b{color:#111827;font-size:1rem;font-weight:900}.stockpro-tech-block.vwap p{color:#374151;font-size:15px;font-weight:700;margin:0 0 8px}.stockpro-tech-block.vwap h3{color:#047857;font-size:24px;font-weight:900;margin:0}@media (max-width:900px){.stockpro-tech-grid{grid-template-columns:1fr}.stockpro-tech-block.vwap{grid-column:auto}}.chart-max-view{border-radius:1rem;inset:1.5rem;padding:1rem}.chart-max-view .chart-body{height:calc(100vh - 8rem)}.chart-max-view canvas,.chart-max-view svg{height:100%!important}.chart-max-btn{background:#111827;border:none;border-radius:.5rem;color:#fff;cursor:pointer;padding:.5rem .9rem}.chart-max-view{background:#fff;inset:1rem}.chart-max-view .chart-body{height:calc(100vh - 6rem)}.chart-max-btn{font-size:.875rem;font-weight:600;padding:.45rem .75rem}.stockpro-head-block{display:flex;flex-direction:column;gap:5px}.stockpro-score-section{grid-column:1/-1}.stockpro-score-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(5,1fr)}.stockpro-score-mini-card{align-items:center;background:#f9fafb;border:1px solid #e5e7eb;border-radius:1rem;display:flex;gap:.875rem;padding:1rem}.stockpro-score-circle{align-items:center;border:.4rem solid #22c55e;border-radius:50%;color:#15803d;display:flex;font-size:1.35rem;font-weight:800;height:3.25rem;justify-content:center;width:3.25rem}.stockpro-score-content span{color:#64748b;font-size:.8125rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.stockpro-score-content h3{color:#111827;font-size:1.1rem;font-weight:800;margin:.25rem 0}.stockpro-score-content p{color:#64748b;font-size:.9rem;font-weight:700}@media (max-width:900px){.stockpro-score-grid{grid-template-columns:repeat(2,1fr)}}.par-smart-hero{display:flex;flex-direction:column;gap:10px}.vwap-score-box{display:flex;gap:10px;margin-bottom:10px}.stockpro-score-overview{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1.3fr 1fr;margin-bottom:1rem}.stockpro-overall-score-card{align-items:center;background:var(--card-bg);border:1px solid var(--card-border);border-radius:1.1rem;display:flex;gap:1.2rem;padding:1.2rem}.stockpro-overall-circle{align-items:center;border:.55rem solid var(--score-color);border-radius:50%;color:var(--score-color);display:flex;font-size:2rem;font-weight:900;height:5rem;justify-content:center;width:5rem}.stockpro-overall-score-card span{color:var(--text-color);font-size:.8rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.stockpro-overall-score-card h2{font-size:1.7rem;font-weight:900;margin:.3rem 0}.stockpro-score-scale{background:#f9fafb;border:1px solid #e5e7eb;border-radius:1rem;padding:1rem}.stockpro-score-scale h4{font-size:.95rem;font-weight:900;margin-bottom:.7rem}.stockpro-score-scale div{color:#475569;font-size:.85rem;font-weight:700;margin-bottom:.45rem}.dot{display:inline-block;height:.65rem;margin-right:.5rem;width:.65rem}.strong-green{background:#16a34a}.green{background:#22c55e}.yellow{background:#eab308}.orange{background:#f97316}.red{background:#dc2626}.stockpro-overall-hero{align-items:center;background:linear-gradient(135deg,var(--card-bg),#fff);border:1px solid var(--card-border);border-radius:1.4rem;box-shadow:0 12px 30px #0f172a14;display:flex;gap:1.5rem;padding:1.4rem}.overall-ring{align-items:center;background:#fff;border:.7rem solid var(--score-color);border-radius:50%;color:var(--score-color);display:flex;flex-direction:column;height:7rem;justify-content:center;width:7rem}.overall-ring span{font-size:2.3rem;font-weight:900;line-height:1}.overall-ring small{font-size:.85rem;font-weight:800}.overall-kicker{font-size:.8rem;letter-spacing:.1em;text-transform:uppercase}.overall-content h2,.overall-kicker{color:var(--text-color);font-weight:900}.overall-content h2{font-size:2rem;margin:.25rem 0}.overall-content p{color:#64748b;font-size:.95rem;font-weight:600}.overall-score-pills{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.8rem}.overall-score-pills span{background:#fff;border:1px solid var(--card-border);border-radius:999px;color:#334155;font-size:.78rem;font-weight:800;padding:.45rem .7rem}.score-range-guide{background:#f8fafc;border:1px solid #e5e7eb;border-radius:1rem;gap:1rem;margin-left:auto;min-width:230px;padding:1rem}.score-range-guide div{align-items:center;color:#475569;display:flex;font-size:.875rem;font-weight:700;gap:.6rem;margin-bottom:.55rem}.range-dot{border-radius:50%;display:inline-block;height:.75rem;width:.75rem}.strong-bull{background:#15803d}.bull{background:#22c55e}.neutral{background:#eab308}.bear{background:#f97316}.strong-bear{background:#dc2626}.qk-score-tabs{display:flex;flex-wrap:wrap;gap:.7rem;margin-top:1rem}.qk-score-tab{align-items:center;background:var(--tab-bg);border:1px solid var(--tab-border);border-radius:999px;color:var(--tab-color);display:flex;gap:.45rem;padding:.55rem .85rem}.qk-score-tab b{font-size:.875rem;font-weight:800}.qk-score-tab small{font-size:.75rem;font-weight:800;opacity:.8}.qk-dot{background:var(--tab-color);border-radius:50%;height:.55rem;width:.55rem}.qk-score-legend{color:#64748b;display:flex;font-size:.8rem;font-weight:700;gap:1rem;margin-top:.8rem}.qk-score-legend i{border-radius:50%;display:inline-block;height:.5rem;margin-right:.35rem;width:.5rem}.bull-dot{background:#22c55e}.neutral-dot{background:#eab308}.bear-dot{background:#ef4444}@media (max-width:768px){.stockpro-page{padding:10px}.last-updated-head{font-size:12px;justify-content:flex-end;padding:8px 12px}.stockpro-header{border-radius:14px;padding:14px}.stockpro-price-title{flex-direction:column;gap:14px}.stockpro-title-block{flex-direction:row}.stockpro-head-block{align-items:flex-start;flex-direction:column;gap:8px;width:100%}.stockpro-title-block h1{font-size:12px;line-height:1.2}.stockpro-symbol{font-size:10px}.stockpro-price-block{align-items:flex-start;gap:10px}.stockpro-price-block p{font-size:14px}.stockpro-header-metrics{grid-gap:8px;display:grid;gap:8px;grid-template-columns:repeat(3,1fr);min-width:none;width:100%}.stockpro-metric{border-radius:12px;min-height:auto;min-width:0;padding:10px 8px}.stockpro-metric span{font-size:11px}.stockpro-metric b{font-size:13px}.stockpro-signal-strip{padding:14px}.stockpro-insight-heading{align-items:flex-start;flex-direction:column;gap:12px}.stockpro-insight-heading h3{font-size:18px}.stockpro-option-links{grid-gap:8px;display:grid;gap:8px;grid-template-columns:1fr 1fr;width:100%}.stockpro-option-link{font-size:12px;padding:10px;width:100%}.signal-strip-main{flex-direction:column;gap:12px}.signal-strip-inner{display:flex;gap:8px;overflow-x:auto;padding-bottom:4px;scrollbar-width:none}.signal-strip-inner::-webkit-scrollbar{display:none}.stockpro-signal-chip{font-size:12px;min-width:-webkit-max-content;min-width:max-content;padding:9px 12px}.stockpro-actions{grid-gap:8px;display:grid;gap:8px;grid-template-columns:1fr 1fr;width:100%}.stockpro-actions button{font-size:12px;padding:11px 8px;width:100%}.stockpro-grid{display:flex;flex-direction:column;gap:14px}.stockpro-main,.stockpro-sidebar{width:100%}.stockpro-two-col{gap:14px;grid-template-columns:1fr}.stockpro-card{border-radius:14px;padding:14px}.stockpro-card-head h3{font-size:15px}.stockpro-overall-hero{align-items:center;flex-direction:column;gap:14px;padding:16px;text-align:center}.overall-content h2{font-size:22px}.overall-content p{font-size:13px}.qk-score-tabs{grid-gap:8px;display:grid;gap:8px;justify-content:center}.qk-score-tab{gap:0;justify-content:space-evenly}.qk-score-tabs span{font-size:12px;padding:7px 10px}.technical-snapshot-grid{grid-template-columns:1fr}.stockpro-mini-grid{display:grid;grid-template-columns:repeat(2,1fr)}.stockpro-return-grid{grid-template-columns:repeat(3,1fr)}.stockpro-sidebar{order:2}.range-card,.sidebar-card{border-radius:14px;padding:14px}.range-card h3,.sidebar-card h3{font-size:15px}.stockpro-table-wrap{flex-direction:column;overflow-x:auto;width:100%}.stockpro-table{min-width:720px}.stockpro-table td,.stockpro-table th{font-size:12px;padding:10px;white-space:nowrap}.return-performance-grid{gap:8px;grid-template-columns:repeat(3,1fr)}.moving-average-layout{grid-template-columns:1fr}.macd-history-table{overflow-x:auto}.stockpro-chart-head{align-items:flex-start;flex-direction:column;gap:12px}.stockpro-chart-head h2{font-size:18px}.stockpro-chart-controls{grid-gap:8px;display:grid;gap:8px;grid-template-columns:1fr 1fr;width:100%}.stockpro-chart-controls select{width:100%}.stockpro-grid,.stockpro-main,.stockpro-main>.stockpro-two-col,.stockpro-side{display:contents}.stockpro-page{display:flex;flex-direction:column;gap:14px}.stockpro-header{order:1}.stockpro-signal-strip{order:2}.mobile-qk-score{order:3}.mobile-analyst{order:4}.mobile-day-range{order:5}.mobile-week52{order:6}.mobile-technical{order:7}.mobile-forecast-range{order:8}.mobile-key-levels{order:9}.mobile-pivots{order:10}.mobile-return{order:11}.mobile-moving-average{order:12}.mobile-fundamentals{order:13}.mobile-charts{order:14}.mobile-macd-crossover{order:15}.stockpro-page{display:flex;flex-direction:column;gap:14px}.stockpro-grid,.stockpro-main,.stockpro-main>.stockpro-two-col,.stockpro-side{display:contents}.score-range-guide{margin-left:0}.stockpro-header{order:1}.stockpro-signal-strip{order:2}.mobile-qk-score{order:3}.mobile-analyst{order:4}.mobile-day-range{order:5}.mobile-week52{order:6}.mobile-technical{order:7}.mobile-forecast-range{order:8}.mobile-key-levels{order:9}.mobile-pivots{order:10}.mobile-return{order:11}.mobile-moving-average{order:12}.mobile-fundamentals{order:13}.mobile-order-book{order:14}.mobile-valuation{order:15}.mobile-profit{order:16}.mobile-ownership{order:17}.mobile-news{order:18}.mobile-charts{order:19}.stockpro-tech-card{overflow:hidden;padding:14px}.stockpro-tech-grid{grid-gap:14px;display:grid;gap:14px;grid-template-columns:1fr;width:100%}.stockpro-tech-block{min-width:0;padding:14px;width:100%}.stockpro-tech-block-head{align-items:flex-start;flex-direction:column;gap:10px}.stockpro-tabs.small{display:grid;grid-template-columns:1fr 1fr;width:90%}.stockpro-tabs.small button{width:100%}.stockpro-smart-hero{gap:12px;min-width:0;padding:14px;width:100%}.stockpro-smart-hero h3{font-size:20px}.stockpro-smart-hero p{font-size:13px;line-height:1.35}.stockpro-smart-score{flex:0 0 58px;font-size:24px;height:58px;width:58px}.stockpro-smart-mini{grid-template-columns:repeat(3,1fr);width:100%}.stockpro-smart-mini div{min-width:0;padding:10px 6px}.stockpro-smart-mini span{font-size:11px}.stockpro-smart-mini b{font-size:13px}}@media (max-width:420px){.stockpro-tech-block,.stockpro-tech-card{padding:12px}.stockpro-smart-hero{align-items:flex-start}.stockpro-smart-score{flex:0 0 52px;font-size:22px;height:52px;width:52px}.stockpro-smart-mini{grid-template-columns:1fr}}@media (max-width:768px){.stockpro-tech-card{padding:14px}.stockpro-tech-grid{grid-gap:14px;display:grid;gap:14px;grid-template-columns:1fr}.stockpro-tech-block{border-radius:14px;padding:14px;width:100%}.stockpro-tech-block-head{align-items:flex-start;display:flex;gap:10px;justify-content:space-between}.stockpro-tech-block-head h4{font-size:15px;text-align:left;white-space:normal;width:100%}.stockpro-tabs.small{flex-shrink:0}.stockpro-smart-hero{align-items:center;display:flex;gap:14px;min-width:0;padding:14px;width:100%}.stockpro-smart-score{flex:0 0 56px;font-size:24px;height:56px;width:56px}.stockpro-smart-hero>div:last-child{min-width:0}.stockpro-smart-hero span{font-size:11px}.stockpro-smart-hero h3{font-size:18px;margin:2px 0}.stockpro-smart-hero p{font-size:12px;line-height:1.35;margin:0}.stockpro-smart-mini{display:grid;grid-template-columns:repeat(3,1fr);width:100%}.stockpro-smart-mini div{min-width:0;padding:10px 6px}.par-smart-hero,.vwap-score-box{grid-gap:10px;display:grid;gap:10px;grid-template-columns:1fr}}.stockpro-smart-hero{align-items:center;display:flex;gap:14px;min-width:0;width:95%}.stockpro-smart-hero>div:last-child{flex:1 1;min-width:0}.stockpro-smart-hero p{line-height:1.35;max-width:100%;overflow-wrap:break-word;white-space:normal;word-break:normal}.mobile-moving-average .mobile-ma-table-scroll{-webkit-overflow-scrolling:touch;overflow-x:auto;width:100%}.mobile-moving-average .stockpro-table{min-width:650px}.stock-mobile-tabs{display:none}@media (max-width:768px){.stock-mobile-tabs{background:#fff;display:flex;gap:10px;overflow-x:auto;padding:10px 0;position:-webkit-sticky;position:sticky;top:0;z-index:100}.stock-mobile-tabs button{background:#fff;border:1px solid #e5e7eb;border-radius:20px;font-size:13px;font-weight:600;padding:8px 16px;white-space:nowrap}.stock-mobile-tabs button.active{background:#249966;color:#fff}.signal-strip-main{display:block;overflow:visible}.stock-index-container{grid-template-columns:repeat(1,1fr)}.signal-strip-inner{display:flex;flex-wrap:wrap;gap:12px;overflow:visible;width:100%}.chart-select-dropdown{justify-content:flex-end}.chart-top-heading{flex-direction:column}.stockpro-signal-chip{align-items:flex-start;border-radius:12px;display:flex;flex-direction:column;gap:8px;max-width:150px;min-width:100px;padding:10px;width:-webkit-max-content;width:max-content}.stockpro-signal-chip span{font-size:12px;line-height:1.2;white-space:normal}.stockpro-signal-chip b{border-radius:12px;font-size:12px;padding:5px 12px;width:-webkit-max-content;width:max-content}.stockpro-actions{grid-gap:10px;display:grid;gap:10px;margin-top:16px}.stockpro-actions button{width:100%}.chart-top-heading h3{font-size:16px}}.stockpro-price-block{align-items:center;display:flex;flex-wrap:nowrap;gap:14px;min-width:-webkit-max-content;min-width:max-content}.stockpro-price-block h2,.stockpro-price-block p{flex-shrink:0;line-height:1;margin:0;white-space:nowrap}.stockpro-price-block p{align-items:center;display:flex;font-size:16px;font-weight:800;gap:6px}.stockpro-price-block p span{white-space:nowrap}@media (max-width:768px){.signal-strip-inner{grid-gap:8px;display:grid;gap:8px;grid-template-columns:1fr 1fr}.stockpro-signal-chip{font-size:12px;padding:6px 10px}.stockpro-signal-chip span{font-size:10px}.stockpro-signal-chip b{font-size:12px}.stockpro-smart-hero,.stockpro-vwap-box{width:auto}#root,body,html{max-width:100%;overflow-x:hidden;width:100%}*,:after,:before{box-sizing:border-box}.stockpro-page{max-width:100vw;overflow-x:hidden;padding-left:10px;padding-right:10px;width:100%}.stock-mobile-tabs{grid-gap:6px;display:grid;gap:6px;grid-template-columns:repeat(4,minmax(0,1fr));max-width:100%;overflow:hidden;padding:8px 0;width:100%}.stock-mobile-tabs button{font-size:12px;min-width:0;overflow:hidden;padding:9px 4px;text-overflow:ellipsis;white-space:nowrap;width:100%}.stockpro-card,.stockpro-grid,.stockpro-main,.stockpro-tech-block,.stockpro-tech-card,.stockpro-tech-grid,.stockpro-two-col{max-width:100%;min-width:0;width:100%}.stockpro-mini-grid{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(2,minmax(0,1fr));max-width:100%;width:100%}.stockpro-metric,.stockpro-mini-grid .stockpro-metric{max-width:100%;min-width:0!important;width:100%}.stockpro-metric b,.stockpro-metric span,.stockpro-smart-hero,.stockpro-smart-hero h3,.stockpro-smart-hero p{max-width:100%;min-width:0;overflow-wrap:anywhere;word-break:break-word}}.chart-max-view{background:#0f172a;box-sizing:border-box;height:100vh;left:0;overflow:auto;padding:16px;position:fixed;top:0;width:100vw;z-index:9999}.chart-max-view .chart-body{height:calc(100vh - 120px)}.chart-max-view .candle-chart-container{height:100%}.stockpro-derivatives-tabs{border-bottom:2px solid #e2e8f0;display:flex;gap:0;margin:16px 0}.stockpro-deriv-tab{background:none;border:none;border-bottom:3px solid #0000;color:#64748b;cursor:pointer;font-size:14px;font-weight:600;padding:10px 20px;transition:all .2s}.stockpro-deriv-tab:hover{background:#f8fafc;color:#0f172a}.stockpro-deriv-tab.active{border-bottom-color:#2563eb;color:#2563eb}.overall-gauge{text-align:center}.overall-gauge-svg{height:140px;width:220px}.overall-gauge-score{color:#111827;font-size:1.5rem;font-weight:900;margin-top:-30px}.overall-gauge-label{color:#15803d;font-size:1rem;font-weight:800}.trade-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;font-family:Inter,system-ui,sans-serif;max-width:380px;padding:18px}.trade-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:14px}.trade-header h3{color:#111827;font-size:15px;font-weight:700;margin:0}.trade-badge{background:#eef2ff;border-radius:999px;color:#6366f1;font-size:11px;font-weight:600;letter-spacing:.4px;padding:3px 10px}.trade-info-row{align-items:flex-end;border-bottom:1px solid #f3f4f6;display:flex;gap:16px;margin-bottom:14px;padding-bottom:14px}.trade-info-item{display:flex;flex-direction:column;gap:2px}.trade-label{color:#9ca3af;font-size:10px;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.trade-price{color:#111827;font-size:1.4rem;font-weight:700;margin:0}.trade-total{color:#374151;font-size:1rem;font-weight:700}.trade-qty-input{background:#fafafa;border:1.5px solid #e5e7eb;border-radius:8px;color:#111827;font-size:16px;font-weight:700;outline:none;padding:6px 4px;text-align:center;transition:border-color .15s;width:56px}.trade-qty-input:focus{border-color:#6366f1;box-shadow:0 0 0 3px #6366f114}.trade-buy-btn{background:#249966;border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:14px;font-weight:700;letter-spacing:.3px;padding:12px;transition:background .15s;width:100%}.trade-buy-btn:hover{background:#1e7a53}.trade-buy-btn:disabled{background:#d1d5db;cursor:not-allowed}.trade-sell-btn{background:#dc2626;border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:14px;font-weight:700;letter-spacing:.3px;padding:12px;transition:background .15s;width:100%}.trade-sell-btn:hover{background:#b91c1c}.trade-sell-btn:disabled{background:#fca5a5;cursor:not-allowed}.trade-result{border-radius:8px;font-size:13px;font-weight:600;margin-top:10px;padding:8px 12px}.trade-result-success{background:#dcfce7;color:#166534}.trade-result-error{background:#fee2e2;color:#991b1b}@media (max-width:768px){.trade-card{max-width:100%}.trade-info-row{gap:12px}.trade-price{font-size:1.2rem}.trade-qty-input{font-size:14px;width:50px}}.dhs-wrapper{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 1px 3px #0000000f;margin-top:1rem;padding:1.25rem}.dhs-header{align-items:center;border-bottom:1px solid #f3f4f6;display:flex;flex-wrap:wrap;gap:.5rem;justify-content:space-between;margin-bottom:1rem;padding-bottom:.75rem}.dhs-title{color:#111827;font-size:1.05rem;font-weight:700;margin:0}.dhs-status{border-radius:6px;font-size:.82rem;font-weight:600;padding:4px 10px}.dhs-status--waiting{background:#f3f4f6;color:#6b7280}.dhs-status--building{background:#eff6ff;color:#2563eb}.dhs-status--watching{background:#fffbeb;color:#d97706}.dhs-status--signal{animation:dhs-pulse 1.5s ease-in-out infinite}.dhs-status--signal,.dhs-status--sl{background:#fef2f2;color:#dc2626}.dhs-status--target{background:#f0fdf4;color:#16a34a}.dhs-status--closed{background:#f3f4f6;color:#6b7280}@keyframes dhs-pulse{0%,to{opacity:1}50%{opacity:.6}}.dhs-metrics{grid-gap:.5rem;display:grid;gap:.5rem;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));margin-bottom:1rem}.dhs-metric{background:#f9fafb;border:1px solid #f3f4f6;border-radius:8px;display:flex;flex-direction:column;gap:2px;padding:.6rem .75rem}.dhs-metric__label{color:#9ca3af;font-size:.72rem;font-weight:500;letter-spacing:.02em;text-transform:uppercase}.dhs-metric__value{color:#111827;font-size:.95rem;font-weight:700}.dhs-text--green{color:#16a34a}.dhs-text--red{color:#dc2626}.dhs-text--amber{color:#d97706}.dhs-text--muted{color:#9ca3af}.dhs-active-signal{background:#fef2f2;border:1px solid #fca5a5;border-left:4px solid #dc2626;border-radius:8px;margin-bottom:1rem;padding:.75rem 1rem}.dhs-active-signal__row{align-items:center;color:#374151;display:flex;flex-wrap:wrap;font-size:.85rem;font-weight:500;gap:.75rem;justify-content:space-between}.dhs-table-wrap{border:1px solid #e5e7eb;border-radius:8px;margin-bottom:.75rem;overflow-x:auto}.dhs-table{border-collapse:collapse;font-size:.8rem;min-width:800px;width:100%}.dhs-table thead{background:#f9fafb}.dhs-table th{border-bottom:2px solid #e5e7eb;color:#6b7280;font-size:.72rem;font-weight:600;letter-spacing:.03em;padding:.6rem .65rem;text-align:left;text-transform:uppercase;white-space:nowrap}.dhs-table td{border-bottom:1px solid #f3f4f6;color:#374151;padding:.55rem .65rem;white-space:nowrap}.dhs-table tbody tr:hover{background:#f9fafb}.dhs-table__empty{color:#9ca3af;font-style:italic;padding:2rem 1rem!important;text-align:center}.dhs-table__note{color:#6b7280;font-size:.75rem;line-height:1.4;max-width:220px;white-space:normal}.dhs-row--sell{background:#fef2f2!important}.dhs-row--target{background:#f0fdf4!important}.dhs-row--sl{background:#fff1f2!important}.dhs-badge{border-radius:4px;color:#fff;display:inline-block;font-size:.68rem;font-weight:700;letter-spacing:.02em;padding:2px 8px;white-space:nowrap}.dhs-badge--strong-sell{background:#991b1b}.dhs-badge--sell{background:#dc2626}.dhs-badge--weak{background:#d97706}.dhs-badge--skip{background:#9ca3af}.dhs-badge--first-touch{background:#6366f1}.dhs-badge--lock{background:#2563eb}.dhs-badge--sl{background:#dc2626}.dhs-badge--target{background:#16a34a}.dhs-badge--time-exit{background:#6b7280}.dhs-score--high{color:#dc2626;font-weight:700}.dhs-score--mid{color:#d97706;font-weight:700}.dhs-score--low{color:#9ca3af;font-weight:600}.dhs-pnl--profit{color:#16a34a;font-weight:700}.dhs-pnl--loss{color:#dc2626;font-weight:700}.dhs-conditions{background:#f9fafb;border:1px solid #f3f4f6;border-radius:8px;margin-top:.75rem;padding:.85rem}.dhs-conditions__title{color:#374151;display:block;font-size:.85rem;margin-bottom:.5rem}.dhs-conditions__grid{grid-gap:.5rem;display:grid;gap:.5rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.dhs-condition{align-items:flex-start;display:flex;font-size:.8rem;gap:.4rem;padding:.35rem 0}.dhs-condition__icon--pass{color:#16a34a;flex-shrink:0;font-size:.9rem;font-weight:800}.dhs-condition__icon--fail{color:#dc2626;flex-shrink:0;font-size:.9rem;font-weight:800}.dhs-condition__text{color:#374151;line-height:1.4}.dhs-condition__detail{color:#9ca3af;font-weight:400}.dhs-rules{background:#f0f9ff;border:1px solid #bae6fd;border-radius:8px;margin-top:.75rem;padding:.85rem}.dhs-rules__title{color:#0c4a6e;display:block;font-size:.82rem;margin-bottom:.25rem}.dhs-rules__text{color:#64748b;font-size:.78rem;line-height:1.5;margin:0}@media (max-width:768px){.dhs-wrapper{padding:.85rem}.dhs-header{align-items:flex-start;flex-direction:column}.dhs-metrics{grid-template-columns:repeat(2,1fr)}.dhs-active-signal__row{align-items:flex-start;flex-direction:column;gap:.35rem}.dhs-conditions__grid{grid-template-columns:1fr}.dhs-table{font-size:.72rem}.dhs-table td,.dhs-table th{padding:.4rem .5rem}.dhs-table__note{font-size:.68rem;max-width:150px}.dhs-badge{font-size:.62rem;padding:2px 6px}}@media (max-width:480px){.dhs-metrics{gap:.35rem;grid-template-columns:repeat(2,1fr)}.dhs-metric{padding:.4rem .5rem}.dhs-metric__label{font-size:.65rem}.dhs-metric__value{font-size:.82rem}}@media (prefers-color-scheme:dark){.dhs-wrapper{background:#1f2937;border-color:#374151}.dhs-header{border-bottom-color:#374151}.dhs-title{color:#f9fafb}.dhs-metric{background:#111827;border-color:#374151}.dhs-metric__label{color:#6b7280}.dhs-metric__value{color:#f9fafb}.dhs-table thead{background:#111827}.dhs-table th{border-bottom-color:#374151;color:#9ca3af}.dhs-table td{border-bottom-color:#1f2937;color:#d1d5db}.dhs-table tbody tr:hover{background:#111827}.dhs-table-wrap{border-color:#374151}.dhs-table__note{color:#9ca3af}.dhs-active-signal{background:#1c1917;border-color:#7f1d1d}.dhs-active-signal__row{color:#d1d5db}.dhs-conditions{background:#111827;border-color:#374151}.dhs-condition__text,.dhs-conditions__title{color:#d1d5db}.dhs-condition__detail{color:#6b7280}.dhs-rules{background:#0c1929;border-color:#1e3a5f}.dhs-rules__title{color:#93c5fd}.dhs-rules__text{color:#94a3b8}.dhs-row--sell{background:#1c1917!important}.dhs-row--target{background:#052e16!important}.dhs-row--sl{background:#1c1917!important}.dhs-status--waiting{background:#374151;color:#9ca3af}.dhs-status--building{background:#1e3a5f;color:#93c5fd}.dhs-status--watching{background:#451a03;color:#fbbf24}.dhs-status--signal{background:#450a0a;color:#fca5a5}.dhs-status--target{background:#052e16;color:#86efac}}.dhs-page{margin:0 auto;max-width:1200px;padding:16px}.dhs-error,.dhs-loading{font-size:14px;font-weight:600;padding:20px}.dhs-error{background:#fee2e2;border-left:4px solid #dc2626;border-radius:8px;color:#dc2626}.dhs-stock-header{margin-bottom:16px}.dhs-back-btn{align-items:center;background:none;border:1px solid #e2e8f0;border-radius:8px;color:#334155;cursor:pointer;display:flex;font-size:13px;font-weight:500;gap:6px;margin-bottom:12px;padding:6px 14px;transition:all .15s}.dhs-back-btn:hover{background:#f1f5f9;border-color:#cbd5e1}.dhs-stock-info{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:12px}.dhs-stock-name h2{color:#0f172a;font-size:20px;font-weight:600;margin:0}.dhs-stock-name span{color:#64748b;font-size:13px}.dhs-stock-price{text-align:right}.dhs-stock-price h2{color:#0f172a;font-size:20px;font-weight:600;margin:0}.dhs-stock-price span{font-size:14px;font-weight:500}.dhs-stock-ohlc{border-bottom:1px solid #e5e7eb;border-top:1px solid #e5e7eb;display:flex;flex-wrap:wrap;gap:16px;padding:12px 0}.dhs-stock-ohlc div{display:flex;flex-direction:column;gap:2px}.dhs-stock-ohlc span{color:#64748b;font-size:11px}.dhs-stock-ohlc b{color:#0f172a;font-size:13px}@media (max-width:768px){.dhs-page{padding:12px}.dhs-stock-info{flex-direction:column;gap:4px}.dhs-stock-price{text-align:left}.dhs-stock-ohlc{gap:12px}}.news-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(4,1fr);padding:0 20px}.news-card{border-radius:12px;box-shadow:0 4px 12px #0006;color:#000;display:flex;flex-direction:column;overflow:hidden;text-decoration:none;transition:transform .2s,box-shadow .2s}.news-card:hover{box-shadow:0 6px 18px #0009;transform:translateY(-4px)}.news-image{height:160px;object-fit:cover;width:100%}.news-content{display:flex;flex-direction:column;flex-grow:1;justify-content:space-between;padding:12px}.news-title{font-size:14px;font-weight:600;line-height:1.4}.news-time{color:#9aa7b2;font-size:12px;margin:0}.news-search-tab{display:flex;justify-content:center}.news-input{box-shadow:0 4px 12px #0006}.news-input-dropdown{background:#fff}.news-dropdown-item :hover{background-color:#e0e0e0}.news-page-container{margin-top:20px}.news-head-div{display:flex}.news-heading{font-size:1.2rem;font-weight:700;margin:10px auto;text-align:center}.news-dropdown-company :hover,.news-dropdown-symbol{background-color:#e0e0e0;background:#fff}@media (max-width:600px){.news-grid{background-color:#fff;color:#000;grid-template-columns:repeat(1,1fr);min-width:110px}.news-content,.news-time,.news-title{color:#000}.news-content{padding:5px 0}.news-page-container{width:90%}.news-head-div{flex-direction:column}}.stock-table-container{margin:20px auto}.all-stock-head{font-size:1.2rem;font-weight:700;text-align:center}.stock-table th{color:#9aa7b2}.stock-table-container{box-shadow:0 4px 12px #0006;display:block;margin:1px auto;max-height:600px;overflow:auto;position:relative;width:100%}.stock-table{border-collapse:collapse;border-radius:12px;box-shadow:0 6px 18px #02061799;font-family:system-ui,sans-serif;overflow:hidden;overflow:auto;position:relative}.stock-table thead{background:#047cc2;position:-webkit-sticky;position:sticky;top:0;z-index:5}.stock-table td,.stock-table th{font-size:1rem;font-weight:600;text-align:left}.stock-table th{color:#fff;font-size:13px;font-weight:700}.stock-row:hover{background-color:#e0e0e0;cursor:pointer}@media screen and (max-width:768px){.stock-table-container{overflow-x:auto}.stock-table td{font-size:11px}}@media screen and(max-width:400px){.stock-table td{font-size:9px}}.stock-table tbody tr{border-bottom:1px solid #e5e7eb}.commodities-more-btn{display:flex;justify-content:center}.heat-map-div h1{font-weight:700;margin:1rem 0}.heat-map-div h1,.heatmap-head{font-size:1.2rem;text-align:center}.heatmap-head{font-weight:600}.hm-legend-container{display:flex;gap:10px;justify-content:flex-end;margin:15px 0}.heatmap-dropdown-div{display:flex;justify-content:space-between}.outer-test-card{display:flex;justify-content:center}.hm-legend-item{border-radius:8px;color:#fff;font-size:14px;font-weight:600;padding:6px 14px}.hm-lg-5{background:#0f7a2f}.hm-lg-3{background:#1fa34a}.hm-lg-1{background:#7bc08a}.hm-lg-0{background:#9ca3af}.hm-lg--1{background:#f28b8b}.hm-lg--3{background:#e74c4c}.hm-lg--5{background:#b91c1c}@media screen and (max-width:768px){.heatmap-dropdown-div{flex-direction:column}.outer-test-card{width:100%}.hm-legend-container{justify-content:center}.hm-legend-item{padding:6px 8px}}.login-container{align-items:center;color:#fff;display:flex;font-family:Inter,sans-serif;height:100vh;justify-content:center}.login-box{background:#232b3a;border-radius:12px;box-shadow:0 6px 20px #00000080;padding:2.5rem 3rem;text-align:center;width:350px}.login-box h2{color:#fff;font-weight:700;letter-spacing:.5px;margin-bottom:1.5rem}.login-box input{background:#2d3648;border:none;border-radius:8px;color:#fff;font-size:1rem;margin:10px 0;outline:none;padding:12px;width:100%}.login-box input::placeholder{color:#ccc}.login-box button{background:#2fd18a;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;margin-top:15px;padding:12px;transition:background .3s ease;width:100%}.login-box button:hover{background:#28b67a}.error-text{color:#f87171;font-size:.9rem;font-weight:600;margin-top:10px}.user-profile-card{background-color:#121212;border-radius:12px;box-shadow:0 4px 15px #ffffff1a;color:#fff;font-family:Inter,sans-serif;margin:2rem auto;max-width:500px;padding:1.5rem}.user-profile-input{align-items:center;display:flex;justify-content:space-between;margin-bottom:1.2rem}.user-profile-input label{color:#fff;flex:0.4 1;font-weight:600}.right-section{align-items:center;background-color:#1e1e1e;border-radius:8px;display:flex;flex:0.6 1;gap:1rem;justify-content:space-between;padding:.6rem .8rem}.right-section span{color:#f3f4f6;font-size:1rem;text-align:left}.right-section input[type=text]{background-color:initial;border:none;border-bottom:1px solid #555;color:#fff;font-size:1rem;outline:none;padding:.4rem .6rem;text-align:right}.right-section button{background-color:#10b981;border:none;border-radius:6px;color:#fff;cursor:pointer;font-weight:500;padding:.4rem .9rem;transition:background-color .3s}.right-section button:hover{background-color:#1d4ed8}.range-container{align-items:flex-end;display:flex;flex-direction:column;width:100%}.range-value{color:#10b981;font-weight:700;margin-bottom:.3rem;text-align:center;width:100%}input[type=range]{cursor:pointer;width:100%}.watchlist{display:flex;justify-content:center;margin:10px 0}.watchlist button{background-color:#10b981;border:none;border-radius:10px;color:#fff;font-size:700;padding:10px 20px;width:200px}.watchlist-head{font-size:1.2rem;font-weight:700;text-align:center}.watchlist-disclaimer{color:#000;font-size:14px;font-weight:600;margin-top:8px;text-align:center}.watchlist-span{color:#dc2626;font-size:1.1rem;font-weight:600}.pcr-grid h3{width:100%}.pcr-top-dropdown{display:flex;gap:1rem;margin:1rem auto}.pcr-top-dropdown label{align-self:center;font-size:1rem;font-weight:700}.pcr-top-dropdown span{align-self:center;font-size:1rem;font-weight:800}.pcr-grid-layout{align-items:center;flex-wrap:wrap;gap:40px;justify-content:center;margin-top:25px}@media (max-width:768px){.pcr-grid{grid-template-columns:repeat(1,1fr)}.pcr-option{width:100%}.sub-grid h3{margin:10px}}@media (max-width:600px){.pcr-top-dropdown span{font-size:13px;text-align:center;width:100%}.pcr-grid-layout{gap:0;margin-top:0}}.option-menu{display:flex;margin:1rem auto;width:100%}.option-chain label{align-self:center;font-size:1.1rem;font-weight:800}.select-option{display:flex;gap:10px}.option-chain-head span{align-self:center;font-size:1.1rem;font-weight:800}.option-menu.nse-layout{border-radius:6px;flex-wrap:wrap;gap:20px;padding:0 15px}.pcr-grid{grid-template-columns:repeat(2,1fr)}.pcr-grid h3,p{width:100%}.option-menu .search-option,.option-menu .select-option{display:flex;gap:5px}.option-menu select{border-radius:12px;box-shadow:0 4px 12px #0006;padding:16px;width:100%}.option-menu span.separator{color:#fff;font-size:18px;font-weight:700}.search-option{display:flex;gap:10px}.grid-1{border-left:4px solid #047cc2;border-radius:12px;box-shadow:0 2px 6px #ffffff26;display:flex;margin:25px auto;padding:10px}.option-chain-head{gap:1rem}.search-option-input{display:flex}.option-summary-container{background:#0f1720;border-radius:12px;box-shadow:0 2px 8px #fff3;margin-bottom:20px;padding:18px 22px}.pcr-grid{margin-bottom:20px}.section-title{color:#fff;font-size:18px;font-weight:700;margin-bottom:18px;text-align:center}.dual-row{display:flex;gap:12px;justify-content:space-between;margin-bottom:22px}.value-box{align-items:center;border-radius:12px;display:flex;flex-direction:column;font-weight:700;gap:6px;padding:16px;text-align:center;width:48%}.value-box.positive{background-color:#d4f7e6;color:#008a3e}.value-box.negative{background-color:#ffd4d4;color:#c53030}.value-box.neutral{background-color:#e8eadf;color:#2c3e50}.main-value{font-size:18px}.percentage{font-size:14px;opacity:.9}.ce-pe{display:none}.chart{box-shadow:0 2px 8px #fff3}.label{font-size:12px;opacity:.7}.option-summary-container{display:none}.call-grid{align-items:center;border-left:4px solid #047cc2;box-shadow:0 4px 12px #0006;justify-content:space-between;padding:18px 22px}.built-up-grid,.call-grid{border-radius:12px;display:flex;text-align:center}.built-up-grid{box-shadow:0 2px 8px #fff3;flex-direction:column;justify-content:end;padding:5px;width:100%}.built-mobile{display:none}.option-grid{align-items:center;gap:15px;justify-content:center}.grid-1 p{align-items:center;font-size:15px;font-weight:800;letter-spacing:.5px;margin:0}.ce-pe1 h3{font-size:18px;font-weight:700;margin-bottom:10px}.built-grid h1{color:#fff;font-weight:800;text-align:left}.final-row-bottom{font-size:1.2rem;font-weight:700}.ce-pe2{align-items:center;border-radius:8px;display:flex;font-size:15px;font-weight:700;gap:10px;justify-content:center;margin-top:10px;padding:10px 12px}.ce-pe2 span{font-size:16px}.sub-grid h3{font-weight:700}@media (max-width:600px){.dual-row{flex-direction:column}.value-box{width:100%}.grid-1{flex-direction:column;margin:10px auto;width:90%}.option-chain-table{-webkit-overflow-scrolling:touch}.option-chain-table::-webkit-scrollbar{background:#1e293b;height:8px}}@media (max-width:768px){.pcr-grid{grid-template-columns:repeat(1,1fr)}.grid{flex-direction:column;margin:15px auto;width:360px}.sub-grid h3{margin:10px 0}.option-chain-head,.option-menu{flex-direction:column}.search-option-input{display:flex;justify-content:space-between}}@media (max-width:600px){.grid-1{display:grid;grid-template-columns:repeat(2,1fr)}.search-span{text-align:end}.option-chain-head span{font-size:10px}.select-option{flex-direction:column}.search-option label,.select-option label{font-size:13px;text-align:left}.search-option label{width:100%}.search-option{flex-direction:column}.option-chain-head span{font-size:13px}.search-option-chain{font-size:11px;font-weight:700;width:150px}.ce-pe{border-left:4px solid #047cc2;border-radius:20px;box-shadow:0 4px 12px #0006;display:flex;justify-content:space-between;margin:1px auto;padding:20px;width:90%}.built-up-grid,.call-grid{display:none}.built-mobile{border-left:4px solid #047cc2;display:block;padding:10px;width:90%}.built-mobile h1,.built-mobile ul{font-size:12px}.option-grid{gap:0;margin:0}.option-menu.nse-layout{gap:10px;padding:0}.ce-pe1 h3{font-size:15px}.built-up-grid h1{font-size:15px;text-align:left}.ce-pe2,.ce-pe2 span,.final-row-bottom,.grid-1 p span{font-size:12px}}@media (max-width:400px){.pcr-grid{margin:1px auto}.grid,.grid-1{margin:10px auto}.ce-pe{margin:1px auto}.built-up-grid h1,.ce-pe1 h3,.grid-1 p{font-size:12px}.built-up-grid ul,.final-row-bottom{font-size:10px}.ce-pe2,.ce-pe2 span{font-size:12px}.pcr-grid{margin-bottom:15px}.ce-pe2,.ce-pe2 span{font-size:10px}}.option-chain-head .select-option{align-items:center;flex-wrap:nowrap}.option-chain-head .select-option label{white-space:nowrap}@media screen and (max-width:600px){.option-chain-head .select-option select{width:100%}}.grid-1>p{display:flex}.grid-1>p>span{display:flex;flex-direction:column;font-size:1rem}@media (max-width:600px){.grid-1 p span{font-size:12px}}.active-contract{align-items:center;display:flex;gap:1rem;justify-content:space-between}.active-contract h2{font-size:1.2rem;font-weight:800}.active-contract select{border-radius:12px;font-weight:600;padding:16px}.active-contract-dropdown{box-shadow:0 4px 8px #0000001a}@media (max-width:600px){.active-head h2{font-size:12px}.active-contract-dropdown{width:100px}.active-contract select{font-size:10px}.active-table{-webkit-overflow-scrolling:touch}.active-table::-webkit-scrollbar{background:#1e293b;height:8px}}.builtup-box .builtup-tooltip{background:#1f2937;border-radius:6px;bottom:120%;box-shadow:0 4px 12px #0000004d;color:#fff;display:none;font-size:12px;left:50%;padding:8px 10px;position:absolute;transform:translateX(-70%);white-space:nowrap;z-index:10}.sub-grid{overflow:visible}.builtup-box:hover .builtup-tooltip{display:block}.pcr-option{justify-content:flex-end}.back-export-files{display:flex;justify-content:space-between}.search-optionpage-dropdown{color:#000;padding:10px;top:29%;width:-webkit-max-content;width:max-content;z-index:9999}.search-option-dropdown-item{font-weight:600;margin:10px}.search-option-dropdown-item:hover{background-color:#f5f5f5;cursor:pointer}@media screen and(max-width:600px){.search-optionpage-dropdown{top:50%}.search-option-dropdown-item{font-size:12px}}.option-chain{background:#f8fafc;border-radius:18px;color:#0f172a;padding:18px 20px}.option-menu.nse-layout{align-items:center;background:#0000;display:flex;gap:22px;justify-content:space-between;margin:0 0 18px;padding:0}.option-chain-head{align-items:center;display:flex;flex-wrap:nowrap;gap:12px}.option-chain label,.option-chain-head span{color:#334155;font-size:14px;font-weight:800;white-space:nowrap}.select-span{color:#94a3b8!important;font-size:13px!important}.option-menu select,.search-option-input{background:#fff!important;border:1px solid #dbe3ef!important;border-radius:10px!important;box-shadow:none!important;color:#0f172a;height:46px;min-width:130px}.option-menu select{font-size:14px;font-weight:600;padding:0 36px 0 14px}.search-option-input{min-width:220px;position:relative}.search-option-chain{background:#0000;color:#0f172a;font-size:14px;width:100%}.last-updated-head{color:#4f46e5!important;margin:4px}.grid-1{grid-gap:0!important;background:#fff;border:1px solid #e5e7eb;border-left:none!important;border-radius:14px;box-shadow:none!important;display:grid!important;gap:0!important;grid-template-columns:repeat(5,1fr);margin:10px 0 16px!important;overflow:hidden;padding:0!important;width:100%}.grid-1>p{align-items:center;border-right:1px solid #e5e7eb;color:#64748b;display:flex!important;flex-direction:column;font-size:12px!important;font-weight:800;gap:9px;justify-content:center;margin:0!important;min-height:82px;padding:16px 14px;text-align:center}.grid-1>p:last-child{border-right:none}.grid-1>p span,.grid-1>p strong,.stock-tag{border-radius:7px;font-size:18px!important;font-weight:900!important}.pcr-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(2,minmax(0,1fr));margin-bottom:18px}.call-grid{background:#fff;border:1px solid #e5e7eb;border-left:none!important;border-radius:14px;box-shadow:none!important;min-height:90px;padding:18px 20px}.sub-grid h3{color:#64748b;font-size:13px;font-weight:800;margin:0 0 10px}.ce-pe2,.stock-table-container,.sub-grid>div{box-shadow:none!important}.stock-table-container{background:#fff;border:1px solid #e5e7eb;border-radius:14px;overflow:auto!important}.stock-table{border-collapse:initial!important;margin:0!important;min-width:1250px}.stock-table th{border-bottom:1px solid #dbe3ef;font-size:12px;font-weight:900;padding:14px 10px;position:-webkit-sticky;position:sticky;text-transform:uppercase;top:0;white-space:nowrap;z-index:5}.stock-table th:nth-child(-n+7){background:#fff7dd!important;color:#9a5b00!important}.stock-table th:nth-child(n+8):nth-child(-n+10){background:#edf3fb!important;color:#334155!important}.stock-table th:nth-child(n+11){background:#eaf2ff!important;color:#1d4ed8!important}.stock-table td{border-bottom:1px solid #eef2f7;color:#334155;font-size:14px;font-weight:600;padding:13px 10px;text-align:center;white-space:nowrap}.stock-table tbody tr:nth-child(2n){background:#fafcff}.stock-table tbody tr:hover{background:#f1f5f9}.search-optionpage-dropdown{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 12px 30px #0f172a26;left:0;overflow:hidden;position:absolute;top:52px;width:100%;z-index:50}.search-option-dropdown-item{cursor:pointer;padding:10px 12px}.search-option-dropdown-item:hover{background:#f1f5f9}.dropdown-symbol{color:#0f172a;font-weight:900}.dropdown-company{color:#64748b;font-size:12px}@media (max-width:768px){.option-chain{padding:14px}.sub-grid{margin:10px 0}.ce-pe2{font-weight:800;padding:10px}.ce2-pe2 span{font-weight:700}.back-export-files{flex-direction:column}.option-menu.nse-layout{align-items:stretch;flex-direction:column;gap:12px}.option-chain-head{display:flex;flex-direction:row;gap:8px}.search-option,.select-option{flex-direction:column;gap:6px}.option-menu select,.search-option-input{min-width:0;width:100%!important}.grid-1{grid-template-columns:repeat(2,1fr)}.grid-1>p{border-bottom:1px solid #e5e7eb;min-height:78px}.grid-1>p:nth-child(2n){border-right:none}.grid-1>p span,.grid-1>p strong,.stock-tag{font-size:14px!important}.pcr-grid{gap:12px;grid-template-columns:1fr}.call-grid{display:none}.ce-pe{display:flex;padding:14px}.built-mobile,.ce-pe{background:#fff;border:1px solid #e5e7eb;border-left:none!important;border-radius:14px;box-shadow:none!important;width:100%}.built-mobile{display:block}}.stock-table{background:#fff;border-collapse:initial;border-spacing:0;font-family:inherit;min-width:1400px;width:100%}.stock-table thead th{border-bottom:1px solid #dbe3ef;border-right:1px solid #eef2f7;font-size:12px;font-weight:800;letter-spacing:.3px;padding:14px 10px;position:-webkit-sticky;position:sticky;text-align:center;text-transform:uppercase;top:0;white-space:nowrap;z-index:20}.stock-table thead th:nth-child(-n+7){background:#fff7e6;color:#b45309}.stock-table thead th:nth-child(10),.stock-table thead th:nth-child(8),.stock-table thead th:nth-child(9){background:#f3f4f6;color:#334155}.stock-table thead th:nth-child(n+11){background:#eaf3ff;color:#2563eb}.stock-table tbody td{background:#fff;border-bottom:1px solid #eef2f7;border-right:1px solid #f1f5f9;color:#334155;font-size:14px;font-weight:600;padding:12px 10px;text-align:center;transition:.2s;vertical-align:middle}.stock-table tbody tr:nth-child(2n) td{background:#fcfdff}.stock-table tbody tr:hover td{background:#f8fbff}.stock-table tbody td:nth-child(8){background:#fafafa;color:#111827;font-weight:800}.stock-table tbody td:nth-child(10),.stock-table tbody td:nth-child(9){font-weight:700}.stock-table tbody tr:last-child td{background:#f8fafc;border-top:2px solid #dbe3ef;font-weight:800}.sub-grid-div{width:-webkit-max-content;width:max-content}@media screen and (max-width:768px){.oc-table{display:block}}.right{align-items:center;display:flex;gap:18px}.marketcard-price-volume{display:flex;gap:2px}.market-image-symbol-row{align-items:center;display:flex;gap:8px}.market-image-symbol-row h4{cursor:pointer;margin:0}.market-image-symbol-row .watchlist-icon{align-items:center;cursor:pointer;display:flex}.market-image-symbol-row .watchlist-icon.inactive{color:#94a3b8}.market-image-symbol-row .watchlist-icon.active{color:#f59e0b}@media screen and (max-width:768px){.market-image-rank{display:none}}@media (max-width:600px){.market-image-right .sparkline,.market-image-right svg{display:none}.market-image-right{min-width:-webkit-max-content;min-width:max-content}}.active-mobile-price{display:none}@media (max-width:768px){.market-image-symbol-row .price{display:none}.active-mobile-price{display:block;margin:0}.market-image-info{align-items:flex-start;display:flex;flex-direction:column;gap:2px}.market-image-info .label{margin:0}.market-image-right{align-self:flex-start}}.mm-desktop-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(3,1fr)}.mm-mobile-tabs{display:none}.mm-tab-bar{background:#f0f1f3;border-radius:10px;display:flex;gap:4px;margin-bottom:12px;padding:4px}.mm-tab{background:#0000;border:none;border-radius:7px;color:#6b7280;cursor:pointer;flex:1 1;font-family:Inter,-apple-system,sans-serif;font-size:13px;font-weight:600;padding:9px 8px;text-align:center;transition:all .2s}.mm-tab.active{background:#fff;box-shadow:0 1px 4px #0000000f}.mm-tab.active.green{color:#16a34a}.mm-tab.active.red{color:#dc2626}.mm-tab.active.blue{color:#4f6ef7}.mm-tab-content .market-image-card{width:100%}@media (max-width:768px){.mm-desktop-grid{display:none}.mm-mobile-tabs{display:block}.market-image-card{border-radius:12px;overflow:hidden}.market-image-body{padding:0}.market-image-footer{width:100%}}.test-page-label{align-self:center;font-size:1.1rem;font-weight:800}.testpage-dropdown{display:flex}.testpage-inner-dropdown{display:flex;flex-direction:row}.test-select{width:150px}.select-span-index{gap:10px}.test-card-stats{align-self:center;font-size:1.1rem;font-weight:700;gap:1rem;justify-content:space-between;width:-webkit-max-content;width:max-content}.index-price-data{align-self:center;font-size:1.2rem;font-weight:600}.test-head-dash{text-align:center;width:-webkit-max-content;width:max-content}.test-head-dash h2{width:100%}.active-price{display:flex;gap:7px}.index-row{align-items:center;display:flex;gap:20px;justify-content:space-between;margin-bottom:16px;width:100%}.trend-icon-mobile{display:none}.trend-icon-desktop{align-items:center;display:inline-flex}.heatmap-row{justify-content:center}.index-select{display:flex;flex-direction:column;gap:6px;min-width:180px}.price-watchlist{display:flex;gap:12px}.dash-price{color:#249966}.watchlist-icon{align-self:center}.watchlist-hover{display:none}.watchlist-hover:hover{color:#000;display:block;font-size:8px;font-weight:400px}.index-select select{border:1px solid #e5e7eb;border-radius:10px;font-weight:600;padding:10px 14px}.index-chip-container{display:flex;gap:12px}.index-chip{background:linear-gradient(180deg,#f0f9ff,#e0f2fe);border:1px solid #dbeafe;color:#0369a1;font-size:14px;font-weight:600;padding:12px 16px;transition:all .2s ease;white-space:nowrap}.index-chip:hover{background:#e0f2fe}.index-chip.active{background:#2563eb;color:#fff}@media (max-width:768px){.index-row{align-items:stretch;flex-direction:column;gap:20px}}@media screen and (max-width:600px){.test-card-head{display:flex;flex-direction:column}.test-head-dash{text-align:center;width:100%}}.watchlist-icon{align-items:center;border-radius:6px;cursor:pointer;display:flex;height:28px;justify-content:center;transition:all .2s ease;width:28px}.watchlist-icon.inactive{background-color:#f3f4f6}.watchlist-icon.active{background-color:#fef9c3}.star{color:#9ca3af;font-size:16px;transition:all .2s ease}.watchlist-icon.active .star{color:#facc15}.watchlist-icon:hover{transform:scale(1.05)}.watchlist-icon.inactive:hover{background-color:#e5e7eb}.watchlist-icon.active:hover{background-color:#fde68a}@media screen and (max-width:768px){.test-card-stats{font-size:12px}.index-price-data{font-size:12px;text-align:left;width:100%}.select-span-index{display:flex;gap:10px}}.index-chip{align-items:flex-start;background:#fff;border:1px solid #e5e7eb;border-radius:12px;cursor:pointer;display:flex;flex-direction:column;gap:3px;min-width:125px;padding:9px 12px}.index-chip.active{background:#eff6ff;border-color:#2563eb}.index-chip-name{color:#111827;font-size:12px;font-weight:800}.index-chip-price{color:#374151;font-size:13px;font-weight:800}.index-chip-green,.index-chip-red{align-items:center;display:flex;gap:10px}.index-chip-green{color:#16a34a;font-size:12px;font-weight:800}.index-chip-red{color:#dc2626;font-size:12px;font-weight:800}.market-image-card{border-radius:22px;box-shadow:0 12px 28px #0f172a14}.market-image-card.gainer{border-color:#9be7b4}.market-image-card.loser{border-color:#fecaca}.market-image-card.active{border-color:#bfdbfe}.market-image-body{padding:10px}.market-image-row{padding:16px 0}.market-image-rank{align-items:center;border-radius:50%;display:flex;font-weight:700;height:32px;justify-content:center;width:32px}.market-image-left h4{color:#111827;font-size:15px;font-weight:700}.market-image-change{border-radius:10px;font-size:14px;font-weight:700;padding:10px 14px}.market-image-footer{font-weight:700;height:58px}@media (max-width:900px){.market-image-grid{grid-template-columns:1fr}}.market-image-grid{grid-template-columns:repeat(3,1fr)}.market-image-card{border:1px solid #e5e7eb}.market-image-card.gainer{background:linear-gradient(180deg,#f0fdf4 0,#fff 22%)}.market-image-card.loser{background:linear-gradient(180deg,#fff1f2 0,#fff 22%)}.market-image-card.active{background:linear-gradient(180deg,#eff6ff 0,#fff 22%)}.market-image-head{background:#f8fafc;border-bottom:1px solid #eef2f7}.market-image-row{padding:18px 0}.market-image-left p{font-weight:600}@media (max-width:600px){.market-image-grid{gap:18px}.market-image-card{border-radius:18px}.market-image-body{padding:10px 16px}.market-image-row{padding:14px 0}.market-image-change{font-size:13px;min-width:76px;padding:9px 12px}}.market-image-grid{grid-gap:28px;align-items:stretch;display:grid;gap:28px;grid-template-columns:repeat(3,minmax(0,1fr))}.market-image-card{background:#fff;border:1px solid #d9f5e3;border-radius:24px;box-shadow:0 14px 35px #0f172a1a;display:flex;flex-direction:column;overflow:hidden;padding:0}.market-image-card.gainer{border-color:#86efac}.market-image-card.loser{border-color:#fca5a5}.market-image-card.active{border-color:#93c5fd}.market-image-head{background:#0000;flex-shrink:0;margin:0;overflow:hidden;padding:0}.market-image-head,.market-image-head img{border:none;border-radius:24px 24px 0 0;width:100%}.market-image-head img{display:block;object-position:center;outline:none}.market-image-body{background:#fff;flex:1 1}.market-image-row{align-items:center;border-bottom:1px solid #eef2f7;display:flex;gap:16px;justify-content:space-between;padding:10px 0}.market-image-row:last-child{border-bottom:none}.market-image-left{align-items:center;display:flex;gap:14px;min-width:0}.market-image-rank{border-radius:999px;color:#fff;display:grid;flex-shrink:0;font-size:12px;font-weight:800;height:34px;place-items:center;width:34px}.gainer .market-image-rank{background:#16a34a}.loser .market-image-rank{background:#dc2626}.active .market-image-rank{background:#2563eb}.market-image-left h4{color:#0f172a;font-size:16px;font-weight:800;margin:0;white-space:nowrap}.market-image-left p{color:#64748b;font-size:14px;font-weight:800;margin:4px 0 0}.market-image-change{border:none;border-radius:12px;font-size:15px;font-weight:800;min-width:92px;padding:12px 16px;text-align:center}.gainer .market-image-change{background:#ecfdf5;color:#16a34a}.loser .market-image-change{background:#fef2f2;color:#dc2626}.active .market-image-change{background:#eff6ff;color:#2563eb}.market-image-footer{background:#fff;border:none;border-top:1px solid #eef2f7;cursor:pointer;flex-shrink:0;font-size:15px;font-weight:800;height:60px}.gainer .market-image-footer{color:#16a34a}.loser .market-image-footer{color:#dc2626}.active .market-image-footer{color:#2563eb}.market-image-footer:hover{background:#f8fafc}@media (max-width:1100px){.market-image-grid{grid-template-columns:1fr}}@media (max-width:600px){.market-image-grid{gap:18px}.market-image-card{border-radius:18px}.market-image-head,.market-image-head img{border-radius:18px 18px 0 0}.market-image-row{padding:10px 0}.market-image-change{font-size:13px;min-width:76px;padding:9px 12px}}.test-card-head{align-items:center;border-bottom:1px solid #eef2f7;display:flex;flex-wrap:wrap;gap:20px;justify-content:space-between;padding:14px}.test-head-dash h2{align-items:center;color:#0f172a;display:flex;font-weight:800;gap:8px;margin:0}.test-card-stats{align-items:center;display:flex;flex-wrap:wrap;gap:14px;justify-content:center}.test-card-stats p{align-items:center;border-radius:12px;display:flex;font-size:15px;font-weight:700;gap:6px;height:42px;margin:0;padding:0 18px;white-space:nowrap;width:-webkit-max-content;width:max-content}.test-card-stats p:first-child{background:#eefbf3;border:1px solid #b7e7c8;color:#1c9a58!important}.test-card-stats p:nth-child(2){background:#fff2f2;border:1px solid #ffc9c9;color:#dc2626!important}.test-card-stats p:nth-child(3){background:#f8fafc;border:1px solid #d7dee7;color:#475569!important}.last-updated-head{align-items:center;color:#64748b!important;display:flex;font-size:14px!important;font-weight:600;gap:10px;justify-content:flex-end;white-space:nowrap}.last-updated-head svg{cursor:pointer;font-size:18px;transition:.2s ease}.last-updated-head svg:hover{color:#2563eb}@media screen and (max-width:768px){.stock-index-chip{flex-direction:row;gap:8px;width:-webkit-max-content;width:max-content}}.market-image-head img{height:90px}.mobile-market-section{display:none}.desktop-market-grid{display:grid}@media (max-width:768px){.market-image-grid{display:none}.mobile-market-section{display:block}}.mobile-market-tabs{display:none}@media (max-width:768px){.mobile-market-tabs{align-items:center;background:#f4f6fb;border-radius:14px;display:flex;gap:8px;margin-bottom:5px;padding:6px;width:100%}.index-row{margin-bottom:5px}.stock-index-container{display:grid;grid-template-columns:repeat(1,1fr);width:100%}.market-image-left h4{font-size:13px}.mobile-market-tabs button{background:#0000;border:none;border-radius:10px;color:#64748b;cursor:pointer;flex:1 1;font-size:12px;font-weight:700;padding:12px 8px;transition:all .25s ease}.mobile-market-tabs button:hover{color:#2563eb}.mobile-market-tabs button.active{background:#fff;box-shadow:0 4px 10px #0f172a14;color:#2563eb}.mobile-market-tabs button.gainer.active{color:#16a34a}.mobile-market-tabs button.loser.active{color:#dc2626}.mobile-market-tabs button.active-tab.active{color:#2563eb}.test-head-dash h2{font-size:1.2rem;justify-content:center}}@media (max-width:600px){.test-card-head{gap:0;padding:0}.market-image-head img{height:65px}.test-card-stats{gap:6px}.test-card-stats p{align-items:center;background:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;display:flex;font-size:11px;gap:4px;margin:0;padding:5px 8px;white-space:nowrap}.test-card-stats p:last-child{grid-column:1/-1;justify-self:center;width:-webkit-fit-content;width:fit-content}.test-card-stats p svg{flex-shrink:0;height:12px;width:12px}.index-chip-div{display:flex;gap:5px}.trend-icon-desktop{display:none}.trend-icon-mobile{align-items:center;display:inline-flex;font-size:12px;margin-left:4px}.index-chip-red{font-size:10px;gap:5px}.index-chip{align-items:center;margin:0 5px;min-width:0;padding:9px 6px}.index-chip-name{font-size:11px}}.section-toggle-wrapper{display:flex;justify-content:flex-start;margin-bottom:1rem}.section-toggle-tabs{border-bottom:2px solid #e5e7eb;display:flex;gap:0}.section-toggle-tabs button{background:none;border:none;border-bottom:3px solid #0000;color:#6b7280;cursor:pointer;font-size:.95rem;font-weight:600;padding:10px 20px;transition:all .2s}.section-toggle-tabs button.active{border-bottom:3px solid #047cc2;color:#047cc2}.section-toggle-tabs button:hover:not(.active){color:#374151}.sm{max-width:1200px}.sm__table th{font-size:12px}.sm__row td,.sm__table th{padding:10px 14px}.sm__signal-label{color:#888;display:inline-block;font-size:11px;font-weight:500;margin-left:6px}@media (max-width:640px){.sm{padding:10px}.sm__header{flex-direction:column}.sm__title{font-size:18px}.sm__row td,.sm__table th{font-size:12px;padding:8px 10px}}.sm{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;margin:0 auto;max-width:1400px;padding:16px}.sm__header{align-items:flex-start;display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between;margin-bottom:16px}.sm__header-left{flex:1 1;min-width:200px}.sm__title-row{align-items:center;display:flex;gap:10px}.sm__back{background:none;border:1px solid #e2e2e2;border-radius:8px;color:#555;cursor:pointer;font-size:16px;padding:6px 12px;transition:background .15s}.sm__back:hover{background:#f5f5f5}.sm__title{color:#1a1a1a;font-size:22px;font-weight:700;margin:0}.sm__sub{color:#888;font-size:13px;margin:6px 0 0}.sm__header-right{align-items:center;display:flex;flex-shrink:0;gap:8px}.sm__index-select{background:#fff;border:1px solid #e2e2e2;border-radius:8px;color:#333;cursor:pointer;font-size:13px;outline:none;padding:8px 12px}.sm__index-select:focus{border-color:#4f8df5}.sm__refresh-btn{align-items:center;background:#fff;border:1px solid #e2e2e2;border-radius:8px;color:#555;cursor:pointer;display:flex;justify-content:center;padding:8px;transition:background .15s}.sm__refresh-btn:hover{background:#f5f5f5}.sm__result-bar{background:#f9fafb;color:#666;font-size:13px;margin-bottom:12px;padding:10px 14px}.sm__result-count b{color:#1a1a1a}.sm__live-indicator{align-items:center;color:#22c55e;display:flex;font-size:12px;font-weight:600;gap:6px}.sm__live-dot{animation:sm-pulse 1.5s infinite;background:#22c55e;border-radius:50%;height:7px;width:7px}@keyframes sm-pulse{0%,to{opacity:1}50%{opacity:.4}}.sm__empty,.sm__loading{color:#999;font-size:14px;padding:60px 20px;text-align:center}.sm__empty-icon{font-size:40px;margin-bottom:12px}.sm__empty-title{color:#555;font-size:16px;font-weight:600;margin-bottom:6px}.sm__empty-sub{color:#999;font-size:13px}.sm__table-wrap{border:1px solid #e8e8e8;border-radius:10px;overflow-x:auto}.sm__table{border-collapse:collapse;font-size:13px;white-space:nowrap;width:100%}.sm__table thead{background:#f5f6f8;position:-webkit-sticky;position:sticky;top:0;z-index:1}.sm__table th{border-bottom:1px solid #e8e8e8;color:#555;cursor:pointer;font-size:11px;font-weight:600;letter-spacing:.3px;padding:10px 12px;text-align:right;text-transform:uppercase;transition:background .15s;-webkit-user-select:none;user-select:none}.sm__table th:hover{background:#ebedf0}.sm__th-left{text-align:left!important}.sm__sort-arrow{color:#4f8df5;font-size:11px}.sm__row{cursor:pointer;transition:background .12s}.sm__row:hover{background:#f5f8ff}.sm__row td{border-bottom:1px solid #f0f0f0;padding:9px 12px}.sm__td-name{color:#1a1a1a;font-weight:600;text-align:left}.sm__symbol{font-size:13px}.sm__td-num{font-feature-settings:"tnum";color:#333;font-variant-numeric:tabular-nums;text-align:right}.sm__clr-strong-bull{color:#15803d;font-weight:700}.sm__clr-bull{color:#16a34a;font-weight:600}.sm__clr-mild-bull{color:#4ade80}.sm__clr-neutral{color:#888}.sm__clr-mild-bear{color:#f87171}.sm__clr-bear{color:#dc2626;font-weight:600}.sm__clr-strong-bear{color:#991b1b;font-weight:700}.sm__clr-rvol-extreme{color:#15803d;font-weight:700}.sm__clr-rvol-high{color:#16a34a;font-weight:600}.sm__clr-rvol-normal{color:#555}.sm__clr-rvol-low{color:#d97706}.sm__clr-rvol-dry{color:#dc2626}.sm__green{color:#16a34a}.sm__red{color:#dc2626}.sm__sub-signal{color:#999;display:inline-block;font-size:10px;font-weight:400;margin-left:2px}.sm__signal-badge{border-radius:10px;font-size:12px;font-weight:700;min-width:28px;padding:2px 8px;text-align:center}.sm__signal--strong{background:#dcfce7;color:#15803d}.sm__signal--moderate{background:#fef9c3;color:#a16207}.sm__signal--weak{background:#fee2e2;color:#b91c1c}.sm__signal-pill{font-size:12px;font-weight:600}.sm__footer{border-top:1px solid #f0f0f0;color:#999;display:flex;font-size:12px;justify-content:center;margin-top:4px;padding:14px}@media (max-width:640px){.sm{padding:10px}.sm__header{flex-direction:column}.sm__title{font-size:18px}.sm__row td,.sm__table th{font-size:11px;padding:8px}}.sm__result-bar{align-items:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;display:flex;flex-wrap:wrap;gap:24px;justify-content:space-between;margin:16px 0;padding:16px 20px}.sm__result-bar>span{color:#64748b;font-size:13px;font-weight:500}.sm__result-bar>span b{color:#1e293b;font-weight:600}.sm__filter-btn{align-items:center;background:#fff;border:1px solid #cbd5e1;display:inline-flex;font-size:12px;height:32px;justify-content:center;letter-spacing:.3px;min-width:70px;text-transform:capitalize;transition:all .2s cubic-bezier(.4,0,.2,1);-webkit-user-select:none;user-select:none;white-space:nowrap}.sm__filter-btn:hover:not(.active){background:#f1f5f9;border-color:#a1aec1;box-shadow:0 1px 3px #00000014;color:#475569}.sm__filter-btn.active{background:#3b82f6;border-color:#3b82f6;box-shadow:0 2px 8px #3b82f64d;color:#fff}.sm__filter-btn.active:hover{background:#2563eb;border-color:#2563eb;box-shadow:0 4px 12px #2563eb66}.sm__timeframe-group{align-items:center;display:flex;gap:4px}.sm__timeframe-group .sm__filter-btn{font-size:11px;min-width:80px}.sm__signal-filter-group{align-items:center;display:flex;gap:6px}.sm__signal-filter-group .sm__filter-btn:first-child.active{background:#3b82f6;border-color:#3b82f6}.sm__signal-filter-group .sm__filter-btn:nth-child(2).active{background:#10b981;border-color:#10b981;box-shadow:0 2px 8px #10b9814d}.sm__signal-filter-group .sm__filter-btn:nth-child(2).active:hover{background:#059669;border-color:#059669;box-shadow:0 4px 12px #05966966}.sm__signal-filter-group .sm__filter-btn:nth-child(3).active{background:#64748b;border-color:#64748b;box-shadow:0 2px 8px #64748b4d}.sm__signal-filter-group .sm__filter-btn:nth-child(3).active:hover{background:#475569;border-color:#475569;box-shadow:0 4px 12px #47556966}.sm__signal-filter-group .sm__filter-btn:nth-child(4).active{background:#ef4444;border-color:#ef4444;box-shadow:0 2px 8px #ef44444d}.sm__signal-filter-group .sm__filter-btn:nth-child(4).active:hover{background:#dc2626;border-color:#dc2626;box-shadow:0 4px 12px #dc262666}@media (max-width:1024px){.sm__result-bar{gap:16px;padding:14px 16px}.sm__filter-btn{font-size:11px;height:30px;min-width:65px;padding:5px 12px}}@media (max-width:768px){.sm__result-bar{align-items:stretch;flex-direction:column;gap:12px}.sm__result-bar>span{text-align:center;width:100%}.sm__signal-filter-group,.sm__timeframe-group{justify-content:center;width:100%}.sm__filter-btn{flex:1 1;font-size:10px;height:32px;min-width:auto;padding:6px 10px}}.sm__filter-btn:focus-visible{outline:2px solid #3b82f6;outline-offset:2px}.sm__filter-btn:disabled{cursor:not-allowed;opacity:.5;pointer-events:none}.sm__signal-badge{border-radius:4px;display:inline-block;font-size:11px;font-weight:600;letter-spacing:.3px;padding:4px 10px;text-transform:uppercase}.sm__signal-badge--strong{background:#dcfce7;border:1px solid #bbf7d0;color:#166534}.sm__signal-badge--moderate{background:#fef3c7;border:1px solid #fde68a;color:#92400e}.sm__signal-badge--weak{background:#fee2e2;border:1px solid #fecaca;color:#991b1b}@keyframes filterFadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.sm__filter-btn{animation:filterFadeIn .3s ease-out}.sm__signal-filter-group,.sm__timeframe-group{background:#f1f5f9;border-radius:8px;display:flex;gap:4px;padding:3px}.sm__filter-btn{background:#0000;border:none;border-radius:6px;color:#64748b;cursor:pointer;font-size:13px;font-weight:500;padding:6px 14px;transition:all .2s ease}.sm__filter-btn:hover{background:#e2e8f0;color:#334155}.sm__filter-btn.active{background:#fff;box-shadow:0 1px 3px #0000001a;color:#0f172a;font-weight:600}.sm__sort-head{align-items:center;display:flex;gap:4px;justify-content:center;white-space:nowrap}.sm__th-left .sm__sort-head{justify-content:flex-start}.sm__sort-arrows{color:#64748b;cursor:pointer;display:flex;flex-direction:column;gap:1px}.sm__sort-arrows svg{opacity:.4;transition:opacity .2s,color .2s}.sm__sort-arrows svg:hover{opacity:.8}.sm__sort-arrows svg.active{color:#2563eb;opacity:1}.depth-summary{font-size:13px;margin-top:8px}.depth-bar{border-radius:3px;display:flex;height:6px;overflow:hidden}.buy-bar{background:#16a34a}.sell-bar{background:#dc2626}.depth-text{align-items:center;display:grid;grid-template-columns:1fr auto 1fr;margin-top:6px}.buy-text{color:#16a34a}.buy-text,.sell-text{font-size:16px;font-weight:600}.sell-text{color:#dc2626;text-align:right}.total-text{color:#374151;font-size:16px;text-align:center}.depth-qty{display:flex;font-weight:600;justify-content:space-between;margin-top:4px}.depth-qty .buy-qty{color:#16a34a}.depth-qty .sell-qty{color:#dc2626}.orderbook-table{border-collapse:collapse;font-size:16px;margin:1rem 0;width:100%}.orderbook-table thead{background:#047cc2;color:#fff}.orderbook-table td,.orderbook-table th{border-bottom:1px solid #e5e7eb;padding:12px;text-align:center}.orderbook-table td{font-size:18px}.news-timestamp{display:flex;justify-content:space-between}.candles-color-map{align-self:center;display:flex;font-size:1rem;gap:10px}.buy-price{background:#eef8f6;color:#2e7d32;font-weight:600}.sell-price{background:#fff3f3;color:#c62828;font-weight:600}.buy-qty,.sell-qty{color:#000}.max-option{display:flex;flex-direction:column;gap:1.5rem;justify-content:space-between}.news-test{border-left:4px solid #047cc2;border-radius:12px;box-shadow:0 4px 12px #0006;padding:10px}.news-test h1{font-size:1.5rem;font-weight:800}@media screen and (max-width:768px){.news-test-grid{display:grid;grid-template-columns:repeat(1,1fr)}.news-test-img{width:100%}}@media screen and (max-width:600px){.news-test h1{font-size:14px}}.price-chip-head{display:flex;gap:3rem;justify-content:space-between}.factor-div{align-items:center;display:flex;gap:1rem}.insight-head-div{display:flex;justify-content:space-between;width:100%}@media screen and (max-width:768px){.factor-div{flex-direction:column}}.scale-title{color:#555;font-size:12px}.scale-labels{color:#9ca3af}.scale-bar{background:#e5e7eb}.scale-bar.week{background:linear-gradient(90deg,#ef4444,#22c55e)}.scale-marker{top:-14px}.dot{background:#111827}.scale-labels{color:#000}.scale-bar,.scale-bar.week{background:#000}.scale-marker{top:-16px}.dot{background:#000;border-radius:50%;height:10px;margin:0 auto;width:10px}.trend-head{font-size:1.2rem;font-weight:600;margin-left:1.5rem;text-align:center}.scale-price{color:#000;font-size:11px;margin-top:2px}.price-scales{display:flex;flex-direction:column;gap:16px}.scale-labels{font-size:12px;margin-bottom:6px}.scale-bar{background:linear-gradient(90deg,#ef4444,#f59e0b,#22c55e);border-radius:999px;height:6px;position:relative}.scale-bar.week{background:linear-gradient(90deg,#dc2626,#facc15,#16a34a)}.scale-marker{position:absolute;text-align:center;top:-18px;transform:translateX(-50%)}.marker-line{color:#000;font-size:16px;line-height:1}.scale-values{margin-bottom:9px}.scale-axis{background:linear-gradient(90deg,#ef4444,#f59e0b,#22c55e);height:6px}.axis-end{top:-10px}.axis-line{font-size:16px}.marker-value{font-size:11px;margin-top:2px}.scale-labels{font-size:11px;margin-top:4px}.price-scales{color:#000;width:100%}.scale-block{width:100%}.scale-title{font-weight:600}.scale-values{font-weight:700;margin-bottom:10px;padding:0 2px}.value-left{text-align:left}.value-right{text-align:right}.axis-end{position:absolute;top:-14px}.axis-end.left{left:0}.axis-end.right{right:0}.axis-line{color:#000}.scale-labels{display:flex;font-size:14px;justify-content:space-between;margin-top:10px}.label-left{text-align:left}.label-right{text-align:right}.marker-value{margin-top:6px}.axis-marker.near-high .marker-value{margin-top:14px}.axis-marker.near-low .marker-value{margin-top:-20px}.pivot-container{margin-top:16px;overflow-x:auto}.pivot-table{border-collapse:collapse;font-size:14px;width:100%}.pivot-table td,.pivot-table th{border-bottom:1px solid #e5e7eb;font-size:16px;font-weight:700;padding:10px 12px;text-align:center}.pivot-table thead{background:#047cc2;border-bottom:1px solid #2a2e39;color:#fff;font-size:16px;font-weight:700;font-weight:800;margin-bottom:5px;padding-bottom:6px;text-align:center}.pivot-table tbody tr:hover{background:#f9fafb}@media (max-width:768px){.pivot-table thead{display:none}.pivot-table,.pivot-table tbody,.pivot-table td,.pivot-table tr{display:block;width:100%}.pivot-table tr{background:#fff;border-radius:12px;box-shadow:0 4px 12px #00000014;margin-bottom:12px;padding:10px}.pivot-table td{border:none;display:flex;font-size:13px;justify-content:space-between;padding:6px 8px}.pivot-table td:before{color:#6b7280;content:attr(data-label);font-weight:600}.pivot-table td[data-label=Pivot]{color:#2563eb;font-size:14px;font-weight:700}}.scale-axis{background:linear-gradient(90deg,#e53935,#f9a825,#43a047);border-radius:999px;height:8px;position:relative}.axis-marker{position:absolute;text-align:center;transform:translateX(-50%)}.axis-line{font-size:18px;font-weight:700;line-height:1}.marker-value{font-size:14px;font-weight:500;margin-top:10px;white-space:nowrap}.price-scales{grid-column:span 2}.price-chip,.price-scales{align-self:center}.scale-values.bottom{display:flex;font-size:12px;justify-content:space-between;margin-top:10px}.low-value{color:#e53935;font-weight:600}.high-value{color:#2e7d32;font-weight:600}@media screen and (max-width:600px){.trend-head{margin-left:0}.buy-text,.orderbook-table,.scale-values span,.sell-text,.total-text{font-size:12px}}.stock-test-oc{display:flex;justify-content:space-around}.scale-line{background-color:#000}.scale-wrapper{margin-top:6px;position:relative}.scale-line-container{align-items:center;display:flex;gap:8px}.scale-line{background:linear-gradient(90deg,#ef4444,#facc15,#22c55e);flex:1 1;height:2px}.scale-edge{font-size:13px;font-weight:600}.scale-edge.low{color:#ef4444}.scale-edge.high{color:#22c55e}.market-marker{position:absolute;text-align:center;top:0;transform:translateX(-50%)}.marker-line{color:#047cc2;font-weight:700}.marker-price{color:#000;font-size:12px;margin-top:2px}.scale-values{display:flex;font-size:12px;font-weight:800;justify-content:space-between;margin-bottom:6px}.option-chain-inner-div{display:flex;justify-content:center}.axis-marker{font-weight:700}.axis-marker,.scale-values{font-size:14px}.val-1{margin:1rem 0}.analysis-head-div{align-self:baseline;display:flex;gap:5px}@media screen and (max-width:600px){.axis-marker,.scale-values{font-size:12px}.return-box{grid-template-columns:repeat(2,1fr)!important}.price-chip-head{display:grid;grid-template-columns:repeat(3,1fr)}.analysis-head-div{grid-gap:0;display:grid;gap:0}.price-chip-head{gap:1rem}}.returns-container{grid-gap:12px;border-left:4px solid #047cc2;display:grid;gap:12px;grid-template-columns:repeat(6,1fr);margin-top:16px}.par-return-box{border-left:4px solid #047cc2;border-radius:10px;box-shadow:0 4px 14px #0006;padding:14px 10px}.par-return-box h2{color:#000;font-size:16px;font-weight:700}.return-box{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(6,1fr);margin-top:16px;text-align:center;transition:transform .2s ease}.return-label{border-radius:12px;box-shadow:0 4px 12px #0006;color:#000;font-size:14px;font-weight:900;margin-bottom:6px;padding:8px 10px}.render-stars{display:flex;margin:0}.return-label:hover{cursor:pointer;transform:translateY(-2px)}.view-more-container{display:flex;justify-content:center;margin-top:20px}.stock-news-detail{margin:10px 0}.return-p{border-bottom:1px solid #555}.return-value{font-size:18px;font-weight:700}.return-positive{color:#249966}.tp-critical-group{display:flex;flex-direction:column;gap:2px}.tp-insight{grid-column:span 2;width:25%}.tp-sub{color:#6b7280;font-size:12px;margin-left:2px}.return-negative{color:#ef4444}.valuation-div{grid-gap:1rem;border-left:4px solid #047cc2;border-radius:12px;box-shadow:0 4px 14px;display:grid;gap:1rem;grid-template-columns:repeat(2,1fr);margin:10px 0;padding:10px}.outer-insight-box{display:flex;gap:1rem;justify-content:space-between;margin-top:15px}.insight-box{height:-webkit-max-content;height:max-content;width:75%}.sub-vwap-head{align-self:center;display:flex;width:100%}.vwap-rsi-signal{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(2,1fr);width:100%}.factor-box span{font-size:18px}.vwap-sub-header{align-self:center;display:flex;gap:12px;justify-content:space-between;width:100%}@media screen and (max-width:600px){.return-label{font-size:12px}.return-value{font-size:13px}.valuation-div{gap:1rem;grid-template-columns:repeat(1,1fr)}.target-scale{margin:1.5rem 0}.outer-insight-box{flex-direction:column}.insight-box{width:90%}.factor-box span{font-size:12px}.stock-test-oc{gap:1.5rem}}.range-svg.mobile{display:none}@media (max-width:768px){.range-svg.desktop{display:none}.range-svg.mobile{display:block}}.shrink .page-inner-container{width:65%}.shrink .factor-box .label{font-size:12px}.shrink .factor-box span{font-size:14px}.shrink .insight-box{width:65%}.shrink .max-option{gap:1.2rem}.shrink .return-value{font-size:14px}.shrink .stock-title{font-size:1.4rem}.shrink .value{font-size:16px}.shrink .action-buttons{align-self:baseline}.action-buttons{display:flex;gap:10px}.shrink .analysis-head-name{display:flex;flex-direction:column}.ma-panel{border-radius:8px;font-family:Inter,sans-serif;padding:14px}.ma-header{font-size:15px;font-weight:600;margin-bottom:8px}.ma-summary{display:flex;font-size:13px;font-weight:600;gap:14px;margin-bottom:10px}.ma-summary-buy{color:#249966}.ma-summary-sell{color:#ea3943}.ma-summary-neutral{color:#f0b90b}.ma-table{border-collapse:collapse;font-size:13px;width:100%}.ma-table thead th{border-bottom:1px solid #2a2e39;color:#4a4a4a;font-size:16px;font-weight:800;margin-bottom:5px;padding-bottom:6px;text-align:center}.ma-table td{border-bottom:1px solid #1c1f26;padding:8px 0;text-align:center}.ma-table td span{font-weight:600}.ma-cell{align-items:center;display:flex;justify-content:space-between}.ma-trend-buy{color:#16c784;font-weight:600}.ma-trend-sell{color:#ea3943;font-weight:600}@media screen and(max-width:768px){.shrink .insight-box{width:100%}}.vwap-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;display:flex;flex-direction:column;margin-bottom:5px;padding:16px;width:90%}.ut-bb{display:flex;justify-content:space-between;width:100%}.vwap-header{align-items:center;display:flex;flex-direction:column;font-weight:600;gap:3px}.intraday-badge{border-radius:10px;box-shadow:0 4px 12px #0006;font-size:13px;font-weight:600;padding:5px 7px}.vwap-badge.green{background-color:#16a34a;color:#fff}.vwap-badge.red{background:#dc2626;color:#fff}.vwap-badge.grey{background:#6b7280;color:#fff}.vwap-values{display:flex;flex-wrap:wrap;gap:16px}.vwap-bar,.vwap-values{margin-top:10px}.vwap-text{color:#374151;font-size:14px;font-weight:600;margin:0}.vwap-bar{background:#e5e7eb;border-radius:4px;height:6px;margin-top:12px;position:relative}.vwap-progress{border-radius:4px;height:100%}.ltp-marker{align-items:center;display:flex;flex-direction:column;position:absolute;top:-8px;transform:translateX(-50%)}.ltp-dot{background:#3b82f6;border:2px solid #fff;border-radius:50%;box-shadow:0 0 0 2px #3b82f6;height:10px;width:10px}.ltp-label{color:#3b82f6;font-size:10px;font-weight:600;margin-top:2px}.top-trading-panel{grid-gap:15px;display:grid;gap:15px;grid-template-columns:repeat(3,1fr)}.box{background:#fff;border-radius:10px;padding:14px}.buy{color:green}.sell{color:red}.neutral{color:gray}.tp-container{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(3,1fr);margin-top:16px}.tp-card{box-shadow:0 4px 14px #0000000f;padding:16px;transition:.2s}.tp-card:hover{transform:translateY(-2px)}.tp-title{color:#6b7280;font-size:13px;font-weight:600;margin-bottom:6px}.tp-signal{font-size:20px;font-weight:700;margin:0}.tp-buy{color:#16a34a}.tp-sell{color:#dc2626}.tp-neutral{color:#6b7280}.tp-subtext{font-size:18px;margin-top:4px}.tp-meta{color:#374151;font-size:12px;margin-top:6px}.tp-row{align-items:center;display:flex;justify-content:space-between;margin-top:10px}.tp-badge{padding:3px 8px}.tp-note{color:#6b7280;font-size:12px;margin-bottom:6px}.tp-stop-value{color:#dc2626;font-size:18px;font-weight:700;margin:0}.tp-note-container{background:#fff;border-radius:14px;box-shadow:0 4px 14px #0000000f;margin-top:16px;padding:16px}.tp-note-text{color:#111827;display:flex;flex-direction:column;font-size:18px;margin-top:8px;white-space:pre-line}.tp-note-inner-text{font-weight:600}.tp-critical{background:#f3f4f6;border-radius:8px;color:#000;font-size:13px;margin-top:12px;padding:10px}.pivot-extra{font-size:12px;margin-top:2px}.pivot-status{font-size:11px;font-weight:600;margin-top:2px}.pivot-status:contains("Above"){color:#dc2626}.pivot-status:contains("Below"){color:#16a34a}Row layout .tp-pill-row{align-items:center;display:flex;gap:10px;margin-top:10px}.tp-badge{border-radius:6px;color:#fff;font-size:11px;font-weight:600;padding:4px 8px}.tp-t1{background:#22c55e}.tp-t2{background:#16a34a}.tp-pill{align-items:center;border-radius:10px;color:#111827;display:flex;font-size:13px;gap:6px;padding:6px 12px}.analysis-text{display:flex;gap:10px}.tp-row-container{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(4,1fr);margin-top:16px}.tp-card{background:#fff;border-left:4px solid #047cc2;border-radius:14px;box-shadow:0 4px 12px #0000000f;min-height:140px;padding:14px}@media (max-width:900px){.tp-row-container{grid-template-columns:1fr 1fr}}@media (max-width:500px){.tp-row-container{grid-template-columns:1fr}}.tp-pill-vertical{display:flex;flex-direction:column;gap:4px;width:100%}.tp-pill-row-top{align-items:center;display:flex;justify-content:space-between}.tp-pill-label{font-size:14px}.tp-pill-value{font-size:14px;font-weight:600}.tp-pill-type{color:#6b7280;text-align:right}.tp-entry-content{display:flex;flex-direction:column;gap:6px;margin-top:8px}.tp-entry-top{align-items:center}.tp-entry-top,.tp-vwap-inline{display:flex;justify-content:space-between}.tp-vwap-inline{font-size:13px;font-weight:500}.tp-vwap-text{font-size:16px;font-weight:500}.tp-stop-content{display:flex;flex-direction:column;height:100%;margin-top:8px}.tp-target-block{margin-top:12px}.tp-target-row{align-items:center}.tp-target-label{color:#111827}.tp-target-value{font-size:14px}.tp-target-type{display:block;margin-top:2px}.tp-pill-type{font-size:12px}.tp-critical-card{border-left:4px solid #047cc2;display:flex;flex-direction:column;gap:10px;padding:10px 14px}.tp-critical-box{border-radius:12px;padding:10px}.tp-critical-row{align-items:center;display:flex;font-size:17px;justify-content:space-between;padding:6px 0}.tp-resistance{color:#dc2626;font-weight:600}.tp-vwap{color:#2563eb;font-weight:600}.tp-support{color:#16a34a;font-weight:600}.tp-stop-text{color:#6b7280}.tp-value{font-weight:600;text-align:right}.tp-value.red{color:#dc2626}.tp-value.blue{color:#2563eb}.tp-value.green{color:#16a34a}.tp-value.gray{color:#6b7280}.insight-critical-title{border-bottom:1px solid #000;color:#000;font-size:1.1rem;font-weight:700;margin:0}.pivot-table thead th{background:#047cc2;border-bottom:1px solid #2a2e39;color:#fff;font-size:16px;font-weight:700;font-weight:800;margin-bottom:5px;padding-bottom:6px;text-align:center}.ma-div{display:flex}.near-pivot-grid{grid-template-columns:1fr 1fr;margin-top:10px}.np-col{display:flex;flex-direction:column;gap:14px}.np-row{align-items:center;display:flex;font-size:14px;justify-content:space-between}.np-group{display:flex;flex-direction:column;gap:2px}.np-sub{color:#6b7280;font-size:12px}.np-resistance{color:#dc2626;font-weight:600}.np-support{color:#16a34a;font-weight:600}.np-vwap{color:#2563eb;font-weight:600}.np-label{font-weight:500}.np-stop{color:#6b7280}.np-value{color:#000}.np-value.red{color:#dc2626}.np-value.green{color:#16a34a}.np-value.blue{color:#2563eb}.np-value.gray{color:#6b7280}.tp-exit-alert{background:#fee2e2;border-radius:10px;color:#dc2626;font-weight:600;margin-bottom:10px;padding:10px 14px;text-align:center}.tp-summary-box{display:flex;flex-direction:column;gap:8px}.tp-signal-text{border-radius:8px;font-size:14px;font-weight:600;padding:6px 10px;width:90%}.tp-signal-text.buy{background:#dcfce7;color:#16a34a;margin:0}.tp-signal-text.sell{background:#fee2e2;color:#dc2626;margin:0}@media screen and (max-width:768px){.ma-div{flex-direction:column}.ma-factor-box{overflow-x:scroll}}.near-pivot-grid{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(1,1fr)}.np-card{align-items:center;background:#ffffff08;border-bottom:1px solid #000;border-radius:10px;display:flex;justify-content:space-between;padding:12px 14px}.np-label{color:#000;font-size:1.1rem}.np-value{font-size:1.1rem;font-weight:600}.np-pivot-row{flex-direction:row;padding:8px 14px}.tp-target-row{align-items:flex-start;display:flex;gap:10px;justify-content:space-between}.tp-target-label{font-size:14px;font-weight:500;min-width:140px}.tp-target-value{word-wrap:break-word;font-size:15px;font-weight:600;max-width:60%;text-align:right}.tp-target-block{display:flex;flex-direction:column;gap:4px}.tp-target-type{font-size:12px;margin-left:2px;opacity:.7}.tp-insight-span{display:flex;justify-content:space-between}.candle-chart-container{margin-top:20px;width:100%}.candle-chart-container>div{width:100%!important}.info-icon{cursor:pointer;font-size:14px;margin-left:8px;position:relative}.tooltip-text{background-color:#1e293b;border-radius:6px;color:#fff;font-size:12px;left:0;line-height:1.4;padding:8px;position:absolute;text-align:left;top:120%;visibility:hidden;width:260px;z-index:10}.info-icon:hover .tooltip-text{visibility:visible}.chart-legend{display:flex;flex-wrap:wrap;font-size:13px;gap:20px;justify-content:center;margin-bottom:8px}.legend-item.vwap{color:#f59e0b}.legend-item.buy{color:green}.legend-item.sell{color:red}.vwap-entry-exit{display:flex;gap:1rem;justify-content:space-between}.vwap-factor-box{margin:0}.pivot-level-head{display:flex;justify-content:space-between}.table-filters{display:flex;gap:12px;margin-bottom:10px}.table-filters select{border:1px solid #d1d5db;border-radius:6px;padding:6px 10px}.stocktest-dropdown{display:flex;gap:1.2rem;justify-content:space-between;width:100%}.stock-table-stats{margin-bottom:10px}.stock-table-stats{display:flex;justify-content:space-between;margin-top:10px}.stocktest-h1{align-self:center;display:flex;flex-direction:column;font-size:1.2rem;font-weight:800;text-align:center}.stocktest-inner-select{width:150px}@media (max-width:600px){.stock-table-stats{margin-bottom:0}.stock-table-stats,.stocktest-dropdown{flex-direction:column}.select-index-dropdown,.stocktest-inner-select{width:100%}}.select-span-index{align-items:center;display:flex;gap:8px;justify-content:space-between}@media (max-width:400px){.test-select{padding:6px 8px;width:120px}.index-price-data,.test-select{font-size:12px}}.max-label{align-self:center;font-size:1.1rem;font-weight:700}@media screen and (max-width:600px){.max-pain-span{font-size:14px}}.maxpain-container{display:flex;justify-content:center}.maxpain-grid{grid-template-columns:repeat(3,1fr)}.hover-box{display:inline-block;position:relative}.hover-tooltip{background:#fff;border-radius:6px;bottom:-28px;box-shadow:0 4px 12px #00000026;font-size:12px;font-weight:700;left:50%;opacity:0;padding:4px 8px;pointer-events:none;position:absolute;transform:translateX(-50%);transition:opacity .2s ease;white-space:nowrap}.hover-box:hover .hover-tooltip{opacity:1}.label{color:#000;font-size:14px;margin:5px 0}.sentiment-chip{cursor:pointer;position:relative}.sentiment-hover{display:none;font-size:12px;font-weight:600;left:50%;position:absolute;top:28px;transform:translateX(-50%);white-space:nowrap}.pcr-summary-row{display:flex;gap:3rem;gap:16px;justify-content:center;margin:12px 0}.pcr-box{display:flex;flex-direction:column;padding:12px 18px}.pcr-label{color:#000;font-size:12px;font-weight:500}.value{font-size:15px}.green{color:#22c55e}.red{color:#ef4444}.chip{border:1.5px solid;font-size:14px}.sentiment-chip:hover .sentiment-hover{display:block}.pcr-inner-box{align-items:center;display:flex;flex-direction:column;gap:6px;justify-content:space-between;min-width:120px;padding:10px}.value{font-size:18px;font-weight:700;line-height:1}.pcr-label{font-size:13px;font-weight:600;line-height:1;min-height:16px}.chip{align-items:center;border-radius:6px;display:inline-flex;font-weight:700;justify-content:center;min-height:28px;padding:4px 10px}.box-label{gap:0}.pcr-test-head{font-size:1.2rem;font-weight:700;margin-top:1rem;text-align:center}@media screen and (max-width:768px){.pcr-box{display:grid;grid-template-columns:repeat(2,1fr);padding:5px}.chip,.value{font-size:13px}.label{font-size:12px}}@media screen and (max-width:400px){.value{font-size:12px}.chip{font-size:10px}}.landing-container{align-items:center;background:linear-gradient(135deg,#f8fafc,#eef2ff);display:flex;font-family:Inter,Segoe UI,sans-serif;justify-content:space-between;min-height:100vh;padding:0 6%}.content{max-width:560px}.logo-image{margin-bottom:24px;width:140px}.headline{color:#0f172a;font-size:54px;font-weight:800;line-height:1.15;margin-bottom:20px}.subheading{color:#475569;font-size:18px;line-height:1.6;margin-bottom:24px}.feature-list{list-style:none;margin-bottom:36px;padding:0}.feature-list li{color:#1e293b;font-size:16px;margin-bottom:10px}.button-group{display:flex;gap:16px}.login,.signup{border:none;border-radius:10px;cursor:pointer;font-size:16px;font-weight:600;padding:14px 30px;transition:all .25s ease}.signup{background:linear-gradient(135deg,#2563eb,#4f46e5);box-shadow:0 12px 24px #2563eb59;color:#fff}.signup:hover{box-shadow:0 18px 32px #2563eb73;transform:translateY(-2px)}.login{background:#fff;border:1px solid #e2e8f0;color:#0f172a}.login:hover{background:#f8fafc}.hero-visual img{animation:float 6s ease-in-out infinite;max-width:520px;width:100%}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-12px)}to{transform:translateY(0)}}@media (max-width:900px){.landing-container{flex-direction:column;padding:40px 20px;text-align:center}.hero-visual{display:none}.headline{font-size:32px}.subheading{font-size:16px}.button-group{flex-wrap:wrap;justify-content:center}}@media screen and (max-width:600px){.img-content{display:flex;justify-content:center}}.lp{--bg:#fff;--bg-surface:#f8f9fb;--bg-card:#f1f3f5;--accent:#4f6ef7;--accent-glow:#4f6ef726;--green:#16a34a;--green-dim:#16a34a1a;--red:#dc2626;--yellow:#f59e0b;--text-1:#0f172a;--text-2:#64748b;--text-3:#94a3b8;--border:#0f172a14;--font:"Inter",-apple-system,BlinkMacSystemFont,sans-serif;--mono:"JetBrains Mono",monospace;-webkit-font-smoothing:antialiased;background:var(--bg);color:var(--text-1);font-family:var(--font);line-height:1.6;overflow-x:hidden}.lp-nav{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffffd9;border-bottom:1px solid var(--border);left:0;position:fixed;right:0;top:0;z-index:100}.lp-nav-inner{height:64px;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 24px}.lp-logo,.lp-nav-inner{align-items:center;display:flex}.lp-logo{gap:10px;text-decoration:none}.lp-logo-img{border-radius:8px;height:36px;object-fit:contain;width:36px}.lp-logo-text{color:var(--text-1);font-size:20px;font-weight:800;letter-spacing:-.5px}.lp-nav-links{align-items:center;display:flex;gap:28px}.lp-nav-links a{color:var(--text-2);font-size:14px;font-weight:500;text-decoration:none;transition:color .2s}.lp-nav-links a:hover{color:var(--text-1)}.lp-btn-primary{align-items:center;background:var(--accent);border:none;border-radius:8px;color:#fff;cursor:pointer;display:inline-flex;font-family:var(--font);font-size:14px;font-weight:600;gap:8px;padding:9px 20px;transition:filter .2s,transform .15s,box-shadow .2s;white-space:nowrap}.lp-btn-primary:hover{box-shadow:0 4px 20px var(--accent-glow);filter:brightness(1.1);transform:translateY(-1px)}.lp-btn-primary.lg{box-shadow:0 0 24px var(--accent-glow)}.lp-btn-primary.lg,.lp-btn-secondary{border-radius:10px;font-size:15px;padding:14px 28px}.lp-btn-secondary{align-items:center;background:#0000;border:1px solid var(--border);color:var(--text-1);cursor:pointer;display:inline-flex;font-family:var(--font);font-weight:500;gap:8px;transition:all .2s;white-space:nowrap}.lp-btn-secondary:hover{background:var(--bg-surface);border-color:#0f172a29}.lp-btn-secondary.lg{font-size:15px;padding:14px 28px}.lp-btn-ghost{background:none;border:none;color:var(--text-2);cursor:pointer;font-family:var(--font);font-size:14px;font-weight:500;padding:0;transition:color .2s}.lp-btn-ghost:hover{color:var(--text-1)}.lp-hamburger{background:none;border:none;cursor:pointer;display:none;height:32px;position:relative;width:32px}.lp-hamburger span{background:var(--text-2);display:block;height:2px;left:6px;position:absolute;transition:.25s;width:20px}.lp-hamburger span:first-child{top:8px}.lp-hamburger span:nth-child(2){top:14px}.lp-hamburger span:nth-child(3){top:20px}.lp-mobile-nav{align-items:center;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffff7;display:none;flex-direction:column;gap:24px;inset:0;justify-content:center;position:fixed;z-index:200}.lp-mobile-nav.open{display:flex}.lp-mobile-nav a{color:var(--text-1);font-size:20px;font-weight:600;text-decoration:none}.lp-mobile-close{background:none;border:none;color:var(--text-2);cursor:pointer;font-size:32px;line-height:1;position:absolute;right:24px;top:20px}.lp-hero{grid-gap:60px;align-items:center;display:grid;gap:60px;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1200px;min-height:100vh;padding:140px 24px 80px}.lp-hero-content{max-width:540px}.lp-badge{align-items:center;background:var(--green-dim);border:1px solid #16a34a33;border-radius:100px;color:var(--green);display:inline-flex;font-size:12px;font-weight:600;gap:8px;letter-spacing:.02em;margin-bottom:28px;padding:6px 14px 6px 10px}.lp-badge-dot{animation:lpPulse 2s ease-in-out infinite;background:var(--green);border-radius:50%;flex-shrink:0;height:7px;width:7px}@keyframes lpPulse{0%,to{box-shadow:0 0 0 0 #16a34a66;opacity:1}50%{box-shadow:0 0 0 6px #16a34a00;opacity:.7}}.lp-headline{color:var(--text-1);font-size:clamp(38px,5vw,58px);font-weight:800;letter-spacing:-2px;line-height:1.05;margin-bottom:20px}.lp-accent{color:var(--accent)}.lp-subtitle{color:var(--text-2);font-size:17px;line-height:1.65;margin-bottom:36px;max-width:440px}.lp-hero-actions{display:flex;flex-wrap:wrap;gap:12px}.lp-hero-visual{position:relative}.lp-dash-frame{background:#0d1117;border-radius:16px;box-shadow:0 0 0 1px #0000000d,0 20px 60px -12px #0003,0 0 100px -40px var(--accent-glow);overflow:hidden;transform:perspective(1000px) rotateY(-3deg) rotateX(1deg);transition:transform .4s ease}.lp-dash-frame:hover{transform:perspective(1000px) rotateY(0) rotateX(0)}.lp-dash-bar{align-items:center;background:#161b22;border-bottom:1px solid #ffffff0f;display:flex;gap:6px;height:32px;padding:0 12px}.lp-dot{border-radius:50%;height:10px;width:10px}.lp-dot.red{background:#ef4444}.lp-dot.yellow{background:#f59e0b}.lp-dot.green{background:#22c55e}.lp-dash-body{color:#e6edf3;padding:20px}.lp-dash-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:16px}.lp-dash-header h3{color:#e6edf3;font-size:14px;font-weight:600;margin:0}.lp-live-tag{align-items:center;background:#22c55e26;border-radius:100px;color:#22c55e;display:flex;font-family:var(--font);font-size:11px;font-weight:600;gap:5px;padding:4px 10px}.lp-live-blink{animation:lpPulse 1.5s ease-in-out infinite;background:#22c55e;border-radius:50%;height:6px;width:6px}.lp-kpi-row{grid-gap:12px;display:grid;gap:12px;grid-template-columns:1fr 1fr 1fr;margin-bottom:20px}.lp-kpi{background:#161b22;border:1px solid #ffffff0f;border-radius:10px;padding:14px}.lp-kpi-label{color:#484f58;font-size:10px;font-weight:600;letter-spacing:.08em;margin-bottom:4px;text-transform:uppercase}.lp-kpi-value{color:#e6edf3;font-family:var(--mono);font-size:20px;font-weight:700}.lp-kpi-value.green{color:#22c55e}.lp-kpi-value.red{color:#ef4444}.lp-kpi-change{font-size:11px;margin-top:2px}.lp-kpi-change.up{color:#22c55e}.lp-kpi-change.down{color:#ef4444}.lp-mini-chart{background:#161b22;border:1px solid #ffffff0f;border-radius:10px;padding:16px}.lp-mini-chart-label{color:#484f58;font-size:11px;font-weight:600;letter-spacing:.06em;margin-bottom:10px;text-transform:uppercase}.lp-chart-bars{align-items:flex-end;display:flex;gap:4px;height:80px}.lp-bar{background:#4f6ef7;border-radius:3px 3px 0 0;flex:1 1;min-height:8px;opacity:.35;transition:opacity .2s}.lp-bar:hover{opacity:1}.lp-bar.active{opacity:.85}.lp-section-label{color:var(--accent);font-size:12px;font-weight:700;letter-spacing:.1em;margin-bottom:12px;text-transform:uppercase}.lp-section-title{color:var(--text-1);font-size:clamp(26px,3.5vw,38px);font-weight:800;letter-spacing:-1px;line-height:1.15;margin-bottom:52px;max-width:520px}.lp-features{margin:0 auto;max-width:1200px;padding:24px}.lp-features-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(4,1fr)}.lp-fcard{background:var(--bg-surface);border:1px solid var(--border);border-radius:14px;overflow:hidden;padding:28px;position:relative;transition:border-color .3s,transform .3s,box-shadow .3s}.lp-fcard:before{background:var(--accent);content:"";height:2px;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s}.lp-fcard:hover{border-color:#4f6ef733;box-shadow:0 12px 40px -12px #0000001a;transform:translateY(-4px)}.lp-fcard:hover:before{opacity:1}.lp-ficon{border-radius:10px;display:grid;height:44px;margin-bottom:18px;place-items:center;width:44px}.lp-ficon.chain{background:#4f6ef71a;color:var(--accent)}.lp-ficon.pcr{background:var(--green-dim);color:var(--green)}.lp-ficon.trend{background:#a855f71a;color:#a855f7}.lp-ficon.secure{background:#fbbf241a;color:#f59e0b}.lp-fcard h3{color:var(--text-1);font-size:16px;font-weight:700;letter-spacing:-.3px;margin-bottom:6px}.lp-fcard p{color:var(--text-2);font-size:14px;line-height:1.6;margin:0}.lp-how{margin:0 auto;max-width:1200px;padding:24px}.lp-steps{grid-gap:40px;display:grid;gap:40px;grid-template-columns:repeat(3,1fr);position:relative}.lp-steps:before{background:linear-gradient(90deg,#0000,var(--border),var(--accent),var(--border),#0000);content:"";height:1px;left:15%;position:absolute;right:15%;top:24px}.lp-step{position:relative;text-align:center}.lp-step-num{background:var(--bg);border:2px solid var(--accent);border-radius:50%;color:var(--accent);display:inline-grid;font-family:var(--mono);height:48px;margin-bottom:20px;place-items:center;position:relative;width:48px;z-index:1}.lp-step h3,.lp-step-num{font-size:16px;font-weight:700}.lp-step h3{color:var(--text-1);margin-bottom:8px}.lp-step p{color:var(--text-2);font-size:14px;margin:0 auto;max-width:260px}.lp-cta{margin:0 auto;max-width:1200px;padding:24px;text-align:center}.lp-cta-box{background:var(--bg-surface);border:1px solid var(--border);border-radius:20px;overflow:hidden;padding:64px 40px;position:relative}.lp-cta-box:before{background:radial-gradient(circle,var(--accent-glow),#0000 70%);content:"";height:400px;left:50%;pointer-events:none;position:absolute;top:-100px;transform:translateX(-50%);width:400px}.lp-cta-box h2{color:var(--text-1);font-size:clamp(26px,3.5vw,38px);font-weight:800;letter-spacing:-1px;margin-bottom:16px;position:relative}.lp-cta-box p{color:var(--text-2);font-size:16px;margin-bottom:32px;margin-left:auto;margin-right:auto;max-width:460px}.lp-cta-box .lp-btn-primary,.lp-cta-box p{position:relative}.lp-footer{align-items:center;border-top:1px solid var(--border);display:flex;justify-content:space-between;margin:0 auto;max-width:1200px;padding:24px}.lp-footer p{color:var(--text-3);font-size:13px;margin:0}.lp-footer-links{display:flex;gap:24px;justify-content:flex-end;width:100%}.lp-footer-links a{color:var(--text-3);font-size:13px;text-decoration:none;transition:color .2s}.lp-footer-links a:hover{color:var(--text-2)}@media (max-width:1024px){.lp-features-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:900px){.lp-nav-links{display:none}.lp-hamburger{display:block}.lp-hero{gap:48px;grid-template-columns:1fr;min-height:auto;padding:120px 20px 60px}.lp-hero-content{max-width:100%}.lp-hero-visual{order:-1}.lp-dash-frame,.lp-dash-frame:hover{transform:none}.lp-steps{gap:32px;grid-template-columns:1fr}.lp-steps:before{display:none}.lp-cta-box{padding:24px}.lp-footer{flex-direction:column;gap:16px;text-align:center}}@media (max-width:600px){.lp-features-grid{gap:14px;grid-template-columns:1fr}.lp-hero-visual{display:none}.lp-fcard{padding:22px}.lp-footer-links{justify-content:center}}@media (max-width:480px){.lp-headline{font-size:34px;letter-spacing:-1px}.lp-accent{font-size:20px}.lp-subtitle{font-size:15px}.lp-hero-actions{flex-direction:column}.lp-btn-primary.lg,.lp-btn-secondary.lg{justify-content:center;width:100%}.lp-kpi-row{grid-template-columns:1fr}.lp-kpi-value{font-size:16px}.lp-kpi{padding:10px}}.stock-mobile-card-wrapper,.trendpro-mobile-head{display:none}@media (max-width:768px){.stock-table{display:none}.trendpro-page{padding:0}.trendpro-mobile-head{display:block}.trendpro-title{display:none}.stock-mobile-card-wrapper{display:flex;flex-direction:column;gap:14px;padding:8px}.trend-analysis-select{width:200px}.export-files{margin-top:10px}}.stock-mobile-card{border-radius:12px;box-shadow:0 4px 12px #0000004d;cursor:pointer;padding:14px}.stock-mobile-card-header{align-items:center;border-bottom:1px solid #000;display:flex;justify-content:space-between;margin-bottom:12px;padding-bottom:10px}.stock-mobile-company{font-size:15px;font-weight:700}.stock-mobile-reco{border-radius:8px;color:#fff;font-size:12px;font-weight:700;padding:8px}.stock-mobile-card-grid{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(3,1fr)}.stock-mobile-card-grid div{border-radius:8px;padding:8px;text-align:center}.stock-mobile-card-grid p{color:#000;font-size:11px;margin-bottom:4px}.stock-mobile-card-grid span{font-size:15px;font-weight:600}.table-tooltip-wrapper{color:#9ca3af;cursor:pointer;display:inline-block;font-size:12px}.table-tooltip-content{top:1%}.table-tooltip-wrapper{align-items:center}.table-tooltip-content{background:#111827!important;border:none;border-radius:6px;box-shadow:0 2px 8px #00000040;color:#fff!important;font-size:15px;font-weight:500;left:50%;padding:8px 10px;text-align:left;top:100%;transform:translateX(-50%);transition:opacity .2s ease;white-space:normal;width:220px;z-index:9999}@media screen and (max-width:400px){.stock-mobile-card-grid span{font-size:13px}}.trendpro-header{grid-gap:12px;align-items:center;display:grid;gap:12px;grid-template-columns:1fr auto 1fr;margin-bottom:12px}.trendpro-index-box{align-items:center;display:flex;gap:10px}.trendpro-index-box label{font-size:14px;font-weight:850}.trendpro-select{background:#fff;border:1px solid #dbe3ef;border-radius:13px;box-shadow:0 8px 20px #0f172a0f;color:#0f172a;font-size:14px;font-weight:800;min-width:180px;outline:none;padding:12px 16px}.trendpro-icon-btn{display:grid;height:44px;place-items:center;width:44px}.trendpro-meta-row{color:#94a3b8;display:flex;font-size:13px;font-weight:700;gap:20px;justify-content:flex-end;margin:14px}.trendpro-error-card,.trendpro-loading-card{border-radius:14px;font-size:14px;font-weight:800;margin-bottom:16px;padding:16px}.trendpro-loading-card{background:#eff6ff;border:1px solid #bfdbfe;color:#1d4ed8}.trendpro-error-card{background:#fee2e2;border:1px solid #fecaca;color:#991b1b}.trendpro-filter-row{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:16px;box-shadow:0 8px 24px #0f172a0a;display:flex;gap:14px;justify-content:space-between;margin-bottom:16px;padding:12px}.trendpro-pills{display:flex;flex-wrap:wrap;gap:10px}.trendpro-pills button{background:#f8fafc;border:1px solid #dbe3ef;border-radius:999px;color:#334155;cursor:pointer;font-size:13px;font-weight:850;padding:9px 14px}.trendpro-pills button.active{background:#0f2d57;border-color:#0f2d57;color:#fff}.trendpro-table-title{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:18px 20px}.trendpro-table-title h2{font-size:18px;font-weight:900;margin:0}.trendpro-table-title p{color:#64748b;font-size:13px;font-weight:600;margin:5px 0 0}.trendpro-table-title span{background:#eff6ff;border-radius:999px;color:#1d4ed8;font-size:12px;font-weight:850;padding:8px 12px}.trendpro-sort-head{align-items:center;display:flex;gap:8px}.trendpro-sort-head span{cursor:pointer;display:flex;flex-direction:column;gap:1px}.trendpro-company strong{display:block;font-size:14px;font-weight:900}.trendpro-company small{color:#64748b;display:block;font-size:11px;margin-top:2px}.trendpro-badge{min-width:78px}.trendpro-mobile-card{padding:15px}@media (max-width:1200px){.trendpro-header{grid-template-columns:1fr}.trendpro-title{text-align:left}.trendpro-actions{flex-wrap:wrap;justify-content:flex-start}}@media (max-width:768px){.trendpro-page{padding:14px}.trendpro-index-box,.trendpro-left{align-items:stretch;flex-direction:column}.trendpro-select{width:100%}.trendpro-meta-row{gap:4px;justify-content:flex-start}.trendpro-filter-row{align-items:stretch;flex-direction:column}.trendpro-table-card{display:none}.trendpro-mobile-list{display:flex;flex-direction:column;gap:14px}}@media (max-width:480px){.trendpro-mobile-grid{grid-template-columns:1fr}}@media screen and (max-width:768px){.oc-table,.watchlist-table{display:block}}.register-wrapper{background:#111827;border-radius:12px;margin:40px auto;max-width:520px;padding:24px}.register-title{color:#fff;margin-bottom:20px;text-align:center}.register-form{display:flex;flex-direction:column;gap:10px}.register-input{background:#1f2937;border:1px solid #374151;border-radius:6px;color:#fff;padding:10px}.register-input::placeholder{color:#9ca3af}.register-select{background:#1f2937;border:1px solid #374151;border-radius:6px;color:#fff;padding:10px}.register-checkbox{align-items:center;color:#e5e7eb;display:flex;font-size:14px;gap:8px}.register-btn{background:#22c55e;border:none;border-radius:6px;cursor:pointer;font-weight:700;margin-top:16px;padding:12px}.register-btn:hover{background:#16a34a}.register-error{color:#f87171;font-size:12px;margin-top:-6px}.reg-page-wrapper{background:#111827;border-radius:12px;box-shadow:0 8px 30px #00000059;color:#e5e7eb;font-family:system-ui,-apple-system,BlinkMacSystemFont,sans-serif;margin:40px auto;max-width:520px;padding:24px}.reg-page-title{color:#f9fafb;font-size:22px;font-weight:700;margin-bottom:20px;text-align:center}.reg-form{gap:12px}.reg-input,.reg-select{background:#1f2937;border:1px solid #374151;border-radius:8px;color:#f9fafb;font-size:14px;outline:none;padding:11px 12px}.reg-input::placeholder{color:#9ca3af}.reg-input:focus,.reg-select:focus{border-color:#3b82f6;box-shadow:0 0 0 1px #3b82f6}.reg-checkbox{align-items:center;color:#e5e7eb;font-size:14px;gap:8px;margin-top:8px}.reg-checkbox input{accent-color:#3b82f6}.reg-error{color:#f87171;margin-bottom:4px;margin-top:-6px}.reg-submit-btn{background:linear-gradient(135deg,#2563eb,#3b82f6);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:15px;font-weight:600;margin-top:16px;padding:12px;transition:transform .15s ease,box-shadow .15s ease}.reg-submit-btn:hover{box-shadow:0 6px 18px #3b82f666;transform:translateY(-1px)}.reg-submit-btn:disabled{background:#374151;box-shadow:none;cursor:not-allowed}.reg-modal-overlay{align-items:center;background:#000000a6;display:flex;inset:0;justify-content:center;position:fixed;z-index:9999}.reg-modal{background:#111827;border-radius:12px;box-shadow:0 10px 40px #00000080;max-width:380px;padding:22px;text-align:center;width:90%}.reg-modal h3{font-size:20px;margin-bottom:10px}.reg-modal p{color:#d1d5db;font-size:14px;margin-bottom:18px}.reg-modal-success{color:#22c55e}.reg-modal-error{color:#f87171}.reg-modal-btn{background:#2563eb;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:14px;font-weight:600;padding:10px 18px}.reg-modal-btn:hover{background:#1d4ed8}@media (max-width:480px){.reg-page-wrapper{margin:20px 12px;padding:18px}.reg-page-title{font-size:20px}}.reg-par-container{align-items:center;display:flex;height:100vh;justify-content:center}.log-page-wrapper{min-width:526px}.reg-page{--accent:#4f6ef7;--accent-glow:#4f6ef726;--green:#16a34a;--red:#dc2626;--text-1:#0f172a;--text-2:#64748b;--text-3:#94a3b8;--border:#0f172a14;--font:"Inter",-apple-system,BlinkMacSystemFont,sans-serif;-webkit-font-smoothing:antialiased;background:#fff;font-family:var(--font);min-height:100vh}.reg-nav{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#ffffffe6;border-bottom:1px solid var(--border);position:-webkit-sticky;position:sticky;top:0;z-index:50}.reg-nav-inner{height:60px;justify-content:space-between;margin:0 auto;max-width:720px;padding:0 24px}.reg-logo,.reg-nav-inner{align-items:center;display:flex}.reg-logo{cursor:pointer;gap:9px}.reg-logo-mark{background:var(--accent);border-radius:7px;color:#fff;display:grid;font-family:JetBrains Mono,monospace;font-size:12px;font-weight:700;height:32px;place-items:center;width:32px}.reg-logo-name{color:var(--text-1);font-size:18px;font-weight:800;letter-spacing:-.4px}.reg-nav-right{align-items:center;display:flex;gap:6px}.reg-nav-text{color:var(--text-2);font-size:13px}.reg-nav-link{color:var(--accent);font-size:13px;font-weight:600;text-decoration:none;transition:opacity .2s}.reg-nav-link:hover{opacity:.8}.reg-container{margin:0 auto;max-width:600px;padding:40px 24px 60px}.reg-header h2{color:var(--text-1);font-size:28px;font-weight:800;letter-spacing:-.8px;margin:0 0 6px}.reg-header p{color:var(--text-2);font-size:14px;margin:0 0 36px}.reg-form{display:flex;flex-direction:column;gap:0}.reg-section{margin-bottom:28px}.reg-section-label{border-bottom:1px solid #f0f0f4;color:var(--text-3);font-size:11px;font-weight:700;letter-spacing:.06em;margin-bottom:12px;padding-bottom:8px;text-transform:uppercase}.reg-row{grid-gap:14px;grid-template-columns:1fr 1fr}.reg-row,.reg-row-3{display:grid;gap:14px;margin-bottom:14px}.reg-row-3{grid-gap:14px;grid-template-columns:1fr 1fr 1fr}.reg-field,.reg-field-full{display:flex;flex-direction:column;gap:4px}.reg-field-full{margin-bottom:14px}.reg-field label,.reg-field-full label{color:var(--text-1);font-size:13px;font-weight:600}.reg-field input,.reg-field select,.reg-field-full input{background:#f8f9fb;border:1px solid var(--border);border-radius:9px;box-sizing:border-box;color:var(--text-1);font-family:var(--font);font-size:14px;outline:none;padding:11px 13px;transition:border-color .2s,box-shadow .2s;width:100%}.reg-field input::placeholder,.reg-field-full input::placeholder{color:var(--text-3)}.reg-field input:focus,.reg-field select:focus,.reg-field-full input:focus{background:#fff;border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-glow)}.reg-field select{-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1 1.5 5 5 5-5' stroke='%2394A3B8' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;padding-right:36px}.reg-error{color:var(--red);font-size:12px;margin:2px 0 0}.reg-api-msg{border-radius:9px;font-size:13px;margin-bottom:8px;padding:11px 14px}.reg-api-msg.error{background:#dc26260f;border:1px solid #dc262626;color:var(--red)}.reg-api-msg.success{background:#16a34a0f;border:1px solid #16a34a26;color:var(--green)}.reg-checkbox{align-items:flex-start;cursor:pointer;display:flex;gap:10px;padding:10px 0;position:relative}.reg-checkbox input[type=checkbox]{height:0;opacity:0;position:absolute;width:0}.reg-checkmark{align-items:center;background:#fff;border:1.5px solid #d0d5dd;border-radius:4px;display:flex;height:18px;justify-content:center;margin-top:1px;min-width:18px;transition:all .15s;width:18px}.reg-checkbox input:checked+.reg-checkmark{background:var(--accent);border-color:var(--accent)}.reg-checkbox input:checked+.reg-checkmark:after{border:solid #fff;border-width:0 2px 2px 0;content:"";height:9px;margin-top:-2px;transform:rotate(45deg);width:5px}.reg-checkbox input:disabled+.reg-checkmark{cursor:not-allowed;opacity:.4}.reg-check-title{color:var(--text-1);display:block;font-size:14px;font-weight:600;line-height:1.2}.reg-check-desc{color:var(--text-2);display:block;font-size:12px;line-height:1.4;margin-top:2px}.reg-submit{background:var(--accent);border:none;border-radius:10px;box-shadow:0 0 20px var(--accent-glow);color:#fff;cursor:pointer;font-family:var(--font);font-size:15px;font-weight:600;margin-top:4px;padding:13px;transition:filter .2s,transform .15s,box-shadow .2s;width:100%}.reg-submit:hover{box-shadow:0 4px 24px var(--accent-glow);filter:brightness(1.1);transform:translateY(-1px)}.reg-submit:active{transform:translateY(0)}.reg-submit:disabled{cursor:not-allowed;opacity:.6;transform:none}.reg-login-link{color:var(--text-2);font-size:14px;margin:24px 0 0;text-align:center}.reg-link{color:var(--accent);font-weight:600;text-decoration:none;transition:opacity .2s}.reg-link:hover{opacity:.8}@media (max-width:640px){.reg-container{padding:28px 16px 48px}.reg-header h2{font-size:24px}.reg-row,.reg-row-3{gap:12px;grid-template-columns:1fr}.reg-nav-text{display:none}}@media (max-width:480px){.reg-header h2{font-size:22px}.reg-header p{font-size:13px}.reg-field input,.reg-field select,.reg-field-full input{font-size:14px;padding:10px 12px}}.login-page{--accent:#4f6ef7;--accent-glow:#4f6ef726;--green:#22c55e;--red:#ef4444;--text-1:#0f172a;--text-2:#64748b;--text-3:#94a3b8;--border:#0f172a14;--font:"Inter",-apple-system,BlinkMacSystemFont,sans-serif;--mono:"JetBrains Mono",monospace;-webkit-font-smoothing:antialiased;background:#fff;display:flex;font-family:var(--font)}.login-left{align-items:center;background:#0b1120;display:flex;flex:1 1;justify-content:center;overflow:hidden;padding:48px;position:relative}.login-left:before{background:radial-gradient(circle,#4f6ef71f,#0000 65%);height:500px;right:-20%;top:-30%;width:500px}.login-left:after,.login-left:before{content:"";pointer-events:none;position:absolute}.login-left:after{background:radial-gradient(circle,#22c55e14,#0000 65%);bottom:-20%;height:400px;left:-10%;width:400px}.login-logo{align-items:center;cursor:pointer;display:flex;gap:10px;margin-bottom:56px}.login-logo-mark{background:var(--accent);border-radius:8px;color:#fff;display:grid;font-family:var(--mono);font-size:14px;font-weight:700;height:36px;place-items:center;width:36px}.login-logo-text{color:#e6edf3;font-size:20px;font-weight:800;letter-spacing:-.5px}.login-left-hero h1{color:#e6edf3;font-size:36px;font-weight:800;letter-spacing:-1.5px;line-height:1.1;margin:0 0 12px}.login-left-hero p{color:#8b949e;font-size:15px;line-height:1.6;margin:0 0 40px}.login-mini-dash{background:#161b22;border:1px solid #ffffff0f;border-radius:12px;margin-bottom:32px;padding:18px}.lmd-row{grid-gap:10px;display:grid;gap:10px;grid-template-columns:1fr 1fr 1fr;margin-bottom:16px}.lmd-kpi{background:#0d1117;border:1px solid #ffffff0a;border-radius:8px;padding:10px 12px}.lmd-label{color:#484f58;display:block;font-size:9px;font-weight:600;letter-spacing:.08em;margin-bottom:3px;text-transform:uppercase}.lmd-val{color:#e6edf3;font-family:var(--mono);font-size:16px;font-weight:700}.lmd-val.green{color:var(--green)}.lmd-val.red{color:var(--red)}.lmd-bars{align-items:flex-end;display:flex;gap:4px;height:48px}.lmd-bar{background:var(--accent);border-radius:2px 2px 0 0;flex:1 1;min-height:4px;opacity:.3;transition:opacity .2s}.lmd-bar.active{opacity:.85}.login-left-footer{color:#484f58;font-size:12px;margin:0}.login-right{align-items:center;display:flex;flex:1 1;flex-direction:column;justify-content:center;padding:48px 24px}.login-mobile-logo{align-items:center;cursor:pointer;display:none;gap:10px;margin-bottom:40px}.login-mobile-logo .login-logo-text{color:var(--text-1)}.login-form-wrap{max-width:400px;width:100%}.login-form-wrap h2{color:var(--text-1);font-size:28px;font-weight:800;letter-spacing:-.8px;margin:0 0 6px}.login-form-sub{color:var(--text-2);font-size:14px;margin:0 0 32px}.login-form{gap:20px;margin-bottom:24px}.login-field,.login-form{display:flex;flex-direction:column}.login-field{gap:6px}.login-field label{color:var(--text-1);font-size:13px;font-weight:600}.login-field-header{align-items:center;display:flex;justify-content:space-between}.login-forgot{color:var(--accent);cursor:pointer;font-size:13px;font-weight:500;transition:opacity .2s}.login-forgot:hover{opacity:.8}.login-field input{background:#f8f9fb;border:1px solid var(--border);border-radius:10px;color:var(--text-1);font-family:var(--font);font-size:14px;outline:none;padding:12px 14px;transition:border-color .2s,box-shadow .2s}.login-field input::placeholder{color:var(--text-3)}.login-field input:focus{background:#fff;border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-glow)}.login-error{color:var(--red);font-size:12px;margin:2px 0 0}.login-api-error{background:#ef44440f;border:1px solid #ef444426;border-radius:8px;color:var(--red);font-size:13px;margin:0;padding:10px 14px}.login-submit{background:var(--accent);border:none;border-radius:10px;box-shadow:0 0 20px var(--accent-glow);color:#fff;cursor:pointer;font-family:var(--font);font-size:15px;font-weight:600;padding:13px;transition:filter .2s,transform .15s,box-shadow .2s;width:100%}.login-submit:hover{box-shadow:0 4px 24px var(--accent-glow);filter:brightness(1.1);transform:translateY(-1px)}.login-submit:active{transform:translateY(0)}.login-submit:disabled{cursor:not-allowed;opacity:.6;transform:none}.login-register{color:var(--text-2);font-size:14px;margin:0;text-align:center}.login-link{color:var(--accent);cursor:pointer;font-weight:600;text-decoration:none;transition:opacity .2s}.login-link:hover{opacity:.8}@media (max-width:900px){.login-page{flex-direction:column}.login-left{display:none}.login-right{justify-content:center;min-height:100vh;padding:40px 24px}.login-mobile-logo{display:flex}}@media (max-width:480px){.login-form-wrap h2{font-size:24px}.login-form-sub{font-size:13px}.login-field input{padding:11px 12px}.login-submit{padding:12px}}.login-page{min-height:100vh;overflow:hidden;width:100%}.login-left,.login-right{flex:0 0 50%;min-height:100vh}.login-left-content{max-width:520px;width:min(520px,90%)}.login-logo-img{display:block;height:100%;object-fit:contain;width:100%}.login-left img{height:auto;max-width:100%}.daily-dropdown-export{display:flex;justify-content:space-between}.export-files{grid-gap:12px;align-self:center;display:grid;gap:12px;grid-template-columns:repeat(2,1fr)}.timestamp-head{display:flex;gap:1rem}.export-btn-container{display:flex;justify-content:space-between}.download-dropdown{display:inline-block;position:relative}.download-menu{background:#111827;border:1px solid #374151;border-radius:8px;left:0;min-width:150px;overflow:hidden;position:absolute;top:110%;z-index:100}.download-item{color:#fff;cursor:pointer;padding:10px;transition:.2s}.download-item:hover{background:#1f2937}.daily-trend-head{display:flex;gap:1rem;justify-content:flex-end}.trend-export{align-items:center;display:flex;gap:15px}.stock-responsive-table{display:block;max-height:600px;position:relative}@media screen and (max-width:768px){.export-btn-container{flex-direction:column}.trend-analysis-head{display:none}.trend-updated-head{justify-content:center}.timestamp-head{display:flex;flex-direction:column;margin-top:5px}.daily-trend-time{justify-content:center}}.trendpro-page{background:#f4f6fa;color:#0f172a;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;min-height:100vh;padding:20px}.trendpro-topbar{grid-gap:18px;align-items:center;display:grid;gap:18px;grid-template-columns:1fr auto 1fr;margin-bottom:14px}.trendpro-actions,.trendpro-left{align-items:center;display:flex;gap:12px}.trendpro-actions{justify-content:flex-end}.trendpro-actions button,.trendpro-back-btn,.trendpro-reset-btn{background:#fff;border:1px solid #dbe3ef;border-radius:11px;color:#0f172a;cursor:pointer;font-size:13px;font-weight:800;padding:10px 14px;transition:.2s ease}.trendpro-actions button:hover,.trendpro-back-btn:hover,.trendpro-reset-btn:hover{background:#0f2d57;border-color:#0f2d57;color:#fff}.trendpro-index-select{align-items:center;display:flex;gap:10px}.trendpro-index-select label{color:#111827;font-size:14px;font-weight:850}.trendpro-index-select select{background:#fff;border:1px solid #dbe3ef;border-radius:13px;box-shadow:0 8px 20px #0f172a0f;color:#0f172a;font-size:14px;font-weight:800;min-width:180px;outline:none;padding:12px 16px}.trendpro-title{text-align:center}.trendpro-title h1{font-size:25px;font-weight:900;letter-spacing:-.03em;margin:0}.trendpro-title p{color:#475569;font-size:13px;font-weight:600;margin:5px 0 0}.trendpro-download{position:relative}.trendpro-download-menu{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 18px 40px #0f172a1f;min-width:180px;padding:8px;position:absolute;right:0;top:46px;z-index:50}.trendpro-download-menu div{border-radius:9px;cursor:pointer;font-size:13px;font-weight:750;padding:10px 12px}.trendpro-download-menu div:hover{background:#f1f5f9}.trendpro-refresh{display:grid;height:44px;place-items:center;width:44px}.trendpro-update-row{color:#94a3b8;display:flex;font-size:13px;font-weight:700;gap:20px;justify-content:flex-end;margin-bottom:12px}.trendpro-summary-grid{grid-gap:14px;display:grid;gap:14px;grid-template-columns:repeat(6,1fr);margin-bottom:16px}.trendpro-summary-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;box-shadow:0 8px 24px #0f172a0d;padding:16px}.trendpro-summary-card span{color:#64748b;display:block;font-size:11px;font-weight:850;letter-spacing:.06em;margin-bottom:8px;text-transform:uppercase}.trendpro-summary-card h2{color:#0f172a;font-size:28px;font-weight:900;margin:0}.trendpro-summary-card p{color:#64748b;font-size:12px;font-weight:700;margin:6px 0 0}.trendpro-green{color:#15945b!important;font-weight:850}.trendpro-red{color:#dc2626!important;font-weight:850}.trendpro-yellow{color:#d97706!important;font-weight:850}.trendpro-filter-bar{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:16px;box-shadow:0 8px 24px #0f172a0a;display:flex;gap:14px;justify-content:space-between;margin-bottom:16px;padding:12px}.trendpro-filter-pills{display:flex;flex-wrap:wrap;gap:10px}.trendpro-filter-pills button{background:#f8fafc;border:1px solid #dbe3ef;border-radius:999px;color:#334155;cursor:pointer;font-size:13px;font-weight:850;padding:9px 14px}.trendpro-filter-pills button.active{background:#0f2d57;border-color:#0f2d57;color:#fff}.trendpro-table-card{background:#fff;border:1px solid #e5e7eb;border-radius:17px;box-shadow:0 10px 30px #0f172a0f;overflow:hidden}.trendpro-table-head{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:18px 20px}.trendpro-table-head h2{font-size:18px;font-weight:900;margin:0}.trendpro-table-head p{color:#64748b;font-size:13px;font-weight:600;margin:5px 0 0}.trendpro-table-count{background:#eff6ff;border-radius:999px;color:#1d4ed8;font-size:12px;font-weight:850;padding:8px 12px}.trendpro-error,.trendpro-loading{border-radius:12px;font-size:14px;font-weight:800;margin:14px 20px;padding:14px}.trendpro-loading{background:#eff6ff;color:#1d4ed8}.trendpro-error{background:#fee2e2;color:#991b1b}.trendpro-table-wrap{overflow-x:auto;width:100%}.trendpro-table{border-collapse:collapse;min-width:1280px;width:100%}.trendpro-table thead{background:#0f2d57}.trendpro-table th{color:#fff;font-size:12px;font-weight:850;letter-spacing:.04em;padding:14px 16px;text-align:left;text-transform:uppercase;white-space:nowrap}.trendpro-table td{border-bottom:1px solid #eef2f7;color:#0f172a;font-size:14px;font-weight:700;padding:15px 16px;white-space:nowrap}.trendpro-table tbody tr{cursor:pointer;transition:.15s ease}.trendpro-table tbody tr:hover{background:#f8fafc}.trendpro-th-flex{align-items:center;display:flex;gap:8px}.trendpro-th-flex span{cursor:pointer;display:flex;flex-direction:column;gap:1px}.trendpro-company-cell{align-items:center;display:flex;gap:12px}.trendpro-company-cell strong{color:#0f172a;display:block;font-size:14px;font-weight:900}.trendpro-company-cell small{color:#64748b;display:block;font-size:11px;margin-top:2px}.trendpro-star{color:#94a3b8;font-size:18px}.trendpro-price{font-weight:900!important}.trendpro-badge{align-items:center;border-radius:9px;display:inline-flex;font-size:12px;font-weight:900;justify-content:center;min-width:76px;padding:7px 12px}.trendpro-badge.bull{background:#dcfce7;border:1px solid #bbf7d0;color:#15803d}.trendpro-badge.bear{background:#fee2e2;border:1px solid #fecaca;color:#dc2626}.trendpro-badge.neutral{background:#fef3c7;border:1px solid #fde68a;color:#d97706}.table-tooltip-wrapper{color:#bfdbfe;cursor:help;display:inline-flex;margin-left:4px;position:relative}.table-tooltip-content{background:#0f172a;border-radius:10px;color:#fff;font-size:12px;font-weight:600;left:0;line-height:1.4;opacity:0;padding:10px 12px;position:absolute;top:22px;transition:.15s ease;visibility:hidden;width:260px;z-index:100}.table-tooltip-wrapper:hover .table-tooltip-content{opacity:1;visibility:visible}.trendpro-mobile-list{display:none}.trendpro-mobile-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;box-shadow:0 8px 24px #0f172a0d;padding:15px 10px}.trendpro-mobile-head{align-items:center;display:flex;gap:12px;justify-content:space-between;margin-bottom:14px}.trendpro-mobile-head h3{font-size:17px;font-weight:900;margin:0}.trendpro-mobile-head p{font-size:14px;font-weight:850;margin:4px 0 0}.trendpro-mobile-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(2,1fr)}.trendpro-mobile-grid div{background:#f8fafc;border:1px solid #edf2f7;border-radius:12px;padding:10px}.trendpro-mobile-grid span{color:#64748b;display:block;font-size:11px;font-weight:750;margin-bottom:5px}.trendpro-mobile-grid b{color:#0f172a;font-size:13px;font-weight:900}@media (max-width:1200px){.trendpro-topbar{grid-template-columns:1fr}.trendpro-title{text-align:left}.trendpro-actions{flex-wrap:wrap;justify-content:flex-start}.trendpro-summary-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.trendpro-page{padding:14px}.trendpro-index-select,.trendpro-left{align-items:stretch;flex-direction:column}.trendpro-index-select select{width:100%}.trendpro-summary-grid{grid-template-columns:repeat(2,1fr)}.trendpro-filter-bar{align-items:stretch;flex-direction:column}.trendpro-table-card{display:none}.trendpro-mobile-list{display:flex;flex-direction:column;gap:14px}.trendpro-update-row{flex-direction:column;gap:4px;justify-content:flex-start}}@media (max-width:480px){.trendpro-summary-grid{grid-template-columns:repeat(1,1fr)}.trendpro-mobile-grid{grid-template-columns:repeat(3,1fr)}.trendpro-table-card{max-height:650px;overflow:hidden}.trendpro-table-wrap{max-height:590px;overflow:auto;position:relative}.trendpro-table{border-collapse:initial;border-spacing:0}.trendpro-table thead{position:-webkit-sticky;position:sticky;top:0;z-index:20}.trendpro-table thead th{background:#0f2d57;position:-webkit-sticky;position:sticky;top:0;z-index:21}.trendpro-table thead th:first-child{z-index:22}}@media (max-width:768px){.trendpro-mobile-head{align-items:center;display:flex;flex-direction:column;gap:12px;justify-content:space-between;margin-bottom:16px}.trendpro-page{padding:0}.trendpro-mobile-head h3{background:#e6f0ff;border-radius:8px;color:#0062ff;flex:1 1;font-size:10px;font-weight:700;margin:0;padding:4px;text-align:center}.trendpro-mobile-price{align-items:center;border-radius:8px;display:flex;flex-wrap:wrap;gap:12px;width:100%}.trendpro-mobile-ltp{font-size:1rem;font-weight:700;white-space:nowrap}.trendpro-mobile-change{align-items:center;display:flex;font-size:15px;font-weight:600;gap:4px;white-space:nowrap}.trendpro-mobile-change svg{flex-shrink:0;font-size:18px}}.trendpro-mobile-change{align-items:center;display:flex;font-weight:600;gap:4px}.trendpro-mobile-change.positive{color:#249966}.trendpro-mobile-change.negative{color:#dc2626}.mobile-head-trendpro{align-items:center;display:flex;gap:10px;justify-content:space-between;width:100%}.trendpro-company{font-size:.9rem;font-weight:800;width:70%}.trendpro-table-wrap{max-height:80vh;overflow-y:auto}.trendpro-table thead th{background:#fff;position:-webkit-sticky;position:sticky;top:0;z-index:2}.trendpro-mobile-subprice{border-radius:8px;display:flex;gap:12px;padding:0 10px;width:-webkit-max-content;width:max-content}.live-span-index{flex-direction:column}.admin-head{font-size:1.2rem;font-weight:700;text-align:center}.feedback-message{color:#6b7280;font-size:14px;margin:10px 0}.feedback-error{color:#dc2626;font-size:14px;font-weight:600;margin:10px 0}.feedback-status{align-items:center;border-radius:999px;display:inline-flex;font-size:13px;font-weight:600;justify-content:center;min-width:85px;padding:5px 12px}.feedback-status-open{background:#f59e0b26;color:#b45309}.feedback-status-resolved{background:#22c55e26;color:#15803d}.feedback-resolve-btn{color:#15803d;font-weight:600}.feedback-reopen-btn{color:#b45309;font-weight:600}.feedback-reopen-btn:disabled,.feedback-resolve-btn:disabled{cursor:not-allowed;opacity:.6}.feedback-container{background:#0f172a;border-radius:12px;color:#fff;font-family:Inter,sans-serif;margin:40px auto;max-width:500px;padding:20px}.feedback-title{font-size:22px;font-weight:600;margin-bottom:15px;text-align:center}.feedback-form{display:flex;flex-direction:column;gap:12px}.feedback-input{background:#020617;border:1px solid #334155;border-radius:8px;color:#fff;outline:none;padding:10px;transition:.2s}.feedback-input:focus{border-color:#2fd18a}.feedback-textarea{min-height:120px;resize:none}.feedback-btn{background:#2fd18a;border:none;border-radius:8px;color:#020617;cursor:pointer;font-weight:600;padding:10px;transition:.2s}.feedback-btn:hover{background:#22c55e}.feedback-btn:disabled{background:#64748b;cursor:not-allowed}.feedback-error{color:#f87171;font-size:12px}.feedback-action-dropdown{display:inline-block;position:relative}.action-btn{font-size:12px;padding:6px 10px}.feedback-action-menu{background:#111827;border:1px solid #374151;border-radius:6px;display:none;left:0;min-width:120px;position:absolute;top:110%;z-index:10}.feedback-action-dropdown:hover .feedback-action-menu{display:block}.feedback-action-item{color:#fff;cursor:pointer;font-size:13px;padding:8px}.feedback-action-item:hover{background:#1f2937}.fb-page{--accent:#4f6ef7;--accent-glow:#4f6ef726;--green:#16a34a;--red:#dc2626;--text-1:#0f172a;--text-2:#64748b;--text-3:#94a3b8;--border:#0f172a14;--font:"Inter",-apple-system,BlinkMacSystemFont,sans-serif;-webkit-font-smoothing:antialiased;align-items:flex-start;background:#f4f5f7;display:flex;font-family:var(--font);justify-content:center;min-height:calc(100vh - 20px)}.pages:has(.fb-page){background:#f4f5f7;padding:0!important}.fb-wrap{max-width:540px;padding:48px 24px 60px;width:100%}.fb-header{margin-bottom:24px}.fb-icon-wrap{align-items:center;background:#4f6ef714;border-radius:12px;display:flex;height:48px;justify-content:center;margin-bottom:16px;width:48px}.fb-header h2{color:var(--text-1);font-size:26px;font-weight:800;letter-spacing:-.8px;margin:0 0 6px}.fb-header p{color:var(--text-2);font-size:14px;line-height:1.6;margin:0}.fb-card{background:#fff;border:1px solid var(--border);border-radius:14px;padding:28px}.fb-row{grid-gap:14px;display:grid;gap:14px;grid-template-columns:1fr 1fr;margin-bottom:16px}.fb-field,.fb-field-full{display:flex;flex-direction:column;gap:5px}.fb-field-full{margin-bottom:16px}.fb-field label,.fb-field-full label{color:var(--text-1);font-size:13px;font-weight:600}.fb-field input,.fb-field-full input{background:#f8f9fb;border:1px solid var(--border);border-radius:9px;box-sizing:border-box;color:var(--text-1);font-family:var(--font);font-size:14px;outline:none;padding:11px 13px;transition:border-color .2s,box-shadow .2s;width:100%}.fb-field input::placeholder,.fb-field-full input::placeholder{color:var(--text-3)}.fb-field input:focus,.fb-field-full input:focus{background:#fff;border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-glow)}.fb-field-full textarea{background:#f8f9fb;border:1px solid var(--border);border-radius:9px;box-sizing:border-box;color:var(--text-1);font-family:var(--font);font-size:14px;line-height:1.6;min-height:120px;outline:none;padding:12px 13px;resize:vertical;transition:border-color .2s,box-shadow .2s;width:100%}.fb-field-full textarea::placeholder{color:var(--text-3)}.fb-field-full textarea:focus{background:#fff;border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-glow)}.fb-hint{color:var(--text-3);font-size:12px;margin-top:2px}.fb-error{background:#dc26260f;border:1px solid #dc262626;border-radius:8px;color:var(--red);font-size:13px;margin-bottom:12px;padding:10px 14px}.fb-submit{background:var(--accent);border:none;border-radius:10px;box-shadow:0 0 20px var(--accent-glow);color:#fff;cursor:pointer;font-family:var(--font);font-size:15px;font-weight:600;padding:13px;transition:filter .2s,transform .15s,box-shadow .2s;width:100%}.fb-submit:hover{box-shadow:0 4px 24px var(--accent-glow);filter:brightness(1.1);transform:translateY(-1px)}.fb-submit:active{transform:translateY(0)}.fb-submit:disabled{cursor:not-allowed;opacity:.6;transform:none}.fb-success-card{background:#fff;border:1px solid var(--border);border-radius:16px;margin:0 auto;max-width:420px;padding:48px 32px;text-align:center}.fb-success-icon{align-items:center;background:#16a34a14;border-radius:50%;display:flex;height:56px;justify-content:center;margin:0 auto 20px;width:56px}.fb-success-card h2{color:var(--text-1);font-size:22px;font-weight:800;letter-spacing:-.5px;margin:0 0 8px}.fb-success-card p{color:var(--text-2);font-size:14px;line-height:1.6;margin:0 0 28px}.fb-btn-secondary{align-items:center;background:#0000;border:1px solid var(--border);border-radius:10px;color:var(--accent);cursor:pointer;display:inline-flex;font-family:var(--font);font-size:14px;font-weight:600;gap:6px;padding:11px 24px;transition:all .2s}.fb-btn-secondary:hover{background:#4f6ef70a;border-color:#4f6ef733}@media (max-width:600px){.fb-wrap{padding:32px 16px 48px}.fb-header h2{font-size:22px}.fb-row{gap:12px;grid-template-columns:1fr}.fb-card{padding:20px}.fb-success-card{padding:36px 20px}}.fb-file-input{display:none}.fb-dropzone-label{align-items:center;border:2px dashed #d1d5db;border-radius:8px;color:#6b7280;cursor:pointer;display:flex;font-size:14px;gap:8px;padding:16px;transition:border-color .2s}.fb-dropzone-label:hover{border-color:#4f6ef7}.fb-file-list{display:flex;flex-direction:column;gap:4px;list-style:none;margin-top:8px;padding:0}.fb-file-list li{align-items:center;background:#f3f4f6;border-radius:6px;display:flex;font-size:13px;justify-content:space-between;padding:6px 10px}.fb-file-list button{background:none;border:none;color:#ef4444;cursor:pointer;font-size:14px}.footer-top{border-bottom:2px solid #001f3f;display:flex;gap:40px;justify-content:space-between;margin:auto;padding:10px 20px}.footer-logo{color:#001f3f;font-size:1.5rem;font-weight:700}.footer-description{color:#fff;font-size:8px;font-weight:500;line-height:1.5}.footer-title{color:#fff;font-size:24px;margin-bottom:20px}.footer-links{list-style:none;padding:0}.footer-links li{color:f;cursor:pointer;margin-bottom:14px;transition:.3s}.footer-links li:hover{color:#fff}.social-icons{display:flex;gap:15px}.social-icon{align-items:center;background:#1f2937;border-radius:50%;cursor:pointer;display:flex;height:42px;justify-content:center;transition:.3s;width:42px}.social-icon:hover{background:#374151}.footer-disclaimer{margin:auto;padding:10px 20px}.disclaimer-heading{color:#fff;font-size:10px;font-weight:600}.disclaimer-block h4{color:#fff;font-size:10px;font-weight:500}.disclaimer-block p{color:#fff;font-size:8px;line-height:1.5}.footer-bottom{color:#9ca3af;font-size:8px;gap:20px}.footer-inner-div{display:flex;gap:5px;justify-content:flex-end;width:100%}.footer-bottom-links{font-size:10px;font-weight:500;gap:10px;width:50%}.footer-bottom-links span{color:#fff;cursor:pointer;transition:.3s}.footer-bottom-links span:hover{color:#fff}@media (max-width:768px){.footer-bottom{align-items:flex-start;flex-direction:column}.footer-bottom-links{flex-wrap:wrap;width:100%}.footer-p{font-size:12px}.footer-inner-div{justify-content:left}.disclaimer-block h4{font-size:12px}.footer-logo{font-size:30px}.disclaimer-heading{font-size:28px}}.legal-footer{background:#1a1a2e;color:#9ca3af;font-size:12px;line-height:1.5;padding:16px 20px}.footer-disclaimer-compact{margin-bottom:12px}.disclaimer-short{color:#9ca3af;font-size:11px}.disclaimer-short strong{color:#d1d5db}.read-more-link{color:#60a5fa;font-size:11px}.disclaimer-expanded{background:#ffffff08;border-left:2px solid #60a5fa;padding:10px 12px}.disclaimer-expanded p{color:#9ca3af;font-size:11px}.disclaimer-expanded p strong{color:#d1d5db}.footer-bottom{border-top:1px solid #2d2d44;flex-wrap:wrap;gap:6px;padding-top:10px}.footer-p{color:#6b7280;font-size:11px}.footer-bottom-span{color:#60a5fa;font-size:11px}.footer-bottom-span:hover{text-decoration:underline}.footer-divider{color:#4b5563;font-size:11px}@media (max-width:600px){.legal-footer{padding:14px 16px}.disclaimer-expanded p,.disclaimer-short,.footer-bottom-span,.footer-divider,.footer-p,.read-more-link{font-size:10.5px}}@media (max-width:400px){.legal-footer{padding:12px}.footer-bottom{align-items:center;flex-direction:column;gap:4px;text-align:center}.disclaimer-expanded p,.disclaimer-short,.footer-bottom-span,.footer-divider,.footer-p,.read-more-link{font-size:10px}.disclaimer-expanded{padding:8px 10px}}.legal-footer{background:#999;color:#d1d5db;width:100%}.footer-disclaimer-compact{padding:10px 20px}.disclaimer-short{color:#fff;font-size:10px;font-weight:500;line-height:1.5;margin:0}.disclaimer-short strong{color:#fff;font-weight:600}.read-more-link{color:#001f3f;cursor:pointer;font-size:10px;font-weight:600;text-decoration:underline}.read-more-link:hover{color:#fff}.disclaimer-expanded{background:#0000001a;border-left:2px solid #001f3f;border-radius:6px;margin:8px 0 0;padding:8px 12px}.disclaimer-expanded p{color:#fff;font-size:10px;font-weight:500;line-height:1.5;margin:0 0 6px}.disclaimer-expanded p:last-child{margin-bottom:0}.disclaimer-expanded p strong{color:#fff;font-weight:600}.footer-bottom{align-items:center;border-top:1px solid #fff;display:flex;justify-content:space-between;margin:auto;padding:5px 20px}.footer-p{color:#fff;font-size:10px;font-weight:600;margin:0}.footer-bottom-links{align-items:center;display:flex}.footer-bottom-span{color:#fff;cursor:pointer;font-size:10px;font-weight:500;transition:.3s}.footer-bottom-span:hover{color:#001f3f}.footer-divider{color:#fff;font-size:10px}@media (max-width:768px){.footer-disclaimer-compact{padding:10px 16px}.disclaimer-expanded p,.disclaimer-short,.footer-bottom-span,.footer-divider,.footer-p,.read-more-link{font-size:12px}}@media (max-width:600px){.footer-bottom{align-items:flex-start;flex-direction:column;gap:6px}.disclaimer-expanded p,.disclaimer-short,.footer-bottom-span,.footer-divider,.footer-p,.read-more-link{font-size:11px}}@media (max-width:400px){.footer-disclaimer-compact{padding:8px 12px}.footer-bottom{align-items:center;padding:5px 12px;text-align:center}.disclaimer-expanded p,.disclaimer-short,.footer-bottom-span,.footer-divider,.footer-p,.read-more-link{font-size:10px}.disclaimer-expanded{padding:6px 10px}}.single-stock-chart{width:100%}.single-stock-main{display:flex;gap:1.5rem;justify-content:space-between;width:80%}.single-stock-signal-card{width:30%}.single-stock-insight-card{display:grid;grid-template-columns:repeat(1,1fr)}.outer-single-stock{display:flex;flex-direction:column}.single-stock-critical,.single-stock-inner-card,.single-stock-insight-box{width:100%}.single-stock-td{font-size:10px}.single-stock-table{background:#fff;border:1px solid #e5e7eb;border-radius:14px;display:flex;gap:1rem;justify-content:space-between;overflow:hidden;width:100%}.single-stock-table-column{border-right:1px solid #e5e7eb}.single-stock-table-column:last-child{border-right:none}.single-stock-table-heading{border-bottom:1px solid #e5e7eb;color:#6b7280;font-size:15px;font-weight:700;letter-spacing:1px;padding:5px}.single-stock-table-row{align-items:center;border-bottom:1px solid #d1d5db;display:flex;font-size:14px;justify-content:space-between;padding:5px}.single-stock-table-row span:first-child{color:#4b5563;font-weight:700}.single-stock-table-row span:last-child{color:#111827;font-weight:500}.single-stock-table-bullish{color:#16a34a!important}.single-stock-table-bearish{color:#dc2626!important}@media screen and (max-width:768px){.single-stock-table{flex-direction:column}.single-stock-main{width:100%}}.delete-btn{display:flex;justify-content:flex-end;margin:12px 0}.delete-index-btn{align-items:center;background:#dc2626;border:none;border-radius:10px;color:#fff;cursor:pointer;display:flex;font-size:14px;font-weight:600;gap:8px;padding:10px 16px;transition:all .2s ease}.delete-index-btn:hover{background:#b91c1c;transform:translateY(-1px)}.delete-index-btn:active{transform:translateY(0)}.index-symbol-grid,.supported-index-grid{grid-gap:14px;display:grid;gap:14px;grid-template-columns:repeat(auto-fit,minmax(160px,1fr))}.index-symbol-card,.supported-index-card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;cursor:pointer;font-weight:700;padding:14px 16px}.index-symbol-card:hover,.supported-index-card.active,.supported-index-card:hover{border-color:#2563eb;box-shadow:0 10px 24px #2563eb1f;color:#2563eb}.index-symbol-section{margin-top:28px}.index-symbol-card{align-items:center;display:flex;justify-content:space-between}.green{color:#16a34a}.red{color:#dc2626}.index-symbol-section-head{font-size:1rem;font-weight:700;margin:10px 0;text-align:center}.ut-bb-card{gap:10px}.vwap-badge{margin-left:none}.smart-money-content,.sub-money-content{display:flex;justify-content:space-between;width:100%}.sub-money-content p{margin:0}.smart-money-conclusion{font-size:13px;margin:0}.vwap-sub-header-span{align-self:center}.help-page{background:#f3f4f6;color:#111827;display:flex;min-height:100vh}.help-sidebar{background:#047cc2;border-radius:12px;color:#fff;flex-shrink:0;height:100vh;overflow-y:auto;padding:24px 18px;position:-webkit-sticky;position:sticky;top:0;width:280px}.section-header{margin-bottom:5px}.feature-td{font-siz:1rem;font-weight:600}.help-sidebar h3{font-size:22px;margin:0 0 20px}.help-sidebar nav{display:flex;flex-direction:column;gap:8px}.help-sidebar nav a{border-radius:10px;color:#d1d5db;font-size:14px;padding:10px 12px;text-decoration:none;transition:.2s ease}.help-sidebar nav a:hover{background:#1f2937;color:#fff}.download-guide-btn{background:#2563eb;border-radius:12px;color:#fff;display:block;font-weight:700;margin-top:22px;padding:12px 14px;text-align:center;text-decoration:none}.help-content{margin:0 auto;max-width:1180px;padding:34px;width:100%}.help-hero{background:linear-gradient(135deg,#047cc2,#1d4ed8);border-radius:26px;box-shadow:0 18px 45px #11182740;color:#fff;margin-bottom:30px;padding:42px}.help-badge{background:#ffffff29;border-radius:999px;display:inline-block;font-size:13px;margin-bottom:14px;padding:7px 14px}.help-hero h1{font-size:42px;margin:0 0 12px}.help-hero p{color:#e5e7eb;font-size:17px;line-height:1.7;max-width:760px}.guide-section{background:#fff;border-radius:24px;box-shadow:0 12px 35px #0f172a14;margin-bottom:26px;padding:28px;scroll-margin-top:30px}.section-heading{align-items:flex-start;display:flex;gap:16px;margin-bottom:22px}.section-icon{align-items:center;background:#eff6ff;border-radius:16px;color:#2563eb;display:flex;flex-shrink:0;font-size:26px;height:52px;justify-content:center;width:52px}.section-heading h2{font-size:28px;margin:0}.section-heading p{color:#4b5563;line-height:1.6;margin:8px 0 0}.guide-image-box{align-items:center;background:#f9fafb;border:1px dashed #cbd5e1;border-radius:20px;display:flex;justify-content:center;margin-bottom:22px;min-height:260px;padding:18px}.guide-image-box img{border-radius:14px;max-height:520px;object-fit:contain;width:100%}.guide-card-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(2,minmax(0,1fr))}.guide-card{background:#f8fafc;border:1px solid #e5e7eb;border-radius:18px;padding:18px}.guide-card h4{font-size:17px;margin:0 0 8px}.guide-card p{color:#4b5563;line-height:1.6;margin:0}.guide-table-wrap{overflow-x:auto}.guide-table{border-collapse:collapse;border-radius:16px;overflow:hidden;width:100%}.guide-table th{background:#047cc2;color:#fff;padding:14px;text-align:left}.guide-table td{border-bottom:1px solid #e5e7eb;color:#374151;padding:8px}.guide-table tr:nth-child(2n) td{background:#f9fafb}.risk-disclaimer{background:#fff7ed;border:1px solid #fed7aa;border-radius:24px;margin-bottom:40px;padding:26px}.risk-disclaimer h2{color:#9a3412;margin-top:0}.risk-disclaimer p{color:#7c2d12;line-height:1.7}@media (max-width:900px){.help-page{flex-direction:column}.help-sidebar{height:auto;position:relative;width:100%}.help-sidebar nav{max-height:220px;overflow-y:auto}.help-content{padding:18px}.help-hero{padding:28px}.help-hero h1{font-size:30px}.guide-card-grid{grid-template-columns:1fr}.guide-section{padding:20px}}.feature-list-help{display:flex;flex-direction:column;gap:6px}.feature-row{color:#374151;font-size:16px;line-height:1.8}.feature-title{color:#111827;font-weight:600;margin-right:6px}.feature-desc{color:#4b5563}.help-title{font-size:1.2rem;font-weight:700}.help-purpose{font-size:1rem;font-weight:600}.heatmap-legend{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin:25px 0}.heatmap-item{align-items:center;background:#f8fafc;border:1px solid #e5e7eb;border-radius:14px;display:flex;gap:14px;padding:14px}.heatmap-color{border:1px solid #d1d5db;border-radius:12px;flex-shrink:0;height:60px;width:60px}.heatmap-info h4{color:#111827;font-size:15px;font-weight:600;margin:0}.heatmap-info p{color:#6b7280;font-size:14px;margin:4px 0 0}.help-sidebar-head{font-size:1.2rem;font-weight:600}.help-sidebar-p,.sidebar-tag{font-size:1rem;font-weight:600}.card-right{align-items:center;display:flex;gap:18px}.dash-sparkline{height:38px;overflow:visible;width:120px}.market-image-right{align-items:center;display:flex;flex-shrink:0;gap:10px}.market-trend-svg{display:block;height:26px;min-width:70px;width:70px}.header-scroll{display:flex;justify-content:space-between}.index-dropdown{top:100%}.one-index-note{background:#f8fafc;border:1px solid #dbeafe;border-left:5px solid #249966;border-radius:12px;margin:15px auto 25px;padding:16px 20px;width:50%}.one-index-note h3{color:#0f172a;font-size:18px;margin:0 0 10px}.one-index-note p{color:#475569;line-height:1.5;margin:8px 0}.one-index-tags{display:flex;flex-wrap:wrap;gap:10px;margin:12px 0}.one-index-tags span{background:#e0f2fe;border-radius:20px;color:#0369a1;font-size:14px;font-weight:600;padding:6px 12px}.one-index-note small{color:#64748b}.supported-index-section{margin:20px auto 35px;max-width:900px;text-align:center;width:100%}.supported-index-section h3{color:#0f172a;font-size:24px;font-weight:700;margin-bottom:24px}.supported-index-grid{grid-gap:18px;display:grid;gap:18px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.supported-index-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;cursor:pointer;padding:18px 22px;text-align:left;transition:.25s ease}.supported-index-card:hover{border-color:#2563eb;box-shadow:0 12px 28px #2563eb1f;transform:translateY(-4px)}.supported-index-name{color:#0f172a;font-size:17px;font-weight:700;margin-bottom:8px}.supported-index-card span{color:#2563eb;font-size:14px;font-weight:600}.cd-text--green{color:#22c55e}.cd-text--red{color:#ef4444}.cd-text--amber{color:#f59e0b}.cd-header__title{color:#e2e8f0;font-weight:600}.cd-header__symbol{background:#3b82f61a;color:#3b82f6}.cd-header__sub{color:#7a8ba8}.cd-strategy-toggle{background:#111827;border:1px solid #1e2a3a;color:#7a8ba8}.cd-strategy-toggle:hover{background:#151d2e}.cd-strategy{background:#111827;border:1px solid #1e2a3a}.cd-strategy__section h4{color:#e2e8f0;font-weight:600}.cd-strategy__gate,.cd-strategy__section p{color:#7a8ba8}.cd-strategy__gate b{color:#e2e8f0}.cd-strategy__gate-num{background:#3b82f61f;color:#3b82f6;margin-top:1px}.cd-strategy__example-row{color:#7a8ba8}.cd-strategy__example-label{color:#e2e8f0}.cd-stat{background:#111827;border:1px solid #1e2a3a;border-radius:8px}.cd-stat__label{color:#7a8ba8}.cd-stat__value{color:#e2e8f0;font-size:22px}.cd-stat__sub{color:#7a8ba8}.cd-gates{background:#111827;border:1px solid #1e2a3a;border-radius:8px}.cd-gate,.cd-gates__title{color:#7a8ba8}.cd-gate{background:#0a0e17;border:1px solid #1e2a3a;border-radius:4px}.cd-gate__count{background:#ef44441a;border-radius:3px;color:#ef4444}.cd-tabs{border-bottom:1px solid #1e2a3a}.cd-tab{color:#7a8ba8}.cd-tab:hover{color:#e2e8f0}.cd-tab--active{border-bottom-color:#3b82f6;color:#e2e8f0}.cd-tab__count{background:#111827}.cd-tab--active .cd-tab__count{background:#3b82f61f;color:#3b82f6}.cd-badge--buy{background:#22c55e1a;border:1px solid #22c55e40;color:#22c55e}.cd-badge--sell{background:#ef44441a;border:1px solid #ef444440;color:#ef4444}.cd-badge--passed{background:#22c55e1a;border:1px solid #22c55e33;color:#22c55e}.cd-badge--rejected{background:#ef44441a;border:1px solid #ef444433;color:#ef4444}.cd-badge--open{background:#3b82f61a;border:1px solid #3b82f640;color:#3b82f6}.cd-badge--closed{background:#64748b1a;border:1px solid #334155;color:#7a8ba8}.cd-badge--trail{background:#f59e0b1a;border:1px solid #f59e0b40;color:#f59e0b}.cd-score__track{background:#1e2a3a;height:5px}.cd-score--high .cd-score__fill{background:#22c55e}.cd-score--mid .cd-score__fill{background:#f59e0b}.cd-score--low .cd-score__fill{background:#ef4444}.cd-score__label{font-weight:600}.cd-score--high{color:#22c55e}.cd-score--mid{color:#f59e0b}.cd-score--low{color:#ef4444}.cd-signal{background:#111827;border:1px solid #1e2a3a;border-radius:8px;margin-bottom:6px;transition:border-color .15s}.cd-signal--expanded,.cd-signal:hover{border-color:#2a3a4e}.cd-signal__row{padding:11px 14px}.cd-signal__bar{height:30px}.cd-signal__bar--pass{background:#22c55e}.cd-signal__bar--fail{background:#ef4444}.cd-signal__time{color:#e2e8f0;font-weight:500}.cd-signal__reject-tag{background:#0a0e17;border-radius:3px;color:#7a8ba8}.cd-signal__price{color:#e2e8f0;font-weight:600}.cd-signal__chevron{color:#7a8ba8}.cd-signal__detail{background:#151d2e;border-top:1px solid #1e2a3a}.cd-detail-title,.cd-macd-label{color:#7a8ba8}.cd-macd-value{color:#e2e8f0;font-weight:600}.cd-macd-explain{color:#7a8ba8}.cd-ind{padding:3px 0}.cd-ind--pass .cd-ind__icon,.cd-ind--pass .cd-ind__val{color:#22c55e}.cd-ind--fail .cd-ind__icon,.cd-ind--fail .cd-ind__val{color:#ef4444}.cd-ind--neutral .cd-ind__icon,.cd-ind--neutral .cd-ind__val,.cd-ind__name{color:#7a8ba8}.cd-ind__val{font-weight:500}.cd-reject-box{background:#ef44440f;border:1px solid #ef444433;border-radius:6px}.cd-reject-box__title{color:#ef4444;font-weight:600}.cd-reject-box__explain{color:#7a8ba8}.cd-trade{background:#111827;border:1px solid #1e2a3a;border-radius:8px;margin-bottom:6px}.cd-trade--open{border-color:#2a3a4e}.cd-trade__dot{background:#7a8ba8;height:7px;width:7px}.cd-trade__dot--open{background:#22c55e;box-shadow:0 0 6px #22c55e80}.cd-trade__symbol{color:#e2e8f0}.cd-field__label,.cd-trade__time{color:#7a8ba8}.cd-field__value{color:#e2e8f0;font-weight:600}.cd-trade__pnl-bar{background:#1e2a3a;border-radius:2px;height:4px}.cd-trade__pnl-fill{border-radius:2px}.cd-trade__pnl-fill--win{background:#22c55e}.cd-trade__pnl-fill--loss{background:#ef4444}.cd-trade__result-text{color:#7a8ba8}.cd-trade__live{background:#3b82f60f;border:1px solid #3b82f626;border-radius:6px;color:#3b82f6;font-weight:500}.cd-empty{color:#7a8ba8}.cd-empty__icon{font-size:28px}.cd-empty__title{color:#e2e8f0;font-size:14px}.cd{color:#1a1a2e;max-width:900px}.cd-header{margin-bottom:16px}.cd-header__top{margin-bottom:2px}.cd-header__title{color:#1a1a2e;font-size:18px}.cd-header__symbol{border:1px solid #bfdbfe;border-radius:4px;font-size:12px;padding:2px 10px}.cd-strategy-toggle{background:#f8fafc;border-radius:8px;font-weight:500;padding:10px 14px;transition:background .15s}.cd-strategy-toggle:hover{background:#f1f5f9}.cd-strategy-toggle__arrow{margin-right:6px}.cd-strategy{background:#f8fafc;border-radius:8px;margin-bottom:14px;padding:16px 18px}.cd-strategy__section{margin-bottom:16px}.cd-strategy__section h4{color:#1a1a2e;font-size:13px}.cd-strategy__section p{line-height:1.6}.cd-strategy__gates{gap:8px;margin-top:8px}.cd-strategy__gate{gap:10px;line-height:1.5}.cd-strategy__gate b{color:#1a1a2e}.cd-strategy__gate-num{border:1px solid #bfdbfe;height:22px;width:22px}.cd-strategy__example{gap:4px;margin-top:8px}.cd-strategy__example-row{font-size:12px;gap:8px}.cd-strategy__example-label{color:#1a1a2e;font-weight:600;min-width:100px}.cd-stats{grid-gap:10px;gap:10px;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));margin-bottom:12px}.cd-stat{box-shadow:0 1px 3px #0000000a;padding:14px 16px}.cd-stat__label{font-size:11px;font-weight:600;letter-spacing:.5px;margin-bottom:6px}.cd-stat__value{color:#1a1a2e;font-size:24px;font-weight:700}.cd-stat__sub{font-size:11px;margin-top:4px}.cd-gates{box-shadow:0 1px 3px #0000000a;margin-bottom:12px;padding:14px 16px}.cd-gates__title{font-size:11px;font-weight:600;letter-spacing:.5px}.cd-gates__list{gap:6px}.cd-gate{color:#64748b;padding:4px 10px}.cd-gate__count{padding:1px 6px}.cd-tabs{margin-bottom:12px}.cd-tab{font-size:13px}.cd-tab:hover{color:#1a1a2e}.cd-tab__count{padding:1px 7px}.cd-badge{border-radius:4px;font-size:11px;font-weight:600;letter-spacing:.3px;padding:2px 8px}.cd-badge--buy{color:#16a34a}.cd-badge--sell{color:#dc2626}.cd-badge--passed{color:#16a34a}.cd-badge--rejected{color:#dc2626}.cd-badge--open{color:#2563eb}.cd-badge--closed{background:#f1f5f9}.cd-badge--trail{color:#d97706}.cd-score{min-width:75px}.cd-score__label{min-width:24px}.cd-signal{box-shadow:0 1px 3px #0000000a}.cd-signal:hover{box-shadow:0 2px 6px #0000000f}.cd-signal--expanded{border-color:#2563eb;box-shadow:0 2px 8px #2563eb1a}.cd-signal__row{gap:8px;padding:12px 14px}.cd-signal__bar{width:3px}.cd-signal__time{color:#1a1a2e;min-width:55px}.cd-signal__reject-tag{background:#f1f5f9;padding:2px 6px}.cd-signal__price{color:#1a1a2e;font-size:14px}.cd-signal__detail{background:#f8fafc;border-top:1px solid #e2e8f0;padding:14px}.cd-signal__detail-grid{grid-gap:16px;gap:16px}.cd-detail-title{font-size:11px;font-weight:600;letter-spacing:.4px;margin-bottom:8px}.cd-macd-grid{grid-gap:8px;gap:8px}.cd-macd-label{font-weight:500}.cd-macd-value{color:#1a1a2e;font-size:13px}.cd-macd-explain{margin-top:10px}.cd-ind{font-size:12px;gap:6px;padding:4px 0}.cd-ind__icon{font-size:13px;width:16px}.cd-reject-box{margin-top:12px;padding:10px 12px}.cd-reject-box__title{color:#dc2626}.cd-reject-box__explain{line-height:1.5}.cd-trade{box-shadow:0 1px 3px #0000000a;margin-bottom:8px;padding:14px 16px}.cd-trade--open{border-color:#bfdbfe}.cd-trade__header{margin-bottom:12px}.cd-trade__dot--open{box-shadow:0 0 6px #16a34a66}.cd-trade__symbol{color:#1a1a2e;font-size:14px}.cd-trade__grid{grid-gap:10px;gap:10px;grid-template-columns:repeat(auto-fit,minmax(90px,1fr))}.cd-field__label{letter-spacing:.3px;margin-bottom:2px}.cd-field__value{color:#1a1a2e;font-size:13px}.cd-trade__result{margin-top:12px}.cd-trade__pnl-bar{margin-bottom:8px}.cd-trade__result-text{color:#64748b;font-size:12px;line-height:1.6}.cd-trade__live{color:#2563eb;margin-top:10px;padding:8px 12px}.cd-empty{color:#94a3b8;padding:40px 0}.cd-empty__icon{font-size:32px;margin-bottom:8px}.cd-empty__title{font-size:15px;margin-bottom:4px}.cd-empty__sub{font-size:12px}@media (max-width:640px){.cd-signal__row{flex-wrap:wrap;gap:6px}.cd-signal__price{flex:none}.cd-signal__reject-tag{display:none}.cd-signal__detail-grid{grid-template-columns:1fr}.cd-trade__header{gap:6px}.cd-trade__time{margin-left:0;margin-top:4px;width:100%}.cd-stats{grid-template-columns:1fr}.cd-strategy__example-row{flex-direction:column;gap:2px}}.cd{color:#0f172a;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;max-width:920px}.cd-text--green{color:#16a34a}.cd-text--red{color:#dc2626}.cd-text--amber{color:#d97706}.cd-header{border-bottom:1px solid #f1f5f9;margin-bottom:20px;padding-bottom:16px}.cd-header__top{align-items:center;display:flex;gap:10px;margin-bottom:4px}.cd-header__title{color:#0f172a;font-size:20px;font-weight:700;letter-spacing:-.3px;margin:0}.cd-header__symbol{background:#eff6ff;border:1px solid #dbeafe;border-radius:5px;color:#2563eb;font-size:11px;font-weight:600;letter-spacing:.3px;padding:3px 10px}.cd-header__sub{color:#64748b;font-size:13px;margin:0}.cd-stats{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(3,1fr);margin-bottom:16px}.cd-stat{background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:16px 18px;transition:box-shadow .15s}.cd-stat:hover{box-shadow:0 2px 8px #0000000a}.cd-stat__label{color:#64748b;font-size:10px;font-weight:700;letter-spacing:.6px;margin-bottom:8px;text-transform:uppercase}.cd-stat__icon{margin-right:4px}.cd-stat__value{font-feature-settings:"tnum";color:#0f172a;font-size:28px;font-variant-numeric:tabular-nums;font-weight:800;line-height:1;margin-bottom:6px}.cd-stat__sub{color:#94a3b8;font-size:12px;font-weight:500}.cd-gates{background:#fff;border:1px solid #e2e8f0;border-radius:10px;margin-bottom:16px;padding:14px 18px}.cd-gates__title{color:#64748b;font-size:10px;font-weight:700;letter-spacing:.6px;margin-bottom:10px;text-transform:uppercase}.cd-gates__list{display:flex;flex-wrap:wrap;gap:8px}.cd-gate{align-items:center;background:#fef2f2;border:1px solid #fecaca;border-radius:6px;color:#475569;display:inline-flex;font-size:12px;font-weight:500;gap:6px;padding:5px 12px}.cd-gate__count{background:#dc2626;border-radius:4px;color:#fff;font-size:11px;font-weight:700;min-width:18px;padding:1px 7px;text-align:center}.cd-tabs{border-bottom:2px solid #e2e8f0;display:flex;gap:4px;margin-bottom:16px}.cd-tab{background:#0000;border:none;border-bottom:2px solid #0000;color:#94a3b8;cursor:pointer;font-family:inherit;font-size:14px;font-weight:600;margin-bottom:-2px;padding:10px 20px;transition:all .15s}.cd-tab:hover{color:#475569}.cd-tab--active{border-bottom-color:#2563eb;color:#2563eb}.cd-tab__count{background:#f1f5f9;border-radius:10px;color:#64748b;font-size:11px;font-weight:600;margin-left:6px;padding:2px 8px}.cd-tab--active .cd-tab__count{background:#eff6ff;color:#2563eb}.cd-badge{border-radius:5px;display:inline-block;font-size:10px;font-weight:700;letter-spacing:.4px;padding:3px 9px;text-transform:uppercase;white-space:nowrap}.cd-badge--buy{background:#f0fdf4;border:1px solid #bbf7d0;color:#15803d}.cd-badge--sell{background:#fef2f2;border:1px solid #fecaca;color:#b91c1c}.cd-badge--passed{background:#f0fdf4;border:1px solid #bbf7d0;color:#15803d}.cd-badge--rejected{background:#fef2f2;border:1px solid #fecaca;color:#b91c1c}.cd-badge--open{background:#eff6ff;border:1px solid #bfdbfe;color:#1d4ed8}.cd-badge--closed{background:#f8fafc;border:1px solid #e2e8f0;color:#64748b}.cd-badge--trail{background:#fffbeb;border:1px solid #fde68a;color:#b45309}.cd-score{align-items:center;display:flex;gap:6px;min-width:80px}.cd-score__track{background:#e2e8f0;border-radius:3px;flex:1 1;height:6px;overflow:hidden}.cd-score__fill{border-radius:3px;height:100%;transition:width .3s}.cd-score--high .cd-score__fill{background:#16a34a}.cd-score--mid .cd-score__fill{background:#d97706}.cd-score--low .cd-score__fill{background:#dc2626}.cd-score__label{font-size:12px;font-weight:700;min-width:26px;text-align:right}.cd-score--high{color:#16a34a}.cd-score--mid{color:#d97706}.cd-score--low{color:#dc2626}.cd-signal{background:#fff;border:1px solid #e2e8f0;border-radius:10px;margin-bottom:8px;overflow:hidden;transition:all .15s}.cd-signal:hover{border-color:#cbd5e1;box-shadow:0 2px 8px #0000000a}.cd-signal--expanded{border-color:#93c5fd;box-shadow:0 2px 12px #2563eb14}.cd-signal__row{align-items:center;cursor:pointer;display:flex;gap:10px;padding:12px 16px}.cd-signal__bar{border-radius:2px;flex-shrink:0;height:32px;width:4px}.cd-signal__bar--pass{background:#16a34a}.cd-signal__bar--fail{background:#dc2626}.cd-signal__time{font-feature-settings:"tnum";color:#0f172a;font-size:13px;font-variant-numeric:tabular-nums;font-weight:600;min-width:58px}.cd-signal__reject-tag{background:#f8fafc;border:1px solid #e2e8f0;border-radius:4px;color:#94a3b8;font-size:10px;font-weight:500;padding:2px 8px;white-space:nowrap}.cd-signal__price{font-feature-settings:"tnum";color:#0f172a;flex:1 1;font-size:15px;font-variant-numeric:tabular-nums;font-weight:700;text-align:right}.cd-signal__chevron{color:#94a3b8;font-size:14px;margin-left:4px;transition:transform .2s}.cd-signal__chevron--open{color:#2563eb;transform:rotate(180deg)}.cd-signal__detail{background:#fafbfd;border-top:1px solid #f1f5f9;padding:16px}.cd-signal__detail-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr 1fr}.cd-detail-title{color:#64748b;font-size:10px;font-weight:700;letter-spacing:.6px;margin-bottom:10px;text-transform:uppercase}.cd-macd-grid{grid-gap:10px;display:grid;gap:10px;grid-template-columns:1fr 1fr 1fr}.cd-macd-label{color:#94a3b8;font-size:10px;font-weight:600;margin-bottom:2px}.cd-macd-value{font-feature-settings:"tnum";color:#0f172a;font-size:14px;font-variant-numeric:tabular-nums;font-weight:700}.cd-macd-explain{color:#64748b;font-size:12px;font-style:italic;line-height:1.5;margin-top:12px}.cd-ind{align-items:center;border-bottom:1px solid #f8fafc;display:flex;font-size:13px;gap:8px;padding:5px 0}.cd-ind:last-child{border-bottom:none}.cd-ind__icon{font-size:14px;font-weight:700;text-align:center;width:18px}.cd-ind--pass .cd-ind__icon,.cd-ind--pass .cd-ind__val{color:#16a34a}.cd-ind--fail .cd-ind__icon,.cd-ind--fail .cd-ind__val{color:#dc2626}.cd-ind--neutral .cd-ind__icon,.cd-ind--neutral .cd-ind__val{color:#94a3b8}.cd-ind__name{color:#475569;flex:1 1;font-weight:500}.cd-ind__val{font-weight:600}.cd-reject-box{background:#fef2f2;border:1px solid #fecaca;border-radius:8px;margin-top:14px;padding:12px 14px}.cd-reject-box__title{color:#b91c1c;font-size:12px;font-weight:700;margin-bottom:4px}.cd-reject-box__explain{color:#64748b;font-size:12px;line-height:1.6}.cd-trade{background:#fff;border:1px solid #e2e8f0;border-radius:10px;margin-bottom:10px;padding:16px 18px;transition:all .15s}.cd-trade:hover{box-shadow:0 2px 8px #0000000a}.cd-trade--open{background:#fafbff;border-color:#93c5fd}.cd-trade__header{align-items:center;border-bottom:1px solid #f1f5f9;display:flex;flex-wrap:wrap;gap:8px;margin-bottom:14px;padding-bottom:12px}.cd-trade__dot{background:#cbd5e1;border-radius:50%;display:inline-block;flex-shrink:0;height:8px;width:8px}.cd-trade__dot--open{animation:pulse-dot 2s infinite;background:#16a34a;box-shadow:0 0 0 3px #16a34a26}@keyframes pulse-dot{0%,to{box-shadow:0 0 0 3px #16a34a26}50%{box-shadow:0 0 0 6px #16a34a14}}.cd-trade__symbol{color:#0f172a;font-size:15px;font-weight:700}.cd-trade__time{font-feature-settings:"tnum";color:#94a3b8;font-size:12px;font-variant-numeric:tabular-nums;font-weight:500;margin-left:auto}.cd-trade__grid{grid-gap:14px 12px;display:grid;gap:14px 12px;grid-template-columns:repeat(auto-fill,minmax(100px,1fr))}.cd-field__label{color:#94a3b8;font-size:10px;font-weight:600;letter-spacing:.4px;margin-bottom:3px;text-transform:uppercase}.cd-field__value{font-feature-settings:"tnum";color:#0f172a;font-size:14px;font-variant-numeric:tabular-nums;font-weight:700}.cd-trade__result{border-top:1px solid #f1f5f9;margin-top:14px;padding-top:12px}.cd-trade__pnl-bar{background:#e2e8f0;border-radius:3px;height:5px;margin-bottom:10px;overflow:hidden}.cd-trade__pnl-fill{border-radius:3px;height:100%}.cd-trade__pnl-fill--win{background:#16a34a}.cd-trade__pnl-fill--loss{background:#dc2626}.cd-trade__result-text{color:#475569;font-size:13px;line-height:1.7}.cd-trade__live{align-items:center;background:#eff6ff;border:1px solid #bfdbfe;border-radius:8px;color:#1d4ed8;display:flex;font-size:12px;font-weight:600;gap:6px;margin-top:12px;padding:10px 14px}.cd-strategy-toggle{background:#fff;border:1px solid #e2e8f0;border-radius:10px;color:#475569;cursor:pointer;font-family:inherit;font-size:13px;font-weight:600;margin-bottom:12px;padding:12px 16px;text-align:left;transition:all .15s;width:100%}.cd-strategy-toggle:hover{background:#f8fafc;border-color:#cbd5e1}.cd-strategy-toggle__arrow{font-size:11px;margin-right:8px}.cd-strategy{background:#fff;border:1px solid #e2e8f0;border-radius:10px;margin-bottom:16px;padding:20px}.cd-strategy__section{margin-bottom:18px}.cd-strategy__section:last-child{margin-bottom:0}.cd-strategy__section h4{color:#0f172a;font-size:14px;font-weight:700;margin:0 0 6px}.cd-strategy__section p{color:#64748b;font-size:13px;line-height:1.7;margin:0}.cd-strategy__gates{display:flex;flex-direction:column;gap:10px;margin-top:10px}.cd-strategy__gate{align-items:flex-start;color:#64748b;display:flex;font-size:13px;gap:12px;line-height:1.6}.cd-strategy__gate b{color:#0f172a}.cd-strategy__gate-num{align-items:center;background:#eff6ff;border:1px solid #dbeafe;border-radius:50%;color:#2563eb;display:flex;flex-shrink:0;font-size:11px;font-weight:700;height:24px;justify-content:center;width:24px}.cd-strategy__example{background:#f8fafc;border:1px solid #f1f5f9;border-radius:8px;display:flex;flex-direction:column;gap:6px;margin-top:10px;padding:12px 14px}.cd-strategy__example-row{color:#64748b;display:flex;font-size:13px;gap:10px;line-height:1.6}.cd-strategy__example-label{font-feature-settings:"tnum";color:#0f172a;flex-shrink:0;font-variant-numeric:tabular-nums;font-weight:700;min-width:110px}.cd-empty{padding:48px 0;text-align:center}.cd-empty__icon{font-size:36px;margin-bottom:10px}.cd-empty__title{color:#475569;font-size:16px;font-weight:600;margin-bottom:6px}.cd-empty__sub{color:#94a3b8;font-size:13px;line-height:1.5;margin:0 auto;max-width:340px}@media (max-width:768px){.cd-stats{grid-template-columns:1fr}.cd-signal__row{flex-wrap:wrap;gap:6px;padding:10px 12px}.cd-signal__price{flex:none;margin-top:4px;text-align:left;width:100%}.cd-signal__reject-tag{display:none}.cd-signal__detail-grid{grid-template-columns:1fr}.cd-trade__header{gap:6px}.cd-trade__time{margin-left:0;margin-top:4px;width:100%}.cd-trade__grid{grid-template-columns:repeat(3,1fr)}.cd-strategy__example-row{flex-direction:column;gap:2px}}@media (max-width:480px){.cd-trade__grid{grid-template-columns:repeat(2,1fr)}}.cdp{max-width:940px;padding:20px 16px}.cdp__header{margin-bottom:16px}.cdp__back{background:#0000;border:1px solid #1e2a3a;border-radius:6px;color:#7a8ba8;padding:8px 14px}.cdp__back:hover{border-color:#2a3a4e;color:#e2e8f0}.cdp__price-strip{align-items:center;gap:8px;margin-bottom:12px}.cdp__company{color:#e2e8f0;font-size:18px}.cdp__symbol-tag{background:#3b82f61a;border-radius:4px;color:#3b82f6;padding:2px 8px}.cdp__ltp{color:#e2e8f0;font-size:22px}.cdp__change--green{color:#22c55e}.cdp__change--red{color:#ef4444}.cdp__ohlc{background:#111827;border:1px solid #1e2a3a;border-radius:8px;flex-wrap:wrap;gap:16px;margin-bottom:20px;padding:12px 16px}.cdp__ohlc>div{gap:2px}.cdp__ohlc span{color:#7a8ba8;font-size:11px}.cdp__ohlc b{color:#e2e8f0;font-size:13px}.cdp__loading{color:#7a8ba8;padding:60px 0}.cdp__error{background:#ef44440f;border-left:4px solid #ef4444;color:#ef4444;padding:14px}@media (max-width:640px){.cdp__price-strip{align-items:flex-start;flex-direction:column}}.cdp{margin:0 auto;max-width:960px;padding:24px 20px 40px}.cdp__header{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px}.cdp__back{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:8px;color:#475569;cursor:pointer;display:inline-flex;font-family:inherit;font-size:13px;font-weight:500;gap:6px;padding:7px 14px;transition:all .15s}.cdp__back:hover{background:#f8fafc;border-color:#cbd5e1;color:#0f172a}.cdp__price-strip{align-items:baseline;display:flex;flex-wrap:wrap;gap:10px;justify-content:space-between;margin-bottom:14px}.cdp__price-left{align-items:center;display:flex;gap:10px}.cdp__company{color:#0f172a;font-size:22px;font-weight:700;letter-spacing:-.3px;margin:0}.cdp__symbol-tag{background:#eff6ff;border:1px solid #dbeafe;border-radius:5px;color:#2563eb;font-size:11px;font-weight:600;letter-spacing:.3px;padding:3px 10px}.cdp__price-right{align-items:baseline;display:flex;gap:10px}.cdp__ltp{font-feature-settings:"tnum";color:#0f172a;font-size:26px;font-variant-numeric:tabular-nums;font-weight:700;margin:0}.cdp__change--green{color:#16a34a;font-size:14px;font-weight:600}.cdp__change--red{color:#dc2626;font-size:14px;font-weight:600}.cdp__ohlc{background:#fff;border:1px solid #e2e8f0;border-radius:10px;display:flex;gap:0;margin-bottom:24px;overflow:hidden}.cdp__ohlc>div{border-right:1px solid #f1f5f9;display:flex;flex:1 1;flex-direction:column;gap:3px;padding:12px 16px}.cdp__ohlc>div:last-child{border-right:none}.cdp__ohlc span{color:#94a3b8;font-size:10px;font-weight:600;letter-spacing:.6px;text-transform:uppercase}.cdp__ohlc b{font-feature-settings:"tnum";color:#0f172a;font-size:14px;font-variant-numeric:tabular-nums;font-weight:700}.cdp__loading{color:#94a3b8;font-size:14px;font-weight:500;padding:80px 0;text-align:center}.cdp__error{background:#fef2f2;border-left:4px solid #dc2626;border-radius:8px;color:#991b1b;font-size:14px;font-weight:600;margin-top:12px;padding:14px 18px}@media (max-width:640px){.cdp{padding:16px 12px 32px}.cdp__price-strip{align-items:flex-start;flex-direction:column;gap:4px}.cdp__company{font-size:18px}.cdp__ltp{font-size:22px}.cdp__ohlc{flex-wrap:wrap}.cdp__ohlc>div{border-bottom:1px solid #f1f5f9;border-right:none;flex:1 1 30%}}.ohl{margin:0 auto;max-width:1200px;padding:24px 20px 40px}.ohl__header{align-items:flex-start;display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between;margin-bottom:16px}.ohl__title-row{align-items:center;display:flex;gap:10px}.ohl__back{background:none;border:1px solid #e2e8f0;border-radius:8px;color:#64748b;cursor:pointer;font-family:inherit;font-size:16px;padding:6px 10px}.ohl__back:hover{background:#f8fafc;color:#0f172a}.ohl__title{color:#0f172a;font-size:24px;font-weight:700;margin:0}.ohl__sub{color:#64748b;font-size:14px;line-height:1.5;margin:4px 0 10px;max-width:520px}.ohl__condition-pill{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:8px;color:#475569;display:inline-flex;font-size:13px;font-weight:600;gap:8px;padding:6px 14px}.ohl__condition-eq{color:#94a3b8;font-size:16px;font-weight:700}.ohl__condition-val{border-radius:5px;font-size:12px;font-weight:700;padding:2px 8px}.ohl__condition-val--bear{background:#fef2f2;border:1px solid #fecaca;color:#dc2626}.ohl__condition-val--bull{background:#f0fdf4;border:1px solid #bbf7d0;color:#16a34a}.ohl__header-right{align-items:center;display:flex;gap:8px}.ohl__index-select{background:#fff;border:1px solid #e2e8f0;border-radius:8px;color:#0f172a;cursor:pointer;font-family:inherit;font-size:13px;font-weight:600;min-width:160px;padding:8px 12px}.ohl__index-select:focus{border-color:#93c5fd;box-shadow:0 0 0 3px #3b82f61a;outline:none}.ohl__refresh-btn{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:8px;color:#64748b;cursor:pointer;display:flex;height:36px;justify-content:center;transition:all .15s;width:36px}.ohl__refresh-btn:hover{background:#f8fafc;color:#0f172a}.ohl__result-bar{align-items:center;display:flex;justify-content:space-between;margin-bottom:12px;padding:0 2px}.ohl__result-count{color:#64748b;font-size:13px}.ohl__result-count b{color:#0f172a}.ohl__live-indicator{align-items:center;color:#16a34a;display:flex;font-size:12px;font-weight:600;gap:6px}.ohl__live-dot{animation:ohl-pulse 2s infinite;background:#16a34a;border-radius:50%;height:7px;width:7px}@keyframes ohl-pulse{0%,to{box-shadow:0 0 0 3px #16a34a26}50%{box-shadow:0 0 0 6px #16a34a0d}}.ohl__table-wrap{background:#fff;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden}.ohl__table{border-collapse:collapse;font-size:13px;width:100%}.ohl__table thead{background:#f8fafc;position:-webkit-sticky;position:sticky;top:0;z-index:1}.ohl__table th{border-bottom:1px solid #e2e8f0;color:#64748b;cursor:pointer;font-size:11px;font-weight:700;letter-spacing:.4px;padding:12px 16px;text-align:right;text-transform:uppercase;-webkit-user-select:none;user-select:none;white-space:nowrap}.ohl__table th:hover{color:#0f172a}.ohl__th-left{text-align:left!important}.ohl__sort-arrow{color:#2563eb;font-weight:700}.ohl__table td{border-bottom:1px solid #f1f5f9;padding:12px 16px}.ohl__row{cursor:pointer;transition:background .1s}.ohl__row:hover{background:#fafbfd}.ohl__row:last-child td{border-bottom:none}.ohl__td-name{align-items:center;display:flex;gap:6px;text-align:left}.ohl__symbol{color:#0f172a;font-size:13px;font-weight:700}.ohl__exact{background:#eff6ff;border:1px solid #dbeafe;border-radius:3px;color:#2563eb;font-size:8px;font-weight:700;letter-spacing:.3px;padding:2px 5px}.ohl__td-num{font-feature-settings:"tnum";color:#334155;font-variant-numeric:tabular-nums;font-weight:600;text-align:right}.ohl__green{color:#16a34a!important}.ohl__red{color:#dc2626!important}.ohl__footer{align-items:center;color:#94a3b8;display:flex;font-size:12px;justify-content:space-between;margin-top:8px;padding:12px 4px}.ohl__empty{padding:60px 0;text-align:center}.ohl__empty-icon{font-size:36px;margin-bottom:10px}.ohl__empty-title{color:#475569;font-size:16px;font-weight:600;margin-bottom:4px}.ohl__empty-sub{color:#94a3b8;font-size:13px}.ohl__loading{color:#94a3b8;font-size:14px;padding:60px 0;text-align:center}@media (max-width:768px){.ohl{padding:16px 12px}.ohl__header{flex-direction:column}.ohl__title{font-size:20px}.ohl__table-wrap{overflow-x:auto}.ohl__td-name{min-width:120px}}.pt{margin:0 auto;max-width:1200px;padding:24px 20px 40px}.pt__header{gap:12px;justify-content:space-between;margin-bottom:20px}.pt__header,.pt__header-left{align-items:flex-start;display:flex}.pt__header-left{gap:10px}.pt__back{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:8px;color:#64748b;cursor:pointer;display:flex;margin-top:2px;padding:8px 10px}.pt__back:hover{background:#f8fafc;color:#0f172a}.pt__title{color:#0f172a;font-size:24px;font-weight:700;letter-spacing:-.3px;margin:0}.pt__sub{color:#64748b;font-size:13px;line-height:1.5;margin:4px 0 0}.pt__refresh{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:8px;color:#475569;cursor:pointer;display:flex;font-family:inherit;font-size:13px;font-weight:500;gap:6px;padding:8px 14px;transition:all .15s}.pt__refresh:hover{background:#f8fafc;color:#0f172a}.pt__error{background:#fef2f2;border:1px solid #fecaca;border-left:4px solid #dc2626;border-radius:8px;color:#991b1b;font-size:13px;font-weight:600;margin-bottom:16px;padding:12px 16px}.pt__stats{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(auto-fit,minmax(155px,1fr));margin-bottom:16px}.pt__stat{background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:14px 16px}.pt__stat--highlight{background:#f0fdf4;border-color:#86efac}.pt__stat span{color:#64748b;display:block;font-size:10px;font-weight:700;letter-spacing:.5px;margin-bottom:6px;text-transform:uppercase}.pt__stat b{font-feature-settings:"tnum";color:#16a34a;font-size:22px;font-variant-numeric:tabular-nums;font-weight:800}.pt__section-title{color:#0f172a;font-size:14px;font-weight:700;margin-bottom:10px}.pt__reason-section{margin-bottom:16px}.pt__reason-row{display:flex;gap:10px}.pt__reason-card{background:#fff;border:1px solid #e2e8f0;border-radius:10px;display:flex;flex:1 1;flex-direction:column;gap:6px;padding:14px 16px;transition:border-color .15s}.pt__reason-card:hover{border-color:#86efac}.pt__reason-badge{font-size:12px;font-weight:700}.pt__reason-badge--target_hit{color:#15803d}.pt__reason-badge--trail_stop{color:#b45309}.pt__reason-badge--time_exit{color:#2563eb}.pt__reason-card b{color:#0f172a;font-size:18px;font-weight:700}.pt__reason-card small{color:#16a34a;font-size:13px;font-weight:600}.pt__top-section{margin-bottom:16px}.pt__symbol-chips{display:flex;flex-wrap:wrap;gap:8px}.pt__symbol-chip{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:10px;cursor:pointer;display:flex;flex-direction:column;gap:3px;min-width:110px;padding:10px 16px;transition:all .15s}.pt__symbol-chip:hover{background:#dcfce7;border-color:#86efac;box-shadow:0 2px 8px #16a34a1a;transform:translateY(-1px)}.pt__chip-name{color:#0f172a;font-size:13px;font-weight:700}.pt__chip-pnl{color:#16a34a;font-size:16px;font-weight:800}.pt__symbol-chip small{color:#64748b;font-size:11px}.pt__filters{align-items:center;display:flex;flex-wrap:wrap;gap:6px;margin-bottom:14px}.pt__filter{background:#fff;border:1px solid #e2e8f0;border-radius:20px;color:#64748b;cursor:pointer;font-family:inherit;font-size:13px;font-weight:600;padding:7px 16px;transition:all .15s}.pt__filter:hover{border-color:#bbf7d0}.pt__filter--active{background:#f0fdf4;border-color:#86efac;color:#16a34a}.pt__filter-summary{font-feature-settings:"tnum";color:#64748b;font-size:12px;font-variant-numeric:tabular-nums;font-weight:500;margin-left:auto}.pt__table-wrap{background:#fff;border:1px solid #e2e8f0;border-radius:12px;overflow-x:auto}.pt__table{border-collapse:collapse;font-size:13px;width:100%}.pt__table thead{background:#f0fdf4;position:-webkit-sticky;position:sticky;top:0;z-index:1}.pt__table th{border-bottom:1px solid #bbf7d0;color:#15803d;cursor:pointer;font-size:10px;font-weight:700;letter-spacing:.4px;padding:12px 14px;text-align:right;text-transform:uppercase;transition:color .1s;-webkit-user-select:none;user-select:none;white-space:nowrap}.pt__table th:hover{color:#0f172a}.pt__th-left{text-align:left!important}.pt__sort{color:#16a34a;font-weight:700}.pt__table td{border-bottom:1px solid #f1f5f9;padding:12px 14px}.pt__row{cursor:pointer;transition:background .1s}.pt__row:hover{background:#f0fdf4}.pt__row:last-child td{border-bottom:none}.pt__td-name{text-align:left}.pt__symbol-name{color:#0f172a;font-size:13px;font-weight:700}.pt__num{font-feature-settings:"tnum";color:#334155;font-variant-numeric:tabular-nums;font-weight:600;text-align:right}.pt__green{color:#16a34a!important}.pt__pnl-highlight{font-weight:800}.pt__badge{border-radius:5px;display:inline-block;font-size:10px;font-weight:700;padding:3px 9px;white-space:nowrap}.pt__badge--buy{background:#f0fdf4;border:1px solid #bbf7d0;color:#15803d}.pt__badge--sell{background:#fef2f2;border:1px solid #fecaca;color:#b91c1c}.pt__badge--target{border:1px solid #bbf7d0;color:#15803d}.pt__badge--trail{background:#fefce8;border:1px solid #fde68a;color:#b45309}.pt__badge--time{background:#eff6ff;border:1px solid #bfdbfe;color:#1d4ed8}.pt__day-section{border-top:1px solid #e2e8f0;margin-top:24px;padding-top:20px}.pt__day-grid{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(auto-fill,minmax(155px,1fr))}.pt__day-card{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:10px;display:flex;flex-direction:column;gap:4px;padding:14px 16px;transition:all .15s}.pt__day-card:hover{border-color:#86efac;box-shadow:0 2px 8px #16a34a14}.pt__day-date{color:#15803d;font-size:12px;font-weight:600}.pt__day-card b{font-feature-settings:"tnum";font-size:20px;font-variant-numeric:tabular-nums;font-weight:800}.pt__day-card small{color:#64748b;font-size:11px}.pt__explainer{border-top:1px solid #e2e8f0;margin-top:24px;padding-top:20px}.pt__explain-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(3,1fr)}.pt__explain-card{background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:16px;transition:border-color .15s}.pt__explain-card:hover{border-color:#bbf7d0}.pt__explain-card h5{color:#0f172a;font-size:13px;font-weight:700;margin:0 0 6px}.pt__explain-card p{color:#64748b;font-size:12px;line-height:1.6;margin:0}.pt__loading{color:#94a3b8;font-size:14px;font-weight:500}.pt__empty,.pt__loading{padding:60px 0;text-align:center}.pt__empty-icon{font-size:40px;margin-bottom:10px}.pt__empty-title{color:#475569;font-size:16px;font-weight:600;margin-bottom:6px}.pt__empty-sub{color:#94a3b8;font-size:13px;line-height:1.5;margin:0 auto;max-width:320px}@media (max-width:768px){.pt{padding:16px 12px}.pt__header{flex-direction:column}.pt__title{font-size:20px}.pt__stats{grid-template-columns:repeat(2,1fr)}.pt__reason-row{flex-direction:column}.pt__symbol-chips{gap:6px}.pt__symbol-chip{min-width:90px;padding:8px 12px}.pt__day-grid{grid-template-columns:repeat(2,1fr)}.pt__explain-grid{grid-template-columns:1fr}.pt__table-wrap{overflow-x:auto}.pt__filters{flex-wrap:wrap}.pt__filter-summary{margin-left:0;margin-top:4px;width:100%}}@media (max-width:480px){.pt__day-grid,.pt__stats{grid-template-columns:1fr}}.pt__live-dot{animation:pt-pulse 1.5s ease-in-out infinite;background:#16a34a;border-radius:50%;display:inline-block;height:8px;margin-right:8px;vertical-align:middle;width:8px}@keyframes pt-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.85)}}.pt__open-section{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:12px;margin-bottom:32px;padding:20px}.pt__row--open{background:#16a34a08}.pt__row--open:hover{background:#16a34a0f}.pt__ltp-diff{font-size:11px;opacity:.75}.pt__muted{color:#94a3b8}.pt__red{color:#dc2626}.pt__progress-bar{background:#f1f5f9;border-radius:3px;height:6px;overflow:visible;position:relative;width:100%}.pt__progress-fill{border-radius:3px;height:100%;transition:width .5s ease}.pt__progress-fill--green{background:linear-gradient(90deg,#bbf7d0,#16a34a)}.pt__progress-fill--red{background:linear-gradient(90deg,#fecaca,#dc2626)}.pt__progress-entry{background:#334155;border-radius:1px;height:12px;position:absolute;top:-3px;transform:translateX(-50%);width:2px}.pt__progress-label{color:#94a3b8;display:block;font-size:11px;margin-top:3px}.pt__badge--buy{background:#e0f2fe;border-radius:4px;color:#0369a1;font-size:11px;font-weight:600;margin-left:6px;padding:2px 8px}.pt__badge--stoploss{background:#fef2f2;color:#991b1b}.pt__badge--signal{background:#f5f3ff;color:#6d28d9}.pt__badge--target{background:#f0fdf4;color:#166534}.pt__badge--trail{background:#fffbeb;color:#92400e}.pt__badge--time{background:#f1f5f9;color:#475569}.pt__pnl-highlight{font-size:14px;font-weight:700}.pt__td-name{align-items:center;display:flex;gap:4px}.pt__tabs{background:#f5f5f5;border-radius:10px;display:flex;gap:4px;margin-bottom:20px;padding:4px}.pt__tab{align-items:center;background:#0000;border:none;border-radius:8px;color:#888;cursor:pointer;display:flex;flex:1 1;font-size:14px;font-weight:500;gap:8px;justify-content:center;padding:10px 16px;transition:all .2s ease}.pt__tab:hover{color:#555}.pt__tab--active{background:#fff;box-shadow:0 1px 3px #0000001a;color:#111}.pt__tab-badge{background:#e8e8e8;border-radius:10px;color:#555;font-size:12px;font-weight:600;line-height:1.4;padding:2px 8px}.pt__tab--active .pt__tab-badge{background:#dcfce7;color:#16a34a}.futures-page{margin:0 auto;max-width:1400px;padding:20px}.futures-page-topbar{margin-bottom:16px}.futures-premium-section{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;padding:16px 20px}.futures-premium-section h4{color:#334155;font-size:14px;font-weight:600;margin:0 0 14px}.futures-premium-grid{display:flex;flex-wrap:wrap;gap:12px}.futures-premium-card{background:#fff;border:1px solid #e2e8f0;border-radius:8px;display:flex;flex:1 1;flex-direction:column;gap:4px;min-width:160px;padding:12px 18px}.futures-premium-label{color:#64748b;font-size:12px;font-weight:500}.futures-premium-value{font-size:18px;font-weight:700}.futures-premium-tag{color:#94a3b8;font-size:10px;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.futures-green{color:#008a3e}.futures-red{color:#c53030}.futures-page .stock-table th{position:-webkit-sticky;position:sticky;top:0;white-space:nowrap;z-index:5}.futures-page .stock-table td{padding:12px 14px;white-space:nowrap}@media (max-width:768px){.futures-page{padding:12px}.futures-premium-grid{flex-direction:column}.futures-premium-card{min-width:0;min-width:auto}}.strategy-page{font-family:system-ui,-apple-system,sans-serif;margin:0 auto;max-width:720px;padding:0 16px 40px}.sp-header{align-items:center;border-bottom:1px solid #e5e5e5;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;padding:16px 0}.sp-title{color:#111;font-size:20px;font-weight:500;margin:0}.sp-subtitle{align-items:center;color:#888;display:flex;font-size:12px;gap:4px;margin:2px 0 0}.sp-pulse{animation:sp-pulse 2s ease-in-out infinite;background:#0f6e56;border-radius:50%;display:inline-block;height:6px;width:6px}@keyframes sp-pulse{0%,to{opacity:1}50%{opacity:.3}}.sp-dot-sep{color:#ccc;margin:0 2px}.sp-header-actions{align-items:center;display:flex;gap:10px}.sp-toggle-wrap{align-items:center;cursor:pointer;display:flex;gap:6px;-webkit-user-select:none;user-select:none}.sp-toggle{border-radius:10px;height:20px;position:relative;transition:background .2s;width:38px}.sp-toggle.on{background:#1d9e75}.sp-toggle.off{background:#b4b2a9}.sp-toggle-knob{background:#fff;border-radius:50%;box-shadow:0 1px 3px #00000026;height:16px;position:absolute;top:2px;transition:left .2s;width:16px}.sp-toggle.on .sp-toggle-knob{left:20px}.sp-toggle.off .sp-toggle-knob{left:2px}.sp-toggle-label{color:#111;font-size:13px}.sp-btn-danger{background:#fcebeb;border:1px solid #f09595;border-radius:6px;color:#a32d2d;cursor:pointer;font-size:12px;font-weight:500;padding:5px 12px;transition:background .15s}.sp-btn-danger:hover{background:#f9d8d8}.sp-btn-danger:disabled{cursor:not-allowed;opacity:.5}.sp-stats{grid-gap:8px;display:grid;gap:8px;grid-template-columns:repeat(auto-fit,minmax(100px,1fr));padding:14px 0}.sp-stat{background:#f9f9f7;border-radius:8px;padding:10px 12px}.sp-stat-label{color:#888;font-size:11px;margin-bottom:2px}.sp-stat-value{color:#111;font-size:18px;font-weight:500}.sp-stat-value.profit{color:#0f6e56}.sp-stat-value.loss{color:#a32d2d}.sp-tabs{border-bottom:1px solid #e5e5e5;display:flex;gap:0}.sp-tab{background:none;border:none;border-bottom:2px solid #0000;color:#888;cursor:pointer;font-size:13px;font-weight:400;padding:8px 16px;transition:color .15s,border-color .15s}.sp-tab:hover{color:#555}.sp-tab.active{border-bottom-color:#534ab7;color:#534ab7;font-weight:500}.sp-tab-badge{background:#f1f1f1;border-radius:8px;font-size:11px;margin-left:4px;padding:0 6px}.sp-tab.active .sp-tab-badge{background:#eeedfe}.sp-content{padding:14px 0}.sp-empty{border:1px dashed #ddd;border-radius:8px;color:#aaa;font-size:13px;padding:36px 16px;text-align:center}.sp-center{color:#888;font-size:14px;padding:60px 16px;text-align:center}.sp-spinner{animation:sp-spin .6s linear infinite;border:2px solid #e5e5e5;border-radius:50%;border-top-color:#534ab7;height:24px;margin:0 auto 12px;width:24px}@keyframes sp-spin{to{transform:rotate(1turn)}}.sp-error{color:#a32d2d}.sp-error-detail{color:#888;font-size:12px;margin-top:4px}@media (max-width:480px){.sp-stats{grid-template-columns:repeat(3,1fr)}.sp-header{align-items:flex-start;flex-direction:column}.sp-stat-value{font-size:16px}}
/*# sourceMappingURL=main.bbd28a99.css.map*/