:root{--dp: 1rem}html,body{margin:0;padding:0}html{text-size-adjust:100%}#root,main{height:100vh}#root,main{min-height:100%;display:flex;flex-direction:column}a,a:visited{color:#3cc0ba}body{display:flex;flex-direction:column;min-height:100vh;width:100%;background:#1a1a1a;color:#ccc;font-family:"Inter",system-ui,sans-serif;line-height:1.5}main{flex:1;max-width:calc(var(--dp)*80);margin:0 auto;padding:0 calc(var(--dp)*1);padding-bottom:calc(var(--dp)*1)}main>header{margin-bottom:calc(var(--dp)*1);border-bottom:calc(var(--dp)*0.2) solid #3cc0ba}main>header h1{margin:calc(var(--dp)*.4) 0;font-size:calc(var(--dp)*1.75)}main section header p{color:#ccc;font-size:calc(var(--dp)*1);margin-bottom:calc(var(--dp)*1.5);line-height:1.5}main section .scale-selector{list-style:none;margin:calc(var(--dp)*.4) 0 0 0;padding:0;display:flex;border:1px solid #444444;border-radius:12px;overflow:hidden;box-shadow:0 2px 4px rgba(0, 0, 0, 0.25);user-select:none}main section .scale-selector>li{flex:1;text-align:center;padding:calc(var(--dp)*.35) 0;font-size:calc(var(--dp)*.8);letter-spacing:.4px;cursor:pointer;color:#444444;background:#1a1a1a;border-right:1px solid #444444;transition:background .15s ease,color .15s ease}main section .scale-selector>li:last-child{border-right:none}main section .scale-selector>li.active{background:rgb(36.2, 36.2, 36.2);color:rgb(136.1428571429, 217.8571428571, 214.1428571429)}main section .scale-selector>li:hover:not(.active){background:rgb(41.3, 41.3, 41.3)}main section .scale-selector>li:active{transform:scale(0.97)}main section collapsible-fieldset#settings::part(content){display:grid;grid-template-columns:1fr auto;grid-template-rows:auto auto;gap:calc(var(--dp)*1) calc(var(--dp)*1.5);background:#1a1a1a;align-items:center;padding:.5em}main section collapsible-fieldset>div{display:inline-block}main section collapsible-fieldset>div label{display:block;font-weight:600;margin-bottom:calc(var(--dp)*0.5)}main section collapsible-fieldset>div input[type=range]{width:100%;margin-bottom:calc(var(--dp)*0.5)}main section collapsible-fieldset>div .units{display:flex;gap:calc(var(--dp)*1);font-weight:400}main section collapsible-fieldset>div .units input[type=radio]{margin-right:calc(var(--dp)*0.25)}main section collapsible-fieldset>div .strength-labels{display:flex;justify-content:space-between;font-size:.85rem;color:#ccc}main section .availableMediums{list-style-type:none;margin:calc(var(--dp)*.75) 0 0 0;padding:0;display:flex;flex-wrap:wrap;justify-content:center;align-items:baseline;align-content:stretch;box-shadow:0 2px 4px rgba(0, 0, 0, 0.25);border-radius:12px;border-bottom-left-radius:0;border-bottom-right-radius:0;overflow:clip}main section .availableMediums>li{display:block;flex:1 1;text-align:center;padding:calc(var(--dp)*.75);cursor:pointer;font-size:calc(var(--dp)*.9);letter-spacing:.4px;color:#444444;background:#1a1a1a;border:1px solid #444444}main section .availableMediums>li:nth-child(1){border-top-left-radius:12px}main section .availableMediums>li:last-child{border-top-right-radius:12px}main section .availableMediums>li.selected{background:rgb(31.1, 31.1, 31.1);color:rgb(136.1428571429, 217.8571428571, 214.1428571429);border-bottom:none}main section .schedule{display:flex;flex-wrap:nowrap;min-height:calc(var(--dp)*26);flex-grow:2;border:1px solid #444;border-radius:0 0 12px 12px;border-top:none;background:rgb(31.1, 31.1, 31.1);align-content:stretch}@media(max-width: 768px){main section .schedule{flex-direction:column}}main section .availableStages{list-style-type:none;margin:0;padding:0;display:flex;flex-direction:column;flex-wrap:wrap;justify-content:flex-start;align-items:stretch;align-content:stretch;overflow:clip;background:rgb(36.2, 36.2, 36.2);border-bottom-left-radius:12px;min-width:calc(var(--dp)*8)}@media(max-width: 768px){main section .availableStages{flex-direction:row}}main section .availableStages>li{display:block;flex-grow:2;text-align:center;padding:calc(var(--dp)*.75);cursor:pointer;font-size:calc(var(--dp)*.9);letter-spacing:.4px;color:#444444;align-content:center}main section .availableStages>li.selected{background:rgb(41.3, 41.3, 41.3);color:rgb(136.1428571429, 217.8571428571, 214.1428571429);border-bottom:none}main section .availableStages>li:last-child{border-bottom-left-radius:12px}main section .output{flex-grow:2;padding:calc(var(--dp)*.75);min-height:calc(var(--dp)*26);display:flex;flex-direction:column;gap:0;align-items:start;justify-content:start}main section .output>.targets{display:grid;grid-template-columns:repeat(3, 1fr);gap:calc(var(--dp)*1.2);margin:0 auto;padding:calc(var(--dp)*1.2) calc(var(--dp)*.8)}main section .output>.targets>div{background:rgb(36.2,36.2,36.2);padding:calc(var(--dp)*.25) calc(var(--dp)*1);border-radius:calc(var(--dp)*.4);text-align:center;position:relative;overflow:hidden;display:flex;flex-direction:column;align-items:stretch;justify-content:space-between}main section .output>.targets>div::after{content:"";position:absolute;bottom:0;left:0;height:3px;width:100%;background:#3cc0ba;opacity:.8}main section .output>.targets>div h1{margin:0 0 calc(var(--dp)*.4) 0;font-size:calc(var(--dp)*.9);font-weight:600;opacity:.95;color:hsl(177.2727272727,52.380952381%,69.4117647059%);text-transform:uppercase;letter-spacing:.5px}main section .output>.targets>div div{font-size:calc(var(--dp)*1);font-weight:600;color:#ccc;font-size:calc(var(--dp)*2)}main section .output .product-container{flex-grow:2;width:100%;max-width:600px;margin:0 auto}main section .output .products{margin-top:calc(var(--dp)*1);border-collapse:collapse;background:#1a1a1a;border:1px solid #444;border-radius:calc(var(--dp)*.5);overflow:hidden;font-size:.95rem}main section .output .products thead{background:rgb(36.2,36.2,36.2);border-bottom:2px solid #3cc0ba}main section .output .products thead th{padding:calc(var(--dp)*.8) calc(var(--dp)*.4);font-weight:600;text-transform:uppercase;font-size:.85rem;color:#ccc;white-space:nowrap}main section .output .products thead th[colspan="2"]{white-space:normal}main section .output .products thead th{vertical-align:bottom}main section .output .products thead th:first-child{text-align:left}main section .output .products thead th:nth-child(2),main section .output .products thead th:nth-child(3),main section .output .products thead th:nth-child(4){text-align:right;white-space:nowrap}main section .output .products tbody tr{transition:background .15s ease}main section .output .products tbody tr:nth-child(even){background:#1a1a1a}main section .output .products tbody tr:hover{background:rgb(36.2,36.2,36.2)}main section .output .products tbody td{padding:calc(var(--dp)*.6) calc(var(--dp)*.4);border-bottom:1px solid rgb(31.1,31.1,31.1);color:#ccc;white-space:normal}main section .output .products tbody td:first-child{text-align:left;width:100%}main section .output .products tbody td:nth-child(2),main section .output .products tbody td:nth-child(3),main section .output .products tbody td:nth-child(4){text-align:right;white-space:nowrap}main section .output .products tbody td a{color:hsl(177.2727272727,52.380952381%,69.4117647059%);text-decoration:none;border-bottom:1px dotted hsl(177.2727272727,52.380952381%,69.4117647059%)}main section .output .products tbody td a:hover{color:#3cc0ba;border-color:#3cc0ba}main section .output>.official-link{margin-top:calc(var(--dp)*.75)}main section .formula{display:flex;flex-wrap:wrap}main section .formula>div.data{min-height:calc(var(--dp)*26);flex-grow:2;border:1px solid #444;border-radius:0 12px 12px 0;border-left:none;margin-left:-7px;padding-left:10px}@media(max-width: 768px){main section .formula>div.data{overflow-x:auto;-webkit-overflow-scrolling:touch;padding-left:0;margin-top:calc(var(--dp)*-1)}}@media(max-width: 768px){main section .formula>div.data{border-radius:0 0 12px 12px;border-top:none;border-left:1px solid #444;margin-left:0}}@media(max-width: 768px){main section .formula{flex-direction:column}}main section .results{overflow-x:auto;-webkit-overflow-scrolling:touch}main section .results table{border-collapse:collapse;border-spacing:0}main section .results table td,main section .results table th{margin:0;padding:0;font-weight:normal}main section .results table thead tr td,main section .results table thead tr th{white-space:nowrap}main section .results table tbody tr:nth-child(even){background-color:rgb(31.1,31.1,31.1)}main section .results table tbody tr td{white-space:nowrap}main section .results table tbody tr td:nth-child(n+2):nth-child(-n+4){text-align:right}main section .results table tbody tr td.add{text-align:center}footer{width:100%;box-sizing:border-box;margin-top:auto;color:#ccc;font-size:calc(var(--dp)*.7);text-align:center;padding:calc(var(--dp)*.5) calc(var(--dp)*1);box-shadow:0 -2px 6px rgba(0,0,0,.6);user-select:none}footer .github-link{display:inline-flex;align-items:center;gap:.4em;margin-top:calc(var(--dp)*.1);color:#444444;text-decoration:none;font-size:calc(var(--dp)*.85);letter-spacing:.3px;transition:color .15s ease}footer .github-link:hover{color:rgb(136.1428571429, 217.8571428571, 214.1428571429)}footer .github-link .github-mark{width:1em;height:1em;fill:currentColor;flex-shrink:0}
