:root{--blue-50: #9CC7EC;--blue-100: #76B1E5;--blue-200: #368DD9;--blue-300: #216DB0;--blue-400: #133D63;--yellow-50: #FFF9B8;--yellow-100: #FFF15C;--yellow-200: #FFEA00;--yellow-300: #FFD400;--yellow-400: #F0BB35;--grey-50: #BEC4CA;--grey-100: #A5ADB6;--grey-200: #87919C;--grey-300: #5E6873;--grey-400: #49515A;--background: #D8DBDF;--green: #B1E070;--red: #E83C10;--priority-2: #E83C10;--priority-1: #368DD9;--priority-0: transparent;--radius: .75rem;--shadow: 0 4px 14px rgba(0, 0, 0, .1);--space-1: .25rem;--space-2: .5rem;--space-3: .75rem;--space-4: 1rem;--space-6: 1.5rem;--space-8: 2rem}:root{--admin-header-height: 96px}html,body{font-family:system-ui,sans-serif;line-height:1.5;margin:0;background:var(--background);color:var(--grey-400);min-height:100dvh}.container{max-width:1100px;margin-inline:auto;padding-inline:var(--space-4)}.section{padding-block:var(--space-8)}.card{background:#fff;border-radius:var(--radius);box-shadow:var(--shadow);padding:var(--space-6);margin-bottom:var(--space-4)}.btn{display:inline-block;background:var(--blue-300);color:#fff;border-radius:.5rem;padding:.6rem 1rem;text-decoration:none;font-weight:500}.btn:hover{background:var(--blue-400)}*{-webkit-tap-highlight-color:transparent}.status-badge{display:inline-flex;align-items:center;justify-content:center;padding:var(--space-2) var(--space-3);border-radius:999px;background:#368dd91f;color:var(--blue-300);font-size:.85rem;font-weight:600}.status-badge--inactive{background:#e83c101f;color:var(--red)}.action-button{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;margin-inline:var(--space-1);border:none;border-radius:50%;background:transparent;cursor:pointer}.action-button svg{width:18px;height:18px;fill:currentColor}.action-button--edit{color:var(--blue-300)}.action-button--delete{color:var(--red)}.staff-retry{padding:var(--space-2) var(--space-4);border-radius:999px;border:none;background:var(--blue-200);color:#fff;cursor:pointer;font-weight:600}
