@import"https://fonts.googleapis.com/css2?family=Silkscreen:wght@400;700&family=Smooch+Sans:wght@100..900&display=swap";*{margin:0;border:0;box-sizing:border-box}body{background-color:#434949;color:#ffffd7;font-family:Silkscreen,serif}.root-layout{background-color:#ceb686;width:100%;color:#fff}.root-layout nav{display:flex;justify-content:space-between;align-items:center}.root-layout h1{text-align:left}.root-layout p{text-align:right}.root-layout p a{text-decoration:none;color:#ffffd7}table{width:100%;border-collapse:collapse;table-layout:auto;text-align:left}thead{position:sticky;top:0;background-color:#ceb686;color:#434949;font-weight:700}th,td{padding-top:.4rem;padding-bottom:.5rem;border-bottom:1px solid #ddd;text-align:center;line-height:1.2;white-space:normal;width:7.5rem;overflow:hidden}tbody tr:hover{background-color:#dbe2ef;transition:.3s}.mpt-table-div{max-height:1000px;overflow-y:scroll}.outlet-container{display:flex;width:94%;height:100vh;margin:3%;flex-wrap:wrap;gap:1rem}.chartdiv{flex-grow:2;flex-basis:0}.tablesdiv{flex-grow:1;flex-basis:0}.timeselect-div{display:flex;border:2px solid #e9c46a;flex-wrap:wrap;max-width:fit-content;border-radius:3px}.downsides-div{display:flex;border:2px solid black}.explainer-text-div{flex-grow:1;flex-basis:0}.home-outlet-container{margin:3%}.home-summary-metrics{display:flex;justify-content:center;align-items:center;margin:2rem}.explainer{margin:1rem;text-align:justify}h3{text-align:center}.select-range-div{display:flex;flex-direction:column;justify-content:center;text-align:center;align-items:center}.select-range-div button{max-width:fit-content;margin-top:1rem}.select-range-div button:hover{background-color:#e9c46a;cursor:pointer}img{display:block;max-width:100%;height:auto}nav a,nav a:visited{margin-right:1rem;text-decoration:none;color:#000}.outletdiv nav{background-color:#fff;padding-top:1rem;padding-bottom:1rem;display:flex;justify-content:space-evenly}.outletmain{display:flex;flex-direction:column;gap:1.5rem;flex-grow:1;flex-flow:wrap;justify-content:center}html{scroll-behavior:smooth}.card{padding:1rem;text-align:center;border:2px solid black;border-radius:10px;width:min(100%,400px)}.card img{border:3px solid black;border-radius:50%}.MainSummaryTable thead td{padding:1rem;word-wrap:break-word;white-space:normal}table tr:hover{background-color:transparent}.BuyStrategy,.SellStrategy{display:flex;flex-direction:row;gap:1rem;min-width:100vw}.BuyStrategy div,.SellStrategy div{flex-grow:1}.bar-container{height:20px;border-radius:5px;overflow:hidden}.buy-bars{height:100%;background-color:#4caf50;text-align:right;padding-right:5px;color:#fff;font-weight:700;border-radius:5px 0 0 5px;transition:width .3s ease-in-out}.sell-bars{height:100%;background-color:#f06e58;text-align:right;padding-right:5px;color:#fff;font-weight:700;border-radius:5px 0 0 5px;transition:width .3s ease-in-out}td.hovered{background-color:#434949;border-left:10px solid #ceb686;border-right:10px solid #ceb686}tr:last-child td.hovered{border-bottom:10px solid #ceb686;border-style:double}tr:first-child td.hovered{border-top:10px solid #ceb686;border-style:double}th.hovered{background-color:#ceb686}th.hovered:before{content:"Equip";position:absolute;top:21rem;color:#ceb686}.table-portfolio tbody tr:hover{border:10px solid #ceb686;border-style:double}
