*{box-sizing:border-box}html{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.5}body{margin:0;background:var(--bg);color:var(--text)}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}.site-header{position:sticky;top:0;z-index:5;display:flex;align-items:center;justify-content:space-between;padding:.9rem clamp(1rem,4vw,3rem);background:var(--surface);border-bottom:1px solid var(--border);box-shadow:0 2px 14px rgba(0,0,0,.04)}.brand{font-weight:800;color:var(--text);font-size:1.1rem}.site-header nav{display:flex;gap:.9rem;align-items:center;flex-wrap:wrap}.container{max-width:1180px;margin:0 auto;padding:2rem 1rem 4rem}footer{text-align:center;padding:1.5rem;border-top:1px solid var(--border);background:var(--surface)}h1,h2,h3{line-height:1.15}.card{background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:1.25rem;box-shadow:0 8px 24px rgba(0,0,0,.04);margin-bottom:1rem}.grid{display:grid;gap:1rem}.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}.metric{font-size:2rem;font-weight:800}.muted{color:var(--muted)}.progress{height:12px;background:var(--border);border-radius:999px;overflow:hidden}.progress>span{display:block;height:100%;background:var(--accent);width:var(--progress,0%)}label{display:block;font-weight:700;margin:.8rem 0 .3rem}input,select,textarea{width:100%;padding:.7rem .8rem;border:1px solid var(--border);border-radius:9px;background:var(--surface);color:var(--text);font:inherit}textarea{min-height:130px}button,.button{display:inline-block;border:0;border-radius:9px;padding:.7rem 1rem;background:var(--accent);color:#fff;font:inherit;font-weight:700;cursor:pointer;text-decoration:none}.secondary{background:var(--secondary);color:var(--secondary-text)}.danger{background:#a51d2d}.success{background:#18794e}.link-button{background:transparent;color:var(--accent);padding:0}.inline{display:inline}.actions{display:flex;gap:.6rem;align-items:center;flex-wrap:wrap}.alert{padding:.8rem 1rem;border-radius:9px;margin-bottom:1rem;border:1px solid}.alert.success{background:#e8f8ef;color:#145c3b;border-color:#b9e4ca}.alert.error{background:#fff0f1;color:#8a1724;border-color:#efc2c7}.alert.info{background:#eef6ff;color:#164b78;border-color:#c4ddf4}.table-wrap{overflow:auto}.table{width:100%;border-collapse:collapse;background:var(--surface)}.table th,.table td{padding:.7rem;border-bottom:1px solid var(--border);text-align:left;white-space:nowrap}.table th{font-size:.88rem;color:var(--muted)}.badge{display:inline-block;padding:.18rem .55rem;border-radius:999px;background:var(--border);font-size:.8rem}.badge.completed{background:#dff4e8;color:#17633f}.badge.in_progress{background:#fff2c7;color:#6d5200}.badge.not_started{background:#edf0f4;color:#4a5562}.module-list{list-style:none;padding:0}.module-list li{padding:1rem 0;border-bottom:1px solid var(--border);display:flex;justify-content:space-between;gap:1rem;align-items:center}.reading{font-size:1.05rem}.reading img{max-width:100%}.video-shell{position:relative;aspect-ratio:16/9;background:#111;border-radius:12px;overflow:hidden}.video-shell iframe,.video-shell>div{width:100%;height:100%}.auth-card{max-width:520px;margin:2rem auto}.hero{padding:2rem 0}.hero h1{font-size:clamp(2rem,5vw,3.5rem);margin-bottom:.6rem}.question{padding:1rem 0;border-bottom:1px solid var(--border)}.question label{font-weight:400;margin:.4rem 0}.question input{width:auto;margin-right:.5rem}.tabs{display:flex;gap:.5rem;flex-wrap:wrap;margin:1rem 0}.tabs a{padding:.5rem .8rem;border:1px solid var(--border);border-radius:8px;background:var(--surface)}.admin-grid{display:grid;grid-template-columns:230px 1fr;gap:1rem}.sidebar{position:sticky;top:85px;align-self:start}.sidebar a{display:block;padding:.55rem;border-radius:7px}.sidebar a:hover{background:var(--border);text-decoration:none}.field-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.option-row{display:grid;grid-template-columns:50px 1fr;gap:.6rem;align-items:end}.option-row input[type=radio]{width:auto}.status-dot{width:9px;height:9px;display:inline-block;border-radius:50%;background:#b8b8b8;margin-right:.3rem}.status-dot.done{background:#20a465}.small{font-size:.88rem}.nowrap{white-space:nowrap}.chart{display:flex;align-items:flex-end;gap:.8rem;height:180px;padding:1rem;border-left:1px solid var(--border);border-bottom:1px solid var(--border)}.bar{flex:1;min-width:40px;background:var(--accent);height:var(--h,1%);border-radius:7px 7px 0 0;position:relative}.bar span{position:absolute;bottom:-2rem;width:100%;text-align:center;font-size:.75rem;color:var(--muted)}@media(max-width:850px){.grid-4,.grid-3,.grid-2,.field-row{grid-template-columns:1fr}.admin-grid{grid-template-columns:1fr}.sidebar{position:static}.site-header{align-items:flex-start;gap:.7rem}.site-header nav{justify-content:flex-end}.module-list li{align-items:flex-start;flex-direction:column}}@media(max-width:520px){.site-header{position:static;display:block}.site-header nav{margin-top:.6rem;justify-content:flex-start}.container{padding-top:1rem}.card{border-radius:12px;padding:1rem}}
.native-progress{width:100%;height:14px;accent-color:var(--accent)}

/* V2 reporting dashboard */
.report-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem;margin-bottom:1rem}.report-heading h1{margin-bottom:.25rem}.report-score{display:flex;flex-direction:column;align-items:flex-end}.report-score span{color:var(--muted);font-size:.85rem}.report-score strong{font-size:1.65rem}.report-kpis .card{margin-bottom:0}.kpi-card{position:relative;overflow:hidden;min-height:130px;border:0;color:#fff}.kpi-card:after{content:"";position:absolute;width:90px;height:90px;border-radius:50%;right:-28px;top:-26px;background:rgba(255,255,255,.16)}.kpi-card span,.kpi-card small{position:relative;z-index:1}.kpi-card .metric{position:relative;z-index:1;margin:.45rem 0}.tone-blue{background:linear-gradient(135deg,#2563eb,#1d4ed8)}.tone-green{background:linear-gradient(135deg,#00bf63,#078a4b)}.tone-peach{background:linear-gradient(135deg,#ffbd59,#f59e0b);color:#3f2a04}.tone-red{background:linear-gradient(135deg,#ff5a5f,#d91f37)}.report-filter-grid{grid-template-columns:1.2fr 1fr 1fr .8fr}.report-filter-actions{align-self:end;padding-bottom:.1rem}.export-actions{margin-top:1rem;border-top:1px solid var(--border);padding-top:1rem}.report-panels{align-items:stretch}.report-chart-card h2{margin:.1rem 0}.chart-title{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.chart-title strong{font-size:1.8rem;color:#00a657}.status-stack,.risk-list,.department-bars{display:grid;gap:1rem;margin-top:1rem}.status-stack>div,.risk-row{display:grid;grid-template-columns:1fr auto;gap:.35rem .8rem;align-items:center}.status-stack progress,.risk-row progress{grid-column:1/-1}.legend-dot{display:inline-block;width:9px;height:9px;border-radius:50%;margin-right:.45rem}.dot-gray{background:#94a3b8}.dot-peach{background:#ffbd59}.dot-green{background:#00bf63}.report-progress{width:100%;height:13px;border:0;border-radius:999px;overflow:hidden;background:#edf1f5}.report-progress::-webkit-progress-bar{background:#edf1f5;border-radius:999px}.report-progress::-webkit-progress-value{border-radius:999px;background:#2563eb}.report-progress::-moz-progress-bar{border-radius:999px;background:#2563eb}.status-gray::-webkit-progress-value,.risk-gray::-webkit-progress-value{background:#94a3b8}.status-gray::-moz-progress-bar,.risk-gray::-moz-progress-bar{background:#94a3b8}.status-peach::-webkit-progress-value,.risk-peach::-webkit-progress-value,.dept-peach::-webkit-progress-value{background:#ffbd59}.status-peach::-moz-progress-bar,.risk-peach::-moz-progress-bar,.dept-peach::-moz-progress-bar{background:#ffbd59}.status-green::-webkit-progress-value,.risk-green::-webkit-progress-value,.dept-green::-webkit-progress-value{background:#00bf63}.status-green::-moz-progress-bar,.risk-green::-moz-progress-bar,.dept-green::-moz-progress-bar{background:#00bf63}.risk-orange::-webkit-progress-value,.dept-orange::-webkit-progress-value{background:#f59e0b}.risk-orange::-moz-progress-bar,.dept-orange::-moz-progress-bar{background:#f59e0b}.risk-red::-webkit-progress-value,.dept-red::-webkit-progress-value{background:#ff3131}.risk-red::-moz-progress-bar,.dept-red::-moz-progress-bar{background:#ff3131}.dept-teal::-webkit-progress-value{background:#0d9488}.dept-teal::-moz-progress-bar{background:#0d9488}.dept-blue::-webkit-progress-value{background:#2563eb}.dept-blue::-moz-progress-bar{background:#2563eb}.department-row{display:grid;gap:.35rem}.department-label{display:flex;justify-content:space-between;gap:1rem}.department-label small{color:var(--muted);font-weight:500}.report-table thead th{position:sticky;top:0;background:var(--surface);z-index:1}.report-table tbody tr:hover{background:color-mix(in srgb,var(--accent) 5%,transparent)}
@media(max-width:850px){.report-heading{align-items:flex-start;flex-direction:column}.report-score{align-items:flex-start}.report-filter-grid{grid-template-columns:1fr}.report-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:520px){.report-kpis{grid-template-columns:1fr}.department-label{flex-direction:column;gap:.1rem}}
