.strength-hero{display:flex;justify-content:space-between;align-items:center;gap:16px;background:linear-gradient(135deg,#173f31,var(--green));color:#fff;border-radius:22px;padding:22px;box-shadow:var(--shadow);margin-bottom:14px}
.strength-hero h3{font-size:34px;margin:3px 0 4px}.strength-hero .subtle{color:#c8d7cf}
.gym-row-pro{grid-template-columns:1fr 78px 78px 92px}.record-highlight{border:1px solid #ead693;background:linear-gradient(135deg,#fffdf5,#f6edcf)}
.new-record{display:inline-block;margin-top:6px;padding:5px 8px;border-radius:999px;background:#dbeedf;color:#176433;font-size:10px;font-weight:900}
.gym-timer-card{padding:18px;border:1px solid #d8dfdb;border-radius:22px;background:linear-gradient(145deg,#fff,#f5f8f6);margin-bottom:18px}
.gym-timer-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.gym-timer-head h3{font-size:38px;letter-spacing:2px;margin:4px 0 12px;color:var(--green)}
.gym-time-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.gym-timer-actions,.gym-save-actions,.history-actions{display:flex;gap:8px;flex-wrap:wrap}.gym-timer-actions{margin-top:14px}
.gym-history-card{display:block;padding:0;overflow:hidden}.gym-history-card .history-main{width:100%;padding:16px;text-align:left;background:none;border:0;color:inherit}.gym-history-card .history-actions{padding:0 16px 16px}
.btn-danger{background:#fff1ef;color:#9d2d24;border:1px solid #efc3bd}.btn-danger:hover{background:#fde3df}.gym-save-actions{margin-top:8px}
@media(max-width:560px){.strength-hero{align-items:flex-start;flex-direction:column}.gym-row-pro{grid-template-columns:1fr 68px 68px 76px}.gym-time-grid{grid-template-columns:1fr}.gym-timer-actions .btn,.gym-save-actions .btn{flex:1}.gym-timer-head h3{font-size:32px}}
