/* =============================================================
   LPE Learning Center — LMS-specific styles.
   Layered on top of lpe.css. Scoped to .lpe-scope. Sharp corners,
   hairline borders, orange used sparingly. No shadows except modal.
   ============================================================= */

/* ---------- Page intro / eyebrow rhythm reused from lpe.css ---------- */
.lpe-scope .lc-page { padding: 32px 40px 96px; max-width: 1440px; margin: 0 auto; }

/* ---------- Library: filter bar ---------- */
.lpe-scope .lc-toolbar {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 18px;
}
.lpe-scope .lc-chiprow {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  flex: 1;
}
.lpe-scope .lc-chip {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  height: 32px;
  padding: 0 13px;
  background: var(--white);
  border: 1px solid var(--grey-200);
  color: var(--navy);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  white-space: nowrap;
  transition: border-color 0.15s, background 0.15s, color 0.15s;
}
.lpe-scope .lc-chip:hover { border-color: var(--navy); }
.lpe-scope .lc-chip.active { background: var(--navy); border-color: var(--navy); color: #fff; }
.lpe-scope .lc-chip .ct { font-variant-numeric: tabular-nums; opacity: 0.7; font-weight: 500; }
.lpe-scope .lc-chip.active .ct { opacity: 0.85; }

.lpe-scope .lc-toolbar-right { display: flex; align-items: center; gap: 8px; flex-shrink: 0; }
.lpe-scope .lc-search-inline {
  display: flex; align-items: center; gap: 8px;
  height: 34px; padding: 0 12px;
  border: 1px solid var(--grey-200);
  background: var(--white); color: var(--grey);
  min-width: 220px;
}
.lpe-scope .lc-search-inline:focus-within { border-color: var(--navy); }
.lpe-scope .lc-search-inline input {
  border: 0; outline: 0; background: transparent; flex: 1;
  font-size: 13px; color: var(--navy); min-width: 0;
}

.lpe-scope .lc-segment {
  display: inline-flex; border: 1px solid var(--grey-200); background: var(--white);
}
.lpe-scope .lc-segment button {
  border: 0; background: var(--white); color: var(--grey);
  height: 34px; padding: 0 14px;
  font-size: 11px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase;
  transition: background 0.15s, color 0.15s;
}
.lpe-scope .lc-segment button + button { border-left: 1px solid var(--grey-200); }
.lpe-scope .lc-segment button.active { background: var(--navy); color: #fff; }

.lpe-scope .lc-results { font-size: 12.5px; color: var(--grey); margin: 0 0 16px; }
.lpe-scope .lc-results b { color: var(--navy); font-weight: 700; }

/* ---------- Video card (grid) ---------- */
.lpe-scope .lc-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 20px;
}
.lpe-scope .vcard {
  background: var(--white);
  border: 1px solid var(--grey-200);
  display: flex; flex-direction: column;
  cursor: pointer; position: relative;
  transition: border-color 0.15s;
}
.lpe-scope .vcard:hover { border-color: var(--navy); }
.lpe-scope .vthumb {
  position: relative; aspect-ratio: 16/9; overflow: hidden;
  background: var(--navy);
  background-image: repeating-linear-gradient(135deg, transparent 0 9px, rgba(255,255,255,0.045) 9px 10px);
  display: flex; align-items: center; justify-content: center;
}
.lpe-scope .vthumb .glyph {
  font-family: var(--font-script); font-style: italic;
  color: rgba(231,214,181,0.5); font-size: 30px; letter-spacing: 0;
  padding: 0 28px; text-align: center; line-height: 1.1;
}
.lpe-scope .vthumb .play-pill {
  position: absolute; inset: 0; margin: auto;
  width: 48px; height: 48px;
  background: rgba(255,255,255,0.12);
  border: 1.5px solid rgba(255,255,255,0.55);
  display: flex; align-items: center; justify-content: center;
  color: #fff; transition: background 0.15s, border-color 0.15s;
}
.lpe-scope .vcard:hover .play-pill { background: var(--orange); border-color: var(--orange); }
.lpe-scope .vthumb .code-tag {
  position: absolute; top: 10px; left: 10px;
  background: #fff; color: var(--navy);
  font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.08em;
  padding: 3px 7px; font-weight: 600;
}
.lpe-scope .vthumb .dur-tag {
  position: absolute; bottom: 10px; right: 10px;
  background: rgba(10,30,54,0.82); color: #fff;
  font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.06em;
  padding: 3px 7px; font-weight: 500;
}
.lpe-scope .vthumb .fmt-tag {
  position: absolute; top: 10px; right: 10px;
  display: inline-flex; align-items: center; gap: 5px;
  background: rgba(255,255,255,0.92); color: var(--navy);
  font-size: 9.5px; letter-spacing: 0.1em; text-transform: uppercase; font-weight: 700;
  padding: 3px 7px;
}
.lpe-scope .vthumb .fmt-tag.live { background: var(--orange); color: #fff; }
.lpe-scope .vthumb .save {
  position: absolute; bottom: 10px; left: 10px;
  width: 30px; height: 30px; background: rgba(255,255,255,0.9);
  display: inline-flex; align-items: center; justify-content: center;
  color: var(--navy); border: 0;
}
.lpe-scope .vthumb .save.on { background: var(--orange); color: #fff; }
.lpe-scope .vthumb .progress {
  position: absolute; left: 0; right: 0; bottom: 0; height: 3px;
  background: rgba(255,255,255,0.2);
}
.lpe-scope .vthumb .progress .fill { position: absolute; inset: 0 auto 0 0; background: var(--orange); }

.lpe-scope .vbody { padding: 16px 18px 18px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.lpe-scope .vmeta {
  font-size: 10.5px; text-transform: uppercase; letter-spacing: 0.1em;
  color: var(--grey); font-weight: 600; display: flex; align-items: center; gap: 8px;
}
.lpe-scope .vmeta .dot { width: 3px; height: 3px; background: var(--gold); border-radius: 50%; }
.lpe-scope .vtitle { font-size: 16px; font-weight: 700; color: var(--navy); line-height: 1.3; margin: 0; }
.lpe-scope .vsub { font-size: 12.5px; color: var(--grey); line-height: 1.45; margin: 0; }
.lpe-scope .vtags { display: flex; gap: 6px; flex-wrap: wrap; margin-top: auto; }
.lpe-scope .vfoot {
  display: flex; align-items: center; justify-content: space-between;
  border-top: 1px solid var(--grey-200); padding-top: 12px; margin-top: 2px;
}
.lpe-scope .vfoot .who { display: flex; align-items: center; gap: 9px; min-width: 0; }
.lpe-scope .vfoot .who .nm { font-size: 12px; font-weight: 600; color: var(--navy); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.lpe-scope .av {
  width: 28px; height: 28px; flex-shrink: 0;
  display: inline-flex; align-items: center; justify-content: center;
  font-weight: 700; font-size: 10.5px; color: #fff; background: var(--navy); letter-spacing: 0.02em;
}
.lpe-scope .av.teal { background: var(--teal); }
.lpe-scope .av.gold { background: var(--gold); color: var(--navy); }
.lpe-scope .cle-flag {
  display: inline-flex; align-items: center; gap: 5px;
  font-size: 9.5px; letter-spacing: 0.1em; text-transform: uppercase; font-weight: 700;
  color: var(--teal-600); background: rgba(27,127,124,0.1); padding: 3px 7px; white-space: nowrap;
}
.lpe-scope .cle-flag.ethics { color: #7E6638; background: rgba(201,168,118,0.16); }

/* progress badge variants on card meta */
.lpe-scope .vmeta .resume { color: var(--orange); font-weight: 700; }
.lpe-scope .vmeta .done { color: var(--teal-600); display: inline-flex; align-items: center; gap: 4px; }

/* ---------- Library list view ---------- */
.lpe-scope .lc-list { display: flex; flex-direction: column; border: 1px solid var(--grey-200); background: var(--white); }
.lpe-scope .lrow {
  display: grid; grid-template-columns: 132px 1fr auto; gap: 18px;
  padding: 16px; border-bottom: 1px solid var(--grey-200); cursor: pointer; align-items: center;
  transition: background 0.15s;
}
.lpe-scope .lrow:last-child { border-bottom: 0; }
.lpe-scope .lrow:hover { background: var(--cream); }
.lpe-scope .lrow .lthumb {
  position: relative; width: 132px; aspect-ratio: 16/9; background: var(--navy);
  background-image: repeating-linear-gradient(135deg, transparent 0 8px, rgba(255,255,255,0.05) 8px 9px);
  display: flex; align-items: center; justify-content: center; color: #fff;
}
.lpe-scope .lrow .lthumb .dur-tag {
  position: absolute; bottom: 6px; right: 6px; background: rgba(10,30,54,0.82);
  color: #fff; font-family: var(--font-mono); font-size: 9px; padding: 2px 5px;
}
.lpe-scope .lrow .lthumb .progress { position: absolute; left:0; right:0; bottom:0; height:3px; background: rgba(255,255,255,0.2); }
.lpe-scope .lrow .lthumb .progress .fill { position:absolute; inset:0 auto 0 0; background: var(--orange); }
.lpe-scope .lrow .linfo { min-width: 0; display: flex; flex-direction: column; gap: 5px; }
.lpe-scope .lrow .linfo .code { font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.08em; color: var(--grey); text-transform: uppercase; }
.lpe-scope .lrow .linfo h4 { font-size: 15px; font-weight: 700; margin: 0; color: var(--navy); }
.lpe-scope .lrow .linfo .sub { font-size: 12.5px; color: var(--grey); }
.lpe-scope .lrow .lright { display: flex; align-items: center; gap: 18px; }

/* ---------- Ribbon CTA inner ---------- */
.lpe-scope .ribbon .ribbon-body .ribbon-actions { display: flex; gap: 10px; flex-shrink: 0; }

/* ---------- Player ---------- */
.lpe-scope .player-grid { display: grid; grid-template-columns: 1fr 340px; gap: 28px; align-items: start; }
.lpe-scope .player-back {
  display: inline-flex; align-items: center; gap: 7px; background: none; border: 0;
  color: var(--grey); font-size: 12px; font-weight: 600; letter-spacing: 0.04em;
  margin-bottom: 16px; padding: 0;
}
.lpe-scope .player-back:hover { color: var(--navy); }
.lpe-scope .player-stage {
  position: relative; aspect-ratio: 16/9; background: var(--navy-900);
  background-image: repeating-linear-gradient(135deg, transparent 0 14px, rgba(255,255,255,0.03) 14px 15px);
  display: flex; align-items: center; justify-content: center; overflow: hidden;
}
.lpe-scope .player-stage .stage-glyph {
  font-family: var(--font-script); font-style: italic; color: rgba(231,214,181,0.4);
  font-size: 40px; max-width: 70%; text-align: center; line-height: 1.1;
}
.lpe-scope .player-stage .big-play {
  position: absolute; inset: 0; margin: auto; width: 78px; height: 78px;
  background: rgba(228,116,37,0.92); border: 0; color: #fff;
  display: flex; align-items: center; justify-content: center; cursor: pointer;
  transition: background 0.15s, transform 0.15s;
}
.lpe-scope .player-stage .big-play:hover { background: var(--orange); }
.lpe-scope .player-stage .stage-code {
  position: absolute; top: 14px; left: 14px; color: rgba(255,255,255,0.6);
  font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.1em;
}
.lpe-scope .player-controls {
  background: var(--navy); color: #fff; padding: 12px 16px;
  display: flex; align-items: center; gap: 14px;
}
.lpe-scope .player-controls button {
  background: none; border: 0; color: #fff; display: inline-flex; align-items: center; justify-content: center;
}
.lpe-scope .player-controls .scrub { flex: 1; height: 4px; background: rgba(255,255,255,0.2); position: relative; cursor: pointer; }
.lpe-scope .player-controls .scrub .fill { position: absolute; inset: 0 auto 0 0; background: var(--orange); }
.lpe-scope .player-controls .scrub .knob {
  position: absolute; top: 50%; width: 11px; height: 11px; background: #fff;
  transform: translate(-50%,-50%); border-radius: 50%;
}
.lpe-scope .player-controls .time { font-family: var(--font-mono); font-size: 11px; color: rgba(255,255,255,0.85); letter-spacing: 0.04em; white-space: nowrap; }

.lpe-scope .player-head { margin-top: 22px; }
.lpe-scope .player-head h1 { font-size: 28px; font-weight: 700; letter-spacing: -0.01em; margin: 0 0 6px; line-height: 1.15; }
.lpe-scope .player-head .ph-sub { font-size: 15px; color: var(--grey); margin: 0 0 14px; }
.lpe-scope .player-metarow { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; font-size: 12px; color: var(--grey); }
.lpe-scope .player-metarow .mi { display: inline-flex; align-items: center; gap: 6px; }
.lpe-scope .player-metarow .mi svg { color: var(--navy); opacity: 0.7; }

/* Tabs */
.lpe-scope .lc-tabs { display: flex; border-bottom: 1px solid var(--grey-200); margin: 24px 0 20px; }
.lpe-scope .lc-tab {
  background: none; border: 0; border-bottom: 2px solid transparent; margin-bottom: -1px;
  padding: 11px 18px; font-size: 12.5px; font-weight: 600; letter-spacing: 0.04em; color: var(--grey);
  transition: color 0.15s, border-color 0.15s;
}
.lpe-scope .lc-tab:hover { color: var(--navy); }
.lpe-scope .lc-tab.active { color: var(--navy); border-bottom-color: var(--orange); }

.lpe-scope .prose { font-size: 14px; line-height: 1.65; color: var(--navy); max-width: 68ch; }
.lpe-scope .prose p { margin: 0 0 12px; }

/* Chapters */
.lpe-scope .chapters { display: flex; flex-direction: column; border: 1px solid var(--grey-200); }
.lpe-scope .chap {
  display: flex; align-items: center; gap: 14px; padding: 13px 16px;
  border-bottom: 1px solid var(--grey-200); cursor: pointer; background: var(--white);
  transition: background 0.15s;
}
.lpe-scope .chap:last-child { border-bottom: 0; }
.lpe-scope .chap:hover { background: var(--cream); }
.lpe-scope .chap.active { background: var(--cream); }
.lpe-scope .chap.active::before { content: ''; }
.lpe-scope .chap .ct { font-family: var(--font-mono); font-size: 11px; color: var(--orange); letter-spacing: 0.06em; width: 52px; flex-shrink: 0; }
.lpe-scope .chap .cl { font-size: 13.5px; font-weight: 500; color: var(--navy); }
.lpe-scope .chap .play-i { margin-left: auto; color: var(--grey); display: inline-flex; }
.lpe-scope .chap:hover .play-i { color: var(--orange); }

/* Resource rows */
.lpe-scope .res-list { display: flex; flex-direction: column; gap: 10px; }
.lpe-scope .res-row {
  display: flex; align-items: center; gap: 14px; padding: 14px 16px;
  border: 1px solid var(--grey-200); background: var(--white);
}
.lpe-scope .res-row .ricon {
  width: 40px; height: 40px; background: var(--cream-2); color: var(--navy);
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.lpe-scope .res-row .rinfo { flex: 1; min-width: 0; }
.lpe-scope .res-row .rinfo .rn { font-size: 13.5px; font-weight: 600; color: var(--navy); }
.lpe-scope .res-row .rinfo .rm { font-size: 11px; color: var(--grey); font-family: var(--font-mono); letter-spacing: 0.04em; margin-top: 2px; }

/* ---------- Player side rail ---------- */
.lpe-scope .player-side { position: sticky; top: 96px; display: flex; flex-direction: column; gap: 16px; }
.lpe-scope .side-card { background: var(--white); border: 1px solid var(--grey-200); padding: 20px; }
.lpe-scope .side-card .sc-lab {
  font-size: 10.5px; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--grey); font-weight: 600; margin-bottom: 12px;
}
.lpe-scope .resume-bar { height: 6px; background: var(--cream-2); position: relative; margin: 6px 0 8px; }
.lpe-scope .resume-bar .fill { position: absolute; inset: 0 auto 0 0; background: var(--orange); }
.lpe-scope .resume-meta { font-size: 12px; color: var(--grey); margin-bottom: 14px; font-variant-numeric: tabular-nums; }

.lpe-scope .cle-panel { background: var(--navy); color: #fff; padding: 20px; position: relative; overflow: hidden; }
.lpe-scope .cle-panel::after {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(120% 90% at 100% 0%, rgba(228,116,37,0.16), transparent 55%); pointer-events: none;
}
.lpe-scope .cle-panel > * { position: relative; }
.lpe-scope .cle-panel .cle-top { display: flex; align-items: center; gap: 10px; margin-bottom: 14px; }
.lpe-scope .cle-panel .cle-top .ico {
  width: 34px; height: 34px; background: rgba(255,255,255,0.1); display: flex; align-items: center; justify-content: center;
}
.lpe-scope .cle-panel .cle-top .ct-lab { font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(255,255,255,0.6); font-weight: 600; }
.lpe-scope .cle-panel .cle-top .ct-val { font-size: 18px; font-weight: 700; }
.lpe-scope .cle-panel .cle-note { font-size: 12px; color: rgba(255,255,255,0.7); line-height: 1.5; margin: 0 0 16px; }
.lpe-scope .cle-panel.attended .cle-top .ico { background: var(--teal); }

.lpe-scope .upnext { display: flex; flex-direction: column; gap: 0; }
.lpe-scope .upnext-row {
  display: flex; gap: 12px; padding: 12px 0; border-top: 1px solid var(--grey-200); cursor: pointer;
}
.lpe-scope .upnext-row:first-child { border-top: 0; padding-top: 0; }
.lpe-scope .upnext-row .un-thumb {
  width: 84px; aspect-ratio: 16/9; flex-shrink: 0; background: var(--navy); position: relative;
  background-image: repeating-linear-gradient(135deg, transparent 0 7px, rgba(255,255,255,0.05) 7px 8px);
  display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,0.7);
}
.lpe-scope .upnext-row .un-info { min-width: 0; }
.lpe-scope .upnext-row .un-info .un-t { font-size: 12.5px; font-weight: 700; color: var(--navy); line-height: 1.3; }
.lpe-scope .upnext-row .un-info .un-m { font-size: 11px; color: var(--grey); margin-top: 3px; font-family: var(--font-mono); letter-spacing: 0.04em; }
.lpe-scope .upnext-row:hover .un-t { color: var(--orange); }

/* ---------- My Learning ---------- */
.lpe-scope .lc-statgrid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 0;
  border: 1px solid var(--grey-200); background: var(--white); margin-bottom: 28px;
}
.lpe-scope .lc-statgrid .stat { border: 0; border-right: 1px solid var(--grey-200); }
.lpe-scope .lc-statgrid .stat:last-child { border-right: 0; }

.lpe-scope .continue-row {
  display: grid; grid-template-columns: 180px 1fr auto; gap: 20px; align-items: center;
  padding: 16px; border: 1px solid var(--grey-200); background: var(--white); cursor: pointer;
  transition: border-color 0.15s;
}
.lpe-scope .continue-row + .continue-row { border-top: 0; }
.lpe-scope .continue-row:hover { border-color: var(--navy); }
.lpe-scope .continue-row .cthumb {
  position: relative; width: 180px; aspect-ratio: 16/9; background: var(--navy);
  background-image: repeating-linear-gradient(135deg, transparent 0 8px, rgba(255,255,255,0.05) 8px 9px);
  display: flex; align-items: center; justify-content: center; color: #fff;
}
.lpe-scope .continue-row .cthumb .progress { position: absolute; left:0; right:0; bottom:0; height: 4px; background: rgba(255,255,255,0.2); }
.lpe-scope .continue-row .cthumb .progress .fill { position: absolute; inset: 0 auto 0 0; background: var(--orange); }
.lpe-scope .continue-row .cthumb .play-mini {
  position: absolute; inset: 0; margin: auto; width: 40px; height: 40px;
  background: rgba(255,255,255,0.14); border: 1.5px solid rgba(255,255,255,0.55);
  display: flex; align-items: center; justify-content: center;
}
.lpe-scope .continue-row:hover .play-mini { background: var(--orange); border-color: var(--orange); }
.lpe-scope .continue-info { min-width: 0; }
.lpe-scope .continue-info .code { font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.08em; color: var(--grey); text-transform: uppercase; }
.lpe-scope .continue-info h4 { font-size: 15.5px; font-weight: 700; margin: 4px 0 6px; color: var(--navy); }
.lpe-scope .continue-info .pct { font-size: 12px; color: var(--orange); font-weight: 700; font-variant-numeric: tabular-nums; }
.lpe-scope .continue-info .pct .left { color: var(--grey); font-weight: 500; }

/* History table */
.lpe-scope .data-table { width: 100%; border-collapse: collapse; background: var(--white); border: 1px solid var(--grey-200); }
.lpe-scope .data-table th, .lpe-scope .data-table td { text-align: left; padding: 13px 16px; font-size: 13px; border-bottom: 1px solid var(--grey-200); }
.lpe-scope .data-table thead th {
  font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--grey);
  background: var(--cream); font-weight: 600; white-space: nowrap;
}
.lpe-scope .data-table tbody tr:last-child td { border-bottom: 0; }
.lpe-scope .data-table tbody tr { transition: background 0.15s; }
.lpe-scope .data-table tbody tr:hover { background: var(--cream); }
.lpe-scope .data-table td.num, .lpe-scope .data-table th.num { text-align: right; font-variant-numeric: tabular-nums; }
.lpe-scope .data-table .t-title { font-weight: 600; color: var(--navy); }
.lpe-scope .data-table .t-code { font-family: var(--font-mono); font-size: 10.5px; color: var(--grey); letter-spacing: 0.06em; }
.lpe-scope .data-table .link { color: var(--orange); font-weight: 700; font-size: 11px; letter-spacing: 0.06em; text-transform: uppercase; display: inline-flex; align-items: center; gap: 5px; }
.lpe-scope .data-table .link:hover { color: var(--orange-700); }

/* recommendation reason chip */
.lpe-scope .reco-reason {
  display: inline-flex; align-items: center; gap: 6px; font-size: 11px; color: var(--grey);
  margin-bottom: 14px;
}
.lpe-scope .reco-reason svg { color: var(--orange); }
.lpe-scope .reco-reason b { color: var(--navy); font-weight: 600; }

/* ---------- CLE Center ---------- */
.lpe-scope .cle-hero {
  background: var(--navy); color: #fff; padding: 28px 32px; margin-bottom: 28px;
  position: relative; overflow: hidden;
  display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: center;
}
.lpe-scope .cle-hero::after {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(50% 120% at 100% 50%, rgba(228,116,37,0.14), transparent 60%),
              repeating-linear-gradient(45deg, transparent 0 14px, rgba(255,255,255,0.022) 14px 15px);
  pointer-events: none;
}
.lpe-scope .cle-hero > * { position: relative; }
.lpe-scope .cle-hero .ch-eyebrow { font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--orange); font-weight: 600; margin-bottom: 10px; display: flex; align-items: center; gap: 10px; }
.lpe-scope .cle-hero .ch-eyebrow .pip { width: 6px; height: 6px; background: var(--orange); }
.lpe-scope .cle-hero h1 { font-size: 30px; font-weight: 700; letter-spacing: -0.01em; margin: 0 0 8px; line-height: 1.1; }
.lpe-scope .cle-hero .ch-sub { font-size: 14.5px; color: rgba(255,255,255,0.72); margin: 0; max-width: 56ch; }
.lpe-scope .cle-hero .ch-figs { display: flex; gap: 0; border-left: 1px solid rgba(255,255,255,0.15); }
.lpe-scope .cle-hero .ch-figs .f { padding: 0 26px; border-right: 1px solid rgba(255,255,255,0.15); }
.lpe-scope .cle-hero .ch-figs .f:last-child { border-right: 0; padding-right: 0; }
.lpe-scope .cle-hero .ch-figs .f .v { font-size: 34px; font-weight: 700; color: var(--orange); font-variant-numeric: tabular-nums; line-height: 1; letter-spacing: -0.01em; }
.lpe-scope .cle-hero .ch-figs .f .l { font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(255,255,255,0.55); margin-top: 7px; font-weight: 600; }

.lpe-scope .cle-cols { display: grid; grid-template-columns: 1fr 380px; gap: 28px; align-items: start; }

/* badge: certificate ready / pending */
.lpe-scope .pill {
  display: inline-flex; align-items: center; gap: 6px; padding: 4px 9px;
  font-size: 10px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase;
}
.lpe-scope .pill.ready { background: rgba(27,127,124,0.12); color: var(--teal-600); }
.lpe-scope .pill.pending { background: rgba(201,168,118,0.2); color: #7E6638; }
.lpe-scope .pill.general { background: var(--cream-2); color: var(--navy); }
.lpe-scope .pill.ethics { background: rgba(201,168,118,0.18); color: #7E6638; }

/* Retroactive form */
.lpe-scope .form-card { background: var(--white); border: 1px solid var(--grey-200); padding: 24px; }
.lpe-scope .form-field { margin-bottom: 16px; }
.lpe-scope .form-field label {
  display: block; font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--navy); font-weight: 600; margin-bottom: 7px;
}
.lpe-scope .form-field input, .lpe-scope .form-field select {
  width: 100%; height: 42px; padding: 0 12px; border: 1px solid var(--grey-300);
  background: var(--white); font-size: 14px; color: var(--navy); outline: none; border-radius: var(--r-soft);
  transition: border-color 0.15s, box-shadow 0.15s;
}
.lpe-scope .form-field select { appearance: none;
  background: var(--white) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M2 4l4 4 4-4' stroke='%23163A64' stroke-width='1.5'/%3E%3C/svg%3E") no-repeat right 12px center;
  padding-right: 30px; }
.lpe-scope .form-field input:focus, .lpe-scope .form-field select:focus {
  border-color: var(--navy); box-shadow: 0 0 0 3px rgba(22,58,100,0.08);
}
.lpe-scope .form-2col { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.lpe-scope .form-note { font-size: 12px; color: var(--grey); line-height: 1.55; margin: 4px 0 18px; }
.lpe-scope .form-success {
  border: 1px solid var(--teal); background: rgba(27,127,124,0.08); padding: 16px 18px;
  display: flex; gap: 12px; align-items: flex-start; font-size: 13.5px; color: var(--navy); line-height: 1.5;
}
.lpe-scope .form-success .ic { color: var(--teal); flex-shrink: 0; margin-top: 1px; }

/* ---------- Collateral ---------- */
.lpe-scope .coll-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 16px; }
.lpe-scope .coll-card {
  background: var(--white); border: 1px solid var(--grey-200); padding: 20px;
  display: flex; flex-direction: column; gap: 14px; transition: border-color 0.15s; position: relative;
  border-left: 3px solid var(--gold);
}
.lpe-scope .coll-card:hover { border-color: var(--navy); border-left-color: var(--orange); }
.lpe-scope .coll-card .ctop { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; }
.lpe-scope .coll-card .ficon {
  width: 44px; height: 52px; background: var(--cream-2); border: 1px solid var(--grey-200);
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 3px; color: var(--navy); flex-shrink: 0;
}
.lpe-scope .coll-card .ficon .ext { font-family: var(--font-mono); font-size: 8.5px; letter-spacing: 0.06em; font-weight: 600; color: var(--orange); }
.lpe-scope .coll-card h4 { font-size: 15px; font-weight: 700; margin: 0; color: var(--navy); line-height: 1.3; }
.lpe-scope .coll-card .cdesc { font-size: 12.5px; color: var(--grey); line-height: 1.5; margin: 0; flex: 1; }
.lpe-scope .coll-card .cfoot { display: flex; align-items: center; justify-content: space-between; border-top: 1px solid var(--grey-200); padding-top: 12px; }
.lpe-scope .coll-card .cfoot .meta { font-size: 10.5px; color: var(--grey); font-family: var(--font-mono); letter-spacing: 0.04em; }

/* ---------- Toast ---------- */
.lpe-scope .lc-toast {
  position: fixed; bottom: 24px; left: 50%; transform: translateX(-50%);
  background: var(--navy); color: #fff; padding: 13px 20px;
  display: flex; align-items: center; gap: 12px; font-size: 13px; z-index: 200;
  border-left: 3px solid var(--teal); box-shadow: 0 8px 24px rgba(10,30,54,0.22);
  animation: toast-in 0.2s ease;
}
.lpe-scope .lc-toast svg { color: var(--teal); }
@keyframes toast-in { from { opacity: 0; transform: translate(-50%, 8px); } to { opacity: 1; transform: translate(-50%, 0); } }

/* ---------- Modal ---------- */
.lpe-scope .modal-scrim {
  position: fixed; inset: 0; background: rgba(10,30,54,0.45); z-index: 150;
  display: flex; align-items: center; justify-content: center; padding: 24px;
  animation: fade 0.15s ease;
}
@keyframes fade { from { opacity: 0; } to { opacity: 1; } }
.lpe-scope .modal {
  background: var(--white); width: 100%; max-width: 560px; box-shadow: var(--shadow-modal);
  border-top: 3px solid var(--orange); max-height: 90vh; overflow: auto;
}
.lpe-scope .modal .m-head { padding: 22px 26px; border-bottom: 1px solid var(--grey-200); display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; }
.lpe-scope .modal .m-head h3 { font-size: 19px; font-weight: 700; margin: 0; }
.lpe-scope .modal .m-head .x { background: none; border: 0; color: var(--grey); padding: 4px; }
.lpe-scope .modal .m-head .x:hover { color: var(--navy); }
.lpe-scope .modal .m-body { padding: 26px; }
.lpe-scope .modal .m-foot { padding: 18px 26px; border-top: 1px solid var(--grey-200); display: flex; justify-content: flex-end; gap: 10px; background: var(--cream); }

/* certificate preview */
.lpe-scope .cert {
  border: 2px solid var(--navy); padding: 28px; background: var(--white); position: relative;
  background-image: repeating-linear-gradient(135deg, transparent 0 16px, rgba(22,58,100,0.015) 16px 17px);
}
.lpe-scope .cert::before { content: ''; position: absolute; inset: 8px; border: 1px solid var(--gold); pointer-events: none; }
.lpe-scope .cert .c-wm { font-family: var(--font-script); font-style: italic; color: var(--orange); font-size: 22px; }
.lpe-scope .cert .c-h { font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--grey); font-weight: 600; margin: 14px 0 4px; }
.lpe-scope .cert .c-name { font-size: 24px; font-weight: 700; color: var(--navy); border-bottom: 1px solid var(--grey-200); padding-bottom: 10px; margin-bottom: 14px; }
.lpe-scope .cert .c-title { font-size: 16px; font-weight: 600; color: var(--navy); line-height: 1.3; }
.lpe-scope .cert .c-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 18px; }
.lpe-scope .cert .c-grid .v { font-size: 16px; font-weight: 700; color: var(--navy); font-variant-numeric: tabular-nums; }
.lpe-scope .cert .c-grid .l { font-size: 9.5px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--grey); font-weight: 600; margin-top: 3px; }
.lpe-scope .cert .c-sign { display: flex; justify-content: space-between; align-items: flex-end; margin-top: 24px; }
.lpe-scope .cert .c-sign .sig { font-family: var(--font-script); font-style: italic; font-size: 22px; color: var(--navy); border-bottom: 1px solid var(--navy); padding: 0 24px 2px 0; }
.lpe-scope .cert .c-sign .sig-l { font-size: 9.5px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--grey); margin-top: 4px; }

