.staff-applications{margin-top:16px}.staff-app-head{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:16px}.staff-app-head h2{margin:0 0 4px}.staff-app-head p{margin:0;color:var(--muted)}.staff-app-actions{display:flex;gap:10px;align-items:center}.staff-app-count{display:grid;place-items:center;min-width:34px;height:34px;padding:0 9px;border:1px solid rgba(0,234,212,.3);border-radius:999px;color:var(--accent)}.staff-app-create,.staff-app-edit{display:inline-flex;align-items:center;justify-content:center;padding:9px 13px;border-radius:9px;font-weight:850;text-decoration:none}.staff-app-create{background:linear-gradient(135deg,#7650ff,#a94cff);color:white}.staff-app-edit{border:1px solid rgba(0,234,212,.35);background:rgba(0,234,212,.07);color:var(--accent)}.staff-app-table-wrap{overflow:auto;border:1px solid var(--line);border-radius:12px}.staff-app-table{width:100%;min-width:900px;border-collapse:collapse}.staff-app-table th,.staff-app-table td{padding:14px 15px;border-bottom:1px solid var(--line);text-align:left}.staff-app-table th{color:#9eaacb;font-size:11px}.staff-app-table td small{display:block;color:var(--muted);margin-top:3px}.staff-app-status{display:inline-flex;padding:5px 9px;border-radius:999px;background:rgba(109,92,255,.15);color:#9a88ff;font-size:10px;font-weight:900}.status-question{background:rgba(255,190,80,.12);color:#ffd080}.status-accepted{background:rgba(72,225,155,.12);color:#73edb5}.status-rejected{background:rgba(255,95,120,.12);color:#ff8297}.staff-app-empty,.staff-app-loading{padding:20px;text-align:center;color:var(--muted)}@media(max-width:760px){.staff-app-head{align-items:stretch;flex-direction:column}.staff-app-actions{justify-content:space-between}.staff-app-create{flex:1}}
