:root{--hope-lms-primary:#3157d5;--hope-lms-text:#172033;--hope-lms-muted:#657083;--hope-lms-border:#e4e8ef;--hope-lms-surface:#fff;--hope-lms-soft:#f5f7fb;--hope-lms-radius:16px}.hope-lms-page-shell{width:min(1180px,calc(100% - 32px));margin:48px auto}.hope-lms-course-grid{display:grid;gap:24px}.hope-lms-columns-1{grid-template-columns:1fr}.hope-lms-columns-2{grid-template-columns:repeat(2,minmax(0,1fr))}.hope-lms-columns-3{grid-template-columns:repeat(3,minmax(0,1fr))}.hope-lms-columns-4{grid-template-columns:repeat(4,minmax(0,1fr))}.hope-lms-course-card{overflow:hidden;background:var(--hope-lms-surface);border:1px solid var(--hope-lms-border);border-radius:var(--hope-lms-radius);box-shadow:0 12px 32px rgba(26,39,69,.06);transition:transform .2s,box-shadow .2s}.hope-lms-course-card:hover{transform:translateY(-3px);box-shadow:0 18px 42px rgba(26,39,69,.1)}.hope-lms-card-image{position:relative;display:flex;aspect-ratio:16/10;background:var(--hope-lms-soft);align-items:center;justify-content:center;overflow:hidden;text-decoration:none}.hope-lms-card-image img{width:100%;height:100%;object-fit:cover}.hope-lms-card-image .dashicons{font-size:54px;width:54px;height:54px;color:var(--hope-lms-primary)}.hope-lms-level{position:absolute;left:14px;top:14px;padding:6px 10px;border-radius:999px;background:rgba(255,255,255,.94);font-size:12px;font-weight:700;color:var(--hope-lms-text)}.hope-lms-card-body{padding:22px}.hope-lms-card-body h3{margin:8px 0 10px;font-size:21px;line-height:1.3}.hope-lms-card-body h3 a{color:var(--hope-lms-text);text-decoration:none}.hope-lms-card-body p{color:var(--hope-lms-muted);line-height:1.65}.hope-lms-card-meta,.hope-lms-card-footer,.hope-lms-course-facts{display:flex;align-items:center;gap:14px;flex-wrap:wrap}.hope-lms-card-meta{font-size:13px;color:var(--hope-lms-muted)}.hope-lms-card-footer{justify-content:space-between;margin-top:18px;padding-top:16px;border-top:1px solid var(--hope-lms-border)}.hope-lms-card-footer a{font-weight:700;color:var(--hope-lms-primary);text-decoration:none}.hope-lms-button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:10px 18px;border:0;border-radius:10px;background:var(--hope-lms-primary);color:#fff!important;font-weight:700;text-decoration:none!important;cursor:pointer}.hope-lms-button:hover{filter:brightness(.94)}.hope-lms-button-secondary{background:var(--hope-lms-soft);color:var(--hope-lms-text)!important}.hope-lms-button-full{width:100%}.hope-lms-notice,.hope-lms-empty{padding:24px;border:1px solid var(--hope-lms-border);border-radius:var(--hope-lms-radius);background:var(--hope-lms-soft);color:var(--hope-lms-text)}.hope-lms-error{border-color:#f0b9b9;background:#fff4f4;color:#8b2222}.hope-lms-success{padding:12px;border-radius:10px;background:#edf9f1;color:#1e6b3a;margin:12px 0}.hope-lms-course-hero{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(280px,.65fr);gap:48px;align-items:center;padding:48px;border-radius:24px;background:linear-gradient(135deg,#101a35,#213568);color:#fff}.hope-lms-course-hero h1{margin:8px 0 16px;font-size:clamp(36px,5vw,62px);line-height:1.05;color:#fff}.hope-lms-course-hero p{font-size:18px;line-height:1.65;color:rgba(255,255,255,.82)}.hope-lms-eyebrow{display:block;font-size:13px;font-weight:800;text-transform:uppercase;letter-spacing:.12em;color:#8ea8ff}.hope-lms-course-facts{margin-top:22px;color:rgba(255,255,255,.76);font-size:14px}.hope-lms-course-enroll-card{overflow:hidden;background:#fff;border-radius:18px;color:var(--hope-lms-text);box-shadow:0 25px 55px rgba(0,0,0,.2)}.hope-lms-course-enroll-card>img{display:block;width:100%;aspect-ratio:16/10;object-fit:cover}.hope-lms-course-enroll-card>div{padding:22px}.hope-lms-course-price{display:block;font-size:26px;margin-bottom:14px}.hope-lms-course-layout{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(330px,.8fr);gap:44px;margin-top:48px}.hope-lms-course-description,.hope-lms-curriculum{color:var(--hope-lms-text)}.hope-lms-course-description h2,.hope-lms-curriculum h2{font-size:28px}.hope-lms-module{margin:0 0 18px;border:1px solid var(--hope-lms-border);border-radius:14px;overflow:hidden}.hope-lms-module h3{margin:0;padding:16px 18px;background:var(--hope-lms-soft);font-size:16px}.hope-lms-module ol{list-style:none;margin:0;padding:0}.hope-lms-module li{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:15px 18px;border-top:1px solid var(--hope-lms-border)}.hope-lms-module li span:first-child{display:flex;flex-direction:column}.hope-lms-module small{color:var(--hope-lms-muted);margin-top:3px}.hope-lms-module a{font-weight:700;color:var(--hope-lms-primary);text-decoration:none}.hope-lms-locked{font-size:13px;color:var(--hope-lms-muted)}.hope-lms-dashboard{color:var(--hope-lms-text)}.hope-lms-dashboard-header{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:28px;border-radius:20px;background:linear-gradient(135deg,#111b37,#253b76);color:#fff}.hope-lms-dashboard-header h2{margin:6px 0 0;color:#fff}.hope-lms-dashboard-stats{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin:22px 0}.hope-lms-dashboard-stats>div{padding:22px;border:1px solid var(--hope-lms-border);border-radius:14px;background:#fff}.hope-lms-dashboard-stats strong{display:block;font-size:32px}.hope-lms-dashboard-stats span{color:var(--hope-lms-muted)}.hope-lms-dashboard-section{padding:26px;border:1px solid var(--hope-lms-border);border-radius:18px;background:#fff}.hope-lms-enrolled-list{display:grid;gap:14px}.hope-lms-enrolled-course{display:grid;grid-template-columns:90px minmax(0,1fr) auto;gap:18px;align-items:center;padding:14px;border:1px solid var(--hope-lms-border);border-radius:14px}.hope-lms-enrolled-thumb{display:flex;width:90px;height:70px;align-items:center;justify-content:center;overflow:hidden;border-radius:10px;background:var(--hope-lms-soft)}.hope-lms-enrolled-thumb img{width:100%;height:100%;object-fit:cover}.hope-lms-enrolled-content h4{margin:0 0 10px}.hope-lms-enrolled-content h4 a{color:var(--hope-lms-text);text-decoration:none}.hope-lms-enrolled-content p{margin:7px 0 0;color:var(--hope-lms-muted);font-size:13px}.hope-lms-progress{height:8px;border-radius:99px;background:#e9edf5;overflow:hidden}.hope-lms-progress span{display:block;height:100%;background:var(--hope-lms-primary)}.hope-lms-auth-card{width:min(520px,100%);margin:30px auto;padding:30px;border:1px solid var(--hope-lms-border);border-radius:18px;background:#fff;box-shadow:0 18px 45px rgba(26,39,69,.08)}.hope-lms-auth-card h2{margin-top:0}.hope-lms-auth-card label,.hope-lms-form label{display:block;margin-bottom:7px;font-weight:700;color:var(--hope-lms-text)}.hope-lms-auth-card input[type=text],.hope-lms-auth-card input[type=password],.hope-lms-auth-card input[type=email],.hope-lms-form input{width:100%;min-height:46px;padding:10px 12px;border:1px solid var(--hope-lms-border);border-radius:9px}.hope-lms-auth-help{margin-bottom:0}.hope-lms-lesson-page{width:min(900px,100%);margin:auto;color:var(--hope-lms-text)}.hope-lms-lesson-page h1{font-size:clamp(34px,5vw,54px);line-height:1.1}.hope-lms-breadcrumb{margin-bottom:28px}.hope-lms-breadcrumb a{color:var(--hope-lms-primary);font-weight:700;text-decoration:none}.hope-lms-media{margin:28px 0;overflow:hidden;border-radius:18px;background:#000}.hope-lms-media iframe,.hope-lms-media video{display:block;width:100%;aspect-ratio:16/9}.hope-lms-lesson-content{font-size:18px;line-height:1.8}.hope-lms-complete-form{margin-top:34px;padding-top:24px;border-top:1px solid var(--hope-lms-border)}@media(max-width:900px){.hope-lms-columns-3,.hope-lms-columns-4{grid-template-columns:repeat(2,minmax(0,1fr))}.hope-lms-course-hero,.hope-lms-course-layout{grid-template-columns:1fr}.hope-lms-course-hero{padding:32px}.hope-lms-course-enroll-card{max-width:520px}}@media(max-width:620px){.hope-lms-page-shell{width:min(100% - 20px,1180px);margin:24px auto}.hope-lms-columns-2,.hope-lms-columns-3,.hope-lms-columns-4{grid-template-columns:1fr}.hope-lms-course-hero{padding:24px;border-radius:18px}.hope-lms-dashboard-header{align-items:flex-start;flex-direction:column}.hope-lms-dashboard-stats{grid-template-columns:1fr}.hope-lms-enrolled-course{grid-template-columns:72px minmax(0,1fr)}.hope-lms-enrolled-thumb{width:72px;height:60px}.hope-lms-enrolled-course>.hope-lms-button{grid-column:1/-1}.hope-lms-module li{align-items:flex-start}.hope-lms-auth-card{padding:22px}}
.hope-lms-prerequisite-note{margin-top:18px;padding:12px 14px;border:1px solid rgba(255,255,255,.24);border-radius:10px;background:rgba(255,255,255,.1);font-size:14px}.hope-lms-prerequisite-note a{color:inherit;font-weight:800}.hope-lms-warning{border-color:#f0c36d;background:#fff8e5;color:#6d4b00}.hope-lms-module-heading{display:flex;align-items:center;justify-content:space-between;gap:12px}.hope-lms-module-heading h3{margin-bottom:0}.hope-lms-module-heading>span{padding:4px 8px;border-radius:999px;background:var(--hope-lms-soft);color:var(--hope-lms-muted);font-size:12px;font-weight:700}.hope-lms-module-description{margin:8px 0 14px;color:var(--hope-lms-muted);line-height:1.55}.hope-lms-module li{gap:10px}.hope-lms-curriculum-status{flex:0 0 20px;color:var(--hope-lms-muted)}.hope-lms-module li.is-completed .hope-lms-curriculum-status{color:#1b8a4b}.hope-lms-module li.is-locked{background:#fafbfc}.hope-lms-lock-reason{display:block!important;margin-top:4px;color:#8a5a00!important}.hope-lms-lesson-locked>.dashicons{width:48px;height:48px;font-size:48px;color:var(--hope-lms-muted)}.hope-lms-inline-success{display:inline-flex;align-items:center;gap:6px;margin-top:12px}.hope-lms-lesson-actions{margin-top:34px;padding-top:24px;border-top:1px solid var(--hope-lms-border)}.hope-lms-lesson-actions .hope-lms-complete-form{margin:0;padding:0;border:0}.hope-lms-lesson-navigation{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:42px;padding-top:24px;border-top:1px solid var(--hope-lms-border)}.hope-lms-lesson-navigation>div{min-width:0}.hope-lms-lesson-navigation a,.hope-lms-navigation-locked{display:flex;min-height:82px;padding:16px;border:1px solid var(--hope-lms-border);border-radius:12px;background:var(--hope-lms-surface);flex-direction:column;justify-content:center;text-decoration:none}.hope-lms-lesson-navigation a:hover{border-color:var(--hope-lms-primary);box-shadow:0 8px 24px rgba(26,39,69,.07)}.hope-lms-lesson-navigation small{margin-bottom:5px;color:var(--hope-lms-muted)}.hope-lms-lesson-navigation strong{overflow:hidden;color:var(--hope-lms-text);text-overflow:ellipsis}.hope-lms-next-lesson{text-align:right}.hope-lms-navigation-locked{background:var(--hope-lms-soft);color:var(--hope-lms-muted)}.hope-lms-navigation-locked strong{color:var(--hope-lms-muted)}@media(max-width:620px){.hope-lms-module-heading{align-items:flex-start;flex-direction:column}.hope-lms-lesson-navigation{grid-template-columns:1fr}.hope-lms-next-lesson{text-align:left}}
.hope-lms-module li>.hope-lms-curriculum-status{display:inline-block;flex:0 0 20px}.hope-lms-module li>span:nth-child(2){display:flex;flex:1;flex-direction:column}

/* Hope LMS 0.3.0 student learning workspace */
.hope-lms-dashboard-header p{margin:8px 0 0;color:rgba(255,255,255,.72)}
.hope-lms-dashboard-stats-three{grid-template-columns:repeat(3,minmax(0,1fr))}
.hope-lms-section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:20px}
.hope-lms-section-heading h3{margin:4px 0 0;font-size:25px}
.hope-lms-section-heading>a{font-weight:700;color:var(--hope-lms-primary);text-decoration:none}
.hope-lms-course-row-title{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:10px}
.hope-lms-course-row-title h4{margin:0}
.hope-lms-status{display:inline-flex;padding:5px 9px;border-radius:999px;font-size:11px;font-weight:800;white-space:nowrap}
.hope-lms-status-not-started{background:#eef1f7;color:#546079}
.hope-lms-status-in-progress{background:#fff3d7;color:#805600}
.hope-lms-status-completed{background:#e7f7ed;color:#167343}
.hope-lms-enrolled-content>small{display:block;margin-top:8px;color:var(--hope-lms-muted)}
.hope-lms-course-progress-card{margin:4px 0 18px;padding:15px;border-radius:12px;background:var(--hope-lms-soft)}
.hope-lms-course-progress-label{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px}
.hope-lms-course-progress-card small{display:block;margin-top:8px;color:var(--hope-lms-muted)}
.hope-lms-module-heading>div>small{display:block;margin-top:5px;color:var(--hope-lms-muted)}
.hope-lms-module-progress{height:5px;margin:0 18px 10px}
.hope-lms-module li.is-started .hope-lms-curriculum-status{color:#b97900}
.hope-lms-learning-shell{width:100%;min-height:70vh;background:#f6f8fc;color:var(--hope-lms-text)}
.hope-lms-learning-topbar{position:sticky;top:0;z-index:30;display:grid;grid-template-columns:minmax(180px,1fr) minmax(260px,520px) auto;align-items:center;gap:24px;min-height:70px;padding:12px max(20px,calc((100vw - 1440px)/2));border-bottom:1px solid var(--hope-lms-border);background:rgba(255,255,255,.96);backdrop-filter:blur(12px)}
.admin-bar .hope-lms-learning-topbar{top:32px}
.hope-lms-learning-course-link{display:flex;align-items:center;gap:7px;min-width:0;color:var(--hope-lms-text);font-weight:800;text-decoration:none}
.hope-lms-learning-course-link span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.hope-lms-topbar-progress{display:grid;grid-template-columns:auto minmax(100px,1fr) auto;align-items:center;gap:12px;font-size:13px;color:var(--hope-lms-muted)}
.hope-lms-topbar-progress .hope-lms-progress{height:7px}
.hope-lms-topbar-progress strong{color:var(--hope-lms-text)}
.hope-lms-curriculum-toggle{display:none;align-items:center;gap:7px;min-height:40px;padding:8px 12px;border:1px solid var(--hope-lms-border);border-radius:9px;background:#fff;color:var(--hope-lms-text);font-weight:700;cursor:pointer}
.hope-lms-learning-workspace{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:0;width:min(1440px,100%);margin:0 auto;min-height:calc(100vh - 70px)}
.hope-lms-learning-main{min-width:0;padding:54px clamp(24px,5vw,76px) 70px;background:#fff}
.hope-lms-learning-main .hope-lms-lesson-page{width:min(900px,100%)}
.hope-lms-lesson-header{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;margin-bottom:24px}
.hope-lms-lesson-header h1{margin:8px 0 0}
.hope-lms-lesson-state{display:inline-flex;align-items:center;gap:7px;padding:8px 11px;border-radius:999px;background:#fff3d7;color:#805600;font-size:13px;font-weight:800;white-space:nowrap}
.hope-lms-completed-message{display:flex;align-items:center;gap:13px;padding:16px;border:1px solid #bde4ca;border-radius:12px;background:#f0fbf4}
.hope-lms-completed-message>.dashicons{width:32px;height:32px;font-size:32px;color:#167343}
.hope-lms-completed-message strong{color:#125f37}
.hope-lms-completed-message p{margin:3px 0 0;color:#44705a}
.hope-lms-learning-sidebar{position:sticky;top:70px;align-self:start;height:calc(100vh - 70px);overflow:auto;border-left:1px solid var(--hope-lms-border);background:#fbfcfe}
.admin-bar .hope-lms-learning-sidebar{top:102px;height:calc(100vh - 102px)}
.hope-lms-sidebar-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:24px;border-bottom:1px solid var(--hope-lms-border);background:#fff}
.hope-lms-sidebar-header h3{margin:5px 0 0;font-size:18px;line-height:1.35}
.hope-lms-sidebar-close{display:none;width:36px;height:36px;border:0;border-radius:50%;background:var(--hope-lms-soft);font-size:24px;line-height:1;cursor:pointer}
.hope-lms-sidebar-progress{padding:18px 24px;border-bottom:1px solid var(--hope-lms-border);background:#fff}
.hope-lms-sidebar-progress>div:first-child{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:9px}
.hope-lms-sidebar-progress strong{font-size:20px}
.hope-lms-sidebar-progress span{color:var(--hope-lms-muted);font-size:13px}
.hope-lms-sidebar-curriculum{padding:18px 14px 28px}
.hope-lms-sidebar-module{margin-bottom:18px}
.hope-lms-sidebar-module-title{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:7px 9px;color:var(--hope-lms-text)}
.hope-lms-sidebar-module-title strong{font-size:13px;text-transform:uppercase;letter-spacing:.04em}
.hope-lms-sidebar-module-title span{color:var(--hope-lms-muted);font-size:12px}
.hope-lms-sidebar-module ol{list-style:none;margin:0;padding:0}
.hope-lms-sidebar-module li{display:grid;grid-template-columns:20px minmax(0,1fr);align-items:start;gap:9px;margin:2px 0;padding:10px 9px;border-radius:9px;color:var(--hope-lms-muted);font-size:13px;line-height:1.4}
.hope-lms-sidebar-module li:hover{background:#f0f3f9}
.hope-lms-sidebar-module li.is-current{background:#eaf0ff;color:var(--hope-lms-text)}
.hope-lms-sidebar-module li.is-completed>.dashicons{color:#1b8a4b}
.hope-lms-sidebar-module li.is-started>.dashicons{color:#b97900}
.hope-lms-sidebar-module li.is-locked{opacity:.72}
.hope-lms-sidebar-module li>.dashicons{width:18px;height:18px;font-size:18px}
.hope-lms-sidebar-module a{color:inherit;font-weight:700;text-decoration:none}
.hope-lms-sidebar-course-link{display:block;margin:0 24px 28px;color:var(--hope-lms-primary);font-weight:800;text-decoration:none}
.hope-lms-sidebar-overlay{display:none}
@media(max-width:1024px){
  .hope-lms-dashboard-stats-three{grid-template-columns:repeat(3,minmax(0,1fr))}
  .hope-lms-learning-topbar{grid-template-columns:minmax(160px,1fr) minmax(220px,420px) auto;padding-inline:18px}
  .hope-lms-learning-workspace{grid-template-columns:minmax(0,1fr) 320px}
  .hope-lms-learning-main{padding-inline:36px}
}
@media(max-width:820px){
  .hope-lms-learning-topbar{grid-template-columns:minmax(0,1fr) auto}
  .hope-lms-topbar-progress{grid-column:1/-1;grid-row:2}
  .hope-lms-curriculum-toggle{display:inline-flex}
  .hope-lms-learning-workspace{display:block;min-height:0}
  .hope-lms-learning-main{padding:38px 22px 60px}
  .hope-lms-learning-sidebar{position:fixed;z-index:70;top:0;right:0;width:min(390px,92vw);height:100vh;transform:translateX(105%);box-shadow:-18px 0 45px rgba(20,31,55,.2);transition:transform .22s ease}
  .admin-bar .hope-lms-learning-sidebar{top:0;height:100vh}
  .hope-lms-learning-shell.is-curriculum-open .hope-lms-learning-sidebar{transform:translateX(0)}
  .hope-lms-sidebar-close{display:inline-block}
  .hope-lms-sidebar-overlay{position:fixed;z-index:60;inset:0;display:block;visibility:hidden;background:rgba(15,24,45,.45);opacity:0;transition:opacity .22s ease,visibility .22s ease}
  .hope-lms-learning-shell.is-curriculum-open .hope-lms-sidebar-overlay{visibility:visible;opacity:1}
  body.hope-lms-curriculum-open{overflow:hidden}
}
@media(max-width:620px){
  .hope-lms-dashboard-stats-three{grid-template-columns:1fr}
  .hope-lms-section-heading{align-items:flex-start;flex-direction:column}
  .hope-lms-course-row-title{align-items:flex-start;flex-direction:column}
  .hope-lms-learning-topbar{min-height:64px;gap:10px 14px;padding:10px 12px}
  .hope-lms-learning-course-link span{max-width:190px}
  .hope-lms-topbar-progress{grid-template-columns:auto minmax(70px,1fr) auto}
  .hope-lms-topbar-progress>span{font-size:11px}
  .hope-lms-curriculum-toggle{padding:7px 9px;font-size:0}
  .hope-lms-curriculum-toggle .dashicons{font-size:20px}
  .hope-lms-lesson-header{flex-direction:column}
}

/* Hope LMS 0.4.0 quiz engine */
.hope-lms-quiz{margin:28px 0;padding:26px;border:1px solid var(--hope-lms-border);border-radius:18px;background:#fff}.hope-lms-quiz-header{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;padding-bottom:18px;border-bottom:1px solid var(--hope-lms-border)}.hope-lms-quiz-header h2{margin:7px 0 0}.hope-lms-quiz-meta{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}.hope-lms-quiz-meta span{padding:6px 10px;border-radius:999px;background:var(--hope-lms-soft);color:var(--hope-lms-muted);font-size:12px;font-weight:700}.hope-lms-quiz-description{margin:20px 0;color:var(--hope-lms-muted)}.hope-lms-quiz-question{margin:18px 0;padding:20px;border:1px solid var(--hope-lms-border);border-radius:14px}.hope-lms-quiz-question legend{display:flex;align-items:flex-start;gap:10px;padding:0 8px;font-weight:800;color:var(--hope-lms-text)}.hope-lms-quiz-question legend>span{display:inline-flex;width:26px;height:26px;border-radius:50%;align-items:center;justify-content:center;background:var(--hope-lms-primary);color:#fff;font-size:12px}.hope-lms-question-content{margin:0 0 14px;color:var(--hope-lms-muted)}.hope-lms-answer-options{display:grid;gap:9px}.hope-lms-answer-options label{display:flex;align-items:flex-start;gap:10px;padding:12px 14px;border:1px solid var(--hope-lms-border);border-radius:10px;background:var(--hope-lms-soft);cursor:pointer}.hope-lms-answer-options label:hover{border-color:var(--hope-lms-primary);background:#fff}.hope-lms-answer-options input{margin-top:3px}.hope-lms-quiz-submit{display:flex;align-items:center;gap:14px;flex-wrap:wrap;margin-top:22px}.hope-lms-quiz-submit small{color:var(--hope-lms-muted)}.hope-lms-quiz-result{display:flex;align-items:center;gap:22px;margin:22px 0;padding:20px;border-radius:14px}.hope-lms-quiz-result.is-passed{border:1px solid #bde4ca;background:#f0fbf4}.hope-lms-quiz-result.is-failed{border:1px solid #f0c9c9;background:#fff5f5}.hope-lms-quiz-score{display:flex;min-width:105px;flex-direction:column;align-items:center}.hope-lms-quiz-score strong{font-size:32px;line-height:1}.hope-lms-quiz-score span{margin-top:5px;color:var(--hope-lms-muted);font-size:12px}.hope-lms-quiz-result h3{margin:0 0 5px}.hope-lms-quiz-result p{margin:0;color:var(--hope-lms-muted)}.hope-lms-attempt-history{margin:24px 0}.hope-lms-table-wrap{overflow:auto}.hope-lms-attempt-history table{width:100%;border-collapse:collapse}.hope-lms-attempt-history th,.hope-lms-attempt-history td{padding:11px 12px;border-bottom:1px solid var(--hope-lms-border);text-align:left;white-space:nowrap}.hope-lms-status.is-completed{background:#e7f7ed;color:#167343}.hope-lms-status.is-locked{background:#fff0f0;color:#9b2d2d}.hope-lms-answer-review{margin:20px 0}.hope-lms-review-item{margin:10px 0;padding:16px;border-left:4px solid var(--hope-lms-border);border-radius:10px;background:var(--hope-lms-soft)}.hope-lms-review-item.is-correct{border-left-color:#22935a}.hope-lms-review-item.is-incorrect{border-left-color:#c64747}.hope-lms-review-item h4{margin:0 0 10px}.hope-lms-review-item p{margin:6px 0}.hope-lms-explanation{padding-top:8px;border-top:1px solid var(--hope-lms-border);color:var(--hope-lms-muted)}@media(max-width:620px){.hope-lms-quiz{padding:18px}.hope-lms-quiz-header,.hope-lms-quiz-result{align-items:flex-start;flex-direction:column}.hope-lms-quiz-meta{justify-content:flex-start}}
.hope-lms-dashboard-stats-four{grid-template-columns:repeat(4,minmax(0,1fr))}.hope-lms-quiz-dashboard-section{margin-top:32px}.hope-lms-dashboard-table{width:100%;border-collapse:collapse;background:#fff;border:1px solid var(--hope-lms-border);border-radius:12px;overflow:hidden}.hope-lms-dashboard-table th,.hope-lms-dashboard-table td{padding:13px 14px;border-bottom:1px solid var(--hope-lms-border);text-align:left;white-space:nowrap}.hope-lms-dashboard-table th{background:var(--hope-lms-soft);font-size:12px;text-transform:uppercase;letter-spacing:.04em;color:var(--hope-lms-muted)}.hope-lms-dashboard-table a{color:var(--hope-lms-primary);font-weight:700;text-decoration:none}@media(max-width:900px){.hope-lms-dashboard-stats-four{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:620px){.hope-lms-dashboard-stats-four{grid-template-columns:1fr}}

/* Hope LMS 0.5.0 timed assessments and additional question types */
.hope-lms-quiz-start-card{display:flex;align-items:center;justify-content:space-between;gap:20px;margin:22px 0;padding:20px;border:1px solid var(--hope-lms-border);border-radius:14px;background:var(--hope-lms-soft)}.hope-lms-quiz-start-card h3{margin:0 0 6px}.hope-lms-quiz-start-card p{margin:0;color:var(--hope-lms-muted)}.hope-lms-quiz-start-card form{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.hope-lms-quiz-start-card small{color:var(--hope-lms-muted)}.hope-lms-quiz-attempt-bar{position:sticky;top:12px;z-index:8;display:flex;align-items:center;justify-content:space-between;gap:20px;margin:20px 0;padding:14px 18px;border:1px solid var(--hope-lms-border);border-radius:12px;background:#fff;box-shadow:0 8px 24px rgba(15,23,42,.08)}.hope-lms-quiz-attempt-bar>div:first-child{display:flex;flex-direction:column}.hope-lms-quiz-attempt-bar span{color:var(--hope-lms-muted);font-size:12px}.hope-lms-quiz-timer{display:flex;align-items:flex-end;flex-direction:column}.hope-lms-quiz-timer strong{font-variant-numeric:tabular-nums;font-size:24px;line-height:1.1}.hope-lms-quiz-timer.is-urgent strong{color:#b42318}.hope-lms-quiz-question legend small{margin-left:auto;color:var(--hope-lms-muted);font-size:12px;font-weight:600}.hope-lms-answer-options .hope-lms-short-answer{padding:0;border:0;background:transparent}.hope-lms-answer-options .hope-lms-short-answer:hover{border:0;background:transparent}.hope-lms-short-answer input{width:100%;padding:12px 14px;border:1px solid var(--hope-lms-border);border-radius:10px;font:inherit}.hope-lms-notice.hope-lms-warning{border-color:#f1d28a;background:#fff9e8;color:#7a5200}@media(max-width:620px){.hope-lms-quiz-start-card,.hope-lms-quiz-attempt-bar{align-items:stretch;flex-direction:column}.hope-lms-quiz-timer{align-items:flex-start}.hope-lms-quiz-attempt-bar{top:6px}.hope-lms-quiz-question legend{flex-wrap:wrap}.hope-lms-quiz-question legend small{width:100%;margin-left:36px}}