/* ---------- Empty state ---------- */
.lpe-scope .empty {
  border: 1px dashed var(--grey-300); background: var(--white); padding: 56px 24px;
  text-align: center; color: var(--grey);
}
.lpe-scope .empty svg { color: var(--grey-300); margin-bottom: 12px; }
.lpe-scope .empty h4 { font-size: 15px; color: var(--navy); margin: 0 0 6px; }
.lpe-scope .empty p { font-size: 13px; margin: 0 auto; max-width: 40ch; }

/* ---------- Section header w/ orange tick + action ---------- */
.lpe-scope .lc-section-head { display: flex; align-items: baseline; justify-content: space-between; margin: 36px 0 16px; gap: 16px; }
.lpe-scope .lc-section-head:first-child { margin-top: 0; }
.lpe-scope .lc-section-head h2 { font-size: 19px; font-weight: 700; margin: 0; display: flex; align-items: center; gap: 11px; }
.lpe-scope .lc-section-head h2::before { content: ''; width: 14px; height: 2px; background: var(--orange); flex-shrink: 0; }
.lpe-scope .lc-section-head .meta { font-size: 12.5px; color: var(--grey); }
.lpe-scope .lc-section-head a.more { font-size: 11px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--orange); display: inline-flex; align-items: center; gap: 6px; cursor: pointer; }

