@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&display=swap";:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:#ffffffde;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#0c0f1d;font-family:Outfit,sans-serif;font-weight:400;line-height:1.5}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}body{background-color:#0c0f1d;background-image:radial-gradient(circle at 100% 0,#6366f126,#0000 40%),radial-gradient(circle at 0 100%,#ec489926,#0000 40%),none;background-position:0 0,0 0,0 0;background-repeat:repeat,repeat,repeat;background-size:auto,auto,auto;background-attachment:fixed;background-origin:padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box;justify-content:center;place-items:center;min-width:320px;min-height:100vh;margin:0;display:flex}.auth-container{-webkit-backdrop-filter:blur(20px);text-align:center;background:#ffffff08;border:1px solid #ffffff14;border-radius:24px;width:100%;max-width:400px;padding:3rem 2.5rem;transition:transform .3s cubic-bezier(.25,.8,.25,1),box-shadow .3s cubic-bezier(.25,.8,.25,1);box-shadow:0 20px 50px #0000004d}.auth-container:hover{border-color:#6366f133;transform:translateY(-4px);box-shadow:0 24px 60px #6366f126}h1{background:linear-gradient(135deg,#fff 0%,#a5b4fc 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:.5rem;font-size:2.25rem;font-weight:700}p.subtitle{color:#94a3b8;margin-bottom:2.5rem;font-size:.95rem}.btn-google{color:#1f2937;cursor:pointer;background:#fff;border:none;border-radius:12px;justify-content:center;align-items:center;gap:12px;width:100%;padding:14px 24px;font-size:1rem;font-weight:600;transition:all .2s ease-in-out;display:flex;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.btn-google:hover{background:#f9fafb;transform:scale(1.02);box-shadow:0 10px 15px -3px #ffffff1a,0 4px 6px -2px #ffffff0d}.btn-google:active{transform:scale(.98)}.google-icon{width:20px;height:20px}.profile-card{flex-direction:column;align-items:center;display:flex}.avatar{border:3px solid #6366f1;border-radius:50%;width:90px;height:90px;margin-bottom:1.5rem;padding:3px;box-shadow:0 0 20px #6366f14d}.display-name{color:#fff;margin-bottom:.25rem;font-size:1.5rem;font-weight:600}.email{color:#94a3b8;margin-bottom:2rem;font-size:.9rem}.btn-logout{color:#f43f5e;cursor:pointer;background:0 0;border:1px solid #f43f5e66;border-radius:12px;width:100%;padding:12px 24px;font-size:.95rem;font-weight:600;transition:all .2s ease-in-out}.btn-logout:hover{color:#f43f5e;background:#f43f5e14;border-color:#f43f5e}.error-message{color:#f87171;background:#f871711a;border:1px solid #f8717133;border-radius:8px;margin-bottom:1.5rem;padding:10px;font-size:.85rem}
