:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}*{box-sizing:border-box}body{margin:0}main{color:#1a1f2c;background-color:#fff;border:1px solid #eef0f3;border-radius:12px;max-width:40rem;margin:4rem auto;padding:2rem;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;box-shadow:0 4px 20px #0000000d}h1{color:#0b1a30;letter-spacing:-.025em;margin-top:0;margin-bottom:.5rem;font-size:2.25rem;font-weight:700}.subtitle{color:#5d6b7c;margin-bottom:2rem;font-size:1.1rem}.auth-card{text-align:center;background-color:#fafbfc;border:1px dashed #ced4da;border-radius:8px;flex-direction:column;align-items:center;margin-top:1rem;padding:3rem 1.5rem;display:flex}.auth-icon{margin-bottom:1rem;font-size:3rem}.auth-title{color:#0b1a30;margin-bottom:.5rem;font-size:1.25rem;font-weight:600}.auth-desc{color:#5d6b7c;max-width:25rem;margin-bottom:1.5rem;font-size:.95rem;line-height:1.5}.btn{cursor:pointer;border:none;border-radius:6px;justify-content:center;align-items:center;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.btn-primary{color:#fff;background-color:#0066f5;box-shadow:0 2px 8px #0066f540}.btn-primary:hover{background-color:#0052cc;transform:translateY(-1px);box-shadow:0 4px 12px #0066f559}.btn-primary:active{transform:translateY(0)}.btn-outline{color:#5d6b7c;background-color:#0000;border:1px solid #d2d7df;padding:.5rem 1rem;font-size:.875rem}.btn-outline:hover{color:#1a1f2c;background-color:#f1f3f5;border-color:#adb5bd}.user-profile{background-color:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;justify-content:space-between;align-items:center;margin-bottom:2rem;padding:1rem;display:flex}.user-details{flex-direction:column;display:flex}.user-name{color:#0b1a30;font-weight:600}.user-email{color:#5d6b7c;font-size:.875rem}.loading-container{flex-direction:column;justify-content:center;align-items:center;padding:4rem 1.5rem;display:flex}.spinner{border:3px solid #f3f3f3;border-top-color:#0066f5;border-radius:50%;width:2rem;height:2rem;margin-bottom:1rem;animation:1s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.health-panel{color:#5d6b7c;border-top:1px solid #eef0f3;align-items:center;gap:.5rem;margin-top:2rem;padding-top:1.5rem;font-size:.875rem;display:flex}.health{border-radius:4px;padding:.25rem .5rem;font-weight:600}.health-ok{color:#1a7f37;background-color:#dafbe1}.health-checking{color:#9a6700;background-color:#fff8c5}.health-unreachable{color:#cf222e;background-color:#ffebe9}
