@import "https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap";*{box-sizing:border-box;margin:0;padding:0}body{color:#1e293b;background:linear-gradient(135deg,#fdf2f8 0%,#eef2ff 35%,#ecfeff 70%,#fef9c3 100%);min-height:100vh;font-family:Poppins,sans-serif}.container{width:100%;min-height:100vh;padding:60px 25px}.title{text-align:center;color:#111827;letter-spacing:1px;background:linear-gradient(90deg,#2563eb,#9333ea,#ec4899);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:55px;font-size:46px;font-weight:700;position:relative}.title:after{content:"";background:linear-gradient(90deg,#2563eb,#7c3aed,#ec4899);border-radius:999px;width:110px;height:5px;margin:14px auto 0;display:block}.card-wrapper{flex-wrap:wrap;justify-content:center;gap:35px;display:flex}.card{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:linear-gradient(145deg,#ffffffd1,#ffffffa6);border:1px solid #ffffff80;border-radius:28px;flex-direction:column;justify-content:space-between;width:320px;min-height:250px;padding:28px;transition:all .4s;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 30px #6366f11f,0 5px 15px #ec489914}.card:before{content:"";background:radial-gradient(circle,#9333ea2e,#0000 70%);border-radius:50%;width:220px;height:220px;position:absolute;top:-100px;right:-80px}.card:after{content:"";background:radial-gradient(circle,#3b82f62e,#0000 70%);border-radius:50%;width:160px;height:160px;position:absolute;bottom:-70px;left:-60px}.card:hover{transform:translateY(-14px)scale(1.04);box-shadow:0 25px 50px #6366f138,0 12px 28px #ec489929}.card-content{z-index:1;flex-direction:column;gap:12px;display:flex}.card-name{background:linear-gradient(90deg,#2563eb,#9333ea);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:8px;font-size:27px;font-weight:700}.card-email{color:#475569;word-break:break-word;font-size:15px;line-height:1.7}.card-action{z-index:1;justify-content:flex-end;margin-top:26px;display:flex}.btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#2563eb,#9333ea,#ec4899);border:none;border-radius:16px;padding:12px 24px;font-size:14px;font-weight:600;transition:all .35s;box-shadow:0 10px 22px #9333ea47}.btn:hover{transform:scale(1.08);box-shadow:0 14px 28px #ec489959}.btn:active{transform:scale(.96)}.status{text-align:center;color:#334155;margin-top:60px;font-size:26px;font-weight:600}.error{color:#ef4444}@media screen and (width<=768px){.container{padding:40px 18px}.title{font-size:34px}.card-wrapper{gap:24px}.card{width:100%;max-width:360px;min-height:auto}.card-name{font-size:23px}.card-email{font-size:14px}.btn{width:100%}.card-action{justify-content:center}}
