.gmbs-dashboard {
	max-width: 1100px;
	margin: 0 auto;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
	color: #222;
}

.gmbs-notice {
	padding: 14px 18px;
	background: #fff8e1;
	border: 1px solid #f0d78c;
	border-radius: 6px;
}

.gmbs-toolbar {
	display: flex;
	gap: 10px;
	margin-bottom: 16px;
	align-items: center;
}

.gmbs-toolbar #gmbs-fd-search {
	flex: 1;
	padding: 10px 12px;
	border: 1px solid #ccc;
	border-radius: 6px;
	font-size: 14px;
}

.gmbs-btn {
	padding: 9px 16px;
	border-radius: 6px;
	border: 1px solid #ccc;
	background: #f7f7f7;
	cursor: pointer;
	font-size: 14px;
}

.gmbs-btn:hover {
	background: #eee;
}

.gmbs-btn-primary {
	background: #2271b1;
	border-color: #2271b1;
	color: #fff;
}

.gmbs-btn-primary:hover {
	background: #1a5a8c;
}

.gmbs-btn-small {
	padding: 5px 10px;
	font-size: 12px;
}

.gmbs-btn-danger {
	color: #b32d2e;
	border-color: #e2b3b3;
}

.gmbs-table-wrap {
	overflow-x: auto;
	border: 1px solid #e2e2e2;
	border-radius: 8px;
}

.gmbs-fd-table {
	width: 100%;
	border-collapse: collapse;
	font-size: 14px;
}

.gmbs-fd-table th,
.gmbs-fd-table td {
	padding: 10px 12px;
	text-align: left;
	border-bottom: 1px solid #eee;
	white-space: nowrap;
}

.gmbs-fd-table th {
	background: #fafafa;
	font-weight: 600;
}

.gmbs-fd-table tbody tr:hover {
	background: #f9fbfd;
}

.gmbs-loading {
	text-align: center;
	color: #777;
}

.gmbs-pagination {
	margin-top: 14px;
	display: flex;
	gap: 6px;
	flex-wrap: wrap;
}

.gmbs-page-btn {
	padding: 6px 12px;
	border: 1px solid #ccc;
	background: #fff;
	border-radius: 4px;
	cursor: pointer;
}

.gmbs-page-current {
	background: #2271b1;
	color: #fff;
	border-color: #2271b1;
}

.gmbs-modal-overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.45);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 9999;
}

.gmbs-modal {
	background: #fff;
	padding: 24px;
	border-radius: 10px;
	width: 90%;
	max-width: 480px;
	max-height: 85vh;
	overflow-y: auto;
}

.gmbs-modal h3 {
	margin-top: 0;
}

.gmbs-field {
	margin-bottom: 12px;
}

.gmbs-field label {
	display: block;
	font-size: 13px;
	font-weight: 600;
	margin-bottom: 4px;
}

.gmbs-field input {
	width: 100%;
	padding: 8px 10px;
	border: 1px solid #ccc;
	border-radius: 5px;
	box-sizing: border-box;
}

.gmbs-modal-actions {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 10px;
	margin-top: 16px;
}

.gmbs-status {
	font-size: 13px;
	color: #555;
	margin-right: auto;
}
