.volunteer-page { background: #f7f8f5; padding: 64px 0 80px; color: #203a32; }
.volunteer-hero { display: flex; align-items: center; justify-content: space-between; gap: 48px; padding: 12px 8px 48px; }
.volunteer-eyebrow { display: inline-flex; align-items: center; gap: 10px; font-size: 11px; font-weight: 700; letter-spacing: 2px; color: #577264; }
.volunteer-eyebrow span { width: 7px; height: 7px; border-radius: 50%; background: #f57919; }
.volunteer-hero h1 { font-size: clamp(36px, 4.8vw, 60px); line-height: 1.12; letter-spacing: -2px; font-weight: 700; margin: 20px 0; }
.volunteer-hero h1 span { color: #63816b; }
.volunteer-hero > div > p { max-width: 520px; color: #728078; font-size: 15px; line-height: 1.8; margin-bottom: 0; }
.volunteer-hero-note { min-width: 245px; border-left: 1px solid #dce3da; padding: 24px 0 24px 36px; }
.volunteer-hero-note i { display: grid; place-items: center; width: 56px; height: 56px; border-radius: 18px; color: #c66b28; background: #f8eadc; font-size: 26px; margin-bottom: 20px; }
.volunteer-hero .volunteer-hero-note p { color: #203a32; font-weight: 600; font-size: 20px; }
.volunteer-hero-note > span { color: #728078; font-size: 13px; }
.volunteer-records { background: white; border: 1px solid #e4e9e2; border-radius: 20px; box-shadow: 0 12px 40px rgba(32,58,50,.05); overflow: hidden; }
.volunteer-toolbar { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 24px; padding: 28px 30px; }
.volunteer-toolbar h2 { font-size: 20px; font-weight: 600; margin: 0 0 8px; }
.volunteer-count { display: inline-block; background: #eef3ec; color: #58705d; font-size: 12px; vertical-align: middle; padding: 5px 9px; border-radius: 20px; margin-left: 6px; }
.volunteer-toolbar p, .volunteer-bottom p { color: #7a847e; font-size: 13px; margin: 0; }
.volunteer-search { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.volunteer-input { position: relative; flex: 1; min-width: 160px; }
.volunteer-input i { position: absolute; left: 15px; top: 17px; color: #89948b; }
.volunteer-input input { width: 100%; height: 48px; padding: 0 12px 0 40px; border: 1px solid #dfe5dd; border-radius: 10px; background: #fafbf9; font-size: 13px; color: #203a32; }
.volunteer-search button { border: 0; background: #203e32; color: white; border-radius: 10px; height: 48px; padding: 0 20px; font-size: 13px; font-weight: 600; }
.volunteer-search button:hover { background: #365e49; }
.volunteer-search button span { margin-left: 12px; }
.volunteer-clear { color: #577264; font-size: 13px; }
.volunteer-page :is(input, button, a, [tabindex]):focus-visible { outline: 3px solid #eaa362; outline-offset: 3px; }
.volunteer-table-wrap { overflow-x: auto; }
.volunteer-table { border-collapse: collapse; width: 100%; text-align: left; font-size: 14px; }
.volunteer-table th { background: #f7f9f5; color: #7d887e; font-size: 10px; text-transform: uppercase; letter-spacing: 1.2px; font-weight: 600; padding: 16px 22px; border-top: 1px solid #edf0ea; border-bottom: 1px solid #edf0ea; white-space: nowrap; }
.volunteer-table td { padding: 22px; border-bottom: 1px solid #f0f2ed; vertical-align: middle; }
.volunteer-table tbody tr:hover { background: #fcfdf9; }
.volunteer-table th:first-child, .volunteer-table td:first-child { padding-left: 30px; }
.volunteer-number { color: #a0a99f; font-size: 12px; }
.volunteer-slip { display: inline-block; border: 1px solid #e5e9e0; background: #fafbf7; border-radius: 6px; padding: 4px 9px; font-size: 12px; white-space: nowrap; }
.volunteer-name { font-weight: 600; min-width: 160px; }
.volunteer-address { color: #7a837d; min-width: 180px; max-width: 340px; overflow-wrap: anywhere; line-height: 1.6; font-size: 13px; }
.volunteer-date { color: #7a837d; white-space: nowrap; font-size: 13px; }
.volunteer-amount { font-weight: 700; white-space: nowrap; font-variant-numeric: tabular-nums; }
.volunteer-table th:last-child, .volunteer-table td:last-child { text-align: right; padding-right: 30px; }
.volunteer-bottom { padding: 22px 30px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 16px; }
.volunteer-bottom strong { font-weight: 600; color: #203a32; }
.volunteer-pagination { display: flex; gap: 6px; }
.volunteer-pagination a { display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid #e4e9e1; color: #6b7a6e; border-radius: 8px; text-decoration: none; font-size: 12px; }
.volunteer-pagination a:hover { background: #f1f5ed; }
.volunteer-pagination a[aria-current] { background: #203e32; border-color: #203e32; color: white; }
.volunteer-empty { text-align: center; padding: 40px 16px; }
.volunteer-empty i { color: #95a28f; font-size: 28px; margin-bottom: 18px; }
.volunteer-empty h3 { font-size: 20px; }
.volunteer-empty p { font-size: 14px; color: #7a837d; }
@media (max-width: 767px) {
 .volunteer-page { padding: 36px 0 48px; }
 .volunteer-hero { padding: 0 4px 32px; }
 .volunteer-hero-note { display: none; }
 .volunteer-toolbar, .volunteer-bottom { padding: 22px 18px; }
 .volunteer-search { width: 100%; }
 .volunteer-records { border-radius: 14px; }
 .volunteer-table td { padding: 18px; }
}
