.vacation-page{margin:0;background:#f3f6f8;color:#183331;font-family:Inter,Segoe UI,sans-serif}.vacation-header{position:sticky;top:0;z-index:10;display:flex;justify-content:space-between;align-items:center;gap:20px;padding:18px 28px;background:#163d3a;color:#fff;box-shadow:0 4px 18px #0002}.vacation-header h1{margin:2px 0}.vacation-header .eyebrow{color:#9bd5c7}.vacation-header-actions{display:flex;align-items:center;gap:10px}.vacation-main{max-width:1500px;margin:auto;padding:24px;display:grid;gap:20px}.vacation-summary-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.vacation-stat{padding:20px;border-radius:14px;background:#fff;box-shadow:0 8px 24px #18333112}.vacation-stat span{display:block;color:#607673;margin-bottom:8px}.vacation-stat strong{font-size:28px}.vacation-profile-form{display:grid;grid-template-columns:repeat(3,minmax(180px,1fr));gap:14px;align-items:end}.vacation-profile-form label,.vacation-inline-form{display:grid;gap:6px}.vacation-children{grid-column:1/-1}.vacation-child-row{display:grid;grid-template-columns:2fr 1fr auto;gap:10px;margin:8px 0}.vacation-entitlement{grid-column:1/-1;margin-top:14px;padding:14px;border-radius:10px;background:#e8f4f1}.vacation-user-select{min-width:240px}.vacation-legend{display:flex;flex-wrap:wrap;gap:8px}.vacation-legend span,.mandatory-chip{padding:6px 10px;border-radius:999px}.vacation-legend .pending{background:#ffedd5}.vacation-legend .approved{background:#dcfce7}.vacation-legend .rejected{background:#fee2e2}.vacation-legend .mandatory{background:#dbeafe}.selected-days{margin:12px 0;color:#81500c}.vacation-year-calendar{display:grid;grid-template-columns:repeat(3,minmax(280px,1fr));gap:16px}.vacation-month{border:1px solid #dce5e3;border-radius:12px;padding:12px;background:#fff}.vacation-month h3{margin:0 0 10px;text-transform:capitalize}.vacation-month-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:4px}.weekday{text-align:center;font-size:11px;font-weight:700;color:#627774;padding:4px}.vacation-day{min-height:34px;border:1px solid transparent;border-radius:7px;background:#f2f6f5;cursor:pointer}.vacation-day:hover:not(:disabled){border-color:#147d6d}.vacation-day.weekend{opacity:.35}.vacation-day.pending{background:#f59e0b;color:#fff}.vacation-day.approved{background:#22c55e;color:#fff}.vacation-day.rejected{background:#ef4444;color:#fff}.vacation-day.mandatory{background:#3b82f6;color:#fff}.vacation-day.selected{outline:3px solid #f59e0b;background:#fff7d6}.approval-card{display:flex;justify-content:space-between;gap:20px;padding:14px;border-bottom:1px solid #dce5e3}.approval-card div{display:grid;gap:6px}.vacation-notification{display:flex;justify-content:space-between;gap:10px;padding:12px;border-bottom:1px solid #dce5e3}.vacation-notification.unread{border-left:4px solid #f59e0b;background:#fff8e8}.vacation-notification span{color:#667}.vacation-inline-form{grid-template-columns:180px 1fr auto}.mandatory-chip{display:inline-flex;gap:8px;margin:8px 6px 0 0;background:#dbeafe}.mandatory-chip button{border:0;background:none;font-size:18px;cursor:pointer}.vacation-page .toast{position:fixed;right:24px;bottom:24px;z-index:30;background:#173d3a;color:#fff;padding:14px 18px;border-radius:10px;box-shadow:0 8px 30px #0004}
@media(max-width:1000px){.vacation-year-calendar{grid-template-columns:repeat(2,1fr)}.vacation-profile-form{grid-template-columns:1fr 1fr}.vacation-summary-grid{grid-template-columns:1fr 1fr}.vacation-header{align-items:flex-start}.vacation-header-actions{flex-wrap:wrap;justify-content:flex-end}}
@media(max-width:650px){.vacation-year-calendar,.vacation-profile-form,.vacation-summary-grid{grid-template-columns:1fr}.vacation-header{position:static;display:block}.vacation-header-actions{justify-content:flex-start}.vacation-child-row,.vacation-inline-form{grid-template-columns:1fr}.vacation-main{padding:12px}}
.vacation-user-field{display:grid;gap:5px;min-width:280px}.vacation-user-select{min-width:280px;padding:6px}.vacation-note-field{display:grid;grid-template-columns:minmax(190px,auto) minmax(280px,1fr);align-items:center;gap:14px;max-width:760px}.vacation-note-field textarea{width:100%;box-sizing:border-box}.vacation-day{min-height:48px;padding:3px;display:flex;flex-direction:column;align-items:stretch;gap:2px}.vacation-day:disabled{color:inherit;opacity:1;cursor:default}.vacation-day.weekend{opacity:.35}.vacation-day-number{align-self:flex-start;font-size:11px}.vacation-day-people{display:flex;flex-wrap:wrap;justify-content:center;gap:2px}.vacation-monogram{display:inline-flex;align-items:center;justify-content:center;min-width:22px;height:18px;padding:0 3px;border-radius:5px;color:#fff;font-size:9px;font-weight:800}.vacation-monogram.pending{background:#f59e0b}.vacation-monogram.approved{background:#22c55e}.vacation-monogram.rejected{background:#ef4444}.vacation-monogram.mandatory{background:#3b82f6}.vacation-inline-form{grid-template-columns:170px minmax(180px,1fr) auto minmax(190px,auto) auto;align-items:center}.mandatory-all-toggle{display:flex!important;align-items:center;gap:7px;white-space:nowrap}
.vacation-day.mandatory-selected{outline:3px solid #2563eb;background:#dbeafe}.mandatory-selected-days{margin:12px 0;padding:10px 12px;border-radius:8px;background:#eff6ff;color:#1d4ed8;font-weight:700}
.vacation-day-part-field{display:flex;align-items:center;gap:12px;margin-bottom:12px;font-weight:700}.vacation-day-part-field select{min-width:190px}.vacation-monogram{height:auto;min-height:18px;flex-direction:column;line-height:1.05;padding:2px 4px}.vacation-monogram small{font-size:7px;font-weight:800;white-space:nowrap}
.vacation-request-success{margin-bottom:14px;padding:13px 15px;border:1px solid #86efac;border-radius:9px;background:#dcfce7;color:#166534;font-weight:800}
@media(max-width:650px){.vacation-note-field,.vacation-inline-form{grid-template-columns:1fr}}
