/* _content/CityEventTix/Pages/Error.cshtml.rz.scp.css */
/* CET THEME (2026-07-23): re-colored from the NYM dark/purple theme to the
   CityEventTix palette (cream #F7ECDD, gold #d4a468/#E1B382, tan #c49c7a,
   link gold #c47b35, text #2D3047). Structure unchanged. */
/* ===== Error Report Page â€” Scoped CSS ===== */

.hero-error[b-leezdeaan8] {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
                url('/images/speeddating2.jpg') center/cover no-repeat;
    min-height: 40vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    /* clear CET's fixed header (docs.css convention: 180px) */
    padding: 180px 20px 60px;
}

.hero-error .hero-content h1[b-leezdeaan8] {
    font-size: 2.8rem;
    color: #2D3047;
    margin-bottom: 0.5rem;
}

.hero-error .hero-content p[b-leezdeaan8] {
    font-size: 1.2rem;
    color: #666666;
}

.error-content[b-leezdeaan8] {
    padding: 2rem 1rem;
    background: var(--background-dark, #0f0f0f);
    min-height: 50vh;
}

.error-wrapper[b-leezdeaan8] {
    max-width: 800px;
    margin: 0 auto;
}

.error-card[b-leezdeaan8] {
    background: #ffffff;
    border: 1px solid #e5ddd0;
    border-radius: 20px;
    padding: 3rem 2rem;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}

.error-icon[b-leezdeaan8] {
    text-align: center;
    margin-bottom: 1.5rem;
}

.error-icon i[b-leezdeaan8] {
    width: 64px;
    height: 64px;
    color: #dc3545;
    animation: pulse-b-leezdeaan8 2s infinite;
}

@keyframes pulse-b-leezdeaan8 {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.1); }
}

.error-card h2[b-leezdeaan8] {
    font-size: 2rem;
    color: #2D3047;
    text-align: center;
    margin-bottom: 1rem;
}

.error-message[b-leezdeaan8] {
    text-align: center;
    color: #666666;
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

/* Form Section */
.error-form-section[b-leezdeaan8] {
    margin-bottom: 2rem;
}

.error-form-section h3[b-leezdeaan8] {
    color: #d4a468;
    font-size: 1.3rem;
    margin: 2rem 0 0.8rem;
}

.error-form-section p[b-leezdeaan8] {
    color: #666666;
    margin-bottom: 1rem;
}

.error-form-section .form-group[b-leezdeaan8] {
    margin-bottom: 1.5rem;
}

.error-form-section .form-group label[b-leezdeaan8] {
    display: block;
    color: #444444;
    margin-bottom: 0.5rem;
    font-weight: 500;
}

.error-form-section .required[b-leezdeaan8] {
    color: #dc3545;
}

.error-form-section .form-input[b-leezdeaan8],
.error-form-section .form-textarea[b-leezdeaan8] {
    width: 100%;
    padding: 0.8rem 1rem;
    background: #ffffff;
    border: 1px solid #d9cfc0;
    border-radius: 8px;
    color: #2D3047;
    font-size: 1rem;
    transition: all 0.3s;
    box-sizing: border-box;
}

.error-form-section .form-input:focus[b-leezdeaan8],
.error-form-section .form-textarea:focus[b-leezdeaan8] {
    outline: none;
    border-color: #d4a468;
    background: rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 0 3px rgba(212, 164, 104, 0.1);
}

.error-form-section .form-textarea[b-leezdeaan8] {
    min-height: 120px;
    resize: vertical;
    font-family: inherit;
}

.error-form-section .field-validator[b-leezdeaan8] {
    color: #dc3545;
    font-size: 0.9rem;
    display: block;
    margin-top: 0.3rem;
}

.validation-summary[b-leezdeaan8] {
    color: #dc3545;
    font-size: 0.9rem;
    margin-bottom: 1rem;
}

.error-form-section .form-actions[b-leezdeaan8] {
    text-align: center;
    margin-top: 2rem;
}

.error-form-section .btn-submit[b-leezdeaan8] {
    padding: 1rem 3rem;
    background: linear-gradient(135deg, #d4a468, #7d1b8e);
    color: #2D3047;
    border: none;
    border-radius: 30px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(212, 164, 104, 0.4);
    transition: all 0.3s ease;
}

.error-form-section .btn-submit:hover[b-leezdeaan8] {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(212, 164, 104, 0.6);
}

/* Quick Links */
.error-links[b-leezdeaan8] {
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.error-links h3[b-leezdeaan8] {
    color: #2D3047;
    font-size: 1.3rem;
    margin-bottom: 1.5rem;
    text-align: center;
}

.links-grid[b-leezdeaan8] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}

.error-link[b-leezdeaan8] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    padding: 1.2rem 1rem;
    background: rgba(212, 164, 104, 0.1);
    border: 1px solid rgba(212, 164, 104, 0.3);
    border-radius: 12px;
    color: #444444;
    text-align: center;
    text-decoration: none;
    font-size: 0.95rem;
    transition: all 0.3s;
}

.error-link:hover[b-leezdeaan8] {
    background: rgba(212, 164, 104, 0.2);
    border-color: #d4a468;
    transform: translateY(-2px);
    color: #2D3047;
}

.error-link i[b-leezdeaan8] {
    width: 24px;
    height: 24px;
    color: #d4a468;
}

/* Confirmation Card */
.confirmation-card[b-leezdeaan8] {
    text-align: center;
}

.confirmation-icon[b-leezdeaan8] {
    margin-bottom: 1.5rem;
}

.confirmation-icon i[b-leezdeaan8] {
    width: 64px;
    height: 64px;
    color: #2ecc71;
}

.confirmation-card h2[b-leezdeaan8] {
    color: #2ecc71;
}

.confirmation-message[b-leezdeaan8] {
    color: #666666;
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 2rem;
}

/* Responsive */
@media (max-width: 768px) {
    .hero-error[b-leezdeaan8] {
        min-height: 30vh;
        padding: 100px 16px 40px;
    }

    .hero-error .hero-content h1[b-leezdeaan8] {
        font-size: 2rem;
    }

    .error-card[b-leezdeaan8] {
        padding: 2rem 1.5rem;
    }

    .error-card h2[b-leezdeaan8] {
        font-size: 1.5rem;
    }

    .links-grid[b-leezdeaan8] {
        grid-template-columns: 1fr;
    }
}

/* CET theme fixup (2026-07-23): button text stays white on gold */
.btn-submit[b-leezdeaan8] {
    color: #ffffff;
}

/* _content/CityEventTix/Pages/JoinMailingList.cshtml.rz.scp.css */
/* CET THEME (2026-07-23): re-colored from the NYM dark/purple theme to the
   CityEventTix palette (cream #F7ECDD, gold #d4a468/#E1B382, tan #c49c7a,
   link gold #c47b35, text #2D3047). Structure unchanged. */
/* ============================================
   JOIN MAILING LIST â€” SCOPED STYLES
   ============================================ */

/* ========== HERO ========== */
.hero-mailing-list[b-aa37e5dpi6] {
    /* clear CET's fixed header (docs.css convention: 180px) */
    margin-top: 170px;
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.7)),
                url('/images/speeddating2.jpg') center/cover no-repeat;
    height: 50vh;
    min-height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
}

