:root{--staff-blue:#0d6efd;--staff-navy:#082b61;--staff-bg:#f3f7fc;--staff-card:#fff;--staff-text:#10213d;--staff-muted:#66758a;--staff-border:#dfe8f4;--staff-green:#15803d;--staff-orange:#b45309;--staff-red:#b91c1c}
*{box-sizing:border-box}body.staff-page{margin:0;font-family:Arial,sans-serif;background:var(--staff-bg);color:var(--staff-text)}
.staff-shell{display:flex;min-height:100vh}.staff-side{width:230px;background:linear-gradient(180deg,var(--staff-blue),var(--staff-navy));color:#fff;padding:16px;position:fixed;inset:0 auto 0 0;overflow:auto}.staff-brand{display:flex;align-items:center;gap:10px;margin-bottom:20px}.staff-brand img{width:50px;height:50px;object-fit:contain;background:#fff;border-radius:12px;padding:5px}.staff-brand strong{line-height:1.15}.staff-side-label{margin:18px 8px 7px;font-size:10px;font-weight:900;letter-spacing:.11em;opacity:.68}.staff-side a{display:block;color:#fff;text-decoration:none;padding:10px 11px;border-radius:10px;margin:6px 0;background:rgba(255,255,255,.1);font-size:13px;font-weight:700}.staff-side a:hover,.staff-side a.active{background:rgba(255,255,255,.25)}
.staff-main{margin-left:230px;width:calc(100% - 230px);padding:22px}.staff-top{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:18px}.staff-title h1{margin:0;font-size:27px}.staff-title p{margin:5px 0 0;color:var(--staff-muted);font-size:13px}.staff-user{font-size:12px;font-weight:800;color:var(--staff-muted)}
.staff-stats{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:11px;margin-bottom:16px}.staff-stat{background:#fff;border:1px solid var(--staff-border);border-radius:15px;padding:14px;box-shadow:0 7px 22px rgba(15,35,70,.06)}.staff-stat small{display:block;color:var(--staff-muted);font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.06em}.staff-stat b{display:block;font-size:25px;margin-top:6px}.staff-stat.active b{color:var(--staff-green)}.staff-stat.leave b{color:var(--staff-orange)}.staff-stat.transferred b{color:var(--staff-red)}
.staff-card{background:var(--staff-card);border:1px solid var(--staff-border);border-radius:18px;box-shadow:0 9px 26px rgba(15,35,70,.07);margin-bottom:16px}.staff-card-head{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:16px 18px;border-bottom:1px solid var(--staff-border)}.staff-card-head h2{margin:0;font-size:17px}.staff-card-body{padding:18px}.staff-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.staff-field label{display:block;font-size:11px;font-weight:900;color:#46566d;margin-bottom:6px}.staff-field input,.staff-field select,.staff-field textarea{width:100%;border:1px solid #cedaea;border-radius:10px;padding:10px;background:#fff;color:var(--staff-text);font:inherit;font-size:13px}.staff-field textarea{min-height:80px;resize:vertical}.span-2{grid-column:span 2}.span-4{grid-column:1/-1}.staff-actions{display:flex;gap:8px;flex-wrap:wrap}.staff-btn{border:0;border-radius:10px;padding:10px 14px;font-size:12px;font-weight:900;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:6px}.staff-btn.primary{background:linear-gradient(135deg,var(--staff-blue),var(--staff-navy));color:#fff}.staff-btn.light{background:#edf4ff;color:#174a9b}.staff-btn.green{background:#dcfce7;color:#166534}.staff-btn.orange{background:#ffedd5;color:#9a3412}.staff-btn.red{background:#fee2e2;color:#991b1b}.staff-btn.gray{background:#eef2f7;color:#475569}
.staff-alert{padding:12px 14px;border-radius:11px;margin-bottom:14px;font-weight:800;font-size:13px}.staff-alert.ok{background:#dcfce7;color:#166534}.staff-alert.err{background:#fee2e2;color:#991b1b}.staff-filters{display:grid;grid-template-columns:2fr repeat(4,1fr) auto;gap:8px}.staff-filters input,.staff-filters select{border:1px solid #d6e1ef;border-radius:10px;padding:10px;font-size:12px}.staff-table-wrap{overflow:auto}.staff-table{width:100%;border-collapse:collapse;min-width:980px}.staff-table th,.staff-table td{padding:11px 10px;border-bottom:1px solid #e7edf5;text-align:left;font-size:12px;vertical-align:middle}.staff-table th{background:#f8fbff;color:#496078;font-size:10px;text-transform:uppercase;letter-spacing:.05em}.staff-person{display:flex;align-items:center;gap:9px}.staff-avatar{width:38px;height:38px;border-radius:50%;object-fit:cover;background:#e7effa;border:1px solid #d7e4f4}.staff-avatar.placeholder{display:grid;place-items:center;font-weight:900;color:#3563a3}.status-pill{display:inline-flex;padding:6px 9px;border-radius:999px;font-size:10px;font-weight:900}.status-pill.active{background:#dcfce7;color:#166534}.status-pill.on-leave{background:#ffedd5;color:#9a3412}.status-pill.transferred{background:#fee2e2;color:#991b1b}.staff-tabs{display:flex;gap:7px;flex-wrap:wrap}.staff-tab{padding:8px 11px;border-radius:999px;text-decoration:none;background:#eff4fb;color:#405772;font-size:11px;font-weight:900}.staff-tab.active{background:#0d6efd;color:#fff}.staff-note{font-size:12px;color:var(--staff-muted);line-height:1.55}.staff-section-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.readonly-banner{padding:12px 14px;border-radius:12px;background:#eff6ff;color:#1d4ed8;font-size:12px;font-weight:800;margin-bottom:14px}.profile-layout{display:grid;grid-template-columns:200px 1fr;gap:22px}.profile-photo{width:170px;height:170px;border-radius:50%;object-fit:cover;background:#e2e8f0;border:5px solid #fff;box-shadow:0 8px 20px rgba(0,0,0,.12)}
@media(max-width:1200px){.staff-stats{grid-template-columns:repeat(3,1fr)}.staff-grid{grid-template-columns:repeat(2,1fr)}.span-4{grid-column:1/-1}.staff-filters{grid-template-columns:repeat(3,1fr)}.staff-filters input{grid-column:span 2}}
@media(max-width:800px){.staff-side{position:relative;width:100%}.staff-shell{display:block}.staff-main{margin-left:0;width:100%;padding:14px}.staff-stats{grid-template-columns:repeat(2,1fr)}.staff-grid,.staff-section-grid,.profile-layout{grid-template-columns:1fr}.span-2,.span-4{grid-column:1}.staff-filters{grid-template-columns:1fr}.staff-filters input{grid-column:1}.staff-top{align-items:flex-start;flex-direction:column}}

/* Staff signup approval workflow */
.staff-side a{position:relative}.staff-badge-red{float:right;display:inline-grid;place-items:center;min-width:20px;height:20px;padding:0 6px;border-radius:999px;background:#ef4444;color:#fff;font-size:10px;font-weight:900;box-shadow:0 2px 7px rgba(127,29,29,.35)}
.staff-stat.pending b{color:#dc2626}.pending-card{border-color:#fecaca}.pending-card .staff-card-head{background:#fff7f7}.pending-row{background:#fffafa}.pending-pill{display:inline-flex;padding:5px 8px;border-radius:999px;background:#fee2e2;color:#991b1b;font-size:9px;font-weight:900;letter-spacing:.04em}.auto-uppercase{text-transform:uppercase}.structure-row,.category-row{display:flex;align-items:center;gap:10px;justify-content:space-between;border-top:1px solid #e7edf5;padding:11px 0}.structure-main{flex:1;min-width:0}.structure-in-use{display:inline-flex;padding:6px 8px;border-radius:999px;background:#eef2f7;color:#64748b;font-size:9px;font-weight:900;white-space:nowrap}.category-row .staff-tab{flex:1}.category-row form{flex:0 0 auto}
@media(max-width:700px){.structure-row,.category-row{align-items:stretch;flex-direction:column}.structure-row>.staff-btn,.category-row>.staff-btn{width:100%}.staff-badge-red{float:none;margin-left:6px}}
