/* Le Privé — Private Events & Tickets : styles sobres, cohérents avec l'identité du site. */

.lpt-account-box {
    background: #17161f;
    color: #f2ead9;
    border: 1px solid #3a3040;
    border-radius: 6px;
    padding: 24px;
    max-width: 640px;
}

.lpt-account-box h2 {
    color: #c9a24b;
    margin-top: 0;
}

.lpt-table-info {
    width: 100%;
    border-collapse: collapse;
    margin: 16px 0;
}

.lpt-table-info th {
    text-align: left;
    color: #c9a24b;
    padding: 6px 12px 6px 0;
    width: 40%;
    vertical-align: top;
}

.lpt-table-info td {
    padding: 6px 0;
}

.lpt-notice {
    padding: 12px 16px;
    border-radius: 4px;
    margin: 16px 0;
}

.lpt-notice-warning {
    background: #3a2f18;
    border: 1px solid #c9a24b;
    color: #f2ead9;
}

.lpt-notice-success {
    background: #16321f;
    border: 1px solid #4caf50;
    color: #f2ead9;
}

.lpt-btn-primary {
    background: #c9a24b !important;
    color: #161320 !important;
    border: none !important;
    font-weight: bold;
    padding: 12px 24px !important;
    border-radius: 4px !important;
    font-size: 16px !important;
}

.lpt-profile-block {
    border: 1px solid #3a3040;
    border-radius: 6px;
    padding: 16px;
    margin-bottom: 20px;
}

.lpt-profile-block label {
    display: block;
    margin-bottom: 12px;
    color: #f2ead9;
}

.lpt-profile-block input,
.lpt-profile-block select {
    width: 100%;
    max-width: 420px;
    padding: 8px;
    margin-top: 4px;
    box-sizing: border-box;
}

.lpt-ticket {
    background: #0e0e14;
    border: 2px solid #c9a24b;
    border-radius: 8px;
    padding: 20px;
}

.lpt-ticket-header {
    text-align: center;
    color: #c9a24b;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 12px;
}

.lpt-ticket-used {
    opacity: 0.6;
}

.lpt-qr-holder {
    display: flex;
    justify-content: center;
    padding: 20px 0;
    background: #fff;
    border-radius: 6px;
    margin-top: 16px;
}

/* -------- Scanner de contrôle -------- */

.lpt-scanner-wrap {
    max-width: 480px;
    margin: 0 auto;
    text-align: center;
    color: #f2ead9;
}

#lpt-scanner-video-wrap {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
    background: #000;
    border-radius: 8px;
    overflow: hidden;
    border: 2px solid #c9a24b;
}

#lpt-scanner-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lpt-scanner-result {
    margin-top: 20px;
    padding: 24px;
    border-radius: 8px;
    font-size: 22px;
    font-weight: bold;
}

.lpt-scanner-idle {
    background: #17161f;
    border: 1px solid #3a3040;
}

.lpt-scanner-valide {
    background: #16321f;
    border: 2px solid #4caf50;
    color: #7be495;
}

.lpt-scanner-deja_utilise {
    background: #3a2f18;
    border: 2px solid #c9a24b;
    color: #f2c94c;
}

.lpt-scanner-invalide,
.lpt-scanner-annule {
    background: #3a1616;
    border: 2px solid #e05555;
    color: #ff8a8a;
}
