body {
    min-height: 100vh;
}

.site-banner-wrap {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.site-banner {
    display: block;
    max-height: 280px;
    object-fit: cover;
    object-position: center;
    border-radius: 1rem;
    box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.18);
}

.hero {
    background: linear-gradient(135deg, #212529, #343a40);
    color: #fff;
    border-radius: 1.5rem;
}

.card {
    border: 0;
    border-radius: 1rem;
}

.ticket-card {
    border-left: 5px solid var(--bs-primary);
}

.qr-box {
    display: inline-block;
    padding: 1rem;
    background: #fff;
    border-radius: 1rem;
    box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.08);
}

.stat {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
}

.captcha-box {
    padding: 1rem;
    background: var(--bs-light);
    border: 1px solid var(--bs-border-color);
    border-radius: 0.75rem;
}

.honeypot-field {
    position: absolute !important;
    left: -10000px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}
