:root{--border-color: #36363e;--scenario-max-width: 45em;--scenario-min-width: 45em;--theme-color-1: #94afec;--theme-color-2: #b3dfcf;--theme-color-3: #eee346;--theme-color-4: #ec2969}body{background:var(--theme-color-2);font-family:Sans-Serif;margin:0;box-sizing:border-box}#root{display:inline-grid}.initial-info{padding:0 8px;>*{position:sticky;left:8px;display:inline-block}}.charge-row{padding-left:.5em}.charge-row:not(.total){border-bottom:1px solid var(--border-color)}.charge-row,.total-row{.cost{padding-right:2em}}.charge-row,.total-row{display:inline-grid;width:100%;box-sizing:border-box;grid-template-columns:[source] 3fr [usage] 1fr [usage-uom] 1fr [cost] 1fr;align-items:center;.source{grid-area:source}.usage{grid-area:usage;text-align:right;padding-right:5px;white-space:nowrap}.usage-uom{grid-area:usage-uom;text-align:left}.cost{grid-area:cost;text-align:right}}.scenarios{display:flex;@media(min-width:320px){flex-direction:column}@media(min-width:481px){flex-direction:column}@media(min-width:641px){flex-direction:column}@media(min-width:961px){flex-direction:column}@media(min-width:1025px){flex-direction:row}@media(min-width:1281px){flex-direction:row}.start-conversion{align-self:end;margin:1em}}.flex-column{display:flex;flex-direction:column}.scenario-source-section{padding-left:.5em;width:100%}.scenario-source-charges-section{padding-left:1.5em;h1,h2,h3,h4,h5{margin-top:5px;margin-bottom:5px}}.bold{font-weight:700}.better-cost{color:green}.worse-cost{color:red}.scenario-breakdown{max-width:var(--scenario-max-width);padding:.25em;@media(min-width:320px){flex-direction:column}@media(min-width:481px){flex-direction:column}@media(min-width:641px){flex-direction:column}@media(min-width:961px){flex-direction:column}@media(min-width:1025px){min-width:var(--scenario-min-width)}@media(min-width:1281px){min-width:var(--scenario-min-width)}}.scenario-header{display:flex;justify-content:space-between;align-items:baseline;padding:0 5px;&.alternative{border-left:var(--theme-color-3) 10px solid}&.baseline{border-left:var(--theme-color-4) 10px solid}}.no-marker{list-style-type:none}input[type=checkbox]{accent-color:var(--theme-color-1);transform:scale(1.105)}button{background:var(--theme-color-1);border:2px solid var(--border-color);padding:.5em;border-radius:5px}.summary-usage-input{display:grid;max-width:var(--scenario-max-width);background-color:var(--border-color);grid-gap:2px;border-bottom:2px solid var(--border-color);border-right:2px solid var(--border-color);grid-template-areas:"top-left electrical-label gas-label" "lowest-label lowest-electrical lowest-gas" "highest-label highest-electrical highest-gas";>*{border:0}>:not(input){background-color:var(--theme-color-2)}.top-left{grid-area:top-left}.lowest-label{grid-area:lowest-label}.highest-label{grid-area:highest-label}.electrical-label{grid-area:electrical-label;text-align:center;padding-right:5px}.gas-label{grid-area:gas-label;text-align:center;padding-right:5px}.lowest-electrical{grid-area:lowest-electrical;text-align:right;padding-right:5px}.highest-electrical{grid-area:highest-electrical;text-align:right;padding-right:5px}.lowest-gas{grid-area:lowest-gas;text-align:right;padding-right:5px}.highest-gas{grid-area:highest-gas;text-align:right;padding-right:5px}}.gas-rate-simple{display:grid;grid-template-columns:max-content 10em max-content;max-width:var(--scenario-max-width);margin:1em 0;align-items:baseline;grid-gap:5px;>input{border:2px solid var(--border-color);text-align:right;border-radius:5px}}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield;appearance:textfield}summary{list-style-position:outside}summary .charge-row{vertical-align:middle}
