.page-header{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;margin-bottom:24px;flex-wrap:wrap;gap:16px}.page-header__title{font-size:24px;font-weight:700;color:#1a1d23;line-height:1.2}.page-header__sub{font-size:14px;color:#9ba3af;margin-top:4px}.summary-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:24px}@media (max-width: 768px){.summary-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 640px){.summary-grid{grid-template-columns:1fr}}.summary-card{background:#fff;border-radius:16px;box-shadow:0 1px 3px #0000000f,0 1px 2px #0000000a;border:1px solid #E8ECF0;padding:16px 24px;border-left:4px solid #E8ECF0;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:4px;transition:transform .15s ease}.summary-card:hover{transform:translateY(-1px)}.summary-card--total{border-color:#f5a623}.summary-card--active{border-color:#22c55e}.summary-card--inactive{border-color:#9ba3af}.summary-card--suspended,.summary-card--overdue{border-color:#ef4444}.summary-card--leave{border-color:#f59e0b}.summary-card--collected{border-color:#3b82f6}.summary-card__value{font-size:32px;font-weight:800;color:#1a1d23;line-height:1}.summary-card__label{font-size:12px;font-weight:500;color:#9ba3af;text-transform:uppercase;letter-spacing:.5px}.toolbar{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;padding:16px 24px;flex-wrap:wrap;width:100%;gap:8px}.toolbar__search{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:8px;background:#f0f2f5;border:1.5px solid #E8ECF0;border-radius:8px;flex:1;min-width:220px;max-width:360px;transition:border-color .15s ease}.toolbar__search:focus-within{border-color:#f5a623}.toolbar__search-icon{font-size:18px;color:#9ba3af;flex-shrink:0}.toolbar__search-input{border:none;background:none;font-size:14px;color:#1a1d23;width:100%}.toolbar__search-input::placeholder{color:#9ba3af}.toolbar__select{height:40px;padding:0 12px;border:1.5px solid #E8ECF0;border-radius:8px;font-size:14px;color:#4a5568;background:#fff;cursor:pointer;outline:none;transition:border-color .15s ease}.toolbar__select:focus{border-color:#f5a623}.row-actions{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:6px}.icon-btn{width:30px;height:30px;display:flex;flex-direction:row;justify-content:center;align-items:center;cursor:pointer;transition:background .15s ease;border-radius:8px}.icon-btn:hover{background:#f0f2f5}.icon-btn .material-icons-round{font-size:16px}.icon-btn--edit{color:#3b82f6}.icon-btn--edit:hover{background:#3b82f61a}.icon-btn--delete{color:#ef4444}.icon-btn--delete:hover{background:#ef44441a}.icon-btn--view{color:#22c55e}.icon-btn--view:hover{background:#22c55e1a}.icon-btn--more{color:#9ba3af}.icon-btn--cumulative{color:#f5a623}.icon-btn--cumulative:hover{background:#f5a6231a}.delete-confirm{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:16px;text-align:center;padding:16px 0}.delete-confirm__icon{font-size:52px;color:#f59e0b}.delete-confirm p{font-size:14px;color:#4a5568;line-height:1.6}.data-table--sticky thead th{position:sticky;top:0;z-index:2}.data-table tbody tr:nth-child(2n) td,.data-table tbody tr:nth-child(2n) th{background:#f0f2f58c}.data-table tbody tr:hover td,.data-table tbody tr:hover th{background:#f5a6230a}.data-table tbody tr.row--selected td,.data-table tbody tr.row--selected th{background:#f5a62314!important}.status-badge{display:inline-flex;align-items:center;gap:4px;padding:3px 10px;border-radius:99px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.4px;white-space:nowrap}.status-badge--active,.status-badge--paid,.status-badge--approved,.status-badge--present{background:#22c55e1f;color:#1a9a49}.status-badge--inactive,.status-badge--overdue,.status-badge--rejected,.status-badge--absent{background:#ef44441f;color:#ec1e1e}.status-badge--pending,.status-badge--partial,.status-badge--late{background:#f59e0b26;color:#bb7808}.status-badge--info,.status-badge--holiday,.status-badge--guest{background:#3b82f61f;color:#1469f4}.sk-cell{height:12px;border-radius:4px;background:linear-gradient(90deg,#e8ecf0b3 25%,#e8ecf059,#e8ecf0b3 75%);background-size:200% 100%;animation:skShimmer 1.4s ease infinite}.sk-cell--xs{width:40%}.sk-cell--sm{width:60%}.sk-cell--md{width:80%}.sk-cell--lg{width:100%}.sk-cell--avatar{width:36px;height:36px;border-radius:50%;flex-shrink:0}.sk-cell--badge{width:64px;height:20px;border-radius:99px}@keyframes skShimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.table-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px 24px;gap:12px;text-align:center}.table-empty-state__icon{font-size:40px!important;color:#9ba3af}.table-empty-state__title{font-size:15px;font-weight:600;color:#4a5568}.table-empty-state__sub{font-size:13px;color:#9ba3af;max-width:320px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body{height:100%;font-family:Inter,sans-serif;font-size:14px;color:#1a1d23;background-color:#f0f2f5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{text-decoration:none;color:inherit}ul,ol{list-style:none}button{cursor:pointer;border:none;outline:none;background:none;font-family:inherit}input,textarea,select{font-family:inherit;outline:none}img{max-width:100%;display:block}.text-primary{color:#f5a623}.text-muted{color:#9ba3af}.text-success{color:#22c55e}.text-danger{color:#ef4444}.fw-500{font-weight:500}.fw-600{font-weight:600}.fw-700{font-weight:700}.scrollbar-thin::-webkit-scrollbar{width:4px}.scrollbar-thin::-webkit-scrollbar-track{background:transparent}.scrollbar-thin::-webkit-scrollbar-thumb{background:#f5a6234d;border-radius:2px}
