.logout-page{background:radial-gradient(circle at top,#09233e14,#0000 45%),#f4f7f6;justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex}.logout-card{text-align:center;background:#fff;border:1px solid #09233e14;border-radius:24px;width:100%;max-width:470px;padding:3rem 2.5rem;animation:.45s fadeUp;box-shadow:0 20px 60px #09233e1a}.logout-icon{background:#09233e14;border-radius:50%;justify-content:center;align-items:center;width:90px;height:90px;margin:auto auto 2rem;display:flex;position:relative}.logout-icon img{z-index:2}.loader{border:4px solid #09233e1f;border-top-color:#f1a43f;border-radius:50%;width:100%;height:100%;animation:.8s linear infinite spin;position:absolute}.logout-card h1{color:#09233e;margin-bottom:.8rem;font-family:Nunito,sans-serif;font-size:2rem}.logout-card p{color:#4a5e71;margin-bottom:2rem;font-family:Inter,sans-serif;line-height:1.7}.logout-status{color:#09233e;background:#e8eceb;border-radius:999px;align-items:center;gap:.75rem;padding:.8rem 1.4rem;font-family:Inter,sans-serif;font-weight:700;display:inline-flex}.logout-status:before{content:"";background:#1c8f6a;border-radius:50%;width:10px;height:10px;animation:1.2s infinite pulse}@keyframes spin{to{transform:rotate(360deg)}}@keyframes pulse{0%{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(1.5)}to{opacity:1;transform:scale(1)}}@keyframes fadeUp{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.logout-card{padding:2.5rem 1.8rem}.logout-card h1{font-size:1.7rem}}
