.exam-dashboard{display:grid;gap:24px;min-width:0;max-width:100%}
.exam-dashboard h2{margin-top:0}.exam-dashboard h3{margin:0 0 10px}.exam-dashboard p{overflow-wrap:anywhere}
.exam-dashboard-status:empty{display:none}.exam-dashboard-status{margin:0}
.exam-dashboard-modes,.exam-dashboard-overview{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;min-width:0}
.exam-dashboard .card{min-width:0;max-width:100%;margin:0}
.exam-dashboard-mode::part(body){display:flex;flex-direction:column;align-items:stretch;gap:14px}
.exam-dashboard-mode p{margin:0;flex:1}.exam-dashboard-mode wa-button{width:100%}.exam-dashboard-mode wa-select{margin:0}
.exam-dashboard-active::part(body){display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap}
.exam-dashboard-actions{display:flex;flex-wrap:wrap;gap:12px;align-items:center}
.exam-dashboard-score{font-size:clamp(30px,4vw,44px);line-height:1.2;font-weight:700;margin:20px 0}
.exam-dashboard-score span{display:block;font-size:14px;font-weight:500;margin-top:10px;color:var(--muted)}
.exam-dashboard-checks{margin:20px 0}.exam-dashboard-checks>div{display:grid;grid-template-columns:minmax(0,1fr) minmax(75px,auto);gap:12px;padding:13px 0;border-bottom:1px solid var(--line)}
.exam-dashboard-checks dt{font-size:14px;overflow-wrap:anywhere}.exam-dashboard-checks dd{margin:0;text-align:right;font-size:14px;font-weight:600}
.exam-dashboard .is-met{color:#356652}.exam-dashboard .is-pending{color:var(--muted)}
.exam-dashboard-metrics{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;margin:24px 0}
.exam-dashboard-metrics dt{font-size:12px;color:var(--muted)}.exam-dashboard-metrics dd{margin:6px 0 0;font-size:20px;font-weight:600;overflow-wrap:anywhere}
.exam-dashboard-recommendation{font-size:19px;font-weight:600;line-height:1.5}
.exam-dashboard-topic-list{padding-left:20px;display:grid;gap:12px}.exam-dashboard-topic-list .tiny{display:block}
.exam-dashboard-table{overflow-x:auto;max-width:100%;border:1px solid var(--line);border-radius:12px;margin:20px 0}
.exam-dashboard-table table{width:100%;border-collapse:collapse;font-size:14px}.exam-dashboard-table th,.exam-dashboard-table td{padding:14px 16px;text-align:left;border-bottom:1px solid var(--line)}
.exam-dashboard-table thead{background:var(--canvas)}.exam-dashboard-table tbody th{font-weight:500;min-width:150px;overflow-wrap:anywhere}
.exam-dashboard-table td{white-space:nowrap}.exam-dashboard-table tr:last-child th,.exam-dashboard-table tr:last-child td{border-bottom:0}
.exam-dashboard-history-row{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:18px 0;border-bottom:1px solid var(--line)}
.exam-dashboard-history-row>div{min-width:0}.exam-dashboard-history-row h3{font-size:15px;overflow-wrap:anywhere;margin:0 0 5px}.exam-dashboard-history-row p{margin:0}
.exam-dashboard-history-row wa-button{flex-shrink:0}.exam-dashboard-detail{margin:18px 0 0}.exam-dashboard-detail summary{cursor:pointer;min-height:44px;display:list-item;align-content:center;font-weight:600}
.exam-dashboard-evidence-list{list-style:none;margin:0;padding:0}.exam-dashboard-evidence-list li{display:flex;justify-content:space-between;gap:14px;padding:12px 0;border-bottom:1px solid var(--line);font-size:13px;flex-wrap:wrap}
@media(max-width:680px){.exam-dashboard-modes,.exam-dashboard-overview{grid-template-columns:minmax(0,1fr)}.exam-dashboard{gap:18px}.exam-dashboard-actions{width:100%}.exam-dashboard-actions wa-button{flex:1;min-width:0}.exam-dashboard-table th,.exam-dashboard-table td{padding:12px}.exam-dashboard-table tbody th{min-width:130px}}
@media(max-width:380px){.exam-dashboard-active .exam-dashboard-actions{flex-direction:column;align-items:stretch}.exam-dashboard-checks>div{grid-template-columns:minmax(0,1fr) 78px}.exam-dashboard-history-row{gap:8px}}

.goal-settings-detail{margin-top:24px}.goal-settings-detail>summary{font-weight:600;cursor:pointer}.goal-settings-detail>p{margin-block:16px}
