*{box-sizing:border-box}body{color:#f5e5c5;background:#17121d;margin:0;font-family:Georgia,serif}#app{text-align:center;flex-direction:column;align-items:center;min-height:100vh;padding:24px;display:flex}h1{margin:12px 0;font-size:clamp(32px,6vw,64px)}#status{min-height:2em;font-size:clamp(18px,3vw,28px)}#scene{border:2px solid #9b774c;border-radius:12px;width:min(100%,800px);height:min(60vh,500px);overflow:hidden}button{color:#fff1d2;cursor:pointer;background:#68412d;border:1px solid #e0b66a;border-radius:8px;margin-top:24px;padding:14px 28px;font:700 20px Georgia,serif}button:disabled{opacity:.5;cursor:wait}#verdict{width:min(100%,800px);margin-top:32px;padding-bottom:40px}#verdict[hidden]{display:none}#verdict h2{color:#f1bb73;margin:0 0 18px;font-size:clamp(36px,7vw,72px)}#verdict-message{white-space:pre-line;margin:0;font-size:20px;line-height:1.5}