.hero-mailing-list h1[b-aa37e5dpi6] {
    font-size: 3.5rem;
    margin-bottom: 1rem;
    font-weight: 700;
    color: #555555;
}

.hero-mailing-list p[b-aa37e5dpi6] {
    font-size: 1.3rem;
    color: #555555;
}

/* ========== CONTENT ========== */
.mailing-list-content[b-aa37e5dpi6] {
    padding: 4rem 2rem;
    background: #F7ECDD;
}

.mailing-list-wrapper[b-aa37e5dpi6] {
    max-width: 700px;
    margin: 0 auto;
}

/* ========== FORM CARD ========== */
.form-card[b-aa37e5dpi6] {
    background: #ffffff;
    border: 1px solid #e5ddd0;
    border-radius: 16px;
    overflow: hidden;
}

.form-header[b-aa37e5dpi6] {
    padding: 2rem 2rem 1.5rem;
    text-align: center;
    border-bottom: 2px solid rgba(212, 164, 104, 0.3);
}

.form-icon[b-aa37e5dpi6] {
    color: #c855d9;
    margin-bottom: 1rem;
}

.form-header h2[b-aa37e5dpi6] {
    font-size: 1.5rem;
    font-weight: 700;
    color: #555555;
    margin: 0 0 0.5rem;
}

.form-header p[b-aa37e5dpi6] {
    color: #555555;
    font-size: 0.95rem;
    margin: 0;
}

.form-body[b-aa37e5dpi6] {
    padding: 2rem;
}

/* ========== FORM SECTIONS ========== */
.form-section[b-aa37e5dpi6] {
    margin-bottom: 1.5rem;
}

.section-title[b-aa37e5dpi6] {
    font-size: 1.1rem;
    color: #555555;
    margin-bottom: 0.75rem;
    padding-bottom: 0.3rem;
    border-bottom: 2px solid rgba(212, 164, 104, 0.3);
}

.form-row[b-aa37e5dpi6] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    margin-bottom: 0.5rem;
}

.form-group[b-aa37e5dpi6] {
    display: flex;
    flex-direction: column;
    margin-bottom: 0.75rem;
}

.form-group label[b-aa37e5dpi6] {
    color: #555555;
    font-size: 0.9rem;
    margin-bottom: 0.4rem;
}

.required[b-aa37e5dpi6] {
    color: #ef4444;
}

/* ========== FORM INPUTS ========== */
.form-input[b-aa37e5dpi6],
.form-select[b-aa37e5dpi6],
.form-textarea[b-aa37e5dpi6] {
    padding: 0.7rem 1rem;
    background: #ffffff;
    border: 1px solid #d9cfc0;
    border-radius: 8px;
    color: #2D3047;
    font-size: 1rem;
    transition: border-color 0.3s ease;
}

.form-input:focus[b-aa37e5dpi6],
.form-select:focus[b-aa37e5dpi6],
.form-textarea:focus[b-aa37e5dpi6] {
    outline: none;
    border-color: #c855d9;
}

.form-select option[b-aa37e5dpi6] {
    background: #1a1a2e;
    color: #2D3047;
}

.form-textarea[b-aa37e5dpi6] {
    min-height: 80px;
    resize: vertical;
    font-family: inherit;
}

/* ========== CHECKBOXES ========== */
.interest-checkboxes[b-aa37e5dpi6],
.category-checkboxes[b-aa37e5dpi6] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.checkbox-label[b-aa37e5dpi6] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #444444;
    font-size: 0.95rem;
    cursor: pointer;
    padding: 0.5rem 1rem;
    background: rgba(0, 0, 0, 0.2);
    border: 1px solid #e5ddd0;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.checkbox-label:hover[b-aa37e5dpi6] {
    border-color: rgba(212, 164, 104, 0.4);
    background: rgba(212, 164, 104, 0.05);
}

.checkbox-label input[type="checkbox"][b-aa37e5dpi6] {
    width: 18px;
    height: 18px;
    cursor: pointer;
    accent-color: #d4a468;
}

.checkbox-label span[b-aa37e5dpi6] {
    user-select: none;
}

/* ========== VALIDATION ========== */
.validation-summary[b-aa37e5dpi6] {
    background: rgba(239, 68, 68, 0.1);
    border: 1px solid rgba(239, 68, 68, 0.3);
    border-radius: 8px;
    padding: 1rem 1.5rem;
    margin-bottom: 1.5rem;
    color: #ef4444;
    font-size: 0.9rem;
}

.validation-summary ul[b-aa37e5dpi6] {
    margin: 0.5rem 0 0;
    padding-left: 1.2rem;
}

.validation-summary li[b-aa37e5dpi6] {
    margin-bottom: 0.25rem;
}

/* ========== SUBMIT ========== */
.consent-text[b-aa37e5dpi6] {
    color: #555555;
    font-size: 0.9rem;
    margin-bottom: 1rem;
    text-align: center;
}

