.hq-people-dialog { width: min(720px, calc(100vw - 24px)); max-height: calc(100dvh - 32px); padding: 0; border: 1px solid #dce6e5; border-radius: 18px; color: #193e42; background: #fff; box-shadow: 0 24px 90px #12363b33; }
.hq-people-dialog::backdrop { background: #0c262d66; }
.hq-people-sheet { min-width: 0; }
.hq-people-header { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; padding: 22px 24px; border-bottom: 1px solid #e5eceb; background: #f6faf9; }
.hq-people-header p { margin: 0 0 5px; font-size: 12px; color: #5b7375; }
.hq-people-header h2 { margin: 0 0 8px; font-size: 23px; overflow-wrap: anywhere; }
.hq-people-header span { font-size: 13px; color: #5b7375; }
.hq-people-header > button { flex: 0 0 auto; }
.hq-people-body { padding: 0 24px 24px; }
.hq-people-section { padding: 22px 0; border-bottom: 1px solid #e5eceb; }
.hq-people-section:last-child { border-bottom: 0; padding-bottom: 0; }
.hq-people-section h3 { margin: 0 0 14px; font-size: 16px; }
.hq-people-section p { margin: 10px 0; color: #5b7375; font-size: 13px; line-height: 1.65; overflow-wrap: anywhere; }
.hq-people-facts { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px 24px; margin: 0; }
.hq-people-facts dt { font-size: 12px; color: #647c7e; margin: 0 0 5px; }
.hq-people-facts dd { margin: 0; line-height: 1.5; font-size: 14px; overflow-wrap: anywhere; }
.hq-people-actions { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 15px; }
.hq-people-dialog .small-button { min-height: 40px; white-space: normal; }
.hq-people-section summary { cursor: pointer; padding: 10px 0; font-size: 14px; }
.hq-people-store-options { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin: 6px 0 16px; gap: 6px 16px; }
.hq-people-check { display: flex; align-items: flex-start; gap: 10px; min-height: 36px; padding: 8px 0; font-size: 14px; line-height: 1.5; }
.hq-people-check input { flex: 0 0 auto; margin: 3px 0 0; width: 17px; height: 17px; }
.hq-people-field { display: grid; gap: 8px; font-size: 13px; }
.hq-people-field input { box-sizing: border-box; width: min(200px, 100%); min-height: 42px; padding: 8px 10px; border: 1px solid #cbdad9; border-radius: 8px; font: inherit; }
.hq-people-notice, .hq-people-loading { padding: 12px 14px; margin: 16px 0 0; border-radius: 9px; background: #ecf7f2; color: #245d48; font-size: 14px; line-height: 1.5; }
.hq-people-section .hq-people-error { color: #a0342c; }
.hq-people-impact { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px; }
.hq-people-impact button { display: grid; gap: 7px; padding: 13px 5px; border: 1px solid #dce6e5; border-radius: 10px; color: inherit; background: #f6faf9; cursor: pointer; }
.hq-people-impact strong { font-size: 21px; }
.hq-people-impact span { font-size: 12px; }
.hq-people-dialog :focus-visible { outline: 3px solid #347e77; outline-offset: 3px; }
@media (max-width: 520px) {
  .hq-people-dialog { width: calc(100vw - 16px); max-height: calc(100dvh - 16px); border-radius: 14px; }
  .hq-people-header { padding: 18px 16px; }
  .hq-people-body { padding: 0 16px 20px; }
  .hq-people-store-options { grid-template-columns: 1fr; }
  .hq-people-impact { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hq-people-dialog .small-button { min-height: 44px; }
}
