.atm-box {
	max-width: 480px;
	margin: 20px auto;
	padding: 24px;
	border: 1px solid #ddd;
	border-radius: 10px;
	background: #fff;
	font-size: 16px;
}

.atm-box h2 {
	margin-top: 0;
}

.atm-guard-label {
	font-size: 13px;
	color: #666;
	margin-bottom: 20px;
}

#atm-step-pin label {
	display: block;
	font-weight: 600;
	margin-bottom: 6px;
}

#atm-pin {
	width: 100%;
	font-size: 28px;
	letter-spacing: 8px;
	text-align: center;
	padding: 12px;
	margin-bottom: 12px;
	box-sizing: border-box;
}

.atm-btn {
	display: inline-block;
	padding: 12px 20px;
	font-size: 15px;
	border: none;
	border-radius: 6px;
	background: #2271b1;
	color: #fff;
	cursor: pointer;
	margin: 4px 4px 4px 0;
}

.atm-btn:hover {
	background: #135e96;
}

.atm-btn-secondary {
	background: #888;
}

.atm-btn-primary {
	background: #1a7f37;
}

.atm-btn:disabled {
	background: #ccc;
	cursor: not-allowed;
}

#atm-action-select {
	margin-bottom: 16px;
}

.atm-action-label {
	font-weight: 600;
	margin-bottom: 6px;
}

.atm-btn-toggle {
	background: #fff;
	color: #2271b1;
	border: 2px solid #2271b1;
}

.atm-btn-toggle:hover {
	background: #f0f6fb;
}

.atm-btn-toggle.active {
	background: #2271b1;
	color: #fff;
}

.atm-suggestion {
	font-size: 13px;
	color: #666;
	font-style: italic;
	margin-top: 6px;
}

.atm-error {
	color: #b32d2e;
	font-weight: 600;
	min-height: 20px;
}

.atm-success {
	color: #1a7f37;
	font-weight: 700;
	font-size: 18px;
}

.atm-worker-card {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #f6f7f7;
	padding: 12px;
	border-radius: 8px;
	margin-bottom: 16px;
}

.atm-worker-card img {
	width: 64px;
	height: 64px;
	object-fit: cover;
	border-radius: 6px;
}

#atm-camera-area {
	text-align: center;
	margin-bottom: 16px;
}

#atm-video,
#atm-preview {
	width: 100%;
	max-width: 400px;
	border-radius: 8px;
	background: #000;
}

.atm-filter-form {
	margin-bottom: 20px;
}

.atm-report-table {
	width: 100%;
	border-collapse: collapse;
}

.atm-report-table th,
.atm-report-table td {
	padding: 8px 10px;
	border-bottom: 1px solid #eee;
	text-align: left;
}

.atm-note {
	font-size: 13px;
	color: #666;
	margin-top: 12px;
}

.atm-log-thumb {
	width: 56px;
	height: 56px;
	object-fit: cover;
	border-radius: 6px;
	border: 1px solid #ddd;
}

.atm-gate-box input[type="password"] {
	width: 100%;
	font-size: 18px;
	padding: 12px;
	margin-bottom: 12px;
	box-sizing: border-box;
}

#atm-category-select {
	margin-bottom: 16px;
}

.atm-category-heading {
	margin-top: 28px;
	margin-bottom: 8px;
	padding-bottom: 6px;
	border-bottom: 2px solid #2271b1;
}

.atm-admin-card {
	background: #fff;
	border: 1px solid #ccd0d4;
	border-left: 4px solid #2271b1;
	padding: 16px 20px;
	margin: 16px 0 24px;
	max-width: 700px;
}
