header,.header-wrapper,.header-logo-wrapper,.header-form-wrapper{display:flex;flex-flow:row nowrap;align-items:center;color:var(--text_color)}header{justify-content:center;user-select:none;-webkit-user-select:none;width:100%;margin:0rem auto;background-color:var(--background_color);border-bottom:.0938rem solid var(--border_color);position:fixed;z-index:3}.header-wrapper{max-width:87.5rem;width:100%;justify-content:space-between;padding:.75rem .25rem}.header-logo-wrapper{cursor:pointer;font-family:Roboto,"sans-serif";font-size:1.125rem;font-weight:700;justify-content:center}.header-logo{font-weight:700;color:#7c3aed;margin:0rem .625rem}.header-form-wrapper{width:100%;max-width:20.9375rem;justify-content:space-between}.header-form-wrapper input,.header-form-wrapper button{font-weight:500;font-size:.875rem;height:2.25rem;padding:.5rem .75rem .5rem .875rem;border-radius:.375rem;outline:none;border:solid .0938rem var(--border_color);transition:.1s ease-in-out}.header-form-wrapper input{background-color:var(--background_color);color:var(--text_color)}.header-form-wrapper input::placeholder{font-family:Noto Sans,sans-setif;font-weight:500}.header-form-wrapper input:focus{outline:solid .125rem #7C3AED}.header-form-wrapper button{font-family:Roboto,"sans-serif";font-weight:500;font-size:.875rem;line-height:1.25rem;text-align:center;width:6rem;height:2.25rem;border:none;outline:none}.button{background-color:#7c3aed;border-color:#7c3aed;color:#fff}header .theme-toggle-button,button{height:2.25rem;width:2.25rem;cursor:pointer;border:solid .0938rem var(--border_color);border-radius:.375rem;padding:.375rem .5rem}header button:hover{background-color:#6d28d9}header .theme-toggle-button:hover{background-color:var(--button_background_color)}@media only screen and (max-width: 550px){header .header-logo-wrapper p{transition:.2s ease-in-out;display:none}}.stock-card-wrapper{-webkit-user-select:none;user-select:none;cursor:pointer;display:flex;flex-flow:column nowrap;width:100%;height:100%;max-width:12rem;max-height:6.5rem;min-width:12rem;min-height:auto;padding:1rem;border-radius:.375rem;color:var(--text_color);background-color:var(--card_background_color);transition:ease-in-out .2s}.stock-card-wrapper:hover{background-color:var(--card_background_color_hover)}.stock-card-header{display:flex;flex-flow:row nowrap;justify-content:space-between;align-items:flex-start;font-family:Roboto,"sans-serif";font-size:1.25rem;font-weight:700;line-height:1.75rem;width:10rem;height:2rem;margin-bottom:.25rem}.stock-header-card-img{width:2rem;height:2rem;border-radius:.5rem;max-width:100%;min-width:auto;min-height:auto}.stock-card-stock-name-wrapper{font-family:Noto Sans,"sans-serif";font-size:.875rem;font-weight:700;width:10rem;height:1.25rem;margin-left:-.125rem;margin-bottom:.125rem}.stock-card-close-and-change-wrapper{font-family:Noto Sans,"sans-serif";font-size:.875rem;display:flex;flex-flow:row nowrap;align-items:center;justify-content:space-between;width:10rem;height:1.25rem;margin-left:-.125rem}.stock-card-close-and-change-wrapper p{display:flex;flex:row nowrap;align-items:center;text-align:left;width:auto;height:100%;font-weight:700}.change-icon{font-size:.875rem;font-weight:500;margin-left:-.125rem}.change-up{color:#16a34a}.change-down{color:#dc2626}@media screen and (max-width: 25.875rem){.stock-card-wrapper{max-width:15rem;max-height:7.75rem;padding:1.25rem}.stock-card-header,.stock-card-stock-name-wrapper,.stock-card-close-and-change-wrapper{width:100%}}main{display:flex;flex-flow:column nowrap;max-width:87.5rem;align-items:center;justify-content:center;width:100%;margin:0rem auto 1rem;padding:0rem .375rem;color:var(--text_color);position:relative;top:4.5rem;z-index:1}.main-description{width:100%;text-decoration:none solid rgb(3,7,18);padding:.75rem .25rem}main h2{font-family:Roboto,"sans-serif";font-size:2.25rem;font-weight:700;line-height:2.5rem;text-align:left;width:100%;margin-bottom:.375rem}main p{font-family:Noto Sans,"sans-serif";font-size:.875rem;font-weight:600;line-height:1.25rem;width:100%;text-align:left;margin-left:.125rem;margin-bottom:.5rem}main p a,main p a:active,main p a:visited{color:#7c3aed;font-weight:700;text-decoration:none}.stock-card-list-wrapper{width:100%;display:flex;flex-flow:row wrap;align-items:flex-start;justify-content:left;border-top:.0938rem solid var(--border_color);padding-top:2rem;gap:1rem .375rem}.stock-card-list-see-more-wrapper{display:flex;flex-flow:row nowrap;align-items:center;justify-content:space-around;width:100%;margin:2rem 0rem}.see-more-btn{display:flex;flex-flow:row nowrap;justify-content:center;align-items:center;font-family:Noto Sans,"sans-serif";font-size:.75rem;font-weight:600;padding:1.25rem .5rem;color:var(--text_color);width:100%;background-color:var(--card_background_color);border:solid .125rem var(--card_background_color);transition:.2s ease-in-out}.see-more-btn:hover{background-color:var(--card_background_color_hover)}.see-more-btn-icon{font-weight:700;margin-left:.25rem;margin-top:.125rem}@media screen and (max-width: 87.5rem){.stock-card-list-wrapper,.see-more-btn,.main-description{max-width:75rem;width:100%;margin:0rem auto}}@media screen and (max-width: 62.5rem){.stock-card-list-wrapper,.see-more-btn,.main-description{max-width:50rem;width:100%;margin:0rem auto}}@media screen and (max-width: 50rem){.stock-card-list-wrapper,.see-more-btn,.main-description{max-width:38.75rem;width:100%;margin:0rem auto}}@media screen and (max-width: 37.75rem){.stock-card-list-wrapper,.see-more-btn{max-width:25.9375rem}}@media screen and (max-width: 25.875rem){.stock-card-list-wrapper,.see-more-btn{max-width:18.75rem;justify-content:center}}:root{--border_color: #E5E7EB;--text_color: #030712;--card_background_color: #F2F2F3;--card_background_color_hover: #E5E6E7;--background_color: #F9FAFB;--button_background_color: #F3F4F6}*{margin:0rem;padding:0rem;box-sizing:border-box;font-family:Noto Sans,sans-serif;font-family:Roboto,sans-serif}[data-theme=dark]{background-color:#030712;--background_color: #030712;--border_color: #1F2937;--text_color: #F9FAFB;--card_background_color: #1C1F29;--card_background_color_hover: #0F131E;--button_background_color: #1E2836}[data-theme=light]{background-color:#f9fafb;--background_color: #F9FAFB;--border_color: #E5E7EB;--text_color: #030712;--card_background_color: #F2F2F3;--card_background_color_hover: #E5E6E7;--button_background_color: #F3F4F6}
