        .statusMessage {
          font-size: 0.9rem;
          text-align: center;
          margin-top: 0.5rem;
        }

        .statusMessage.error {
          color: #c00;
        }

        .statusMessage.success {
          color: #090;
        }

        body {
          margin: 0;
          font-family: system-ui, -apple-system, sans-serif;
          background: #f5f5f5;
          display: flex;
          justify-content: center;
          align-items: center;
          height: 100vh;
        }

        h1 {
          font-size: 1.2rem;
          text-align: center;
          margin-bottom: 0.5rem;
          font-family: system-ui, -apple-system, sans-serif;
        }