:root{--accent:#d5632d;--accent-soft:#fff1e9}
body{background:#fff}
.safety-board{display:grid;gap:12px}
.safety-card{display:grid;grid-template-columns:48px 1fr;gap:12px;align-items:start;padding:14px;border:1px solid var(--line);border-radius:15px;background:#fff}
.safety-card i{width:48px;height:48px;display:grid;place-items:center;border-radius:14px;color:#fff;background:var(--accent);font-style:normal;font-weight:900}
.safety-card strong{display:block;margin-bottom:5px}.safety-card span{color:var(--muted);font-size:14px;line-height:1.6}
.scenario{padding:20px;border-radius:18px;background:linear-gradient(135deg,#fff8f3,#fff)}
.scenario small{display:block;margin-bottom:8px;color:var(--accent);font-weight:900;letter-spacing:.1em}
.quiz-actions{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-top:14px}
.streak{font-weight:900;color:var(--accent)}
@media(max-width:820px){.safety-card{grid-template-columns:42px 1fr}.safety-card i{width:42px;height:42px}}