.form-actions[b-aa37e5dpi6] {
    text-align: center;
}

.btn-submit[b-aa37e5dpi6] {
    background: linear-gradient(135deg, #d4a468, #7b1b8e);
    color: #2D3047;
    padding: 14px 40px;
    border: none;
    border-radius: 8px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    min-width: 200px;
}

.btn-submit:hover[b-aa37e5dpi6] {
    background: #E1B382;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(212, 164, 104, 0.4);
}

/* ========== CONFIRMATION ========== */
.confirmation-card[b-aa37e5dpi6] {
    background: #ffffff;
    border: 1px solid #e5ddd0;
    border-radius: 16px;
    padding: 3rem 2rem;
    text-align: center;
}

.confirmation-icon[b-aa37e5dpi6] {
    color: #2ecc71;
    margin-bottom: 1.5rem;
}

.confirmation-card h2[b-aa37e5dpi6] {
    font-size: 1.8rem;
    font-weight: 700;
    color: #555555;
    margin: 0 0 1rem;
}

.confirmation-card p[b-aa37e5dpi6] {
    color: #555555;
    font-size: 1.05rem;
    line-height: 1.7;
    margin: 0 0 2rem;
}

.btn-done[b-aa37e5dpi6] {
    display: inline-block;
    padding: 12px 28px;
    background: linear-gradient(135deg, #d4a468, #7b1b8e);
    border-radius: 8px;
    color: #2D3047;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-done:hover[b-aa37e5dpi6] {
    background: #E1B382;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(212, 164, 104, 0.4);
}

/* ========== RESPONSIVE ========== */
@media (max-width: 768px) {
    .hero-mailing-list[b-aa37e5dpi6] {
        height: 40vh;
        min-height: 280px;
    }

    .hero-mailing-list h1[b-aa37e5dpi6] {
        font-size: 2rem;
    }

    .form-row[b-aa37e5dpi6] {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .form-header[b-aa37e5dpi6] {
        padding: 1.5rem;
    }

    .form-body[b-aa37e5dpi6] {
        padding: 1.5rem;
    }

    .interest-checkboxes[b-aa37e5dpi6],
    .category-checkboxes[b-aa37e5dpi6] {
        flex-direction: column;
    }
}

/* CET theme fixup (2026-07-23): button text stays white on gold */
.btn-done[b-aa37e5dpi6],
.btn-submit[b-aa37e5dpi6] {
    color: #ffffff;
}

/* _content/CityEventTix/Pages/JoinWaitingList.cshtml.rz.scp.css */
/* CET THEME (2026-07-23): re-colored from the NYM dark/purple theme to the
   CityEventTix palette (cream #F7ECDD, gold #d4a468/#E1B382, tan #c49c7a,
   link gold #c47b35, text #2D3047). Structure unchanged. */
/* ============================================
   JOIN WAITING LIST â€” SCOPED STYLES
   ============================================ */

/* ========== LAYOUT ========== */
.waitinglist-content[b-4odlox22w9] {
    padding: 60px 1rem;
    /* clear CET's fixed header (docs.css convention: 180px) */
    padding-top: 180px;
    background: #F7ECDD;
    min-height: 70vh;
}

.page-title[b-4odlox22w9] {
    font-size: 2.2rem;
    color: #555555;
    margin-bottom: 0.5rem;
    font-weight: 700;
    text-align: center;
}

.page-subtitle[b-4odlox22w9] {
    color: #555555;
    font-size: 1.1rem;
    text-align: center;
    margin-bottom: 30px;
}

.waitinglist-wrapper[b-4odlox22w9] {
    max-width: 800px;
    margin: 0 auto;
}

/* ========== FORM CARD ========== */
.waitinglist-card[b-4odlox22w9] {
    background: #ffffff;
    border: 1px solid #e5ddd0;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}

.waitinglist-body[b-4odlox22w9] {
    padding: 2rem;
}

/* ========== FORM SECTIONS ========== */
.form-section[b-4odlox22w9] {
    margin-bottom: 1.5rem;
}

.section-title[b-4odlox22w9] {
    font-size: 1.1rem;
    color: #555555;
    margin-bottom: 0.75rem;
    padding-bottom: 0.3rem;
    border-bottom: 2px solid rgba(212, 164, 104, 0.3);
}

.form-row[b-4odlox22w9] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem;
    margin-bottom: 0.5rem;
}

.form-group[b-4odlox22w9] {
    display: flex;
    flex-direction: column;
    margin-bottom: 0.5rem;
}

.form-group label[b-4odlox22w9] {
    color: #555555;
    font-size: 0.9rem;
    margin-bottom: 0.25rem;
}

.required[b-4odlox22w9] {
    color: #ef4444;
}

.optional[b-4odlox22w9] {
    color: #555555;
    font-weight: 400;
    font-size: 0.85rem;
}

/* ========== FORM INPUTS ========== */
.form-input[b-4odlox22w9],
.form-select[b-4odlox22w9],
.form-textarea[b-4odlox22w9] {
    padding: 0.6rem 0.75rem;
    /* Dark fields to match register-session (and the rest of this dark page). Was white
       (rgba(255,255,255,.95) / #1a1a1a) â€” the one element that didn't fit the dark theme. */
    background: #ffffff;
    border: 1px solid #d9cfc0;
    border-radius: 8px;
    color: #ffffff;
    font-size: 0.95rem;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.form-input:focus[b-4odlox22w9],
.form-select:focus[b-4odlox22w9],
.form-textarea:focus[b-4odlox22w9] {
    outline: none;
    border-color: #c47b35;
    box-shadow: 0 0 0 2px rgba(212, 164, 104, 0.3);
}

.form-input-small[b-4odlox22w9] {
    max-width: 120px;
}

.form-select[b-4odlox22w9] {
    cursor: pointer;
}

/* Dark dropdown options (match register-session) */
.form-select option[b-4odlox22w9] {
    background: #ffffff;
    color: #ffffff;
}

.form-textarea[b-4odlox22w9] {
    min-height: 80px;
    resize: vertical;
    font-family: inherit;
}

/* ========== EVENT SELECTION ========== */
.event-selection-box[b-4odlox22w9] {
    background: rgba(212, 164, 104, 0.1);
    border: 1px solid rgba(212, 164, 104, 0.3);
    border-radius: 10px;
    padding: 1.5rem;
    margin-bottom: 1rem;
}

.event-selection-box label[b-4odlox22w9] {
    color: #555555;
}

.event-details-text[b-4odlox22w9] {
    color: #444444;
    font-size: 1.05rem;
    font-weight: 600;
    line-height: 1.6;
    margin-top: 0.5rem;
}

/* ========== TERMS ========== */
.terms-box[b-4odlox22w9] {
    background: #ffffff;
    border: 1px solid #e5ddd0;
    border-radius: 10px;
    padding: 1.5rem;
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
}

.terms-box input[type="checkbox"][b-4odlox22w9] {
    width: 24px;
    height: 24px;
    min-width: 24px;
    margin-top: 2px;
    cursor: pointer;
    flex-shrink: 0;
}

.terms-text[b-4odlox22w9] {
    color: #444444;
    font-size: 1rem;
    line-height: 1.7;
    flex: 1;
}

.terms-link[b-4odlox22w9] {
    color: #d4a468;
    text-decoration: underline;
    font-weight: 600;
}

/* ========== VALIDATION ========== */
.validation-summary[b-4odlox22w9] {
    background: rgba(239, 68, 68, 0.1);
    border: 1px solid rgba(239, 68, 68, 0.3);
    border-radius: 8px;
    padding: 1rem 1.5rem;
    margin-bottom: 1.5rem;
    color: #ef4444;
    font-size: 0.9rem;
}

.validation-summary ul[b-4odlox22w9] {
    margin: 0.5rem 0 0;
    padding-left: 1.2rem;
}

.validation-summary li[b-4odlox22w9] {
    margin-bottom: 0.25rem;
}

/* ========== FORM ACTIONS ========== */
.form-actions[b-4odlox22w9] {
    margin-top: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

.btn-submit[b-4odlox22w9] {
    background: linear-gradient(135deg, #d4a468, #7b1b8e);
    color: #2D3047;
    padding: 1rem 3rem;
    border: none;
    border-radius: 30px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(212, 164, 104, 0.4);
    transition: all 0.3s ease;
    min-width: 200px;
}

.btn-submit:hover[b-4odlox22w9] {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(212, 164, 104, 0.6);
    background: #E1B382;
}

.security-badge[b-4odlox22w9] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #555555;
}

.security-text[b-4odlox22w9] {
    font-size: 0.9rem;
}

/* ========== CONFIRMATION ========== */
.confirmation-card[b-4odlox22w9] {
    background: #ffffff;
    border: 1px solid #e5ddd0;
    border-radius: 20px;
    padding: 3rem;
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
}

.confirmation-icon[b-4odlox22w9] {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #d4a468, #7b1b8e);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    color: #2D3047;
}

.confirmation-card h2[b-4odlox22w9] {
    color: #555555;
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.confirmation-message[b-4odlox22w9] {
    color: #444444;
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 2rem;
}

/* ========== ERROR ========== */
.error-card[b-4odlox22w9] {
    background: #ffffff;
    border: 1px solid #e5ddd0;
    border-radius: 20px;
    padding: 3rem;
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
}

.error-icon[b-4odlox22w9] {
    color: #f59e0b;
    margin-bottom: 1rem;
}

.error-card h2[b-4odlox22w9] {
    color: #555555;
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.error-message[b-4odlox22w9] {
    color: #444444;
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 2rem;
}

.btn-done[b-4odlox22w9] {
    background: linear-gradient(135deg, #d4a468, #7b1b8e);
    padding: 1rem 2.5rem;
    border-radius: 30px;
    color: #2D3047;
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
    transition: all 0.3s ease;
}

.btn-done:hover[b-4odlox22w9] {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(212, 164, 104, 0.6);
}

/* ========== RESPONSIVE ========== */
@media (max-width: 768px) {
    .waitinglist-content[b-4odlox22w9] {
        padding: 100px 15px 40px;
    }

    .page-title[b-4odlox22w9] {
        font-size: 1.8rem;
    }

    .form-row[b-4odlox22w9] {
        grid-template-columns: 1fr;
    }

    .waitinglist-body[b-4odlox22w9] {
        padding: 1.5rem;
    }

    .confirmation-card[b-4odlox22w9],
    .error-card[b-4odlox22w9] {
        padding: 2rem 1.5rem;
    }
}

/* CET theme fixup (2026-07-23): button text stays white on gold */
.btn-done[b-4odlox22w9],
.btn-submit[b-4odlox22w9] {
    color: #ffffff;
}

/* _content/CityEventTix/Pages/NotFound.cshtml.rz.scp.css */
/* CET THEME (2026-07-23): re-colored from the NYM dark/purple theme to the
   CityEventTix palette (cream #F7ECDD, gold #d4a468/#E1B382, tan #c49c7a,
   link gold #c47b35, text #2D3047). Structure unchanged. */
/* ===== 404 Not Found Page â€” Scoped CSS ===== */

.error-content[b-uuj0liwwc1] {
    /* clear CET's fixed header (docs.css convention: 180px) */
    padding: 180px 1rem 2rem;
    background: var(--background-dark, #0f0f0f);
    min-height: 70vh;
}

.error-wrapper[b-uuj0liwwc1] {
    max-width: 800px;
    margin: 0 auto;
}

.error-card[b-uuj0liwwc1] {
    background: #ffffff;
    border: 1px solid #e5ddd0;
    border-radius: 20px;
    padding: 3rem 2rem;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
    text-align: center;
}

.error-icon[b-uuj0liwwc1] {
    font-size: 5rem;
    font-weight: 800;
    background: linear-gradient(135deg, #d4a468, #dc3545);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 1.5rem;
    animation: pulse-b-uuj0liwwc1 2s infinite;
}

@keyframes pulse-b-uuj0liwwc1 {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.05); }
}

.error-card h2[b-uuj0liwwc1] {
    font-size: 2rem;
    color: #2D3047;
    margin-bottom: 1rem;
}

.error-message[b-uuj0liwwc1] {
    color: #666666;
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.error-links[b-uuj0liwwc1] {
    margin-top: 1rem;
}

.error-links h3[b-uuj0liwwc1] {
    color: #2D3047;
    font-size: 1.3rem;
    margin-bottom: 1.5rem;
}

.links-grid[b-uuj0liwwc1] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}

.error-link[b-uuj0liwwc1] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    padding: 1.2rem 1rem;
    background: rgba(212, 164, 104, 0.1);
    border: 1px solid rgba(212, 164, 104, 0.3);
    border-radius: 12px;
    color: #444444;
    text-align: center;
    text-decoration: none;
    font-size: 0.95rem;
    transition: all 0.3s;
}

.error-link:hover[b-uuj0liwwc1] {
    background: rgba(212, 164, 104, 0.2);
    border-color: #d4a468;
    transform: translateY(-2px);
    color: #2D3047;
}

.error-link i[b-uuj0liwwc1] {
    width: 24px;
    height: 24px;
    color: #d4a468;
}

/* Responsive */
@media (max-width: 768px) {
    .error-content[b-uuj0liwwc1] {
        padding: 100px 1rem 2rem;
    }

    .error-card[b-uuj0liwwc1] {
        padding: 2rem 1.5rem;
    }

    .error-icon[b-uuj0liwwc1] {
        font-size: 4rem;
    }

    .error-card h2[b-uuj0liwwc1] {
        font-size: 1.5rem;
    }

    .links-grid[b-uuj0liwwc1] {
        grid-template-columns: 1fr;
    }
}

/* _content/CityEventTix/Pages/RegisterSession.cshtml.rz.scp.css */
/* ============================================
   REGISTER SESSION — SCOPED STYLES
   CET THEME (2026-07-23): re-colored from the NYM dark/purple theme to
   CityEventTix's own palette (docs.css / legacy CET checkout): cream #F7ECDD,
   white cards, gold buttons #d4a468 (hover #E1B382), tan accents #c49c7a,
   link gold #c47b35, text #2D3047. Layout/structure unchanged.
   ============================================ */

/* ========== PAGE HEADER ========== */
.reg-header[b-vk9yv1qoya] {
    /* CET header is position:fixed — docs.css sections clear it with 180px
       (125px on mobile); anything less hides the page heading under the ribbon */
    margin-top: 0;
    padding: 180px 20px 0;
    text-align: center;
    background: #F7ECDD;
}

.reg-header-inner[b-vk9yv1qoya] {
    max-width: 1400px;
    margin: 0 auto;
}

.reg-header h1[b-vk9yv1qoya] {
    font-size: 2.5em;
    color: #2D3047;
    margin-bottom: 0;
    font-weight: 700;
}

/* ========== CONTENT AREA ========== */
.reg-content[b-vk9yv1qoya] {
    padding: 1rem 2rem 4rem;
    background: #F7ECDD;
}

.reg-wrapper[b-vk9yv1qoya] {
    max-width: 700px;
    margin: 0 auto;
}

.reg-form-section[b-vk9yv1qoya] {
    background: #ffffff;
    border: 1px solid #e5ddd0;
    border-radius: 16px;
    padding: 2rem;
    box-shadow: 0 4px 18px rgba(45, 48, 71, 0.06);
}

/* ========== FORM BASICS ==========
   ::deep everywhere below (2026-07-23): tag-helper-generated elements (asp-for
   labels/inputs/selects/validators) do NOT receive the CSS-isolation scope
   attribute, so plain scoped selectors never matched them — the whole form was
   rendering on browser defaults (the "Age on one line" symptom). ::deep anchors
   the scope on the containing section instead. */
.form-group[b-vk9yv1qoya] {
    margin-bottom: 1rem;
}

.reg-content[b-vk9yv1qoya]  .form-label {
    margin-top: 0;
    margin-bottom: 0.35rem;
    display: block;
    color: #2D3047;
    font-size: 0.9rem;
}

.reg-content[b-vk9yv1qoya]  .form-input,
.reg-content[b-vk9yv1qoya]  .form-select,
.reg-content[b-vk9yv1qoya]  .form-textarea {
    width: 100%;
    padding: 0.7rem 1rem;
    background: #ffffff;
    border: 1px solid #d9cfc0;
    border-radius: 8px;
    color: #2D3047;
    font-size: 1rem;
    box-sizing: border-box;
    transition: border-color 0.3s ease;
}

.reg-content[b-vk9yv1qoya]  .form-input:focus,
.reg-content[b-vk9yv1qoya]  .form-select:focus,
.reg-content[b-vk9yv1qoya]  .form-textarea:focus {
    outline: none;
    border-color: #d4a468;
    box-shadow: 0 0 0 2px rgba(212, 164, 104, 0.3);
}

.reg-content[b-vk9yv1qoya]  .form-select {
    height: 50px;
}

.reg-content[b-vk9yv1qoya]  .form-select option {
    background: #ffffff;
    color: #2D3047;
}

.reg-content[b-vk9yv1qoya]  .form-textarea {
    min-height: 80px;
    resize: vertical;
    font-family: inherit;
}

.reg-content[b-vk9yv1qoya]  .form-input-small {
    width: 100px;
}

/* Filled inputs get a tan border */
.reg-content[b-vk9yv1qoya]  .form-input.has-value,
.reg-content[b-vk9yv1qoya]  .form-select.has-value {
    border-color: #c49c7a;
}

/* ========== TWO-COLUMN ROW ========== */
.form-row-2col[b-vk9yv1qoya] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin-bottom: 0;
}

.form-row-2col .form-group[b-vk9yv1qoya] {
    margin-bottom: 0;
}

.form-row-2col + .form-row-2col[b-vk9yv1qoya],
.form-row-2col + .form-group[b-vk9yv1qoya],
.form-group + .form-row-2col[b-vk9yv1qoya] {
    margin-top: 1rem;
}

/* ========== VALIDATION (::deep — validator spans/summary are tag-helper output) ========== */
.reg-content[b-vk9yv1qoya]  .field-validator {
    display: inline;
    margin-left: 0.25rem;
    color: #dc3545;
}

.reg-content[b-vk9yv1qoya]  .validation-summary {
    background: rgba(220, 53, 69, 0.08);
    border: 1px solid rgba(220, 53, 69, 0.3);
    border-radius: 8px;
    padding: 1rem 1.5rem;
    margin-bottom: 1.5rem;
    color: #dc3545;
    font-size: 0.9rem;
}

.reg-content[b-vk9yv1qoya]  .validation-summary ul {
    margin: 0.5rem 0 0;
    padding-left: 1.2rem;
}

.reg-content[b-vk9yv1qoya]  .validation-summary li {
    margin-bottom: 0.25rem;
}

/* Bootstrap sets .validation-summary-valid via jquery-validate — hide the empty box */
.reg-content[b-vk9yv1qoya]  .validation-summary.validation-summary-valid {
    display: none;
}

.processing-error[b-vk9yv1qoya] {
    display: block;
    margin-bottom: 1rem;
    color: #dc3545;
    font-weight: 500;
}

/* ========== PAYMENT METHOD TABS ==========
   Tab LOOK comes entirely from docs.css (the legacy CET design: grey strip,
   active tab = WHITE with gold underline + gold icon/text). Scoped overrides
   were REMOVED 2026-07-23: they forced a gold background while docs.css turned
   the active icon/text gold → gold-on-gold, invisible. Only the pane spacing
   (not styled in docs.css for our Alpine panes) lives here. */
.payment-pane[b-vk9yv1qoya] {
    padding: 1.25rem 0;
}

.payment-tabs[b-vk9yv1qoya] {
    margin-bottom: 1.25rem;
}

/* ========== SOLD-OUT GENDER → WAITLIST CTA (2026-07-23) ========== */
.waitlist-prompt[b-vk9yv1qoya] {
    background: rgba(212, 164, 104, 0.15);
    border: 1px solid rgba(212, 164, 104, 0.5);
    border-radius: 10px;
    padding: 1rem 1.25rem;
    margin: 1rem 0 0.5rem;
    color: #2D3047;
    line-height: 1.6;
    text-align: center;
}

.waitlist-prompt-link[b-vk9yv1qoya] {
    display: inline-block;
    margin-top: 0.5rem;
    color: #0d6efd;
    font-weight: 700;
    font-size: 1.05rem;
    text-decoration: underline;
}

.waitlist-prompt-link:hover[b-vk9yv1qoya] {
    color: #0a58ca;
}

/* ========== AVAILABILITY BANNER ========== */
.availability-banner[b-vk9yv1qoya] {
    border-radius: 10px;
    padding: 1rem 1.25rem;
    margin-bottom: 1.5rem;
    line-height: 1.6;
}
.availability-banner-warning[b-vk9yv1qoya] {
    background: rgba(212, 164, 104, 0.15);
    border: 1px solid rgba(212, 164, 104, 0.5);
    color: #8a5a1f;
}
.availability-banner a[b-vk9yv1qoya] {
    color: #c47b35;
    text-decoration: underline;
}
.availability-banner a:hover[b-vk9yv1qoya] {
    color: #8a5a1f;
}

/* ========== EVENT INFO BOX ========== */
.event-info-box[b-vk9yv1qoya] {
    background: rgba(212, 164, 104, 0.12);
    border: 1px solid rgba(212, 164, 104, 0.35);
    border-radius: 10px;
    padding: 1rem 1.25rem;
    margin-bottom: 1.5rem;
    color: #2D3047;
}

.event-info-box strong[b-vk9yv1qoya] {
    color: #c47b35;
}

/* ========== TERMS ========== */
.terms-box[b-vk9yv1qoya] {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    margin-bottom: 1.5rem;
}

.terms-box input[type="checkbox"][b-vk9yv1qoya] {
    width: 18px;
    height: 18px;
    min-width: 18px;
    min-height: 18px;
    flex-shrink: 0;
    margin-top: 3px;
    cursor: pointer;
    -webkit-appearance: checkbox;
    appearance: checkbox;
}

.terms-text[b-vk9yv1qoya] {
    color: #666666;
    font-size: 0.95rem;
    line-height: 1.5;
    cursor: pointer;
}

.terms-link[b-vk9yv1qoya] {
    color: #c47b35;
    text-decoration: underline;
}

/* ========== TERMS MODAL ========== */
.terms-modal[b-vk9yv1qoya] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 10000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.terms-modal-content[b-vk9yv1qoya] {
    position: relative;
    width: 90%;
    max-width: 800px;
    height: 60vh;
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
}

.terms-modal-close[b-vk9yv1qoya] {
    position: absolute;
    top: 10px;
    right: 15px;
    width: 36px;
    height: 36px;
    background: #d4a468;
    border: none;
    border-radius: 50%;
    color: white;
    font-size: 22px;
    cursor: pointer;
    z-index: 10001;
    display: flex;
    align-items: center;
    justify-content: center;
}

.terms-modal-close:hover[b-vk9yv1qoya] {
    background: #E1B382;
}

.terms-modal-iframe[b-vk9yv1qoya] {
    width: 100%;
    height: 100%;
    border: none;
}

/* ========== SUBMIT BUTTON ========== */
.form-actions[b-vk9yv1qoya] {
    text-align: center;
    margin-top: 1rem;
}

.btn-submit[b-vk9yv1qoya] {
    background: #d4a468;
    color: white;
    padding: 14px 40px;
    border: none;
    border-radius: 8px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    min-width: 200px;
}

.btn-submit:hover[b-vk9yv1qoya] {
    background: #E1B382;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(212, 164, 104, 0.4);
}

.secure-badge[b-vk9yv1qoya] {
    margin-top: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    color: #888888;
    font-size: 0.85rem;
}

.security-text[b-vk9yv1qoya] {
    color: #888888;
}

/* ========== PAYMENT — EXPIRATION ========== */
.expiration-group[b-vk9yv1qoya] {
    display: flex;
    gap: 0.75rem;
}

.expiration-group select[b-vk9yv1qoya] {
    flex: 1;
}

/* ========== GUEST REGISTRATION ========== */
.guest-header[b-vk9yv1qoya] {
    background: rgba(212, 164, 104, 0.12);
    border: 1px solid rgba(212, 164, 104, 0.35);
    border-radius: 10px;
    padding: 1rem 1.25rem;
    margin-bottom: 1.5rem;
    text-align: center;
}

.guest-header p[b-vk9yv1qoya] {
    color: #666666;
    margin: 0;
    font-size: 0.95rem;
}

.guest-card[b-vk9yv1qoya] {
    background: rgba(212, 164, 104, 0.06);
    border: 1px solid rgba(212, 164, 104, 0.25);
    border-radius: 10px;
    padding: 1.25rem;
    margin-bottom: 1rem;
}

.guest-number[b-vk9yv1qoya] {
    color: #c47b35;
    font-size: 1.1rem;
    margin: 0 0 1rem 0;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid rgba(212, 164, 104, 0.25);
}

.guest-card .form-row[b-vk9yv1qoya] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin-bottom: 0;
}

.guest-card .form-row + .form-row[b-vk9yv1qoya] {
    margin-top: 1rem;
}

.guest-card .form-group[b-vk9yv1qoya] {
    margin-bottom: 0;
}

.guest-card .form-group label[b-vk9yv1qoya] {
    display: block;
    color: #444444;
    font-size: 0.9rem;
    margin-bottom: 0.35rem;
}

.guest-card .form-group label strong[b-vk9yv1qoya] {
    color: #2D3047;
}

.guest-card .required[b-vk9yv1qoya] {
    color: #dc3545;
}

.guest-card[b-vk9yv1qoya]  .form-input,
.guest-card[b-vk9yv1qoya]  .form-select {
    width: 100%;
    height: 44px;
    padding: 0.6rem 0.75rem;
    background: #ffffff;
    border: 1px solid #d9cfc0;
    border-radius: 8px;
    color: #2D3047;
    font-size: 0.95rem;
    box-sizing: border-box;
}

.guest-card[b-vk9yv1qoya]  .form-input:focus,
.guest-card[b-vk9yv1qoya]  .form-select:focus {
    border-color: #d4a468;
    outline: none;
    box-shadow: 0 0 0 2px rgba(212, 164, 104, 0.3);
}

.guest-card[b-vk9yv1qoya]  .form-input-small {
    width: 100px;
}

.guest-actions[b-vk9yv1qoya] {
    display: flex;
    gap: 1rem;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(212, 164, 104, 0.25);
}

.btn-save-guest[b-vk9yv1qoya] {
    background: #d4a468;
    color: white;
    padding: 0.6rem 1.25rem;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95rem;
    border: none;
    cursor: pointer;
    transition: all 0.2s;
}

.btn-save-guest:hover[b-vk9yv1qoya] {
    background: #E1B382;
    transform: translateY(-1px);
}

.btn-submit-later[b-vk9yv1qoya] {
    color: #666666;
    padding: 0.6rem 1.25rem;
    text-decoration: none;
    font-size: 0.9rem;
    border: 1px solid #cccccc;
    border-radius: 8px;
    background: transparent;
    cursor: pointer;
    transition: all 0.2s;
}

.btn-submit-later:hover[b-vk9yv1qoya] {
    color: #c47b35;
    border-color: #c47b35;
}

.guest-continue[b-vk9yv1qoya] {
    margin-top: 1.5rem;
    text-align: center;
}

.btn-continue-guest[b-vk9yv1qoya] {
    background: #d4a468;
    color: white;
    padding: 0.75rem 2rem;
    border-radius: 8px;
    font-weight: 600;
    font-size: 1rem;
    border: none;
    cursor: pointer;
    transition: all 0.2s;
}

.btn-continue-guest:hover[b-vk9yv1qoya] {
    background: #E1B382;
    transform: translateY(-1px);
}

/* ========== CONFIRMATION ========== */
.confirmation-card[b-vk9yv1qoya] {
    text-align: center;
    padding: 2rem 1rem;
}

.confirmation-icon[b-vk9yv1qoya] {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #22c55e, #16a34a);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    color: white;
}

.confirmation-card h2[b-vk9yv1qoya] {
    color: #c47b35;
    font-size: 1.75rem;
    margin-bottom: 1.5rem;
}

.confirmation-message[b-vk9yv1qoya] {
    color: #444444;
    line-height: 1.7;
    margin-bottom: 2rem;
}

.confirmation-message p[b-vk9yv1qoya] {
    margin-bottom: 1rem;
}

.confirmation-message a[b-vk9yv1qoya] {
    color: #c47b35;
    text-decoration: underline;
}

.confirmation-message a:hover[b-vk9yv1qoya] {
    color: #E1B382;
}

.confirmation-actions[b-vk9yv1qoya] {
    margin-top: 1.5rem;
}

.btn-done[b-vk9yv1qoya] {
    background: #d4a468;
    color: white;
    padding: 0.75rem 2.5rem;
    border-radius: 8px;
    font-weight: 600;
    font-size: 1rem;
    border: none;
    cursor: pointer;
    transition: all 0.2s;
}

.btn-done:hover[b-vk9yv1qoya] {
    background: #E1B382;
    transform: translateY(-1px);
}

/* ========== REGISTRATION CLOSED ========== */
.registration-card[b-vk9yv1qoya] {
    text-align: center;
    padding: 2rem 1rem;
}

.closed-icon[b-vk9yv1qoya] {
    color: #dc3545;
    margin-bottom: 1rem;
}

.registration-card h2[b-vk9yv1qoya] {
    color: #dc3545;
    margin-bottom: 1rem;
}

.closed-message[b-vk9yv1qoya] {
    color: #444444;
}

.events-link[b-vk9yv1qoya] {
    color: #c47b35;
    text-decoration: underline;
}

.events-link:hover[b-vk9yv1qoya] {
    color: #E1B382;
}

/* ========== RESPONSIVE ========== */
@media (max-width: 768px) {
    .reg-header[b-vk9yv1qoya] {
        padding-top: 125px;
    }

    .reg-header h1[b-vk9yv1qoya] {
        font-size: 1.8rem;
    }

    .reg-content[b-vk9yv1qoya] {
        padding: 1rem;
    }

    .reg-form-section[b-vk9yv1qoya] {
        padding: 1.5rem;
    }

    .form-row-2col[b-vk9yv1qoya] {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .form-row-2col .form-group[b-vk9yv1qoya] {
        margin-bottom: 1rem;
    }

    .form-row-2col .form-group:last-child[b-vk9yv1qoya] {
        margin-bottom: 0;
    }

    .form-row-2col + .form-row-2col[b-vk9yv1qoya],
    .form-row-2col + .form-group[b-vk9yv1qoya],
    .form-group + .form-row-2col[b-vk9yv1qoya] {
        margin-top: 1rem;
    }

    .guest-card .form-row[b-vk9yv1qoya] {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .guest-card .form-row .form-group[b-vk9yv1qoya] {
        margin-bottom: 1rem;
    }

    .guest-card .form-row .form-group:last-child[b-vk9yv1qoya] {
        margin-bottom: 0;
    }

    .guest-card .form-row + .form-row[b-vk9yv1qoya] {
        margin-top: 1rem;
    }
}

@media (max-width: 480px) {
    .reg-form-section[b-vk9yv1qoya] {
        padding: 1rem;
    }
}
/* _content/CityEventTix/Pages/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand[b-mupw8agytq] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-mupw8agytq] {
  color: #0077cc;
}

.btn-primary[b-mupw8agytq] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-mupw8agytq], .nav-pills .show > .nav-link[b-mupw8agytq] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-mupw8agytq] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-mupw8agytq] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-mupw8agytq] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-mupw8agytq] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-mupw8agytq] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}
/* _content/CityEventTix/Pages/Unsubscribe.cshtml.rz.scp.css */
/* CET THEME (2026-07-23): re-colored from the NYM dark/purple theme to the
   CityEventTix palette (cream #F7ECDD, gold #d4a468/#E1B382, tan #c49c7a,
   link gold #c47b35, text #2D3047). Structure unchanged. */
/* ===== Unsubscribe Page â€” Scoped CSS ===== */

.unsub-container[b-4660389yme] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 60vh;
    /* clear CET's fixed header (docs.css convention: 180px) */
    padding: 180px 20px 60px;
}

.unsub-card[b-4660389yme] {
    background: var(--card-bg, #1a1a2e);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 16px;
    padding: 48px 40px;
    max-width: 540px;
    width: 100%;
    text-align: center;
}

.unsub-icon[b-4660389yme] {
    color: var(--primary-color, #d4a468);
    margin-bottom: 20px;
}

.unsub-icon.success[b-4660389yme] { color: #2ecc71; }
.unsub-icon.info[b-4660389yme] { color: #3498db; }
.unsub-icon.error[b-4660389yme] { color: #e74c3c; }

.unsub-card h1[b-4660389yme] {
    font-size: 1.6rem;
    font-weight: 700;
    color: #2D3047;
    margin-bottom: 12px;
}

.unsub-subtitle[b-4660389yme] {
    color: #999;
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 28px;
}

.unsub-subtitle a[b-4660389yme] {
    color: var(--primary-color, #d4a468);
    text-decoration: none;
}

.unsub-subtitle a:hover[b-4660389yme] {
    text-decoration: underline;
}

/* Form Elements */
.form-group[b-4660389yme] {
    margin-bottom: 20px;
    text-align: left;
}

.form-input[b-4660389yme] {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    background: #ffffff;
    color: #2D3047;
    font-size: 1rem;
    transition: border-color 0.2s;
    box-sizing: border-box;
}

.form-input:focus[b-4660389yme] {
    outline: none;
    border-color: var(--primary-color, #d4a468);
}

.form-textarea[b-4660389yme] {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    background: #ffffff;
    color: #2D3047;
    font-size: 0.95rem;
    resize: vertical;
    box-sizing: border-box;
}

.form-textarea:focus[b-4660389yme] {
    outline: none;
    border-color: var(--primary-color, #d4a468);
}

.field-validation-error[b-4660389yme] {
    color: #e74c3c;
    font-size: 0.85rem;
    margin-top: 4px;
    display: block;
}

/* Reason Options */
.reason-options[b-4660389yme] {
    text-align: left;
    margin-bottom: 24px;
}

.reason-option[b-4660389yme] {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 14px 16px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    transition: background 0.2s, border-color 0.2s;
}

.reason-option:hover[b-4660389yme] {
    background: rgba(212, 164, 104, 0.06);
    border-color: rgba(212, 164, 104, 0.3);
}

.reason-option input[type="radio"][b-4660389yme] {
    margin-top: 3px;
    accent-color: var(--primary-color, #d4a468);
    flex-shrink: 0;
}

.reason-option span[b-4660389yme] {
    color: #ccc;
    font-size: 0.95rem;
    line-height: 1.4;
}

.other-reason[b-4660389yme] {
    margin-bottom: 20px;
}

/* Submit Button */
.btn-submit[b-4660389yme] {
    width: 100%;
    padding: 14px 24px;
    background: var(--primary-color, #d4a468);
    color: #2D3047;
    border: none;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s, transform 0.1s;
}

.btn-submit:hover[b-4660389yme] {
    background: #b32cc5;
    transform: translateY(-1px);
}

.btn-submit:active[b-4660389yme] {
    transform: translateY(0);
}

/* Responsive */
@media (max-width: 600px) {
    .unsub-card[b-4660389yme] {
        padding: 32px 24px;
    }

    .unsub-card h1[b-4660389yme] {
        font-size: 1.3rem;
    }
}

/* CET theme fixup (2026-07-23): button text stays white on gold */
.btn-submit[b-4660389yme] {
    color: #ffffff;
}