/* ---------- Responsive ---------- */
@media (max-width: 1100px) {
  .lpe-scope .player-grid { grid-template-columns: 1fr; }
  .lpe-scope .player-side { position: static; }
  .lpe-scope .cle-cols { grid-template-columns: 1fr; }
  .lpe-scope .cle-hero { grid-template-columns: 1fr; }
  .lpe-scope .cle-hero .ch-figs { border-left: 0; border-top: 1px solid rgba(255,255,255,0.15); padding-top: 18px; }
  .lpe-scope .cle-hero .ch-figs .f:first-child { padding-left: 0; }
}
@media (max-width: 760px) {
  .lpe-scope .lc-page { padding: 20px 16px 80px; }
  .lpe-scope .lc-statgrid { grid-template-columns: repeat(2, 1fr); }
  .lpe-scope .lc-statgrid .stat:nth-child(2) { border-right: 0; }
  .lpe-scope .lc-statgrid .stat:nth-child(1), .lpe-scope .lc-statgrid .stat:nth-child(2) { border-bottom: 1px solid var(--grey-200); }
  .lpe-scope .continue-row { grid-template-columns: 1fr; }
  .lpe-scope .continue-row .cthumb { width: 100%; }
  .lpe-scope .form-2col { grid-template-columns: 1fr; }
  .lpe-scope .lrow { grid-template-columns: 100px 1fr; }
  .lpe-scope .lrow .lright { grid-column: 1 / -1; }
}

