.vossdex-staff-root {
    max-width: 720px;
    margin: 1.5rem auto;
    padding: 1rem;
    font-family: system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
    background: #fafafa;
    border: 1px solid #ddd;
    border-radius: 12px;
}
.vstaff-panel { padding: 0.25rem 0; }
.vstaff-title { margin: 0 0 0.75rem; font-size: 1.35rem; }
.vstaff-hint { color: #555; margin: 0 0 1rem; font-size: 14px; }
.vstaff-form { display: flex; flex-direction: column; gap: 8px; max-width: 320px; }
.vstaff-label { font-weight: 600; font-size: 13px; }
.vstaff-input, .vstaff-textarea {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 15px;
}
.vstaff-textarea { resize: vertical; min-height: 56px; }
.vstaff-btn {
    display: inline-block;
    padding: 10px 16px;
    border-radius: 8px;
    border: 1px solid #ccc;
    background: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
}
.vstaff-btn-primary {
    background: #2271b1;
    border-color: #2271b1;
    color: #fff;
}
.vstaff-btn-secondary { background: #f0f0f1; }
.vstaff-btn-ghost {
    background: transparent;
    border-color: transparent;
    color: #2271b1;
    text-decoration: underline;
}
.vstaff-error { color: #b32d2e; font-size: 14px; margin-top: 8px; }
.vstaff-dash-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 12px;
}
.vstaff-actions { margin-bottom: 12px; display: flex; gap: 8px; flex-wrap: wrap; }
.vstaff-qr-reader {
    max-width: 100%;
    margin-bottom: 16px;
    min-height: 0;
}
.vstaff-manual { margin-bottom: 16px; }
.vstaff-msg {
    padding: 10px 12px;
    border-radius: 8px;
    background: #e7f5e9;
    color: #1e4620;
    font-size: 14px;
    margin: 12px 0;
    min-height: 1em;
}
.vstaff-msg.vstaff-msg-err {
    background: #fcf0f1;
    color: #691c1f;
}
.vstaff-section { margin-top: 20px; }
.vstaff-section h3 { font-size: 1rem; margin: 0 0 8px; }
.vstaff-table-wrap { overflow-x: auto; font-size: 13px; }
.vstaff-table-wrap table { width: 100%; border-collapse: collapse; background: #fff; border: 1px solid #ddd; }
.vstaff-table-wrap th, .vstaff-table-wrap td {
    padding: 8px 10px;
    text-align: left;
    border-bottom: 1px solid #eee;
}
.vstaff-table-wrap th { background: #f6f7f7; font-weight: 600; }
.vstaff-badge {
    display: inline-block;
    padding: 2px 8px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
}
.vstaff-badge-pending { background: #fcf9e8; color: #946200; }
.vstaff-badge-done { background: #e7f5e9; color: #1e4620; }
