.app-container{width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:transparent}.logo{width:320px;height:auto;margin-bottom:3rem;filter:drop-shadow(0 0 20px rgba(107,30,45,.4))}.spinner-container{margin-bottom:1.5rem}.spinner{width:50px;height:50px;border:2px solid rgba(255,255,255,.1);border-top:2px solid var(--core-red);border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading-text{color:#ffffff80;font-size:.9rem;letter-spacing:.2rem;text-transform:uppercase;font-weight:300}:root{--core-red: #6B1E2D;--black: #000000;--white: #ffffff}*{margin:0;padding:0;box-sizing:border-box}body{background-color:var(--black);height:100vh;width:100vw;display:flex;justify-content:center;align-items:center;overflow:hidden;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;background:radial-gradient(circle at center,#1a070a 0%,#000000 100%)}#root{width:100%;height:100%}