/* =============================================================
   v2 additions — notifications, upcoming, speaker, settings,
   onboarding, transcript, notes, live chat, accreditation, CLE cycle
   ============================================================= */

/* ---- Notifications menu ---- */
.lpe-scope .notif-menu {
  position: absolute; top: calc(100% + 8px); right: 0; width: 360px;
  background: var(--white); border: 1px solid var(--grey-200); box-shadow: var(--shadow-modal);
  z-index: 60; display: flex; flex-direction: column; max-height: 70vh;
}
.lpe-scope .notif-head {
  display: flex; align-items: center; justify-content: space-between;
  padding: 13px 16px; border-bottom: 1px solid var(--grey-200);
  font-size: 13px; font-weight: 700; color: var(--navy);
}
.lpe-scope .notif-head button { background: none; border: 0; color: var(--orange); font-size: 11px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; }
.lpe-scope .notif-head button:hover { color: var(--orange-700); }
.lpe-scope .notif-body { overflow-y: auto; }
.lpe-scope .notif-row {
  display: flex; gap: 12px; width: 100%; text-align: left; background: none; border: 0;
  padding: 13px 16px; border-bottom: 1px solid var(--grey-200); position: relative; align-items: flex-start;
  transition: background 0.15s;
}
.lpe-scope .notif-row:hover { background: var(--cream); }
.lpe-scope .notif-row.unread { background: rgba(228,116,37,0.04); }
.lpe-scope .notif-row .ni { width: 32px; height: 32px; flex-shrink: 0; background: var(--cream-2); color: var(--navy); display: flex; align-items: center; justify-content: center; }
.lpe-scope .notif-row.unread .ni { background: rgba(228,116,37,0.12); color: var(--orange-700); }
.lpe-scope .notif-row .nt { min-width: 0; display: flex; flex-direction: column; gap: 2px; }
.lpe-scope .notif-row .ntt { font-size: 13px; font-weight: 600; color: var(--navy); line-height: 1.3; }
.lpe-scope .notif-row .ntb { font-size: 12px; color: var(--grey); line-height: 1.4; }
.lpe-scope .notif-row .ntm { font-size: 10.5px; color: var(--grey); font-family: var(--font-mono); letter-spacing: 0.04em; margin-top: 3px; }
.lpe-scope .notif-row .ndot { position: absolute; top: 16px; right: 14px; width: 7px; height: 7px; background: var(--orange); border-radius: 50%; }
.lpe-scope .notif-foot { background: var(--cream); border: 0; border-top: 1px solid var(--grey-200); padding: 12px; font-size: 12px; font-weight: 600; color: var(--navy); width: 100%; }
.lpe-scope .notif-foot:hover { color: var(--orange); }

