@import"https://fonts.googleapis.com/css2?family=Roboto&display=swap";@import"https://fonts.googleapis.com/css2?family=Roboto:wght@400;500&display=swap";@import"https://fonts.googleapis.com/css2?family=Merriweather:wght@400;700&family=Roboto:wght@300&display=swap";body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--core-secondary-1: #f9fafa;--core-primary-1: #383838;--core-primary-2: #4d4d4d;--core-primary-5: #828282;--core-secondary: #ffffff;--core-secondary-2: #f1f2f2;--core-secondary-3: #eaebeb;--core-secondary-4: #d8d9d9;--core-secondary-5: #828282;--accent-primary: #aaabd1}*{margin:0;padding:0;box-sizing:border-box}::-webkit-scrollbar{display:none}.black{color:#2b2b2b;font-weight:500}a{text-decoration:none}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{box-shadow:inset 0 0 5px var(--core-secondary-5);border-radius:10px}::-webkit-scrollbar-thumb{background:var(--core-secondary-5);border-radius:10px}::-webkit-scrollbar-thumb:hover{background:var(--core-primary-2)}.homepage{display:flex;height:100vh;width:100vw}@media only screen and (max-width: 834px){.homepage{flex-direction:column}}.splash-screen{width:100%;height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:var(--core-secondary-2)}.splash-screen-short{padding-top:37px;width:142px}.splash-logo{margin-bottom:35px}@media only screen and (max-width: 834px){.splash-screen-short{display:flex;justify-content:end;flex:1;width:100%;padding:0 0 33px}}.suggestion-panel{background-color:var(--core-secondary);padding:10px 8px 20px;border-radius:12px;box-shadow:0 0 20px #00000026;z-index:1;font-family:Roboto;overflow-wrap:break-word;overflow:auto;max-height:500px;position:absolute;width:100%}.market-name{border-bottom:1px solid var(--core-secondary-3);padding:0 8px 8px}.no-result-label{color:var(--core-primary-5);padding:8px 8px 0}@media only screen and (max-width: 834px){.suggestion-panel{font-size:16px}.suggestion-panel{max-height:350px}}.stock-suggested{width:100%;height:40px;padding:0 8px;display:flex;align-items:center;color:var(--core-primary-5);overflow:hidden}.stock-suggested:hover{background-color:var(--core-secondary-2);border-radius:20px;color:#000;cursor:pointer}.live-container{display:flex;align-items:flex-end;width:fit-content;padding-bottom:14px;border-bottom:2px solid var(--core-secondary-3);font-variant-numeric:tabular-nums}.live-price{font-size:32px;font-family:Roboto;font-weight:400;color:var(--core-primary-1);padding-right:10px}.price-change{display:flex;white-space:nowrap;padding-bottom:4px}.price-change-positive{font-size:16px;font-family:Roboto;font-weight:500;color:#01c38d;width:12ch}.price-change-negative{font-size:16px;font-family:Roboto;font-weight:500;color:#ff274b;width:12ch}.live-price-error{display:flex;align-items:flex-end;justify-content:end;width:265px;padding-bottom:14px;color:var(--core-primary-2);border-bottom:2px solid var(--core-secondary-3);font-family:Merriweather;font-size:18px;margin-top:16px}@media only screen and (max-width: 834px){.live-price{font-size:16px;padding-bottom:3px;padding-right:0}.price-change-negative,.price-change-positive{font-size:13px}.arrow{float:right}.live-container{width:auto;padding:0 6px 10px;border:none}.live-price-error{width:165px;font-size:14px}}.live-loading{display:flex;justify-content:end;width:265px;border-bottom:2px solid var(--core-secondary-3);margin-top:19px}.live-one{animation:.8s ease -.48s infinite normal none running live-animation;will-change:transform}.live-two{animation:.8s ease -.326154s infinite normal none running live-animation;will-change:transform}.live-three{animation:.8s ease -.172308s infinite normal none running live-animation;will-change:transform}.live-four{animation:.8s ease -.0184615s infinite normal none running live-animation;will-change:transform}@keyframes live-animation{0%{transform:translate(0)}50%{transform:translateY(12px)}to{transform:translate(0)}}@media only screen and (max-width: 834px){.live-loading{width:165px;margin-top:0}}.search{display:flex;flex:1;padding:0 32px;padding-top:48vh;background-color:var(--core-secondary-1)}input{width:100%;border:none;appearance:none;padding-bottom:14px;border-bottom:2px solid var(--core-secondary-3);background-color:var(--core-secondary-1);font-size:32px;color:#2b2b2b;font-family:Merriweather;font-weight:400}input:focus-visible{outline:none;border-bottom:2px solid var(--accent-primary);caret-color:var(--accent-primary)}.search-wrapper{position:relative;display:flex;width:100%}.margin{margin-top:43px}.input-class{width:100%}@media only screen and (max-width: 834px){.search{align-items:flex-start;padding-top:16px}.search-live{width:100vw;padding:0 14px}.search-wrapper{border-bottom:2px solid var(--core-secondary-3)}.margin{margin-top:20px}input{font-size:16px;border:none}}.dashboard{display:grid;grid-template-columns:129px 1fr 351px;grid-template-rows:1fr 56px;grid-template-areas:"left-sidebar main-section right-sidebar" "left-sidebar footer right-sidebar";background-color:var(--core-secondary-1)}.left-sidebar{grid-area:left-sidebar}.top-bar{grid-area:top-bar;display:none}.main-section{grid-area:main-section;display:flex;flex-direction:column;align-items:stretch;min-width:0;justify-content:flex-start;padding:0 37px;background-color:var(--core-secondary-1);animation:slide-up .75s ease-out forwards;-webkit-animation:slide-up .75s ease-out forwards}@keyframes slide-up{0%{transform:translateY(45%)}to{transform:translateY(0)}}.right-sidebar{grid-area:right-sidebar;display:flex;flex-direction:column;align-items:center;background-color:var(--core-secondary-2);animation:slide-in-from-right .75s ease-out forwards;-webkit-animation:slide-in-from-right .75s ease-out forwards}@keyframes slide-in-from-right{0%{transform:translate(100%)}to{transform:translate(0)}}.footer{grid-area:footer;padding:0 32px;background-color:var(--core-secondary-1)}@media only screen and (max-width: 1366px){.dashboard{height:auto;grid-template-columns:1fr;grid-template-rows:80px auto auto 56px;grid-template-areas:"top-bar" "main-section" "right-sidebar" "footer"}.main-section{padding-bottom:85px}.left-sidebar{display:none}.top-bar{display:flex}.right-sidebar{flex-direction:row;align-items:flex-start;justify-content:space-around;padding-top:30px;padding-bottom:40px}}@media only screen and (max-width: 1024px){.dashboard{grid-template-columns:1fr;grid-template-rows:80px auto auto 57px;grid-template-areas:"top-bar" "main-section" "right-sidebar" "footer"}.right-sidebar{justify-content:space-between;flex-wrap:wrap;padding-bottom:25px}}@media only screen and (max-width: 834px){.dashboard{grid-template-rows:80px auto auto 57px}.main-section{padding:0 14px 10px}.right-sidebar{flex-direction:column;flex-wrap:nowrap;align-items:center}.footer{padding:0}}.recharts-wrapper .recharts-cartesian-grid-horizontal line:last-child{stroke-opacity:0}.recharts-wrapper .recharts-cartesian-grid-vertical line:last-child{stroke-opacity:0}.recharts-surface:focus{outline:none}.chart{height:600px;display:flex;overflow-x:auto;-webkit-user-select:none;user-select:none;padding-top:31px}.chart:focus{outline:none}.chart-inner{flex:1;display:flex;min-width:1100px}.loading-fail{display:flex;justify-content:center;align-items:center;width:100%;height:50%;font-family:Merriweather,serif;font-size:18px;color:var(--core-primary-2);border-bottom:2px solid var(--core-secondary-3)}.graph-loading{width:100%;height:50%;display:flex;justify-content:center;align-items:center}.graph-one{animation:.8s ease -.48s infinite normal none running graph-animation;will-change:transform}.graph-two{animation:.8s ease -.326154s infinite normal none running graph-animation;will-change:transform}.graph-three{animation:.8s ease -.172308s infinite normal none running graph-animation;will-change:transform}.graph-four{animation:.8s ease -.0184615s infinite normal none running graph-animation;will-change:transform}@keyframes graph-animation{0%{transform:translate(0)}50%{transform:translateY(35px)}to{transform:translate(0)}}.index{display:flex;justify-content:center;align-items:flex-start;padding-top:8px;border-top:1px solid var(--core-secondary-3);font-family:Roboto;font-size:12px;font-variant-numeric:tabular-nums}.name{color:#7f7f7f;padding-right:39px}.name:first-child{padding-left:0}.name:last-child{padding-right:0}.positiveChange{font-weight:500;color:#01c38d;display:flex}.negativeChange{font-weight:500;color:#ff274b;display:flex}.index-change{width:12ch}.positiveChange:last-child{padding-right:0}.negativeChange:last-child{padding-right:0}.index-name{color:#4d4d4d;font-weight:500}.index-error{display:flex;justify-content:center;align-items:center;width:100%;padding:16px 0;font-family:Merriweather,serif;font-size:16px;color:var(--core-primary-2);border-top:1px solid var(--core-secondary-3)}.index-arrow{float:left}.index-line{height:37px;border-right:1px solid var(--core-secondary-3)}.index-combo{display:flex;flex-direction:row;align-items:center;padding-right:15px;padding-left:24px;padding-top:9px}.index-combo:last-child{padding-right:0}.index-combo:first-child{padding-left:0}@media only screen and (max-width: 1366px){.index{border:none}}@media only screen and (max-width: 834px){.index{padding:10px 0 0}.index-combo{flex-direction:column;padding:5px 15px 0}.name{padding:0}}.index-loading{display:flex;justify-content:center;align-items:center;border-top:1px solid var(--core-secondary-3);width:100%;padding-top:7px}.index-one{animation:.8s ease -.48s infinite normal none running index-animation;will-change:transform}.index-two{animation:.8s ease -.326154s infinite normal none running index-animation;will-change:transform}.index-three{animation:.8s ease -.172308s infinite normal none running index-animation;will-change:transform}.index-four{animation:.8s ease -.0184615s infinite normal none running index-animation;will-change:transform}@keyframes index-animation{0%{transform:translate(0)}50%{transform:translateY(13px)}to{transform:translate(0)}}.stats-wrapper{padding-top:33px}.key-stats-error{width:100%;height:36%;display:flex;align-items:center;justify-content:center;font-family:Merriweather,serif;font-size:18px;color:var(--core-primary-2);border-bottom:solid 1px var(--core-secondary-3)}.stats-container{display:flex;flex-direction:row;justify-content:space-between}.stats-title{display:block;font-family:Merriweather,serif;color:var(--core-primary-2);font-size:16px;font-weight:500;padding-left:7px;padding-bottom:19px}.stats-section{flex:1}.stats-section:nth-of-type(2){margin:0 49px}.stats-row{display:flex;justify-content:space-between;border-bottom:1px solid var(--core-secondary-3);padding:8px 2px 8px 7px;font-family:Roboto;font-weight:500;font-size:12px;color:#2b2b2b}.stats-row>span{color:#7f7f7f}.stats-row:last-of-type{border-bottom:none}.stats-row>span{font-weight:400;color:#7f7f7f;font-size:12px}@media only screen and (max-width: 834px){.stats-container{flex-direction:column}.stats-wrapper{padding:31px 8px 20px}.stats-title{padding-left:2px}.stats-row{padding:9px 2px 8px 7px}.stats-row>span{padding-right:6px}.stats-section:nth-of-type(2){margin:0}.stats-row:last-of-type{border-bottom:1px solid var(--core-secondary-3)}.stats-section:last-of-type>.stats-row:last-of-type{border-bottom:none}}.key-loading{width:100%;height:36%;display:flex;justify-content:center;align-items:center}.key-one{animation:.8s ease -.48s infinite normal none running key-animation;will-change:transform}.key-two{animation:.8s ease -.326154s infinite normal none running key-animation;will-change:transform}.key-three{animation:.8s ease -.172308s infinite normal none running key-animation;will-change:transform}.key-four{animation:.8s ease -.0184615s infinite normal none running key-animation;will-change:transform}@keyframes key-animation{0%{transform:translate(0)}50%{transform:translateY(35px)}to{transform:translate(0)}}.left-bar{grid-area:left-sidebar;width:100%;height:100vh;display:flex;justify-content:flex-start;flex-direction:column;align-items:center;background-color:var(--core-secondary-2)}.left-logo{padding-top:37px}.left-logo{animation:moveup .75s ease-out forwards}@keyframes moveup{0%{transform:translateY(40vh)}to{transform:translateY(0)}}.news-wrapper{width:317px}.news-error{display:flex;width:317px;height:300px;justify-content:center;align-items:center;border-bottom:1px solid var(--core-secondary-4);margin-top:44px;margin-bottom:16px;font-family:Merriweather;font-size:16px;color:var(--core-primary-2)}.news-title{font-family:Merriweather;font-size:16px;font-weight:500;color:var(--core-primary-2);padding-bottom:9px;margin:44px 16px 0}.news-headline,.news-headline>a{font-family:Merriweather;font-size:13px;font-weight:500;color:var(--core-primary-2);line-height:1.54;padding-bottom:9px;text-decoration:none}.news-container{width:288px;margin:0 16px}.news-date{font-family:Roboto,sans-serif;font-size:11px;font-weight:300;font-style:italic;color:#7f7f7f}.lines{width:317px;padding-top:19px;margin-bottom:16px;border-bottom:1px solid var(--core-secondary-4)}@media only screen and (max-width: 1366px){.news-title{margin-top:0}.news-wrapper{margin-left:25px}.news-error{margin:0;border:none}}@media only screen and (max-width: 834px){.news-wrapper{width:350px;padding:0;margin:0}.news-title{margin:0;padding-left:10px}.news-outer{display:flex;flex-direction:column;align-items:center}.news-container{width:340px;margin:0;padding:0 10px}.lines{width:350px}}.news-loading{display:flex;width:317px;height:300px;justify-content:center;align-items:center;margin-top:44px;margin-bottom:16px}.news-one{animation:.8s ease -.48s infinite normal none running news-animation;will-change:transform}.news-two{animation:.8s ease -.326154s infinite normal none running news-animation;will-change:transform}.news-three{animation:.8s ease -.172308s infinite normal none running news-animation;will-change:transform}.news-four{animation:.8s ease -.0184615s infinite normal none running news-animation;will-change:transform}@keyframes news-animation{0%{transform:translate(0)}50%{transform:translateY(15px)}to{transform:translate(0)}}.summary-container{width:317px;margin-top:23px}.summary-error{display:flex;width:317px;height:300px;justify-content:center;align-items:center;border-bottom:1px solid var(--core-secondary-4);margin-top:8px;margin-bottom:9px;font-family:Merriweather;font-size:16px;color:var(--core-primary-2)}.summary-title{font-family:Merriweather,serif;font-weight:500;font-size:16px;padding-bottom:9px;color:var(--core-primary-2);margin:24px 16px 0}.company-name{font-size:13px;font-family:Roboto,sans-serif;font-weight:500;padding-bottom:2px;color:var(--core-primary-2);margin:0 16px}.company-link{display:inline-block;font-size:11px;font-family:Roboto,sans-serif;font-style:italic;color:var(--accent-primary);padding-bottom:8px;margin:0 16px;text-decoration:underline}.company-summary{font-size:12px;font-family:Roboto,sans-serif;padding-bottom:40px;line-height:1.67;letter-spacing:.09px;color:var(--core-primary-2);margin:0 16px}.summary-line{border-bottom:1px solid var(--core-secondary-4)}@media only screen and (max-width: 1366px){.summary-line{display:none}.summary-title{margin-top:0}.summary-container{width:340px;margin-top:0}.company-summary{margin-right:0}.summary-error{margin:0;border:none}}@media only screen and (max-width: 1024px){.summary-container{width:370px;margin-right:40px}.company-summary{padding-bottom:25px}}@media only screen and (max-width: 834px){.summary-container{width:350px;padding:48px 0 0;margin:0}.summary-title{margin:0;padding-left:10px}.company-name,.company-link{margin:0;padding-left:14px}.company-summary{width:340px;margin:0;padding:0 0 0 14px;word-break:break-all}}.summary-loading{display:flex;width:317px;height:300px;justify-content:center;align-items:center;margin-top:8px;margin-bottom:9px}.summary-one{animation:.8s ease -.48s infinite normal none running summary-animation;will-change:transform}.summary-two{animation:.8s ease -.326154s infinite normal none running summary-animation;will-change:transform}.summary-three{animation:.8s ease -.172308s infinite normal none running summary-animation;will-change:transform}.summary-four{animation:.8s ease -.0184615s infinite normal none running summary-animation;will-change:transform}@keyframes summary-animation{0%{transform:translate(0)}50%{transform:translateY(15px)}to{transform:translate(0)}}.top-logo{height:55px}.top-bar{width:100vw;height:80px;background-color:var(--core-secondary-2);justify-content:center;align-items:center}.peers-wrapper{width:317px}.peers-title{display:block;font-family:Merriweather,serif;color:var(--core-primary-2);font-size:16px;font-weight:500;margin:24px 16px 15px}.peers-container{display:flex;flex-wrap:wrap;justify-content:center;align-items:center}.peer{background-color:transparent;font-family:Roboto;font-weight:500;font-size:11px;color:#6b6b6b;width:51px;height:25px;padding:3px 4px;margin:2px;border:2px solid var(--core-secondary-4);border-radius:43px;text-decoration:none;text-align:center}.peer:hover{background-color:var(--core-secondary-4);cursor:pointer;color:#2b2b2b}.top-peers-error{width:317px;height:100px;display:flex;justify-content:center;align-items:center;font-family:Merriweather;font-size:16px;color:var(--core-primary-2)}@media only screen and (max-width: 1366px){.peers-wrapper{margin-right:30px}.peers-title{margin-top:0;margin-left:0}.peers-container{justify-content:start}}@media only screen and (max-width: 1024px){.peers-container{display:flex;flex-wrap:nowrap;justify-content:flex-start;align-items:center}.peers-title{margin-left:0;padding-top:15px}.peers-wrapper{margin-left:30px;margin-top:30px;padding-left:15px;width:100%;border-top:1px solid var(--core-secondary-4)}}@media only screen and (max-width: 834px){.peers-wrapper{width:350px;border:none;margin:0;padding:52px 0 0}.peers-title{margin:0;padding:0 0 17px 10px}.peers-container{margin:0;padding:0 0 0 14px;flex-wrap:wrap;justify-content:center;align-items:flex-start}}.top-peers-loading{display:flex;width:317px;height:150px;justify-content:center;align-items:center;margin-top:8px;margin-bottom:9px}.top-peers-one{animation:.8s ease -.48s infinite normal none running top-peers-animation;will-change:transform}.top-peers-two{animation:.8s ease -.326154s infinite normal none running top-peers-animation;will-change:transform}.top-peers-three{animation:.8s ease -.172308s infinite normal none running top-peers-animation;will-change:transform}.top-peers-four{animation:.8s ease -.0184615s infinite normal none running top-peers-animation;will-change:transform}@keyframes top-peers-animation{0%{transform:translate(0)}50%{transform:translateY(15px)}to{transform:translate(0)}}
