.abia-lms-portal { font-family: 'Jost', sans-serif; max-width: 860px; margin: 0 auto; color: #1a1a1a; }
.alp-header { background: #1B4B6A; color: #fff; border-radius: 10px; padding: 28px 32px; margin-bottom: 28px; }
.alp-header h2 { margin: 0 0 12px; font-size: 22px; font-weight: 600; }
.alp-progress-bar-wrap { background: rgba(255,255,255,.25); border-radius: 20px; height: 10px; margin-bottom: 8px; overflow: hidden; }
.alp-progress-bar { background: #fff; height: 100%; border-radius: 20px; transition: width .5s; }
.alp-header span { font-size: 13px; opacity: .85; }

.alp-section { margin-bottom: 32px; }
.alp-section h3 { font-size: 14px; text-transform: uppercase; letter-spacing: 1px; color: #1B4B6A; border-bottom: 2px solid #1B4B6A; padding-bottom: 6px; margin-bottom: 14px; font-weight: 600; }

.alp-module { border: 1px solid #dde3ea; border-radius: 8px; margin-bottom: 10px; overflow: hidden; background: #fff; }
.alp-module.alp-done { border-color: #27ae60; }
.alp-module.alp-overdue { border-color: #c0392b; }

.alp-module-header { display: flex; align-items: center; gap: 12px; padding: 14px 18px; cursor: pointer; user-select: none; transition: background .15s; }
.alp-module-header:hover { background: #f5f8fb; }
.alp-done .alp-module-header { background: #f0faf4; }
.alp-overdue .alp-module-header { background: #fff8f7; }

.alp-status-icon { width: 26px; height: 26px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 13px; font-weight: 700; flex-shrink: 0; background: #e8eef3; color: #1B4B6A; }
.alp-done .alp-status-icon { background: #27ae60; color: #fff; }
.alp-overdue .alp-status-icon { background: #c0392b; color: #fff; }

.alp-module-title { font-weight: 600; font-size: 15px; flex: 1; }
.alp-module-meta { font-size: 12px; color: #888; }
.alp-cert-btn { background: #1B4B6A; color: #fff !important; padding: 5px 12px; border-radius: 4px; font-size: 12px; text-decoration: none; white-space: nowrap; }
.alp-cert-btn:hover { background: #154060; }

.alp-module-body { padding: 20px 24px; border-top: 1px solid #eee; background: #fcfcfc; }
.alp-desc { color: #555; margin-bottom: 16px; font-size: 14px; }

.alp-lesson { margin-bottom: 24px; padding-bottom: 20px; border-bottom: 1px solid #eee; }
.alp-lesson:last-child { border-bottom: none; }
.alp-lesson h4 { color: #1B4B6A; font-size: 15px; margin-bottom: 10px; }
.alp-lesson-content { font-size: 14px; line-height: 1.7; color: #333; }
.alp-video { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; margin-bottom: 12px; border-radius: 6px; }
.alp-video iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.alp-pdf-btn { display: inline-block; background: #f0f4f8; color: #1B4B6A; padding: 6px 14px; border-radius: 4px; font-size: 13px; text-decoration: none; border: 1px solid #c8d6e0; }

.alp-quiz-section { background: #f0f5fa; border: 1px solid #c8d6e0; border-radius: 8px; padding: 20px; margin-top: 20px; }
.alp-quiz-section h4 { color: #1B4B6A; margin-bottom: 16px; font-size: 15px; }
.alp-question { margin-bottom: 18px; }
.alp-question p { font-weight: 600; font-size: 14px; margin-bottom: 8px; }
.alp-question label { display: block; font-size: 14px; margin-bottom: 4px; cursor: pointer; }
.alp-question input[type="radio"] { margin-right: 8px; }
.alp-quiz-submit { background: #1B4B6A; color: #fff; border: none; padding: 10px 24px; border-radius: 5px; font-size: 14px; cursor: pointer; margin-top: 8px; }
.alp-quiz-submit:hover { background: #154060; }

.alp-result-pass { background: #e8f8ee; border: 1px solid #27ae60; color: #1a6e3a; padding: 12px 16px; border-radius: 6px; margin-top: 12px; font-weight: 600; }
.alp-result-fail { background: #fff0ee; border: 1px solid #e74c3c; color: #a93226; padding: 12px 16px; border-radius: 6px; margin-top: 12px; }
.alp-complete-notice { background: #e8f8ee; border: 1px solid #27ae60; color: #1a6e3a; padding: 14px 18px; border-radius: 6px; font-weight: 600; margin-top: 12px; font-size: 14px; }
