.ocr-fields { margin-top: 16px; padding: 16px; border: 1px solid var(--line, #dce1e8); border-radius: 12px; background: var(--surface, #fff); font-size: 14px; overflow-wrap: anywhere; }
.ocr-fields p { margin: 10px 0 0; line-height: 1.5; }
.ocr-fields small { color: var(--muted, #586270); font-size: 13px; }
.assistant-scope { padding: 10px 12px; border-radius: 8px; background: #f1f4f8; font-size: 14px; line-height: 1.5; }
.cloud-refresh { margin: 8px 0; }
@media (max-width: 420px) {
  .profit-numbers { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .profit-numbers .profit-result { grid-column: 1 / -1; }
  .profit-numbers b { white-space: normal; overflow: visible; text-overflow: clip; }
}