/* ---- Upcoming live ---- */
.lpe-scope .up-featured {
  display: grid; grid-template-columns: 1.4fr 1fr; gap: 0; border: 1px solid var(--grey-200); background: var(--white); margin-bottom: 28px;
}
.lpe-scope .up-featured .uf-left { padding: 28px 32px; }
.lpe-scope .up-featured .uf-eyebrow { font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--orange); font-weight: 600; margin-bottom: 12px; display: flex; align-items: center; gap: 10px; }
.lpe-scope .up-featured .uf-eyebrow .live { width: 7px; height: 7px; background: var(--orange); border-radius: 50%; box-shadow: 0 0 0 4px rgba(228,116,37,0.2); }
.lpe-scope .up-featured h2 { font-size: 26px; font-weight: 700; letter-spacing: -0.01em; margin: 0 0 6px; line-height: 1.12; }
.lpe-scope .up-featured .uf-sub { font-size: 14.5px; color: var(--grey); margin: 0 0 16px; }
.lpe-scope .up-featured .uf-blurb { font-size: 13.5px; color: var(--navy); line-height: 1.6; margin: 0 0 20px; max-width: 60ch; }
.lpe-scope .up-featured .uf-actions { display: flex; gap: 10px; flex-wrap: wrap; }
.lpe-scope .up-featured .uf-right {
  background: var(--navy); color: #fff; padding: 28px 30px; position: relative; overflow: hidden;
  display: flex; flex-direction: column; justify-content: center;
  background-image: repeating-linear-gradient(135deg, transparent 0 14px, rgba(255,255,255,0.025) 14px 15px);
}
.lpe-scope .up-featured .uf-right .cd-lab { font-size: 10.5px; letter-spacing: 0.16em; text-transform: uppercase; color: rgba(255,255,255,0.6); font-weight: 600; margin-bottom: 14px; }
.lpe-scope .countdown { display: flex; gap: 14px; }
.lpe-scope .countdown .cd-cell { text-align: center; }
.lpe-scope .countdown .cd-v { font-size: 34px; font-weight: 700; font-variant-numeric: tabular-nums; line-height: 1; color: var(--orange); letter-spacing: -0.02em; }
.lpe-scope .countdown .cd-l { font-size: 9.5px; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(255,255,255,0.55); margin-top: 6px; font-weight: 600; }
.lpe-scope .up-featured .uf-when { margin-top: 22px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,0.15); font-size: 13px; color: rgba(255,255,255,0.85); display: flex; flex-direction: column; gap: 6px; }
.lpe-scope .up-featured .uf-when .wr { display: flex; align-items: center; gap: 9px; }
.lpe-scope .up-featured .uf-when svg { opacity: 0.7; }

