/* ── LLC Yellow Belt Course Signup — Styles ─────────────────────────────── */

.llc-yb-wrap { max-width: 860px; margin: 0 auto; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; }

/* Header */
.llc-yb-header { background: linear-gradient(135deg, #1a5276 0%, #2e86c1 100%); color: #fff; padding: 32px 36px; border-radius: 10px 10px 0 0; margin-bottom: 0; }
.llc-yb-header h2 { margin: 0 0 6px; font-size: 26px; font-weight: 700; }
.llc-yb-subtitle { margin: 0; opacity: .85; font-size: 15px; }

/* Form */
.llc-yb-form { background: #fff; border: 1px solid #e0e0e0; border-top: none; border-radius: 0 0 10px 10px; padding: 30px 36px; }
.llc-yb-row { display: flex; gap: 20px; margin-bottom: 18px; }
.llc-yb-field { flex: 1; display: flex; flex-direction: column; }
.llc-yb-full { margin-bottom: 18px; }
.llc-yb-field label { font-size: 13px; font-weight: 600; color: #444; margin-bottom: 6px; }
.llc-yb-field input,
.llc-yb-field select { padding: 10px 14px; border: 1px solid #ccc; border-radius: 6px; font-size: 15px; transition: border-color .2s; }
.llc-yb-field input:focus,
.llc-yb-field select:focus { border-color: #2e86c1; outline: none; box-shadow: 0 0 0 3px rgba(46,134,193,.15); }
.req { color: #e74c3c; }
.llc-yb-submit { margin-top: 8px; }

/* Buttons */
.llc-yb-btn { background: #2e86c1; color: #fff; border: none; padding: 12px 28px; border-radius: 6px; font-size: 15px; font-weight: 600; cursor: pointer; transition: background .2s; }
.llc-yb-btn:hover { background: #1a5276; }
.llc-yb-btn-sm { padding: 8px 18px; font-size: 13px; }
.llc-yb-btn-xs { padding: 5px 10px; font-size: 12px; border-radius: 4px; }
.llc-btn-complete { background: #27ae60; }
.llc-btn-complete:hover { background: #1e8449; }
.llc-btn-revert { background: #f39c12; }
.llc-btn-revert:hover { background: #d68910; }
.llc-btn-delete { background: #e74c3c; }
.llc-btn-delete:hover { background: #c0392b; }

/* Messages */
.llc-yb-success { background: #eafaf1; border: 1px solid #27ae60; color: #1e8449; padding: 18px 22px; border-radius: 8px; margin: 16px 0; }
.llc-yb-success h3 { margin: 0 0 8px; font-size: 18px; }
.llc-yb-success p { margin: 4px 0; }
.llc-yb-error { background: #fdedec; border: 1px solid #e74c3c; color: #c0392b; padding: 12px 18px; border-radius: 6px; margin: 12px 0; }

/* Dashboard */
.llc-yb-dash-header { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; margin-bottom: 20px; }
.llc-yb-dash-header h2 { margin: 0; font-size: 22px; color: #1a5276; }
.llc-yb-stats { display: flex; gap: 10px; flex-wrap: wrap; }
.stat-pill { background: #ecf0f1; color: #555; padding: 5px 14px; border-radius: 20px; font-size: 13px; font-weight: 600; }
.stat-pill.stat-green { background: #eafaf1; color: #1e8449; }
.stat-pill.stat-blue  { background: #eaf4fb; color: #1a5276; }

/* Filters */
.llc-yb-filters { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 16px; }
.filter-pill { background: #ecf0f1; color: #555; padding: 6px 16px; border-radius: 20px; font-size: 13px; text-decoration: none; transition: background .2s; }
.filter-pill:hover, .filter-pill.active { background: #2e86c1; color: #fff; }

/* Bulk bar */
.llc-yb-bulk-bar { display: flex; align-items: center; gap: 16px; margin-bottom: 12px; padding: 10px 16px; background: #f8f9fa; border: 1px solid #e0e0e0; border-radius: 6px; }

/* Table */
.llc-yb-table-wrap { overflow-x: auto; }
.llc-yb-table { width: 100%; border-collapse: collapse; font-size: 14px; }
.llc-yb-table th { background: #1a5276; color: #fff; padding: 10px 12px; text-align: left; font-weight: 600; white-space: nowrap; }
.llc-yb-table td { padding: 10px 12px; border-bottom: 1px solid #f0f0f0; vertical-align: middle; }
.llc-yb-table tr:hover td { background: #f8f9fa; }
.llc-yb-table tr.status-completed td { background: #f0faf4; }
.llc-actions { white-space: nowrap; }
.status-badge { padding: 3px 10px; border-radius: 12px; font-size: 12px; font-weight: 600; }
.status-badge.status-completed { background: #eafaf1; color: #1e8449; }
.status-badge.status-registered { background: #eaf4fb; color: #1a5276; }
.cert-sent { color: #27ae60; font-weight: 600; }

/* Sections */
.llc-yb-section { margin-top: 36px; padding-top: 24px; border-top: 1px solid #e0e0e0; }
.llc-yb-section h3 { margin: 0 0 14px; font-size: 17px; color: #1a5276; }
.llc-yb-inline-form { display: flex; gap: 12px; align-items: center; flex-wrap: wrap; }
.llc-yb-inline-form input[type="password"] { padding: 9px 14px; border: 1px solid #ccc; border-radius: 6px; font-size: 14px; min-width: 260px; }

/* Login */
.llc-yb-login { max-width: 420px; }
.llc-yb-login .llc-yb-form { border-radius: 10px; border-top: 1px solid #e0e0e0; }

/* Responsive */
@media (max-width: 600px) {
    .llc-yb-row { flex-direction: column; gap: 0; }
    .llc-yb-form { padding: 20px 18px; }
    .llc-yb-header { padding: 22px 18px; }
    .llc-yb-dash-header { flex-direction: column; align-items: flex-start; }
}
