.focus-area { margin: 20px 0 5px; color: #e2a47e; font-size: 13px; }
.focus-bottom { display: flex; align-items: center; justify-content: space-between; gap: 12px; border-top: 1px solid #424b57; margin-top: 18px; padding-top: 16px; color: #abb4c0; font-size: 13px; }
.focus-done { border: 0; border-radius: 9px; background: #fff; color: #27313d; padding: 10px 14px; font-weight: 650; }
.quick-journal h3 { margin: 7px 0 0; }
.quick-journal textarea { min-height: 108px; }
.quick-journal details { margin-top: 14px; border-top: 1px solid #edf0f3; padding-top: 8px; }
.review-overview { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; margin: 16px 0; }
.review-overview div { background: #fff; border: 1px solid #e1e5eb; border-radius: 13px; padding: 14px 8px; text-align: center; }
.review-overview strong, .review-overview span { display: block; }
.review-overview strong { font-size: 22px; }
.review-overview span { margin-top: 4px; color: #89929f; font-size: 11px; }
