@import"https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap";*{margin:0;padding:0;box-sizing:border-box}html,body{overflow:hidden;width:100%;height:100%;position:fixed;-webkit-overflow-scrolling:touch;overscroll-behavior:none;background-color:#000}.loader-container{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000;z-index:9999;display:flex;justify-content:center;align-items:center;transition:opacity .5s ease-out}.loader-bar{position:absolute;top:50%;left:0;width:0%;height:1px;background-color:#fff;transition:width .5s ease-out}.quote-container{position:fixed;bottom:2px;left:50%;transform:translate(-50%);text-align:center;color:#fff;z-index:1000;text-shadow:2px 2px 4px rgba(0,0,0,.5);width:100%;display:flex;justify-content:center;align-items:center;padding:0 10px;box-sizing:border-box}.quote-text{font-family:Great Vibes,cursive;font-size:2em;line-height:1.2;white-space:nowrap}@media screen and (max-width: 768px){.quote-container{left:80%;top:20%}.quote-text{font-size:3em}}@media screen and (max-width: 480px){.quote-container{left:75%;top:15%}.quote-text{font-size:2.5em}}@media screen and (max-width: 320px){.quote-container{left:70%;top:12%}.quote-text{font-size:2em}}.fullscreen-container{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000;z-index:1000;display:flex;justify-content:center;align-items:center}.fullscreen-btn{padding:15px 30px;font-size:1.2em;background:#000000;color:#fff;border:2px solid rgba(255,255,255,.5);border-radius:8px;cursor:pointer;font-family:Arial,sans-serif;transition:all .3s ease;text-transform:uppercase;letter-spacing:2px}.fullscreen-btn:hover{background:#1a1a1a;border-color:#fff;transform:scale(1.05)}.fullscreen-btn:focus{outline:none}.webgl{display:none}.webgl{position:fixed;top:0;left:0;outline:none;width:100vw;height:100vh;touch-action:none}:fullscreen{width:100vw!important;height:100vh!important}:-webkit-full-screen{width:100vw!important;height:100vh!important}.play-button{position:fixed;bottom:20px;right:20px;width:50px;height:50px;border-radius:50%;background-color:#00000080;border:2px solid white;cursor:pointer;z-index:1000;display:flex;align-items:center;justify-content:center;transition:transform .2s ease}.play-button:hover{transform:scale(1.1)}.play-button svg{width:24px;height:24px}.lil-gui{--background-color: #111;--title-background-color: #222;--title-text-color: rgb(238, 194, 0);--text-color: #eee;--hover-color: rgb(189, 138, 0);--widget-color: #333;--slider-background-color: #ff8a05;--slider-knob-color: rgb(255, 60, 46);border-radius:12px;font-family:Poppins,sans-serif;box-shadow:0 0 20px #2600ff33}.orientation-prompt{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000;z-index:10000;display:flex;justify-content:center;align-items:center;flex-direction:column;color:#fff;font-family:Arial,sans-serif;text-align:center;opacity:0;transition:opacity .5s ease;pointer-events:none}.orientation-prompt.visible{opacity:1;pointer-events:auto}.orientation-icon{width:100px;height:100px;margin-bottom:20px;animation:rotate 2s infinite linear}.orientation-text{margin-top:20px;font-size:1.2em;letter-spacing:1px}@media (min-width: 768px){.orientation-prompt{display:none!important}}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
