@import"https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;700&display=swap";*{margin:0;padding:0}body{background:url(/assets/background-sm-CEPwYHF5.png);background-size:250px;display:flex;flex-direction:column;align-items:center;color:#faebd7;font-family:Dancing Script,Brush Script MT,Lucida Handwriting,cursive}#app{max-width:360px}.heading{padding:1rem}.heading__image{width:100%;filter:drop-shadow(1px 1px 3px #d90f)}.ancestry{margin:0 2.5rem;display:grid;gap:1rem 3rem;align-items:center;justify-items:center;grid-template-columns:1fr 1fr}.ancestry__shelf{width:100%;background:url(/assets/shelf-Do7fTENa.png) no-repeat bottom;background-size:100%}.ancestry__image{width:100%;margin-bottom:12px}.starter{width:100%;display:grid;place-items:center;margin:3rem 0 8rem}.starter__button{max-width:100%;cursor:pointer}.game{display:none;background:url(/assets/background-sm-CEPwYHF5.png);background-size:250px}.game>*{grid-area:1 / 1;width:100%;height:100%}.game__shadow{background:#000;opacity:0;z-index:-1;transition:opacity 2s}.game__shadow--active{opacity:.4}.game--active{position:fixed;top:0;right:0;bottom:0;left:0;width:100vw;height:100dvh;z-index:9999;display:grid;place-items:center}.game__view{opacity:0;transition:opacity 1s}#game__firework{pointer-events:none}.game__wheel{opacity:1;display:grid;place-items:center}.game__vote--active{display:flex;flex-direction:column;align-items:center;opacity:1}.game__voter_name{padding-top:1rem;font-size:3rem}.game__candidate_table{display:grid;grid-template-columns:1fr 1fr;place-items:center;gap:2rem;margin:2rem}.game__candidate{display:flex;flex-direction:column;align-items:center;cursor:pointer;position:relative}.game__candidate_prio:not(:empty){position:absolute;top:0;left:0;background:#000;border-radius:100vw;width:1.8rem;height:1.8rem;display:grid;place-items:center}.game__candidate_flag{font-size:6rem}.game__candidate_name{font-size:1.5rem;text-align:center}.game__vote_instructions{margin:3rem 0;text-align:center;font-size:1.5rem}.game__vote_continue{display:none}.game__vote_continue--active{display:grid;place-items:center}.game__vote_continue img{width:80%;cursor:pointer}.game__result{display:none}.game__result--active{display:flex;flex-direction:column;align-items:center;opacity:1}.game__result_winner_flag{font-size:8rem}.game__result_heading{margin-top:1rem;font-size:2.5rem}.game__result_winner_name{font-size:2.5rem;text-align:center}.game__result_losers{display:flex;justify-content:space-between;gap:3rem;flex-direction:row;margin:3rem 0}.game__loser_flag{font-size:3rem}.game__result_table{display:flex;flex-direction:row;justify-content:space-between;margin:.5rem}.game__result_voter{display:flex;flex-direction:column;gap:1rem}.game__loser,.game__result_details{position:relative;display:flex;flex-direction:column;align-items:center;text-align:center}.game__loser_prio:not(:empty),.game__result_details_prio:not(:empty){position:absolute;top:-.5rem;left:-.5rem;background:#000;border-radius:100vw;width:1.8rem;height:1.8rem;display:grid;place-items:center}.game__result_details_flag{font-size:2rem}
