/*
 * Deliberately NOT built on Portal's `.es-*` design system — file 07 §6:
 * "deliberately not styled like either console... this is an exam-hall
 * screen, not a dashboard." No EduSphere branding, no color tokens shared
 * with the rest of the suite — a candidate sitting a formal, invigilated,
 * anonymized exam shouldn't be looking at a school-branded dashboard chrome.
 * Plain, high-contrast, large touch targets, nothing else on the page.
 */

.excbt-sitting {
    max-width: 640px;
    margin: 40px auto;
    padding: 0 16px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
    color: #1a1a1a;
}

.excbt-card {
    background: #fff;
    border: 1px solid #d0d0d0;
    border-radius: 8px;
    padding: 24px;
}

.excbt-card h1 {
    font-size: 1.4rem;
    margin: 0 0 12px;
}

.excbt-card h2 {
    font-size: 1.1rem;
    margin: 0 0 8px;
    color: #555;
}

.excbt-question-text {
    font-size: 1.15rem;
    line-height: 1.5;
    margin: 0 0 20px;
}

.excbt-timer {
    text-align: right;
    font-size: 0.85rem;
    color: #666;
    margin-bottom: 12px;
}

.excbt-sitting form {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.excbt-sitting input[type="text"],
.excbt-sitting textarea {
    padding: 10px;
    font-size: 1rem;
    border: 1px solid #b0b0b0;
    border-radius: 4px;
    width: 100%;
    box-sizing: border-box;
}

.excbt-sitting label {
    display: flex;
    flex-direction: column;
    gap: 4px;
    font-size: 0.9rem;
}

.excbt-option {
    flex-direction: row !important;
    align-items: center;
    gap: 8px !important;
    padding: 10px;
    border: 1px solid #d0d0d0;
    border-radius: 4px;
    cursor: pointer;
}

.excbt-btn-primary,
.excbt-sitting button {
    padding: 12px 20px;
    font-size: 1rem;
    background: #1e5aa8;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.excbt-sitting button:hover {
    background: #164784;
}

.excbt-alert-error {
    background: #fdecea;
    border: 1px solid #f5b0ab;
    color: #7a1f14;
    padding: 10px 14px;
    border-radius: 4px;
    margin-bottom: 12px;
}
