*,*:before,*:after{box-sizing:border-box}*{margin:0}@media(prefers-reduced-motion:no-preference){html{interpolate-size:allow-keywords}}body{line-height:1.5;-webkit-font-smoothing:antialiased}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}p{text-wrap:pretty}h1,h2,h3,h4,h5,h6{text-wrap:balance}#root,#__next{isolation:isolate}ul[role=list],ol[role=list]{list-style:none}a{text-decoration:none}:root{--background: #fff7e2;--on-background: #4c2a12}body{margin:0;font-family:monospace;background-color:var(--background);color:var(--on-background);height:100vh;display:flex;flex-direction:column;overflow:hidden}main{display:flex;flex-direction:column;justify-content:space-between;flex:1;padding-top:env(safe-area-inset-top);padding-bottom:env(safe-area-inset-bottom);box-sizing:border-box;margin-top:2.5rem;overflow:hidden}header{position:fixed;top:0;left:0;width:100%;height:2.5rem;background-color:var(--background);z-index:99;border-bottom:2px solid var(--on-background);display:flex;flex-direction:row;justify-content:center;align-items:center;padding-inline:.8rem}header button{border:0;background:0;color:var(--on-background)}header p{font-weight:700;font-size:1rem;font-family:"Averia Serif Libre"}h1{font-family:Lora,serif}.layout-3-column{display:grid;grid-template-columns:1fr min(30rem,100%) 1fr;padding-inline:2rem;position:relative}.layout-3-column>*{grid-column:2}#start{justify-content:center!important}#game,#start,#finished{display:flex;flex-direction:column;margin-top:1rem;justify-content:start;gap:2rem;text-align:center;height:100%}#start{align-items:center}#start h1{font-size:2rem}#start p{font-size:1.2rem}#game{display:flex;flex-direction:column;margin-top:2rem;justify-content:start;gap:1rem;text-align:center;height:100%}#game h2{font-size:1rem}#finished h2{font-size:1.4rem}h2{font-family:"Averia Serif Libre"}#result{background:#ffeac2;color:#583700;padding:1.5rem;border-radius:0;height:8rem;align-items:center;justify-content:center;clip-path:url(#wavyClip);box-shadow:2px 3px #00000014,6px 8px #0000000a;display:flex;flex-direction:column;gap:.2rem}#result p{font-weight:700;line-height:1.2;text-align:center;font-size:1.2rem;max-width:100%;word-wrap:break-word;white-space:pre-line}.home,.final{text-align:center}button.primary{background:#fff097;color:#583700;font-weight:700;border:2px solid #583700;border-radius:4px;padding:.75rem 1.5rem;font-size:1rem;cursor:pointer}button.primary:hover{color:#000}#quote{background:#ffeac2;color:#583700;display:flex;align-items:center;justify-content:center;overflow:hidden}#quote{background:#ffeac2;color:#583700;padding:1rem;border-radius:0;height:12rem;display:flex;align-items:center;justify-content:center;clip-path:url(#wavyClip);box-shadow:2px 3px #00000014,6px 8px #0000000a;container-type:inline-size}#quote p{font-weight:700;line-height:1.2;text-align:center;font-size:clamp(1.2rem,1rem + 1cqi,2.2rem);max-width:100%;word-wrap:break-word;white-space:pre-line;font-family:"Averia Serif Libre"}#scorecard{padding:0}#scorecard li{min-height:2rem;border-bottom:1px solid #583700;font-weight:700;font-size:.9rem;list-style-type:none;margin:0;display:flex;flex-direction:column;justify-content:center;gap:0rem}#scorecard .result-row{display:flex;flex-direction:row;align-items:center;justify-content:space-between}#scorecard .author-row{display:flex;flex-direction:row;align-items:center;justify-content:center;font-size:.8rem;font-weight:400;margin-bottom:.2rem}#scorecard li.answered{border-bottom:2px solid #583700}#scorecard li .result{position:relative;z-index:0;padding:.15em .4em;font-weight:600}#scorecard li .result:before{content:"";position:absolute;inset:38% -.3em 10% -.2em;border-radius:12px 6px 10px 8px;transform:rotate(-1.5deg);z-index:-1}#scorecard li .true:before{background:#2ecc71}#scorecard li .false:before{background:#ff7373}.actions{display:flex;gap:1rem;padding-bottom:env(safe-area-inset-bottom)}.actions button{flex:1}.final-score{font-size:1.5rem;margin-bottom:1.5rem}footer{position:fixed;bottom:0;left:0;width:100%;height:2rem;background-color:var(--background);color:var(--on-background);border-top:2px solid var(--on-background);justify-content:center;align-items:center;z-index:99;font-family:"Averia Serif Libre";font-weight:700;display:flex;flex-direction:row;gap:.4rem}footer a{color:var(--on-background)}
