body { margin: 0; font-family: Arial, sans-serif; background: #0b0b0e; color: #e4e4e7; }
.wrap { min-height: 100vh; display: flex; align-items: center; justify-content: center; padding: 24px; }
.card { width: 100%; max-width: 380px; background: #121218; border: 1px solid #1f1f28; border-radius: 16px; padding: 28px; box-shadow: 0 20px 60px rgba(0,0,0,0.35); }
h1 { margin: 0 0 6px; font-size: 20px; }
.muted { margin: 0 0 20px; font-size: 12px; color: #8f8fa3; }
label { display: block; font-size: 11px; font-weight: 700; text-transform: uppercase; color: #71717a; margin: 12px 0 6px; }
input { width: 100%; padding: 10px 12px; border-radius: 10px; border: 1px solid #2a2a34; background: #0f0f14; color: #e4e4e7; }
button { width: 100%; margin-top: 16px; padding: 10px 12px; border: none; border-radius: 10px; background: #10b981; color: #0b0b0e; font-weight: 700; cursor: pointer; }
button:hover { background: #14d39a; }
.status { margin-top: 12px; font-size: 12px; color: #94a3b8; min-height: 16px; }
.links { margin-top: 14px; font-size: 12px; color: #94a3b8; text-align: center; }
.links a { color: #60a5fa; text-decoration: none; }
.links a:hover { text-decoration: underline; }
