/* =========================
   Page Wrapper
========================= */
.signup-wrap {
    min-height:100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* =========================
   Signup Card
========================= */
.signup-card {

    padding: 20px;
}

/* =========================
   Titles
========================= */
.signup-subtitle {
    text-align: center;
    color: #f59e0b;
    margin-bottom: 5px;
}

/* =========================
   Button override (gradient)
========================= */
button.primary {
    width: 100%;
    background: linear-gradient(90deg, #3b82f6, #06b6d4);
}

/* =========================
   Footer
========================= */
.signup-footer {
    text-align: center;
    margin-top: 15px;
    font-size: 14px;
}

/* =========================
   Message Box
========================= */
#ts-signup-msg {
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 8px;
    display: none;
    text-align: center;
}

.ts-error {
    background: #fee2e2;
    color: #b91c1c;
}

.ts-success {
    background: #dcfce7;
    color: #15803d;
}
