:root{--bg:#fff0f6;--card:#fff;--accent:#d6336c}
*{box-sizing:border-box}html,body{height:100%;margin:0}
body{
  background:linear-gradient(180deg,var(--bg),#fde8ef);
  display:flex;align-items:center;justify-content:center;padding:24px;font-family:system-ui,Segoe UI,Roboto,Arial
}
.card{
  width:100%;max-width:600px;background:var(--card);padding:24px;border-radius:12px;
  text-align:center;border:1px solid rgba(214,51,108,0.08)
}
.logo{width:56px;height:56px;border-radius:10px;margin:0 auto 12px;
  background:linear-gradient(135deg,#fff6f9,#ffeef6);color:var(--accent);display:flex;align-items:center;justify-content:center;font-weight:700}
.links{display:flex;gap:8px;justify-content:center;margin:16px 0}
.links a{padding:8px 12px;border-radius:8px;background:#fff1f5;color:var(--accent);text-decoration:none;font-weight:600}
footer{color:#7b6f76;font-size:13px;margin-top:8px}
