@import"https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&display=swap";*{margin:0;padding:0;box-sizing:border-box}body{font-family:Space Grotesk,sans-serif;background:radial-gradient(1200px circle at 10% 10%,rgba(99,179,237,.18),transparent 60%),radial-gradient(900px circle at 90% 15%,rgba(236,201,75,.12),transparent 55%),linear-gradient(135deg,#0f172a,#1b2430 40%,#141b24);min-height:100vh;display:flex;justify-content:center;align-items:center;color:#e2e8f0;overflow:hidden}#app{width:100%;height:100%;display:flex;justify-content:center;align-items:center}.app-container{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;width:100%;padding:1rem}.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;max-width:500px;width:90%;animation:fadeInScale .8s ease-out forwards;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.auth0-logo{width:160px;margin-bottom:1.5rem;opacity:0;animation:slideInDown 1s ease-out forwards .2s}.main-title{font-size:2.8rem;font-weight:700;color:#f7fafc;text-align:center;margin-bottom:1rem;text-shadow:0 4px 10px rgba(0,0,0,.3);opacity:0;animation:fadeIn 1s ease-out forwards .4s}.action-card{background-color:#2d313c;border-radius:15px;box-shadow:inset 0 2px 5px #0000004d,0 5px 15px #0000004d;padding:2.5rem;display:flex;flex-direction:column;align-items:center;gap:1.8rem;width:calc(100% - 2rem);opacity:0;animation:fadeIn 1s ease-out forwards .6s}.action-text{font-size:1.25rem;color:#cbd5e0;text-align:center;line-height:1.6;font-weight:400}.button{padding:1.1rem 2.8rem;font-size:1.2rem;font-weight:600;border-radius:10px;border:none;cursor:pointer;transition:all .3s cubic-bezier(.25,.8,.25,1);box-shadow:0 8px 20px #0006;text-transform:uppercase;letter-spacing:.08em;outline:none}.button:focus{box-shadow:0 0 0 4px #63b3ed80}.button:disabled{opacity:.6;cursor:not-allowed;transform:none}.button.login{background-color:#63b3ed;color:#1a1e27}.button.login:hover:not(:disabled){background-color:#4299e1;transform:translateY(-5px) scale(1.03);box-shadow:0 12px 25px #00000080}.button.logout{background-color:#fc8181;color:#1a1e27}.button.logout:hover:not(:disabled){background-color:#e53e3e;transform:translateY(-5px) scale(1.03);box-shadow:0 12px 25px #00000080}.logged-in-section{display:flex;flex-direction:column;align-items:center;gap:1.5rem;width:100%}.logged-in-message{font-size:1.5rem;color:#68d391;font-weight:600;animation:fadeIn 1s ease-out forwards .8s}.profile-section-title{font-size:2.2rem;animation:slideInUp 1s ease-out forwards 1s}.profile-card{padding:2.2rem;animation:scaleIn .8s ease-out forwards 1.2s}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInScale{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes slideInDown{0%{opacity:0;transform:translateY(-70px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInUp{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.6}}@keyframes scaleIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@media(max-width:600px){.main-card-wrapper{padding:2rem;margin:1rem}.main-title{font-size:2.2rem}.button{padding:1rem 2rem;font-size:1.1rem}.auth0-logo{width:120px}}.item[data-v-fd0742eb]{margin-top:2rem;display:flex;position:relative}.details[data-v-fd0742eb]{flex:1;margin-left:1rem}i[data-v-fd0742eb]{display:flex;place-items:center;place-content:center;width:32px;height:32px;color:var(--color-text)}h3[data-v-fd0742eb]{font-size:1.2rem;font-weight:500;margin-bottom:.4rem;color:var(--color-heading)}@media(min-width:1024px){.item[data-v-fd0742eb]{margin-top:0;padding:.4rem 0 1rem calc(var(--section-gap) / 2)}i[data-v-fd0742eb]{top:calc(50% - 25px);left:-26px;position:absolute;border:1px solid var(--color-border);background:var(--color-background);border-radius:8px;width:50px;height:50px}.item[data-v-fd0742eb]:before{content:" ";border-left:1px solid var(--color-border);position:absolute;left:0;bottom:calc(50% + 25px);height:calc(50% - 25px)}.item[data-v-fd0742eb]:after{content:" ";border-left:1px solid var(--color-border);position:absolute;left:0;top:calc(50% + 25px);height:calc(50% - 25px)}.item[data-v-fd0742eb]:first-of-type:before{display:none}.item[data-v-fd0742eb]:last-of-type:after{display:none}}.profile-container[data-v-31973d7b]{display:flex;flex-direction:column;align-items:center;gap:1rem}.profile-picture[data-v-31973d7b]{width:110px;height:110px;border-radius:50%;object-fit:cover;border:3px solid #63b3ed;transition:transform .3s ease-in-out}.profile-picture[data-v-31973d7b]:hover{transform:scale(1.05)}.profile-info[data-v-31973d7b]{text-align:center}.profile-name[data-v-31973d7b]{font-size:2rem;font-weight:600;color:#f7fafc;margin-bottom:.5rem}.profile-email[data-v-31973d7b]{font-size:1.15rem;color:#a0aec0}
