: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}*{margin:0;padding:0;box-sizing:border-box}html,body{width:100%;height:100%;margin:0;padding:0;overflow:hidden}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}}#root{width:100%;height:100%;margin:0;padding:0;overflow:hidden}.app{width:100%;height:100vh;display:flex;justify-content:center;align-items:center;overflow:hidden}.spline-container{width:100%;height:100%;position:relative}.spline-container>canvas{width:100%!important;height:100%!important}.loader-container{position:fixed;top:0;left:0;width:100vw;height:100vh;display:grid;place-items:center;background:#0a0a0a;z-index:9999;transition:transform .8s cubic-bezier(.4,0,.2,1)}.loader-container.slide-up{transform:translateY(-100%)}.loader-content{display:flex;flex-direction:column;align-items:center;gap:5rem}svg.tea{--secondary: #33406F;transform:scale(3)}svg.tea #teabag{transform-origin:top center;transform:rotate(3deg);animation:swing 2s infinite}svg.tea #steamL{stroke-dasharray:13;stroke-dashoffset:13;animation:steamLarge 2s infinite}svg.tea #steamR{stroke-dasharray:9;stroke-dashoffset:9;animation:steamSmall 2s infinite}.loading-text{font-size:1.5rem;font-weight:500;color:#fff;text-align:center;animation:fadeIn .5s ease;letter-spacing:1px}.enter-button{padding:1rem 2.5rem;font-size:1.8rem;font-weight:600;color:#fff;background:transparent;border:none;border-radius:8px;cursor:pointer;transition:all .3s ease;animation:fadeIn .5s ease;text-transform:uppercase;letter-spacing:2px}.enter-button:hover{color:#33406f;transform:translateY(-2px)}.enter-button:active{transform:translateY(0)}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes swing{50%{transform:rotate(-3deg)}}@keyframes steamLarge{0%{stroke-dashoffset:13;opacity:.6}to{stroke-dashoffset:39;opacity:0}}@keyframes steamSmall{10%{stroke-dashoffset:9;opacity:.6}80%{stroke-dashoffset:27;opacity:0}to{stroke-dashoffset:27;opacity:0}}.orientation-prompt{position:fixed;top:0;left:0;width:100%;height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;z-index:9999;padding:20px}.orientation-prompt-content{text-align:center;color:#fff;animation:fadeIn .5s ease-in-out}.phone-icon{width:80px;height:80px;margin:0 auto 30px;animation:rotatePhone 2s ease-in-out infinite}.phone-icon svg{width:100%;height:100%;filter:drop-shadow(0 4px 6px rgba(0,0,0,.2))}.orientation-prompt-content h2{font-size:24px;font-weight:600;margin-bottom:15px;text-shadow:0 2px 4px rgba(0,0,0,.2)}.orientation-prompt-content p{font-size:16px;opacity:.9;margin-bottom:30px;line-height:1.5}.rotation-indicator{width:60px;height:60px;margin:0 auto;animation:bounce 1.5s ease-in-out infinite}.arrow-icon{width:100%;height:100%;opacity:.8}@keyframes fadeIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes rotatePhone{0%,to{transform:rotate(0)}25%{transform:rotate(-15deg)}75%{transform:rotate(15deg) scale(1.1)}}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@media(min-width:768px){.orientation-prompt{display:none}}
