.help-heading{display:flex;justify-content:space-between;align-items:center;gap:16px;margin:20px 0 12px;flex-wrap:wrap}
.help-heading .lede{margin-bottom:0}
.help-choices{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:20px 0}
.help-choice{padding:19px;text-align:left;background:var(--paper);border:1px solid var(--line);border-radius:12px;color:var(--ink);font:inherit;cursor:pointer}
.help-choice strong,.help-choice span{display:block}
.help-choice span{margin-top:7px;font-size:14px;color:var(--muted);line-height:1.45}
.help-choice.selected{border-color:var(--teal);background:var(--teal-dim);box-shadow:inset 0 0 0 1px var(--teal)}
.help-topic{background:var(--paper);border:1px solid var(--line);border-radius:12px;margin-bottom:10px;overflow:hidden}
.help-topic summary{padding:18px;cursor:pointer;font-weight:600;line-height:1.45}
.help-topic[open] summary{border-bottom:1px solid var(--line);color:var(--teal)}
.help-topic-body{padding:0 20px 20px;font-size:15px;line-height:1.65}
.help-topic ol{padding-left:22px}
.help-topic li+li{margin-top:9px}
.help-topic p{color:var(--muted)}
#screen-help h2{font-family:inherit;font-size:21px;margin:0 0 8px}
#screen-help select,#screen-feedback-admin select{padding:12px;border:1px solid var(--line);border-radius:9px;font:inherit;color:var(--ink);background:var(--paper);max-width:100%;min-height:44px}
#feedback-category{width:100%;margin-bottom:18px}
#feedback-message{background:var(--paper);min-height:170px;font-size:16px}
.help-muted{font-size:13px;color:var(--muted);line-height:1.5}
#feedback-count{text-align:right;margin-top:4px}
.help-attachment-actions{margin:17px 0}
#feedback-preview{padding:14px;border:1px solid var(--line);border-radius:9px}
#feedback-preview img,.feedback-admin-image{display:block;max-width:100%;max-height:330px;object-fit:contain;border-radius:7px}
.help-privacy{font-size:13px;line-height:1.6;color:var(--muted);margin:18px 0}
.help-login{padding:12px;background:var(--teal-dim);border-radius:9px;margin-bottom:14px;display:flex;gap:12px;align-items:center;justify-content:space-between;font-size:14px}
.help-error{color:var(--danger);background:var(--danger-dim);padding:12px;border-radius:9px;margin-bottom:13px;line-height:1.5}
.help-success{border-color:var(--teal);background:var(--teal-dim);line-height:1.6}
.feedback-admin-card{overflow-wrap:anywhere}
.feedback-admin-meta{display:flex;gap:10px;flex-wrap:wrap;color:var(--muted);font-size:13px;margin-bottom:10px}
.feedback-admin-message{white-space:pre-wrap;line-height:1.6}
.feedback-admin-controls{display:flex;gap:10px;flex-wrap:wrap;align-items:center;margin-top:16px}
#screen-help button:focus-visible,#screen-help summary:focus-visible,#screen-feedback-admin button:focus-visible,#screen-help select:focus-visible,#screen-feedback-admin select:focus-visible{outline:3px solid var(--teal);outline-offset:3px}
#account-help-return{margin-bottom:16px}
@media(max-width:769px){.topbar .right{grid-template-columns:repeat(3,minmax(0,1fr))}.help-choices{grid-template-columns:1fr}.help-choice{padding:16px}.help-login{align-items:stretch;flex-direction:column}#feedback-send{width:100%}.help-topic-body{padding:0 16px 16px}.feedback-admin-controls{align-items:stretch;flex-direction:column}.feedback-admin-controls select{width:100%}}
