body { font-family: 'Segoe UI', sans-serif; background: #f5f6fa; }
.container, .admin-container {
	max-width: 1400px;
	margin: 40px auto;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 2px 12px rgba(0,0,0,0.08);
	padding: 40px 32px;
}

form#createUserForm {
	display: flex;
	gap: 8px;
	margin-bottom: 28px;
}

#userList {
	margin-top: 24px;
}
h1 { color: #d32f2f; margin-bottom: 16px; text-align: center; }
h2 { color: #1976d2; margin-top: 40px; }
table { width: 100%; border-collapse: collapse; margin-top: 16px; }
th, td { border: 1px solid #e0e0e0; padding: 8px 6px; font-size: 15px; }
th { background: #f0f0f0; }
tr:nth-child(even) { background: #fafafa; }
.section { margin-bottom: 40px; }
a { display: inline-block; margin-top: 24px; color: #1976d2; text-decoration: none; font-weight: bold; }
a:hover { text-decoration: underline; }
.msg { color: #d32f2f; text-align: center; margin: 10px 0 0 0; font-size: 14px; }
.success { color: #388e3c; }
.token-toggle { cursor:pointer; color:#1976d2; text-decoration:underline; }
input[type="text"], input[type="password"] { padding:7px; border:1px solid #ccc; border-radius:4px; }
button { padding:7px 14px; border:none; border-radius:4px; background:#1976d2; color:#fff; cursor:pointer; }
button:hover { background:#1565c0; }
