*{box-sizing:border-box}body{margin:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Ubuntu,sans-serif;background:#0f172a;color:#e5e7eb}.home{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:16px}.card{max-width:420px;width:100%;background:#020617;border-radius:16px;padding:32px 24px;text-align:center;box-shadow:0 20px 40px #0006}.title{font-size:32px;margin-bottom:12px}.subtitle{font-size:16px;line-height:1.5;color:#94a3b8;margin-bottom:32px}.actions{display:flex;flex-direction:column;gap:12px}.btn{padding:14px 16px;font-size:16px;border-radius:12px;border:none;cursor:pointer;transition:transform .05s ease,background .2s ease}.btn:active{transform:scale(.98)}.btn.primary{background:#22c55e;color:#052e16;font-weight:600}.btn.primary:hover{background:#16a34a}.btn.secondary{background:transparent;color:#e5e7eb;border:1px solid #334155}.btn.secondary:hover{background:#020617}
