/* V8.21 · temporizador de descanso do aluno */
.student-rest-panel{position:sticky;top:8px;z-index:35;margin:10px 0 14px;padding:13px 14px;border:1px solid #5d4a22;border-radius:17px;background:linear-gradient(145deg,#18140b,#100f0c);box-shadow:0 10px 28px rgba(0,0,0,.28)}
.student-rest-panel.hidden{display:none}.student-rest-head{display:flex;justify-content:space-between;gap:12px;align-items:center}.student-rest-head span{display:block;color:#d6b55f;font-size:.62rem;font-weight:900;letter-spacing:.1em}.student-rest-head strong{display:block;margin-top:2px;font-size:1.75rem;line-height:1;color:#f5f2ea;font-variant-numeric:tabular-nums}
.student-rest-actions{display:flex;gap:6px}.student-rest-actions button{border:1px solid #514324;background:#15120c;color:#d8bc70;border-radius:10px;padding:8px 9px;font-size:.64rem;font-weight:850}.student-rest-actions button:last-child{border-color:#34312b;color:#aaa49a;background:#111}
#studentRestProgress{display:block;width:100%;height:6px;margin-top:11px;border:0;border-radius:999px;overflow:hidden;background:#28241b;accent-color:#d6b55f}#studentRestProgress::-webkit-progress-bar{background:#28241b;border-radius:999px}#studentRestProgress::-webkit-progress-value{background:#d6b55f;border-radius:999px}#studentRestProgress::-moz-progress-bar{background:#d6b55f;border-radius:999px}
@media(max-width:360px){.student-rest-head{align-items:flex-start;flex-direction:column}.student-rest-actions{width:100%}.student-rest-actions button{flex:1}}
