
body{
background:linear-gradient(135deg,#0f172a,#1e293b,#2563eb);
min-height:100vh;
font-family:Segoe UI,sans-serif;
}
.glass{
background:rgba(255,255,255,.12);
backdrop-filter:blur(14px);
border-radius:24px;
box-shadow:0 10px 35px rgba(0,0,0,.25);
color:white;
}
.menu-btn{
display:flex;
align-items:center;
justify-content:center;
gap:12px;
height:78px;
max-width:700px;
margin:12px auto;
border-radius:999px;
background:white;
text-decoration:none;
font-weight:700;
font-size:1.1rem;
color:#111;
transition:.25s;
}
.menu-btn:hover{transform:translateY(-4px);}
.logout{
position:fixed;
right:20px;
bottom:20px;
border-radius:999px;
}
