@font-face{font-family:moontime;src:url(/_next/static/media/moontime-regular.9a4b48c4.ttf)}body{background-color:#1a1a1a;color:#f5f5f5;font-family:Arial,sans-serif;text-align:center;margin:0}.App h2{font-family:moontime;font-size:70px;font-weight:100;color:#fff8ed;margin-top:20px;margin-bottom:0}.categories-container{max-width:600px;padding:20px;margin:20px auto 0}.category{margin-bottom:40px}.sticky-header{font-family:Courier New,Courier,monospace;color:#fff8ed;font-size:20px;margin:0;background-color:rgba(26,26,26,.9);padding:10px;position:sticky;top:0;z-index:1;border-radius:5px}.options{gap:15px}.option-label,.options{display:flex;flex-direction:column}.option-label{align-items:center;border:2px solid transparent;border-radius:5px;overflow:hidden;cursor:pointer;transition:border-color .3s ease}.option-label.selected{border-color:#fff8ed}.option-label img{width:100%;height:auto;display:block}.category.collapsed{opacity:.6}.category.collapsed .options{display:none}.name-overlay{color:#fff8ed;font-size:20px;background-color:rgba(0,0,0,.7);padding:5px;text-align:center}.name-overlay,.submit-button{font-family:Courier New,Courier,monospace;width:100%}.submit-button{font-size:30px;padding:15px;color:#1a1a1a;background-color:#888;border:none;border-radius:5px;cursor:not-allowed;transition:background-color .3s ease}.submit-button.enabled{background-color:#fff8ed;cursor:pointer}.submit-button.enabled:hover{background-color:#eecbae}.loading-screen,.thank-you-screen{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;color:#fc0;text-align:center;font-family:moontime;font-size:100px;font-weight:100;color:#fff8ed;margin-top:20px}.loading-screen p{margin:0}.loading-screen .spinner{border:6px solid #f3f3f3;border-top-color:#f60;border-radius:50%;width:50px;height:50px;animation:spin 1s linear infinite;margin-bottom:20px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.thank-you-screen h2{font-size:70px;color:#fff8ed;font-weight:100;margin:0}.App p,.thank-you-screen p{color:#fff;margin:0;font-family:Courier New,Courier,monospace;color:#fff8ed;font-size:15px}