*,*:before,*:after{box-sizing:border-box;font-family:"Swiss 921 BT",Swiss921 BT,Impact,sans-serif}a{color:inherit;text-decoration:inherit}a,button{cursor:pointer}body{margin:0;background-color:#111;color:#fff;text-align:center}#game{padding:24px;height:100vh;display:flex;flex-direction:column}#game #game-content{flex:1;margin-bottom:32px;display:flex;position:relative}#game #game-content>*{width:100%;height:100%}#game #scores{flex:0;font-size:4vmin;display:grid;grid-template-columns:repeat(auto-fit,minmax(calc(10ch + 3.5em + 4px),1fr));grid-gap:6px}#game #scores>*{display:flex;justify-content:space-around;padding:8px}#game #scores>*:last-child{margin-right:0}#game #scores>*>.buttons{display:flex;flex-direction:column;justify-content:space-around}#game #scores>*>.buttons .scorebutton{font-size:1rem;font-weight:700;width:1.75em;height:1.75em}#game #team-scores{display:flex;flex-direction:column;justify-content:space-around;font-size:4vmin}#game #team-scores>*{width:100%;padding:8px;display:flex;justify-content:space-between}.timer-bars{height:16px;width:100%;display:flex;margin-bottom:-16px;margin-top:8px}.timer-bars>*{background-color:#432f36;border-color:#98808a;border-width:2px;border-style:solid;flex:1}.timer-bars>:first-child{border-left-width:4px}.timer-bars>:last-child{border-right-width:4px}.timer-bars>.timer-bar-lit{background-color:#d70028}.buzzed-in-bar{position:absolute;left:0;background:#fff;height:8px;width:100%}.extraneous .buzzed-in-bar{background:#8b0000}.buzzed-in-bar-top{top:0}.buzzed-in-bar-bottom{bottom:0}#board{height:100%;display:grid;grid-auto-columns:1fr;grid-auto-rows:1fr;grid-gap:6px;font-weight:700}#board>*,#board a{width:100%;height:100%;display:flex;justify-content:center;align-items:center}#board .ctitle{padding:.25em .5em;font-size:3vmin;text-transform:uppercase}#board>*,#scores>*,#team-scores>*{background:#0074d9;border-radius:8px}#board .buzzed,#scores .buzzed,#team-scores .buzzed{position:relative;overflow:hidden}#team-scores .buzzed{background:#5deaf2}.qvalue{color:#ffdc00}.scorescore{color:#fff}.scorescore.negative{color:#8b0000}.scorename{font-family:Patrick Hand,cursive}#board .qvalue,#scores{font-size:6vmin;font-weight:700}#question{display:flex;flex-direction:column;align-items:center}#question>*:first-child{flex:1}#question .qheader{font-weight:700;font-size:8vmin;margin-bottom:32px;text-transform:uppercase}#question .qtext>*{font-size:5vmin;height:65%;font-family:Korinna,Libre Baskerville,Georgia,serif}.finalheader{padding-top:32px;font-size:8vmin;display:flex;align-items:center;text-transform:uppercase;flex-direction:column;justify-content:center}.winner{font-size:8vmin}#nextbutton{height:32px;padding:0 32px;font-size:16px;background:#999}#init,#config{width:50%;margin-left:25%;margin-right:25%}.serial-button{position:absolute;top:0;right:0;width:24px;height:24px;z-index:2;overflow:hidden}.serial-button>img{width:200%;height:200%;object-fit:contain;transform:translate(-25%,-25%)}.serial-status{position:absolute;top:4px;right:28px;z-index:2;max-width:45vw;color:#900;font-size:12px}.hstack{display:flex}.flex1{flex:1}.reverse{flex-direction:row-reverse}.pad{padding:0 8px}.vstack{display:flex;flex-direction:column}.fill-parent{height:100%;width:100%}.not-shown-yet{opacity:.5}
