:root{--primary-color: hsl(0, 0%, 0%);--secondary-color: hsl(0, 0%, 90%);color:#fff}html,body{margin:0;padding:0;width:100vw;min-height:100vh;overflow-x:hidden;overflow-y:auto;background-color:#0d0d0d}#root{width:100%;min-height:100vh;display:flex;flex-direction:column}.app-wrapper{display:flex;flex-direction:column;min-height:100vh;width:100%}.background-video-container{position:fixed;width:100vw;height:100vh;z-index:1;top:0;left:0}video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:1}.page-content{position:relative;z-index:1;width:100%;flex:1;display:flex;flex-direction:column;align-items:center;padding-top:2rem;box-sizing:border-box}.header-container{display:flex;flex-direction:column;align-items:center;width:100%}h1{font-family:Goudy Old Style,serif!important;font-size:4.5rem;text-align:center;margin:0 auto;margin-top:1.25rem;letter-spacing:.625rem;color:#fff!important}hr{border:none;border-top:2px solid #ffffff!important;background-color:#fff!important;width:100%}nav{position:relative;text-align:center;margin-top:1rem}.text{margin:0 auto;margin-top:1rem;text-align:center;font-family:Goudy Old Style,serif;letter-spacing:.35rem;font-size:1.5rem;color:#fff!important}.card-container{flex:1;display:flex;align-items:center;justify-content:center;width:100%;padding:1rem 0}.card{border-radius:50%;box-shadow:.3125rem .3125rem .3125rem #0000001a;padding:1.25rem;text-align:center;color:#fff;height:18.5rem;max-width:18.75rem;min-width:18.75rem;display:flex;flex-direction:column;justify-content:center;align-items:center;cursor:pointer;transition:all .3s ease-in-out}.card:hover{background-color:#1a1a1a59;transform:scale(1.05)}.card:hover .card-image,.card:hover .card-title,.card:hover .card-text{transform:scale(1.07);transition:all .3s ease-in-out}.card .card-image{max-width:100%;height:auto;border-radius:10%;margin-top:3rem;transition:transform .3s ease-in-out}.card .card-title{font-family:Arial,sans-serif;margin:0;margin-top:2rem;color:#fff}.card .card-text{font-family:Arial,sans-serif;color:#fff}.lobby-popup{display:flex;flex-direction:column;align-items:center;justify-content:center;width:90vw;max-width:800px;height:auto;min-height:300px;border:2px solid #ffffff;border-radius:10px;padding:2rem;background-color:#000000bf;text-align:center;gap:1.5rem;box-sizing:border-box;flex-shrink:0;margin-bottom:2rem}.lobby-title{font-family:Goudy Old Style,serif;color:#fff;margin:0;font-size:3.5rem;letter-spacing:.2rem;margin-bottom:1rem}.lobby-text{font-family:Georgia,sans-serif;color:#fffffff2;line-height:1.7;font-size:1.3rem;margin:0}.lobby-button{padding:.75rem 1.2rem;scale:1.3;border:1px solid #ffffff;border-radius:20px;background-color:#ffffff13;color:#fff;font-family:Goudy Old Style,serif;font-size:1.5rem;cursor:pointer;transition:all .3s ease;letter-spacing:.1rem;margin-top:1.5rem}.lobby-button:hover{background-color:#fff;color:#000;transform:scale(1.05)}.chatbox-wrapper{display:flex;justify-content:center;align-items:center;flex-wrap:wrap}.simple-chatbox{display:flex;flex-direction:column;width:90vw;max-width:400px;height:60vh;min-height:450px;max-height:700px;border:2px solid #ffffff;border-radius:10px;padding:1rem;background-color:#00000080;gap:1rem;box-sizing:border-box}.messages-container{display:flex;flex-direction:column;gap:.75rem;overflow-y:auto;flex-grow:1;scrollbar-width:none;-ms-overflow-style:none}.messages-container::-webkit-scrollbar{display:none}.chat-message{padding:.75rem;border-radius:8px;color:#fff;font-family:Arial,sans-serif;font-size:.95rem;word-wrap:break-word}.bot-message{background-color:#6496ff4d;text-align:left;align-self:flex-start;max-width:80%}.user-message{background-color:#4caf504d;text-align:left;align-self:flex-end;max-width:80%;display:inline-block;width:fit-content}.chat-form{display:flex;gap:.5rem}.chat-input{flex:1;padding:.5rem;border:1px solid #ffffff;border-radius:5px;background-color:#ffffff1a;color:#fff;font-family:Arial,sans-serif}.chat-input::placeholder{color:#fff9}.chat-button{padding:.5rem 1rem;border:1px solid #ffffff;border-radius:5px;background-color:#ffffff1a;color:#fff;font-family:Arial,sans-serif;cursor:pointer;transition:background-color .3s ease}.chat-button:hover{background-color:#fff3}footer{width:100%;padding-top:2rem;padding-bottom:2rem;text-align:center;background-color:transparent;margin-top:auto;box-sizing:border-box;flex-shrink:0}footer p{color:#fff!important;margin:0}.chat-header{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid rgba(255,255,255,.2);padding-bottom:1rem}.timer{font-family:Courier New,Courier,monospace;font-size:1.5rem;color:#fff;font-weight:700}.guess-button{padding:.5rem 1rem;border:1px solid #ffffff;border-radius:5px;background-color:#ffffff1a;color:#fff;font-family:Arial,sans-serif;cursor:pointer;transition:all .3s ease}.guess-button:hover{background-color:#ffffffe6;color:#000}.message-wrapper{display:flex;flex-direction:column;margin-bottom:.5rem}.user-wrapper{align-items:flex-end}.bot-wrapper{align-items:flex-start}.timestamp{font-size:.7rem;color:#ffffff80;margin-top:.25rem;font-family:Arial,sans-serif}.evaluation-option-btn{flex:1;width:100%;padding:2.5rem 1rem;background:#ffffff08;border:2px solid rgba(255,255,255,.1);border-radius:12px;color:#ffffff80;font-family:Goudy Old Style,serif;font-size:2.2rem;letter-spacing:.2rem;cursor:pointer;transition:all .3s ease;text-transform:uppercase}.evaluation-options{display:flex;flex-direction:row;gap:2rem;width:100%;margin-bottom:2.5rem}.evaluation-option-btn:hover{background:#ffffff1a;color:#fff}.evaluation-option-btn.active{background:#ffffff26;border:2px solid #ffffff;color:#fff;box-shadow:0 0 25px #ffffff4d}.evaluation-slider{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;height:10px;background:#ffffff0c;border-radius:10px;outline:none;margin-top:1rem;border:1px solid rgba(255,255,255,.2)}.evaluation-slider::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:26px;height:26px;border-radius:50%;background:#000;border:3px solid #ffffff;cursor:pointer;box-shadow:0 0 15px #fffc;transition:transform .2s ease}.evaluation-slider::-webkit-slider-thumb:hover{transform:scale(1.2)}.evaluation-slider::-moz-range-thumb{width:26px;height:26px;border-radius:50%;background:#000;border:3px solid #ffffff;cursor:pointer;box-shadow:0 0 15px #fffc;transition:transform .2s ease}.evaluation-slider::-moz-range-thumb:hover{transform:scale(1.2)}.evaluation-textarea{width:100%;height:100px;padding:1rem;border-radius:5px;font-family:Arial,sans-serif;background-color:#0006;color:#fff;border:1px solid rgba(255,255,255,.4);resize:none;box-sizing:border-box;transition:border .3s ease}.evaluation-textarea:focus{outline:none;border:1px solid #ffffff;box-shadow:0 0 15px #ffffff26}.evaluation-submit-btn{width:75%;padding:1.2rem;border-radius:8px;background:transparent;border:1px solid rgba(255,255,255,.2);color:#fff3;font-family:Goudy Old Style,serif;font-size:1.5rem;letter-spacing:.3rem;text-transform:uppercase;transition:all .4s ease;cursor:not-allowed}.evaluation-submit-btn.ready{border:1px solid #ffffff;color:#000;background:#fff;cursor:pointer;box-shadow:0 0 30px #fff6}.evaluation-submit-btn.ready:hover{background:#ffffffe6;transform:translateY(-2.5px)}.modern-textarea:focus{outline:none;border:1.2px solid #ffffff;box-shadow:0 0 15px #ffffff26}.evaluation-window-compact{width:90%;max-width:600px;margin:0 auto;padding:1rem 2rem;box-sizing:border-box;height:auto!important;min-height:min-content;max-height:80vh;display:flex!important;flex-direction:column;justify-content:flex-start!important;overflow-y:auto;overflow-x:hidden}@media (max-width: 500px){.evaluation-options{gap:.5rem}.evaluation-option-btn{padding:1rem .5rem;font-size:1.2rem;letter-spacing:.1rem}}.system-wrapper{display:flex;justify-content:center;width:100%;margin:1rem 0}.system-message{background:#ffffff1a;color:#fff9;padding:.5rem 1.5rem;border-radius:20px;font-style:italic;font-size:.9rem;text-align:center}
