@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600&display=swap";:root{--bg-color:#0d0d12;--text-primary:#f5f5f7;--text-secondary:#a1a1aa;--accent-color:#6366f1}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{overscroll-behavior:none;touch-action:none;-webkit-overflow-scrolling:auto;background-color:#050505;width:100%;height:100%;margin:0;padding:0;position:fixed;overflow:hidden}body{color:var(--text-primary);font-family:Inter,sans-serif}.container{text-align:center;z-index:10;width:100%;max-width:800px;padding:0 1.5rem;animation:2s ease-in-out fadeIn}.title{letter-spacing:-.02em;background:linear-gradient(90deg,#fff,#a1a1aa);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:clamp(2.5rem,8vw,4rem);font-weight:600}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.glow{pointer-events:none;background:radial-gradient(circle,#6366f126 0%,#0000 70%);border-radius:50%;width:150vw;max-width:600px;height:150vw;max-height:600px;animation:8s ease-in-out infinite alternate pulseGlow;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes pulseGlow{0%{opacity:.5;transform:translate(-50%,-50%)scale(.8)}to{opacity:1;transform:translate(-50%,-50%)scale(1.2)}}.canvas-container{z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.ui-overlay{z-index:10;pointer-events:none;flex-direction:column;justify-content:space-between;width:100%;height:100%;transition:opacity 1s ease-in-out;display:flex;position:absolute;top:0;left:0}.ui-overlay.hidden{opacity:0;visibility:hidden;pointer-events:none}.ui-header{filter:drop-shadow(0 2px 5px #0009);justify-content:space-between;align-items:center;width:100%;padding:2rem 3rem;display:flex}.header-logo img{pointer-events:auto;width:auto;height:45px;transition:transform .3s cubic-bezier(.175,.885,.32,1.275)}.header-logo:hover img{transform:scale(1.08)}.header-lang{pointer-events:auto;align-items:center;gap:.8rem;display:flex}.lang-btn{color:#555;letter-spacing:.05em;cursor:pointer;background:0 0;border:none;padding:.5rem;font-family:Inter,sans-serif;font-size:.95rem;font-weight:700;transition:color .3s}.lang-btn:hover,.lang-btn.active{color:#fff}.lang-sep{color:#333;font-size:1rem}.ui-footer{flex-direction:column;justify-content:center;align-items:center;gap:.7rem;width:100%;padding:1rem 3rem;display:flex}.footer-copyright{color:#aaa;letter-spacing:.02em;font-size:.7rem;font-weight:400}.footer-badge{color:#aaa;letter-spacing:.02em;align-items:center;font-size:.65rem;font-weight:600;display:flex}@media (width<=768px){.ui-header{padding:1.5rem}.header-logo img{height:35px}.ui-footer{flex-direction:column;gap:.5rem;padding:1.5rem}.footer-copyright,.footer-badge{font-size:.75rem}}.ui-overlay a,.ui-overlay button{pointer-events:auto}.loading-screen{z-index:9999;pointer-events:auto;background-color:#f8f6f0;flex-direction:column;justify-content:center;align-items:center;width:100vw;height:100vh;transition:opacity 1s ease-in-out,visibility 1s ease-in-out;display:flex;position:absolute;top:0;left:0}.loading-screen--hidden{opacity:0;visibility:hidden;pointer-events:none}.loading-logo-container{justify-content:center;align-items:center;width:160px;height:160px;margin-bottom:2rem;display:flex;position:relative}.loading-logo{object-fit:contain;z-index:2;width:auto;max-width:160px;height:auto;max-height:160px}.loading-spinner{z-index:1;border:3px solid #00000008;border-color:#111 #00000008 #00000008 #1111114d;border-radius:50%;width:100%;height:100%;animation:1.2s cubic-bezier(.68,-.2,.265,1.2) infinite spinner;position:absolute;top:0;left:0}.loading-progress{color:#555;letter-spacing:.4em;font-size:.8rem;font-weight:600}@keyframes spinner{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
