*{margin:0;padding:0;box-sizing:border-box;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}body{background:linear-gradient(135deg,#2a003f,#1e0030);color:#fff;min-height:100vh;display:flex;justify-content:center;align-items:center}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}#root{width:100%;max-width:500px;background:#ffffff0d;padding:2rem;border-radius:12px;text-align:center;box-shadow:0 0 20px #0ff3;animation:fadeIn .8s ease-in-out forwards}h1{color:#b19cd9;margin-bottom:1rem}button{background:#4fc3f7;color:#1e0030;border:none;padding:.8rem 1.5rem;font-size:1rem;border-radius:6px;cursor:pointer;transition:all .25s ease-in-out}button:hover{background:#81d4fa;transform:translateY(-2px);box-shadow:0 0 15px #4fc3f7,0 0 25px #81d4fa}button:disabled{background:#555;cursor:not-allowed;box-shadow:none}p{margin-top:1rem;line-height:1.4}.footer{margin-top:2rem;font-size:.9rem;color:#b19cd9}.footer a{color:#4fc3f7;text-decoration:none}.footer a:hover{text-decoration:underline}