.lpe-scope .up-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(340px, 1fr)); gap: 18px; }
.lpe-scope .up-card { background: var(--white); border: 1px solid var(--grey-200); border-left: 3px solid var(--orange); padding: 20px 22px; display: flex; flex-direction: column; gap: 12px; }
.lpe-scope .up-card .uc-date { display: flex; align-items: center; gap: 12px; }
.lpe-scope .up-card .uc-cal { width: 48px; height: 52px; border: 1px solid var(--grey-200); display: flex; flex-direction: column; align-items: center; justify-content: center; flex-shrink: 0; }
.lpe-scope .up-card .uc-cal .m { font-size: 9px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--orange); font-weight: 700; }
.lpe-scope .up-card .uc-cal .d { font-size: 22px; font-weight: 700; color: var(--navy); line-height: 1; font-variant-numeric: tabular-nums; }
.lpe-scope .up-card .uc-when { font-size: 12px; color: var(--grey); }
.lpe-scope .up-card .uc-when b { color: var(--navy); font-weight: 600; }
.lpe-scope .up-card h4 { font-size: 16px; font-weight: 700; margin: 0; color: var(--navy); line-height: 1.3; }
.lpe-scope .up-card .uc-sub { font-size: 12.5px; color: var(--grey); margin: 0; line-height: 1.45; }
.lpe-scope .up-card .uc-foot { display: flex; align-items: center; gap: 10px; border-top: 1px solid var(--grey-200); padding-top: 12px; margin-top: auto; }
.lpe-scope .up-card .uc-foot .who { display: flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 600; color: var(--navy); }
.lpe-scope .registered-pill { display: inline-flex; align-items: center; gap: 6px; font-size: 10px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--teal-600); background: rgba(27,127,124,0.12); padding: 4px 9px; }

/* ---- Speaker profile ---- */
.lpe-scope .spk-hero { display: grid; grid-template-columns: auto 1fr; gap: 28px; align-items: start; padding-bottom: 28px; border-bottom: 1px solid var(--grey-200); margin-bottom: 28px; }
.lpe-scope .spk-av { width: 96px; height: 96px; display: flex; align-items: center; justify-content: center; font-size: 34px; font-weight: 700; color: #fff; background: var(--navy); letter-spacing: 0.02em; }
.lpe-scope .spk-av.teal { background: var(--teal); }
.lpe-scope .spk-av.gold { background: var(--gold); color: var(--navy); }
.lpe-scope .spk-name { font-size: 30px; font-weight: 700; letter-spacing: -0.01em; margin: 0 0 4px; }
.lpe-scope .spk-role { font-size: 14.5px; color: var(--grey); margin: 0 0 16px; }
.lpe-scope .spk-role b { color: var(--navy); font-weight: 600; }
.lpe-scope .spk-bio { font-size: 14px; line-height: 1.65; color: var(--navy); max-width: 70ch; }
.lpe-scope .spk-bio p { margin: 0 0 12px; }
.lpe-scope .spk-tags { display: flex; gap: 7px; flex-wrap: wrap; margin-top: 14px; }
.lpe-scope .spk-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; border: 1px solid var(--grey-200); background: var(--white); margin-bottom: 28px; }
.lpe-scope .spk-stats .stat { border: 0; border-right: 1px solid var(--grey-200); }
.lpe-scope .spk-stats .stat:last-child { border-right: 0; }
.lpe-scope .name-link { cursor: pointer; }
.lpe-scope .name-link:hover { color: var(--orange); text-decoration: underline; text-underline-offset: 2px; }

