.staff-panel{padding:28px}
.staff-heading,.staff-toolbar,.staff-legend,.staff-list-row{display:flex;align-items:center;gap:12px}
.staff-heading{justify-content:space-between;flex-wrap:wrap}
.staff-heading h2{font:500 32px/1.1 'Playfair Display',Georgia,serif}
.staff-heading p{margin:5px 0 0}
.staff-legend{flex-wrap:wrap;font-size:12px}
.staff-key{padding:5px 10px;border-radius:20px}
.staff-key.vacation,.staff-badge.vacation{background:#e1eee5;color:#24543d}
.staff-key.absence,.staff-badge.absence{background:#f7e3dd;color:#8c4338}
.staff-key.holiday,.staff-holiday{background:#eee8d8;color:#72582b}
.staff-toolbar{margin:26px 0 16px;flex-wrap:wrap}
.staff-toolbar h3{font:500 24px/1.2 'Playfair Display',Georgia,serif;text-transform:capitalize;margin:0 auto 0 0}
.staff-toolbar label{display:flex;align-items:center;gap:9px;font-size:13px}
.staff-toolbar select{min-width:150px}
.staff-calendar-scroll{overflow-x:auto}
.staff-calendar{min-width:680px;border:1px solid #d9dfd5;border-radius:8px;overflow:hidden}
.staff-weekdays,.staff-days{display:grid;grid-template-columns:repeat(7,minmax(0,1fr))}
.staff-weekdays span{text-align:center;padding:10px 0;background:#f0f3ed;font-size:12px;font-weight:600;color:#526253}
.admin-page .staff-day,.staff-empty{min-height:116px;padding:9px;text-align:left;border:0;border-top:1px solid #e5e9e2;border-right:1px solid #e5e9e2;background:#fffdf7;color:#233d2b}
.staff-day{cursor:pointer;font:inherit;display:flex;flex-direction:column;gap:4px;width:100%;min-width:0}
.staff-day:hover,.staff-day:focus-visible{background:#f4f7f0;outline:2px solid #7a9a82;outline-offset:-2px}
.staff-day.is-holiday{background:#faf7ee}
.staff-day.is-today .staff-day-number{background:#173a2c;color:#fff}
.staff-day-number{font-size:13px;font-weight:600;align-self:flex-start;line-height:25px;min-width:25px;text-align:center;border-radius:50%}
.staff-holiday,.staff-badge{display:block;max-width:100%;padding:3px 6px;border-radius:4px;font-size:11px;line-height:1.25;overflow-wrap:anywhere}
.staff-bottom{display:grid;grid-template-columns:minmax(250px,370px) minmax(0,1fr);gap:30px;margin-top:28px}
.staff-form{align-content:start}.staff-form h3,.staff-list h3{margin:0 0 8px;color:#173a2c}
.admin-page .staff-success{color:#24543d}
.staff-list-row{justify-content:space-between;padding:9px 0;border-bottom:1px solid #e5e9e2;font-size:13px}
.staff-list-row>span{display:flex;align-items:center;gap:10px;flex-wrap:wrap}
.staff-list-row .btn{min-height:34px;padding:5px 12px}
@media(max-width:760px){.staff-panel{padding:17px}.staff-bottom{grid-template-columns:1fr;gap:22px}.staff-toolbar h3{min-width:55%}.staff-list-row{align-items:flex-start}}
