/* Auth bundle. */
/* Consolidated signup + email verification base styles. */

*,
*::before,
*::after {
    box-sizing: border-box;
}

/* ===== Source: account_signup.css ===== */
.account-signup-help ul {
    margin: 0;
    padding-left: 1rem;
}

.account-signup-help ul li {
    margin-bottom: 0.125rem;
}

.account-signup-help ul li:last-child {
    margin-bottom: 0;
}


/* ===== Source: email_verification_base.css (cleaned) ===== */
body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.gradient-bg {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}
