.feedback-body { min-height: 100vh; }
.feedback-public {
    width: min(100% - 32px, 760px);
    margin: 0 auto;
    padding: 24px 0;
    color: var(--sa-color-navy);
    font-family: var(--sa-font-main);
}
.feedback-public__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    margin-bottom: 22px;
}
.feedback-public__header > a:last-child { color: var(--sa-color-blue); font-size: 14px; }
.feedback-public__header .sa-public-logo { max-width: 210px; }
.feedback-card {
    min-width: 0;
    padding: clamp(20px, 4vw, 36px);
    border: 1px solid var(--sa-color-border);
    border-radius: 12px;
    background: #fff;
    box-shadow: var(--sa-shadow-panel);
}
.feedback-eyebrow { margin: 0 0 10px; color: var(--sa-color-blue); font-size: 12px; font-weight: 750; text-transform: uppercase; letter-spacing: .06em; }
.feedback-card h1 { margin: 0 0 12px; color: var(--sa-color-navy); font-family: var(--sa-font-heading); font-size: clamp(28px, 4vw, 38px); line-height: 1.15; }
.feedback-card h2 { margin: 0; color: var(--sa-color-navy); font-size: 14px; font-weight: 750; }
.feedback-intro { margin: 0 0 26px; line-height: 1.65; color: var(--sa-color-muted); }
.feedback-form { display: grid; gap: 22px; }
.feedback-field { display: grid; gap: 8px; }
.feedback-field label, .feedback-captcha legend { color: var(--sa-color-navy); font-size: 14px; font-weight: 700; }
.feedback-field input, .feedback-field textarea, .feedback-page-size select {
    box-sizing: border-box;
    min-width: 0;
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #d8e2f0;
    border-radius: 6px;
    background: #fbfcfe;
    color: var(--sa-color-navy);
    font: inherit;
    font-size: 13px;
    line-height: 1.5;
}
.feedback-field textarea { resize: vertical; min-height: 150px; }
.feedback-field input:disabled { opacity: 1; color: var(--sa-color-muted); background: #f3f6fb; cursor: not-allowed; }
.feedback-field small { color: var(--sa-color-muted); font-size: 12px; line-height: 1.5; }
.feedback-field [aria-invalid="true"] { border-color: #c52f4f; }
.feedback-field input:focus, .feedback-field textarea:focus, .feedback-page-size select:focus { outline: none; border-color: #728db4; box-shadow: 0 0 0 3px rgba(50, 85, 135, .1); }
.feedback-captcha { min-width: 0; margin: 0; padding: 16px; border: 1px solid var(--sa-color-border); border-radius: 12px; }
.feedback-captcha legend { padding: 0 5px; }
.feedback-captcha__image-row { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; margin: 0 0 14px; }
.feedback-captcha img { display: block; width: 240px; max-width: 100%; height: auto; border: 1px solid var(--sa-color-border); border-radius: 6px; }
.feedback-captcha input[type="text"] { max-width: 240px; letter-spacing: .16em; text-transform: uppercase; }
.feedback-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 10px 18px;
    border: 1px solid var(--sa-color-blue);
    border-radius: 6px;
    background: var(--sa-color-blue);
    color: white;
    font: inherit;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
}
.feedback-button:hover { background: var(--sa-color-navy); }
.feedback-button:focus-visible, .feedback-pagination a:focus-visible { outline: 2px solid var(--sa-color-blue); outline-offset: 3px; }
.feedback-button--secondary { border-color: var(--sa-color-border); background: #fff; color: var(--sa-color-navy); }
.feedback-button--secondary:hover { background: #f3f6fb; }
.feedback-button:disabled { opacity: .55; cursor: not-allowed; }
.feedback-alert { padding: 14px 16px; margin: 0 0 22px; border-radius: 6px; font-size: 14px; line-height: 1.6; }
.feedback-alert--success { background: #edfaf2; color: #1b673f; border: 1px solid #bee5cb; }
.feedback-alert--error { background: #fff3f4; color: #9d2541; border: 1px solid #f0c6ce; }
.feedback-alert p { margin: 0; font-weight: 700; }
.feedback-alert ul { margin: 6px 0 0; padding-left: 20px; }
.feedback-public__footer { margin: 22px 0 0; text-align: center; font-size: 12px; color: var(--sa-color-muted); }
.feedback-admin .feedback-card { padding: 18px; }
.feedback-admin__heading { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 14px; margin: -8px -18px 18px; padding: 0 18px 10px; border-bottom: 1px solid var(--sa-color-border); }
.feedback-admin__heading h2 { align-self: stretch; display: flex; align-items: center; gap: 8px; position: relative; padding: 10px 0; }
.feedback-admin__heading h2::after { content: ""; position: absolute; right: 0; bottom: -11px; left: 0; height: 2px; background: #c5a063; }
.feedback-count { display: inline-block; padding: 4px 9px; border-radius: 6px; background: #f3f6fb; color: var(--sa-color-blue); font-size: 13px; vertical-align: middle; }
.feedback-page-size { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; font-size: 13px; }
.feedback-page-size select { width: 82px; padding: 8px; font-size: 14px; }
.feedback-empty { padding: 40px 10px; text-align: center; color: var(--sa-color-muted); }
.feedback-table-wrap { max-width: 100%; overflow: auto; border: 1px solid var(--sa-color-border); border-radius: 6px; }
.feedback-table { width: 100%; min-width: 1000px; border-collapse: collapse; table-layout: fixed; font-size: 13px; }
.feedback-table th, .feedback-table td { padding: 14px 12px; border-bottom: 1px solid var(--sa-color-border); vertical-align: top; text-align: left; overflow-wrap: anywhere; line-height: 1.55; }
.feedback-table th { color: var(--sa-color-muted); background: #f7f9fc; font-weight: 750; }
.feedback-table th:nth-child(1) { width: 60px; }
.feedback-table th:nth-child(2) { width: 130px; }
.feedback-table th:nth-child(3) { width: 150px; }
.feedback-table th:nth-child(4) { width: 160px; }
.feedback-table th:nth-child(5) { width: 180px; }
.feedback-table tr:last-child td { border-bottom: 0; }
.feedback-table tbody tr:hover { background: #f7f9fc; }
.feedback-table__message { white-space: pre-wrap; }
.feedback-table__user { font-size: 11px; color: var(--sa-color-muted); }
.feedback-pagination { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 18px; margin-top: 22px; font-size: 13px; color: var(--sa-color-muted); }
.feedback-pagination nav { display: flex; align-items: center; flex-wrap: wrap; gap: 16px; }
.feedback-pagination a { color: var(--sa-color-blue); font-weight: 700; text-decoration: none; }
.feedback-pagination .is-disabled { opacity: .45; }
@media (max-width: 480px) {
    .feedback-public { width: calc(100% - 20px); padding-top: 14px; }
    .feedback-card { padding: 20px 16px; }
    .feedback-public__header { gap: 12px; }
    .feedback-public__header .sa-public-logo { max-width: 160px; }
    .feedback-public__header > a:last-child { font-size: 12px; }
    .feedback-captcha { padding: 12px; }
}
