body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.welcome-page{align-items:center;background-color:#1a1a1a;display:flex;justify-content:center;min-height:100vh}.welcome-container{background-color:#fff;border-radius:20px;box-shadow:0 10px 30px #0000001a;max-width:500px;padding:2.5rem;text-align:left;width:100%}.welcome-container h2{color:#333;font-size:1.25rem;margin-bottom:1.5rem;text-align:center}.welcome-container p{color:#555;font-size:.95rem;line-height:1.6;margin-bottom:1rem}.welcome-footer{align-items:center;display:flex;gap:10px;justify-content:center;margin-top:2rem}.welcome-footer button{background-color:#007bff;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:700;padding:.6rem 1.5rem;transition:background-color .3s ease}.welcome-footer button:hover{background-color:#0056b3}.welcome-footer input[type=checkbox]{height:18px;width:18px}.achievement-popup{align-items:center;background-color:#2a2a2a;border:1px solid #444;border-radius:8px;color:#fff;display:flex;left:20px;padding:16px;position:fixed;top:100px;transform:translateX(-110%);transition:transform .8s cubic-bezier(.25,.46,.45,.94);width:280px;z-index:2000}.achievement-popup.show{transform:translateX(0)}.achievement-icon{flex-shrink:0;margin-right:16px}.achievement-details h4{font-size:1rem;font-weight:700;margin:0 0 4px}.achievement-details p{font-size:.85rem}.auth-page{align-items:center;background-color:#1a1a1a;display:flex;justify-content:center;min-height:100vh}.auth-container{background-color:#fff;border-radius:20px;box-shadow:0 10px 30px #0000001a;max-width:450px;padding:2rem;text-align:center;width:100%}.auth-logo{color:#333;font-size:1.5rem;font-weight:700;margin-bottom:1.5rem}.auth-tabs{border:1px solid #ddd;border-radius:10px;display:flex;justify-content:center;margin-bottom:1.5rem;overflow:hidden}.auth-tab-button{background-color:#f0f0f0;border:none;color:#888;cursor:pointer;flex:1 1;font-size:1rem;font-weight:600;padding:.75rem 1rem;transition:all .3s ease}.auth-tab-button.active{background-color:#007bff;color:#fff}.auth-form{display:flex;flex-direction:column;gap:1rem}.auth-form input{border:1px solid #ccc;border-radius:8px}.auth-button,.auth-form input{font-size:1rem;padding:.75rem 1rem}.auth-button{border:none;border-radius:8px;cursor:pointer;font-weight:700;transition:background-color .3s ease}.auth-button-primary{background-color:#333;border:1px solid #333;color:#fff}.auth-button-primary:hover{background-color:#555}.auth-button-secondary{background-color:#fff;border:1px solid #ccc;color:#333}.auth-button-secondary:hover{background-color:#f9f9f9}.auth-footer{color:#aaa;font-size:.75rem;margin-top:1rem}.landing-page{background-color:#000;color:#fff;display:flex;flex-direction:column;height:100vh;overflow:hidden;width:100vw}.header-container{align-items:center;background-color:#00000080;display:flex;height:70px;justify-content:space-between;left:0;padding:0 2rem;position:absolute;top:0;width:100%;z-index:10}.video-container{flex-grow:1;overflow:hidden;position:relative}.sphere-container{height:150px;pointer-events:none;width:100%;z-index:10}.sphere-container,.start-journey-overlay{align-items:center;bottom:0;display:flex;justify-content:center;left:0;position:absolute}.start-journey-overlay{background-color:#000c;right:0;top:0;z-index:100}.start-journey-button{background-color:#007bff;border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:1.5rem;font-weight:700;padding:1rem 2rem;transition:background-color .3s ease}.start-journey-button:hover{background-color:#0056b3}.quest-form{background-color:#000000b3;border-radius:8px;bottom:160px;display:flex;gap:10px;left:50%;padding:10px;position:absolute;transform:translateX(-50%);z-index:20}.quest-form input{background-color:#1a1a1a;border:1px solid #777;border-radius:5px;color:#fff;padding:.5rem}.quest-form button{background-color:#007bff;border:none;border-radius:5px;color:#fff;cursor:pointer;font-weight:700;padding:.5rem 1rem}.quest-message{background-color:#149614cc;border-radius:8px;bottom:220px;color:#fff;font-size:1.1rem;left:50%;padding:1rem;position:absolute;transform:translateX(-50%);z-index:20}.quest-message.error{background-color:#961414cc}.modal-overlay{align-items:center;background-color:#000000bf;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.modal-content{background-color:#2a2a2a;border:1px solid #555;border-radius:10px;box-shadow:0 5px 25px #00000080;color:#fff;max-width:600px;position:relative;width:90%}.modal-close-button{background:none;border:none;color:#aaa;cursor:pointer;font-size:2rem;font-weight:700;position:absolute;right:15px;top:10px;transition:color .2s}.modal-close-button:hover{color:#fff}.modal-tabs{border-bottom:1px solid #444;display:flex}.modal-tab-button{background:none;border:none;color:#888;cursor:pointer;flex:1 1;font-size:1.1rem;font-weight:700;padding:1rem;transition:all .2s}.modal-tab-button.active{border-bottom:3px solid #007bff;color:#fff}.modal-tab-content{max-height:60vh;min-height:300px;overflow-y:auto;padding:1.5rem 2rem}.modal-logout-button{background-color:#d9534f;border:none;border-radius:5px;color:#fff;cursor:pointer;display:block;font-size:1rem;font-weight:700;margin:0 2rem 1.5rem;padding:.75rem;width:calc(100% - 4rem)}.modal-logout-button:hover{background-color:#c9302c}.account-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{align-items:center;display:flex;justify-content:space-between}.form-group label{flex-basis:100px;font-weight:700;text-transform:uppercase}.form-group input{background-color:#1a1a1a;border:1px solid #555;border-radius:5px;color:#fff;flex-grow:1;padding:.75rem}.form-save-button{background-color:#007bff;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:1rem;padding:.75rem}.achievements-list{display:flex;flex-direction:column;gap:1rem}.achievement-item{align-items:center;background-color:#333;border-radius:5px;display:flex;gap:1rem;padding:1rem}.achievement-icon{background-color:#555;border-radius:5px;height:50px;width:50px}.achievement-details h4{font-size:1.1rem;margin:0}.achievement-details p{color:#ccc;font-size:.9rem;margin:0}
/*# sourceMappingURL=main.d2d88614.css.map*/