@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";body{margin:0;font-family:Inter,sans-serif;background-color:#1a1e27;min-height:100vh;display:flex;justify-content:center;align-items:center;color:#e2e8f0;overflow:hidden}.app-container{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;text-align:center;min-height:100vh;width:100%;padding:1rem;box-sizing:border-box}.loading-state,.error-state{background-color:#2d313c;border-radius:15px;box-shadow:0 15px 40px #0006;padding:3rem;text-align:center}.loading-text{font-size:1.8rem;font-weight:500;color:#a0aec0;animation:pulse 1.5s infinite ease-in-out}.error-state{background-color:#c53030;color:#fff}.error-title{font-size:2.8rem;font-weight:700;margin-bottom:.5rem}.error-message{font-size:1.3rem;margin-bottom:.5rem}.error-sub-message{font-size:1rem;opacity:.8}.main-card-wrapper{background-color:#262a33;border-radius:20px;box-shadow:0 20px 60px #0009,0 0 0 1px #ffffff0d;display:flex;flex-direction:column;align-items:center;gap:2rem;padding:3rem;width:500px;max-height:70vh;overflow-y:auto}.main-card{width:100%}.button{padding:1rem;font-size:1rem;font-weight:500;border-radius:10px;border:none;cursor:pointer;background-color:#e9e9ed}.button:hover{background-color:#d0d0d7}.button.login{font-size:1.4rem;font-weight:600;background-color:#81a8fc}.button.login:hover{background-color:#688ffc}.button.logout{font-size:1.4rem;font-weight:600;background-color:#fc8181}.button.logout:hover{background-color:#e66868}.navigation-bar{display:flex;gap:.5rem;margin-bottom:1rem;border:none;border-radius:6px;overflow:visible}.nav-button{flex:1;padding:.5rem;border-radius:6px;font-size:.85rem;font-weight:400;transition:all .2s ease}.section{padding:1.6rem}.profile-name{font-size:2rem}@keyframes pulse{0%,to{opacity:1}50%{opacity:.6}}
