* { margin: 0; padding: 0; box-sizing: border-box; }
body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    background: #0f172a;
    color: #e2e8f0;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
}
.wrap { text-align: center; max-width: 420px; padding: 2rem; }
.dot { width: 10px; height: 10px; background: #3b82f6; border-radius: 50%; margin: 0 auto 2rem; }
h1 { font-size: 1.25rem; font-weight: 600; color: #f1f5f9; margin-bottom: 0.75rem; }
p { color: #94a3b8; font-size: 0.9rem; line-height: 1.6; }
