*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:system-ui,-apple-system,sans-serif;background:#1e293b;color:#f1f5f9;min-height:100dvh;display:flex;align-items:center;justify-content:center}#root{width:100%;max-width:480px;padding:1.5rem}button{cursor:pointer;border:none;border-radius:.5rem;font-size:1rem;font-weight:600;padding:.75rem 1.5rem;transition:opacity .15s}button:disabled{opacity:.5;cursor:not-allowed}input[type=text]{width:100%;padding:.75rem 1rem;border-radius:.5rem;border:2px solid #334155;background:#0f172a;color:#f1f5f9;font-size:1.25rem;letter-spacing:.1em;text-transform:uppercase;outline:none;transition:border-color .15s}input[type=text]:focus{border-color:#3b82f6}