/* ---- Settings ---- */
.lpe-scope .set-shell { display: grid; grid-template-columns: 200px 1fr; gap: 32px; align-items: start; }
.lpe-scope .set-nav { position: sticky; top: 96px; display: flex; flex-direction: column; gap: 2px; }
.lpe-scope .set-nav button { background: none; border: 0; text-align: left; padding: 9px 12px; font-size: 13px; font-weight: 600; color: var(--grey); border-left: 2px solid transparent; }
.lpe-scope .set-nav button:hover { color: var(--navy); background: var(--cream); }
.lpe-scope .set-nav button.active { color: var(--navy); border-left-color: var(--orange); background: var(--cream); }
.lpe-scope .set-section { background: var(--white); border: 1px solid var(--grey-200); padding: 24px; margin-bottom: 20px; }
.lpe-scope .set-section h3 { font-size: 16px; font-weight: 700; margin: 0 0 4px; }
.lpe-scope .set-section .sh-sub { font-size: 12.5px; color: var(--grey); margin: 0 0 18px; }
.lpe-scope .toggle-row { display: flex; align-items: center; justify-content: space-between; padding: 12px 0; border-top: 1px solid var(--grey-200); gap: 16px; }
.lpe-scope .toggle-row:first-of-type { border-top: 0; }
.lpe-scope .toggle-row .tr-info .t { font-size: 13.5px; font-weight: 600; color: var(--navy); }
.lpe-scope .toggle-row .tr-info .d { font-size: 12px; color: var(--grey); margin-top: 2px; }
.lpe-scope .switch { width: 40px; height: 22px; border-radius: 11px; background: var(--grey-300); position: relative; flex-shrink: 0; border: 0; transition: background 0.15s; cursor: pointer; }
.lpe-scope .switch.on { background: var(--teal); }
.lpe-scope .switch .knob { position: absolute; top: 2px; left: 2px; width: 18px; height: 18px; background: #fff; border-radius: 50%; transition: transform 0.15s; }
.lpe-scope .switch.on .knob { transform: translateX(18px); }

/* ---- Onboarding ---- */
.lpe-scope .ob-steps { display: flex; gap: 6px; margin-bottom: 22px; }
.lpe-scope .ob-steps .s { flex: 1; height: 4px; background: var(--grey-200); }
.lpe-scope .ob-steps .s.done { background: var(--orange); }
.lpe-scope .ob-opts { display: grid; gap: 10px; }
.lpe-scope .ob-opts.cols { grid-template-columns: 1fr 1fr; }
.lpe-scope .ob-opt { display: flex; align-items: center; gap: 12px; padding: 14px 16px; border: 1px solid var(--grey-300); background: var(--white); text-align: left; font-size: 14px; font-weight: 600; color: var(--navy); transition: border-color 0.15s, background 0.15s; }
.lpe-scope .ob-opt:hover { border-color: var(--navy); }
.lpe-scope .ob-opt.sel { border-color: var(--orange); background: rgba(228,116,37,0.05); }
.lpe-scope .ob-opt .ck { width: 20px; height: 20px; border: 1px solid var(--grey-300); display: flex; align-items: center; justify-content: center; flex-shrink: 0; color: #fff; }
.lpe-scope .ob-opt.sel .ck { background: var(--orange); border-color: var(--orange); }

/* ---- Transcript ---- */
.lpe-scope .transcript { display: flex; flex-direction: column; border: 1px solid var(--grey-200); max-height: 460px; overflow-y: auto; }
.lpe-scope .tr-row { display: flex; gap: 14px; padding: 12px 16px; border-bottom: 1px solid var(--grey-200); cursor: pointer; transition: background 0.15s; }
.lpe-scope .tr-row:last-child { border-bottom: 0; }
.lpe-scope .tr-row:hover { background: var(--cream); }
.lpe-scope .tr-row.active { background: rgba(228,116,37,0.06); }
.lpe-scope .tr-row .tt { font-family: var(--font-mono); font-size: 11px; color: var(--orange); letter-spacing: 0.06em; width: 52px; flex-shrink: 0; padding-top: 2px; }
.lpe-scope .tr-row .tx { font-size: 13.5px; line-height: 1.55; color: var(--navy); }

/* ---- Notes ---- */
.lpe-scope .note-compose { border: 1px solid var(--grey-200); background: var(--white); padding: 14px 16px; margin-bottom: 16px; }
.lpe-scope .note-compose textarea { width: 100%; border: 0; outline: 0; resize: none; font-family: inherit; font-size: 13.5px; color: var(--navy); min-height: 56px; }
.lpe-scope .note-compose .nc-foot { display: flex; align-items: center; justify-content: space-between; border-top: 1px solid var(--grey-200); padding-top: 10px; margin-top: 6px; }
.lpe-scope .note-compose .nc-foot .stamp { font-family: var(--font-mono); font-size: 11px; color: var(--orange); letter-spacing: 0.06em; }
.lpe-scope .note-row { display: flex; gap: 14px; padding: 13px 0; border-bottom: 1px solid var(--grey-200); }
.lpe-scope .note-row .nt-time { font-family: var(--font-mono); font-size: 11px; color: var(--orange); width: 52px; flex-shrink: 0; padding-top: 3px; letter-spacing: 0.06em; cursor: pointer; }
.lpe-scope .note-row .nt-body { flex: 1; min-width: 0; }
.lpe-scope .note-row .nt-body .tx { font-size: 13.5px; line-height: 1.55; color: var(--navy); }
.lpe-scope .note-row .nt-body textarea { width: 100%; border: 1px solid var(--grey-300); padding: 8px; font-family: inherit; font-size: 13.5px; resize: vertical; }
.lpe-scope .note-row .nt-actions { display: flex; gap: 6px; flex-shrink: 0; }
.lpe-scope .note-row .nt-actions button { background: none; border: 0; color: var(--grey); padding: 4px; }
.lpe-scope .note-row .nt-actions button:hover { color: var(--orange); }

/* ---- Live chat panel ---- */
.lpe-scope .chat-panel { display: flex; flex-direction: column; border: 1px solid var(--grey-200); background: var(--white); height: 540px; }
.lpe-scope .chat-head { padding: 14px 16px; border-bottom: 1px solid var(--grey-200); display: flex; align-items: center; justify-content: space-between; }
.lpe-scope .chat-head .lt { display: flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: var(--navy); }
.lpe-scope .chat-head .lt .dot { width: 7px; height: 7px; background: var(--orange); border-radius: 50%; box-shadow: 0 0 0 3px rgba(228,116,37,0.2); }
.lpe-scope .chat-head .ct { font-size: 11.5px; color: var(--grey); display: inline-flex; align-items: center; gap: 5px; }
.lpe-scope .chat-body { flex: 1; overflow-y: auto; padding: 14px 16px; display: flex; flex-direction: column; gap: 12px; }
.lpe-scope .chat-msg { display: flex; gap: 10px; }
.lpe-scope .chat-msg .cm-body { min-width: 0; }
.lpe-scope .chat-msg .cm-top { display: flex; align-items: baseline; gap: 8px; }
.lpe-scope .chat-msg .cm-name { font-size: 12.5px; font-weight: 700; color: var(--navy); }
.lpe-scope .chat-msg .cm-name.host { color: var(--orange-700); }
.lpe-scope .chat-msg .cm-time { font-size: 10.5px; color: var(--grey); font-family: var(--font-mono); }
.lpe-scope .chat-msg .cm-text { font-size: 13px; line-height: 1.5; color: var(--navy); margin-top: 2px; }
.lpe-scope .chat-msg.host .cm-text { background: var(--cream); padding: 8px 12px; border-left: 2px solid var(--orange); }
.lpe-scope .chat-compose { border-top: 1px solid var(--grey-200); padding: 12px; display: flex; gap: 8px; }
.lpe-scope .chat-compose input { flex: 1; height: 38px; border: 1px solid var(--grey-200); padding: 0 12px; font-size: 13px; background: var(--cream); outline: none; }
.lpe-scope .chat-compose input:focus { border-color: var(--navy); background: var(--white); }
.lpe-scope .chat-compose button { width: 38px; height: 38px; background: var(--orange); color: #fff; border: 0; display: flex; align-items: center; justify-content: center; }
.lpe-scope .live-banner { background: rgba(228,116,37,0.08); border: 1px solid rgba(228,116,37,0.3); padding: 12px 16px; display: flex; align-items: center; gap: 10px; font-size: 12.5px; color: var(--navy); margin-top: 14px; }

/* ---- Accreditation popover ---- */
.lpe-scope .accred { position: relative; display: inline-block; }
.lpe-scope .accred-trigger { background: none; border: 0; color: var(--orange); font-size: 11.5px; font-weight: 600; cursor: pointer; display: inline-flex; align-items: center; gap: 4px; padding: 0; }
.lpe-scope .accred-trigger:hover { color: var(--orange-700); }
.lpe-scope .accred-pop { position: absolute; bottom: calc(100% + 8px); left: 0; width: 280px; background: var(--white); border: 1px solid var(--grey-200); box-shadow: var(--shadow-modal); z-index: 40; padding: 14px 16px; }
.lpe-scope .accred-pop h5 { font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--grey); font-weight: 600; margin: 0 0 8px; }
.lpe-scope .accred-pop .states { display: flex; flex-wrap: wrap; gap: 6px; }
.lpe-scope .accred-pop .st { font-family: var(--font-mono); font-size: 11px; font-weight: 600; padding: 3px 7px; background: rgba(27,127,124,0.1); color: var(--teal-600); letter-spacing: 0.04em; }
.lpe-scope .accred-pop .retro { font-size: 12px; color: var(--grey); line-height: 1.5; margin: 10px 0 0; padding-top: 10px; border-top: 1px solid var(--grey-200); }
.lpe-scope .accred-line { font-size: 12.5px; color: var(--grey); }
.lpe-scope .accred-line b { color: var(--navy); font-weight: 600; }

/* ---- CLE reporting-cycle tracker ---- */
.lpe-scope .rp-track { background: var(--white); border: 1px solid var(--grey-200); padding: 22px 24px; margin-bottom: 28px; }
.lpe-scope .rp-head { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; flex-wrap: wrap; margin-bottom: 18px; }
.lpe-scope .rp-head h3 { font-size: 16px; font-weight: 700; margin: 0; }
.lpe-scope .rp-head .rp-cycle { font-size: 12px; color: var(--grey); font-variant-numeric: tabular-nums; }
.lpe-scope .rp-bars { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.lpe-scope .rp-meter .rp-mlab { display: flex; justify-content: space-between; align-items: baseline; font-size: 12.5px; margin-bottom: 8px; }
.lpe-scope .rp-meter .rp-mlab .l { font-weight: 600; color: var(--navy); }
.lpe-scope .rp-meter .rp-mlab .v { font-variant-numeric: tabular-nums; color: var(--grey); }
.lpe-scope .rp-meter .rp-mlab .v b { color: var(--navy); }
.lpe-scope .rp-meter .bar { height: 10px; background: var(--cream-2); position: relative; overflow: hidden; }
.lpe-scope .rp-meter .bar .fill { position: absolute; inset: 0 auto 0 0; background: var(--orange); }
.lpe-scope .rp-meter .bar .fill.teal { background: var(--teal); }
.lpe-scope .rp-meter .bar .fill.done { background: var(--teal); }
.lpe-scope .rp-warn { margin-top: 16px; padding: 12px 16px; background: rgba(201,168,118,0.14); border-left: 3px solid var(--gold); font-size: 12.5px; color: var(--navy); line-height: 1.5; display: flex; align-items: flex-start; gap: 10px; }
.lpe-scope .rp-warn.ok { background: rgba(27,127,124,0.08); border-left-color: var(--teal); }
.lpe-scope .rp-warn svg { flex-shrink: 0; margin-top: 1px; }

/* ---- player controls additions ---- */
.lpe-scope .player-controls .pc-speed { background: rgba(255,255,255,0.12); border: 0; color: #fff; font-size: 11px; font-weight: 600; padding: 4px 8px; font-variant-numeric: tabular-nums; letter-spacing: 0.04em; }
.lpe-scope .player-controls .pc-speed:hover { background: rgba(255,255,255,0.2); }
.lpe-scope .player-controls .pc-vol { display: flex; align-items: center; gap: 6px; }
.lpe-scope .player-controls .pc-vol input { width: 64px; accent-color: var(--orange); height: 3px; }
.lpe-scope .player-controls .cc-btn.on { color: var(--orange); }
.lpe-scope .cc-badge { display: inline-flex; align-items: center; font-size: 9px; font-weight: 700; letter-spacing: 0.06em; padding: 2px 5px; background: rgba(255,255,255,0.9); color: var(--navy); border: 1px solid var(--grey-300); }
.lpe-scope .vthumb .cc-corner { position: absolute; bottom: 10px; left: 48px; }
.lpe-scope .caption-overlay { position: absolute; left: 0; right: 0; bottom: 16px; display: flex; justify-content: center; pointer-events: none; padding: 0 32px; }
.lpe-scope .caption-overlay span { background: rgba(10,30,54,0.82); color: #fff; font-size: 14px; line-height: 1.4; padding: 6px 12px; max-width: 80%; text-align: center; }

/* new badge on cards */
.lpe-scope .new-badge { display: inline-flex; align-items: center; font-size: 9px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; padding: 3px 7px; background: var(--teal); color: #fff; }

/* attendance verify modal countdown ring */
.lpe-scope .verify-count { font-size: 34px; font-weight: 700; color: var(--orange); font-variant-numeric: tabular-nums; line-height: 1; }

/* pace chip */
.lpe-scope .pace-chip { display: inline-flex; align-items: center; gap: 8px; padding: 10px 16px; background: var(--cream-2); border: 1px solid var(--grey-200); font-size: 13px; color: var(--navy); }
.lpe-scope .pace-chip b { font-weight: 700; }
.lpe-scope .pace-chip svg { color: var(--orange); }

/* collateral preview drawer */
.lpe-scope .drawer-scrim { position: fixed; inset: 0; background: rgba(10,30,54,0.45); z-index: 150; display: flex; justify-content: flex-end; animation: fade 0.15s ease; }
.lpe-scope .drawer { width: 440px; max-width: 92vw; background: var(--white); height: 100%; overflow-y: auto; box-shadow: var(--shadow-modal); border-left: 3px solid var(--orange); animation: drawer-in 0.2s ease; }
@keyframes drawer-in { from { transform: translateX(20px); opacity: 0.6; } to { transform: translateX(0); opacity: 1; } }
.lpe-scope .drawer .dh { padding: 20px 24px; border-bottom: 1px solid var(--grey-200); display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; }
.lpe-scope .drawer .dh .x { background: none; border: 0; color: var(--grey); padding: 4px; }
.lpe-scope .drawer .db { padding: 24px; }
.lpe-scope .drawer .doc-preview { aspect-ratio: 8.5/11; background: var(--cream-2); border: 1px solid var(--grey-200); background-image: repeating-linear-gradient(135deg, transparent 0 10px, rgba(22,58,100,0.03) 10px 11px); display: flex; align-items: center; justify-content: center; color: var(--grey); margin-bottom: 20px; }

@media (max-width: 1100px) {
  .lpe-scope .up-featured { grid-template-columns: 1fr; }
  .lpe-scope .set-shell { grid-template-columns: 1fr; }
  .lpe-scope .set-nav { position: static; flex-direction: row; flex-wrap: wrap; }
  .lpe-scope .spk-hero { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
  .lpe-scope .notif-menu { width: 300px; }
  .lpe-scope .rp-bars { grid-template-columns: 1fr; }
  .lpe-scope .spk-stats { grid-template-columns: repeat(2, 1fr); }
  .lpe-scope .ob-opts.cols { grid-template-columns: 1fr; }
}

/* ---- PRINT STYLES ---- */
@media print {
  body {
    background: #fff !important;
    color: #163A64 !important;
  }
  /* Hide the React root screen elements entirely */
  .no-print,
  #root > div > div.no-print,
  .tweaks-btn,
  .tweaks-panel,
  .toast,
  .modal-scrim,
  .drawer-scrim,
  header,
  footer,
  aside,
  nav,
  button,
  .btn {
    display: none !important;
  }
  
  /* Show only the printable container */
  .printable-cert-wrap {
    display: block !important;
    position: absolute;
    left: 0;
    top: 0;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    box-shadow: none !important;
    border: none !important;
  }
  
  /* Style the certificate for page print size */
  .printable-cert-wrap .cert {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    padding: 30px !important;
    border: 3px double #163A64 !important;
    background: #fff !important;
    box-shadow: none !important;
    page-break-inside: avoid;
  }
  
  .printable-cert-wrap .cert .c-wm {
    color: #163A64 !important;
    font-size: 20px !important;
  }
  
  .printable-cert-wrap .cert .c-name {
    font-size: 28px !important;
    color: #E47425 !important;
  }
  
  .printable-cert-wrap .cert .c-title {
    font-size: 18px !important;
    color: #163A64 !important;
  }
}

/* ---------- Fullscreen Video Player ---------- */
.lpe-scope .player-wrapper:fullscreen {
  background: var(--navy-900, #0A1E36);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 24px;
  width: 100%;
  height: 100%;
}
.lpe-scope .player-wrapper:fullscreen .player-stage {
  flex: 1;
  height: auto;
  aspect-ratio: auto;
}
.lpe-scope .player-wrapper:fullscreen .player-controls {
  flex-shrink: 0;
  margin-top: 12px;
}

