/* EDUHUNT R169 — Catalogue-driven Video Lecture upload UI */
.video-r169-form{display:grid;gap:14px;min-width:min(920px,88vw)}
.video-r169-flow{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}
.video-r169-step{display:flex;align-items:center;justify-content:center;gap:7px;min-height:38px;border:1px solid #cbdce8;border-radius:10px;background:#f6fbff;color:#244a65;font-size:12px;font-weight:850}
.video-r169-step span{display:grid;place-items:center;width:22px;height:22px;border-radius:50%;background:#0b79b9;color:#fff;font-size:12px}
.video-r169-programmes{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin-top:6px}
.video-r169-programme{position:relative;display:flex;align-items:center;gap:8px;min-height:48px;padding:8px 10px;border:1px solid #cbdce8;border-radius:10px;background:#f8fbfd;cursor:pointer;transition:.15s ease}
.video-r169-programme input{position:absolute;opacity:0;pointer-events:none}
.video-r169-programme>span:last-child{display:grid;gap:1px;min-width:0}
.video-r169-programme b{font-size:12px;line-height:1.15;color:#1f3d54}
.video-r169-programme small{font-size:10px;line-height:1.15;color:#6c8192;font-weight:700}
.video-r169-tick{display:grid;place-items:center;width:20px;height:20px;border-radius:6px;border:1px solid #9fb7c8;color:transparent;background:#fff;font-weight:950;flex:0 0 auto}
.video-r169-programme.is-selected{background:#ecf8f2;border-color:#77bf99;box-shadow:0 0 0 1px #77bf99 inset}
.video-r169-programme.is-selected .video-r169-tick{background:#087a52;border-color:#087a52;color:#fff}
.video-r169-programme.is-incompatible{opacity:.45;cursor:not-allowed}
.video-r169-programme.is-disabled{opacity:.45;cursor:not-allowed;background:#f1f3f5}
.video-r169-help{display:block;margin-top:6px;color:#667d8e;font-size:11px;line-height:1.35}
.video-r169-scope{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.video-r169-catalogue-note{display:flex;align-items:flex-start;gap:10px;padding:10px 12px;border:1px solid #a9d4ec;border-radius:11px;background:#f0f9ff;color:#2b526b;font-size:12px;line-height:1.4}
.video-r169-catalogue-note b{white-space:nowrap;color:#0b5f91}
.video-r169-chapter-host{display:grid;gap:10px;max-height:52vh;overflow:auto;padding-right:2px}
.video-r169-placeholder{padding:24px 14px;border:1px dashed #b9cad6;border-radius:12px;text-align:center;color:#6d8191;background:#fafcfd;font-weight:750;font-size:12px}
.video-r169-module{display:grid;gap:7px}
.video-r169-module-head{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:8px 10px;border-radius:9px;background:#eaf4fb;color:#1f587b}
.video-r169-module-head b{font-size:13px}.video-r169-module-head span{font-size:10px;font-weight:800}
.video-r169-chapters{display:grid;gap:7px}
.video-r169-chapter-row{display:grid;grid-template-columns:minmax(240px,.9fr) minmax(360px,1.35fr);gap:10px;align-items:center;padding:9px;border:1px solid #d5e1ea;border-radius:11px;background:#fff}
.video-r169-chapter-row.is-complete{border-color:#8ac7a5;background:#f3fbf7}
.video-r169-chapter-row.is-partial{border-color:#e0bd72;background:#fffbf1}
.video-r169-chapter-copy{display:flex;align-items:flex-start;gap:9px;min-width:0}
.video-r169-no{display:grid;place-items:center;min-width:25px;height:25px;border-radius:7px;background:#e9f3fa;color:#0c6398;font-size:11px;font-weight:950}
.video-r169-chapter-copy>div{display:grid;gap:3px;min-width:0}
.video-r169-chapter-copy strong{font-size:13px;line-height:1.25;color:#183a52}
.video-r169-chapter-copy small{font-size:10.5px;line-height:1.25;color:#687f90;font-weight:700}
.video-r169-url-action{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:7px;align-items:center}
.video-r169-url{min-width:0;height:38px;font-size:12px}
.video-r169-url-action .button{min-height:38px;white-space:nowrap;padding:7px 12px;font-size:11px}

body[data-desktop-theme="dark"] .video-r169-step,html[data-theme="dark"] .video-r169-step{background:#0a2740;border-color:#31556f;color:#dceefa}
body[data-desktop-theme="dark"] .video-r169-programme,html[data-theme="dark"] .video-r169-programme{background:#081f34;border-color:#31546e}
body[data-desktop-theme="dark"] .video-r169-programme b,html[data-theme="dark"] .video-r169-programme b{color:#edf7ff}
body[data-desktop-theme="dark"] .video-r169-programme small,body[data-desktop-theme="dark"] .video-r169-help,html[data-theme="dark"] .video-r169-programme small,html[data-theme="dark"] .video-r169-help{color:#abc0d1}
body[data-desktop-theme="dark"] .video-r169-programme.is-selected,html[data-theme="dark"] .video-r169-programme.is-selected{background:#0d382d;border-color:#3d936b;box-shadow:0 0 0 1px #3d936b inset}
body[data-desktop-theme="dark"] .video-r169-tick,html[data-theme="dark"] .video-r169-tick{background:#0c2940;border-color:#56748b}
body[data-desktop-theme="dark"] .video-r169-programme.is-selected .video-r169-tick,html[data-theme="dark"] .video-r169-programme.is-selected .video-r169-tick{background:#139360;border-color:#139360;color:#fff}
body[data-desktop-theme="dark"] .video-r169-catalogue-note,html[data-theme="dark"] .video-r169-catalogue-note{background:#0a2941;border-color:#315e7a;color:#d2e5f3}
body[data-desktop-theme="dark"] .video-r169-catalogue-note b,html[data-theme="dark"] .video-r169-catalogue-note b{color:#72c9ff}
body[data-desktop-theme="dark"] .video-r169-placeholder,html[data-theme="dark"] .video-r169-placeholder{background:#071b2f;border-color:#34566e;color:#b6cad9}
body[data-desktop-theme="dark"] .video-r169-module-head,html[data-theme="dark"] .video-r169-module-head{background:#0b2c46;color:#8dd1f8}
body[data-desktop-theme="dark"] .video-r169-chapter-row,html[data-theme="dark"] .video-r169-chapter-row{background:#071b2f;border-color:#31536c}
body[data-desktop-theme="dark"] .video-r169-chapter-row.is-complete,html[data-theme="dark"] .video-r169-chapter-row.is-complete{background:#0d3228;border-color:#387a5a}
body[data-desktop-theme="dark"] .video-r169-chapter-row.is-partial,html[data-theme="dark"] .video-r169-chapter-row.is-partial{background:#332a12;border-color:#7c6734}
body[data-desktop-theme="dark"] .video-r169-no,html[data-theme="dark"] .video-r169-no{background:#0c2f4a;color:#8ed6ff}
body[data-desktop-theme="dark"] .video-r169-chapter-copy strong,html[data-theme="dark"] .video-r169-chapter-copy strong{color:#f4faff}
body[data-desktop-theme="dark"] .video-r169-chapter-copy small,html[data-theme="dark"] .video-r169-chapter-copy small{color:#aec3d3}

@media(max-width:820px){
  .video-r169-form{min-width:0;width:100%}
  .video-r169-flow{grid-template-columns:repeat(2,minmax(0,1fr))}
  .video-r169-programmes{grid-template-columns:repeat(2,minmax(0,1fr))}
  .video-r169-chapter-host{max-height:58vh}
  .video-r169-chapter-row{grid-template-columns:1fr;gap:7px}
}
@media(max-width:520px){
  .video-r169-programmes{grid-template-columns:1fr 1fr;gap:6px}
  .video-r169-programme{min-height:44px;padding:7px}
  .video-r169-programme b{font-size:11px}
  .video-r169-programme small{font-size:9px}
  .video-r169-scope{grid-template-columns:1fr 1fr;gap:7px}
  .video-r169-catalogue-note{display:grid;gap:3px;padding:8px 9px}
  .video-r169-url-action{grid-template-columns:1fr auto}
  .video-r169-url-action .button{padding-inline:9px}
}
