:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}html,body{margin:0;padding:0;background-color:#fff4d5;font-family:monospace;overflow-x:hidden;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}*{font-family:Courier New}html,body,#root{height:100%;width:100%;background-color:#000;margin:0;font-family:Courier New}.container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;min-height:100vh;box-sizing:border-box}.login,.form,.thankyou{color:#fff;display:flex;flex-direction:column;align-items:center;width:100%;max-width:300px;gap:5px}.flyer{max-width:100%;margin-bottom:20px;filter:drop-shadow(10px 10px 4px #000000)}.barrel{max-width:256px;margin-bottom:20px;filter:drop-shadow(10px 10px 4px #000000)}input,button{padding:8px 10px;font-size:16px;font-family:monospace;border:3px inset #5a5a5a;background-color:#fff;color:#000;width:100%;box-sizing:border-box}button{border:3px outset #5a5a5a;cursor:pointer}button:active{border:3px inset #5a5a5a}input[type=checkbox]{width:auto;margin-right:8px}.checkboxRow{display:flex;justify-content:space-between;align-items:center;width:100%;max-width:300px;margin:10px 0 20px;font-family:Courier New,Courier,monospace}.checkboxRow label{font-size:18px}.checkboxRow input[type=checkbox]{width:18px;height:18px}input[type=checkbox]{-moz-appearance:none;appearance:none;-webkit-appearance:none;width:18px;height:18px;background-color:#fff;border:3px inset #5a5a5a;display:inline-block;vertical-align:middle;cursor:pointer;margin:0;padding:0}input[type=checkbox]:checked:before{content:"";display:block;width:10px;height:10px;background-color:#000;margin:2px auto auto}.throbber{display:flex;flex-direction:column;align-items:center;gap:10px;font-family:monospace;font-size:1rem;margin-top:20px}.throbber img{width:auto;height:256px}.radioRow{max-width:100%}.radioOptions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:center;justify-items:center;gap:12px 16px;width:100%}.radioLabel{display:flex;align-items:center;justify-content:center;gap:8px;line-height:1.25;padding:2px 6px;overflow:visible;white-space:normal}input[type=radio]{inline-size:18px;block-size:18px;margin:0 6px 0 0;accent-color:#ffffff}@media (max-width: 360px){.radioRow{padding:8px 10px}.radioOptions{gap:8px 12px}}
