<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{box-sizing:border-box;margin:0;color:#fff;font-size:3vw}#root{min-height:100vh;background:url(/bg.jpg) center;background-size:cover}.main{min-height:100vh;background-color:#000000d4;display:flex}.main .game-title{width:50%;max-width:25rem}.main .start{width:20vw;max-width:10rem;cursor:pointer;animation:pulse infinite 1.5s}.main .start:hover{animation:none}.home{flex-direction:column;justify-content:center;align-items:center}.play{display:flex;flex-direction:column;align-items:center}header{display:flex;width:80vw;min-width:280px;max-width:1200px;justify-content:space-between;align-items:center;padding:2% 3% 0;border-bottom:.5px solid grey;background-color:#3636369e}header img{height:6vw;min-height:1.5rem;max-height:3rem}header img.logo{height:8vw;min-height:2rem;max-height:4rem}header nav{display:flex;gap:.5rem}header p{color:#fff;font-weight:700}header .pointer{cursor:pointer}.instruction{display:flex;align-items:center;padding-top:2rem}.true-choice{height:3rem;width:7rem;display:inline-block;border-radius:10px;animation:pulse infinite 1.5s}.popup-container{height:100vh;width:100vw;background-color:#5b5b5b95;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);position:absolute;z-index:1;top:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center}.popup-container .popup{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;height:20rem;width:20rem;background-color:#248f169c;padding:2rem;border-radius:1rem;box-shadow:#fbfafabb 0 1px 4px,#9c9b9b 0 0 0 3px}.choices{margin:1.5rem;display:grid;grid-template-columns:repeat(3,1fr);gap:.65rem}.choice{height:6rem;width:6rem;display:inline-block;transition:all .5s;border-radius:.5rem}.choice:hover{transform:scale(1.05)}.choice-border{height:4rem;width:8rem;border:1px solid;margin-left:1rem;display:flex;align-items:center;justify-content:center;border-radius:10px}.red{border:3px solid rgb(251,98,98)}.green{border:3px solid rgb(129,253,129)}@media (min-width: 70rem){*{font-size:20px}}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}
</pre></body></html>