:root{--bg:#f6f4ef;--paper:#fffdf8;--ink:#132238;--muted:#667085;--line:#e6dcc9;--accent:#b47a2c;--accent2:#0f2a44;--ok:#15803d;--warn:#b45309;--bad:#b91c1c;--soft:#f2eadc;--navy:#0f2a44;--gold:#b47a2c}*{box-sizing:border-box}body{margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:var(--bg);color:var(--ink);line-height:1.55}.container{max-width:1180px;margin:0 auto;padding:0 20px}.site-header{background:rgba(255,253,248,.94);border-bottom:1px solid var(--line);position:sticky;top:0;z-index:10;backdrop-filter:blur(8px)}.site-header.admin{border-top:4px solid var(--accent2)}.site-header.learner{border-top:4px solid var(--accent)}.nav{display:flex;justify-content:space-between;align-items:center;gap:18px;min-height:68px}.brand{font-weight:900;letter-spacing:-.03em;color:var(--ink);text-decoration:none;font-size:20px;display:inline-flex;align-items:center;gap:10px}.brand-mark{width:38px;height:38px;border-radius:12px;background:linear-gradient(135deg,var(--navy),var(--gold));color:#fff;display:inline-grid;place-items:center;font-weight:950;font-size:13px;letter-spacing:.04em;box-shadow:0 8px 22px rgba(15,42,68,.18)}nav{display:flex;gap:12px;flex-wrap:wrap}nav a{color:var(--ink);text-decoration:none;font-weight:600;font-size:14px}.page{padding-top:32px;padding-bottom:48px}.hero{display:grid;grid-template-columns:1.2fr .8fr;gap:32px;align-items:center;padding:42px 0}.hero h1{font-size:48px;line-height:1.05;margin:0 0 14px;letter-spacing:-.05em}.hero p{font-size:18px;color:var(--muted)}.card,.panel,.report-card{background:var(--paper);border:1px solid var(--line);border-radius:20px;padding:24px;box-shadow:0 18px 50px rgba(31,41,51,.06)}.grid{display:grid;gap:20px}.grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.stat{display:flex;justify-content:space-between;align-items:center}.stat strong{font-size:34px}.muted{color:var(--muted)}.small{font-size:13px}.eyebrow{text-transform:uppercase;letter-spacing:.12em;font-size:12px;font-weight:800;color:var(--accent);margin:0 0 8px}h1,h2,h3{line-height:1.15}h1{font-size:34px;margin:0 0 18px}h2{font-size:24px;margin:0 0 14px}h3{margin:0 0 8px}.button,.btn,button,input[type=submit]{display:inline-flex;align-items:center;justify-content:center;border:0;background:var(--accent2);color:white;border-radius:12px;padding:10px 16px;font-weight:800;text-decoration:none;cursor:pointer;min-height:42px;box-shadow:0 8px 20px rgba(15,42,68,.12)}.button.secondary,.btn.secondary{background:var(--accent)}.button.ghost,.btn.ghost{background:transparent;color:var(--ink);border:1px solid var(--line)}.button.danger,.btn.danger{background:var(--bad)}.actions{display:flex;gap:10px;flex-wrap:wrap;margin:16px 0}.form-row{margin-bottom:16px}label{display:block;font-weight:750;margin-bottom:6px}input,textarea,select{width:100%;padding:11px 12px;border:1px solid var(--line);border-radius:12px;background:white;font:inherit}textarea{min-height:110px}.help{font-size:13px;color:var(--muted);margin-top:4px}.alert{padding:12px 14px;border-radius:14px;margin-bottom:18px;font-weight:700}.alert-success{background:#dcfce7;color:#14532d}.alert-error{background:#fee2e2;color:#7f1d1d}.alert-warning{background:#ffedd5;color:#7c2d12}.table-wrap{overflow:auto}table{border-collapse:collapse;width:100%;background:white;border-radius:14px;overflow:hidden}th,td{padding:12px;border-bottom:1px solid var(--line);text-align:left;vertical-align:top}th{font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);background:#faf7ef}.badge{display:inline-flex;padding:4px 9px;border-radius:999px;font-size:12px;font-weight:800}.badge-success{background:#dcfce7;color:#166534}.badge-warning{background:#ffedd5;color:#9a3412}.badge-muted{background:#e5e7eb;color:#374151}.course-card{display:flex;flex-direction:column;gap:10px}.module-item{display:grid;grid-template-columns:auto 1fr auto;gap:12px;align-items:center;padding:14px;border:1px solid var(--line);border-radius:16px;background:white;margin-bottom:10px}.module-index{width:36px;height:36px;display:grid;place-items:center;background:var(--soft);border-radius:50%;font-weight:900}.media-preview{max-width:100%;border-radius:16px;border:1px solid var(--line)}.video-frame{aspect-ratio:16/9;width:100%;border:0;border-radius:16px;background:#111}.question{padding:18px;border:1px solid var(--line);border-radius:16px;background:white;margin-bottom:14px}.question .options{display:grid;gap:8px;margin-top:10px}.option{display:flex;gap:10px;align-items:center;font-weight:500}.option input{width:auto}.report-topline{display:flex;justify-content:space-between;gap:22px;align-items:center;margin-bottom:22px}.score-circle{width:128px;height:128px;border-radius:50%;background:linear-gradient(135deg,var(--accent2),var(--accent));color:white;display:grid;place-items:center;text-align:center;flex:0 0 auto}.score-circle span{display:block;font-size:34px;font-weight:900}.score-circle small{display:block;margin-top:-18px}.bar-row{margin:12px 0}.bar-label{display:flex;justify-content:space-between;margin-bottom:6px}.bar{height:12px;background:#eee7db;border-radius:999px;overflow:hidden}.bar span{display:block;height:100%;background:var(--accent);border-radius:999px}.footer{padding:30px 0;border-top:1px solid var(--line);color:var(--muted)}.login-box{max-width:440px;margin:30px auto}.certificate{background:white;border:14px solid #efe4ce;padding:48px;text-align:center;min-height:560px;position:relative}.certificate:before{content:"Breaking Barriers Training";position:absolute;top:18px;left:0;right:0;text-transform:uppercase;letter-spacing:.18em;font-size:11px;font-weight:900;color:var(--accent)}.certificate h1{font-size:42px}.certificate .cert-no{letter-spacing:.14em;text-transform:uppercase;color:var(--muted)}@media(max-width:800px){.hero,.grid.two,.grid.three{grid-template-columns:1fr}.hero h1{font-size:36px}.nav{align-items:flex-start;flex-direction:column;padding:14px 0}.module-item{grid-template-columns:1fr}.report-topline{flex-direction:column;align-items:flex-start}}@media print{.site-header,.footer,.actions,.no-print{display:none!important}body{background:white}.container{max-width:none}.page{padding:0}.card,.panel,.report-card{box-shadow:none;border-color:#ddd}.printable-report{border:0;padding:0}.certificate{border:10px solid #222}}

.bbt-hero{position:relative}.bbt-hero:after{content:"";position:absolute;right:20px;top:20px;width:140px;height:140px;border-radius:50%;background:radial-gradient(circle,rgba(180,122,44,.22),rgba(180,122,44,0) 70%);pointer-events:none}.bbt-card{border-top:5px solid var(--accent)}.brand-strip{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:34px;border-left:5px solid var(--accent2)}.footer-inner{display:flex;justify-content:space-between;gap:20px;align-items:flex-start}.footer a{color:var(--accent2);font-weight:800;text-decoration:none}a{color:var(--accent2)}@media(max-width:800px){.brand-strip,.footer-inner{flex-direction:column}.brand{font-size:18px}.brand-mark{width:34px;height:34px}}


/* Interactive Concept-Case-MCQ module styling */
.interactive-card{border-top:6px solid var(--accent)}
.concept-block{font-size:17px;background:#fff;border:1px solid var(--line);border-radius:16px;padding:18px;margin:14px 0 18px;line-height:1.7}
.case-block{background:#faf7ef;border-left:5px solid var(--accent);border-radius:16px;padding:18px;margin:14px 0 18px;line-height:1.7}
.interactive-option{padding:12px 14px;border:1px solid var(--line);border-radius:14px;background:#fff;cursor:pointer;display:block;margin-bottom:10px}
.interactive-option:hover{border-color:var(--accent);box-shadow:0 8px 20px rgba(15,42,68,.08)}
.score-strip{background:#f2eadc;border:1px solid var(--line);border-radius:14px;padding:12px 14px;margin:16px 0;font-weight:800}
.takeaway-box{background:#fff7ed;border:1px solid #fed7aa;border-radius:16px;padding:16px;margin:16px 0}
.correct-answer-box{background:#dcfce7;color:#14532d;border:1px solid #86efac;border-radius:14px;padding:14px;margin:12px 0;font-weight:800}
.chosen-answer{background:#f8fafc;border:1px solid var(--line);border-radius:14px;padding:14px;margin:12px 0}

.concept-image-wrap{margin:18px 0;padding:10px;background:#f6f8fb;border:1px solid #dfe6ee;border-radius:16px}.concept-image{width:100%;max-width:760px;display:block;margin:auto;border-radius:12px}.resource-box{margin:16px 0;padding:14px;border:1px solid #ead493;background:#fff9e8;border-radius:14px}.video-frame{margin-top:16px}

.concept-reference-box {
  margin-top: 18px;
  padding: 16px 18px;
  border: 1px solid rgba(17, 24, 39, 0.10);
  border-left: 4px solid #c59b2b;
  border-radius: 14px;
  background: #fffaf0;
}
.concept-reference-box p { margin: 0 0 10px; }
.concept-reference-box ul { margin: 6px 0 0 18px; padding: 0; }
.concept-reference-box li { margin-bottom: 6px; }

/* Admin editing patch */
.alert-info{background:#e8f1ff;border:1px solid #b7d1ff;color:#163c6b;padding:12px 14px;border-radius:14px;margin:14px 0}
.editor-layout{align-items:start}.editor-section{margin-top:18px}.actions-cell{white-space:nowrap;display:flex;gap:6px;align-items:center;flex-wrap:wrap}.btn.small,button.small{font-size:12px;padding:7px 10px}.mcq-editor-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin:14px 0}.mcq-option-editor{border:1px solid var(--border,#e6e8ef);border-radius:16px;padding:14px;background:#fafbff}.warning-option{border:1px dashed #e0a100;background:#fff8df;border-radius:12px;padding:10px;margin:12px 0}.code-textarea{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;font-size:13px}.btn.ghost{background:#fff;color:var(--primary,#13233f);border:1px solid var(--border,#e6e8ef)}
@media(max-width:800px){.mcq-editor-grid{grid-template-columns:1fr}.actions-cell{white-space:normal}}
/* =========================================================
   Breaking Barriers Training LMS - Mobile Friendly UI Patch
   Purpose: Improve mobile usability without changing LMS logic.
   ========================================================= */

html{
  -webkit-text-size-adjust:100%;
  text-size-adjust:100%;
  scroll-padding-top:88px;
}

body{
  overflow-x:hidden;
}

img,svg,video,iframe{
  max-width:100%;
}

a,button,.button,.btn,input[type=submit]{
  -webkit-tap-highlight-color:rgba(15,42,68,.12);
}

p,li,td,th,label,.concept-block,.case-block,.chosen-answer,.takeaway-box{
  overflow-wrap:anywhere;
}

.container{
  width:100%;
}

.site-header{
  box-shadow:0 4px 18px rgba(15,42,68,.06);
}

nav a{
  padding:8px 10px;
  border-radius:999px;
}

nav a:hover{
  background:rgba(180,122,44,.10);
}

.card,.panel,.report-card,.question,.concept-block,.case-block,.takeaway-box,.chosen-answer,.correct-answer-box{
  max-width:100%;
}

.table-wrap{
  width:100%;
  overflow-x:auto;
  -webkit-overflow-scrolling:touch;
  border-radius:16px;
}

.table-wrap table{
  min-width:760px;
}

input,textarea,select,button{
  max-width:100%;
}

input[type=checkbox],
input[type=radio]{
  width:auto;
  min-width:18px;
  min-height:18px;
  flex:0 0 auto;
}

.option,
.interactive-option{
  touch-action:manipulation;
}

.interactive-option input[type=radio],
.interactive-option input[type=checkbox]{
  margin-top:3px;
}

.video-frame,
iframe.video-frame{
  display:block;
  width:100%;
  aspect-ratio:16/9;
  height:auto;
}

.media-preview{
  height:auto;
}

.certificate{
  overflow-wrap:anywhere;
}

@media(max-width:900px){
  .container{
    padding-left:16px;
    padding-right:16px;
  }

  .page{
    padding-top:22px;
    padding-bottom:34px;
  }

  .hero{
    padding:28px 0;
    gap:20px;
  }

  .hero h1{
    font-size:clamp(30px,8vw,40px);
    letter-spacing:-.04em;
  }

  .hero p{
    font-size:16px;
  }

  h1{
    font-size:clamp(28px,7vw,34px);
  }

  h2{
    font-size:clamp(22px,5.8vw,26px);
  }

  .card,.panel,.report-card{
    padding:20px;
    border-radius:18px;
  }

  .brand-strip{
    padding:16px;
    border-radius:18px;
    background:rgba(255,253,248,.72);
  }

  .stat strong{
    font-size:28px;
  }
}

@media(max-width:720px){
  .site-header{
    position:sticky;
    top:0;
  }

  .nav{
    min-height:0;
    gap:10px;
    padding:12px 0;
  }

  .brand{
    width:100%;
    font-size:17px;
    line-height:1.15;
  }

  .brand-mark{
    width:34px;
    height:34px;
    border-radius:10px;
    flex:0 0 auto;
  }

  nav{
    width:100%;
    display:flex;
    flex-wrap:nowrap;
    overflow-x:auto;
    -webkit-overflow-scrolling:touch;
    gap:8px;
    padding:4px 0 6px;
    scrollbar-width:none;
  }

  nav::-webkit-scrollbar{
    display:none;
  }

  nav a{
    flex:0 0 auto;
    background:#fff;
    border:1px solid var(--line);
    box-shadow:0 4px 12px rgba(15,42,68,.04);
    font-size:13px;
    white-space:nowrap;
    padding:9px 12px;
  }

  .grid,
  .grid.two,
  .grid.three{
    gap:14px;
  }

  .course-card{
    gap:8px;
  }

  .module-item{
    grid-template-columns:42px 1fr;
    gap:10px;
    align-items:start;
    padding:14px;
  }

  .module-item > *:last-child{
    grid-column:1 / -1;
    width:100%;
  }

  .module-item .btn,
  .module-item .button{
    width:100%;
  }

  .module-index{
    width:34px;
    height:34px;
  }

  .actions{
    display:grid;
    grid-template-columns:1fr;
    gap:10px;
  }

  .actions .btn,
  .actions .button,
  .actions button,
  .actions input[type=submit]{
    width:100%;
  }

  .button,.btn,button,input[type=submit]{
    min-height:46px;
    padding:12px 16px;
    border-radius:14px;
  }

  .button.small,
  .btn.small,
  button.small{
    min-height:40px;
    padding:9px 12px;
  }

  input,textarea,select{
    font-size:16px;
    padding:12px 13px;
    border-radius:14px;
  }

  textarea{
    min-height:130px;
  }

  .question{
    padding:15px;
    border-radius:16px;
  }

  .question .options{
    gap:10px;
  }

  .option{
    align-items:flex-start;
    padding:10px 0;
  }

  .interactive-card{
    border-top-width:5px;
  }

  .concept-block,
  .case-block{
    font-size:16px;
    padding:16px;
    line-height:1.65;
  }

  .interactive-option{
    padding:14px;
    border-radius:16px;
    margin-bottom:12px;
  }

  .takeaway-box,
  .chosen-answer,
  .correct-answer-box,
  .concept-reference-box,
  .resource-box{
    padding:14px;
    border-radius:16px;
  }

  .report-topline{
    align-items:center;
    text-align:center;
  }

  .score-circle{
    width:116px;
    height:116px;
    margin:auto;
  }

  .bar-label{
    gap:10px;
    font-size:14px;
  }

  .footer{
    padding:24px 0;
    font-size:14px;
  }

  .footer-inner{
    gap:12px;
  }

  .login-box{
    margin:18px auto;
  }

  .certificate{
    border-width:8px;
    padding:38px 16px 24px;
    min-height:auto;
  }

  .certificate h1{
    font-size:30px;
  }

  .certificate:before{
    top:12px;
    font-size:9px;
    letter-spacing:.12em;
  }

  .mcq-editor-grid{
    grid-template-columns:1fr !important;
  }

  .actions-cell{
    display:grid;
    grid-template-columns:1fr;
    white-space:normal;
    gap:8px;
  }

  .actions-cell .btn,
  .actions-cell .button,
  .actions-cell button{
    width:100%;
  }

  th,td{
    padding:10px;
    font-size:14px;
  }
}

@media(max-width:480px){
  .container{
    padding-left:12px;
    padding-right:12px;
  }

  .page{
    padding-top:16px;
  }

  .hero{
    padding:20px 0;
  }

  .hero h1{
    font-size:30px;
  }

  .hero p{
    font-size:15px;
  }

  .card,.panel,.report-card{
    padding:16px;
    border-radius:16px;
  }

  .brand{
    font-size:16px;
  }

  .brand-mark{
    width:32px;
    height:32px;
    font-size:12px;
  }

  nav a{
    font-size:12.5px;
    padding:8px 11px;
  }

  h1{
    font-size:26px;
    margin-bottom:14px;
  }

  h2{
    font-size:21px;
  }

  h3{
    font-size:18px;
  }

  .eyebrow{
    font-size:11px;
    letter-spacing:.10em;
  }

  .small{
    font-size:12.5px;
  }

  .concept-block,
  .case-block{
    font-size:15.5px;
    padding:14px;
  }

  .interactive-option{
    font-size:15px;
  }

  .stat{
    align-items:flex-start;
    gap:8px;
    flex-direction:column;
  }

  .stat strong{
    font-size:26px;
  }

  .table-wrap{
    margin-left:-4px;
    margin-right:-4px;
    width:calc(100% + 8px);
  }

  .table-wrap:before{
    content:"Swipe horizontally to view full table";
    display:block;
    padding:8px 10px;
    font-size:12px;
    color:var(--muted);
    background:#fffaf0;
    border:1px solid var(--line);
    border-bottom:0;
    border-radius:12px 12px 0 0;
  }

  .table-wrap table{
    min-width:680px;
    border-radius:0 0 12px 12px;
  }

  .score-circle{
    width:104px;
    height:104px;
  }

  .score-circle span{
    font-size:30px;
  }

  .score-circle small{
    margin-top:-12px;
  }

  .bar{
    height:10px;
  }

  .certificate{
    border-width:6px;
  }

  .certificate h1{
    font-size:26px;
  }
}

@media(max-width:360px){
  .container{
    padding-left:10px;
    padding-right:10px;
  }

  .card,.panel,.report-card{
    padding:14px;
  }

  .button,.btn,button,input[type=submit]{
    font-size:14px;
    padding-left:12px;
    padding-right:12px;
  }
}

@media(hover:none){
  .interactive-option:hover,
  nav a:hover{
    box-shadow:none;
  }
}

@media print{
  .table-wrap:before{
    display:none!important;
  }
}

/* --- Applied visual refresh --- */

/* =========================================================
   BBT SaaS/LMS Builder Visual Refresh - May 2026
   Inspired by modern AI-builder landing pages; keeps all existing PHP logic intact.
   ========================================================= */
:root{
  --ink:#0b1020;
  --muted:#667085;
  --line:#e7e9f3;
  --soft:#f6f7fb;
  --panel:#ffffff;
  --brand:#111827;
  --accent:#2737ff;
  --accent2:#7c3aed;
  --gold:#f59e0b;
  --shadow:0 22px 60px rgba(17,24,39,.11);
  --radius:28px;
}
body{
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif!important;
  color:var(--ink)!important;
  background:radial-gradient(circle at 10% -5%,rgba(39,55,255,.12),transparent 32%),radial-gradient(circle at 88% 0,rgba(124,58,237,.10),transparent 34%),linear-gradient(180deg,#fff 0%,#f7f8fc 100%)!important;
}
a{color:var(--accent);text-decoration:none} a:hover{text-decoration:none;color:#101828}
.container{width:min(1180px,calc(100% - 40px));margin-inline:auto}.page{padding-top:38px;padding-bottom:56px}
.site-header,.topbar{
  position:sticky;top:0;z-index:50;background:rgba(255,255,255,.84)!important;color:var(--ink)!important;border-bottom:1px solid rgba(231,233,243,.9)!important;box-shadow:none!important;backdrop-filter:blur(18px)
}
.site-header.admin,.site-header.learner{background:rgba(255,255,255,.86)!important}.nav,.nav-wrap{min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:22px}.brand,.logo{display:flex;align-items:center;gap:12px;color:#101828!important;font-weight:850}.brand:hover,.logo:hover{color:#101828!important}.brand-mark,.logo-mark{width:44px!important;height:44px!important;border-radius:15px!important;display:grid;place-items:center;color:#fff!important;background:linear-gradient(135deg,#111827,#2737ff 55%,#7c3aed)!important;box-shadow:0 12px 28px rgba(39,55,255,.18)!important;font-weight:900!important}.brand small{color:var(--muted)!important;font-weight:650!important;letter-spacing:0!important;text-transform:none!important}.nav nav,.nav-links,nav{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.nav a,nav a,.nav-links a{display:inline-flex;align-items:center;justify-content:center;border:1px solid transparent!important;border-radius:999px!important;padding:9px 12px!important;color:#344054!important;font-weight:750!important;background:transparent!important}.nav a:hover,nav a:hover,.nav-links a:hover{background:#f2f4ff!important;color:#101828!important}.button,.btn,button,input[type=submit],.link-button{border-radius:999px!important;border:1px solid transparent!important;background:linear-gradient(135deg,#111827,#2737ff)!important;color:#fff!important;font-weight:850!important;box-shadow:0 14px 30px rgba(39,55,255,.18)!important;padding:11px 17px!important;min-height:42px!important}.button:hover,.btn:hover,button:hover,input[type=submit]:hover{filter:none!important;transform:translateY(-1px);box-shadow:0 18px 38px rgba(39,55,255,.23)!important;color:#fff!important}.button-secondary,.btn.secondary,.btn.ghost{background:#fff!important;color:#101828!important;border-color:#d8ddec!important;box-shadow:0 10px 24px rgba(17,24,39,.06)!important}.hero,.bbt-hero{position:relative;overflow:hidden;padding:70px 0 54px!important;background:radial-gradient(circle at 78% 0,rgba(39,55,255,.11),transparent 35%),linear-gradient(180deg,#fff,#f8f9ff)!important;border-bottom:1px solid var(--line)}.hero-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(330px,.8fr);gap:48px;align-items:center}.eyebrow,.label,.kicker{display:inline-flex;align-items:center;gap:8px;width:max-content;background:#fff!important;border:1px solid var(--line)!important;border-radius:999px!important;box-shadow:0 8px 24px rgba(17,24,39,.05)!important;color:#2330cf!important;font-weight:850!important;padding:8px 13px!important;text-transform:none!important;letter-spacing:.01em!important;margin-bottom:16px}h1{font-size:clamp(2.25rem,5vw,4.85rem)!important;line-height:.97!important;letter-spacing:-.07em!important;color:#080d1d!important}h2{font-size:clamp(1.55rem,3vw,2.65rem)!important;line-height:1.05!important;letter-spacing:-.045em!important;color:#101828!important}h3{letter-spacing:-.02em;color:#101828!important}.hero-copy,.lead,p,.muted,.small-muted{color:#667085}.card,.panel,.report-card,.hero-panel,.brief-card,.start-card,.prompt-card,.score-panel,.category-card,.simulation-card,.metric,.stat,.question,.concept-block,.case-block,.takeaway-box,.chosen-answer,.correct-answer-box{background:#fff!important;border:1px solid var(--line)!important;border-radius:24px!important;box-shadow:0 12px 34px rgba(17,24,39,.055)!important}.card,.panel,.report-card,.hero-panel,.brief-card,.start-card,.prompt-card,.score-panel{padding:24px!important}.category-card:hover,.simulation-card:hover,.card:hover{box-shadow:0 22px 48px rgba(17,24,39,.09)!important;transform:translateY(-2px)}.category-icon,.module-index{background:linear-gradient(135deg,#eef2ff,#e0f7ff)!important;color:#2330cf!important;border-radius:15px!important}.section,.section-tint{padding:62px 0!important}.section-tint{background:linear-gradient(180deg,#f8f9ff,#fff)!important;border-block:1px solid var(--line)}.grid.two,.grid.three,.grid-2,.grid-3,.grid-4,.card-grid,.category-grid,.simulation-grid{gap:20px!important}.brand-strip{background:#fff!important;border:1px solid var(--line)!important;border-radius:26px!important;box-shadow:0 16px 38px rgba(17,24,39,.07)!important;border-left:0!important}.table-wrap{border:1px solid var(--line)!important;border-radius:20px!important;overflow:auto}table{border-collapse:collapse;width:100%;background:#fff!important}th{background:#f8f9ff!important;color:#667085!important;font-size:.78rem!important;letter-spacing:.08em!important;text-transform:uppercase!important}th,td{border-bottom:1px solid var(--line)!important;padding:13px!important}.badge,.pill,.level,.emotion{border-radius:999px!important;background:#eef2ff!important;color:#2330cf!important;font-weight:850!important}.score-circle{background:linear-gradient(135deg,#2737ff,#7c3aed)!important;box-shadow:0 18px 38px rgba(39,55,255,.2)!important}.footer{background:#fff!important;border-top:1px solid var(--line)!important;color:#667085!important}.footer a{color:#2330cf!important;font-weight:800}@media(max-width:900px){.hero-grid,.grid.two,.grid.three,.grid-2,.grid-3,.grid-4,.card-grid,.category-grid,.simulation-grid,.feature-grid,.feature-list,.split-layout{grid-template-columns:1fr!important}.nav,.nav-wrap,.topbar{align-items:flex-start;flex-direction:column;padding:12px 0!important}nav,.nav-links{width:100%;overflow-x:auto;flex-wrap:nowrap!important;padding-bottom:6px}.container{width:min(100% - 28px,1180px)!important}.page{padding-top:24px}.hero{padding:48px 0 36px!important}h1{font-size:clamp(2rem,11vw,3.2rem)!important}.card,.panel,.report-card{padding:20px!important;border-radius:22px!important}}


/* Breaking Barriers Training official logo update */
.brand-logo{
  width:52px!important;
  height:46px!important;
  object-fit:contain!important;
  display:block!important;
  flex:0 0 auto!important;
  background:transparent!important;
  border-radius:0!important;
  box-shadow:none!important;
}
.certificate-logo{
  width:148px;
  height:auto;
  display:block;
  margin:0 auto 18px;
  object-fit:contain;
}
.certificate:before{content:""!important;display:none!important}
.certificate{padding-top:44px!important}
@media print{.certificate-logo{width:132px!important;margin-bottom:14px!important}.certificate{padding-top:36px!important}}
@media(max-width:800px){.brand-logo{width:44px!important;height:40px!important}.certificate-logo{width:122px}}


/* BBT logo size refinement - compact text-height header logo */
.brand-logo{
  width:30px!important;
  height:22px!important;
  max-width:30px!important;
  max-height:22px!important;
  object-fit:contain!important;
  display:block!important;
  flex:0 0 30px!important;
  background:transparent!important;
  border-radius:0!important;
  box-shadow:none!important;
}
.logo .brand-logo,.brand .brand-logo{margin-right:2px!important;}
.footer .brand-logo{width:30px!important;height:22px!important;max-width:30px!important;max-height:22px!important;}
.certificate-logo{
  width:86px!important;
  height:auto!important;
  max-width:86px!important;
  object-fit:contain!important;
  margin-bottom:12px!important;
}
@media print{.certificate-logo{width:78px!important;max-width:78px!important;margin-bottom:10px!important;}}
@media(max-width:800px){.brand-logo{width:28px!important;height:20px!important;max-width:28px!important;max-height:20px!important;flex-basis:28px!important}.footer .brand-logo{width:28px!important;height:20px!important}.certificate-logo{width:76px!important;max-width:76px!important;}}

/* =========================================================
   Mobile UX Optimization Patch - May 2026
   For LMS, certificates, learner/admin tables and assessment forms.
   ========================================================= */
html{ -webkit-text-size-adjust:100%; text-size-adjust:100%; }
body{ overflow-x:hidden; }
img,svg,video,iframe{ max-width:100%; height:auto; }
p,li,a,h1,h2,h3,label,td,th,.card,.panel,.question,.concept-block,.case-block{ overflow-wrap:anywhere; }
button,.button,.btn,input[type=submit],nav a{ min-height:44px; touch-action:manipulation; }
input,textarea,select{ font-size:16px; }
.table-wrap{ -webkit-overflow-scrolling:touch; }
.table-wrap table{ min-width:720px; }
@media(max-width:900px){
  .site-header,.topbar{ position:sticky!important; top:0!important; z-index:60!important; }
  .nav,.nav-wrap{ min-height:0!important; padding:10px 0!important; gap:10px!important; }
  .brand{ width:100%; min-width:0; font-size:16px!important; line-height:1.15!important; }
  .brand span,.brand div{ min-width:0; }
  nav,.nav-links{ display:flex!important; width:100%!important; flex-wrap:nowrap!important; overflow-x:auto!important; overflow-y:hidden!important; -webkit-overflow-scrolling:touch; gap:8px!important; padding:4px 0 8px!important; scrollbar-width:none; }
  nav::-webkit-scrollbar,.nav-links::-webkit-scrollbar{ display:none; }
  nav a,.nav-links a{ flex:0 0 auto; min-height:42px; padding:9px 12px!important; border-radius:999px!important; border:1px solid var(--line,#e7e9f3)!important; background:#fff!important; white-space:nowrap!important; font-size:13px!important; box-shadow:0 4px 12px rgba(17,24,39,.04); }
  .container{ width:min(100% - 28px,1180px)!important; padding-left:0!important; padding-right:0!important; }
  .page{ padding-top:18px!important; padding-bottom:34px!important; }
  .hero,.bbt-hero{ padding:34px 0 28px!important; gap:20px!important; }
  .hero h1,h1{ font-size:clamp(1.7rem,8vw,2.55rem)!important; line-height:1.06!important; letter-spacing:-.045em!important; }
  h2{ font-size:clamp(1.35rem,6vw,1.9rem)!important; line-height:1.12!important; }
  .hero p{ font-size:1rem!important; }
  .actions{ display:grid!important; grid-template-columns:1fr!important; gap:10px!important; }
  .actions .btn,.actions .button,.actions button,.actions input[type=submit],.course-card .button{ width:100%!important; }
  .card,.panel,.report-card,.question,.concept-block,.case-block,.takeaway-box,.chosen-answer,.correct-answer-box{ padding:16px!important; border-radius:18px!important; }
  .grid,.grid.two,.grid.three{ grid-template-columns:1fr!important; gap:14px!important; }
  .module-item{ grid-template-columns:38px 1fr!important; align-items:start!important; }
  .module-item > *:last-child{ grid-column:1 / -1!important; width:100%!important; }
  .report-topline{ flex-direction:column!important; align-items:center!important; text-align:center!important; }
  .score-circle{ width:108px!important; height:108px!important; }
  .certificate{ border-width:6px!important; padding:30px 14px 22px!important; min-height:auto!important; }
  .certificate h1{ font-size:clamp(1.5rem,7vw,2rem)!important; }
  .footer-inner,.brand-strip{ flex-direction:column!important; align-items:flex-start!important; gap:12px!important; }
  .table-wrap:before{ content:'Swipe sideways to view the full table'; display:block; padding:8px 10px; font-size:12px; color:var(--muted,#667085); background:#fffaf0; border-bottom:1px solid var(--line,#e7e9f3); }
}
@media(max-width:420px){
  .container{ width:min(100% - 22px,1180px)!important; }
  .brand{ font-size:15px!important; }
  nav a,.nav-links a{ font-size:12.5px!important; padding:8px 10px!important; }
  .card,.panel,.report-card{ padding:14px!important; }
  .score-circle{ width:96px!important; height:96px!important; }
}
@media print{ .table-wrap:before{ display:none!important; } }
/* BBT official theme is applied via /assets/css/global-ui.css. */


/* Rigorous assessment option layout: keeps radio/checkbox controls aligned with long realistic choices. */
.question .options { display: grid; gap: 12px; }
.question .option { display: grid; grid-template-columns: 22px minmax(0, 1fr); align-items: start; gap: 12px; width: 100%; line-height: 1.45; }
.question .option input { margin-top: 4px; justify-self: center; flex: 0 0 auto; }
.question .option span { display: block; min-width: 0; }
@media (max-width: 640px) { .question .option { grid-template-columns: 20px minmax(0, 1fr); gap: 10px; } }
