:root{padding:0;margin:0;width:100vw;height:100vh;font-family:Calibri;font-size:1.5rem}:root body{margin:0;padding:0}:root button.button{width:8rem;height:2rem;justify-content:center;align-items:center;border:solid 1px gray;border-radius:3px;display:flex;color:#a4a8b4;font-weight:600;background-color:#2a2d36}:root button.button.inverted{background-color:#000;border:solid 1px rgb(48,48,48);height:1.5rem;color:#fff}:root button.button.inverted:hover{background-color:#000}:root button.button:hover{cursor:pointer;border-color:#fff!important;background-color:orange}:root input[type=radio]{appearance:none;background-color:none;margin:.25rem .5rem;font:inherit;color:#fff;width:1.75em;height:1.75em;border:solid white .25em;border-radius:50%;display:grid;place-content:center}:root input[type=radio]:checked:before{transform:scale(1)}:root input[type=radio]:before{content:"";width:.85rem;height:.85rem;border-radius:50%;transform:scale(0);transition:.12s transform ease-in-out;box-shadow:inset 1rem 1rem #fff}:root input[type=radio]:hover{background-color:orange}
