:root { font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial; }
body { background:#0b1220; margin:0; color:#e8eefc; }
.wrap { max-width:720px; margin:24px auto; padding:16px; }
.card { background:#111a2e; border:1px solid #223055; border-radius:16px; padding:18px; margin-bottom:14px; }
.logo { height:44px; display:block; margin-bottom:10px; }
h1,h2 { margin:0 0 8px; }
.muted { color:#b7c5ea; }
label { display:block; margin-top:10px; margin-bottom:6px; }
input { width:100%; padding:12px; border-radius:12px; border:1px solid #2a3a66; background:#0c1325; color:#e8eefc; }
button { margin-top:14px; width:100%; padding:14px; border-radius:12px; border:0; background:#2d6cdf; color:white; font-weight:700; font-size:16px; }
.sponsors { display:grid; grid-template-columns:1fr; gap:10px; }
.sponsor { display:flex; gap:12px; align-items:center; text-decoration:none; color:inherit; padding:10px; border-radius:12px; border:1px solid #223055; }
.sponsor img { width:54px; height:54px; object-fit:contain; background:#0c1325; border-radius:10px; padding:6px; }
.sponsor-name { font-weight:700; }
.debug { margin-top:12px; }
.terms { display:flex; gap:10px; align-items:center; margin-top:12px; }
.terms input { width:auto; }
.terms a { color:#2d6cdf; text-decoration:none; }
